@charset "utf-8";
/*
Theme Name: sankakuya_skelton
Theme URL: https://sankakux4.org
Description: original theme
Author:yuya matsuo
Version: 1.0.0
*/

/* reset */

html{
	scroll-behavior:smooth;
}

body{
	margin:0;
	width:100%;
	overflow-x:hidden;
	overflow-y: scroll;
        scrollbar-width: none;
        text-rendering:optimizeSpeed;
        -webkit-text-size-adjust: 100%;
        overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

*{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

*::before,
*::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-size:1rem;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:1.8;
}

p{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style:none;
	padding:0;
	margin:0;
}

li{
	list-style-position: inside;
}

figure,
blockquote,
dl,
dd{
	margin:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th{
	font-weight:400;
	text-align:left;
}

a:not([class]){
	text-decoration-skip-ink:auto;
}

img{
	display: block;
	vertical-align: bottom;
}

::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font-family: inherit;
	outline: none;
	margin:0;
}

select,
select option{
	color:#222 !important;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
	-moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
	-webkit-appearance: none;
}

@media(prefers-reduced-motion:reduce){
	*{
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
		transition-duration:.01ms !important;
		scroll-behavior:auto !important;
	}
}

.wpcf7-spinner{
	display:none !important;
}

/* common */

html{
	font-size:16px;
}

body{
	background:#fff;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	color:#222;
	font-weight:400;
	line-height:1.8;
	margin:0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

a{
	display:block;
	color:#888;
	transition: .5s;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}

a:hover{
	color:#222;
	text-decoration:none;
}

/* layout */

main{
	display:block;
	margin:131px auto 0;
}

.container{
	max-width:calc(100vw - 200px);
	width:1200px;
	margin:0 auto;
}

.container-min{
	max-width:calc(100vw - 100px);
	width:800px;
	margin:0 auto;
}

.flex-wrap{
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
}

/* parts */

.serif{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.img-fluid{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}

.img-trim{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.img-trim img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-trim.img-trim16x9{
	padding-top: 56.25%;
}

.img-trim.img-trim5x3{
	padding-top: 60%;
}

.img-trim.img-trim3x2{
	padding-top: 66%;
}

.img-trim.img-trim4x3{
	padding-top: 75%;
}

.img-trim.img-trim5x5{
	padding-top: 100%;
}

.img-trim.img-trim4x5{
	padding-top: 125%;
}

.shadow{
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}

.youtube,
.googlemap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe,
.googlemap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.bg_gray{
	background:#f6f6f6;
}

.btn{
	display:inline-block;
	background:#222;
	color:#fff;
	font-weight:700;
	padding:1em 4em;
	border-radius:2em;
	transition:.5s;
}

.btn:hover{
	opacity:0.8;
}

.btn_wh{
	background:#fff;
	color:#b94047;
}

.btn_gray{
	background:#ccc;
	color:#fff;
}

/* header */

.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	background:#fff;
}

.header .language{
	background:#222;
	padding:12px 40px;
}

.header .language ul{
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
  	-webkit-box-pack: end;
	justify-content: flex-end;
}

.header .language ul li{
	margin-left:1rem;
}

.header .language ul li.en-US{
	-webkit-box-ordinal-group:2;
	order:1;
}

.header .language ul li.zh-CN{
	-webkit-box-ordinal-group:3;
	order:2;
}

.header .language ul li.zh-TW{
	-webkit-box-ordinal-group:4;
	order:3;
}

.header .language ul li.ja{
	-webkit-box-ordinal-group:5;
	order:4;
}

.header .language ul li a{
	color:#fff;
	font-size:0.8rem;
}

.header .language ul li.current a{
	font-weight:700;
	color:#b94047;
}

.header .content_wrap{
	padding:16px 40px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.header .content_wrap .logo{
	width:120px;
}

.header .content_wrap .nav_wrap ul li{
	margin-left:1.5rem;
}

.header .content_wrap .nav_wrap ul li a{
	font-weight:700;
	color:#222;
}

/* footer */

.footer .f_category{
	padding:40px 0;
}

.footer .f_category .content_wrap{
	margin-bottom:1rem;
}

.footer .f_category .content_wrap h5{
	width:14%;
	font-weight:700;
}

.footer .f_category .content_wrap.en h5{
	width:16%;
}

.footer .f_category .content_wrap ul{
	width:86%;
	padding-top:0.25rem;
}

.footer .f_category .content_wrap.en ul{
	width:84%;
}

.footer .f_category .content_wrap ul li{
	width:8%;
	margin-right:0.5rem;
	margin-bottom:0.5rem;
}

.footer .f_category .content_wrap.en ul li{
	width:auto;
}

.footer .f_category .content_wrap ul li a{
	background:#fff;
	color:#222;
	font-size:0.8rem;
	text-align:center;
	border-radius:2rem;
}

.footer .f_category .content_wrap ul li a:hover{
	background:#222;
	color:#fff;
}

.footer .f_category .content_wrap.en ul li a{
	padding:0 1em;
}

.footer .f_sitemap .attention{
	border:1px solid #fff;
	margin-bottom:24px;
	padding:12px 16px;
	color:#fff;
	font-size:0.8rem;
}

.footer .f_sitemap{
	background:#222;
	padding:40px 0;
}

.footer .f_sitemap ul{
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom:1rem;
}

.footer .f_sitemap ul li{
	margin:0 0.75rem;
}

.footer .f_sitemap ul li a{
	color:#fff;
}

.footer .f_sitemap h6{
	font-size:0.8rem;
	color:#ccc;;
}

/* page */

.page_section{
	padding:40px 0;
}

/* archive */

.page-numbers{
	margin-top:20px;
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
  	-webkit-box-pack: center;
	justify-content: center;
}

.page-numbers li{
	margin:0 0.5rem;
}

.page-numbers li a,
.page-numbers li span{
	display:block;
	width:3rem;
	height:3rem;
	border-radius:50%;
	border:1px solid #222;
	color:#222;
	padding-top:0.55rem;
	text-align:center;
}

.page-numbers li span.current,
.page-numbers li a:hover{
	background:#222;
	color:#fff;
	opacity:1;
}

/* single */

/* hospital archive */

.twoclm_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.twoclm_wrap .side_content{
	width:20%;
}

.twoclm_wrap .side_content .box{
	margin-bottom:40px;
}

.twoclm_wrap .side_content .box:last-child{
	margin-bottom:0;
}

.twoclm_wrap .side_content .box h2{
	font-weight:700;
}

.twoclm_wrap .side_content .box ul.flex-wrap li{
	width:25%;
}

.twoclm_wrap .side_content .box ul.flex-wrap.en li{
	width:auto;
	margin-right:1em;
}

.twoclm_wrap .main_content{
	width:76%;
}

.twoclm_wrap .main_content .ad_wrap{
	padding:20px;
}

.hospital_article{
	color:#222;
	border-radius:12px;
}

.hospital_article:hover{
	opacity:1;
}

.hospital_article .txt ul li{
	background:#222;
	color:#fff;
	padding:0 1em;
	font-size:0.8rem;
	border-radius:2em;
	margin-right:1em;
}

.hospital_article .txt h3{
	font-weight:700;
}

.hospital_article .img img{
	border-radius:12px;
}

.hospital_article .txt dl dt{
	font-weight:700;
}

.hospital_article .txt dl dd{
	line-height:1.6;
	font-size:0.9rem;
}

.hospital_article01{
	padding:20px;
}

.hospital_article01:hover{
	background:#f6f6f6;
}

.hospital_article01 .content_wrap .img{
	width:24%;
	margin-right:2%;
}

.hospital_article01 .content_wrap .txt{
	width:48%;
	margin-right:2%;
	-webkit-box-align: center;
	align-items: center;
}

.hospital_article01 .content_wrap .txt .inner{
	width:100%;
}

.hospital_article01 .txt h3{
	font-size:1.25rem;
}

.hospital_article01 .content_wrap .txt dl.flex-wrap{
	-webkit-box-align: center;
	align-items: center;
}

.hospital_article01 .content_wrap .txt dl.flex-wrap dt{
	width:20%;
}

.hospital_article01 .content_wrap .txt dl.flex-wrap dd{
	width:80%;
}

.hospital_article01 .content_wrap .point{
	width:24%;
	-webkit-box-align: center;
	align-items: center;
	background:#f6f6f6;
	padding:16px 20px;
	border-radius:12px;
	transition:.5s;
}

.hospital_article01 .content_wrap .point dl dt{
	font-weight:700;
}

.hospital_article01 .content_wrap .point dl dd{
	font-size:0.9rem;
}

.hospital_article01:hover .point{
	background:#fff;
}

.related h4{
	font-size:1.5rem;
	font-weight:700;
	margin-bottom:1em;
}

.hospttal_archive{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.hospttal_archive::before{
	content:"";
	display: block;
	width:23%;
	order:1;
}
.hospttal_archive::after{
	content:"";
	display: block;
	width:23%;
}

.hospital_article02{
	width:23%;
	background:#fff;
}

.hospital_article02:hover{
	opacity:0.8;
}

.hospital_article02 .img img{
	border-radius:12px 12px 0 0;
}

.hospital_article02 .txt{
	padding:20px;
}

.hospital_article02 .txt ul{
	margin-bottom:0.5rem;
}

.hospital_article02 .txt ul li{
	margin-right:0.5rem;
	margin-bottom:0.25rem;
}

.hospital_article02 .txt h3{
	line-height:1.6;
	margin-bottom:0.5rem;
}

.hospital_article02 .txt p{
	font-size:0.9rem;
	color:#888;
}

/* hospital single */

.hospital_header h1{
	font-size:1.5rem;
	font-weight:700;
}

.hospital_header ul li{
	background:#fff;
	padding:0 1em;
	font-size:0.8rem;
	margin-right:0.5em;
	border-radius:1em;
}

.hospital_content .gallery{
	margin-bottom:40px;
}


.hospital_content .gallery .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.hospital_content .gallery .content_wrap .thumb{
	width:50%;
}

.hospital_content .gallery .content_wrap .thumb .img-trim{
	border-radius:24px 0 0 24px;
}

.hospital_content .gallery .content_wrap .list{
	width:50%;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.hospital_content .gallery .content_wrap .list .img{
	width:50%;
}

.hospital_content .gallery .content_wrap .list .img:nth-child(3) .img-trim{
	border-radius:0 24px 0 0;
}
.hospital_content .gallery .content_wrap .list .img:nth-child(5) .img-trim{
	border-radius:0 0 24px 0;
}

.hospital_content .detail .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.hospital_content .detail .content_wrap .box{
	width:66%;
}

.hospital_content .detail .content_wrap .box .inner{
	margin-bottom:40px;
}

.hospital_content .detail .content_wrap .box .inner:last-child{
	margin-bottom:0;
}

.hospital_content .detail .content_wrap .box .inner h2{
	font-size:1.5rem;
	font-weight:700;
	border-bottom:3px solid #222;
	margin-bottom:1rem;
	padding:0 20px;
}

.hospital_content .detail .content_wrap .box .inner dl{
	width:calc(100% - 40px);
	margin:0 auto 16px;
}

.hospital_content .detail .content_wrap .box .inner dl:last-child{
	margin-bottom:0;
}

.hospital_content .detail .content_wrap .box .inner dl dt{
	font-weight:700;
}

.hospital_content .detail .content_wrap .box .inner01 dl.flex-wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	
}

.hospital_content .detail .content_wrap .box .inner01 dl.flex-wrap dt{
	width:15%;
}

.hospital_content .detail .content_wrap .box .inner01 dl.flex-wrap dd{
	width:81%;
}

.hospital_content .detail .content_wrap .box .inner01 dl.flex-wrap dd .googlemap{
	margin:0.75rem 0;
}

.hospital_content .detail .content_wrap .box .inner02 dl{
	width:100%;
	background:#f6f6f6;
	border-radius:12px;
	padding:20px 24px;
}

.hospital_content .detail .content_wrap .side_menu{
	width:30%;
}

.hospital_content .detail .content_wrap .side_menu > div{
	margin-bottom:40px;
}

.hospital_content .detail .content_wrap .side_menu > div:last-child{
	margin-bottom:0;
}

.hospital_content .detail .content_wrap .side_menu  .doctor{
	border:1px solid #ccc;
	border-radius:12px;
	padding:28px;
}

.hospital_content .detail .content_wrap .side_menu  .doctor .img{
	width:60%;
	margin:0 auto 16px;
}

.hospital_content .detail .content_wrap .side_menu  .doctor h3{
	font-weight:700;
}

.hospital_content .detail .content_wrap .side_menu .cta{
	background:#b94047;
	color:#fff;
	border-radius:12px;
	padding:28px;
}

.hospital_content .detail .content_wrap .side_menu .cta p{
	margin-bottom:0.5em;
	font-weight:700;
	font-size:0.9rem;
}

/* search */

.search_form .block .check_wrap label{
	margin:0 0.5em 0.5em 0;
	cursor:pointer;
	
}

.search_form .block .check_wrap label span{
	display:block;
	border:1px solid #222;
	padding:0.25em 0;
	text-align:center;
	font-size:0.7rem;
	border-radius:4px;
	transition:.5s;
}

.search_form .block .check_wrap label:hover span{
	background:#222;
	color:#fff;
}

.search_form .block .check_wrap label input[type=checkbox]:checked + span{
	background:#222;
	color:#fff;
}

.side_content .search_form .block{
	margin-bottom:12px;
}

.side_content .search_form .block h4{
	font-weight:700;
	margin-bottom:0.5rem;
}

.side_content .search_form .block:last-child{
	margin-bottom:0;
}

.side_content .search_form .block .check_wrap label{
	width:calc(33% - 0.5em);
	margin:0 0.5em 0.5em 0;
}

.side_content .search_form.en .block:nth-child(3) .check_wrap label{
	width:calc(50% - 0.5em);
}

.side_content .search_form .block.btn_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.side_content .search_form .block.btn_wrap button{
	width:49%;
	text-align:center;
	padding:1em 0;
}

/* home */

.fv{
	background-image:url(./img/fv_bg.jpg);
	background-image:image-set(url(./img/fv_bg.jpg) 1x, url(./img/fv_bg@2x.jpg) 2x);
	background-image:-webkit-image-set(url(./img/fv_bg.jpg) 1x, url(./img/fv_bg@2x.jpg) 2x);
	background-repeat:no-repeat;
	background-size:cover;
	padding:60px 0 80px;
	position:relative;
}

.page_fv{
	background-image:url(./img/page_fv.jpg);
	background-image:image-set(url(./img/page_fv.jpg) 1x, url(./img/page_fv@2x.jpg) 2x);
	background-image:-webkit-image-set(url(./img/page_fv.jpg) 1x, url(./img/page_fv@2x.jpg) 2x);
	background-repeat:no-repeat;
	background-size:cover;
	padding:120px 0;
	position:relative;
}

.fv::after{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}

.fv .fv_inner{
	position:relative;
	z-index:2;
}

.fv .fv_inner .title{
	color:#fff;
	font-size:1.75rem;
	font-weight:700;
	letter-spacing:0.1em;
	text-indent:0.1em;
	margin-bottom:1em;
}

.page_fv .fv_inner .title{
	margin-bottom:0;
}

.fv .fv_inner .box{
	background:rgba(255,255,255,0.9);
	border-radius:24px;
	padding:40px 48px;
}

.fv .fv_inner .box .search_form{
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
}

.fv .fv_inner .box .search_form .block{
	width:50%;
	margin-bottom:1.5rem;
}

.fv .fv_inner .box .search_form .block:first-child{
	width:100%;
	margin-bottom:0.75rem;
}

.fv .fv_inner .box .search_form .block h4{
	font-weight:700;
	margin-bottom:0.5rem;
}

.fv .fv_inner .box .search_form .block .check_wrap label{
	width:23%;
	margin-right:0.3rem;
	margin-bottom:0.3rem;
}

.fv .fv_inner .box .search_form .block .check_wrap label span{
	font-size:0.8rem;
}

.fv .fv_inner .box .search_form .block:first-child .check_wrap label{
	width:7.8%;
}

.fv .fv_inner .box .search_form.en .block .check_wrap label{
	width:auto;
}

.fv .fv_inner .box .search_form.en .block .check_wrap label span{
	padding:0.25em 1em;
}

.fv .fv_inner .box .search_form .block.btn_wrap{
	width:100%;
	margin-bottom:0;
	-webkit-box-pack: center;
	justify-content: center;
}

.fv .fv_inner .box .search_form .block.btn_wrap .btn{
	width:30%;
	padding:1em 0;
	text-align:center;
}

.front_content{
	padding:40px 0;
}

.front_content .heading{
	font-size:1.75rem;
	font-weight:700;
	letter-spacing:0.1em;
	margin-bottom:0.75em;
}

.fc02 .content_wrap,
.fc03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fc02 .content_wrap a{
	width:23%;
	position:relative;
}

.fc03 .content_wrap a{
	width:19%;
	position:relative;
}

.fc02 .content_wrap a:hover,
.fc03 .content_wrap a:hover{
	opacity:0.8;
}

.fc02 .content_wrap a .img,
.fc03 .content_wrap a .img{
	width:100%;
	position:relative;
}

.fc02 .content_wrap a .img::after,
.fc03 .content_wrap a .img::after{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	border-radius:12px;
}

.fc02 .content_wrap a .img img,
.fc03 .content_wrap a .img img{
	border-radius:12px;
}

.fc02 .content_wrap a .txt,
.fc03 .content_wrap a .txt{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	color:#fff;
	font-weight:700;
}

.fc02 .content_wrap a .txt h4,
.fc03 .content_wrap a .txt h4{
	font-size:1.5rem;
	font-weight:700;
}

.fc04 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fc04 .content_wrap .box{
	width:48%;
	background:#f6f6f6;
	border-radius:12px;
	padding:24px 40px;
}

.fc04 .content_wrap .box h4{
	font-size:1.25rem;
	font-weight:700;
}

/* text page */

.text_page_block{
	margin-bottom:24px;
}

.text_page_block:last-child{
	margin-bottom:0;
}

.text_page_block h2{
	font-size:1.25rem;
	font-weight:700;
}

.text_page_block h3{
	font-weight:700;
}

/* publication */

#publication .publication01{
	padding:80px 0 40px;
}

#publication .publication01 h2{
	font-weight:700;
	font-size:1.25rem;
	margin-bottom:1em;
}

#publication .publication01 p{
	margin-bottom:1rem;
}

#publication .publication01 p:last-child{
	margin-bottom:0;
}

#publication .publication02 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom:40px;
}

