@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {

    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;	
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	box-sizing:border-box;
	width:100%;
}


/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul,li {list-style: none;}


/**** custom ****/

ul.content-list{
  color: #87C11B;
  margin: 1em 0 1.5em;
  font-weight: bold;
}

ul.content-list li{
  font-size: 14px;
}
ul.content-list li:before{
    content: '・';
}

#sub dl dt{
    font-weight: bold;
    font-size: 14.5px;
    margin-bottom: 1em;
    display: table;
    border-bottom: solid 1px;
}
#sub dl dd{
    font-size: 14.5px;
    margin-bottom: 2em;
}
#sub h3.mt{
    margin-top: 60px;
}

.gel-img{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.gel-img li:nth-of-type(1){
    flex-basis: 350px;
}
.gel-img li:nth-of-type(2){
    flex-basis: 480px;
}

.kids04 .clearfix + .clearfix{
    margin-top: 20px;
}

.flow-list li{
    margin-bottom: 60px;
    position: relative;
}
.flow-list li:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #84C925 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 160px;
    transform: translateX(-50%);
}
.flow-list li:last-of-type:after{
    content: none;
}
.flow-list li .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow-list li .flex .image{
    width: 320px;
    border-radius: 20px;
    overflow: hidden;
}
.flow-list li .flex .image img{
    display: block;
}
.flow-list li .flex .flow-text{
    width: calc(100% - 360px);
}
.flow-list li .flex .flow-text span{
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;
    color: 
}

.count-list{
    counter-reset: list;
}
.count-list li{
    padding: 0.19em 0 0.8em 2.8em;
    position: relative;
    font-size: 14.5px;
    line-height: 180%;
}
.count-list li:before{
    counter-increment: list;
    content: counter(list);
    background: #84C925;
    color: #fff;
    padding: 2px 10px 4px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.decayed-list{
}
.decayed-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.decayed-list li .image{
    width: 200px;
}
.decayed-list li .text-box{
    width: calc(100% - 220px);
}

.flow-list-nopic li{
    padding: 20px;
    margin-bottom: 60px;
    background: #F2F2F2;
    position: relative;
}
.flow-list-nopic li:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #555 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-list-nopic li:last-of-type:after{
    content: none;
}
#sub .flow-list-nopic li p.head{
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: solid 1px;
    padding-bottom: 0.3em;;
}
#sub .flow-list-nopic li p:last-of-type{
    margin-bottom: 0;
}
#sub .flow-list-nopic li .flex{
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#sub.implant .box_01 p.text_01{
    font-size: 24px !important;
}

.table-layout{
    display: table;
    border-collapse: collapse;
}
.table-row{
    display: table-row;
}
.table-row > div{
    display: table-cell;
    padding: 20px 30px;
    border: 1px solid #F2F2F2;
    font-size: 14px;
}
.table-head{
    background: #F9FCF4;
    font-weight: bold;
}
.no-wrap{
    white-space: nowrap;
}
.td-center{
    text-align: center;
}

.gallary-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gallary-list li{
    width: calc(95%/3);
    overflow: hidden;
    border-radius: 10px;
    border: solid 2px #ADDA3E;
    margin-bottom: 20px;
}
.gallary-list li img{
    width: 100%;
}
#sub .gallary-list li p.head{
    background: #ADDA3E;
    color: #fff;
    text-align: center;
    padding-left: 6px 10px;
    font-weight: bold;
}
.gallary-list li .pic-wrap{
    padding: 0 10px 10px;
}

#sub dl.qa dt{
    color: #84C925;
    position: relative;
    padding-left: 2.5em;
    display: block;
    padding-bottom: 0.1em;
}
#sub dl.qa dt:before{
    content: 'Q';
    background: #84C925;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 0 0.5em 0.1em;
}
#sub dl.qa dd{
    padding-left: 2.5em;
    position: relative;
    margin-bottom: 4em;
}
#sub dl.qa dd:before{
    content: 'A';
    background: #555;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 0 0.5em 0.1em;
}

@media screen and (max-width: 768px){
    .flow-list li .flex{
        display: block;
    }
    .flow-list li .flex .flow-text, .flow-list li .flex .image{
        width: 100%;
    }
    .flow-list li .flex .image{
        margin-bottom: 20px;
    }

    .decayed-list li{
        justify-content: center;
        flex-wrap: wrap;
    }
    .decayed-list li .text-box{
        width: 100%;
        margin-top: 10px;
    }
    #sub .flow-list-nopic li p.head{
        font-size: 14px;
    }
    #sub .flow-list-nopic li .flex dt{
        margin-left: auto;
        margin-right: auto;
    }
    #sub table.td-center td{
        text-align: center;
    }
    #sub.implant .box_01 p.text_01{
        font-size: 18px !important;
    }
    .table-layout{
        width: 700px;
    }
    .table-wrap{
        overflow-x: scroll;
    }
    .gallary-list li{
        width: 100%;
    }
}
@charset "UTF-8";
/* CSS Document */
html,body{
	height:100%;width: 100%;
	padding: 0;
	margin: 0;
	font-size: 100%;
	line-height: 140%;
	color:#555;
	font-family: 'Noto Sans JP', sans-serif;
	position:relative;
	letter-spacing:1.5px;
}
section{
	width:100%;
}
p{
	font-weight:100;
}
.hover:hover{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}
strong{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #FFC4E4 0%) repeat scroll 0 0;
	font-weight:normal;
}
.inner{
	width:1000px;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
	overflow:hidden;
}
img{
	max-width:100%;
	height:auto;
}
.left{float:left;}
.rigft{float:rigft;}

#top h1{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	color:#FFF;
	font-size:4vw;
}

#top h2{
	text-align:center;
	line-height:230%;
	color:#FFF;
	font-size:18px;
	letter-spacing:2px;
}
#top h2:after{
	content:"";
	width:50px;
	height:1px;
	background:#FFF;
	display:block;
	margin:10px auto;
}
#top h2.h2{
	color:#555;
}
#top h2.h2:after{
	background:#FEFEFE;
}


i{padding-right:10px;}
.fa-phone{
 transform: rotateY( 190deg );
 transform: rotateZ( 110deg );
}
.fadein{
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.main_btn a{
	width:300px;
	text-align:center;
	font-size:14px;
	display:block;
	margin:20px auto;
	background:#E8F4C6;
	padding:20px 0;
	position:relative;
	border-radius:8px;
}
.main_btn a:after {
    content: "";
    display: inline-block;
    border: solid 8px transparent;
    border-left: solid 8px #D79678;
    position: absolute;
	bottom:5px;
    right: 5px;
	transform: rotate(45deg);
}
.main_btn a:hover{
	background:#F2F2F2;
	}
	
#sub .main_btn a{
	margin:40px auto 20px;
	border-bottom:none;
}

