@charset "UTF-8";

@import url("reset.css");
@import url("contents.css");

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sp {
	display: none !important;
}
	.clearfix:after{
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix{
		display: block;
	}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body {
	height: 100%;
    font-size: 16px;
    font-family: "a-otf-jun-pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #704c2b;
	-webkit-text-size-adjust: none;
}
#wrapper {
    overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
}
#wrapper {
    position: relative;
}
@media only screen and (min-width: 717px){

}

img {
    width: 100%;
    height: 100%;
}
a {
    color: #704c2b;
}
a:hover {
    opacity: 0.7;
	filter: alpha(opacity=70);
	transition : 0.3s;
}
a:hover > img {
	opacity: 0.7;
	filter: alpha(opacity=70);
    transition : 0.3s;
}


.fc_orange {
    color: #d17884;
}



 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

header {
    position: relative;
    z-index: 999;
}


#head_column {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#head_column h1 {
    width: 200px;
    margin: auto 0 0 3vw;
}
#head_column .head_nav {
    
}



#head_column .head_topnav {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

#head_column .head_topnav .topnav_tel {
    font-size: min(2.2vw, 30px);
    margin: 5px 30px 0 0;
    position: relative;
}
#head_column .head_topnav .topnav_tel .tel_time {
    font-size: 0.625rem;
}
#head_column .head_topnav .topnav_tel::before {
    position: absolute;
    content: '';
    top: 6px;
    left: -26px;
    width: 20px;
    height: 28px;
    background: url(../images/icon_tel.svg);
}


#head_column .head_topnav .topnav_list {
    display: block;
    color: #FFF;
    font-size: min(1.6vw, 16px);
    font-weight: bold;
    padding: 10px 30px 13px 60px;
    position: relative
}
#head_column .head_topnav .topnav_list::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 50%;
}


#head_column .head_topnav .topnav_list.list01 {
    border-radius: 0 0 0 15px;
    background-color: #df6f7f;
}
#head_column .head_topnav .topnav_list.list01::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 21px;
    margin: auto;
    width: 18px;
    height: 20px;
    background-image: url(../images/icon_reserved.svg);
    background-repeat: no-repeat;
}
#head_column .head_topnav .topnav_list.list02 {
    background-color: #fac855;
}
#head_column .head_topnav .topnav_list.list02::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_sns_line.svg);
    background-repeat: no-repeat;
}
#head_column .head_topnav .topnav_list.list03 {
    border-radius: 0 0 15px 0;
    background-color: #c7a682;
}
#head_column .head_topnav .topnav_list.list03::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 21px;
    margin: auto;
    width: 18px;
    height: 20px;
    background-image: url(../images/icon_questionnaire.svg);
    background-repeat: no-repeat;
}


#head_nav .sns_add {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}
#head_nav .sns_add .sns_list {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
#head_nav .sns_add .topnav_list {
    font-size: 12px;
    margin-right: 15px;
    padding-top: 5px;
}




#head_nav .glnav_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-top: 35px;
}
#head_nav .glnav_box .nav_list {
    margin-right: 3vw;
    text-align: center;
}
#head_nav .glnav_box .nav_list a {
    display: block;
}
#head_nav .glnav_box .nav_list a:hover {
    opacity: 1;
	filter: alpha(opacity=100);
}
#head_nav .glnav_box .nav_list a:hover img {
    transform: scale(1.1);
    transition : 0.3s;
}

#head_nav .glnav_box .nav_list .nav_list_icon {
    width: 7.6vw;
    height: 6vw;
    max-width: 76px;
    max-height: 60px;
    margin: 0 auto 10px;
}
#head_nav .glnav_box .nav_list .nav_title {
    font-size: min(1.5vw, 15px);
    white-space: nowrap;
}




