
/* cabin_intro css */
.body_640 .div{
    width: 100%;
}
/* //cabin_intro css */

.inner-content {
    max-width: 980px;
    margin: 0 auto;
}

.main_left{
    text-align:left;
}

/* lead */

.lead.l_font {
    padding: 20px 20px 0 20px;
}
@media screen and (max-width: 680px){
.lead.l_font{
    padding: 20px 40px 0px 40px;
    text-align:left;
}
  .wrapheadline2 h2 {
    text-align: center;
    margin: 20px auto !important;
    font-size: 35px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px #000 solid;
}
}
.wrapheadline2 h2 {
    /* font-family: "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana,sans-serif!important; */
}

a img {
    transition: .3s;
    }
a:hover img {
opacity: 0.5;
}

/* morebtn */
.morebtn a{
    transition: 0.3s!important;
    height:80px!important;
    padding-top:20px!important;
    box-shadow: 0 5px 0 #aaaaaa;
    border-radius: 50px!important;
    border-bottom: 5px solid #b84c00;
}
.morebtn a::after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.morebtn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #aaaaaa;
    border-bottom: 2px solid #b84c00;
}
    
/* box-column */
.box-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 60px;
    font-size: 16px;
}
.box-column.bdr-gray {
    padding-bottom: 45px;
    border-bottom: 1px solid #e8e8e8;
}
.box-column--text.w100 {
    width: 100%;
}
.box-column--text.w100 {
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 45px;
}
.box-column--text {
    width: 50%;
    margin-left: 30px;
    margin-right: 40px;
}
.box-column--text h3 {
    font-weight: bold;
    font-size: 26px;
}
.box-column--text h4 {
    font-weight: bold;
    font-size: 20px;
}

.box-column--text p {
    margin-top: 10px;
    font-size:18px;
}
.sup-normal {
    font-size: 11px;
    position: relative;
    top: 0;
}
.sup-custom {
    font-size: 23px;
    position: relative;
    top: 10px;
}
.box-column--text ul:not(.list-note01) li { 
    margin-top: 15px;
    padding-left: 2rem;
    text-indent: -0.8rem;
}
.box-column--text ul:not(.list-note01)  li span {
    display: block;
} 
.box-column--text ul:not(.list-note01)  li:before {
    position: relative;
    content: "";
    top: -2px;
    left: -1rem;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #0055a1;
}
  article.special_label{
        background-color: #FEE9A0;
  }
    