/* 背景固定の写真--------------------------- */
.fixed-bg {
  position: relative;
  min-height: 52vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.fixed-bg .fixed-bg-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bg01 {
  background-image:url(../images/top/webp/bg_001.webp) ;
}
.no-webp .bg01 {
  background-image:url(../images/top/bg_001.jpg) ;
}
.bg02 {
  background-image:url(../images/top/webp/bg_002.webp) ;
}
.no-webp .bg02 {
  background-image:url(../images/top/bg_002.jpg) ;
}
.bg03 {
  background-image:url(../images/top/webp/bg_001.webp) ;
}
.no-webp .bg03 {
  background-image:url(../images/top/bg_001.jpg) ;
}


/* ページトップ------------- */
#pagetop {
	padding:25px;
    position: fixed;
    bottom: 82px;
    right: 20px;
    border: #AEDA3E 1px solid;
    background:#FFF;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display:block;
}
#pagetop:hover{
	background:#AEDA3E;
	color:FFF;
}
#pagetop:after {
	content:"";
	position:absolute;
	top: 47%;
    left: 41%;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(315deg);
}

/* ヘッダー--------------------------- */
header{
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#AEDA3E;
}
header .top_wrap{ position: relative;
	width:100%;
	background:#FFF;
	padding-top:5px;
}
header .top_wrap h1,header .top_wrap .h1_text{ margin: 10px 0 0 13%; letter-spacing: 0.1px; color: #adda3e; font-size: 14px;}
header .info_box{
	position:absolute;
	top:20px;
	right:100px;
}
header .info_box p{
	text-align:right;
	font-size:13px;
}
header .info_box ul li{
	float:right;
	margin-left:10px;
}
header .info_box ul li img{
	height:32.7px;
	width:auto;
	margin-top:5px;
}	
header .logo{
	width:470px;
	margin:0 0 -7px 13%;
}
p.btn_01 a,
p.btn_02 a{
	position: relative;
	padding:23px 10px;
	box-sizing:border-box;
	width:130px;
	font-size:13px;
	line-height:130%;
	font-weight:bold;
	border-radius:20px;
	letter-spacing:0px;
	padding:40px 5px 25px 13px;
	width:43px;
	z-index:2;
}
p.btn_02 a{
	z-index:5;
}
#sub p.btn_01,#sub p.btn_02{ margin-bottom: 0;}
p.btn_01 a,#sub p.btn_01 a{
	position:absolute;
	top:50px;
	left:40px;
	color:#F0027E;
	background:#FFF url("../images/top/webp/001.webp") no-repeat 50% 15%;
	background-size:15px;
	border:#F0027E 2px solid;
}
.no-webp p.btn_01 a{
	background:#FFF url(../images/top/001.png) no-repeat 50% 15%;
	background-size:15px;
}
p.btn_02 a,#sub p.btn_02 a{
	position:absolute;
	top:205px;
	left:40px;
	color:#FFF;
	background:#F0027E url(../images/top/webp/002.webp) no-repeat 50% 15%;
	background-size:15px;
	border:#F0027E 2px solid;
}
.no-webp p.btn_02 a{
	background:#F0027E url(../images/top/002.png) no-repeat 50% 15%;
	background-size:15px;
}
p.btn_02 a:hover,#sub p.btn_02 a:hover{
	color:#FFF;
	border-color:#87C11B;
	background:#87C11B url(../images/top/webp/002_2.webp) no-repeat 50% 15%;
	background-size:15px;
	border:#87C11B 2px solid;
}
.no-webp p.btn_02 a:hover{
	background:#87C11B url(../images/top/002_2.png) no-repeat 50% 15%;
	background-size:15px;
}
p.btn_01 a:hover,#sub p.btn_01 a:hover{
	color:#87C11B;
	background:#FFF url(../images/top/webp/001_2.webp) no-repeat 50% 15%;
	background-size:15px;
	border:#87C11B 2px solid;
}
.no-webp p.btn_01 a:hover{
	background:#FFF url(../images/top/001_2.png) no-repeat 50% 15%;
	background-size:15px;
}

	

/* ヘッダーナビゲーション--------------------------- */
nav{
	width:100%;
}
header nav ul{
	width:850px;
	margin:0 auto;
	color:#555;
	background-color:#AEDA3E;
	box-sizing:border-box;
	font-size:13px;
	text-align:center;
}
header nav ul li{
	float:left;
	width:calc(100%/7);
	text-align:center;
	position:relative;
}
header nav ul li a{
	padding:0 0 20px;
	display:block;
	background-color:#AEDA3E;	
}
header nav ul li a:after {
    content: "|";
	font-weight:bold;
    display: inline-block;
    position: absolute;
    top: calc(50% - 0);
    right: 0;
	color:#87C11B;
}


/* Opening
-----------------------------------------*/
.Opening {
	width:100%;
	height:630px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.Opening div.logo_02{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
.Opening div.logo_02 img{
	width:500px;
	margin:88px auto 0;
	display:block;
	filter: drop-shadow(1px 1px 3px #666666);
}

/* スライダー--------------------------- */
.slider{
    margin:0;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
	


/* wrap001--------------------------- */
#wrap001{
	padding:45px 0;
}
#wrap001 img{
	height:13px;
}
#wrap001 p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#wrap001 p.text_01{
	float:left;
}
#wrap001 p.text_02{
	float:right;
	font-size:75%;
	margin-top:22px;
}
#wrap001 .box_01,
#wrap001 .box_02{
	width:50%;
	float:left;
	box-sizing:border-box;
}
#wrap001 .box_02{
	padding-left:45px;
}
#wrap001 table{
	height:145px;
	color:#555;
}
.scrollArea{
	height: 151px;
	background:#FFF;
	border:#F2F2F2 1px solid;
	overflow: auto;
	padding:21px 20px 15px 20px;
	box-sizing:border-box;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
	background:#F2F2F2;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
	background:#AFAFAF;
	border-radius:10px;
}
.scrollArea ul li{
	font-size:12px;
	line-height:180%;
	margin-bottom:22px;
}
.scrollArea ul li a{
	font-size:13px;
	text-decoration:underline;
	margin-left:15px;
	color:#555;
}
.hour th,
.hour td{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 15px;}
.hour th{
	font-weight: 300;
	letter-spacing: 0.08em;
}
.hour td{border-left: 1px solid #f2f2f2;}
.hour tr:nth-child(n+2):nth-last-child(n+2){border-bottom: 1px solid #f2f2f2;}
.hour tr:first-child th{
	background:#f2f2f2;
	letter-spacing: 0.2em;}
.hour tr:first-child td{background:#f2f2f2;border-color: #fff;}


/* wrap002--------------------------- */
#wrap002{
	background:url(../images/top/webp/w2_001.webp) no-repeat 50% 50%;
	background-size:100% auto;
	padding:80px 0;
}
.no-webp #wrap002{
	background:url(../images/top/w2_001.jpg) no-repeat 50% 50%;
	background-size:cover;
}
#wrap002 img.img_001,
#wrap003 img.img_001{
    
	margin:50px auto;
	display:block;
	width:40%;
}
#wrap002 p.text{ font-size: 15px; margin-bottom: 30px; line-height: 2; color: #FFF;}
#wrap002 .box_01,
#wrap003 .box_01{
	    width: calc(93%/4);
		box-sizing:border-box;
		float:left;
		background:#FFF;
		border-radius:13px;
		padding:25px;
		position:relative;
		margin-right:22px;
}
.mr{
	margin-right:0 !important;
}