@media only screen and (max-width: 780px) {
    
    
    /* navメニュー */
    
    
    h1#head_sptopnav {
        padding: 10px 0 0;
    }
    h1#head_sptopnav a {
        display: block;
        height: 100px;
    }
    
    
    
    header #sp_reserve_nav {
        width: auto;
        margin: 10px 25px 0;
        display: flex;
    }
    header #sp_reserve_nav .list01 {
        width: 40%;
    }
    header #sp_reserve_nav .list02 {
        width: 28%;
    }
    header #sp_reserve_nav .list03 {
        width: 32%;
    }
    header #sp_reserve_nav .sp_topnav_list a {
        display: block;
        height: 30px;
        color: #FFF;
        font-size: clamp(13px, 1.8vw, 16px);
        font-weight: bold;
        padding: 8px 10px 13px 50px;
        position: relative
    } 
    header #sp_reserve_nav .sp_topnav_list a::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        width: 30px;
        height: 30px;
        background-color: #FFFFFF;
        border-radius: 50%;
    }


    header #sp_reserve_nav .sp_topnav_list.list01 a {
        border-radius: 15px 0 0 15px;
        background-color: #df6f7f;

    }
    header #sp_reserve_nav .sp_topnav_list.list01 a::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        width: 18px;
        height: 20px;
        background-image: url(../images/icon_reserved.svg);
        background-repeat: no-repeat;
    }
    header #sp_reserve_nav .sp_topnav_list.list02 a {
    background-color: #fac855;
}
    header #sp_reserve_nav .sp_topnav_list.list02 a::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        width: 20px;
        height: 20px;
        background-image: url(../images/icon_sns_line.svg);
        background-repeat: no-repeat;
    }
    header #sp_reserve_nav .sp_topnav_list.list03 a {
        border-radius: 0 15px 15px 0;
        background-color: #c7a682;
    }
    header #sp_reserve_nav .sp_topnav_list.list03 a::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        width: 18px;
        height: 20px;
        background-image: url(../images/icon_questionnaire.svg);
        background-repeat: no-repeat;
    }
    
    
    

    

    nav.globalMenuSp {
        position: fixed;
        z-index: 998;
        top: 0;
        right: -100vw;
	    width: 100vw;
        color: #FFF;
        transition: all 0.6s;
        background-color: rgb(223,111,127,0.6);
        height: 100%;
        min-height: 100vh;
    }
    
    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(-100vw); /* メニューを右からどの位の横幅で表示するか設定 */
    }
 
    nav.globalMenuSp .spnav_list {
        width: 90vw;
        margin: 0 auto;
        padding: 80px 0 0;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr {
        display: block;
        width: 280px;
        margin: 0 auto 10px;
        position: relative;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr a {
        display: block;
        padding: 8px 20px 12px;
        font-size: 1.2rem;
        text-align: center;
        background-color: #FFF;
        border-radius: 30px;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku01::before,
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku02::before,
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku03::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
        width: 20px;
        height: 20px;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku01::before {
        background: url(../images/icon_reserved.svg) no-repeat;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku02::before {
        background: url(../images/icon_sns_line.svg) no-repeat;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku03::before {
        background: url(../images/icon_questionnaire.svg) no-repeat;
    }
    
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku01 a {
        color: #df6f7f;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku02 a {
        color: #fac855;
    }
    nav.globalMenuSp .spnav_list .yoyaku_bnr.yoyaku03 a {
        color: #c7a682;
    }
    
    

    nav.globalMenuSp .spnav_list ul {
        margin-top: 20px;
    }
    nav.globalMenuSp .spnav_list ul li {
        padding-bottom: 13px;
        text-align: center;
    }
    nav.globalMenuSp .spnav_list ul li a {
        color: #FFF;
        font-size: 1.2rem;
    }
    nav.globalMenuSp .spnav_btn {
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
    }
    nav.globalMenuSp .spnav_btn .sns_list {
        width: 40px;
        height: 40px;
    }
    nav.globalMenuSp .spnav_btn .sns_list:first-child {
        margin-right: 10px;
    }

    

    .navToggle {
        display: block;
        position: fixed;    /* bodyに対しての絶対位置指定 */
        right: 10px;
        top: 25px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 9999;
        background-color: #df6f7f;
        border-radius: 5px;
    }
 
    .navToggle span {
        display: block;
        position: absolute;    /* .navToggleに対して */
        width: 20px;
        border-bottom: solid 2px #FFF;    /* menuの3本線を設定 */
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 10px;
    }
 
    .navToggle span:nth-child(1) {
        top: 11px;
    } 
    .navToggle span:nth-child(2) {
        top: 19px;
    }
    .navToggle span:nth-child(3) {
        top: 27px;
    }
    /* closeボタン　最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 19px;
        left: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
 
    /* closeボタン　2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 19px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    
    
  
}







 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
main
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* main */

#main_image {
    width: calc(100% - 50px);
    height: 600px;
    margin: 20px 25px 0;
    position: relative;
}



/* main deco */

#main_image .deco01 {
    position: absolute;
    bottom: -60px;
    right: -10px;
    width: 185px;
    height: 215px;
    background: url(../images/deco_tree01.png) no-repeat;
    background-size: 185px 215px;
}
#main_image .deco02 {
    position: absolute;
    bottom: -60px;
    left: 50px;
    width: 136px;
    height: 95px;
    background: url(../images/deco_tree03.png) no-repeat;
    background-size: 136px 95px;
}




/* slider */


/*スライドの高さを指定　overflow: hidden;を入れる*/
.slider {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
    border-radius: 30px;
}
 
/*スライドは背景画像にする*/
.slider-img {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  /*スライド画像の高さ*/
}
 
/*スライド画像を指定*/
.slider-img-01 {
  background-image: url(../images/main/main01.jpg);
}
.slider-img-02 {
  background-image: url(../images/main/main02.jpg);
}
.slider-img-03 {
  background-image: url(../images/main/main03.jpg);
}
.slider-img-04 {
  background-image: url(../images/main/main04.jpg);
}
.slider-img-05 {
  background-image: url(../images/main/main05.jpg);
}
 
.slick-list {
  width: 100%;
}
 
/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
 
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
 
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}





@media only screen and (max-width: 780px) {

    /* main */
    #main_image {
        height: 300px;
        margin: 10px 25px 0;
    }
    #main_image .deco01 {
        bottom: -25px;
        right: -10px;
        width: 100px;
        height: 120px;
        background-size: 100px 120px;
    }
    #main_image .deco02 {
        position: absolute;
        bottom: -20px;
        left: 0px;
        width: 80px;
        height: 50px;
        background-size: 80px 50px;
    }
    .slider {
        height: 300px;
    }
    .slider-img {
        height: 300px;
    }
}  






/* top_copy */
#top_copy {

}
#top_copy h2 {
    display: table;
    font-size: min(3vw, 30px);
    font-weight: bold;
    text-align: center;
    line-height: 2.2em;
    letter-spacing: 0.25em;
    margin: 15% auto 0;
    position: relative;
}
#top_copy h2 .fs_big {
    font-size: min(4.3vw, 43px);
}
#top_copy h2 .icon_flower {
    position: absolute;
    top: -35px;
    left: -80px;
    width: 105px;
    height: 89px;
}