#publication .publication02 .content_wrap:last-child{
	margin-bottom:0;
}

#publication .publication02 .content_wrap .txt{
	width:64%;
	
}

#publication .publication02 .content_wrap .txt h3{
	font-weight:700;
	font-size:1.25rem;
}

#publication .publication02 .content_wrap .txt p{
	line-height:1.6;
	font-size:0.9rem;
	text-indent: -1em;
	padding-left: 1em;
}

#publication .publication02 .content_wrap .img{
	width:32%;
}

#publication .publication02 .content_wrap .img img{
	border-radius:12px;
}

#publication .publication03 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#publication .publication03 .content_wrap .box{
	width:48%;
	background:#fff;
	border-radius:12px;
	padding:20px 28px;
}

#publication .publication03 .content_wrap .box h4{
	font-weight:700;
}

#publication .publication04 h2{
	font-weight:700;
	font-size:1.25rem;
	color:#b94047;
}

/* contact */

.contact_form{
	align-items: center;
}

.contact_form dt{
	width:20%;
	margin-bottom:2rem;
}

.contact_form dt span{
	color:#b94047;
}

.contact_form dd{
	width:80%;
	margin-bottom:2rem;
}



.contact_form dd input[type="text"],
.contact_form dd input[type="email"],
.contact_form dd textarea{
	border:1px solid #222;
	padding:1rem;
	width:100%;
	background:#fff;
	font-size:1rem;
	transition:.5s;
	border-radius:4px;
}