#wrap002 .box_01:hover img,
#wrap003 .box_01:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
#wrap002 .box_01:after,
#wrap003 .box_01:after {
    content: "";
    display: inline-block;
    border: solid 8px transparent;
    border-left: solid 8px #D79678;
    position: absolute;
	bottom:5px;
    right: 5px;
	transform: rotate(45deg);
}
#wrap003 .box_01:after{
	border-left: solid 8px #FFF;
}
#wrap002 .box_01:not(:last-child),
#wrap003 .box_01:not(:last-child){
	margin-right:22px;
}
#wrap002 h3,
#wrap003 h3{
	font-size:14px;
	text-align:center;
	margin:10px 0;
	letter-spacing:0.5px;
}
#wrap002 .box_01 p,
#wrap003 .box_01 p{
	font-size:13px;
	letter-spacing:0.2px;
}


/* wrap003--------------------------- */
#wrap003{
	background:#E5F5C5 url(../images/top/webp/w3_001.webp) no-repeat 0% 0%;
	background-size:auto 100%;
	padding:30px 0 60px;
	position:relative;
}
.no-webp #wrap003{
	background:#E5F5C5 url(../images/top/w3_001.jpg) no-repeat 0% 0%;
	background-size:auto 100%;
}
#wrap003 .box_01{
	background:#87C11B;
	color:#FFF;
}
#wrap003 img.img_002{
	position:absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:2px;
	height:50px;
}


/* wrap004--------------------------- */
#wrap004{
	padding:80px 0 75px;
	box-sizing:border-box;
	background-image:url("../images/top/webp/setagaya.webp");
	background-size:cover;
}
.no-webp #wrap004{
	background-image:url("../images/top/setagaya.jpg");
	background-size:cover;
}




#wrap004 .inner{
	/*background:url(../images/top/w4_003.jpg) no-repeat 0% 100%;*/
	background-size:100% 390px;
	margin-bottom:0px;
}
#wrap004 .box_01{
	width:40%;
	float:left;
	padding-left:15px;
	box-sizing:border-box;
}
#wrap004 .box_01 img{
	margin-bottom:-4px;
}
#wrap004 .box_02{
	/*float:right;*/
	width:69%;
	height:340px;
	box-sizing:border-box;
	margin-bottom:90px;
	margin-right:6px;
	padding:30px;
	/*background:#FFF;*/
	border-radius:10px;
}

#wrap004 .box_02 img {
	width: 23%;
    margin-left: 60px;
}

#wrap004 h3{
	font-size:30px;
	margin-bottom:0px;
	line-height:120%;
	font-weight:bold;
}
#wrap004 h3 span{
	font-size:18px;
}
#wrap004 .box_02 p{
	font-size:15px;
	line-height:2.5em;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:10px;
}

/*#wrap004 .box_02 p span {
	border-bottom: dotted 0.5px;
	padding-bottom:8px;
}*/

#wrap004 .box_02 p span .pc {
	display:block;
	border-bottom: dotted 0.5px;
	padding-bottom:8px;
}

.inchou {
	font-size: 20px;
    vertical-align: text-top;
}

.sp_none {
	display:block;
}

.pc_none {
	display:none;
}

#wrap004 .box_02 .pc span {
    padding-bottom: 2px;
    padding-top: 2px;
    display: block;
    background-image: linear-gradient(to right, white 22%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
	margin-bottom:10px;
}

/* wrap005--------------------------- */
#wrap005{
	background:url(../images/top/webp/w5_003.webp) no-repeat 130% 80%,url(../images/top/webp/w5_004.webp) repeat-x 100% 0%;
	background-size:auto 110%,auto 100%;
	padding:80px 0 60px;
	box-sizing:border-box;
}
.no-webp #wrap005{
	background:url(../images/top/w5_003.jpg) no-repeat top left/cover;
}
#wrap005 .inner{
	width:850px;
}
#wrap005 h2 + p{ margin-bottom: 30px; line-height: 2; text-align: center; font-size: 15px;}
#wrap005 .box_01{
	position:relative;
	float:left;
	width:33%;
	padding:0 40px;
	box-sizing:border-box;
	margin-top:20px;
}
#wrap005 .box_01 p{
	position:absolute;
	bottom:25px;
	left: 50%;
	transform : translate(-50%, -50%);
	font-size:14px;
	letter-spacing:0.3px;
	font-weight:bold;
	width:102px;
	text-align:center;
}
#wrap005 .box_01 a{
	display:block;
	transition: .5s ;
	transform: rotateZ( 0deg ) ;
}
#wrap005 .box_01 a:hover{
	transform: rotateZ( 360deg ) ;
}
#wrap005 .box_02 p a{
	width:30.7%;
	float:left;
	box-sizing:border-box;
	margin:30px 0;
	padding:25px 20px;
	font-size:14px;
	border-left:#87C11B 8px solid;
	background:#FFF;
	display:block;
	text-decoration:underline;
	position:relative;
}
#wrap005 .box_02 p a:hover{
	border-left:#D79678 8px solid;
}
#wrap005 .box_02 p a:after {
    content: "";
    display: inline-block;
    border: solid 8px transparent;
    border-left: solid 8px #D79678;
    position: absolute;
    bottom: 5px;
    right: 5px;
    transform: rotate(45deg);
}
#wrap005 .box_02 p.mr2 a{
	margin-right:30px;
}
#wrap005 .mb{
	margin-bottom:50px;
}


/* wrap006--------------------------- */
#wrap006{
	background:url(../images/top/w2_001.jpg) no-repeat 50% 50%/cover;
	padding:80px 0;
}
/*
.no-webp #wrap006{
	background:url(../images/top/w2_001.jpg) no-repeat 50% 50%;
	background-size:100% auto;
}
*/
#wrap006 .box_01{
	background:rgba(255,255,255,0.8);
	padding:50px;
	text-align:center;
	margin:50px 0 0;
	border-radius:10px;
}
#wrap006 .box_01 .main_btn a{
	margin:35px auto 0;
}
#wrap006 h3{
	font-size:22px;
	margin:0 0 30px;
}
#wrap006 h3 span{
	border-bottom:#AEDA3E 2px solid;
	padding:0 10px;
}