h3 {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
}
h3 .subtt {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.8;
}
h3::before {
    position: absolute;
    content: '';
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon_reef.png) no-repeat;
    width: 56px;
    height: 54px;
}





@media only screen and (max-width: 780px) {
    
    #top_copy h2 .icon_flower {
        left: -40px;
        width: 80px;
        height: 60px;
    }
    
}





/* top_reserved */
#top_reserved {
    width: 90vw;
    max-width: 900px;
    margin: clamp(100px, 20%, 180px) auto;
    text-align: center;
}

#top_reserved .reserved_inner {
    position: relative;
}
#top_reserved .reserved_inner::before {
    position: absolute;
    content: '';
    bottom: -40px;
    left: -90px;
    background: url(../images/deco_animal01.svg) no-repeat;
    width: 140px;
    height: 130px;
    z-index: 888;
}
#top_reserved .reserved_inner::after {
    position: absolute;
    content: '';
    bottom: 60px;
    left: -140px;
    background: url(../images/deco_reef02.svg) no-repeat;
    width: 90px;
    height: 70px;
    animation: fuwafuwa02 0.8s infinite step-start .0s alternate;
}
#top_reserved .reserved_inner02 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 4vw auto;
    position: relative;
}

@keyframes fuwafuwa01 {
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa02 {
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-7deg);
  }
}







#top_reserved .reserved_box {
    width: calc( 100%/3 - 40px ) ;
    padding: 15px;
    border-radius: 20px;
}
#top_reserved .reserved_box .reserved_box_wh {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 0 10px;
}

#top_reserved .reserved_box.box01 {
    background-color: #df6f7f;
}
#top_reserved .reserved_box.box02 {
    background-color: #fac855;
}
#top_reserved .reserved_box.box03 {
    background-color: #c7a682;
}




#top_reserved .reserved_box .reserved_title {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: bold;
}
#top_reserved .reserved_box .reserved_title .fs_sm {
    font-size: clamp(12px, 1.4vw, 14px);
}
#top_reserved .reserved_box.box01 .reserved_title {
    padding-top: 40px;
    color: #df6f7f;
}
#top_reserved .reserved_box.box02 .reserved_title {
    padding-top: 30px;
    color: #fac855;
}
#top_reserved .reserved_box.box03 .reserved_title {
    padding-top: 40px;
    color: #c7a682;
}



#top_reserved .reserved_box .reserved_image {
    margin: 20px auto;
}
#top_reserved .reserved_box.box01 .reserved_image {
    width: 80px;
    height: 79px;
    margin: min(3vw, 20px) auto;
}
#top_reserved .reserved_box.box02 .reserved_image {
    width: 100px;
    height: 100px;
}
#top_reserved .reserved_box .reserved_tel {
    margin: 30px 0;
    padding: 30px 0;
    font-size: min(2.1vw, 21px);
    font-weight: bold;
    background-color: #d8ccbf;
    border-radius: 20px;
    position: relative;
}
#top_reserved .reserved_box .reserved_tel::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon_tel_wh.svg) no-repeat;
    width: 5.5vw;
    height: 8.0vw;
    max-width: 55px;
    max-height: 80px;
    z-index: 0;
}
#top_reserved .reserved_box .reserved_tel .tel_txt {
    font-size: 1rem;
    z-index: 888;
    position: relative;
}
#top_reserved .reserved_box .reserved_tel .fs_sm {
    font-size: 0.750rem;
}


#top_reserved .reserved_box .btn_internet {
    display: inline-block;
    padding: 6px 30px 10px;
    color: #FFF;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: bold;
    background-color: #df6f7f;
    border-radius: 20px;
}

#top_reserved .reserved_box .reserved_txt {
    font-size: 12px;
    padding-bottom: 40px;
}
#top_reserved .reserved_box .reserved_txt .fc_gr {
    color: #816e42;
    font-weight: bold;
}

#top_reserved .reserved_bikou {
    text-align: left;
    font-size: 12px;
    line-height: 2.0;
    padding-left: 5vw;
}

#top_reserved .reserved_mynumber {
    margin: 80px auto 0;
    line-height: 2.0;
}
#top_reserved .reserved_mynumber .mynumber_tt {
    font-size: 1.2rem;
    font-weight: bold;
}
#top_reserved .reserved_mynumber ul {
    background-color: #d5d5d5;
    border-radius: 20px;
    padding: 30px 50px;
    text-align: left;
    font-size: 0.8rem;
}
#top_reserved .reserved_mynumber li {
    text-indent: -1em;
    padding-left: 1em;
}




#top_reserved .reserved_webmonsin {
    width: 80vw;
    max-width: 720px;
    margin: 7vw auto 20px;
    padding: 25px 0 30px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 2.0;
    background-color: #d0d078;
    border-radius: 20px;
}
#top_reserved .reserved_webmonsin .monsin_txt {
    display: inline-block;
    padding: 5px 0 0 40px;
    font-size: clamp(18px, 2.6vw, 26px);
    letter-spacing: 0.1em;
    position: relative;
}
#top_reserved .reserved_webmonsin .monsin_subtxt {
    font-size: clamp(13px, 1.4vw, 14px);
}
#top_reserved .reserved_webmonsin .monsin_txt::before {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    margin: auto;
    background: url(../images/icon_questionnaire_wh.svg) no-repeat;
    width: 38px;
    height: 46px;
}




