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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 150px;
	scroll-behavior: smooth;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top: 60px;
	}
}
body{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
  	font-weight: 500;
	font-weight: 400;
	color: #1a1a1a;
	font-size: 16px;
	background: #fffdf4;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #1a1a1a;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	font-weight: 700;
	margin-bottom: 30px;
}
h2.title span.en{
	display: inline-block;
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
h2.title span.en::first-letter{
	color: #6fba2c;
}
h2.title.pink span.en::first-letter{
	color: #ee9aa2;
}
h2.title span.ja{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
h2.title span.ja::before{
	display: inline-block;
	content: '/';
	margin-left: 15px;
	margin-right: 8px;
}
h2.title.white span.en,
h2.title.white span.en::first-letter,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title span.en{
		display: block;
		font-size: 2.6rem;
	}
	h2.title span.ja{
		font-size: 1.1rem;
	}
	h2.title span.ja::before{
		display: none;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #6fba2c 0%, #6fba2c 85%, #fffdf4 85.1%);
    padding: 14px 18px;
	padding-right: 60px;
	color: #fff;
	border-radius: 10px;
    margin-bottom: 20px;
}
.mtitle.pink{
    background: linear-gradient(60deg, #ee9aa2 0%, #ee9aa2 85%, #fffdf4 85.1%);
}
@media (max-width: 450px){
	.mtitle{
		padding-right: 30px;
	}
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.4rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 120px;
	height: 2px;
	background: #6fba2c;
}
.stitle.pink::before{
	background: #ee9aa2;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.3rem;
	padding-left: 15px;
	font-weight: 700;
	border-left: 4px solid #6fba2c;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	color: #6fba2c;
}
.etitle.pink{
	border-color: #ee9aa2;
	color: #ee9aa2;
}

.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	position: relative;
	z-index: 1;
	font-size: 1rem;
	padding: 4px 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	letter-spacing: 0.08em;
	background-color: #6fba2c;
	color: #fff;
}
.ntitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	pointer-events: none;
	z-index:-1;
}
.ntitle.pink{
	background-color: #ee9aa2;
}



.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 340px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	border-radius: 400px;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: 0.4s;
	background-color: #f4f4f4;
}
.sbtn a::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 18px;
	color: #ee9aa2;
	transition: 0.8s;
}
.sbtn a:hover{
	background-color: #eee;
}
.sbtn a:hover::before{
	transform: translateX(5px);
}
.sbtn.non a::before{
	display: none;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	color: #ee9aa2;
	font-weight: 500;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #ee9aa2;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	max-width: none;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: 500;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #6fba2c;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #6fba2c;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
	font-weight: 500;
}

.info_table02.pink th{
	background: #ee9aa2;
}
.info_table02.pink th::after{
    border-left-color: #ee9aa2;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #6fba2c;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #6fba2c;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}



ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.9rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
	border-radius: 10px;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/









.img.round img{
	border-radius: 20px;
}




/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 10px 0;
	background: #fff;
}
.site_header.transform{
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 300px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 10px;
}
.site_header .tr .wrap{
	display: flex;
}
.site_header .tr .wrap .box{
	margin-right: 30px;
}
.site_header .tr .wrap .box .sub{
	line-height: 1;
}
.site_header .tr .wrap .box .tt{

}
.site_header .tr .wrap .box .tt a{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #6fba2c;
}
.site_header .tr .wrap .box .tt a:hover{
	opacity: 0.6;
}
.site_header .tr .wrap .box2 .tt a{
	color: #ee9aa2;
}

.site_header .tr .wrap .box ul.care_list li{
	font-size: 0.7rem;
	line-height: 1;
	margin-top: 3px;
}

.site_header .tr .sbtn{
	margin: 0;
	width: 200px;
}


/*global_nav*/
.global_nav{
}
.global_nav > ul{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}
.global_nav > ul > li{
	flex: 1 0 auto;
	text-align: center;
	transition: 0.4s;
	padding: 0 3px;
}
.global_nav > ul > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4;
	letter-spacing: 0.13em;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 6px 30px;
	background-color: #6fba2c;
	color: #fff;
	border-radius: 10px;
	height: 100%;
}
.global_nav > ul > li:first-child > a{
	border: none;
}
.global_nav > ul > li > a > span{
	display: block;
	text-transform: capitalize;
	letter-spacing: 0.12em;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 3px;
}
.global_nav > ul > li > a:hover span{
	opacity: 0.6;
}