/* wrap007--------------------------- */
#wrap007{
	padding:100px 0 20px;
	text-align:center;
}
#wrap007 p{
	line-height:200%;
	font-size:14px;
	margin:30px 0;
	text-align:left;
}
#wrap007_2{
	padding-bottom:60px;
	border-bottom:#F2F2F2 2px solid;
}


/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 300px;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 100px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 100px;
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
}
.infiniteslide1{
	margin-bottom:40px;
}
.infiniteslide1 ul li img{
	width:330px !important;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}


/* wrap008--------------------------- */
#wrap008{
	padding:60px 0 0;
}
#wrap008 .inner{
	width:880px;
}
#wrap008 .box_01{
	float:left;
	width:55%;
	box-sizing:border-box;
	padding-right:35px;
	border-right:#F2F2F2 2px solid;
}
#wrap008 .box_02{
	float:left;
	width:45%;
	box-sizing:border-box;
	padding-left:35px;
}
#wrap008 img.img_001{
	margin-bottom:25px;
}
#wrap008 p{
	line-height:180%;
	margin-bottom:20px;
	font-size:16px;
}
#wrap008 p.txt_14{ font-size: 14px;}
#wrap008 p i{
	font-size:2.2vw;
	color:#AEDA3E;
}
#wrap008 p.text_01{
	font-size:17px;
	letter-spacing:2px;
}
#wrap008 .hour table th,
#wrap008 .hour table td{
	padding:10px;
}
#wrap008 p.text_02{
	font-size:12px;
	text-align:right;
}
#wrap008 img.img_002{
	margin-top:15px;
	width:370px;
}
#wrap008 .box_03{
	margin-top:60px;
	padding:60px 0 60px;
	border-top:#F2F2F2 2px solid;
}
#wrap008 .box_03 img{
	width:220px;
	margin:0 auto 30px;
	display:block;
}
.gmap{
	width:100%;
	height:400px;
}
	


/* テーブル--------------------------- */
.sub table th{
	text-align: center;
	font-weight: 300;
	color:#5f7999;}

.sub table {
  border: 1px solid #5f7999;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  margin-bottom: 30px;
}
.sub table tbody th,
.sub table tbody td {
	vertical-align: middle;
	padding: 15px 30px;
	letter-spacing: 0.2em;
}

.sub table tbody tr:not(:last-child) th,
.sub table tbody tr:not(:last-child) td{
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #5f7999 25%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 4px 1px;}

.sub table thead th + th,
.sub table tbody td {
  border-left: 1px solid  #5f7999;
}
.sub table tbody tr:last-child th,
.sub table tbody tr:last-child td,
.sub table.table2 tbody tr:last-child th,
.sub table.table2 tbody tr:last-child td {
  border-bottom: none;
}
.sub table thead tr:first-child th:first-child,
.sub table.table2 thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.sub table thead tr:first-child th:last-child,
.sub table thead.table2 tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.sub table tbody tr:last-child th:first-child,
.sub table.table2 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
.sub table tbody tr:last-child th:last-child,
.sub table.table2 tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

.sub table tbody tr:nth-child(even){background: #fdf6f5;}

#top table.price_table th,
.sub table.price_table th{
	background:#FFF;
	font-size:13px;
	text-align:center;
	font-weight:normal;
	padding:10px 5px 10px 5px;
	box-sizing:border-box;
}
#top table.price_table td,
.sub table.price_table td{
	font-size:13px;
	text-align:right;
	background:#F2F2F2;
	padding:10px 5px 5px;
	box-sizing:border-box;
	letter-spacing:2px;
}
table.price_table td span{
	font-size:22px;
	font-family: 'Fjalla One', sans-serif;
	padding-right:5px;
}




/* フッター--------------------------- */
footer .inner{
	padding:0 0 0 55px;
	width:900px;
}
footer .box_01 ul{
	width: calc(90%/4);
	float:left;
}
footer .box_01 ul.ul2{
	width: calc(122%/4);
}
footer .box_01 ul li{
	letter-spacing: normal;
    width:auto;
	padding:0;
	box-sizing:border-box;
	font-size:11px;
	text-align:left;
	position:relative;
	letter-spacing:1px;
	line-height:220%;
}
footer .box_01 ul li.li2 a{
	color:#87C11B;
}
footer .box_01 ul li.br a{
	border-right:#FFF 2px solid !important;
}
footer .box_01 ul{
	padding-top:30px;
}
footer .box_01 ul li a{
	display:block;
}
.copy{
	font-size:12px;
	text-align:center;
	padding:20px 0;
	background:#F2F2F2;
	margin-top:30px;
}

/* 共通--------------------------- */
a {color:#000;}
#sub p a {color:#333;
border-bottom:#F0027F 1px solid;}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.clear{
	clear:both;
}



/* 予約フォーム--------------------------- */
#sub table.contact{
	margin:40px auto;
}

table.contact td {
	padding-bottom:10px;
	padding-top:10px;
}
.TextText{
	margin-top:5px !important;
	font-size:1.2vw !important;
	color:#2F8292 !important;
}
.must{
	color:#F00 !important;
}
.submitBtn{
	padding:10px 50px;
	border:#84C925 1px solid;
	background:#FFF;
	color:#84C925;
	margin:30px auto;
	font-size:18px;
	display:block;
	letter-spacing:2px;
	box-sizing:border-box;
}
.submitBtn:hover{
	border:#84C925 1px solid;
	background:#84C925;
	color:#FFF;
}
#sub table input{
	padding:5px;
	font-size:15px;
	display:table-caption;
	border:#999 1px solid;
	margin:5px 0;
}
table.contact textarea {
    height: 4em;
    width: 92%;
    padding: 2px;
}





/* CSS サブページ*/

#sub_main{
	padding-bottom:50px;
}
.font_15{
	font-size:15px !important;
}
ul.lisit li{
	list-style:square;
	margin-left:20px;
	padding-left:5px;
	line-height:180%;
	font-size:14px;
}
.service{
	padding-bottom:50px;
	text-align:center;
}



	
/* サブMV--------------------------- */
.sub_mv{
	position:relative;
	box-sizing:border-box;
}
.sub_mv .logo{
	position:absolute;
	top:-80px;
	left:18%;
	width:420px;
}
.sub_mv .white_pc{
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
#sub header{
	padding:110px 0 0 0;
}