#top_reserved .reserved_webmonsin.recruit {
    margin: 0 auto 7vw;
    background: url(../images/bg_orange.jpg) no-repeat;
}
#top_reserved .reserved_webmonsin.recruit .monsin_txt::before {
    top: -2px;
    left: -50px;
    background: url(../images/gl_nav05.svg) no-repeat;
    width: 75px;
    height: 65px;
}





@media only screen and (max-width: 780px) {
    
    #top_reserved {
        width: 80vw;
    }
    #top_reserved .reserved_inner::before {
        bottom: -30px;
        left: -30px;
        width: 100px;
        height: 80px;
    }
    #top_reserved .reserved_inner::after {
        bottom: 60px;
        left: -30px;
        width: 50px;
        height: 40px;
    }
    #top_reserved .reserved_inner02 {
        display: block;
    }



    #top_reserved .reserved_box {
        width: 250PX;
        padding: 12px;
        margin: 0 auto 20px;
    }
    #top_reserved .reserved_box .reserved_box_wh {
        height: auto;
    }
    #top_reserved .reserved_box.box01 .reserved_title {
        padding-top: 30px;
    }
    #top_reserved .reserved_box.box02 .reserved_title {
        padding-top: 30px;
    }
    #top_reserved .reserved_box.box03 .reserved_title {
        padding-top: 30px;
    }

    #top_reserved .reserved_box .reserved_tel {
        margin: 20px 0;
        padding: 20px 0;
    }


    #top_reserved .reserved_box .btn_internet {
        margin-bottom: 20px;
    }
    #top_reserved .reserved_box .reserved_txt {
        font-size: 14px;
        padding-bottom: 40px;
    }
    
    
    
    
    #top_reserved .reserved_webmonsin {
        padding: 50px 0 30px;
    }
    #top_reserved .reserved_webmonsin .monsin_txt {
        padding: 30px 0 0 0;
    }
    #top_reserved .reserved_webmonsin .monsin_txt::before {
        top: -30px;
        left: 0;
        right: 0;
    }
    #top_reserved .reserved_webmonsin .monsin_subtxt {
        line-height: 1.4;
    }


    #top_reserved .reserved_webmonsin.recruit .monsin_txt::before {
        top: -30px;
        left: 0;
        right: 0;
    }
    
    
    
    
    #top_reserved .reserved_bikou {
        padding-left: 0;
        margin-top: 30px;
        font-size: 14px;
    }
    
    
    #top_reserved .reserved_mynumber .mynumber_tt {
        font-size: 1rem;
    }
    #top_reserved .reserved_mynumber ul {
        padding: 30px;
    }
    
}









/* top_schedule */
#top_schedule {
    padding: clamp(100px, 30%, 150px) 20px;
    background: url(../images/bg_pink.jpg) repeat-x;
    background-position: center center;
    position: relative;
}
#top_schedule::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_wave04.png) repeat-x;
    width: 100%;
    height: 36px;
}
#top_schedule::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_wave03.png) repeat-x;
    width: 100%;
    height: 36px;
}

#top_schedule .schedule_box {
    width: 80vw;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 40px 25px;
    background-color: #FFF;
    border-radius: 30px;
    position: relative;
}
#top_schedule .schedule_box::before {
    position: absolute;
    content: '';
    top: -180px;
    right: -100px;
    background: url(../images/deco_animal02.svg) no-repeat;
    width: 200px;
    height: 150px;
    animation: fuwafuwa03 0.8s infinite step-start .0s alternate;
}

#top_schedule .schedule_inner {
    position: relative;
}
#top_schedule .schedule_inner::before {
    position: absolute;
    content: '';
    top: -160px;
    right: -240px;
    background: url(../images/deco_glass01.svg) no-repeat;
    width: 150px;
    height: 80px;
    animation: fuwafuwa04 0.8s infinite step-start .0s alternate;
}

@keyframes fuwafuwa03 {
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa04 {
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-7deg);
  }
}





.schedule_box table {
    width: 100%;
    color: #dd8c98;
    font-weight: bold;
    text-align: center;
    table-layout: fixed;
}
.schedule_box table th {
    width: 12vw;
    font-size: clamp(12px, 1.6vw, 16px);
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 13px 0;
    border-top: 1px solid #dd8c98;
}
.schedule_box table td {
    text-align: center;
    font-size: clamp(14px, 1.6vw, 16px);
    border-top: 1px solid #dd8c98;
}
.schedule_box table tr.bd_none th,
.schedule_box table tr.bd_none td {
    border-top: none;
}
.schedule_box table th.vt {
    vertical-align: top;
    padding-top: 20px;
}
.schedule_box table td.vt {
    vertical-align: top;
    padding-top: 20px;
}

.schedule_box table .time_sub {
    color: #6a4421;
    font-size: 12px;
    font-weight: 300;
}
.schedule_box table .sinsatsu {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-color: #dd8c98;
    border-radius: 50%;
}
.schedule_box table .wd80 {
    width: 80px;
}
.schedule_box table p {
    font-size: 10px;
    color: #6a4421;
    font-weight: normal;
    line-height: 1.0;
    margin: 10px 0;
}
.schedule_box table .yobou {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(../images/time_icon01.svg) no-repeat;
    background-size: 28px 28px; 
}
.schedule_box table .sinsatsu_13time {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background: url(../images/time_icon02.svg) no-repeat;
    background-size: 28px 28px; 
}


