@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-style: normal;
}
body {
	font-family: 'Roboto',"ナウ-GM","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	line-height: 170%;
	color: #595959;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse: collapse;
}
a:link,
a:visited {
	text-decoration: none;
	color: #00214b;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #FF6600;
}
.clear {
	clear: both;	
}

.mobile_nowrap {
	display: inline;
}
.pc_nowrap {
	display: none;
}
.mobile_only {
	display:none;
}
.pc_only {
	display: block;
}
a.false {
	pointer-events: none;
}


#wrapper {
	width: 100%;
	min-width:980px;
}
#header {
	background-color: #FFF;	
	position: fixed;
	height: 900px;
	width: 100%;
	top:0px;
	left:0px;
	z-index: 100;
	display:none;
}


#header .wrapper0 {
	height: 900px;
	width: 100%;
	z-index: 100;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}
#header .wrapper {
	width: 1350px;
	height:700px;
	position: relative;
}
#header .wrapper .logo {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 245px;
	width: 48px;
	overflow: hidden;
}
#header .wrapper .logo a {
	background-image: url(../img/logo_v_b.svg);
	height: 245px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}


#g_nav_open_btn {
	top: 0px;
	left: 0px;
	height: 94px;
	width: 94px;
	position: fixed;
	display: none;
	overflow: hidden;
	text-indent: -9999px;
	transition: 0.5s;
	z-index: 500;
	cursor:pointer;
}
#g_nav_open_btn div {
	width: 34px;
	height: 2px;
	display: block;
	background-color: #a6b1c0;
	position: absolute;
	transition:0.5s;
	left: 30px;
	top: 45px;
}
#g_nav_open_btn div:nth-child(1) {
	top: 30px;
	transition:0.3s;
}
#g_nav_open_btn div:nth-child(4) {
	top: 60px;
	transition:0.3s;
}
#g_nav_open_btn.on div:nth-child(1),
#g_nav_open_btn.on div:nth-child(4) {
	opacity:0;
	top: 45px;
}
#g_nav_open_btn.on div:nth-child(2) {
	transform:rotate(45deg);
	background-color: #a6b1c0;
}
#g_nav_open_btn.on div:nth-child(3) {
	transform:rotate(-45deg);
	background-color: #a6b1c0;
}

#g_nav {
	top: 0px;
	left: 200px;
	position: absolute;
}

#g_nav ul li a {
	color: #00214b;
	text-decoration: none;
	transition:0.4s;
}
#g_nav ul li a:hover {
	text-decoration: none;
	opacity:0.6;
	
}
#g_nav ul.main {
	font-family: "リュウミン R-KL";
	font-size: 25px;
	line-height:110%;
}
#g_nav ul.main li {
	margin-bottom:37px;
}
#g_nav ul.main li:nth-child(1) {
	letter-spacing:2px;
}
#g_nav ul.main li:nth-child(2) {
	letter-spacing:3px;
}
#g_nav ul.main li:nth-child(3) {
	letter-spacing:3px;
}
#g_nav ul.main li:nth-child(4) {
	letter-spacing:-2px;
}
#g_nav ul.main li:nth-child(5) {
	letter-spacing:-2px;
}
#g_nav ul.sub {
	padding-top:50px;
	font-size: 16px;
	line-height:110%;
}
#g_nav ul.sub li {
	margin-bottom:42px;
	letter-spacing:3px;
}
#s_nav {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 300px;
}
#s_nav .banner_dry_head_spa {
	line-height:0;
	margin-bottom:32px;
}
#s_nav .banner_dry_head_spa img {
	width:100%;
	height:auto;
}
#s_nav .banner_dry_head_spa a {
	transition:0.4s;
}
#s_nav .banner_dry_head_spa a:hover {
	opacity:0.7;
}
#s_nav ul.yoyaku {

}
#s_nav ul.yoyaku li {
	margin-bottom:10px;
}
#s_nav ul.yoyaku li a {
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s;
	background-color: #1A375D;
	text-align: center;
	display: block;
	line-height: 56px;
	width: 100%;
	font-size: 16px;
	border-radius:4px;
}
#s_nav ul.yoyaku li a {
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s;
	text-align: center;
	display: block;
	line-height: 56px;
	width: 100%;
	font-size: 16px;
	border-radius:4px;
}
#s_nav ul.yoyaku li:nth-child(1) a {
	color: #00214b;
	background-color: #ebedf1;
}
#s_nav ul.yoyaku li:nth-child(2) a {
	color: #FFF;
	background-color: #1A375D;
}
#s_nav ul.yoyaku li a:hover {
	text-decoration: none;
	opacity:0.7;
	
}
#s_nav ul.sns {
	box-sizing:border-box;
	padding-top: 17px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 25px;
	padding-left: 25px;
	width: 100%;
}
#s_nav ul.sns li {
	width:38px;
}
#s_nav ul.sns li a {
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	position: relative;
	display: block;
	text-indent: -9999px;
	transition:0.4s;
}
#s_nav ul.sns li.insta a {
	background-image: url(../img/icon_insta.svg);
}
#s_nav ul.sns li.line a {
	background-image: url(../img/icon_line.svg);
}
#s_nav ul.sns li.fb a {
	background-image: url(../img/icon_fb.svg);
}
#s_nav ul.sns li.yt a {
	background-image: url(../img/icon_yt.svg);
}
#s_nav ul.sns li a:hover {
	opacity:0.7;
	
}
#logo_jp {
	height: 0px;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	overflow: visible;
	opacity:0;
	transition:0.4s;
}
#logo_jp.on {
	opacity:1;
}
#logo_jp .wrapper {
	display:block;
	height: 0px;
	overflow: visible;
	width: 1350px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#logo_jp a {
	background-image: url(../img/logo_v_b.svg);
	height: 245px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 120px;
	right: 0px;
}

#logo_en {
	position: fixed;
	left: -10px;
	top: 280px;
	opacity: 0;
	transition: 1s;
	z-index: 50;
}
#logo_en img {
	width:90%;
	height:auto;
}
#logo_en.on {
	left: 40px;
	opacity:1;
}
#tab {
	position:fixed;
	left: -50px;
	top: 670px;
	width: 111px;
	opacity:0;
	transition:1s;
	z-index: 50;
}
#tab.on {
	left: 0px;
	opacity:1;
}
#tab ul {
	width: 100%;
}
#tab ul li {

}
#tab ul li a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 126px;
	width: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15px;
	line-height: 160%;
	text-decoration: none;
	transition:0.4s;
	letter-spacing:2px;
}
#tab ul li a:hover {
	opacity:0.7;
}
#tab ul li:nth-child(1) a {
	color: #00214b;
	background-color: #ebedf1;
	border-radius:0 5px 0 0;
}
#tab ul li:nth-child(2) a {
	color: #FFF;
	background-color: #1A375D;
	border-radius:0 0 5px 0;
}


.main_contents {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

#page_top {
	display:none;
}

#footer_contact {
	background-color: #ebecec;
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;
}

#footer_contact .logo {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}
#footer_contact .logo img {
	width:100%;
	height:auto;
}
#footer_contact .text {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 25px;
	color: #003b87;
	line-height:180%;
}
#footer_contact .text a {
	color: #003b87;
	text-decoration:none;
}
#footer_contact .text a:hover {
	color: #003b87;
	text-decoration: underline;
}