.global_nav ul li.parent{
	position: relative;
}
.global_nav ul li.parent > a{
}
.global_nav ul li.parent > a.none{
	cursor: default;
}
.global_nav ul li.parent > a:hover{
}
.global_nav ul li.parent > a i{
	display: block;
	font-size: 10px;
}
.global_nav ul li.parent > a:hover i{
}
.global_nav ul li.parent .child{
	position: absolute;
	top: 110%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.3s ease-in;
	transform-origin: center top;
	padding-top: 5px;
}
.global_nav ul li.parent .child a{
	display: block;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 10%) 1.95px 1.95px 2.6px;
	text-align: left;
	padding: 18px 20px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
	min-width: 180px;
	color: #6fba2c;
	border-radius: 3px;
}
.global_nav ul li.parent .child a:last-child{
	margin-bottom: 0;
}
.global_nav ul li.parent .child a::before{
	content: '-';
	display: inline-block;
	margin-right: 0.5em;
	transition: transform 0.4s;
	color: #6fba2c;
}
.global_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.global_nav ul li.parent .child a:hover{
	color: #ee9aa2;
}
.global_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
	color: #ee9aa2;
}
@media (max-width: 1200px){
	.site_header{
		padding: 20px 0;
	}
	.site_header h1{
		width: 300px;
	}
	.site_header .tr{
		display: none;
	}
	.global_nav{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header{
		padding: 15px 0;
	}
	.site_header h1{
		width: 240px;
	}
}



/*===スライダー==============================*/
.top_slider{
	position: relative;
}
.top_slider .slider{
	position: relative;
	z-index: 1;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.top_slider .slider li{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 80vh;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 253, 244, 0.3);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top01::after{
	display: none;
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 5;
	width: 96%;
	max-width: 900px;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*.top_slider .deco{
	width: 22%;
	max-width: 100px;
	bottom: 0;
	z-index: 2;
}
.top_slider .fv_deco01{
	right: 10%;
}
.top_slider .fv_deco02{
	left: 10%;
}*/

@media (max-width: 750px){
	.top_slider .slider li{
		height: 60vh;
	}
}



/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
main section.pb0{
	padding-bottom: 0;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	border-bottom: 5px solid #6fba2c;
}
.inner.white.pink{
	border-color: #ee9aa2;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 20px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.bg01{
	background-color: #fff;
}
.bg02::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/tree03.png);
	background-size: 50%;
	background-position: left bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}




.sec_deco01::before{
	content: '';
	width: 12%;
	max-width: 100px;
	aspect-ratio: 258 / 370;
	position: absolute;
	left: 0;
	background-image: url(../img/illust03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;
	top: 0;/*調整*/
}
.sec_deco02::after{
	content: '';
	width: 20%;
	max-width: 160px;
	aspect-ratio: 308 / 307;
	position: absolute;
	right: 0;
	background-image: url(../img/illust04.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;
	top: 0;/*調整*/
}
.sec_deco03::after{
	content: '';
	width: 20%;
	max-width: 140px;
	aspect-ratio: 255 / 335;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/illust05.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;
}
.sec_deco04::before{
	content: '';
	width: 20%;
	max-width: 100px;
	aspect-ratio: 258 / 370;
	position: absolute;
	left: 0;
	background-image: url(../img/illust01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;
	top: 0;/*調整*/
}
@media (max-width: 750px){
	.sec_deco01::before{
		width: 15%;
		max-width: 70px;
	}
	.sec_deco02::after{
		width: 20%;
		max-width: 120px;
	}
	.sec_deco03::after{
		width: 20%;
		max-width: 120px;
	}
	.sec_deco04::before{
		width: 20%;
		max-width: 80px;
	}
}





.deco{
	position: absolute;
}
.deco img{
	display: block;
	width: 100%;
}
.deco01{
	top: 0;
	right: 10px;
	width: 22%;
	max-width: 100px;
	transform: translate(0, -40%);
}
.deco02{
	top: 0;
	left: 10px;
	width: 22%;
	max-width: 100px;
	transform: translate(0, -40%);
}
.deco03{
	top: 5px;
	left: 10px;
	width: 22%;
	max-width: 200px;
}
.deco04{
	bottom: 0;
	right: 10px;
	width: 22%;
	max-width: 200px;
	transform: translate(0, 50%);
}
@media (max-width: 750px){
	.deco03{
		max-width: 100px;
		z-index: 2;
	}
	.deco04{
		max-width: 140px;
		z-index: 2;
	}
}



/*==welcome==============================*/
.welcome{

}
.welcome .inner{
	position: relative;
	z-index: 1;
}
.welcome .inner::before{
	content: '';
	width: 100%;
	max-width: 650px;
	aspect-ratio: 1200 / 966;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/tree03.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.3;
}
/*.welcome .inner::before{
	content: '';
	width: 80%;
	max-width: 400px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/bg_deco01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	animation: scale_anime 8s ease-in-out infinite alternate;
	opacity: 0.2;
}*/
.welcome .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.welcome .flex .text{
	width: 48%;
}
.welcome .flex .img{
	width: 48%;
}
@media (max-width: 960px){
	.welcome .flex{
		flex-direction: column-reverse;
	}
	.welcome .flex .text{
		width: 100%;
	}
	.welcome .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.welcome .img img{
		width: 90%;
		max-width: 600px;
	}
	.welcome .img img:nth-child(2){
		margin: 0 0 0 auto;
	}
}
@media (max-width: 750px){
	.welcome::before{
		width: 90%;
		top: auto;
		bottom: 100px;
		opacity: 0.4;
	}
}



/*===ビリーブきよみずの特徴==============================*/
.t_feature{
}
.t_feature .container{	
}
.t_feature .container .wrapper{
	margin-bottom: 40px;
}
.t_feature .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.t_feature .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_feature .container .wrapper .flex .img{
	width: 400px;
}
.t_feature .container .wrapper .flex .img img{
	border-bottom: 3px solid #ee9aa2;
}
.t_feature .container .wrapper .flex .text{
	width: calc(100% - 440px);
}

.stitle span.num{
	display: block;
	text-transform: uppercase;
	color: #6fba2c;
	font-size: 1rem;
}
@media (max-width: 960px){
	.t_feature .container .wrapper .flex .img{
		width: 300px;
	}
	.t_feature .container .wrapper .flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.t_feature .container .wrapper .flex{
		display: block;
	}
	.t_feature .container .wrapper .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.t_feature .container .wrapper .flex .text{
		width: 100%;
	}
}



/*===link==============================*/
.pb_link{
	display: flex;
	justify-content: space-between;
}
.pb_link .box{
	position: relative;
	z-index: 1;
	width: 32%;
}
.pb_link .box::before{
	content: '';
	width: 95%;
	height: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ee9aa2;
	pointer-events: none;
	z-index: -1;
	border-radius:40% 60% 20% 80%/40% 80% 20% 60%;
	opacity: 0.5;
}
.pb_link .box::after{
	content: '';
	width: 50%;
	height: 70%;
	position: absolute;
	top: 3%;
	left: 10px;
	background: #6fba2c;
	pointer-events: none;
	z-index: -2;
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
	border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
	opacity: 0.4;
}
.pb_link .box a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 20px;
	border-radius: 80% 30% 50% 50%/50%;
}
.pb_link .box a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
/*.pb_link .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 2;
	transition: 1s;
}*/
.pb_link .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 1s;
	z-index: 1;
}
.pb_link .box a h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	z-index: 3;
	width: 98%;
	font-weight: 700;
	font-size: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #ee9aa2;
	text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
}
.pb_link .box a h3 span{
	display: block;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.12em;
	color: #ee9aa2;
}
.pb_link .box a:hover::after{
	background: rgba(0, 0, 0, 0.2);
}
.pb_link .box a:hover img{
	transform: scale(1.08);
}
@media (max-width: 960px){
	.pb_link{
		display: block;
	}
	.pb_link .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.pb_link .box:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){
	.pb_link .box a h3{
		font-size: 1.3rem;
	}
}


/*===t_dental==============================*/
.t_dental .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_dental .flex .text{
	width: 42%;
}
.t_dental .flex .img{
	width: 55%;
}
.t_dental .flex .text h2{
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.t_dental .flex .text h2 img{
	display: block;
	width: 100%;
}
@media (max-width: 750px){
	.t_dental .flex{
		flex-direction: column-reverse;
	}
	.t_dental .flex .text{
		width: 100%;
	}
	.t_dental .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.t_dental .flex .text h2{
		max-width: 300px;
	}
}




/*===フッター==============================*/
.footer_top{
	padding: 150px 0 100px;
	background-color: #6fba2c;
	clip-path: ellipse(100% 60% at 50% 60%);
}
.footer_top .container{
}
.footer_top .container .box{
	border-radius: 20px;
	background-color: #fff;
	padding: 20px 30px;
	border-bottom: 3px solid #9DD450;
	margin-bottom: 18px;
	background-image: url(../img/ft_bottom01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40%;
}
.footer_top .container .box:last-child{
	margin-bottom: 0 !important;
}
.footer_top .container .box .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_top .container .box .flex .img{
	width: 43%;
}
.footer_top .container .box .flex .text{
	width: 54%;
}
.footer_top .container .box .flex .text .info{
	margin-bottom: 10px;
}
.footer_top .container .box .flex .text .tel_btn a{
	display: inline-block;
	color: #6fba2c;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.footer_top .container .box .flex .text .tel_btn a i{
	display: inline-block;
	font-size: 0.8em;
}
.footer_top .container .box.pink .flex .text .tel_btn a{
	color: #ee9aa2;
}
.footer_top .container .box .flex .text .tel_btn a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.footer_top .container .box{
		padding: 20px 30px;
		margin-bottom: 18px;
	}
	.footer_top .container .box .flex{
		display: block;
	}
	.footer_top .container .box .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_top .container .box .flex .text{
		width: 100%;
	}
	.footer_top .container .box .flex .text .tel_btn{
		text-align: center;
	}
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
		clip-path: none;
	}
	.footer_top .container .box{
		padding: 20px;
		margin-bottom: 15px;
	}
	.footer_top .container .box .flex .text .tel_btn a{
		font-size: 2.2rem;
	}
}


.footer_middle{
	position: relative;
	text-align: center;
	padding: 60px 0 40px;
	overflow: hidden;
}
.footer_middle .inner{
	padding-bottom: 80px;
}
.footer_middle .inner::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/footer_bottom.png);
	background-size: 60%;
	background-position: bottom center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}