.schedule_bikou {
    width: 80vw;
    max-width: 680px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 0.8rem;
}
.schedule_bikou li {
    padding: 6px 0 10px;
}
.schedule_bikou li.bikou_yobou {
    padding-left: 34px;
    background: url(../images/time_icon01.svg) no-repeat;
    background-size: 28px 28px; 
}
.schedule_bikou li.sinsatsu_13time {
    padding-left: 34px;
    background: url(../images/time_icon02.svg) no-repeat;
    background-size: 28px 28px; 
}
.schedule_bikou li.fs12 {
    font-size: max(1.2vw, 12px);
}









@media only screen and (max-width: 780px) {
    

    
    #top_schedule .schedule_box {
        width: auto;
        padding: 20px;
    }
    #top_schedule .schedule_box::before {
        top: -140px;
        right: 80px;
        width: 90px;
        height: 80px;
    }
    #top_schedule .schedule_inner::before {
        top: -140px;
        right: 0px;
        width: 50px;
        height: 30px;
    }
    
    .schedule_box table {
        table-layout: auto;
    }
    .schedule_box table td {
        width: calc( 100%/8 );
    }
    .schedule_box table .sinsatsu {
        width: 18px;
        height: 18px;
    }
    .schedule_box table .wd80 {
    }
    .schedule_box table .yobou {
        width: 20px;
        height: 20px;
        background-size: 20px 20px; 
    }
    .schedule_box table .sinsatsu_13time {
        width: 20px;
        height: 20px;
        background-size: 20px 20px; 
    }
    
}








/* top_news */
#top_news {
    padding: clamp(100px, 30%, 150px) 0;
}
#top_news .news_inner {
    width: 80vw;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
#top_news .news_inner::before {
    position: absolute;
    content: '';
    top: -160px;
    right: -100px;
    background: url(../images/deco_reef01.svg) no-repeat;
    width: 113px;
    height: 87px;
}
#top_news .news_inner::after {
    position: absolute;
    content: '';
    bottom: -240px;
    left: -50px;
    background: url(../images/deco_tree02.png) no-repeat;
    width: 164px;
    height: 212px;
    z-index: 888;
}
#top_news .news_title {
    width: 20%;
    min-width: 200px;
    text-align: center;
}
#top_news .news_title h4 {
    font-size: 1.8rem;
    font-weight: bold;
}
#top_news .news_title .news_btn {
    display: inline-block;
    margin: 20px auto;
    padding: 8px 20px 12px;
    color: #FFF;
    font-size: 0.8125rem;
    background-color: #dd8c98;
    border-radius: 20px;
}
#top_news .news_block {
    width: 80%;
}
#top_news .news_block li {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 3.5vw;
    font-size: 1rem;
    line-height: 1.8;
}
#top_news .news_block li .news_time {
    white-space: nowrap;
    margin-right: 30px;
}
#top_news .news_block li .news_tt {
    font-weight: bold;
}
#top_news .news_block li .news_tt .fs_s {
    font-size: 0.85rem;
    margin-top: 10px;
    font-weight: 300;
}
#top_news .news_block li .news_tt a {
    text-decoration: underline;
    color: #ef8026;
}
#top_news .news_block li img {
    width: 300px;
    object-fit: cover;
    margin-top: 20px;
}




@media only screen and (max-width: 780px) {
    
    #top_news .news_inner {
        display: block;
    }
    #top_news .news_inner::before {
        top: -180px;
        right: 0;
        width: 113px;
        height: 87px;
    }
    #top_news .news_inner::after {
        bottom: -200px;
        left: 0;
        width: 100px;
        height: 120px;
        background-size: 100px 120px;
    }
    #top_news .news_title {
        text-align: left;
    }
    #top_news .news_block {
        width: auto;
    }
    #top_news .news_block li {
        display: block;
        margin-bottom: 20px;
    }
    #top_news .news_block li .news_time {
        margin-right: 0;
        font-size: 0.7rem;
    }
    
    
    #top_news .news_block li img {
        width: 100%;
        height: 200px;
    }
    
    
    
}





/* top_consultation */
#top_consultation {
    padding: 150px 0 50px;
    text-align: center;
    background: url(../images/bg_pink.jpg) repeat-x;
    background-position: center bottom;
    position: relative;
}
#top_consultation::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_wave04.png) repeat-x;
    width: 100%;
    height: 36px;
}
.consultation_block {
    width: 85vw;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
#top_consultation .consultation_block::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -50px;
    background: url(../images/deco_flower04.svg) no-repeat;
    width: 86px;
    height: 81px;
    animation: fuwafuwa05 0.8s infinite step-start .0s alternate;
}
#top_consultation .consultation_block::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -50px;
    background: url(../images/deco_flower05.svg) no-repeat;
    width: 81px;
    height: 108px;
    animation: fuwafuwa06 0.8s infinite step-start .0s alternate;
}

@keyframes fuwafuwa05 {
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa06 {
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-7deg);
  }
}