#footer_contact .text a.yoyaku_tel:hover {
	color: #003b87;
	text-decoration: none;
}


#footer {
	width: 100%;
	background-color: #00214b;
	position: relative;
	z-index: 1;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;	
}
#footer .wrapper {
	text-align:center;
	padding-top:70px;
	padding-bottom:20px;
	font-size: 13px;
}
#footer .wrapper .catch {
	font-family: "リュウミン R-KL";
	font-size: 28px;
	line-height: 130%;
	margin-bottom: 17px;
	color: #CFCFCF;
	padding-left: 0.6em;
}
#footer .wrapper .lead {
	line-height:200%;
	margin-bottom:60px;
	color: #CFCFCF;
}
#footer .wrapper .f_nav {
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	color: #CFCFCF;
}
#footer .wrapper .f_nav li {
	margin-bottom: 15px;
	line-height: 130%;
	padding-right: 2em;
	padding-left: 2em;
	letter-spacing:1px;
}
#footer .wrapper .f_nav li.br_1 {
	box-sizing:border-box;
	width:100%;
	height:0;
}
#footer .wrapper .f_nav li.br_2 {
	display:none;
	box-sizing:border-box;
	width:100%;
	height:0;
}
#footer .wrapper .f_nav li a {
	color: #CFCFCF;
}
#footer .wrapper .f_nav li a:hover {
	text-decoration:underline !important;
}


#footer .wrapper .sns {
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom:60px;
	padding-top:25px;
}
#footer .wrapper .sns li {
	width: 26px;
	margin-right: 25px;
	margin-left: 25px;
}
#footer .wrapper .sns li a {
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	overflow: hidden;
	position: relative;
	display: block;
	text-indent: -9999px;
	transition:0.4s;
}
#footer .wrapper .sns li.insta a {
	background-image: url(../img/icon_w_insta.svg);
}
#footer .wrapper .sns li.line a {
	background-image: url(../img/icon_w_line.svg);
}
#footer .wrapper .sns li.fb a {
	background-image: url(../img/icon_w_fb.svg);
}
#footer .wrapper .sns li.yt a {
	background-image: url(../img/icon_w_yt.svg);
}
#footer .wrapper .sns li a:hover {
	opacity:0.7;
	
}
#footer .wrapper .gakkai {
	line-height:160%;
	margin-bottom:30px;
}
#footer .wrapper .name {
	background-image: url(../img/logo_footer_pc.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 94px;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	margin-bottom:25px;
}
#footer .wrapper address {
	line-height:150%;
	display: block;
	margin-bottom:20px;
}
#footer .wrapper .copyright {
	display: block;
	line-height:120%;
	font-size:11px;
	color: #CFCFCF;

}


.special_modal_true #g_nav_open_btn {
	top:60px;
}
.special_modal_true.modal_type_2 #g_nav_open_btn {
	top:0px !important;
}
.special_modal_true #modal_headline {
	top: 0px;
	height: 60px;
	width: 100%;
	background-color: #00214b;
	text-align: center;
	display: flex;
	color: #FFF;
	position: absolute;
	left: 0px;
	z-index: 1;
	justify-content:center;
	align-content:center;
	align-items:center;
	transition:0.4s;
	cursor:pointer;
}
.special_modal_true #modal_headline:hover {
	opacity:0.7;
}
.special_modal_true #modal_headline .link {
	display: block;
	font-size: 15px;
	background-image: url(../img/emoji_01.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:18px 18px;
	padding-left:30px;
}

.special_modal_true #modal_headline_close {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/modal_close_02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	transition:0.4s;
	cursor:pointer;
	z-index: 2;
}
.special_modal_true #modal_headline_close:hover {
	background-color:rgba(255,255,255,0.3);
}

.special_modal_true #modal_bg {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 999999999999;
	left: 0px;
	top: 0px;
}

.special_modal_true #modal_window {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999999999;
	left: 0px;
	top: 0px;
	display: none;
}
.special_modal_true #modal_window .wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}
.special_modal_true #modal_window .close_layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.special_modal_true #modal_content {
	width: 680px;
	box-sizing:border-box;
	padding:90px;
	background-color:#FFF;
	border-radius:8px;
	position:relative;
	z-index: 1;
}
.special_modal_true #modal_content .modal_ttl {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 50px;
	color: #00214b;
}
.special_modal_true #modal_content .modal_body {
	width: 100%;
	font-size: 14px;
	line-height: 200%;
	overflow-y: auto;
	position: relative;	
}
.special_modal_true #modal_content .modal_body p {
	margin-bottom:1em;
	margin-top:1em;
}
.special_modal_true #modal_content .modal_body p:first-child {
	margin-top:0;
}
.special_modal_true #modal_content .modal_body img {
	max-width:100%;
	height:auto;
}
.special_modal_true #modal_content .close {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	background-image: url(../img/modal_close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition:0.4s;
	cursor:pointer;
}
.special_modal_true #modal_content .close:hover {
	opacity:0.7;
}





#main_image {
	width: 100%;
	height: 900px;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 0;
	display:none;
}
#sm-slider {
	width: 100%;
	height: 130%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size:cover;
}
#fade_img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover;
	transform-origin:center center;
}
#fade_img.on {

}
#main_image .logo {
	width: 100%;
	height: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#main_image .logo .bloc {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	height: 270px;
	width: 95px;
	position: relative;
	background-image: url(../img/main_logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing:border-box;
	padding-top:76px;
}

#main_image .logo .bloc h1 {
	font-size: 11px;
	line-height:11px;
	font-weight: 400;
	letter-spacing: 0.3em;
	position: absolute;
	top: 76px;
	right: 2px;
	white-space: nowrap;
}
#main_image .logo .bloc h2 {
	font-family: "リュウミン R-KL";
	font-size: 26px;
	line-height: 95px;
	letter-spacing: 0.4em;
	font-weight: 400;
	position: absolute;
	top: 76px;
	left: 0;
	white-space: nowrap;
}





#top_contents {
	width: 100%;
	background-color:#FFF;
}
#top_contents .content {
	width: 100%;
	padding-top:100px;
}
#top_contents .content .ttl_01 {
	font-family: "リュウミン R-KL";
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	background-image: url(../img/emoji_01.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 52px;
	margin-bottom:30px;
	color: #00214b;
	letter-spacing:3px;
}
#top_contents .content .ttl_01 .kuten {
	display:inline-block;
	width:0.7em;
}
#top_contents .content .ttl_01 .dokuten {
	display:inline-block;
	width:0.7em;
}
#top_contents .content .lead {
	font-size: 16px;
	line-height: 245%;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
	text-align: justify;
    text-justify: inter-ideograph;

}
#top_contents .content .photo {
	text-align:center;
}
.single_contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:100px;
	padding-top:165px;
}

.single_contents .ttl_02 {
	font-family: "リュウミン R-KL";
	font-size: 26px;
	line-height: 26px;
	margin-bottom:55px;
	color: #00214b;
	display:flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	letter-spacing:0.1em;
}
.single_contents .ttl_02 em {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	display: inline-block;
	margin-left: 26px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00214b;
	letter-spacing:0.15em;
	margin-bottom:2px;
}
.single_contents .ttl_03 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom:55px;
	color: #00214b;
	display:flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	letter-spacing:0.1em;
}
.single_contents .ttl_03 em {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	display: inline-block;
	margin-left: 26px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00214b;
	letter-spacing:0.15em;
	margin-bottom:2px;
}