/* パンくず--------------------------- */
.breadcrumb{
	margin: 20px auto 30px;
	width:1000px;
}
.breadcrumb li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.breadcrumb li img{vertical-align: middle; margin-right: 10px; padding-right: 2px; padding-bottom:1px;}
.breadcrumb li:not(:last-child):after{
	content: "|";
	color:#84C925;
	margin-left: 20px;
}
.breadcrumb li a{
	font-size: 12px;
	letter-spacing: 0.34em;
	font-weight: 500;
	color:#000;}
.breadcrumb li a:hover{
	color:#84C925;
}

/* サブページの見出し--------------------------- */
#sub p{
	font-size:14.5px;
	line-height:180%;
	margin-bottom:15px;
}
#sub h1{
	color:#84C925;
	text-align:center;
	font-size:38px;
	margin:50px 0 50px;
	display:block;
}
#sub h1:after{
	content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    margin: 29px auto;
}
.icon_center{
	margin:0 auto -60px;
	display:block;
}
#sub h2{
	margin:60px 0 20px;
	font-size:25px;
	border-bottom:#F2F2F2 1px solid;
	padding:0 0 20px 5px;
	line-height:150%;
}
#sub h2.mt{
	margin-top:120px !important;
}
#sub h3{
	margin:40px 0 20px;
	font-size:20px;
	border-left:#84C925 2px solid;
	padding:2px 0 2px 12px;
}
#sub h4{
	margin:40px 0 20px;
	font-size:18px;
	color:#87C11B;
}
#sub h5{
	background:#87C11B;
	margin:40px 0 25px;
	font-size:16px;
	color:#FFF;
	padding:7px 14px;
}



/* サブページの装飾--------------------------- */
#sub .box_01{
	width:100%;
	margin:30px 0;
	padding:35px 35px 20px;
	background:#F2F2F2;
	box-sizing:border-box;
}
#sub .box_02{
	width:100%;
	margin:30px 0;
	padding:35px 35px 20px;
	background:#F9FFD3;
	box-sizing:border-box;
}
#sub .box_01 p.text_01,
#sub .box_02 p.text_02{
	margin-bottom:40px;
	font-size:28px;
	font-weight:bold;
	letter-spacing:100%;
}
#sub .box_02 p.text_02{
	color:#84C925;
	font-weight:bold;
	border-bottom:#84C925 1px solid;
}

.img_right{
	float:right;
	margin-left:30px;
	width:350px;
}
.img_left{
	float:left;
	margin-right:28px;
	width:350px;
}
.img_center{
	margin:30px auto 25px;
	display:block;
	width:75%;
}
.photo img{
	width:48.8%;
	float:left;
	padding:5px;
}

.box1{
	width:43%;
	float:left;
	box-sizing:border-box;
	margin:20px 0 0;
}
#sub .box1 p{
	margin-bottom:0;
	line-height:100%;
}
.box2{
	width:57%;
	float:left;
	box-sizing:border-box;
	padding-left:50px;
	margin:20px 0 0;
}
#sub .price_text{
	font-size: 14px;
    font-family: 'Fjalla One', sans-serif;
	background:#F2F2F2;
	width:100%;
	text-align:center;
	padding:15px 0 10px 0;
	margin-top:-2px;
}
#sub .price_text span{
	font-size:150%;
	padding:0 5px;
}
#sub .box2 h3{
	margin-top:0;
}
.wrap{
	border-top:#84C925 2px solid;
	padding: 50px 0 0;
	margin:100px 0;
}
#sub .wrap table{
	margin:50px 0 20px;
}



/* サブページのテーブル--------------------------- */
#sub table th{
	text-align: center;
	font-weight: 300;
	color:#000;
	font-weight:bold;
}

#sub table {
  border: 1px solid #F2F2F2;
  border-collapse: separate;
  border-spacing: 0;
  margin: 30px 0 40px;
}
#sub table tbody th,
#sub table tbody td {
	vertical-align: middle;
	padding: 20px 30px;
	letter-spacing: 0.2em;
	font-size:14px;
	line-height:180%;
}

#sub table thead th + th,
#sub table tbody td {
  border-left: 1px solid  #F2F2F2;
}
#sub table tbody tr:last-child th,
#sub table tbody tr:last-child td,
#sub table.table2 tbody tr:last-child th,
#sub table.table2 tbody tr:last-child td {
  border-bottom: none;
}
#sub table thead tr:first-child th:first-child,
#sub table.table2 thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
#sub table thead tr:first-child th:last-child,
#sub table thead.table2 tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
#sub table tbody tr:last-child th:first-child,
#sub table.table2 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
#sub table tbody tr:last-child th:last-child,
#sub table.table2 tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}
#sub table tbody tr:nth-child(even){background: #F9FCF4;}


#sub table.price_table{
	margin-bottom:30px;
}
#sub table.price_table th,
#sub table.price_table td{
	padding:10px 3px;
	text-align:center;
}
#sub table.time_table th,
#sub table.time_table td{
	padding:6px;
	text-align:center;
	vertical-align:middle;
}



/* 症例集 --------------------------- */

#box_50 .box_01{
	width:49%;
	float:left;
}
#box_50 .mr{
	margin-right:18px;
}

/* 症例のテーブル--------------------------- */
#sub table.case_table{
	border:#ccc 1px solid;
	margin:20px auto 10px;
	width:750px;
}
#sub table.case_table th{
	background:#F9FFD3;
	color:#84C925;
	font-size:22px;
	padding:5px 0;
	border:#ccc 1px solid;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing:5px;
}
#sub table.case_table td{
	background:#FFF;
	border:#ccc 1px solid;
	padding:10px 10px 5px;
	font-family:
}
#sub table.case_table2{
	width:750px;
	margin:0 auto;
}
#sub table.case_table2 th,
#sub table.case_table2 td{
	padding:5px 3px;
	text-align:center;
}
#sub table.case_table2 th{
	width:35%;
}
#sub table.case_table2 td{
	width:65%;
}

#sub p.risk{
	box-sizing:border-box;
	position:fixed;
	bottom:0px;
	right:20px;
	z-index:10;
	background:rgba(255,255,255,0.7);
	color:#999;
	padding:3px 5px;
	border:#CCC 1px solid;
	font-size:12px;
	text-align:center;
}

/* 矯正治療の流れ --------------------------- */
#flow .box_01{
	padding:55px 35px 35px;
	width:47.9%;
	float:left;
	margin:50px 10px;
	position:relative;
}
#flow .box_01 img{
	margin:0 auto 20px;
	width:100%;
}
#flow .number{
	width:100%;
	position:absolute;
	top:-44px;
	right:0;
	text-align:center;
}
#flow .number img{
	width:85px;
	margin:0;
}