.consult_box {
    margin-top: 30px;
    text-align: center;
}
.consult_box a {
    display: block;
    width: 22.5vw;
    height: 20vw;
    max-width: 225px;
    max-height: 200px;
    font-weight: bold;
    position: relative;
}
.consult_box a:hover {
    opacity: 100;
    transform: scale(1.02, 1.02);
}
.consult_box a::before {
    position: absolute;
    content: '';
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.consult_box.cons01 a::before {
    background: url(../images/consult_vaccination.svg) no-repeat;
    width: 90px;
    height: 80px;
}
.consult_box.cons02 a::before {
    background: url(../images/consult_kids.svg) no-repeat;
    width: 70px;
    height: 65px;
}
.consult_box.cons03 a::before {
    background: url(../images/consult_infection.svg) no-repeat;
    width: 90px;
    height: 80px;
}
.consult_box.cons04 a::before {
    background: url(../images/consult_life.svg) no-repeat;
    width: 80px;
    height: 70px;
}
.consult_box a:hover::before {
    transform:rotate(-5deg); 
}


.consult_box.cons01 a {
    color: #3f98d8;
    background: url(../images/main/consultation_flame01.png) no-repeat;
    background-size: cover;
}
.consult_box.cons02 a {
    margin-top: 100px;
    color: #4bb18e;
    background: url(../images/main/consultation_flame02.png) no-repeat;
    background-size: cover;
}
.consult_box.cons03 a {
    margin-top: 100px;
    color: #ea6b9b;
    background: url(../images/main/consultation_flame03.png) no-repeat;
    background-size: cover;
}
.consult_box.cons04 a {
    color: #f7a837;
    background: url(../images/main/consultation_flame04.png) no-repeat;
    background-size: cover;
}

.consult_box .consult_tt {
    padding: 25% 0 0.5%;
    font-size: clamp(18px, 2.8vw, 28px);
}
.consult_box .consult_subtt {
    font-size: clamp(11px, 1.4vw, 14px);
}

.consult_box .consult_arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 20px auto;
    color: #FFF;
    position: relative;
}
.consult_box .consult_arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}


.consult_box.cons01 .consult_arrow {
    background-color: #3f98d8;
}
.consult_box.cons02 .consult_arrow {
    background-color: #4bb18e;
}
.consult_box.cons03 .consult_arrow {
    background-color: #ea6b9b;
}
.consult_box.cons04 .consult_arrow {
    background-color: #f7a837;
}






.other_menu {
    width: 85vw;
    max-width: 900px;
    margin: 100px auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other_menu_box {
    width: calc( 100%/3 - 10px );
}
.other_menu_box a {
    display: block;
    padding: 20px 20px 50px 20px;
    background-color: #FFF;
    border-radius: 20px;
    position: relative;
}
.other_menu_box a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 30px;
    background-color: #af9175;
    border-radius: 0 0 20px 20px;
}
.other_menu_box a::after {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    z-index: 888;
}
.other_menu_box .other_icon {
    width: 59px;
    height: 59px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #d6c6b8;
}
.other_menu_box .other_tt {
    margin: 10px 0;
    font-size: clamp(14px, 1.8vw, 18px);
    text-align: center;
}
.other_menu_box .other_subtt {
    margin-top: 5px;
    font-size: clamp(12px, 1.4vw, 14px);
}





@media only screen and (max-width: 780px) {
    
    .consultation_block {
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 8vw;
    }
    #top_consultation .consultation_block::before {
        bottom: -20px;
        left: 0;
        width: 60px;
        height: 60px;
    }
    #top_consultation .consultation_block::after {
        bottom: -20px;
        right: 0;
        width: 60px;
        height: 80px;
    }
    
    .consult_box {
        width: 150px;
        height: 130px;
        margin-bottom: 20px;
    }
    .consult_box.cons01 {
        margin-right: 10px;
    }
    .consult_box.cons03 {
        margin-right: 10px;
    }
    .consult_box a {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: auto;
    }
    
    .consult_box.cons02 a {
        margin-top: 0;
    }
    .consult_box.cons03 a {
        margin-top: 0;
    }
    
    
    
    .consult_box.cons01 a::before {
        width: 80px;
        height: 80px;
    }
    .consult_box.cons02 a::before {
        top: -20px;
        width: 60px;
        height: 60px;
    }
    .consult_box.cons03 a::before {
        width: 80px;
        height: 60px;
    }
    .consult_box.cons04 a::before {
        top: -20px;
        width: 60px;
        height: 45px;
    }
    
    .consult_box .consult_arrow {
        width: 20px;
        height: 20px;
        margin: 20px auto;
    }
    .consult_box .consult_arrow::before {
        left: 5px;
        width: 6px;
        height: 6px;
    }
    
    
    
    
    .other_menu {
        margin: 80px auto;
    }
    .other_menu_box {
        width: calc( 100%/2 - 10px );
        margin: 0 auto 20px;
    }
    .other_menu_box a {
        padding: 20px 10px 50px;
    }
    
}












/* top_ehon */
#top_ehon {
    width: 100%;
    height: 20vw;
    margin-top: -50px;
    padding: 150px 0 200px;
    text-align: center;
    background: url(../images/main/ehon_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 888;
    position: relative;
}
#top_ehon .ehon_column {
    width: 80vw;
    max-width: 890px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: bold;
}
#top_ehon .ehon_column .ehon_title h4 img {
    max-width: 543px;
}
#top_ehon .ehon_column .ehon_subtt {
    margin: 20px 0 40px;
    font-size: clamp(14px, 1.6vw, 16px);
}
#top_ehon .ehon_column .ehon_btn a {
    display: inline-block;
    width: 300px;
    padding: 10px 20px 13px;
    font-size: clamp(14px, 1.6vw, 16px);
    background-color: #FFF;
    border-radius: 30px;
    position: relative;
}
#top_ehon .ehon_column .ehon_btn a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #af9175;
    border-right: 2px solid #af9175;
    transform: rotate(45deg);
    z-index: 888;
}
#top_ehon .ehon_column .ehon_img {
    width: 312px;
    height: auto;
    padding-top: 50px;
}
#top_ehon .ehon_column .ehon_img img {
    width: 100%;
    height: auto;
}