#menu .menu_content_nav {
	width: 100%;
	margin-bottom: 60px;
}
#menu .menu_content_nav ul {
	width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#menu .menu_content_nav ul li {
	width: 390px;
	margin-bottom:20px;
}
#menu .menu_content_nav ul li a {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	font-size: 36px;
	color:#FFF;
	text-decoration: none;
	transition: 0.4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#EFEFEF;
	background-size:cover;
	border-radius:4px;
}
#menu .menu_content_nav ul li a:hover {
	opacity:0.7;
}
#menu .menu_content_nav ul li a br {
	display:none;
}
#menu .content {
	width: 100%;
	margin-bottom: 55px;
	padding-top:25px;
}
#menu .menu_content_nav + .content {
	margin-top: 0;
}
#menu .content:last-child {
	margin-bottom: 0;
}
.menu_content_body {
	margin-right:40px;
	margin-left:40px;
}
.menu_content_body > p {
	line-height:200%;
	margin-bottom:1em;
}
.menu_fee_list {
	font-size:17px;
	line-height:170%;
	position:relative;
}
.menu_fee_list li {
	margin-bottom:10px;
	text-indent:-1em;
	padding-left:1em;
}
.menu_fee_list li:before {
	content:"●";
	color: #00204a;
}
.menu_fee_list li strong {
	color: #00204a;
	font-weight: 400;
}
.menu_fee_list li em {
	font-size: 14px;
	line-height: 170%;
	font-style: normal;
	display:inline-block;
	text-indent:-1em;
}
.menu_fee_list li.menu_link_01 {
	position: absolute;
	top: 0px;
	right: 0px;
}
.menu_fee_list li.menu_link_01:before {
	content:"";
}
.menu_fee_list li.menu_link_01 a {
	box-sizing: border-box;
	font-size: 14px;
	color: #00204a;
	text-decoration: none;
	line-height: 140%;
	text-align: left;
	display: block;
	background-color: #FFF;
	border: 1px solid #657992;
	border-radius: 3px;
	transition: 0.4s;
	white-space: nowrap;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	text-indent:0;
}
.menu_fee_list li.menu_link_01 a:hover {
	opacity:0.7;
}


.menu_ttl_01 {
	box-sizing:border-box;
	width: 100%;
	font-weight: 400;
	color: #FFF;
	padding-left: 35px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #00204a;
	font-size: 32px;
	line-height: 140%;
	border-radius:4px;
	margin-bottom:35px;
}
.menu_ttl_01 br {
	display:none;
}
.menu_ttl_02 {
	box-sizing: border-box;
	width: 100%;
	font-weight: 400;
	padding-left: 35px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-color: #FFF;
	font-size: 28px;
	line-height: 140%;
	border-radius: 4px;
	margin-bottom: 35px;
	color: #00204a;
	border: 1px solid #00204a;
}
.menu_ttl_03 {
	font-size: 17px;
	line-height: 180%;
	color: #00204a;
	font-weight: 400;
}
.menu_content_body p + .menu_ttl_03 {
	margin-top:20px;
}
.menu_content_body ul + .menu_ttl_03 {
	margin-top:60px;
}

#access #googlemap {
	margin-bottom:100px;
}
#access #googlemap iframe {
	width:100%;
}
#access #guide {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	padding-left: 45px;
}

#access #guide .text {
	box-sizing:border-box;
	width:315px;
	font-size:14px;
	line-height:230%;
	letter-spacing:1px;
}
#access #guide .text dd {
	margin-bottom:34px;
}
#access #guide .text .sup {
	font-size:11px;
}
#access #guide .map {
	box-sizing:border-box;
	width:435px;
}
#access #guide .map img {
	width:100%;
	height:auto;
}
#access #guide .photo {
	box-sizing:border-box;
	width:100%;
	line-height:0;
	padding-top:50px;
	padding-bottom:20px;
	padding-right:45px;
}
#access #guide .photo img {
	width:100%;
	max-width:100%;
	height:auto;
}

#faq .faq_list {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#faq .faq_list dt {
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 82px;
	padding-bottom: 15px;
	background-image: url(../img/faq_q.svg);
	background-repeat: no-repeat;
	background-position: 50px 32px;
	font-size: 18px;
	line-height: 200%;
	color: #00214b;
	opacity:0;
	transition:1s;
}

#faq .faq_list dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 82px;
	background-image: url(../img/faq_a.svg);
	background-repeat: no-repeat;
	background-position: 50px 2px;
	font-size: 14px;
	line-height: 220%;
	opacity:0;
	transition:1s;
}
#faq .faq_list dt.on,
#faq .faq_list dd.on {
	opacity:1;
}

#privacy .content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}
#privacy .privacy_list {
	width: 100%;
}

#privacy .lead {
	font-size: 14px;
	line-height: 190%;
	color: #00214b;
	margin-bottom:3em;
}
#privacy .privacy_list dt {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	line-height: 200%;
	color: #00214b;
	margin-bottom:3px;
}
#privacy .privacy_list dt:before {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	content:"●";
}

#privacy .privacy_list dd {
	margin-bottom: 2em;
	font-size: 13px;
	line-height: 200%;
}


#staff .staff {
	margin-bottom: 75px;
}
#staff .staff header {
	display: block;
	width: 100%;
	height: 300px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#staff .staff header .photo {
	width: 50%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 0 0 5px;
	background-color: #DEE2E8;
}

#staff .staff header .text {
	box-sizing:border-box;
	width: 50%;
	height: 300px;
	border-radius: 0 5px 5px 0;
	background-color: #ebedf1;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 40px;
	position: relative;
}
#staff .staff header .text .catch {
	font-family: "リュウミン R-KL";
	font-size: 26px;
	line-height: 200%;
	color: #00214b;
	margin-bottom: 25px;
}
#staff .staff header .text .name {
	font-size: 20px;
	line-height: 20px;
	color: #00214b;
	position: absolute;
	left: 40px;
	bottom: 30px;
}
#staff .staff header .text .name em {
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
}
#staff .staff .profile {
	font-size: 14px;
	line-height: 180%;
	color: #00214b;
	margin-bottom: 25px;
	padding-right: 45px;
	padding-left: 45px;
}
#staff .staff .message {
	font-size: 14px;
	line-height: 240%;
	padding-right: 45px;
	padding-left: 45px;
}
#staff .staff .message .more_btn {
	display:none;
}

#child .content header {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:flex-end;
	align-items:flex-end;
	margin-bottom:75px;
}
#child .content .child_tti_01 {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 44px;
	line-height: 160%;
	font-weight: normal;
	color: #00214b;
	letter-spacing:0;
}

#child #content01 header .child_tti_01 {
	margin-bottom:30px;
}

#child #content01 header .img {
	width: 320px;
	height: 192px;
	text-align: left;
}
#child #content01 header .img img {
	width: auto;
	height: 100%;
}

#child #content01 .child_img1 {
	width: 100%;
	background-color: #fbcd23;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 40px;
	margin-bottom:100px;
}
#child #content01 .child_img1 .child_img1_text {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 100px;
	line-height: 130%;
	font-weight: normal;
	color: #00214b;
	letter-spacing:0;
	margin-left:72px;
	margin-bottom:20px;
}
#child #content01 .child_img1 img {
	width:100%;
	height:auto;
}