footer h3.logo{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 10px;
}
footer h3.logo a{
	display: block;
	width: 100%;
}
footer h3.logo a img{
	display: block;
	width: 100%;
}
footer h3.logo a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	background: #ee9aa2;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
	border-top: 2px solid #fff;
}

@media (max-width: 750px){
	.footer_middle .inner{
		padding-bottom: 40px;
	}
	.footer_middle .inner::before{
		background-size: 90%;
		opacity: 1;
	}
}




.footer_nav{
	margin-top: 30px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ddd;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		width: 94%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 14px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #6fba2c;
		border-bottom: 1px solid #6fba2c;
	}
}
@media (max-width: 450px){
	.footer_nav ul{
		width: 100%;
	}
	.footer_nav ul li{
		padding: 14px 0;
	}
}



/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #ee9aa2;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 130px 0;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 253, 244, 0.3);
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	color: #6fba2c;
	text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 60px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
	.kasou_top h2.mini{
		font-size: 1.7rem;
	}
}

#dental_page .kasou_top{
	background-image: url(../img/kasou_top_dental.jpg);
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 700;
	color: #6fba2c;
	text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #6fba2c;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}



/*===施設紹介ページ==============================*/
.facility_lede .inner{
	position: relative;
	z-index: 1;
}
.facility_lede .inner::before{
	content: '';
	width: 100%;
	max-width: 550px;
	aspect-ratio: 1113 / 974;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/tree04.png);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.2;
}


