@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%;
}
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: #ef9c0a;
}




#bg_image {
    margin-bottom: 120px;
    background-image: url(../images/bg_main_image.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}



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

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



.head_topnav {
    display: flex;
    justify-content: flex-end;
    padding: 15px 30px 0 0;
}

.head_topnav .tel_time {
    font-size: 0.625rem;
}



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

header .top_logobox {
    display: flex;
    justify-content: center;
    margin: 4.5% auto 0;
}
header .top_logobox .flag {
    width: 20%;
    padding: 2% 0 0;
}
header .top_logobox h1 {
    width: 16%;
    padding: 0 5%;
}



/* top_copy */
#top_copy {
    margin: 25% auto 0;
}
#top_copy .copy01 {
    width: 50%;
    margin: 0 auto;
    padding: 3px 28px 5px;
    background-color: #f8b74a;
    border-radius: 20px;
    color: #704c2b;
    font-weight: bold;
    font-size: clamp(12px, 1.6vw, 20px);
    text-align: center;
}
#top_copy .copy02 {
    margin: 2% auto 0;
    text-align: center;
    color: #f29200;
    font-weight: bold;
    font-size: min(3.5vw, 30px);
    letter-spacing: 0.1em;
}
#top_copy .copy02 .fs_time {
    font-size: min(4.5vw, 40px);
}
#top_copy h2 {
    display: table;
    margin: 0 auto;
    font-size: min(5vw, 50px);
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    position: relative;
}

#top_copy .copy03 {
    margin: 5% auto 0;
    text-align: center;
    color: #704c2b;
    font-weight: bold;
    font-size: clamp(12px, 1.6vw, 18px);
    line-height: 3.6em;
    letter-spacing: 0.1em;
}



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

    
}





/* 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: 129px;
    height: 100px;
    animation: fuwafuwa01 0.8s infinite step-start .0s alternate;
    z-index: 888;
}
#top_reserved .reserved_inner::after {
    position: absolute;
    content: '';
    bottom: 60px;
    left: -160px;
    background: url(../images/deco_flower02.svg) no-repeat;
    width: 76px;
    height: 54px;
    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;
}
#top_reserved .reserved_inner02::before {
    position: absolute;
    content: '';
    bottom: -50px;
    left: -180px;
    background: url(../images/deco_glass01.svg) no-repeat;
    width: 96px;
    height: 47px;
}

@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: url(../images/bg_orange.jpg) no-repeat;
}
#top_reserved .reserved_box.box02 {
    background: url(../images/bg_green.jpg) no-repeat;
}
#top_reserved .reserved_box.box03 {
    background: url(../images/bg_purple.jpg) no-repeat;
}




#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: #ef8026;
}
#top_reserved .reserved_box.box02 .reserved_title {
    padding-top: 30px;
    color: #7ac623;
}
#top_reserved .reserved_box.box03 .reserved_title {
    padding-top: 40px;
    color: #7583b3;
}



#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: 74px;
    height: 72px;
}
#top_reserved .reserved_box .reserved_tel {
    margin: 30px 0;
    padding: 30px 0;
    font-size: min(2.1vw, 21px);
    font-weight: bold;
    background-color: #e2e7f3;
    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: #ef8026;
    border-radius: 20px;
}

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

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

#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: url(../images/bg_blue.jpg) no-repeat;
    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: -10px;
        left: 0;
        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_inner02::before {
        bottom: -10px;
        left: -30px;
        width: 50px;
        height: 30px;
    }



    #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_yellow.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;
    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: 265px;
    height: 99px;
    animation: fuwafuwa03 0.8s infinite step-start .0s alternate;
}
#top_schedule .schedule_box::after {
    position: absolute;
    content: '';
    top: -280px;
    right: -100px;
    background: url(../images/deco_flower03.svg) no-repeat;
    width: 116px;
    height: 83px;
    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);
  }
}

#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: 96px;
    height: 47px;
}




.schedule_box table {
    width: 100%;
    color: #eea00e;
    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 #f8d99f;
}
.schedule_box table td {
    text-align: center;
    padding: 13px 0;
    font-size: clamp(14px, 1.6vw, 16px);
    border-top: 1px solid #f8d99f;
}
.schedule_box table tr.bd_none th,
.schedule_box table tr.bd_none td {
    border-top: none;
}
.schedule_box table .time_sub {
    color: #6a4421;
    font-size: 12px;
    font-weight: 300;
}
.schedule_box table .sinsatsu {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-color: #f8e8ab;
    border-radius: 50%;
}
.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: 170px;
        height: 80px;
    }
    #top_schedule .schedule_box::after {
        top: -180px;
        right: 50px;
        width: 80px;
        height: 40px;
    }
    #top_schedule .schedule_inner::before {
        top: -140px;
        right: 0px;
        width: 50px;
        height: 30px;
    }
    
    .schedule_box table {
        table-layout: auto;
    }
    .schedule_box table .sinsatsu {
        width: 18px;
        height: 18px;
    }
    .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: -100px;
    background: url(../images/deco_tree02.svg) 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: #aadb69;
    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;
    height: 200px;
    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: 50px;
        width: 113px;
        height: 87px;
    }
    #top_news .news_inner::after {
        bottom: -240px;
        left: 0;
        width: 100px;
        height: 180px;
    }
    #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_yellow.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/gl_nav02.svg) no-repeat;
    width: 96px;
    height: 99px;
}
.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/deco_animal01.svg) no-repeat;
    width: 98px;
    height: 75px;
}
.consult_box.cons04 a::before {
    background: url(../images/consult_life.svg) no-repeat;
    width: 73px;
    height: 59px;
}
.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_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_yellow.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;
    padding: 20px 50px 10px 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;
}
.nemoto_bnr.nemotobn .nemoto_bnr_inner {
    padding: 14px 0;
}


.nemoto_bnr .nemoto_logo {
    width: 105px;
    min-width: 90px;
    margin-right: 10px;
}
.nemoto_bnr.nemotobn .nemoto_logo {
    width: 90px;
}
.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);
}
.nemoto_bnr .new-open {
    width: 50%;
    margin: 0 auto;
    padding: 3px 0 5px;
    background-color: #f7931e;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}





/* 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 3vw;
}
#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: 3vw;
    font-size: clamp(0.8rem, 1.4vw, 14px);
    padding: 10px 30px 15px;
}
#contents_contact .schedule_bikou {
    max-width: 900px;
    text-align: left;
}
.nemoto_bnr {
    max-width: 700px;
    margin: 50px auto 0;
}





@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: 100px 0 100px;
    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 .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 {
    padding-top: 50px;
    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;
    }
    
}  