#child #content02 header .img {
	width: 210px;
	height: 185px;
	text-align: left;
}
#child #content02 header .img img {
	width: auto;
	height: 100%;
}
#child #content02 .child_img2 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom:50px;
}
#child #content02 .child_img2 img {
	width:100%;
	height:auto;
}
#child #content02 .child_text_2 {
	font-size: 17px;
	line-height: 200%;
	margin-bottom:80px;

}
#child #content03 .child_img3 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom:80px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#child #content03 .child_img3 li {
	width: 390px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

#child #content03 .child_copy {
	width: 100%;
	box-sizing: border-box;
	margin-bottom:65px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#child #content03 .child_copy li {
	width: 252px;
	height: 252px;
	border-radius: 126px;
	background-color: #e0f5ef;
	text-align: center;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 38px;
	line-height: 130%;
	font-weight: normal;
}
#child #content03 .child_copy li:nth-of-type(1) {
	background-color: #e0f5ef;
}
#child #content03 .child_copy li:nth-of-type(2) {
	background-color: #e3f3ff;
}
#child #content03 .child_copy li:nth-of-type(3) {
	background-color: #ffeaed;
}
#child .child_body h4 {
	font-size: 21px;
	line-height: 150%;
	font-weight: bold;
}
#child .child_body p {
	font-size: 16px;
	line-height: 190%;
	margin-bottom:2em;
}


	
#dry_head_spa .ttl_02 {
	color: #003b87;
}
#dry_head_spa .ttl_02 em {
	color: #003b87;
}
#dry_head_spa .content {
	margin-bottom:75px;
}

#dry_head_spa .content header {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:flex-end;
	align-items:flex-end;
	margin-bottom:55px;
	padding-top:35px;
}
#dry_head_spa .content .child_tti_01 {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 44px;
	line-height: 160%;
	font-weight: normal;
	color: #003b87;
	letter-spacing:0;
}
#dry_head_spa #content01 {
	margin-bottom: 50px;
}
#dry_head_spa #content01 .child_img1 {
	width: 100%;
	height:540px;
	box-sizing: border-box;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#dry_head_spa #content01 .child_img1_sp {
	display:none;
}
#dry_head_spa .content  .text_001 {
	font-size: 17px;
	line-height: 200%;
	margin-bottom:80px;

}
#dry_head_spa .content  .child_img2 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom:50px;
	line-height:0;
}
#dry_head_spa .content .child_img2 img {
	width:100%;
	height:auto;
}
#dry_head_spa .content .yoyaku_btn {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	display: block;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 110px;
	color: #013a87;
	font-size: 30px;
	font-weight: normal;
	border: 1px solid #013a87;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/img/btn_arrow_01.svg);
	background-size:121px 32px;
	text-decoration: none;
	padding-bottom:1px;
}
#dry_head_spa .content .yoyaku_btn:hover {
	background-color:#FFFAC4;
}
#dry_head_spa .yoyaku_tel {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	display: block;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	color: #013a87;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom:10px;
         position:relative;
         top:-10px;
}
#dry_head_spa .yoyaku_tel a{
	color: #013a87;
          text-decoration:none;
}
#dry_head_spa #spa_osusume {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-content:flex-end;
	align-items:flex-end;
}
#dry_head_spa #spa_osusume .body {
	width:490px;
}

#dry_head_spa #spa_osusume .body h3 {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 28px;
	line-height: 160%;
	font-weight: normal;
	color: #003b87;
	margin-bottom:22px;
}
#dry_head_spa #spa_osusume .body ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 22px;
	line-height: 160%;
	font-weight: normal;
	color: #003b87;
	margin-bottom:25px;
}
#dry_head_spa #spa_osusume .body ul li {
	margin-bottom:14px;
}




#dry_head_spa #spa_osusume .img {
	width:300px;
	padding-bottom:15px;
}
#dry_head_spa #spa_osusume .img img {
	width:100%;
	height:auto;
}


#dry_head_spa #spa_price {
}
#dry_head_spa #spa_price .ttl {
	box-sizing: border-box;
	width: 100%;
	background-color: #ebedec;
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: normal;
	color: #003b87;
	padding-left: 1em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
#dry_head_spa #spa_price .price_bloc {
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 0.05em;
	border: 2px solid #ebedec;
	margin-top:60px;
	border-radius:5px;
}
#dry_head_spa #spa_price .price_bloc:first-child {
	margin-top:0;
}
#dry_head_spa #spa_price .price_bloc dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 22px;
	line-height: 150%;
	font-weight: normal;
	color: #003b87;
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
}
#dry_head_spa #spa_price .price_bloc dl dt {
	box-sizing:border-box;
	width: 550px;
	width: calc(100% - 260px);
	padding-top: 0.45em;
	padding-bottom: 0.45em;
	padding-right:0px;
	padding-left: 1.4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebedec;
}
#dry_head_spa #spa_price .price_bloc dl dd {
	box-sizing:border-box;
	width: 260px;
	text-align:right;
	padding-top: 0.45em;
	padding-bottom: 0.45em;
	padding-right:1.4em;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebedec;
}
#dry_head_spa #spa_price .price_bloc em {
	color: #ffee3a;
	font-style: normal;
}
dl.notes_01 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	line-height: 140%;
	font-weight: normal;
	color: #003b87;
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
	margin-top:25px;
	margin-bottom:40px;
}
dl.notes_01 dt {
	box-sizing: border-box;
	width: 140px;
	font-size: 23px;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	text-align:center;
	background-color: #fcef60;
	border-radius:5px;
}
dl.notes_01 dd {
	box-sizing:border-box;
	width: calc(100% - 260px);
	font-size: 25px;
	display:flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	padding-left:0.7em;
}


#dry_head_spa img.wp-image-2634{
          display:inline;
}
#dry_head_spa img.wp-image-2769{
          display:none;
}



#contact .contents .msg {
	text-align: center;
	font-size: 14px;
	margin-bottom: 70px;
	color:#00214b;
	padding-top:20px;
}
#contact .contents .form {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#contact .contents .form dl .hidden {
	display: none;
}
#contact .contents .form form dl dt {
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 32px;
	color:#00214b;
	font-size:12px;
}

#contact .contents .form form dl dd {

}
#contact .contents .form form dl dd span.label {
	display:none;
}
#contact .contents .form dl dd input {
	box-sizing: border-box;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #dddddd;
	width: 100%;
	font-size: 16px;
	padding: 5px;
}
#contact .contents .form dl dd textarea {
	box-sizing: border-box;
	width: 100%;
	height:12em;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	padding: 10px;
	border: 2px solid #dddddd;
	margin-top:5px;
}

#contact .contents .form dl dd select {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #bebebe;
	padding: 10px;
}
#contact .contents .form dl dd select option {
	font-size:16px;
}
#contact .contents .form dl dd select option:hover{
  background-color:#11ae82 !important;
  color:#FFF;
}


#contact .contents .form .sup {
	font-size: 12px;
	margin-top: 1em;
	line-height:160%;
}
#contact .contents .form form .btn {
	margin-top: 65px;
	text-align: center;
}
#contact .contents .form form .btn input {
	color: #FFF;
	background-color: #00214b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95%;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	font-family: 'Roboto',"ナウ-GM","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:2px;
}