.s_feature{
}
.s_feature .flex{
	display: flex;
	justify-content: space-between;
}
.s_feature .flex .box{
	width: 32.5%;
}
.s_feature .flex .box .img{
	position: relative;
	margin-bottom: 40px;
}
.s_feature .flex .box .img .num{
	background-color: #ee9aa2;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 2;
	font-weight: 700;
	font-size: 1.2rem;
}
.s_feature .flex .box h3{
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	text-align: center;
}
.s_feature .flex .box h3::first-letter{
	color: #ee9aa2;
}
@media (max-width: 960px){
	.s_feature .flex{
		display: block;
	}
	.s_feature .flex .box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.s_feature .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){
	.s_feature .flex .box{
		margin-bottom: 30px;
	}
	.s_feature .flex .box .img{
		margin-bottom: 30px;
	}
	.s_feature .flex .box h3{
		font-size: 1.4rem;
	}
}


.staff::before{
	content: '';
	width: 100%;
	max-width: 650px;
	aspect-ratio: 1200 / 966;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/tree03.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.3;
}

.staff .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff .flex .box{
	width: 49%;
	background-color: #f8f8f8;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.staff .flex .box .img{
	margin-bottom: 20px;
}
.staff .flex .box h3{
	font-size: 1.3rem;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.staff .flex .box h3 span{
	display: block;
	font-size: 1rem;
	color: #ee9aa2;
}
.staff .flex .box .info p span.sub{
	display: block;
	color: #6fba2c;
	font-weight: 500;
}
@media (max-width: 750px){
	.staff .flex{
		display: block;
	}
	.staff .flex .box{
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}
	.staff .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}




.t_product_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
	margin-bottom: 30px;
}
.t_product_slide li:nth-child(odd){
	margin-top: 40px;
}
.t_product_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	border-radius: 10px;
	box-shadow: rgba(111, 186, 44, 0.2) 0px 8px 24px;
}
.t_product_slide a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.t_product_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.t_product_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.15);
}