.contact_form dd input[type="text"]:focus,
.contact_form dd input[type="email"]:focus,
.contact_form dd textarea:focus{
	outline:none;
	outline-offset:0;
	background:#f6f6f6;
	border:1px solid #222;
}

.contact_btn_wrap input[type="submit"]{
	font-size:1rem;
	transition: 0.5s;
}

.contact_btn_wrap input[type="submit"]:focus{
	outline:none;
	outline-offset:0;
}

/* ad */

.sample_ad{
	border:4px solid #b94047;
	color:#222;
	padding:48px 24px;
}

.sample_ad h5{
	margin-bottom:1rem;
	font-weight:700;
}

.sample_ad p{
	display:inline-block;
	background:#b94047;
	color:#fff;
	padding:0.5rem 2rem;
	border-radius:3rem;
}

.ad_wrap img{
	border:1px solid #aaa;
	max-height:300px;
	width:auto;
	margin:0 auto;
}

/* display */

.pc-none{
	display:none;
}

@media (max-width: 1366px) {

	/* common */
	
	html{
		font-size:calc(100vw / 1366 * 16);
	}
	
	/* layout */
	
	main{
		margin:calc(100vw / 1366 * 131) auto 0;
	}
	
	.container{
		max-width:calc(100vw - (100vw / 1366 * 200));
		width:calc(100vw / 1366 * 1200);
	}
	
	.container-min{
		max-width:calc(100vw - (100vw / 1366 * 100));
		width:calc(100vw / 1366 * 800);
	}
	
	/* header */
	
	.header .language{
		padding:calc(100vw / 1366 * 12) calc(100vw / 1366 * 40);
	}
	
	.header .content_wrap{
		padding:calc(100vw / 1366 * 16) calc(100vw / 1366 * 40);
	}
	
	.header .content_wrap .logo{
		width:calc(100vw / 1366 * 120);
	}
	
	/* footer */
	
	.footer .f_category{
		padding:calc(100vw / 1366 * 40) 0;
	}
	
	.footer .f_sitemap .attention{
		margin-bottom:calc(100vw / 1366 * 24);
		padding:calc(100vw / 1366 * 12) calc(100vw / 1366 * 16);
	}
	
	.footer .f_sitemap{
		padding:calc(100vw / 1366 * 40) 0;
	}
	
	/* page */
	
	.page_section{
		padding:calc(100vw / 1366 * 40) 0;
	}
	
	/* archive */
	
	.page-numbers{
		margin-top:calc(100vw / 1366 * 20);
	}
	
	/* hospital archive */
	
	.twoclm_wrap .side_content .box{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.twoclm_wrap .main_content .ad_wrap{
		padding:calc(100vw / 1366 * 20);
	}
	
	.hospital_article{
		border-radius:calc(100vw / 1366 * 12);
	}
	
	.hospital_article .img img{
		border-radius:calc(100vw / 1366 * 12);
	}
	
	.hospital_article01{
		padding:calc(100vw / 1366 * 20);
	}
	
	.hospital_article01 .content_wrap .point{
		padding:calc(100vw / 1366 * 16) calc(100vw / 1366 * 20);
		border-radius:calc(100vw / 1366 * 12);
	}
	
	.hospital_article02 .img img{
		border-radius:calc(100vw / 1366 * 12) calc(100vw / 1366 * 12) 0 0;
	}
	
	.hospital_article02 .txt{
		padding:calc(100vw / 1366 * 20);
	}
	
	/* hospital single */
	
	.hospital_content .gallery{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.hospital_content .gallery .content_wrap .thumb .img-trim{
		border-radius:calc(100vw / 1366 * 24) 0 0 calc(100vw / 1366 * 24);
	}
	
	.hospital_content .gallery .content_wrap .list .img:nth-child(3) .img-trim{
		border-radius:0 calc(100vw / 1366 * 24) 0 0;
	}
	.hospital_content .gallery .content_wrap .list .img:nth-child(5) .img-trim{
		border-radius:0 0 calc(100vw / 1366 * 24) 0;
	}
	
	.hospital_content .detail .content_wrap .box .inner{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.hospital_content .detail .content_wrap .box .inner h2{
		padding:0 calc(100vw / 1366 * 20);
	}
	
	.hospital_content .detail .content_wrap .box .inner dl{
		width:calc(100% - (100vw / 1366 * 40));
		margin:0 auto calc(100vw / 1366 * 16);
	}
	
	.hospital_content .detail .content_wrap .box .inner02 dl{
		border-radius:calc(100vw / 1366 * 12);
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 24);
	}
	
	.hospital_content .detail .content_wrap .side_menu > div{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.hospital_content .detail .content_wrap .side_menu  .doctor{
		border-radius:calc(100vw / 1366 * 12);
		padding:calc(100vw / 1366 * 28);
	}
	
	.hospital_content .detail .content_wrap .side_menu  .doctor .img{
		margin:0 auto calc(100vw / 1366 * 16);
	}
	
	.hospital_content .detail .content_wrap .side_menu .cta{
		border-radius:calc(100vw / 1366 * 12);
		padding:calc(100vw / 1366 * 28);
	}
	
	/* search */
	
	.side_content .search_form .block{
		margin-bottom:1rem;
	}
	
	/* home */
	
	.fv{
		padding:calc(100vw / 1366 * 60) 0 calc(100vw / 1366 * 80);
	}
	
	.page_fv{
		padding:calc(100vw / 1366 * 120) 0;
	}
	
	.fv .fv_inner .box{
		border-radius:calc(100vw / 1366 * 24);
		padding:calc(100vw / 1366 * 40) calc(100vw / 1366 * 48);
	}
	
	.front_content{
		padding:calc(100vw / 1366 * 40) 0;
	}
	
	.fc02 .content_wrap a .img::after,
	.fc03 .content_wrap a .img::after{
		border-radius:calc(100vw / 1366 * 12);
	}
	
	.fc02 .content_wrap a .img img,
	.fc03 .content_wrap a .img img{
		border-radius:calc(100vw / 1366 * 12);
	}
	
	.fc04 .content_wrap .box{
		border-radius:calc(100vw / 1366 * 12);
		padding:calc(100vw / 1366 * 24) calc(100vw / 1366 * 40);
	}
	
	/* text page */
	
	.text_page_block{
		margin-bottom:calc(100vw / 1366 * 24);
	}
	
	/* publication */
	
	#publication .publication01{
		padding:calc(100vw / 1366 * 80) 0 calc(100vw / 1366 * 40);
	}
	
	#publication .publication02 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	#publication .publication02 .content_wrap .img img{
		border-radius:calc(100vw / 1366 * 12);
	}
	
	#publication .publication03 .content_wrap .box{
		border-radius:calc(100vw / 1366 * 12);
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 * 28);
	}
	
	/* ad */
	
	.sample_ad{
		padding:calc(100vw / 1366 * 48) calc(100vw / 1366 * 24);
	}
	
	.ad_wrap img{
		max-height:calc(100vw / 1366 * 300);
	}

}