/* 強み・特徴 --------------------------- */
#concept_wrap .box_01,
#concept_wrap .box_02,
#concept_wrap .box_03,
#concept_wrap .box_04,
#concept_wrap .box_05{
	width:100%;
	height:185px;
	background:#F2F2F2 url(../images/top/w3_004.png) no-repeat 100% 100%;
	background-size:250px;
	padding:32px 40px 0;
	box-sizing:border-box;
	margin:70px 0 40px;
	position:relative;
}
#concept_wrap .box_02{
	background:#F2F2F2 url(../images/top/w3_005.png) no-repeat 100% 10px;
	background-size:270px;
}
#concept_wrap .box_03{
	background:#F2F2F2 url(../images/top/w3_006.png) no-repeat 95% 10px;
	background-size:300px;
}
#concept_wrap .box_04{
	background:#F2F2F2 url(../images/top/w3_007.png) no-repeat 100% 7px;
	background-size:auto 115%
}
#concept_wrap .box_05{
	background:#F2F2F2 url(../images/top/w3_008.png) no-repeat 95% 10px;
	background-size:230px;
}

#concept_wrap .img_002{
	width:100%;
	text-align:center;
	position:absolute;
	top:-23px;
	left:0;
}
#concept_wrap .img_002 img{
	height:40px;
}
#sub #concept_wrap h2{
	margin: 10px 0 20px;
    font-size: 25px;
	line-height:200%;
    border-bottom:none;
    padding: 0 0 20px 5px;
}
#sub #concept_wrap h2 span{
	color:#5DB200;
}
#sub #concept_wrap .box1{
	width:55%;
	margin-top:0;
}
#sub #concept_wrap .box2{
	width:45%;
	margin-top:0;
}
#sub #concept_wrap .box1 h3,
#sub #concept_wrap .box2 h3{
	margin-top:0;
}
#sub #concept_wrap .box1 img,
#sub #concept_wrap .box2 img{
	width:100%
}
#sub #concept_wrap .box1 p,
#sub #concept_wrap .box2 p{
	line-height:180%;
	margin-bottom:15px;
}

#sub .wrap #concept_wrap table {
    margin: 50px 0 20px;
}
#sub .wrap #concept_wrap table tbody td {
    vertical-align: middle;
    padding: 20px 30px 10px 30px;
}
#sub .wrap #concept_wrap table tbody td span{
	color:#5DB200;
}

/* ドクター紹介 --------------------------- */
#sub #dr h4 {
	margin:10px 0 30px;
}
#sub #dr p{
	line-height:180%;
	margin-bottom:15px;
}
#sub #dr .inner{
	margin-bottom:5vw;
}
#sub #dr h2{
	border-bottom:#000 1px solid;
	margin:20px 0 20px;
}
#sub #dr h2 span{
	font-size:70%;
}
#sub #dr h3{
	border-left:none;
	background:#F2F2F2;
	padding:10px;
	text-align:center;
	width:290px;
	font-weight:normal;
	font-size:16px;
	margin:40px 0 10px;
}
#sub #dr table,
#sub #dr table th,
#sub #dr table td{
	border:none;
	background:#FFF;
	padding:5px 0;
	font-size:12px;
	letter-spacing:0.5px;
	vertical-align:top;
	text-align:left;
}
#sub #dr table{
	margin:0 0 40px;
}
#sub .picup_text{
	font-family:'Noto Sans SC', sans-serif;
	font-size:38px;
	color:#84C925;
	text-align:center;
}
.red{
	color:#F00 !important;
}

#dr .box_01{
	text-align:center;
	background:#E5F5C5;
	padding:35px 35px 25px;
	width:47.9%;
	float:left;
	margin:0 10px 20px;
	position:relative;
	border-radius:10px;
}
#dr .box_01 img{
	margin:0 auto 20px;
	width:100%;
	border-radius:10px;
}
#dr .main_btn a{
	margin:20px auto 10px;
	background:#FFF;
	border:#FFF 1px solid;
}
#dr .main_btn a:hover{
	border:#84C925 1px solid;
}
#dr .beige{
	background:#FAEED8;
}


.hyouka{
    margin: 33%;
}
.notice{
	background: #acda3e14;
	padding: 25px;
	box-sizing: border-box;
	text-align: left;
	margin: 20px auto;
	width: 800px;
}
.infomation{
	background-color: #adda3e!important;
	font-size:20px!important;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 30px;
}

.nov{
	text-align: left;
	margin: 10px 10px;
	font-size: 15px;
	line-height: 150%;
}
.nov li{
	margin-bottom: 0.667em;
    text-indent: -1em;
    padding-left: 1em;
}

.color{
    color: red!important;
    font-weight: bold;
}
.cansel{
    text-align: center!important;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
}
.cansel strong{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #acda3e38 0%) repeat scroll 0 0;
	font-weight:normal;
}
.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_box .item {
    flex-basis: 55%;
}
.flex_box .item_img {
    flex-basis: 40%;
}
.centaling{
    text-align: center;
}

/* お支払い方法について--------------------------- */
#price{
	background:#F9FCF4;
	padding-bottom:100px;
	margin-bottom:-50px;
}
.jidv {
		width: 800px;
		margin: 50px auto 0;
	}

/* 強制css --------------------------- */
.mt_0{
	margin-top:0 !important;
}
.po{
	padding:2em;
	box-sizing:border-box;
	width:80%;
	margin:3em auto 1em;
	border:#AEDA3E 2px dotted;
	border-radius:10px;
}
.po h4{
	margin:0em 0 0.8em;
	letter-spacing:0.1em;
	font-size:1.3em;
}
.po p{
	font-size:0.8em;
	text-align:left;
}


@media screen and (max-width:769px){
	.jidv {
		width: 100%;
		margin: 20px auto 0;
		padding: 0 15px 0;
		box-sizing: border-box;
	}
    .notice{
        width: 96%;
        margin: 20px auto;
		padding: 25px 10px 10px;
    }
    .nov{
        padding-left: 0px;
        font-size: 12px;
    }
    .infomation{
        font-size: 15px!important;
        margin-bottom: 15px;
    }
    .cansel{
        font-size: 14px;
		margin-bottom: 15px;
    }
    
    .flex_box{
        display: inline-block;
        padding: 0;
    }
    
}

.flex_box .item {
    margin-bottom: 30px;
}


/* PCで表示しない--------------------------- */

@media screen and (min-width:769px){
#flow .box_hight{
		height:570px;
	}
#flow .box_hight2{
		height:545px;
	}
    
}




/* PCで表示しない--------------------------- */

@media screen and (min-width:769px){
	.sp,.footer_link,
	header nav ul li a i,
	header nav ul img{
		display:none !important;
	}
	input#gnav{display: none;}
	
element.style {
    opacity: 1;
    transform: translateY(0px);
}
}


.case-list ul {
    width: 800px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px auto 0px;
}

.case-list ul li {
    flex-basis: calc(100%/5);
    margin: 0 auto!important;
}

.case-list ul li img {
    width: 100%;
}



.l-hero {

  width: 100%;

  height: calc(100vh - 18rem);

  margin-top: 8rem;

  position: relative;

  z-index: 2;

}

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

  .l-hero {

    margin-top: 0;

    height: calc(100dvh - 6.4rem);

  }

}