@media screen and (max-width: 680px) {
	.box-column{
		display: block;
	}
  	.box-column img,.box-column iframe{
		width: 100%;
	}
    article.box-column {border-bottom: solid #ccc;padding-bottom: 60px;}
    .box-column--text{
        width: 100%;
        margin: 1rem auto;
    }
    .box-column--text p{
    font-size:30px;
}
  .box-column--text img{
    width: 100px;
    margin: 0 0 -10% 75%;
    display: block;
    padding-top: 10px;
  }
  article.special_label{
        background-color: #Fff;
  }
      .special_label  .box-column--text{
        width: 100%;
        background-color: #FEE9A0;
        padding-left: 10px;
        padding-bottom: 10px;
        margin: 0;
    }
}


/*  boxPoints  */

.boxPoints {
    margin: 0 1rem 2rem;
    background: #f6f6f6;
    box-shadow: 6px 5px 0px #c2c2339c;
    padding:20px!important;
    border: solid #C2C233 3px;
}
.boxPoints h2.boxTitle {/* position: relative; *//* padding-left: 4.4em; */font-size:24px;font-weight:bold;/* padding-left: 10px; */}
.boxPoints h2.boxTitle span.num {
    padding: 3px 2rem;
    color: #3c3c3c;
    font-size: 30px;
    font-weight:bold;
    border: solid;
    background: -webkit-linear-gradient(315deg, #9d7a54 0%, #ffce08 40%, #e1ce08 60%, #9d7a54 100%);
    background: linear-gradient(135deg, #9d7a54 0%, #ffce08 40%, #e1ce08 60%, #9d7a54 100%);
    margin-right: 10px;
}
/* .boxPoints h2.boxTitle span.num:after {
position: absolute;
top: calc(50% - 7px);
right: -11px;
width: 0;
height: 0;
content: '';
border-width: 7px 0 7px 12px;
border-style: solid;
border-color: transparent transparent transparent #1faac0;
} */

.boxPoints h2.boxTitle span.red {
    font-size:30px;
    font-weight:bold;
    padding-left: 10px;
}
.boxPoints p {padding: 5px 20px;margin: 0;font-size: 18px;}
.boxPoints p span{
color: #cc0000;
font-weight:bold;
font-size:30px!important;
}
.boxPoints ul li{
font-size:17px!important;
        }
.boxPoints h3{
font-weight:bold;
font-size:22px!important;
color:#1faac0;
padding: 5px 20px!important;
}
@media screen and (max-width: 680px){
    .boxPoints {
        /* margin: 2em 0; */
        background: #f1f1f1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* padding:20px!important; */
        /* text-align:left!important; */
        }
        .boxPoints h2.boxTitle {
            /* position: relative; */
            /* padding-left: 2em; */
            font-size: 2.8rem;
            /* font-weight:bold; */
            /* border-top: 5px solid #1faac0; */
            /* border-bottom: 5px solid #1faac0; */
            /* text-align:left!important; */
            /* display: inline-block!important; */
        }
        .boxPoints h2.boxTitle span.num {
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            /* padding: 0px 20px!important; */
            /* color: #e3f5d8; */
            /* background: #1faac0; */
            font-size:1.8rem!important;
            /* font-weight:bold; */
            /* width: 100%; */
            display: table;
            /* text-align: center; */
            margin-bottom: 10px;
        }
        /* .boxPoints h2.boxTitle span.num:after {
            position: absolute;
            top: calc(50% - 7px);
            right: -11px;
            width: 0;
            height: 0;
            content: '';
            border-width: 7px 0 7px 12px;
            border-style: solid;
            border-color: transparent transparent transparent #1faac0;
        } */

        .boxPoints h2.boxTitle span.red {
            display:inline-block!important;
            font-size: 2.8rem;
            padding: 0;
        }
        .boxPoints p {
            padding: 20px!important;
            /* margin: 0; */
            font-size:2em!important;
            text-align:left!important;
        }
        .boxPoints p span{
            color: #cc0000;
            font-weight:bold;
            font-size:2.2em!important;
        }
        .boxPoints ul li{
            font-size:2em!important;
                }
        .boxPoints h3{
            font-weight:bold;
            font-size:2em!important;
            color:#1faac0;
            padding: 5px 20px!important;
            text-align:left!important;
        }
}



/* menuflexUL */

.menuinner {
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    height: auto;
}
.menuflexUL {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;column-gap: 10px;row-gap: 10px;}
.menuflexUL li {
    list-style: none;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    border:1px #704308 solid;
    width: calc((100% - 30px) / 2);
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 125px;
    padding: 3px;
  }
.menuflexUL li a{
    font-size: 24px;
    font-weight: bold;
    color: #070707;
    text-decoration: underline;
    transition: .3s;
    display: grid;
    width: 100%;
    padding: 2rem 0;
}
.menuflexUL li a:hover{
    transform: scale(1.1);
    color: #8c7026;
    text-decoration: none;
    background-color: transparent;
    display: block;
}  
.menuflexUL li:before,
.menuflexUL li:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  } 
.menuflexUL li:before {
    top: 0;
  }
.menuflexUL li:after {
    bottom: 0;
  }
  .thumnail_flexbox {
    display: flex;
    justify-content: center;
    }
.thumnail_flexbox li {
    position: relative;
    padding: 1.5rem 2rem;
    list-style: none;
  }
  .thumnail_flexbox li img{
    width:100%;
    margin:0 auto;
    text-align:center;
  }
  .scheduletablelist td.price {
    color: #ff4e00;
    font-weight: 900;
    font-size: 2.0em;
}
    .scheduletablelist td.price span{
        color: #ff4e00;
        font-weight: 900;
        font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
    .menuflexUL li a{
        font-family: "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana,sans-serif;
        /* font-size: 30px; */
        font-weight: bold;
        text-decoration: underline;
    }
  .menuflexUL li {height: 145px;width: calc((100% - 10px) / 2);}
    .menuflexUL li a:hover{
        color:#fff;
        text-decoration: none;
        background-color:#00afcc;
        display:block;
    }
    .thumnail_flexbox {
        text-align: center;
        display: inline-block;
        flex-direction: column;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .thumnail_flexbox li {
        margin: 0 auto;
        text-align:center;
        list-style: none;
    }
    .morebtn a{
        transition: 0.3s!important;
        height:120px!important;
        padding-top:20px!important;
        box-shadow: 0 5px 0 #aaaaaa;
        border-radius: 50px!important;
        border-bottom: 5px solid #b84c00;
    }
    .morebtn a::after {
        content: '';
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
    }
    .morebtn a:hover {
        transform: translateY(3px);
        text-decoration: none;
        box-shadow: 0 2px 0 #aaaaaa;
        border-bottom: 2px solid #b84c00;
    }
}

/* scheduletablelist */
/* 一覧コース*/
.scheduletablelist {
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
    margin: 0 0 20px;
    width: 100%;
}

.scheduletablelist tr:nth-child(even) {
    background: #f1f9ff;
}

.scheduletablelist tr.border{/* border-bottom: 3px solid #2789d3; */padding-bottom:15px;}


.scheduletablelist th {
    background: #2689d3;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.scheduletablelist td {
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
    vertical-align:top;

}

.scheduletablelist .photo,
.scheduletablelist .map {
    width: 160px;
}

.scheduletablelist .date-place-time {
    text-align:left!important;
}

.scheduletablelist td.course, 
.scheduletablelist td.mark{
    text-align: left;
}

.scheduletablelist .course a{
    font-size: 1.4em;
    margin: 0 0 3px;
    padding: 4px 10px;
    color:#3757D4;
    text-align:none;
    display:block;
    font-weight:900;
    }

    .scheduletablelist .course a:hover{
    text-align:underline;
    }

.scheduletablelist .course .discount {/*ã‚ªãƒ¬ãƒ³ã‚¸å¸¯*/
    background: #F77228;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 5px 10px;
    padding: 2px 20px;
    white-space: nowrap;

}

.scheduletablelist .course .discount1 {/*ç·‘å¸¯*/
    background: #5BAF24;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 5px 10px;
    padding: 2px 20px;
    white-space: nowrap;
}

.scheduletablelist .course .discount2 {/*èµ¤å¸¯*/
    background: #D43741;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 5px 10px;
    padding: 2px 20px;
    white-space: nowrap;
}

.scheduletablelist td.price {
    color: #ff4e00;
    font-weight:900;
    font-size: 2.0em;
}

.scheduletablelist td img {
    border: 0;
    margin: 0 auto;
    text-align:center;
    vertical-align: top;
    width: 150px;
    height: 100px;  
  object-fit: cover;
    }
.scheduletablelist td.photo {
    font-size:14px;
    text-align:center;
}

.scheduletablelist td.info{
      font-size:1.5em;
      text-align:left;
}
.scheduletablelist td.info span{/*ç·‘å¸¯*/
    background: #006934;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 5px 10px;
    padding: 2px 20px;
}

.scheduletablelist td.morebtn a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: white;
    border-radius: 0.5rem;
    margin: 0px;
  color: #fff;
  width:100%!important;
  background-color: #ff9900;
box-sizing: border-box;
}

.scheduletablelist td.morebtn a:hover {
  color: #fff;
  background-color: #e4633c;
}

@media screen and (max-width: 767px) {
  /* 一覧 表組み */
  .scheduletablelist .pc-tr {
    display: none;
}

.scheduletablelist tr {
    border: none;
}

.scheduletablelist td.course,
.scheduletablelist td.date-place-time,
.scheduletablelist td.price,
.scheduletablelist td.info{
    display: block!important;
    margin: 5px;
    padding: 10px;
    /* width: 100%!important; */
    font-size: 2rem;
    text-align:left!important;
    box-sizing: border-box;
    vertical-align:top;
    line-height: 1.6;
}

.scheduletablelist td.price{
  font-size: 4rem;
  margin-bottom:20px!important;
}


.scheduletablelist td.photo{
    display: inline-block!important;
    float:left;
    margin: 5px auto;
    padding: 10px;
    width: 50%!important;
    font-size: 1.4rem;
    text-align:center!important;
    box-sizing: border-box;
    vertical-align:top;
}
.scheduletablelist td.map{
  display: inline-block!important;
  float: left;
  margin: 5px auto;
  padding: 10px;
  /* width: 50%; */
  font-size: 1em!important;
  text-align: center!important;
  box-sizing: border-box;
  vertical-align: top;
}

.scheduletablelist td img{
    width: 300px;
    max-width:999%;
    height: 250px;
    object-fit: cover;
}


.scheduletablelist .course a{
display: block;
font-size: 3rem!important;
margin: 0 0 3px;
padding: 4px 20px;
color:#3757D4;
text-align:none;
font-weight:900;
}

.scheduletablelist .course a:hover{
text-align:underline;
}

.scheduletablelist .course .discount {/*オレンジ帯*/color: #F77228;background: #fff;border:2px solid #F77228;/* display: block; */font-size: 1.8rem;margin: 5px;/* padding: 4px 20px; *//* width: 550px; */border-radius: 5px;}


.scheduletablelist .course .discount1 {/*緑帯*/
color: #5BAF24;
border:2px solid #5BAF24;
background: #fff;
display: block;
font-size: 1.1em;
margin: 0px;
padding: 4px 20px;
}
.scheduletablelist .course .discount2 {/*赤帯*/
color: #D43741;
border:2px solid #D43741;
background: #fff;
display: block;
font-size: 1.1em;
margin: 0 0 3px;
padding: 4px 20px;
}

.scheduletablelist td.info span{/*緑帯*/background: #fff;color: #006934;border:2px solid #006934;/* display: block; */font-size: 2rem;margin: 0 1rem 0 0;/* padding: 4px 20px; */}

.scheduletablelist td.morebtn{
    display: block!important;
    margin: 5px 5px 20px 5px;
    padding: 10px;
    width: 100%!important;
    text-align:center!important;
    box-sizing: border-box;
    vertical-align:top;
}


.scheduletablelist td.morebtn a {font-size: 3.1rem;}

    #yoyaku th {
        position: relative;
    }

    #yoyaku th div {
        color: white;
        font-weight: bold;
        font-size: 1.1em;
    }


}