#contact .contents .form input[type="text"],
#contact .contents .form input[type="button"],
#contact .contents .form input[type="email"],
#contact .contents .form input[type="submit"],
#contact .contents .form textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


#blog_contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#blog_index {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#blog_index .item {
	width: 250px;
	margin-bottom: 45px;
	color: #00204a;
	transition:0.4s;
	cursor:pointer;
}
#blog_index .item:hover {
	opacity:0.7;
}

#blog_index .item .thumb {
	width: 100%;
	height:150px;
	background-color: #6c6c6c;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:5px;
	background-size:cover;
}
#blog_index .date {
	font-size:11px;
}
#blog_index .subject {
	font-size:12px;
}
#blog_index .subject a,
#blog_index .subject a:hover {
	color: #00204a;
	text-decoration:none;
}


#news_index {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#news_index .item {
	width: 100%;
	margin-bottom: 28px;
	color: #00204a;
	padding-bottom: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e8ec;
}

#news_index .date {
	font-size:12px;
}
#news_index .subject {
	font-size:16px;
}
#news_index .subject a,
#news_index .subject a:hover {
	color: #00204a;
	text-decoration:none;
}

#blog_sidebar {
	position: fixed;
	width:800px;
	top: 400px;
	height:0;
	overflow:visible;
}
::-webkit-full-page-media, :future, :root #blog_sidebar{
	top: 500px;
}
#blog_sidebar .category {
	float:right;
	position: relative;
	width:200px;
	margin-right:-400px;
	color: #01224b;
}
#blog_sidebar .category .widgettitle {
	font-size:16px;
	margin-bottom:20px;
}
#blog_sidebar .category ul li {
	font-size:14px;
	margin-bottom:10px;
}
#blog_sidebar .category ul li a {
	text-decoration:underline;
	color: #01224b;
}
#blog_sidebar .category ul li a:hover {
	opacity:0.6;
}

.blog_title {
	font-size: 20px;
	line-height: 150%;
	color: #00234d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00234d;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.blog_title a {
	color: #00234d;
	text-decoration:none;
}
.blog_date {
	font-size: 12px;
	line-height: 150%;
	color: #00234d;
	margin-bottom: 30px;
	padding-right: 2px;
	padding-left: 2px;
}
.blog_body {
	width: 700px;
	position: relative;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
}
.blog_body p {
	font-size: 14px;
	line-height: 240%;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.retuen_link {
	text-align: right;
	margin-top:40px;
}
.retuen_link a {
	font-size: 14px;
	color: #00234d;
}
.retuen_link a:hover {
	text-decoration: underline;
}

.moreread {
	margin-top:40px;
}
.moreread a {
	height: 34px;
	width: 34px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/more_btn02.svg);
	text-indent: -9999em;
}


.pagination {
	width:100%;
	margin-top:40px;
	
}
.pagination ul {
	width: 100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.pagination li {
	height: 30px;
	width: 30px;
	margin: 0px;
}
.pagination li a {
	font-size:13px;
	box-sizing: border-box;
	height: 28px;
	width: 28px;
	border: 1px solid #FFF;
	display: block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	color: #00204a;
}
.pagination li a:hover {
	background-color: #00204a;
	color:#FFF;
}
.pagination li span {
	font-size:13px;
	box-sizing: border-box;
	height: 28px;
	width: 28px;
	border: 1px solid #FFF;
	display: block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	color: #00204a;
	background-color: #eaedf0;
}

.alignleft {
	float: left;
	margin-right: 1.5em !important;
	margin-bottom: 1em !important;
}
.alignright {
	float: right;
	margin-left: 1.5em !important;
	margin-bottom: 1em !important;
}
.aligncenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom: 1em !important;
}


#page_top {
	position: fixed;
	bottom: 50px;
	right: 35px;
	background: url(../img/pagetop.svg) no-repeat center center;
	background-size: contain;
	height: 53px;
	width: 53px;
	box-sizing: border-box;
	z-index: 99;
	transition: 0.4s;
	text-indent: -9999px !important;
	overflow: hidden;
	cursor:pointer;
}
#page_top a {
	height: 53px;
	width: 53px;
	text-indent: -9999px !important;
	display:block;
}
#page_top:hover {
	opacity:0.7;
}


#monitor_btn {
	position: fixed;
	bottom: 50px;
	right: 130px;
	background: url(../img/monitor_pc.svg) no-repeat center center;
	height: 148px;
	width: 148px;
	border-radius:74px;
	box-sizing: border-box;
	z-index: 99;
	transition: 0.4s;
	text-indent: -9999px !important;
	overflow: hidden;
	cursor:pointer;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}
#monitor_btn a {
	height: 148px;
	width: 148px;
	text-indent: -9999px !important;
	display:block;
	border-radius:74px;
}
#monitor_btn:hover {
	opacity:0.7;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 480px) {
	
.-----MOBILE_ONLY_CSS_START----- {}



body {
	font-size: 13px;
	line-height: 170%;
	width: 375px;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-style: normal;
}

img {
	max-width:360px;
	height:auto;
}
br.pc_nowrap {
	display: inline;
}
br.mobile_nowrap {
	display: none;
}

.mobile_only {
	display:block;
}
.pc_only {
	display: none;
}

.pagination li {
	height: 50px;
	width: 50px;
	margin: 1px;
}
.pagination li a {
	font-size:22px;
	height: 48px;
	width: 48px;
	line-height: 48px;
}
.pagination li span {
	height: 48px;
	width: 48px;
	line-height: 48px;
}

#wrapper {
	width: 375px;
	min-width: 375px;
	overflow: hidden;
	position: relative;
}
#header {
	background-color: #FFF;	
	position: fixed;
	height: 900px;
	width: 375px;
	top:0px;
	left:0px;
	z-index: 100;
	display:none;
}

#header .wrapper0 {
	width: 100%;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	overflow-y: scroll;
	position: relative;
}
#header .wrapper {
	width: 375px;
	height: 700px;
}
#header .wrapper .logo {
	position: absolute;
	top: 13px;
	right: 18px;
	height: 26px;
	width: 162px;
}
#header .wrapper .logo a {
	background-image: url(../img/logo_h_b.svg);
	height: 26px;
	width: 162px;
}

#g_nav_open_btn {
	top: 0px;
	left: 0px;
	height: 64px;
	width: 64px;
	position: fixed;
	display: none;
	overflow: hidden;
	text-indent: -9999px;
	transition: 0.2s !important;
	z-index: 500;
	cursor:pointer;
	transform:scale(0.8,0.8);
}
#g_nav_open_btn div {
	width: 34px;
	height: 2px;
	display: block;
	background-color: #a6b1c0;
	position: absolute;
	transition:0.5s;
	left: 15px;
	top: 30px;
}
#g_nav_open_btn div:nth-child(1) {
	top: 15px;
	transition:0.3s;
}
#g_nav_open_btn div:nth-child(4) {
	top: 45px;
	transition:0.3s;
}
#g_nav_open_btn.on div:nth-child(1),
#g_nav_open_btn.on div:nth-child(4) {
	opacity:0;
	top: 30px;
}
#g_nav_open_btn.on div:nth-child(2) {
	transform:rotate(45deg);
	background-color: #a6b1c0;
}
#g_nav_open_btn.on div:nth-child(3) {
	transform:rotate(-45deg);
	background-color: #a6b1c0;
}