@media only screen and (max-width: 780px) {
    
    #top_ehon {
        padding: 220px 0;
    }
    #top_ehon .ehon_title {
        position: relative;
    }
    #top_ehon .ehon_title::before {
        position: absolute;
        content: '';
        top: -120px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../images/main/ehon_image.png) no-repeat;
        background-size: 180px 100px;
        width: 180px;
        height: 100px;
    }
    #top_ehon .ehon_column .ehon_btn a {
        width: auto;
        padding: 10px 50px 13px 30px;
    }
    
}









/* top_media */
#top_media {
    width: 80vw;
    max-width: 770px;
    margin: 180px auto 100px;
    text-align: center;
}
#top_media .media_block {
    margin-top: 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top_media .media_box {
    
}
#top_media .media_box .media_img img {
    width: auto;
    height: 213px;
    box-shadow: 3px 3px 8px 2px #eee;
}
#top_media .media_box .media_tt {
    margin-top: 10px;
    text-align: left;
    font-size: 0.85rem;
}




@media only screen and (max-width: 780px) {
    
    #top_media {
        margin: 150px auto 80px;
    }
    #top_media .media_block {
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    #top_media .media_box {
        margin-bottom: 20px;
        margin-right: 0;
    }
    #top_media .media_box .media_img img {
        height: 200px;
    }
    #top_media .media_box .media_tt {
        font-size: 14px
    }
}









/* top_contact */
#top_contact {
    width: 80vw;
    max-width: 900px;
    margin: 180px auto 100px;
    text-align: center;
    font-weight: bold;
}
.contact_box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 20px;
    background: url(../images/bg_pink.jpg) no-repeat;
    background-position: center center;
    border-radius: 30px;
    position: relative;
}
.contact_box::before {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/gl_nav06.svg) no-repeat;
    width: 77px;
    height: 61px;
}
.contact_box .sub_txt {
    font-size: clamp(16px, 2.0vw, 20px);
    margin-bottom: 10px;
}
.contact_box .tel {
    font-size: clamp(20px, 2.8vw, 28px);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.contact_box .title {
    font-size: clamp(24px, 3.8vw, 38px);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.contact_box .time {
    font-size: 0.750rem;
}
.contact_box .cont_btn_format a {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 50px 15px;
    font-size: clamp(14px, 1.6vw, 16px);
    color: #FFF;
    background-color: #633e1a;
    border-radius: 30px;
}


.clinic_bnr {
    margin-top: 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.nemoto_bnr {
    width: 48%;
    border-radius: 20px;
    border: 4px solid #f0b118;
}
.nemoto_bnr a {
    display: block;
    height: 83%;
    padding: 20px 50px 7px 10px;
    position: relative;
}
.nemoto_bnr a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 100%;
    background-color: #f0b118;
    border-radius: 0 10px 10px 0;
}
.nemoto_bnr a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: rotate(45deg);
    z-index: 888;
}


.nemoto_bnr .nemoto_bnr_inner {
    display: inline-flex;
    display: -webkit-box;
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    justify-content: center;
    padding-bottom: 10px;
}


.nemoto_bnr .nemoto_logo {
    width: 105px;
    min-width: 90px;
    margin-right: 10px;
}
.nemoto_bnr .tt_img {
    width: 80%;
    max-width: 240px;
    height: 70px;
    margin: 0 auto;
}
.nemoto_bnr .tt_address {
    margin: 5px 0 10px;
    color: #f7931e;
    font-size: clamp(12px, 1.4vw, 14px);
}





/* contact 下層 */
#contents_contact {
    width: 80vw;
    max-width: 900px;
    margin: 180px auto 100px;
    text-align: center;
    font-weight: bold;
}
.contents_contact_box {
    display: flex;
    justify-content: space-between;
}
#contents_contact .schedule_box {
    width: 65%;
    margin-right: 20px;
    padding: 0;
}
#contents_contact .schedule_inner {
    background-color: #fbf9f1;
    padding: 20px;
    border-radius: 30px;
}

#contents_contact .contact_box {
    width: calc( 35% - 20px );
    padding: 4vw 2vw 2vw;
}
#contents_contact .contact_box .sub_txt {
    font-size: clamp(12px, 1.4vw, 16px);
}
#contents_contact .contact_box .tel {
    font-size: clamp(12px, 1.4vw, 16px);
}
#contents_contact .contact_box .title {
    font-size: clamp(14px, 3.0vw, 30px);
}
#contents_contact .contact_box .cont_btn_format a {
    margin-top: 2vw;
    font-size: clamp(0.6rem, 1.4vw, 14px);
    padding: 8px 30px 10px;
}
#contents_contact .schedule_bikou {
    max-width: 900px;
    text-align: left;
}




@media only screen and (max-width: 780px) {
    
    #top_contact {
        margin: 150px auto 100px;
    }
    #top_contact .contact_box {
        width: auto;
        padding: 50px 20px 30px;
    }
    .contact_box .cont_btn_format a {
        margin-top: 30px;
    }
    
    
    .clinic_bnr {
        margin-top: 30px;
        display: block;
    }
    .nemoto_bnr {
        width: auto;
        margin-bottom: 20px;
    }
    .nemoto_bnr a {
        padding: 10px 50px 10px 10px;
    }
    .nemoto_bnr a::before {
        width: 30px;
    }
    .nemoto_bnr a::after {
        right: 8px;
    }


    .nemoto_bnr.nemotobn .nemoto_bnr_inner {
        padding: 0;
    }
    .nemoto_bnr .nemoto_logo {
        min-width: 70px;
        margin-right: 10px;
    }
    .nemoto_bnr .tt_address {
        margin: 0 0 10px;
    }
    
    
    
    /* contact 下層 */
    #contents_contact {
        width: 90vw;
        margin: 100px auto 50px;
    }
    #contents_contact .contents_contact_box {
        display: block;
    }
    #contents_contact .schedule_box {
        width: 100%;
        margin-right: 0;
    }

    #contents_contact .contact_box {
        width: auto;
        margin-top: 60px;
        padding: 8vw 2vw 5vw;
    }
    #contents_contact .contact_box .title {
        font-size: 1.2em;
    }
    
}