.l-hero::before {

  content: "";

  display: block;

  background-repeat: no-repeat;

  background-image: url(../img/l-hero-wave.png);

  background-size: cover;

  width: 100%;

  height: 0;

  padding-bottom: 5.0264550265%;

  position: absolute;

  bottom: -0.1rem;

  left: 0;

  z-index: 5;

}

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

  .l-hero::before {

    background-image: url(../img/l-hero-wave-sp.png);

    padding-bottom: 12.0512820513%;

  }

}

.l-heroRayer01 {

  z-index: 2;

}

.l-heroRayer03 {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 4;

  width: 100%;

  color: #fff;

  text-align: center;

}

.l-heroRayer03 .tagline {

  font-size: 2rem;

  font-weight: 500;

  line-height: 1.5;

  margin-top: 1rem;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);

}

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

  .l-heroRayer03 .tagline {

    font-size: 1.5rem;

    line-height: 1.4;

    margin-top: 0rem;

  }

}

.l-heroRayer03 .name {

  font-weight: 700;

  line-height: 2.13;

  margin-top: 2rem;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);

}

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

  .l-heroRayer03 .name {

    font-size: .9rem;

    line-height: 1.4;

    margin-top: 1.6rem;

  }

}

.l-heroRayer03 img {

  width: 25rem;

  height: auto;

  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));

}

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

  .l-heroRayer03 img {

    width: 13rem;

  }

}

.l-heroRayer04 {

  position: absolute;

  bottom: 8rem;

  right: 0;

  border-radius: 3rem 0 0 3rem;

  background: rgba(255, 255, 255, 0.9);

  padding: 2rem;

  z-index: 10;

  width: 20rem;

  display: flex;

  flex-wrap: wrap;

  flex-direction: column;

  gap: 1.8rem 0;

}

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

  .l-heroRayer04 {

    display: none;

  }

}

.l-heroRayer04 > * {

  width: 100%;

}

.l-heroRayer04__time {

  display: flex;

  flex-wrap: wrap;

  flex-direction: column;

  gap: 0.3rem 0;

}

.l-heroRayer04__time > * {

  width: 100%;

}

.l-heroRayer04__time .row01 {

  font-size: .7rem;

  font-weight: 700;

  line-height: 1.87;

  letter-spacing: 0.08em;

}

.l-heroRayer04__time .row02 {

  font-size: .7rem;

  line-height: 1.81;

  letter-spacing: 0.04em;

}

.l-heroRayer04__time .row03 {

  color: var(--error);

  font-size: .7rem;

  line-height: 1.81;

  letter-spacing: 0.04em;

}

.l-heroRayer04__news {

  border-bottom: 0.1rem solid var(--gray);

  padding-bottom: 0.8rem;

}

.l-heroRayer04__news a {

  display: flex;

  align-items: center;

  gap: 0 1.6rem;

  background: url(../img/l-hero-news-icon.svg) no-repeat center right/1.2rem auto;

  padding: 0 1rem 0 0;

}

.l-heroRayer04__news a:hover {

  opacity: 0.7;

}

.l-heroRayer04__news a .date {

  color: var(--sub);

  font-weight: 700;

  line-height: 2.13;

  background: url(../img/l-hero-news-date.svg) no-repeat center left/1.8rem auto;

  padding-left: 2.6rem;

  white-space: nowrap;

}

.l-heroRayer04__news a .post {

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

@media screen and (min-width: 769px) {

  .l-hero__news {

    display: none;

  }

}

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

  .l-hero__news {

    position: absolute;

    bottom: 6.4rem;

    left: 2rem;

    z-index: 11;

    width: calc(100% - 4rem);

  }

  .l-hero__news a {

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    gap: 0;

    background-color: #fff;

    background-image: url(../img/l-hero-news-date.svg), url(../img/l-hero-news-icon.svg);

    background-repeat: no-repeat, no-repeat;

    background-position: center left 3rem, center right 3rem;

    background-size: 1.8rem auto, 1.2rem auto;

    border-radius: 10rem;

    padding: 1.2rem 6.6rem 1.2rem 7.2rem;

    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);

    width: 100%;

  }

  .l-hero__news a:hover {

    opacity: 0.7;

  }

  .l-hero__news a .date {

    color: var(--sub);

    font-size: 1.2rem;

    font-weight: 700;

    line-height: 1.76;

    white-space: nowrap;

    letter-spacing: 0.08em;

  }

  .l-hero__news a .post {

    font-size: 1.3rem;

    line-height: 1.76;

    letter-spacing: 0.08em;

    white-space: normal;

    overflow: hidden;

    text-overflow: ellipsis;

  }

}



.c-calendar02 {

  width: 100%;

  border-collapse: collapse;

  border-spacing: 0;

}

.c-calendar02 th {

  text-align: center;

  width: 10%;

  padding: 0.5rem;

  color: #fff;

  font-size: .8rem;

  font-weight: 400;

  line-height: 2;

  background: #F0027E;

  vertical-align: middle;

}

.c-calendar02 th.head {

  width: 30%;

  text-align: center;

  font-weight: 400;

}

.c-calendar02 tr th:first-child {

  border-radius: 1rem 0 0 0;

}

.c-calendar02 tr th:last-child {

  border-radius: 0 1rem 0 0;

}

.c-calendar02 td {

  text-align: center;

  width: 10%;

  vertical-align: middle;

  color: #F0027E;

  font-size: .8rem;

  font-weight: 700;

  line-height: 1.87;

  letter-spacing: 0.08em;

  background: #fff;

}

.c-calendar02 td.head {

  width: 30%;

  text-align: center;

  color: var(--base-color);
  font-size: .8rem;
}

.c-calendar02 tr:nth-child(2) td {

  padding: 0.8rem 0.5rem;

  border-bottom: 0.1rem solid var(--gray);

}

.c-calendar02 tr:nth-child(3) td {

  padding: 0.8rem 0.5rem;

}

.c-calendar02 tr:nth-child(3) td:first-child {

  border-radius: 0 0 0 1rem;

}

.c-calendar02 tr:nth-child(3) td:last-child {

  border-radius: 0 0 1rem 0;

}


/*
.slick-slider{
    position: relative!important;
}
*/