#g_nav {
	top: 76px;
	left: 60px;
}

#g_nav ul li a {
	color: #00214b;
	text-decoration: none;
	transition:0.4s;
}
#g_nav ul li a:hover {
	text-decoration: none;
	opacity:0.6;
	
}
#g_nav ul.main {
	font-family: "リュウミン R-KL";
	font-size: 18px;
	line-height:110%;
}
#g_nav ul.main li {
	margin-bottom:24px;
}
#g_nav ul.main li:nth-child(1) {
	letter-spacing:2px;
}
#g_nav ul.main li:nth-child(2) {
	letter-spacing:3px;
}
#g_nav ul.main li:nth-child(3) {
	letter-spacing:3px;
}
#g_nav ul.main li:nth-child(4) {
	letter-spacing:-2px;
}
#g_nav ul.main li:nth-child(5) {
	letter-spacing:-2px;
}
#g_nav ul.sub {
	padding-top:18px;
	font-size: 13px;
	line-height:110%;
}
#g_nav ul.sub li {
	margin-bottom:23px;
	letter-spacing:3px;
}
#s_nav {
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 520px;
}
#s_nav .banner_dry_head_spa {

}
#s_nav .banner_dry_head_spa a {
	transition: none;
}
#s_nav ul.yoyaku {

}
#s_nav ul.yoyaku li {
	margin-bottom:10px;
}
#s_nav ul.yoyaku li a {
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s;
	background-color: #00214b;
	text-align: center;
	display: block;
	line-height: 50px;
	width: 100%;
	font-size: 13px;
	border-radius:4px;
}
#s_nav ul.yoyaku li a:hover {
	text-decoration: none;
	opacity:0.7;
	
}
#s_nav ul.sns {
	box-sizing:border-box;
	padding-top: 14px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
#s_nav ul.sns li {
	width:24px;
}
#s_nav ul.sns li a {
	width: 24px;
	height: 24px;
	background-size:contain;
}
#s_nav ul.sns li.insta a {
	background-image: url(../img/icon_insta.svg);
}
#s_nav ul.sns li.line a {
	background-image: url(../img/icon_line.svg);
}
#s_nav ul.sns li.fb a {
	background-image: url(../img/icon_fb.svg);
}
#s_nav ul.sns li.yt a {
	background-image: url(../img/icon_yt.svg);
}
#s_nav ul.sns li a:hover {
	opacity:0.7;
	
}

#logo_jp {
	position: absolute;
	width: 100%;
}
#logo_jp .wrapper {
	position: absolute;
	top: 13px;
	right: 18px;
	height: 26px;
	width: 162px;
}
#logo_jp a {
	background-image: url(../img/logo_h_b.svg);
	height: 26px;
	width: 162px;
	top: 0;
}

#logo_en {
	position: fixed;
	left: 0px;
	top: 280px;
	opacity: 0;
	transition: 1s;
	z-index: 50;
}
#logo_en img {
	width:24px;
	height:auto;
}
#logo_en.on {
	left: 10px;
	opacity:1;
}
#tab {
	position:fixed;
	left: -30px;
	top: 670px;
	width: 48px;
	opacity:0;
	transition:1s;
	z-index: 50;
}
#tab ul li a {
	height: 75px;
	font-size: 10px;
	line-height: 150%;
}
#tab ul li a:hover {
	opacity:0.7;
}
#tab ul li:nth-child(1) a {
	color: #00214b;
}
#tab ul li:nth-child(2) a {
	color: #FFF;
}


.main_contents {
	box-sizing: border-box;
	width: 375px;
	position: relative;
	overflow: hidden;
}

#page_top {
	display:none;
}

#footer_contact {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left:40px;
}

#footer_contact .logo {
	width: 245px;
	margin-bottom:15px;
}
#footer_contact .text {
	font-size: 13px;
}
#footer_contact a{
	text-decoration: none;
}

#footer {
	width: 100%;
	background-color: #00214b;
	position: relative;
	z-index: 1;
	color: #FFF;
	padding-bottom:50px;
}
#footer a {
	color: #FFF;
	text-decoration: none;	
}
#footer .wrapper {
	text-align: left;
	padding-top: 55px;
	padding-bottom: 20px;
	font-size: 12px;
	margin-left: 65px;
}
#footer .wrapper .catch {
	font-size: 22px;
	line-height:130%;
	margin-bottom:17px;
	padding-left: 0;
}
#footer .wrapper .lead {
	line-height:200%;
	margin-bottom:50px;
}
#footer .wrapper .f_nav {
	width:100%;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
#footer .wrapper .f_nav li {
	margin-bottom: 40px;
	line-height: 130%;
	padding-right: 2em;
	padding-left: 0;
	letter-spacing:0;
}
#footer .wrapper .f_nav li:nth-child(4) {
	padding-right: 1;
}
#footer .wrapper .f_nav li:nth-child(9) {
	padding-right: 0;
}
#footer .wrapper .f_nav li.br_1 {
	display:none;
}
#footer .wrapper .f_nav li.br_2 {
	display:none;
}


#footer .wrapper .sns {
	justify-content: flex-start;
	margin-bottom:45px;
	padding-top:0;
	padding-left:5px;
}
#footer .wrapper .sns li {
	margin-right: 45px;
	margin-left: 0;
}
#footer .wrapper .sns li a {

}
#footer .wrapper .sns li.insta a {
	background-image: url(../img/icon_w_insta.svg);
}
#footer .wrapper .sns li.line a {
	background-image: url(../img/icon_w_line.svg);
}
#footer .wrapper .sns li.fb a {
	background-image: url(../img/icon_w_fb.svg);
}
#footer .wrapper .sns li.yt a {
	background-image: url(../img/icon_w_yt.svg);
}
#footer .wrapper .sns li a:hover {
	opacity:0.7;
	
}
#footer .wrapper .gakkai {
	line-height:160%;
	margin-bottom:25px;
}
#footer .wrapper .name {
	background-image: url(../img/logo_footer_sp.svg);
	background-position: left center;
	height: 41px;
	width: 232px;
	margin-left: 0;
	margin-bottom:25px;
}
#footer .wrapper address {
	line-height:150%;
	display: block;
	margin-bottom:20px;
	font-size:11px;
}
#footer .wrapper .copyright {
	display: block;
	line-height:120%;
	font-size:10px;

}

.special_modal_true #g_nav_open_btn {
	top:55px;
}
.special_modal_true.modal_type_2 #g_nav_open_btn {
	top:0px;
}

.special_modal_true #modal_headline {
	width: 100%;
	box-sizing:border-box;
	padding-left:15px;
	justify-content:flex-start;
	height: 55px;
}
.special_modal_true #modal_headline .link {
	box-sizing: border-box;
	width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-align:left;
}
.special_modal_true #modal_headline_close {
	height: 55px;
	width: 55px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/modal_close_02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	transition:0.4s;
	cursor:pointer;
	z-index: 2;
}


.special_modal_true #modal_content {
	width: 355px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.special_modal_true #modal_content .modal_ttl {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #00214b;
}
.special_modal_true #modal_content .modal_body {
	width: 100%;
	font-size: 13px;
	line-height: 180%;
	overflow-y: auto;
	position: relative;	
}

.special_modal_true #modal_content .close {
	height: 20px;
	width: 20px;
	top: 20px;
	right: 20px;
}