footer {
    padding: 150px 0 500px;
    background: url(../images/bg_skyblue.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
}
footer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_wave04.png) repeat-x;
    width: 100%;
    height: 36px;
}
footer::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/footer_image.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    z-index: 555;
}

footer .footer_logo {
    width: 165px;
    height: 145px;
    margin: 0 auto;
}
footer .footer_logo_ad {
    margin: 10px 0 50px;
    font-size: 1rem;
    text-align: center;
}


footer .footer_ggl_stview {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 50px;
    background-color: #50cbcf;
    border-radius: 30px;
    z-index: 999;
    position: relative;
}
footer .footer_ggl_stview a {
    display: block;
    padding: 18px 20px 20px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
}
footer .footer_ggl_stview a::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 6px;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50%;
}
footer .footer_ggl_stview a::after {
    position: absolute;
    content: '';
    top: 9px;
    left: 10px;
    width: 42px;
    height: 42px;
    background: url(../images/about/waitingroom01.jpg) no-repeat;
    background-size: 42px 42px;
    border-radius: 50%;
}



footer #ft_map {
    z-index: 888;
    position: relative;
}

footer #ft_menu {
    width: 80vw;
    max-width: 600px;
    margin: 50px auto 100px;
    position: relative;
    z-index: 888;
}
footer #ft_menu .menu_list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer #ft_menu .menu_list li {
    font-size: 1rem;
    line-height: 2.0;
}
footer #ft_menu .menu_list ul .column {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
footer #ft_menu .menu_list ul.ft_submenu {
    margin-top: 10px;
}
footer #ft_menu .menu_list ul.ft_submenu li {
    font-size: 0.750rem;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
}
footer #ft_menu .menu_list ul.ft_submenu li::after {
    position: absolute;
    content: '・';
    top: -2px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}
footer #ft_menu .menu_list ul.lf_bg {
    margin-left: 30px;
}
footer .copyright {
    font-size: 0.750rem;
    text-align: center;
}



@media only screen and (max-width: 780px) {
    
    footer {
        padding: 100px 0;
    }
    footer .footer_logo {
        width: 110px;
        height: 100px;
    }
    footer .footer_ggl_stview {
        border-radius: 20px;
    }
    footer .footer_ggl_stview a {
        padding: 70px 20px 20px;
    }
    footer .footer_ggl_stview a::before {
        top: 15px;
        left: 0;
        right: 0;
        margin: auto;
    }
    footer .footer_ggl_stview a::after {
        top: 19px;
        left: 0;
        right: 0;
        margin: auto;
    }
    footer .footer_logo_ad {
        margin: 10px 0 50px;
    }
    footer .copyright {
        margin-top: 50px;
    }
}








/* 共通 */

.adjust { letter-spacing: -0.0em;}
.adjust005 { letter-spacing: -0.05em;}
.adjust01 { letter-spacing: -0.1em;}
.adjust015 { letter-spacing: -0.15em;}


.fs30 { font-size: 3.0rem;}



.fs12 { font-size: 1.2rem;}
.fs22 { font-size: 2.2rem;}
.fs25 { font-size: 2.5rem;}
.fs36 { font-size: 3.6rem;}

.mt15 { margin-top: 15px; !important}
.mt20 { margin-top: 20px; !important}
.mt30 { margin-top: 30px; !important}
.mt50 { margin-top: 50px; !important}
.mt70 { margin-top: 70px; !important}

.mb30 { margin-bottom: 30px;}
.mb50 { margin-bottom: 50px;}
.mb70 { margin-bottom: 70px;}








 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 780px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp {
		display: inline-block !important;
	}
    
    
    #wrapper {
        font-size: 1.4rem;
        font-weight: bold;
    }

  
    
}  





 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cookie
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#memberPopup {
    font-family: serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    /* Default => [ display: none; ] */
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}

/* Cookie-Policy */
.privacy-policy-link {
    color: rgb(110, 169, 211);
}

.cookie-consent {
    display: flex;
    justify-content: space-around;
}
.cookie-consent .cookie-text {
    color: #FFF;
    font-size: 0.8rem;
    padding-right: 20px;
}
.cookie-consent .cookie-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cookie-agree, .cookie-reject {
    display: inline-block;
    color: #000;
    background: #FFF;
    padding: 10px 30px 8px;
    margin-right: 20px;
    text-align: center;
}

.cookie-agree:hover, .cookie-reject:hover {
    cursor: pointer;
}

@keyframes hide {
    from {
          opacity: 1;
    }
    to {
          opacity: 0;
          visibility: hidden;
    }
    }
      /* メディアクエリ */
    @media screen and (max-width: 600px) {
        .cookie-consent {
          flex-direction: column;
        }
        .cookie-text {
          margin-bottom: 1em;
        }
    }


@media only screen and (max-width: 780px) {
    
    .cookie-consent .cookie-text {
        padding-right: 0;
    }
    
}  