@charset "UTF-8";

.week-0 {color:red;}
.week-6 {color:blue;}

.page-id-1548 .main .contents h2 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
    margin-bottom: 2em;
}
.page-id-1548 .main .contents h2:before {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

.link_red {
     text-align: center;
    background: red;
    margin: 1.5em 0;
    border-radius: 0.5em;
    padding: 0.7em;
    font-size: 2em;
    font-weight: bold;
}
.link_red a {
    color: white;
    text-decoration: none;
}

.red_font {
color:red;
 border-bottom:1px red solid;
}



/*sumaho*/
@media screen and (min-width: 801px) {
    /*下部メニュー*/                                                                                     
    #sumaho-menu {
        display: none;
    }
}
@media screen and (max-width: 800px){
    /*下部メニュー*/                                                                                    
    #sumaho-menu {
        position: fixed !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #EBD1AB;
        display: block;
        z-index: 999;
    }
    #sumaho-menu ul {
    border-top: 1px solid #a66600;
    }
   #sumaho-menu ul li {
        float: left;
        display: table;
        width: 25%;
        border-right: 1px solid #a66600;
    }
    #sumaho-menu ul li a{
        display: table-cell;
        height: 30px;
        padding: 20px 0 30px;
        background-color: #EBD1AB;
        background-repeat: no-repeat;
        background-position: center 42px;
        background-size: 21px 21px;
        font-size: 0.8em;
	color: #8B5A30;
	font-weight: bold;
        font-family: "I-OTFゴシックオールドPro D";
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        line-height: 15px;
    }
    #sumaho-menu ul li:last-child  {
        border-right: 1px solid #F29500;
    }
}

@media screen and (max-width: 800px) {
header .menus .tel a {
    color: #8B5A30;
    background:#EBD1AB;
    box-shadow: none;

}
header .menus .menu {
    color: #8B5A30;
    background:#EBD1AB;
    box-shadow: none;
}
}

/* landing */
.event-form_page {
    width: 80%;
    margin: 0 auto;
}

.event-form_page .date_box {
    max-width: 440px;
    margin: 0 auto;
    padding: 1em 0;
    border: 1px solid #000;
    border-radius: 10px;
}

.event-form_page .date_box p {
      margin-left: 4em;   
}

.event-form_page ul.midokoro {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
  list-style-type: disc;
  width: 60%;
  margin: 0 auto;
}
.event-form_page ul.midokoro li {
  line-height: 1.5;
  padding: 0.5em 0;
}

@media screen and (max-width:480px) {
    .event-form_page {
        width: 100%;
    }
    
    .event-form_page .date_box p {
        margin-left: 0;   
        text-align: center;
    }
    
    .event-form_page ul.midokoro {
        width: 100%;
    }
}


/* request */
.omoi {
    background: rgba(255,255,255,0.3);
    margin: 0 0 0 30%;
    width: 70%;
    padding: 1em;
}
@media screen and (max-width: 800px) {
.omoi_wrap {
    background-position: right bottom!important;
}
.omoi{
    width:100%;
    margin: 0 30% 0 0!important;
}
}