#main_image {
	width: 100%;
	height: 900px;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 0;
	display:none;
}
#fade_img {

}
#main_image .logo {
	width: 100%;
	height: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#main_image .logo .bloc {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	height: 270px;
	width: 95px;
	position: relative;
	background-image: url(../img/main_logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing:border-box;
	padding-top:76px;
}

#main_image .logo .bloc h1 {
	font-size: 11px;
	line-height:11px;
	font-weight: 400;
	letter-spacing: 0.3em;
	position: absolute;
	top: 76px;
	right: 2px;
	white-space: nowrap;
}
#main_image .logo .bloc h2 {
	font-family: "リュウミン R-KL";
	font-size: 26px;
	line-height: 95px;
	letter-spacing: 0.4em;
	font-weight: 400;
	position: absolute;
	top: 76px;
	left: 0;
	white-space: nowrap;
}



#top_contents {
	box-sizing:border-box;
	width: 375px;
	background-color:#FFF;
}
#top_contents .content {
	box-sizing:border-box;
	width: 375px;
	padding-left:48px;
	padding-top:100px;
}
#top_contents .content .ttl_01 {
	font-family: "リュウミン R-KL";
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	background-image: url(../img/emoji_01.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 52px;
	margin-bottom:30px;
	color: #00214b;
	letter-spacing:0px;
}

#top_contents .content .lead {
	font-size: 14.5px;
	line-height: 245%;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;

}
#content01 .photo img {
	width:320px !important;
	height:auto;
}
#content03 .photo img {
	width:320px !important;
	height:auto;
}


.single_contents {
	width: auto;
	margin-right: 25px;
	margin-left: 70px;
	padding-bottom:60px;
	padding-top:75px;
}

.single_contents .ttl_02 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom:25px;
}
.single_contents .ttl_02 em {
	font-size: 9px;
	line-height: 16px;
	letter-spacing:1px;
	margin-left: 14px;
	padding-left: 16px;
	margin-bottom:1px;
}
.single_contents .ttl_03 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom:25px;
}
.single_contents .ttl_03 em {
	font-size: 9px;
	line-height: 16px;
	letter-spacing:1px;
	margin-left: 14px;
	padding-left: 16px;
	margin-bottom:1px;
}

#menu .menu_content_nav {
	width: 275px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#menu .menu_content_nav ul li {
	width: 135px;
	margin-bottom:5px;
}
#menu .menu_content_nav ul li a {
	width: 100%;
	height: 105px;
	font-size: 20px;
}
#menu .menu_content_nav ul li a br {
	display: inline;
}
#menu .content {
	width: 275px;
	padding-top:15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.menu_content_body {
	margin-right:0;
	margin-left:0;
}
.menu_content_body > p {
	font-size:12px;
	line-height:200%;
	margin-bottom:1em;
}
.menu_fee_list {
	font-size:14px;
}
.menu_fee_list li {
	margin-bottom:5px;
}
.menu_fee_list li em {
	font-size: 12px;
}
.menu_fee_list li.menu_link_01 {
	position: static;
	top: auto;
	bottom: 0px;
	right: 0px;
	margin-right: 0px;
	margin-left: auto;
	text-align: right;
	margin-top:40px;
}
.menu_fee_list li.menu_link_01:before {
	content:"";
}
.menu_fee_list li.menu_link_01 a {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	display: inline-block;
}
.menu_fee_list li.menu_link_01 a:hover {
	opacity:0.7;
}


.menu_ttl_01 {
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	margin-bottom:15px;
}

.menu_ttl_02 {
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	font-size: 18px;
	margin-bottom: 15px;
}
.menu_ttl_03 {
	font-size: 14px;
}
.menu_content_body p + .menu_ttl_03 {
	margin-top:15px;
}
.menu_content_body ul + .menu_ttl_03 {
	margin-top:30px;
}


#access #googlemap {
	margin-bottom:40px;
}
#access #googlemap iframe {
	width:100%;
	height:230px;
}
#access #guide {
	padding-right: 0;
	padding-left: 0;
}

#access #guide .text {
	width:100%;
	font-size:12px;
	line-height:200%;
}
#access #guide .text dd {
	margin-bottom:24px;
}
#access #guide .text .sup {
	font-size:10px;
}
#access #guide .map {
	box-sizing:border-box;
	width:100%;
}
#access #guide .map img {
	width:100%;
	height:auto;
}
#access #guide .photo {

	padding-right:0px;
}


#faq .faq_list dt {
	padding-right: 0px;
	padding-left: 30px;
	background-image: url(../img/faq_q.svg);
	background-repeat: no-repeat;
	background-position: 2px 30px;
	font-size: 15px;
	line-height: 200%;
	color: #00214b;
}

#faq .faq_list dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 30px;
	background-image: url(../img/faq_a.svg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-size: 14px;
	line-height: 200%;
}

#privacy .content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}
#privacy .privacy_list {
	width: 100%;
}

#privacy .lead {
	font-size: 13px;
	line-height: 190%;
	color: #00214b;
	margin-bottom:3em;
}
#privacy .privacy_list dt {
	font-size: 13px;
	line-height: 200%;
	color: #00214b;
	margin-bottom:3px;
}

#privacy .privacy_list dt:before {
	transform:scale(1,1);
	padding-right:0;
}

#privacy .privacy_list dd {
	margin-bottom: 2em;
	font-size: 12px;
	line-height: 200%;
}



#staff .staff {
	margin-bottom: 75px;
}
#staff .staff header {
	width: 100%;
	height: auto;
	display: block;
}
#staff .staff header .photo {
	width: 100%;
	height: 210px;
	border-radius:5px 5px 0 0;
}
#staff .staff header .text {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	border-radius: 0 0 5px 5px;
	background-color: #dee2e8;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom:30px;
	position: relative;
}
#staff .staff header .text .catch {
	font-size: 21px;
	line-height: 200%;
}
#staff .staff header .text .catch.line4 {
	font-size: 20px;
	line-height: 170%;
}
#staff .staff header .text .name {
	font-size: 14px;
	line-height: 14px;
	left: 30px;
	bottom: 23px;
}
#staff .staff header .text .name em {
	font-size: 10px;
	line-height: 14px;
}
#staff .staff .profile {
	font-size: 13px;
	line-height: 180%;
	margin-bottom: 25px;
	padding-right: 0;
	padding-left: 0;
}
#staff .staff .message {
	font-size: 13px;
	line-height: 240%;
	padding-right: 0;
	padding-left: 0;
}
#staff .staff .message {
	font-size: 13px;
	line-height: 240%;
	max-height: calc(9.6em + 50px);
	padding-right: 0;
	padding-left: 0;
	transition: 1s;
	overflow: hidden;
	position: relative;
}
#staff .staff .message.on {
	max-height: inherit;
}
#staff .staff .message .more_btn {
	display: block;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/more_btn.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	transition: 0.5s;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#staff .staff .message.on .more_btn {
	opacity:0;
}


#child .content header {
	margin-bottom:20px;
}
#child .content .child_tti_01 {
	font-size: 24px;
	width:100%;
	margin-bottom:10px;
}

#child #content01 header .child_tti_01 {
	margin-bottom:5px;
}

#child #content01 header .img {
	width: 132px;
	height: 100px;
	margin-right: 10px;
	margin-left: auto;
}
#child #content01 .child_img1 {
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom:40px;
}
#child #content01 .child_img1 .child_img1_text {
	font-size: 35px;
	margin-left:23px;
	margin-bottom:8px;
}
#child #content01 .child_img1 img {
	width:100%;
	height:auto;
}