.slick-slider::after{
    background: #ebebeb70;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}









.cta_wrap {
    position: relative;
   
    margin-top: 7rem;
		}
		.cta_box {
    width: 850px;
    margin: 0 auto 7rem;
   
    box-sizing: border-box;
}
		.cta_box .flex_wrap {
    display: flex
;
    justify-content: space-between;
}
		.cta_box .flex_wrap .img {
    width: 40%;
}
		
		.cta_wrap span.text {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: absolute;
    top: -3.8vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 8vw;
    color: #c9bc9c;
    text-align: center;
    line-height: 1;
    z-index: 0;
}
		.cta_box .flex_wrap .text {
    width: 60%;
    padding-left: 2rem;
    padding-top: 0;
		}
		.cta_box h2 {
    
    font-size: 35px;
    text-align: center;
    padding: 2rem 0 1rem;
    margin-bottom: 2rem;
    border-bottom: #B7933B 2px solid;
}
		.point_list {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .8rem;
}
		.point_list li {
    width: 48%;
    margin-bottom: .7rem;
    background: #AEDA3E;
    border-radius: 90px;
    text-align: center;
    padding: .4rem 0;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
		.yoyaku_wrap {
    padding-top: 1.5rem;
}
		.yoyaku_wrap p {
    font-size: 1.5rem;
    font-weight: bold;
    
    line-height: 1.8;
			font-weight: 200;
}
		.cta_box .yoyaku_wrap .l-header__phone {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
			position: relative;
}
.cta_box .yoyaku_wrap .l-header__phone a{
	padding: 1.5rem 6rem;
    font-size: 1.6rem;
    background: #F0027E;
    color: #fff;
    padding-top: 17px;
    border: 2px solid #F0027E;
	   
	
	
}
.cta_box .yoyaku_wrap .c-btn03{
	display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}
		.cta_box .yoyaku_wrap .c-btn03 a{
			font-size: 3rem;
			    padding: 2.5rem 12rem 2.5rem 10rem;
			height: 2rem;
			padding: 0.5rem 6.8rem;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 33px;
    color: #F0027E;
    padding-top: 17px;
    border: 2px solid #F0027E;
		}
.cta_box .yoyaku_wrap .l-header__phone a span {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
   background: #AEDA3E;
    border: #FFF 1px solid;
    color: #4b0000;
    width: 32%;
    border-radius: 1rem;
    margin: auto;
    line-height: 1.8;
	padding: 0.2rem 0;
}
		@media (max-width: 768px) {
    .cta_wrap {
        margin-top: 5rem;
    }
			.cta_wrap span.text {
        top: -1.8rem;
        font-size: 3rem;
        text-align: center;
        letter-spacing: 0;
    }
			    .cta_box {
        width: 100%;
        padding: 1.5rem 1.5rem 3.5rem;
        margin-bottom: 4rem;
    }
			    .cta_box h2 {
        font-size: 20px;
        padding: 0 0 .7rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }
			    .cta_box .flex_wrap {
        display: block;
        margin-bottom: 0;
    }
			    .cta_box .flex_wrap .img {
        width: 100%;
        margin-bottom: 1rem;
    }
			.cta_box .flex_wrap .text {
        width: 100%;
        padding-left: 0;
    }
			    .cta_box .flex_wrap .text p {
        font-size: 13px;
        line-height: 2;
        letter-spacing: .05rem;
					font-weight: 200;
    }
			.point_list li {
        width: 49%;
        font-size: 12px;
        letter-spacing: 0;
    }
			.yoyaku_wrap {
        padding-top: .5rem;
    }
			.cta_box .yoyaku_wrap .l-header__phone a {
   background: #F0027E;
    padding: 0.9rem 3rem;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 10px;
}
			.cta_box .yoyaku_wrap .c-btn03 a {
  
    background: #fff;
    padding: 0.5rem 2.8rem;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 33px;
    color: #F0027E;
    padding-top: 17px;
    border: 2px solid #F0027E;
}
			
.cta_box .yoyaku_wrap .l-header__phone a span {
    position: absolute;
        top: -1rem;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 0.8rem;
       background: #AEDA3E;
    border: #FFF 1px solid;
    color: #4b0000;
        width: 75%;
        border-radius: 1rem;
        margin: auto;
        line-height: 1.8;
        padding: 0.2rem 0;
}
			

}

.cta_box.short {
    width: 800px;
    background: #E5F5C5;
    padding: 2rem 2rem 1.7rem;
    margin: 0 auto 6rem;
}
.cta_box.short .flex_wrap {
    margin: 0;
}
.cta_box .flex_wrap {
    display: flex
;
    justify-content: space-between;
}
.cta_box.short .flex_wrap .img {
    display: flex
;
    justify-content: center;
    width: 365px;
    height: 215px;
    overflow: hidden;
}
.cta_box.short .flex_wrap .text {
    width: 48%;
    padding: 0;
	margin-bottom: 0;}
.cta_box.short .yoyaku_wrap .point_text {
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
}
.cta_box.short .flex_wrap .text .l-header__phone {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
	position: relative;
	
}
.cta_box.short .flex_wrap .text .l-header__phone a{
	background: #fff;
    padding: 0.8rem 2rem;
	font-size: 1.6rem;
	background: #F0027E;
	
	color:#fff;
	padding-top: 17px;
	border: 2px solid #F0027E;
	
}
.cta_box.short .flex_wrap .text .l-header__phone a span {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.8rem;
    background: #AEDA3E;
    border: #FFF 1px solid;
    color: #4b0000;
    width: 70%;
    border-radius: 1rem;
    margin: auto;
    line-height: 1.8;
}
.cta_box.short .flex_wrap .text .c-btn03{
	display: flex;
    justify-content: center;
    margin: -2.5rem 0;
}
.cta_box.short .flex_wrap .text .c-btn03 a{
	padding: 0 2rem 0 2rem;
	font-size: 1.1rem;
	margin-top: 30px;
	background: #fff;
    padding: 0.5rem 2.8rem;
	font-size: 1.1rem;
	background: #fff;
	border-radius:33px;
	color:#F0027E;
	padding-top: 17px;
	border: 2px solid #F0027E;
}


@media screen and (max-width: 768px){
	.cta_box.short {
        width: 100%;
        padding: 1.5rem;
        margin: 0 auto 4rem;
		        height: 490px;
    }
.cta_box .flex_wrap {
        display: block;
    }
	.cta_box.short .flex_wrap .img {
        width: 100%;
        height: auto;
        margin: 0 auto 1rem;
    }
	.cta_box.short .flex_wrap .img img {
        width: 100%;
        height: auto;
    }
	.cta_box.short .flex_wrap .img, .cta_box.short .flex_wrap .text {
        width: 100%;
        margin-top: .5rem;
    }
	.cta_box.short .yoyaku_wrap .point_text {
        font-size: 15px;
        line-height: 1.5;
    }
	.cta_box.short .flex_wrap .text .l-header__phone a{
	background: #F0027E;;
    padding: 0.9rem 3rem;
	font-size: 1.4rem;
	color: #fff;
	margin-top: 10px;
}
	.cta_box.short .flex_wrap .text .l-header__phone a span {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.8rem;
   background: #AEDA3E;
    border: #FFF 1px solid;
    color: #4b0000;
    width: 80%;
    border-radius: 1rem;
    margin: auto;
    line-height: 1.8;
    padding: 0.2rem 0;
		        
}
	
}







