@charset "UTF-8";
html{font-size:62.5%;background-color: #fff;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #282828;
}
h1 {font-size:26px;font-size:2.6rem;}
h1 a{font-size: inherit;}
h2 {font-size:22px;font-size:2.2rem;}
h2 a{font-size: inherit;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,table,dt,dt a,input,textarea,label {font-size:15px;font-size:1.5rem;font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
a {text-decoration: none;color: #282828;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(221,83,16,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #282828;}
p{line-height: 1.8;text-align: justify;text-justify: inter-ideograph;}
li,dd{list-style:none;margin: 0;padding: 0;color: #282828;}

.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
.mb10{margin-bottom: 10px;}

span.ib{display: inline-block;}

.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.attention-small{font-size:12px;font-size:1.2rem;}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.flex-box{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.flex-box-reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction:         row-reverse;
}
.flex-box-column{
	-webkit-flex-direction: column;
	flex-direction:         column;
}
.flex-box-start{
	-webkit-justify-content: flex-start;
	justify-content:         flex-start;
}
.flex-box-end{
	-webkit-justify-content: flex-end;
	justify-content:         flex-end;
}
.flex-box-center{
	-webkit-justify-content: center;
	justify-content:         center;
}
.flex-align-center{
	-webkit-align-items: center;
	align-items:         center;
}
.flex-align-end{
	-webkit-align-items: flex-end;
	align-items:         flex-end;
}
.flex-align-start{
	-webkit-align-items: flex-start;
	align-items:         flex-start;
}
.sticky{
	position: sticky;
	top: 0;
	z-index: 50;
}
.red{color: red;}
.orange{color: rgba(221,83,16,1);}
.mid-orange{color: rgba(247,176,36,1);}
.light-orange{color: rgba(251,204,53,1);}
.mi{width: 100%;height: auto;}
.max-img-height{width: auto;height: 100%;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
/*.rw4{font-family: 'Raleway', sans-serif;font-weight: 400;letter-spacing: .05em;}
.rw7{font-family: 'Raleway', sans-serif;font-weight: 700;letter-spacing: .05em;}*/
.st{font-size: 80%;}
body{
	font-size:10px;
	font-size:1.0rem;
	width:100%;
	line-height:1.8;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	position: relative;
	background-color: #fff;
}
main{
	margin: 0 auto;
	width: 100%;
	background-color: #282828;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
/*-------------------------------------common---------------------------------------------*/
section.common-section{
	width: 100%;
	margin: 0 auto;
	padding: .01px 0;
}
.pb120{
	padding-bottom: 120px;
}
.common-section-inner{
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	max-width: 1300px;
	margin: 0 auto;
}
.common-section-inner-child{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	max-width: 1020px;
}
.common-section-inner-child p a{
	color: rgba(221,83,16,1);
}
.common-section-inner-child p a:hover{
	color: #282828;
}
.common-title{
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: .1em;
	text-align: center;
	margin: 20px auto 40px;
	position: relative;
	font-weight: bold;
}
.common-title:after{
	content: "";
	width: 3.5em;
	height: 4px;
	background-color: rgba(221,83,16,1);
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.common-middle-title{
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: .05em;
	text-align: center;
	margin: 60px auto;
	position: relative;
	font-weight: bold;
	color: rgba(221,83,16,1);
}
.common-middle-title:after{
	content: "";
	width: 4.5em;
	height: 2px;
	background-color: rgba(247,176,36,1);
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.common-small-title{
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: .05em;
	text-align: center;
	margin: 40px auto;
	position: relative;
	font-weight: bold;
	color: rgba(221,83,16,1);
	text-align: center;
}
.common-small-title:after{
	content: "";
	width: 4.5em;
	max-width: 100%;
	height: 2px;
	background-color: rgba(247,176,36,1);
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
section.daidai-section{
	background-color: #fcede7;
}
section.white-section{
	background-color: #fff;
}
.pulledup-box{
	position: relative;
	margin-top: -140px;
	background-color: rgba(255,255,255,.9);
	padding-top: 1px;
}
/*-------------------------------------header---------------------------------------------*/
header{
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
header figure.title-logo-wrapper{
	width: 187px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 43px;
	top: 0;
	bottom: 0;
}
header figure.title-logo-wrapper p{
	line-height: 1.2;
	text-align: center;
	margin-top: 6px;
	display: none;
}
header figure.title-logo-wrapper p.header-logo-phone-num{
	font-size: 23.2px;
	font-size: 2.32rem;
	font-weight: bold;
}
header figure.title-logo-wrapper p.header-logo-phone-num span{
	font-size: 75%;
}
header div.header-intro{
	padding: 20px;
}
header div.header-intro div.header-intro-text{
	margin-left: 6px;
}
header div.header-intro div.header-intro-text h4{
	font-weight: bold;
	color: #333;
	line-height: 1.0;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
header div.header-intro div.header-intro-text h5{
	font-weight: bold;
	color: rgba(221,83,16,1);
	line-height: 1.0;
	font-size: 15px;
	font-size: 1.5rem;
}
header div.header-access-box{
	padding: 20px;
	background-color: rgba(221,83,16,1);
	min-height: 90px;
}
header div.header-access-box a{
	color: #fff;
	font-weight: bold;
}
header div.header-phone{
	padding: 20px;
	background-color: #333;
	min-height: 90px;
}
header div.header-phone div.header-phone-title{
	background-color: rgba(247,176,36,1);
	padding: 4px 20px;
	margin-right: 20px;
	position: relative;
}
header div.header-phone div.header-phone-title:after{
	right: -14px;
	top: 5px;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid rgba(247,176,36,1);
	position: absolute;
	content: "";
	box-sizing: border-box;
}
header div.header-phone div.header-phone-title p{
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
}
header div.header-phone div.header-phone-texts p{
	line-height: 1.2;
	color: #fff;
}
header div.header-phone div.header-phone-texts p.header-phone-num{
	font-size: 23.2px;
	font-size: 2.32rem;
	font-weight: bold;
}
header div.header-phone div.header-phone-texts p.header-phone-num span{
	font-size: 75%;
}
nav.header-nav{
	background-color: rgba(221,83,16,1);
	padding: 10px 0px;
	transition-duration: .4s;
}
nav.header-nav ul{
	transition-duration: .4s;
}
nav.header-nav ul li{
	padding: 0 20px;
	transition-duration: .4s;
}
nav.header-nav ul li:nth-child(1),nav.header-nav ul li:nth-child(2){
	padding-left: 0;
}
ul li.header-nav-contents-none{
	display: none;
	opacity: 0;
}
nav.header-nav ul li p{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}
nav.header-nav ul li a{
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 17px;
	font-size: 1.7rem;
}
nav.header-nav ul li a:hover{
	color: #333;
}
figure.sp-menu-icon{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 50;
	cursor: pointer;
	display: none;
	padding: 5px;
	background-color: #fff;
}
/*----------------------------------------------top-----------------------------------------*/

h2.openday-title{
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
div.openday-list-wrapper{
	margin: 40px 0 0;
}
dl.openday-list dt{
	width: 6.5em;
	text-align: left;
	padding: 4px 0;
	font-size: 18px;
	font-size: 1.8rem;
}
dl.openday-list dd{
	padding: 4px 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
div.bg-white{
	width: 100%;
	background-color: #fff;
}
div.bg-gray{
	width: 100%;
	background-color: #e7e7e7;
}
div.bg-orange{
	width: 100%;
	background-color: rgba(247,176,36,1);
}
div.bg-dark-gray{
	width: 100%;
	background-color: #282828;
}
dl.closed-list{
	padding-top: 14px;
	padding-bottom: 14px;
}
dl.closed-list dt{
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	margin-right: 20px;
	margin-bottom: 4px;
}
dl.closed-list dd{
	background-color: #fff;
	padding: 4px 14px;
	margin-right: 14px;
	margin-bottom: 4px;
	border-radius: 4px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
section.hello-section{
	background-color: rgba(221,83,16,1);
}
div.hello-box-inner{
	padding: 50px 0;
}
div.hello-left{
	width: 50%;
	max-width: 650px;
	margin-left: auto;
	margin-right: 0;
	padding: 0 50px 0 25px;
}
div.hello-right{
	background: rgba(221,83,16,.0) url('images/top/bg-top-hello.jpg') no-repeat center center / cover;
	width: 50%;
	min-height: 100px;
}
div.hello-box-inner{
	position: relative;
}
div.hello-box-inner figure.hello-img{
	width: 35%;
	max-width: 229px;
	position: relative;
	margin-left: -5%;
}
div.hello-text-wrapper{
	margin-bottom: 20px;
}
div.hello-box-inner div.hello-text-wrapper h2{
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 20px;
	border-bottom: 4px solid #fff;
	display: inline-block;
}
div.hello-box-inner div.hello-text-wrapper p{
	color: #fff;
	line-height: 2.2;
}
div.hello-box-inner figure.hello-box-arrow{
	position: absolute;
	width: 204px;
	height: 464px;
	top: 0;
	bottom: 0;
	right: -155px;
	margin: auto;
}
div.hello-box-inner a.hello-link{
	display: block;
	background-color: #fff;
	width: 66%;
	color:rgba(221,83,16,1);
	font-weight: bold;
	padding: 4px 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
div.hello-box-inner a.hello-link:hover{
	background-color: #333;
	color: #fff;
}
figure.top-treatment-fig{
	max-width: 345px;
	margin: 0 auto 0;
	width: 30%;
	padding-top: 85px;
}
ul.top-treatment-list{
	padding-bottom: 120px;
	margin-top: 80px;
}
ul.top-treatment-list li{
	width: 21%;
	position: relative;
}
ul.top-treatment-list li:before{
	content: "";
	background-color:  rgba(251,204,53,1);
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
ul.top-treatment-list li figure img{
	border-radius: 50%;
	margin-bottom: 30px;
}
ul.top-treatment-list li div.top-treatment-text{
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
ul.top-treatment-list li div.top-treatment-link{
	margin-top: 30px;
	position: relative;
}
ul.top-treatment-list li div.top-treatment-link a.top-treatment-link-text{
	display: block;
	text-align: center;
	background-color: rgba(247,176,36,1);
	color: #fff;
	padding: 2px;
}
ul.top-treatment-list li div.top-treatment-link a.top-treatment-link-text:hover{
	background-color: #333;
}
ul.top-treatment-list li div.top-treatment-link a.small-arrow{
	width: 18px;
	position: absolute;
	z-index: 2;
	right: 20px;
	top: -4px;
}
section.top-banner-section{
	padding: 20px 0;
}
ul.top-banner-list li{
	width: 30%;
	background-color: #fff;
}
ul.top-banner-list li.top-banner1 div.top-banner-area-top{
	background: rgba(0, 0, 0, 0) url('images/top/bg-banner1.png') no-repeat center center / cover;
}
ul.top-banner-list li.top-banner2 div.top-banner-area-top{
	background: rgba(0, 0, 0, 0) url('images/top/bg-banner2.png') no-repeat center center / cover;
}
ul.top-banner-list li.top-banner3 div.top-banner-area-top{
	background: rgba(0, 0, 0, 0) url('images/top/bg-banner3.png') no-repeat center center / cover;
}
ul.top-banner-list li div.top-banner-area-top h5{
	width: calc(100% - 58px);
	padding: 4px 14px;
	line-height: 1.0;
}
ul.top-banner-list li div.top-banner-area-top h5 a{
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}
ul.top-banner-list li div.top-banner-area-top figure{
	width: 58px;
}
ul.top-banner-list li div.top-banner-area-bottom p{
	padding: 4px 14px;
	font-size: 13px;
	font-size: 1.3rem;
}
li.dummy-list{
	background-color: #282828!important;
}

div.top-about-inner{
	margin-top: 80px;
}
div.top-about-inner article{
	width: 46%;
}
article.top-time-article figure.time-logo{
	width: 288px;
	margin-bottom: 10px;
}
p.kamoku-text{
	font-weight: bold;
}
div.phone-and-time{
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 2px solid rgba(247,176,36,1);
	border-bottom: 2px solid rgba(247,176,36,1);
}
div.top-time-phone{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 2px solid rgba(247,176,36,1);
}
div.top-time-phone h4{
	color: rgba(221,83,16,1);
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
}
div.top-time-phone h4 a{
	font-size: inherit;
	color: inherit;
}
div.top-time-phone h4 span{
	font-size: 26px;
	font-size: 2.6rem;
}
div.top-time-phone p{
	line-height: 1.8;
	font-weight: bold;
	margin-left: 10px;
}
div.top-time-text:first-child{
	margin-right: 14px;
}
div.top-time-text p{
	font-weight: bold;
}
div.top-time-text p:first-child{
	color: rgba(221,83,16,1);
	margin-right: 8px;
}
div.top-calender{
	margin-top: 40px;
}
div.top-calender div.top-calender-title h5{
	font-weight: bold;
	color: rgba(221,83,16,1);
	margin-right: 8px;
	line-height: 1.0;
	font-size: 20px;
	font-size: 2.0rem;
}
div.top-calender div.top-calender-title p{
	font-weight: bold;
	line-height: 1.2;
}
ul.top-calender-list{
	margin-top: 10px;
}
ul.top-calender-list li{
	width: 14.2857142857%;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	min-height: 70px;
	padding: 8px;
}
ul.top-calender-list li:nth-child(7n + 1){
	border-left: 1px solid #d4d4d4;
}
ul.top-calender-list li:first-child{
	border-left: 0;
}
ul.top-calender-list li.not-this-month{
	color: #d4d4d4;
}
ul.top-calender-list li.calender-day{
	color: rgba(221,83,16,1);
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	border-right: 0;
	min-height: 0;
	padding-left: 0;
	padding-right: 0;
}
ul.top-calender-list li p{
	text-align: center;
	background-color: #eee;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 3px 0;
	margin-top: 2px;
}
article.top-map-article h2{
	font-weight: bold;
	color: rgba(221,83,16,1);
	display: inline-block;
	border-bottom: 2px solid rgba(247,176,36,1);
	margin-bottom: 20px;
	padding-bottom: 4px;
}
article.top-map-article figure{
	margin: 30px 0;
}
section.gmap-section iframe{
	width: 100%;
	height: 540px;
	line-height: 0;
	vertical-align: bottom;
}
div.special-message{
	padding: 30px 20px;
}
div.special-message h3{
	color: #fff;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 5px;
}
div.special-message p{
	color: #fff;
	text-align: center;
}
/*--------------------------------------slides--------------------------------------------*/
section.swiper-container{
	width: 100%;
	max-width: 1850px;
	margin: 0 auto;
	position: relative;
}
div.swiper-overlay{
	position: absolute;
	width: 30%;
	max-width: 560px;
	right: 6.5vw;
	height: calc(100vh - 90px - 50.6px);
	background-color: rgba(247,176,36,.9);
	z-index: 2;
	top: 0;
}
div.swiper-overlay-cover{
	width: 100%;
}
div.swiper-overlay-inner{
	width: 90%;
	padding: 0 5vw;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin: 0 auto;
}
div.slide-catch{
	margin: 40px 0 20px;
	position: relative;
}
div.slide-catch figure{
	position: absolute;
	width: 11vw;
	left: -50px;
	top: -5.5vw;
}
div.slide-catch h3{
	font-size: 50px;
	font-size: 5.0rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.4;
}
div.slide-catch h3 span.title-small{
	font-size: 75%;
}
div.slide-catch h3 span.title-block{
	display: block;
}
div.swiper-pagination{
	width: 100%;
	padding: 20px;
	position: relative;
}
.swiper-pagination-bullet{
	background-color: rgba(251,204,53,1);
	opacity: 1;
	cursor: pointer;
	margin: 10px 5px;
}
.swiper-pagination-bullet-active{
	background-color: #fff;
}
figure.slide-arrow{
	width: 11.3333vw;
	height: 25.777vw;
	position: absolute;
	right: -5vw;
	top: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: transparent;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
div.slide-link-wrapper{
	width: 100%;
}
div.slide-link-wrapper a{
	color: rgba(247,176,36,1);
	font-weight: bold;
	padding: 10px 15px;
	display: block;
	background-color: #fff;
}
li.swiper-slide {
	height: calc(100vh - 90px - 50.6px);
	width: 100%;
}
li.slide1{
	background: rgba(0, 0, 0, 0) url('images/slide/slide1.jpg') no-repeat center center / cover;
}
li.slide2{
	background: rgba(0, 0, 0, 0) url('images/slide/slide2.jpg') no-repeat center center / cover;
}
li.slide3{
	background: rgba(0, 0, 0, 0) url('images/slide/slide3.jpg') no-repeat center center / cover;
}
li.slide4{
	background: rgba(0, 0, 0, 0) url('images/slide/slide4.jpg') no-repeat center center / cover;
}
section.swiper-container-child{
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
	overflow: hidden;
}
.swiper-container-child li.swiper-slide {
	width: 100%;
	height: auto;
}
div.facility-three-box{
	margin-bottom: 60px;
}
div.facility-three-box article{
	width: 47%;
}
ul.question-list{
	padding-bottom: 60px;
}
ul.question-list li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(247,176,36,1);
}
ul.question-list li p.question-text{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
}
ul.question-list li p.question-text:before{
	content: "Q.";
	color:rgba(247,176,36,1);
	font-size: 34px;
	font-size: 3.4rem;
	padding-right: 6px;
}
ul.question-list li p.answer-text{
	padding-left: 12px;
}
ul.question-list li p.answer-text:before{
	content: "A.";
	color:rgba(247,176,36,.5);
	font-size: 24px;
	font-size: 2.4rem;
	padding-right: 6px;
}
/*-------------------------------------footer---------------------------------------------*/
footer{
	margin: 0 auto;
	width: 100%;
	padding: 35px 70px;
	background-color: rgba(221,83,16,1);
}
footer figure.footer-logo{
	width: 210px;
}
footer p.footer-catch{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}
footer p.copyrights{
	text-align: center;
	color: #fff;
}
section.to-the-top{
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	background-color: rgba(221,83,16,1);
	opacity: 0;
	transition-duration: .4s;
	padding: 0 15px;
}
section.to-the-top p a{
	color: #fff;
}
section#smartphone-menu{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	height: 100vh;
	top: 0;
	overflow-y: scroll;
	background-color: rgba(0,0,0,.9);
	z-index: 60;
	padding: 50px;
}
section#smartphone-menu p.show-eng{
	color: #fff;
	cursor: pointer;
	text-align: right;
	font-size: 18px;
	font-size: 1.8rem;
}
section#smartphone-menu h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
}
section#smartphone-menu h3{
	text-align: center;
	color: #fff;
}
section#smartphone-menu nav.sp-nav{
	margin-top: 40px;
	width: 100%;
}
section#smartphone-menu nav.sp-nav ul{
	padding: 0 20px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
section#smartphone-menu nav.sp-nav ul li{
	width: calc(50% - 20px);
	text-align: center;
	border:1px solid #222;
	margin: 10px 0 40px;
	transition-duration: .8s;
}
section#smartphone-menu nav.sp-nav ul li:hover{
	border-color: #fff;
}
section#smartphone-menu nav.sp-nav ul li a{
	color: #999;
	display: block;
	padding: 10px 20px;
	font-size: 20px;
	font-size: 2.0rem;

}
section#smartphone-menu nav.sp-nav ul li a:hover{
	background-color: rgba(221,83,16,1);
	color: #fff;
}
/*----------------------------------------child-------------------------------------------*/
nav.child-nav{
	background-color: #fff;
	margin: 30px 0;
	padding: 10px 0;
	transition-duration: .4s;
}
nav.child-nav ul li{
	margin: 0 14px;
}
nav.child-nav ul li a{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
figure.child-title-fig{
	max-width: 210px;
	margin: 60px auto 0;
	width: 30%;
}
figure.child-top-photo{
	margin-top: 60px;
}
ul.child-treatment-list{
	padding-bottom: 120px;
	margin-top: 80px;
}
ul.child-treatment-list li{
	width: 22%;
	position: relative;
}
ul.child-treatment-list li:before{
	content: "";
	background-color:  rgba(251,204,53,1);
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
ul.child-treatment-list li figure img{
	border-radius: 50%;
	margin-bottom: 30px;
}
ul.orange-bg-list{
	margin: 40px 0;
}
ul.orange-bg-list li {
	width: 30%;
	background-color: rgba(221,83,16,1);
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 1.5%;
	margin-top: 0;
	padding: 4px 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
ul.position-list{
	padding: 40px 0;
}
ul.position-list-inside{
	padding-bottom: 0;
}
ul.position-list li{
	margin-bottom: 30px;
}
ul.position-list li.half-part{
	width: 46%;
}
ul.position-list li.full-part{
	width: 100%;
}
ul.position-list li figure{
	margin:70px auto 40px;
	position: relative;
}
ul.position-list li figure:before{
	content: "";
	background-color:  rgba(251,204,53,1);
	width: 14px;
	height: 14px;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
ul.position-list li figure div{
	margin: 0 14px;
	width: 300px;
}
ul.position-list li figure img{
	border-radius: 50%;
}
.left-1em{
	margin-left: 1em;
}
ul.acs-list{
	padding: 20px 0 40px;
}
ul.acs-list li{
	background-color: rgba(221,83,16,1);
	margin-bottom: 12px;
	padding: 4px 10px;
}
ul.acs-list li p{
	color: #fff;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}
dl.price-list{
	margin: 4px 0 20px;
	padding: 0 10px;
}
dl.price-list dt{
	width: 20%;
	padding: 4px 10px;
	background-color: rgba(247,176,36,1);
	border:1px solid rgba(247,176,36,1);
	color: #fff;
	text-align: center;
	margin-bottom: 6px;
}
dl.price-list dd{
	width: 80%;
	padding: 4px 10px;
	border:1px solid rgba(247,176,36,1);
	margin-bottom: 6px;
}
p.address-text{
	text-align: center;
	font-weight: bold;
}
section.gmap-access{
	margin: 40px 0 60px;
}
section.gmap-access iframe{
	width: 100%;
	height: 720px;
	line-height: 0;
	vertical-align: bottom;
}
div.access-contents{
	padding-bottom: 60px;
}
div.access-left{
	width: 46%;
}
figure.access-right{
	width: 46%;
}
div.access-para{
	margin-bottom: 30px;
}
div.access-para h3{
	font-weight: bold;
	color: rgba(221,83,16,1);
}
figure.about-logo{
	margin: 40px auto;
	width: 90%;
	max-width: 178px;
}
dl.about-detail-list{
	margin: 30px 0 ;
	padding: 0 10px;
}
dl.about-detail-list dt{
	width: 30%;
	padding: 6px 10px;
	background-color: rgba(251,204,53,1);
	color: #fff;
	text-align: center;
	margin-bottom: 6px;
}
dl.about-detail-list dt.dark{
	background-color: rgba(247,176,36,1);
}
dl.about-detail-list dd{
	width: 70%;
	padding: 6px 10px;
	background-color: #fff;
	margin-bottom: 6px;
}
article.about-article{
	margin-top: 80px;
}
figure.shikaku-fig{
	margin: 90px auto 40px;
	position: relative;
}
figure.shikaku-fig:before{
	content: "";
	background-color:  rgba(251,204,53,1);
	width: 16px;
	height: 16px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
figure.shikaku-fig img{
	border-radius: 40px;
}
ul.shikaku-list{
	padding-bottom: 60px;
}
ul.shikaku-list li{
	margin-bottom: 10px;
}
ul.shikaku-list li h3{
	color: rgba(221,83,16,1);
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
ul.shikaku-list li h3 a{
	font-size: inherit;
	color: #333;
	text-decoration: underline;
}
div.facility-two-photo{
	margin: 40px 0;
}
div.facility-two-photo figure{
	width: 48%;
}
div.facility-two-photo figure img{
	border-radius: 30px;
	margin-bottom: 4px;
}
div.facility-two-photo figure figcaption{
	text-align: center;
	color: rgba(221,83,16,1);
	font-size: 15px;
	font-size: 1.5rem;
}
div.step-list-wrapper{
	margin-top: 40px;
}
div.step-list-wrapper h4{
	color: rgba(221,83,16,1);
}
div.step-list-wrapper ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1em;
	font-size: 18px;
	font-size: 1.8rem;
}
/*-------------------------------1800px以下---------------------------------------------*/
@media screen and (max-width: 1800px) {

}
/*-------------------------------1400px以下---------------------------------------------*/
@media screen and (max-width: 1400px) {

}
/*-------------------------------1300px以下---------------------------------------------*/
@media screen and (max-width: 1300px) {
	header figure.title-logo-wrapper{
		position: relative;
		height: auto;
		margin:40px auto 40px;
	}
	#page-top{
		display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;
		-webkit-flex-direction: column-reverse;
		flex-direction:         column-reverse;
	}
	header div.header-contents{
		background-color: rgba(0,0,0,.1);
	}
}
/*-------------------------------1200px以下---------------------------------------------*/
@media screen and (max-width: 1200px) {
	.upper-1200{
		display: none;
	}
	.under-1200{
		display: block;
	}
	div.swiper-overlay{
		width: 40%;
	}
	.pulledup-box{
		margin-top: 0px;
	}

}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.upper-1024{
		display: none;
	}
	.under-1024{
		display: block;
	}
	header div.header-intro{
		width: 100%;
		-webkit-justify-content: flex-start;justify-content:flex-start
	}
	header div.header-right{
		display: none;
	}
	header figure.title-logo-wrapper{
		width: auto;
	}
	header figure.title-logo-wrapper p{
		display: block;
	}
	nav.header-nav{
		display: none;
	}
	h2.openday-title{
		margin-top: 20px;
	}
	div.openday-list-wrapper{
		margin-top: 20px;
	}
	div.swiper-overlay{
		right: 0;
		width: 45%;
	}
	figure.slide-arrow{
		display: none;
	}
	ul.top-banner-list li{
		width: 48%;
	}
	ul.top-banner-list li.dummy-list{
		display: none;
	}
	ul.top-banner-list li:nth-child(2n){
		margin-bottom: 0;
	}
	figure.sp-menu-icon{
		display: block;
	}
	ul.child-treatment-list li{
		width: 49%;
		margin-bottom: 40px;
	}
	ul.child-treatment-list li figure{
		margin: 0 auto;
		width: 70%;
	}
}
/*--------------------------------850x以下-----------------------------------------------------*/
@media screen and (max-width: 850px) {
	div.swiper-overlay{
		width: 100%;
		top: 0;
		bottom: auto;
		height: auto;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 100%;
	}
	div.slide-catch h3 span.title-block{
		display: inline-block;
	}
	div.swiper-pagination{
		display: none;
	}
	div.slide-catch figure{
		display: none;
	}
	div.swiper-overlay-inner{
		border-bottom: 0;
	}
	div.slide-catch h3{
		font-size: 40px;
		font-size: 4.0rem;
	}
	dl.closed-list dt{
		width: 100%;
		margin-bottom: 4px;
	}
	dl.closed-list dd{
		margin-bottom: 10px;
	}
	.common-section-inner{
		padding-right: 15px;
		padding-left: 15px;
	}
	dl.openday-list dd{
		padding-right: 5px;
		padding-left: 5px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	dl.openday-list dt{
		font-size: 15px;
		font-size: 1.5rem;
	}
	div.hello-box-inner figure.hello-box-arrow{
		display: none;
	}
	div.hello-left{
		padding-right: 25px;
	}
	ul.top-treatment-list li div.top-treatment-link a.small-arrow{
		display: none;
	}
	.common-small-title{
		letter-spacing: 0;
	}
	div.top-about-inner article{
		width: 100%;
		margin-bottom: 40px;
	}
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	.under-767{
		display: block;
	}
	ul.top-banner-list li{
		width: 100%;
		margin-bottom: 20px;
	}
	nav.child-nav{
		display: none;
	}


}
/*--------------------------------650x以下-----------------------------------------------------*/
@media screen and (max-width: 650px) {
	header div.header-intro{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header div.header-intro div.header-intro-text{
		width: calc(100% - 120px);
	}
	header div.header-intro figure{

	}
	header div.header-intro div.header-intro-text h4{
		font-size: 12px;
		font-size: 1.2rem;
		-moz-font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		line-height: 1.5;
		margin-bottom: 0;
	}
	header div.header-intro div.header-intro-text h5{
		font-size: 12px;
		font-size: 1.2rem;
		-moz-font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		line-height: 1.5;
	}
	div.slide-catch{
		margin-top: 20px;
	}
	div.slide-catch h3{
		font-size: 28px;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	div.swiper-overlay-inner{
		padding: 0 0 20px;
	}
	div.hello-left{
		width: 100%;
	}
	div.hello-right{
		width: 100%;
		height: 200px;
	}
	ul.top-treatment-list li{
		width: 45%;
		margin-bottom: 50px;
	}
	.common-title{
		font-size: 28px;
		font-size: 2.8rem;
	}
	.pb120{
		padding-bottom: 40px;
	}
	dl.closed-list dd{
		font-size: 16px;
		font-size: 1.6rem;
	}
	ul.child-treatment-list li{
		width: 100%;
	}
	ul.child-treatment-list li figure{
		width: 50%;
	}
	ul.child-treatment-list{
		padding-bottom: 40px;
	}
	ul.position-list li.half-part{
		width: 100%;
	}
	ul.position-list li.half-part figure,ul.position-list li.full-part figure{
		width: 50%;
	}
	ul.orange-bg-list li{
		width: 47%;
		margin-bottom: 20px;
	}
	ul.position-list li figure div{
		margin-bottom: 20px;
	}
	section#smartphone-menu nav.sp-nav ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	div.facility-two-photo figure{
		width: 100%;
		margin-bottom: 10px;
	}
	div.facility-three-box article{
		width: 100%;
	}
	ul.question-list li p.question-text{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.access-left{
		width: 100%;
		margin-bottom: 20px;
	}
	figure.access-right{
		width: 100%;
	}
	.common-middle-title{
		font-size: 28px;
		font-size: 2.8rem;
	}
	footer{
		padding-left: 20px;
		padding-right: 20px;
	}

}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {
	.upper-480{
		display: none;
	}
	ul.top-treatment-list li{
		width: 100%;
	}
	ul.top-treatment-list li figure{
		margin: 0 auto;
		width: 70%;
	}
	ul.top-treatment-list{
		padding-bottom: 40px;
	}
	div.top-time-phone h4{
		font-size: 30px;
		font-size: 3.0rem;
	}
	div.special-message h3{
		text-align: left;
	}
	div.special-message p{
		text-align: left;
	}
}