@media (max-width: 768px){

	/* display */
	
	.sp-none{
		display:none;
	}
	
	.pc-none{
		display:block;
	}

	/* common */
	
	html{
		font-size:calc(100vw / 375 * 14);
	}
	
	/* layout */
	
	main{
		margin:calc(100vw / 375 * 96.32) auto 0;
	}
	
	.container,
	.container-min{
		max-width:90vw;
		width:90vw;
	}
	
	.twoclm_wrap .side_content{
		width:100%;
		order: 2;
	}
	
	.twoclm_wrap .main_content{
		width:100%;
		order: 1;
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	/* header */
	
	.header .language{
		padding:calc(100vw / 375 * 12) 5vw;
	}
	
	.header .content_wrap{
		padding:calc(100vw / 375 * 12) 5vw;
	}
	
	.header .content_wrap .logo{
		width:calc(100vw / 375 * 64);
	}
	
	/* footer */
	
	.footer .f_category{
		padding:calc(100vw / 375 * 40) 0;
	}
	
	.footer .f_category .content_wrap:last-child{
		margin-bottom:0;
	}
	
	.footer .f_category .content_wrap h5{
		width:100%;
		margin-bottom:0.5em;
	}
	
	.footer .f_category .content_wrap ul{
		width:100%;
		padding-top:0;
		justify-content: space-between;
	}
	
	.footer .f_category .content_wrap ul::before{
		content:"";
		display: block;
		width:24%;
		order:1;
	}
	
	.footer .f_category .content_wrap ul::after{
		content:"";
		display: block;
		width:24%;
	}
	
	.footer .f_category .content_wrap ul li{
		width:24%;
		margin-right:0;
	}
	
	.footer .f_category .content_wrap ul li a{
		padding:0.5em 0;
	}
	
	.footer .f_sitemap{
		padding:calc(100vw / 375 * 40) 0 1rem;
	}
	
	.footer .f_sitemap .attention{
		margin-bottom:calc(100vw / 375 * 24);
		padding:calc(100vw / 375 * 12) calc(100vw / 375 * 16);
	}
	
	/* page */
	
	.page_section{
		padding:calc(100vw / 375 * 40) 0;
	}
	
	/* archive */
	
	.page-numbers{
		margin-top:0;
	}
	
	/* hospital archive */
	
	.twoclm_wrap .side_content .box{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.side_content .search_form .block .check_wrap{
		justify-content: space-between;
	}
	
	.side_content .search_form .block .check_wrap::before{
		content:"";
		display: block;
		width:24%;
		order:1;
	}
	
	.side_content .search_form .block .check_wrap::after{
		content:"";
		display: block;
		width:24%;
	}
	
	.side_content .search_form .block .check_wrap label{
		width:24%;
		margin:0 0 0.5rem;
	}
	
	.twoclm_wrap .main_content .ad_wrap{
		padding:0;
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.hospital_article{
		margin-bottom:calc(100vw / 375 * 40);
		border-radius:calc(100vw / 375 * 12);
	}
	
	.hospital_article .img img{
		border-radius:calc(100vw / 375 * 12);
	}
	
	.hospital_article01{
		padding:0;
	}
	
	.hospital_article01 .content_wrap .img{
		width:100%;
		margin-right:0;
		margin-bottom:1rem;
	}
	
	.hospital_article01 .content_wrap .txt{
		width:100%;
	}
	
	.hospital_article01 .content_wrap .txt dl.flex-wrap dt,
	.hospital_article01 .content_wrap .txt dl.flex-wrap dd{
		width:100%;
	}
	
	.hospital_article01 .content_wrap .point{
		width:100%;
		margin-top:1rem;
		padding:calc(100vw / 375 * 16) calc(100vw / 375 * 20);
		border-radius:calc(100vw / 375 * 12);
	}
	
	.hospital_article02 .img img{
		border-radius:calc(100vw / 375 * 12) calc(100vw / 375 * 12) 0 0;
	}
	
	.hospital_article02 .txt{
		padding:calc(100vw / 375 * 20);
	}
	
	/* hospital single */
	
	.hospital_content .gallery .content_wrap .list{
		width:100%;
		display:block;
	}
	
	.hospital_content .gallery .content_wrap .list .img .img-trim,
	.hospital_content .gallery .content_wrap .list .img:nth-child(2) .img-trim,
	.hospital_content .gallery .content_wrap .list .img:nth-child(4) .img-trim{
		border-radius:calc(100vw / 375 * 16);
	}
	
	.sp_single_slick{
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.sp_single_slick .slick-dots{
		justify-content: center;
		margin:calc(100vw / 375 * 16) auto 0;
	}
	
	.sp_single_slick .slick-dots li{
		margin:0 calc(100vw / 375 * 4);
	}
	
	.hospital_content .detail .content_wrap .box{
		width:100%;
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.hospital_content .detail .content_wrap .box .inner{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.hospital_content .detail .content_wrap .box .inner h2{
		font-size:1.25rem;
		padding:0;
	}
	
	.hospital_content .detail .content_wrap .box .inner dl{
		width:100%;
		margin:0 auto 1rem;
	}
	
	.hospital_content .detail .content_wrap .box .inner01 dl.flex-wrap dt{
		width:100%;
	}
	
	.hospital_content .detail .content_wrap .box .inner01 dl.flex-wrap dd{
		width:100%;
		padding-bottom:0.5rem;
		border-bottom:1px solid #ddd;
	}
	
	.hospital_content .detail .content_wrap .box .inner02 dl{
		border-radius:calc(100vw / 375 * 12);
		padding:1rem 5vw;
	}
	
	.hospital_content .detail .content_wrap .side_menu{
		width:100%;
	}
	
	.hospital_content .detail .content_wrap .side_menu > div{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	.hospital_content .detail .content_wrap .side_menu  .doctor{
		border-radius:calc(100vw / 375 * 12);
		padding:calc(100vw / 375 * 28);
	}
	
	.hospital_content .detail .content_wrap .side_menu  .doctor .img{
		margin:0 auto calc(100vw / 375 * 16);
	}
	
	.hospital_content .detail .content_wrap .side_menu .cta{
		border-radius:calc(100vw / 375 * 12);
		padding:calc(100vw / 375 * 28);
	}
	
	
	
	/* search */
	
	.side_content .search_form .block{
		margin-bottom:calc(100vw / 375 * 12);
	}
	
	/* home */
	
	.fv{
		padding:calc(100vw / 375 * 40) 0 calc(100vw / 375 * 40);
	}
	
	.page_fv{
		padding:calc(100vw / 375 * 120) 0;
	}
	
	.fv .fv_inner .title{
		font-size:1.5rem;
		line-height:1.6;
	}
	
	.fv .fv_inner .box{
		border-radius:calc(100vw / 375 * 16);
		padding:calc(100vw / 375 * 20) 5vw;
	}
	
	.fv .fv_inner .box .search_form .block{
		width:100%;
		margin-bottom:calc(100vw / 375 * 16);
	}
	
	.fv .fv_inner .box .search_form .block:first-child{
		margin-bottom:calc(100vw / 375 * 16);
	}
	
	.fv .fv_inner .box .search_form .block:last-child{
		margin-bottom:0;
	}
	
	.fv .fv_inner .box .search_form .block .check_wrap{
		justify-content: space-between;
	}
	
	.fv .fv_inner .box .search_form .block .check_wrap::before{
		content:"";
		display: block;
		width:24%;
		order:1;
	}
	
	.fv .fv_inner .box .search_form .block .check_wrap::after{
		content:"";
		display: block;
		width:24%;
	}
	
	.fv .fv_inner .box .search_form .block:first-child .check_wrap label{
		width:24%;
		margin-right:0;
		margin-bottom:0.5rem;
	}
	
	.en-US .fv .fv_inner .box .search_form .block:nth-child(2) .check_wrap,
	.en-US .fv .fv_inner .box .search_form .block:nth-child(3) .check_wrap{
		justify-content: flex-start;
	}
	
	.en-US .fv .fv_inner .box .search_form .block:nth-child(2) .check_wrap label,
	.en-US .fv .fv_inner .box .search_form .block:nth-child(3) .check_wrap label{
		margin-bottom:0.5rem;
	}
	
	.en-US .fv .fv_inner .box .search_form .block .check_wrap::before{
		content:none;
	}
	
	.en-US .fv .fv_inner .box .search_form .block .check_wrap::after{
		width:32%;
	}
	
	.en-US .fv .fv_inner .box .search_form .block:first-child .check_wrap label{
		width:32%;
	}
	
	.fv .fv_inner .box .search_form .block.btn_wrap .btn{
		width:100%;
	}
	
	.front_content{
		padding:calc(100vw / 375 * 40) 0;
	}
	
	.front_content .heading{
		font-size:1.5rem;
	}
	
	.fc01 .hospttal_archive.sp_ha_slick,
	.fc05 .hospttal_archive.sp_ha_slick,
	.related .hospttal_archive.sp_ha_slick{
		display:block;
		width:100vw;
		margin:0 -7.5vw 0 -2.5vw;
	}
	
	.fc01 .hospttal_archive.sp_ha_slick .slick-track,
	.fc05 .hospttal_archive.sp_ha_slick .slick-track,
	.related .hospttal_archive.sp_ha_slick .slick-track{
		display:flex;
	}
	
	.fc01 .hospttal_archive.sp_ha_slick .slick-slide,
	.fc05 .hospttal_archive.sp_ha_slick .slick-slide,
	.related .hospttal_archive.sp_ha_slick .slick-slide{
		height:auto;
	}
	
	.slick-dots{
	  	display:flex;
	  	flex-wrap:wrap;
	  	justify-content: flex-end;
	  	margin:calc(100vw / 375 * 8) 5vw 0 auto;
	}
	
	.slick-dots li{
		width:calc(100vw / 375 * 20);
		height:calc(100vw / 375 * 4);
		background:#aaa;
		margin:calc(100vw / 375 * 18) calc(100vw / 375 * 4) 0;
	}
	
	.slick-dots li.slick-active{
		background:#222;
	}
	
	.slick-dots li button{
		display:none;
	}
	
	.fc01 .hospttal_archive.sp_ha_slick .slick-list,
	.fc05 .hospttal_archive.sp_ha_slick .slick-list,
	.related .hospttal_archive.sp_ha_slick .slick-list{
		padding:0 30% 0 0;
	}
	
	.fc01 .hospttal_archive.sp_ha_slick .slick-slide,
	.fc05 .hospttal_archive.sp_ha_slick .slick-slide,
	.related .hospttal_archive.sp_ha_slick .slick-slide{
		margin:0 2.5vw;
	}
	
	.fc02 .content_wrap a{
		width:48%;
		margin-bottom:1rem;
	}
	
	.fc03 .content_wrap a{
		width:48%;
		margin-bottom:1rem;
	}
	
	.fc02 .content_wrap a .img::after,
	.fc03 .content_wrap a .img::after{
		border-radius:calc(100vw / 375 * 12);
	}
	
	.fc02 .content_wrap a .img img,
	.fc03 .content_wrap a .img img{
		border-radius:calc(100vw / 375 * 12);
	}
	
	.en-US .fc02 .content_wrap a .txt p{
		display:none;
	}
	
	.en-US .fc02 .content_wrap a .txt h4{
		line-height:1.4;
	}
	
	.fc04 .content_wrap .box{
		width:100%;
		border-radius:calc(100vw / 375 * 12);
		padding:calc(100vw / 375 * 16) 5vw;
		margin-bottom:1rem;
	}
	
	.fc04 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	/* text page */
	
	.text_page_block{
		margin-bottom:calc(100vw / 375 * 24);
	}
	
	/* publication */
	
	#publication .publication01{
		padding:calc(100vw / 375 * 40) 0 0;
	}
	
	#publication .publication02 .content_wrap{
		margin-bottom:calc(100vw / 375 * 40);
	}
	
	#publication .publication02 .content_wrap:nth-child(even){
		flex-direction: column-reverse;
	}
	
	#publication .publication02 .content_wrap .txt{
		width:100%;
		margin-bottom:1rem;
	}
	
	#publication .publication02 .content_wrap .img{
		width:100%;
	}
	
	#publication .publication02 .content_wrap .img img{
		border-radius:calc(100vw / 375 * 12);
	}
	
	#publication .publication03 .content_wrap .box{
		width:100%;
		margin-bottom:1rem;
		border-radius:calc(100vw / 375 * 12);
		padding:1rem 5vw;
	}
	
	#publication .publication03 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	#publication .publication04 .container-min{
		text-align:left;
	}
	
	/* ad */
	
	.sample_ad{
		padding:calc(100vw / 375 * 48) calc(100vw / 375 * 24);
	}
	
	.ad_wrap img{
		max-height:100%;
	}

}