#child #content02 header .img {
	width: 90px;
	height: 90px;
	text-align: left;
	margin-right: 10px;
	margin-left: auto;
}
#child #content02 .child_img2 {
	margin-bottom:30px;
}
#child #content02 .child_text_2 {
	font-size: 14px;
	margin-bottom:40px;

}
#child #content03 .child_img3 {
	margin-bottom:40px;
}
#child #content03 .child_img3 li {
	width: 135px;
	height: 85px;
}

#child #content03 .child_copy {
	margin-bottom:40px;
}
#child #content03 .child_copy li {
	width: 88px;
	height: 88px;
	border-radius: 44px;
	font-size: 16px;
}

#child .child_body h4 {
	font-size: 16px;
}
#child .child_body p {
	font-size: 14px;
}


#dry_head_spa .ttl_02 {
          letter-spacing: -1.5px;
}
#dry_head_spa .ttl_02 em {
         letter-spacing: 0px;
         padding-left:10px !important;
}

#dry_head_spa .content header {
	margin-bottom:20px;
	padding-top:0px;
}
#dry_head_spa .content .child_tti_01 {
	font-size: 24px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:-1px;
}

#dry_head_spa #content01 header .child_tti_01 {
	margin-bottom:5px;
}
#dry_head_spa .content {
	margin-bottom:20px;
}
#dry_head_spa #content01 {
	margin-bottom: 20px;
}
#dry_head_spa #content01 .child_img1 {
	display:none;
}
#dry_head_spa #content01 .child_img1_sp {
	display:block;
	width: 100%;
	height:306px;
	box-sizing: border-box;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#dry_head_spa .content  .text_001 {
	font-size: 14px;
	margin-bottom:40px;

}
#dry_head_spa .content .child_img2 {
	margin-bottom:30px;
}
#dry_head_spa .content .child_img2 img {
	width:100%;
	height:auto;
}
#dry_head_spa .content .yoyaku_btn {
	width: 100%;
	font-size: 14px;
	line-height:55px;
	background-image: url(/img/btn_arrow_01_sp.svg);
	background-size:34px 15px;
	padding-right:10px;
	box-sizing:border-box;

}
#dry_head_spa .yoyaku_tel {
	font-family: "ナウ-GM", 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	display: block;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
	color: #013a87;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom:5px;
          position:relative;
          top:-5px;
}
#dry_head_spa .yoyaku_tel a{
	color: #013a87;
          text-decoration:none;
}


#dry_head_spa #spa_osusume {
	display:block;
}
#dry_head_spa #spa_osusume .body {
	width:100%;
}

#dry_head_spa #spa_osusume .body h3 {
	font-size: 16px;
	margin-bottom:13px;
}
#dry_head_spa #spa_osusume .body ul {
	font-size: 13px;
	margin-bottom:25px;
}
#dry_head_spa #spa_osusume .body ul li {
	margin-bottom:8px;
}




#dry_head_spa #spa_osusume .img {
	width: 100%;
	padding-bottom: 0;
	position: relative;
	text-align:right;
}
#dry_head_spa #spa_osusume .img img {
	width:150px;
	height:auto;
	margin-top:-50px;
}


#dry_head_spa #spa_price .ttl {
	font-size: 16px;
	line-height:130%;
}
#dry_head_spa #spa_price .price_bloc {
	letter-spacing:0;
	margin-top:30px;
}
#dry_head_spa #spa_price .price_bloc dl {
	font-size: 14px;
	line-height: 130%;
}
#dry_head_spa #spa_price .price_bloc dl dt {
	width: 70%;
	padding-left: 1em;
	min-height:3.3em;
	display:flex;
	align-content:center;
	align-items:center;
}
#dry_head_spa #spa_price .price_bloc dl dd {
	width: 30%;
	padding-right: 1em;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:flex-end;
}
dl.notes_01 {
	line-height: 130%;
	margin-top:15px;
	display:block;
	margin-bottom:40px;
}
dl.notes_01 dt {
	width:100px;
	font-size: 14px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
dl.notes_01 dd {
	width: 100%;
	font-size: 14px;
	display:block;
	padding-top: 0.4em;
	padding-bottom: 0;
	padding-left:0;
}


#dry_head_spa img.wp-image-2634{
          display:none;
}
#dry_head_spa img.wp-image-2769{
          display:inline;
}




#contact .contents .msg {
	text-align:left;
	margin-bottom:50px;
	line-height:180%;

}
#contact .contents .form {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}
#contact .contents .form form dl dt {

}
#contact .contents .form form dl dd {

}

#contact .contents .form dl dd input {

}
#contact .contents .form dl dd textarea {

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


#contact .contents .form .sup {
	font-size:9px;
}
#contact .contents .form form .btn {
	text-align: center;
	margin-top: 35px;
}
#contact .contents .form form .btn input {
	width: 100%;
}


#blog_contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#blog_contents img {
	max-width: 100%;
	height:auto;
}
#blog_index {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#blog_index .item {
	width: 250px;
	margin-bottom: 45px;
	color: #01224b;
	transition:0.4s;
	cursor:pointer;
}
#blog_index .item:hover {
	opacity:0.7;
}

#blog_index .item .thumb {
	width: 100%;
	height:150px;
	background-color: #6c6c6c;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:5px;
}
#blog_index .date {
	font-size:11px;
}
#blog_index .subject {
	font-size:12px;
}
#blog_index .subject a,
#blog_index .subject a:hover {
	color: #01224b;
	text-decoration:none;
}

#blog_sidebar {
	position: static;
	width:100%;
	height: auto;
	overflow:visible;
	margin-top:40px;
}
#blog_sidebar .category {
	float: none;
	position: relative;
	width:100%;
	margin-right:0;
	color: #01224b;
}
#blog_sidebar .category .widgettitle {
	font-size:16px;
	margin-bottom:20px;
}
#blog_sidebar .category ul li {
	font-size:14px;
	margin-bottom:10px;
}
#blog_sidebar .category ul li a {
	text-decoration:underline;
	color: #01224b;
}
#blog_sidebar .category ul li a:hover {
	opacity:0.6;
}



.blog_title {
	font-size: 20px;
	line-height: 150%;
	color: #00234d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00234d;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.blog_title a {
	color: #00234d;
	text-decoration:none;
}
.blog_date {
	font-size: 12px;
	line-height: 150%;
	color: #00234d;
	margin-bottom: 30px;
	padding-right: 2px;
	padding-left: 2px;
}
.blog_body {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
}
.blog_body p {
	font-size: 14px;
	line-height: 240%;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.retuen_link {
	text-align: right;
	margin-top:40px;
}
.retuen_link a {
	font-size: 14px;
	color: #00234d;
}
.retuen_link a:hover {
	text-decoration: underline;
}


#page_top {
	display:none;
}

#monitor_btn {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-size: contain;
	height: 41px;
	width: 100%;
	border-radius: 0;
	transition: none;
	box-shadow: none;
	background-image: url(../img/monitor_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#monitor_btn a {
	height: 41px;
	width: 375px;
	text-indent: -9999px !important;
	display:block;
	border-radius:0;
}
#monitor_btn:hover {
	opacity:0.7;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}