.t_product_slide .slide_left, .t_product_slide .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.t_product_slide .slide_left{
	left: 0;
}
.t_product_slide .slide_right{
	right: 0;
}
.t_product_slide .slide_left i, .t_product_slide .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.t_product_slide .slide_left:hover i{
	transform: translate(-6px);
}
.t_product_slide .slide_right:hover i{
	transform: translate(6px);
}

.t_product_slide li p{
	padding: 10px;
	font-weight: 700;
	text-align: center;
	font-size: 1.1rem;
}
@media (max-width: 750px){
	.t_product_slide li{
		margin: 0 7px;
	}
	.t_product_slide .slide_left, .t_product_slide .slide_right{
		width: 45px;
	}
}

.facility .inner{
	position: relative;
}
.facility::after{
	content: '';
	width: 100%;
	max-width: 550px;
	aspect-ratio: 1113 / 974;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/tree04.png);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.2;
}


/*===ご利用案内ページ==============================*/
.flow_lede .inner::after{
	content: '';
	width: 100%;
	max-width: 550px;
	aspect-ratio: 1113 / 974;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/tree04.png);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.2;
}

.flow_circle{
}
.flow_circle .row{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
}
.flow_circle .row::before{
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 40px;
	transform: translateX(-50%);
	background: rgba(111, 186, 44, 0.5);
	pointer-events: none;
	z-index: -1;
}
.flow_circle .row:last-child{
	padding-bottom: 0 !important;
}
.flow_circle .row:last-child::before{
	display: none !important;
}
.flow_circle .row p.num{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6fba2c;
	color: #fff;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	text-align: center;
	width: 80px;
	font-weight: 700;
	text-transform: uppercase;
}
.flow_circle .row .text{
	position: relative;
	background-color: #f8f8f8;
	width: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px;
}
.flow_circle .row .text::before{
	content: "";
    position: absolute;
    top: 40px;
    left: 0;
	transform: translate(calc(-50% - 30px), -50%);
    display: block;
    border-style: solid;
    border-width: 15px 30px;
    border-color: transparent #f8f8f8 transparent transparent;
}
.flow_circle .row .text h3{
	color: #6fba2c;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	border-bottom: 2px dashed #6fba2c;
	margin-bottom: 15px;
}
@media (max-width: 750px){
	.flow_circle .row{
		padding-bottom: 20px;
	}
	.flow_circle .row::before{
		width: 8px;
		left: 30px;
	}
	.flow_circle .row p.num{
		width: 60px;
		font-size: 0.8rem;
	}
	.flow_circle .row .text{
		width: calc(100% - 80px);
		padding: 20px;
	}
	.flow_circle .row .text::before{
		top: 30px;
		transform: translate(calc(-50% - 15px), -50%);
		border-width: 10px 15px;
	}
	.flow_circle .row .text h3{
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
}



.guide::before{
	content: '';
	width: 100%;
	max-width: 650px;
	aspect-ratio: 1200 / 966;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/tree03.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.3;
}
.guide .flex{
	display: flex;
	justify-content: space-between;
}
.guide .flex .box{
	width: 49%;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 10px;
}
.guide .flex .box p{
	font-weight: 500;
	padding: 0 5px;
}
.guide .flex .box p span.num{
	display: inline-block;
	font-size: 1.5rem;
	color: #ee9aa2;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 750px){
	.guide .flex{
		display: block;
	}
	.guide .flex .box{
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
	}
	.guide .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.guide .flex .box p span.num{
	}
}




.day_flow .flex{
	display: flex;
	justify-content: space-between;
}
.day_flow .flex .box{
	width: 49%;
}

.apply_flow{
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.apply_flow .row{
	position: relative;
	margin-bottom: 35px;
}
.apply_flow .row::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	display: block;
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	color: #6fba2c;
}
.apply_flow .row:last-child{
	margin-bottom: 0 !important;
}
.apply_flow .row:last-child::after{
	display: none !important;
}
.apply_flow .row .num{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	border-radius: 500px;
	color: #fff;
	background-color: #6fba2c;
	z-index: 1;
	text-align: center;
	padding: 3px 20px;
	font-weight: 700;
}
.apply_flow .row .txt{
	background-color: #fffcf4;
	background-color: #f8f8f8;
	padding: 20px;
	text-align: center;
}
@media (max-width: 960px){
	.day_flow .flex{
		display: block;
	}
	.day_flow .flex .box{
		width: 100%;
		margin-bottom: 60px;
	}
	.day_flow .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}




.fee .container .wrapper{
	margin-bottom: 40px;
}
.fee .container .wrapper:last-child{
	margin-bottom: 0 !important;
}



/*===ご利用者様の声・きよみずブログページ==============================*/
.comment_container{
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.comment_container .box{
	/*width: 48%;*/
	margin-bottom: 40px;
}
.comment_container .box .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.comment_container .box .wrap .img{
	width: 140px;
	aspect-ratio: 1 / 1;
	background-color: #f5f5f5;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comment_container .box .wrap .text{
	position: relative;
	width: calc(100% - 170px);
	border: 2px solid #6fba2c;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 500;
	background-color: #fffdf4;
}
.comment_container .box .wrap .text::before{
	content: "";
    position: absolute;
    top: 30px;
    left: 0;
	transform: translate(calc(-50% - 15px), 0);
    display: block;
    border-style: solid;
    border-width: 12px 15px 12px 15px;
    border-color: transparent #fff transparent transparent;
	z-index: 2;
}
.comment_container .box .wrap .text::after{
	content: "";
    position: absolute;
    top: 30px;
    left: 0;
	transform: translate(calc(-50% - 18px), -3px);
    display: block;
    border-style: solid;
    border-width: 15px 18px 15px 18px;
    border-color: transparent #6fba2c transparent transparent;
	z-index: 1;
}
.comment_container .box .wrap .text span.sub{
	color: #6fba2c;
	display: block;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.1rem;
	margin-bottom: 5px;
}
@media (max-width: 960px){
	.comment_container{
		display: block;
	}
	.comment_container .box{
		width: 100%;
	}
	.comment_container .box:nth-child(even) .wrap{
		flex-direction: row-reverse;
	}
	.comment_container .box:nth-child(even) .wrap .text::before{
		left: auto;
		right: 0;
		transform: translate(calc(50% + 15px), 0);
		border-color: transparent transparent transparent #fff;
	}
	.comment_container .box:nth-child(even) .wrap .text::after{
		left: auto;
		right: 0;
		transform: translate(calc(50% + 18px), -3px);
		border-color: transparent transparent transparent #30416b;
	}
}
@media (max-width: 450px){
	.comment_container .box .wrap .img{
		width: 100px;
	}
	.comment_container .box .wrap .text{
		width: calc(100% - 130px);
		padding: 20px 15px;
	}
}










.blog .insta_banner{
	max-width: 960px;
	margin: 0 auto;
	margin-top: 60px;
}
.blog .insta_banner p{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 50px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.blog .insta_banner p::before,
.blog .insta_banner p::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.blog .insta_banner p::before{
	content: '＼';
	left: 0;
}
.blog .insta_banner p::after{
	content: '／';
	right: 0;
}
.blog .insta_banner a{
	overflow: hidden;
	border-radius: 20px;
}



/*===しんち歯科医院ページ==============================*/
.d_greeting .text .tail{
	text-align: right;
	margin-top: 30px;
}
.d_greeting .sbtn a i{
	color: #6fba2c;
}


.d_feature{
}
.d_feature .flex{
	display: flex;
	justify-content: space-between;
}
.d_feature .flex .box{
	width: 32.5%;
}
.d_feature .flex .box .img{
	position: relative;
	margin-bottom: 40px;
}
.d_feature .flex .box .img .num{
	background-color: #ee9aa2;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 2;
	font-weight: 700;
	font-size: 1.2rem;
}
.d_feature .flex .box h3{
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	text-align: center;
}
.d_feature .flex .box h3::first-letter{
	color: #ee9aa2;
}
@media (max-width: 960px){
	.d_feature .flex{
		display: block;
	}
	.d_feature .flex .box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.d_feature .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){
	.d_feature .flex .box{
		margin-bottom: 30px;
	}
	.d_feature .flex .box .img{
		margin-bottom: 30px;
	}
	.d_feature .flex .box h3{
		font-size: 1.4rem;
	}
}




.menu{
}
.menu .container{	
}
.menu .container .wrapper{
	margin-bottom: 30px;
}
.menu .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu .container .wrapper .flex .img{
	width: 360px;
}
.menu .container .wrapper .flex .text{
	width: calc(100% - 400px);
}
@media (max-width: 960px){
	.menu .container .wrapper .flex .img{
		width: 300px;
	}
	.menu .container .wrapper .flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.menu .container .wrapper .flex{
		display: block;
	}
	.menu .container .wrapper .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.menu .container .wrapper .flex .text{
		width: 100%;
	}
}




.time_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.time_table tr{
	border: 1px solid #ddd;
}
.time_table th,
.time_table td{
	padding: 5px 2px;
	letter-spacing: 0.08em;
	text-align: center;
}
.time_table th{
	background-color: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ddd;
	font-weight: 700;
	background-color: #ee9aa2;
	color: #fff;
}
.time_table th span{
	display: block;
	font-size: 0.9em;
}
.time_table td{
	background: #fff;
	width: 10%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
@media (max-width: 750px){
	.time_table{
		font-size: 0.8rem;
	}
}



.schedule .tel_flex{
	display: flex;
}
.schedule .tel_flex p.sub{
	font-weight: 700;
	font-size: 1.8rem;
}
.schedule .tel_flex p.sub i{
	display: inline-block;
	margin-right: 12px;
}
.schedule .tel_flex p.sub a{
	display: inline-block;
	margin-right: 40px;
	color: #ee9aa2;
}
.schedule .tel_flex p.sub a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.schedule .tel_flex{
		display: block;
	}
	.schedule .tel_flex p.sub{
		font-size: 1.8rem;
	}
	.schedule .tel_flex p.sub a{
		margin-right: 0;
		margin-bottom: 5px;
	}
}



/*===お問い合わせページ==============================*/
.greeting{
	margin-bottom: 100px;
}
.greeting .inner{
	position: relative;
	z-index: 1;
}
.greeting .inner::before{
	content: '';
	width: 100%;
	max-width: 550px;
	aspect-ratio: 1113 / 974;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/tree04.png);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.2;
}
.greeting .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.greeting .flex .text{
	width: 48%;
}
.greeting .flex .img{
	width: 48%;
}
.greeting .flex .text .tail{
	text-align: right;
	margin-top: 30px;
}
@media (max-width: 960px){
	.greeting .flex{
		display: block;
	}
	.greeting .flex .text{
		width: 100%;
	}
	.greeting .flex .img{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
@media (max-width: 750px){
	.greeting{
		margin-bottom: 60px;
	}
}



.contact .tel_contact{
	text-align: center;
	background-color: #f8f8f8;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 960px;
	border-radius: 10px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #ee9aa2;
	white-space: nowrap;
}
.contact .tel_contact a i{
	display: inline-block;
	font-size: 0.8em;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: 0.9rem;
	font-weight: 500;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #ee9aa2;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #ee9aa2;
	border: 1px solid #ee9aa2;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #ee9aa2;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #ee9aa2;
    border-bottom: 3px solid #ee9aa2;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #ee9aa2;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #ee9aa2;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	color: #666;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #fffdf4;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.85rem;
}
.privacy_flame p span{
	display: block;
	color: #ee9aa2;
	font-weight: 700;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}