@charset "utf-8";
/*
 :title "common stylesheet";
 :shortdesc "Common stylesheet for HTML pages of this site";
*/

/*btn_contactGoogleフォント*/
@import url(../fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ------------------------------------------------------------------------- */
/* clear
/* ------------------------------------------------------------------------- */
/* 要素のフォントサイズやマージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* Hides from IE Mac \*/
* html .floatcontainer {
	height: 1%;
}

.floatcontainer {
	display: block;
}

/* End Hack */

/* ベースフォントサイズ */
html {
	font-size: 62.5%;
	/* 10px */
}

/* SP*/
@media only screen and (max-width: 768px) {
	html {
		/*		font-size: 50%; /* 8px */
		font-size: 56.25%;
		/* 9px */
	}
}

/*行の高さをフォントサイズと同じにしています*/
body {
	line-height: 1;
	background-color: #131F39;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
	list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
	quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	color: #ffffff;
	text-decoration: none;
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
	-webkit-backface-visibility: hidden;
	/* Chromeの画像ぼやけ対策（暫定）*/
	max-width: 100%;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	a,
	a img {
		transition: 0.3s;
	}

	a:hover img {
		opacity: 0.7;
	}
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
/* MTでは下線ボタン */
ins {
	text-decoration: underline;
}

/* テキストに打ち消し線が付くようにしています */
del {
	text-decoration: line-through;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています */
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* 隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 水平罫線のデフォルトである立体的な罫線を見えなくしています */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/* 縦方向の揃え位置を中央揃えに指定しています */
/* iOSなどのプラットフォーム独自の装飾仕様をクリア */
input,
textarea,
select {
	vertical-align: middle;
	-webkit-appearance: none;
}

/* 要素のフォントスタイルをリセットしています*/
dl {
	font-style: normal;
}

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

* {
	padding: 0px;
	margin: 0px;
}


/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */
/*
div{
	border: 1px dotted red;
}
*/

body {
	text-align: center;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
	/* font-weight: 500; */
	min-width: 1100px;
	opacity: 0;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
}

/* 共通パーツ
/* ------------------------------------------------------------------------- */

/* ロゴ */
.logo a {
	display: block;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}


/* SNSボタン */
.sns p {
	margin: 0 5px;
	width: 36px;
	height: 36px;
	display: inline-block;
}

.sns a {
	width: 36px;
	height: 36px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px;
	text-indent: -9999px;
}

.sns a.facebook {
	background-image: url(../image/btn_fb.png);
}

.sns a.instagram {
	background-image: url(../image/btn_insta.png);
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.sns a:hover {
		opacity: 0.7 !important;
	}
}


/* 電話お問い合わせ、WEB予約 */
.btn_tel,
.btn_reservation {
	display: block;
	padding-left: 30px;
	/* background-color: #e8eae9; */
	background-color: #5C74B0;
	background-image: url(../image/icon_tel.png);
	background-position: calc(50% - 4.5em) center;
	background-repeat: no-repeat;
	background-size: 26px auto;
	font-size: 1.8rem;
	/* color: #00a469; */
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	/* cursor: pointer; */
}

.btn_tel span {
	display: block;
	width: 100%;
}

.btn_reservation {
	/* background-color: #00a469; */
	background-color: #b65369;
	background-image: url(../image/icon_reservation.png);
	background-position: calc(50% - 3em) center;
	color: #ffffff;
}

/*
a.btn_tel:before,
a.btn_reservation:before{
	content: "";
	display: block;
	width: 30px;
	height: 26px;
}
*/

/* サイトマップリンク（ヘッダ、フッタ） */

.menu ul li {
	padding-bottom: 2px;
}

.menu ul li a {
	/* font-size: 1.6rem; */
	font-size: 1.8rem;
	font-weight: 700;
	padding: 5px 0 1px;
	margin-bottom: 4px;
	width: auto;
	display: inline-block;
	position: relative;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #00a469;
	transition: 0.4s;
	/* text-decoration: underline; */
	/* transform: scaleX(0); */
}

/*グローバルメニュー 開閉*/
#global_menu .menu .global_menu_category {
	/* color: #00a469; */
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 5px 0 1px;
	margin-right: 10px;
	margin: 7px 20px 7px 0px;
	width: auto;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.menu .global_menu_category:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #00a469;
	opacity: 1;
	transition: 0.4s;
}

.menu .global_menu_category.active:after {
	width: 100%;
}

.menu {
	background-color: #131F39;
}

/*グローバルメニュー 開閉 矢印*/
.menu .global_menu_category .this-arrow {
	content: "";
	position: relative;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../image/img_menu_arrow.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 15px;
	transition: 0.4s;
}

.menu .global_menu_category.active .this-arrow {
	transform: rotate(90deg);
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.menu ul li a:hover:after {
		/* transform: scaleX(1); */
		width: 100%;
	}

	.menu .global_menu_category:hover {
		opacity: 0.7;
	}

	.menu .global_menu_category:hover:after {
		width: 100%;
	}
}

/* ※現在のLP位置を示す緑色の下線
/* ------------------------------------------------------------------------- */
/* body[class^="index"] .menu ul li.index a:after,
body[class^="info"] .menu ul li.info a:after,
body[class^="about"] .menu ul li.about a:after,
body[class^="treatment"] .menu ul li.treatment a:after,
body[class^="sas"] .menu ul li.sas a:after,
body[class^="dizziness"] .menu ul li.dizziness a:after,
body[class^="dropScreen"] .menu ul li.dropScreen a:after,
body[class^="facility"] .menu ul li.facility a:after,
body[class^="ct"] .menu ul li.ct a:after,
body[class^="staff"] .menu ul li.staff a:after,
body[class^="faq"] .menu ul li.faq a:after,
body[class^="access"] .menu ul li.access a:after */
	{
	/* transform: scaleX(1); */
	width: 100%;
}

/* ※現在のLP位置を示す緑色の下線 END */

/* header
/* ------------------------------------------------------------------------- */
header {
	width: 100%;
	overflow: hidden;
	text-align: left;
	/* position: relative; */
	z-index: 3;
	/* z-index: 20; */
}

header #header {
	margin: auto;
	position: absolute;
	/*
	position: fixed;
	top: 0;
*/
	width: 100%;
	padding: 5px 10px;
	z-index: 9999;
}

header #header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);

}

header #header .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 0px;
}

header #header>.logo a {
	width: 360px;
	height: 70px;
	padding-top: 10px;
	display: block;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	header #header {
		min-width: 1100px;
	}

	header #header>.logo a:hover {
		opacity: 0.7;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	header #header {
		padding-top: 5px;
		padding-bottom: 0px;
		z-index: 9999;
		transition: 0.4s;
	}

	header #header.fixed {
		height: 65px;
	}

	header #header .inner {
		width: 100%;
	}

	header #header>.logo a {
		width: calc(300px - 80px);
		height: 60px;
	}
}


/* header menu
/* ------------------------------------------------------------------------- */

#header>.sns,
#header>.btn_contact,
.btn_hamburger a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: auto;
}

#header>.sns {
	width: 110px;
	right: calc(80px + 510px);
}

#header>.sns p {
	/* margin: 20px 5px; */
	margin: 20px 30px;
}

#header>.btn_contact {
	width: 510px;
	right: 80px;
	background-color: #fff;
}

#header>.btn_contact p {
	float: right;
}

#header>.btn_contact .btn_tel,
#header>.btn_contact .btn_reservation {
	width: 255px;
	height: 80px;
	line-height: 80px;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	#header>.sns,
	#header>.btn_contact {
		display: none;
	}
}


/* global_menu
/* ------------------------------------------------------------------------- */

.btn_hamburger {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	z-index: 1000;
	background-color: #fff;
}

#bgr_btn {
	position: relative;
	width: 80px;
	height: 80px;
	float: right;
	/* background-color: #F86A2C; */
	background-color: #131F39;
	cursor: pointer;
}

#bgr_btn::after {
	content: 'MENU';
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.0rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

#bgr_btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#bgr_btn span {
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	height: 3px;
	margin: auto;
	background-color: #fff;
	border-radius: 0px;
}

#bgr_btn span:nth-of-type(1) {
	top: 15px;
}

#bgr_btn span:nth-of-type(2) {
	top: 30px;
}

#bgr_btn span:nth-of-type(3) {
	top: 45px;
}

#bgr_btn.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

#bgr_btn.active span:nth-of-type(2) {
	opacity: 0;
}

#bgr_btn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

#global_menu {
	display: none;
}

#global_menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	min-height: 100%;
	background-color: rgba(255, 255, 255, 1.0);
	/* height: 100vh; */
	height: 80vh;
	z-index: 900;
	font-size: 1.4rem;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
}

#global_menu .logo a {
	width: calc(300px - 80px);
	height: 60px;
	display: block;
	padding: 0 10px 0;
	margin: 5px auto 0 10px;
}

#global_menu .menu ul {
	padding: 0px 0px 0px 20px;
}

#global_menu .menu>ul>li a {
	margin: 7px 0px;
}

#header #global_menu>.sns {
	width: 100%;
	padding: 0 20px;
	height: 80px;
}

#header #global_menu>.sns a {
	margin: 20px 5px;
}

#header #global_menu>.btn_contact .btn_tel,
#header #global_menu>.btn_contact .btn_reservation {
	width: 100%;
	height: 60px;
	padding-left: 70px;
	line-height: 60px;
	text-align: left;
	background-position: 30px center;
}

#global_menu .global_menu_category {
	color: #00a469;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 0 1px;
	margin-bottom: 4px;
	width: auto;
	display: inline-block;
	position: relative;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	.btn_hamburger {
		width: 65px;
	}

	#global_menu {
		width: 100%;
	}

	#bgr_btn {
		position: relative;
		width: 65px;
		height: 65px;
	}

	#bgr_btn span:nth-of-type(1) {
		top: 12px;
	}

	#bgr_btn span:nth-of-type(2) {
		top: 24px;
	}

	#bgr_btn span:nth-of-type(3) {
		top: 36px;
	}

	#bgr_btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}

	#bgr_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#bgr_btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}

	#global_menu .btn_contact {
		/* padding-bottom: 60px; */
	}
}


/* breadline
/* ------------------------------------------------------------------------- */

#breadline {
	width: 100%;
	/* background-color: #00a469; */
	background-color: #EB668B;
}

#breadline ul {
	margin: auto;
	padding: 5px 0;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}

#breadline ul li {
	display: inline;
}

#breadline ul li:after {
	content: "＞";
	margin: 0 10px;
}

#breadline ul li:last-child:after {
	content: none;
}

#breadline ul li a {
	color: #fff;
}


/* PCのみ --------------------------- */

@media all and (min-width: 769px) {
	#breadline {
		margin-bottom: 50px;
	}

	#breadline ul {
		width: 1100px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#breadline ul {
		width: 100%;
		padding: 5px 10px;
	}
}


/* footer
/* ------------------------------------------------------------------------- */
footer {
	clear: both;
	font-size: 1.6rem;
	/* padding-top: 160px; */
	padding-top: 100px;
	position: relative;
	z-index: 2;
}

footer section {
	clear: both;
	overflow: hidden;
}

footer .inner {
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	/* background-color: #F8A1A2; */
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	footer .inner {
		width: 1100px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	footer {
		/* padding-top: 180px;
		background-image: url(../image/logo.png); */
		background-repeat: no-repeat;
		background-position: center 120px;
		background-size: 250px auto;
	}

	footer .inner {
		width: 100%;
	}

}


/* 地図と診療案内（footer）
/* --------------------------------------------------------------- */

#footer_about h2 {
	font-size: 2.4rem;
	margin: 0;
	padding: 0;
}

#footer_about p {
	margin-bottom: 1em;
	font-size: 1.4rem;
}

#footer_about .reception_hours {
	margin: 10px 0 15px;
}

#footer_about img.map {
	padding-top: 30px;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#footer_about .left_block {
		width: 410px;
		display: block;
		float: left;
		vertical-align: top;
		margin-right: 50px;
	}

	#footer_about .right_block {
		width: 610px;
		display: block;
		float: right;
		vertical-align: top;
	}

	#footer_about .access {
		margin-top: 2em;
	}

	#footer_about .access li {
		display: inline-block;
		vertical-align: top;
	}

	#footer_about .access .basic_btn {
		width: 190px;
		margin: 5px 0;
	}

	#footer_about .access li:first-child {
		width: calc(100% - 200px);
	}

	#footer_about img.map_desc {
		width: 80%;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#footer_about {
		/* padding-bottom: 150px; */
		/* padding-bottom: 80px; */
		position: relative;
	}

	#footer_about .left_block,
	#footer_about .right_block {
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

	#footer_about .right_block p {
		text-align: left;
	}

	#footer_about img.map {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	#footer_about img.map_desc {
		width: 90%;
		max-width: 440px;
	}

	#footer_about .access {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 10px;
	}

	#footer_about .access li {
		display: block;
		font-size: 1.2rem;
		text-align: center;
	}

	#footer_about .access .basic_btn {
		width: 100%;
		margin: 5px 0px;
	}

	#footer_about .access li:first-child {
		width: 100%;
	}
}


/* お問い合わせ（footer）
/* --------------------------------------------------------------- */
fotter>div {
	overflow: hidden;
}

#footer_contact {
	height: 260px;
	margin-top: 80px;
	margin-bottom: 100px;
	background: url(../image/bg_contact.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-weight: 700;
}

#footer_contact h2 {
	color: #fff;
	/* font-size: 2.4rem; */
	font-size: 2.8rem;
	/* margin-bottom: 1em; */
	margin-bottom: 0.7em;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#footer_contact .tel {
	font-size: 2.4rem;
	margin-right: 1em;
}

#footer_contact .tel span {
	padding-left: 0.5em;
}

#footer_contact .btn_reservation {
	display: block;
	width: 370px;
	height: 65px;
	padding: 10px 10px 10px 30px;
	background-color: #fff;
	background-image: url(../image/icon_reservation_gr.png);
	/* background-position: calc(50% - 3em) center; */
	text-align: center;
	font-weight: 700;
	/* color: #00a469; */
	color: #b65369;
	line-height: 45px;
}

#footer_contact .qr_code img {
	width: 75px;
}

#footer_contact .tel a {
	color: #fff !important;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	#footer_contact {
		padding: 20px 0 50px;
	}

	#footer_contact ul {
		margin: 0 auto;
		padding: 0 80px;
		/* padding: 0 80px 0 200px; */
	}

	#footer_contact ul li {
		display: inline-block;
		margin: 0 30px;
		vertical-align: middle;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	#footer_contact ul {
		text-align: center;
	}

	#footer_contact h2 {
		font-size: 2.2rem;
	}

	#footer_contact .tel {
		font-size: 2.2rem;
	}

	#footer_contact .btn_reservation {
		/* max-width: 370px; */
		width: calc(100% - 20px);
		height: 60px;
		margin: 10px auto;
		line-height: 40px;
	}
}

/* ページトップ（footer）
/* --------------------------------------------------------------- */
#footer_pagetop {
	border-bottom: 1px solid #00a469;
}

#footer_pagetop a {
	display: block;
	width: 100%;
	height: 80px;
	/* background-color: #e8eae9; */
	background-color: #f3f2ea;
	background-image: url(../image/icon_pagetop.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	text-indent: -9999px;
}

#footer_pagetop a:hover {
	background-position: center 25px;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#footer_pagetop a {
		height: 60px;
	}
}


/* メニュー・SNS・コピーライト（footer）
/* --------------------------------------------------------------- */

footer ul li {
	list-style: none;
}

footer address {
	width: 100%;
	padding-top: 20px;
	font-style: normal;
	font-size: 1.3rem;
	text-align: right;
	color: #ffffff;
}

#footer_menu {
	width: 100%;
	/* background-color: #ffffff; */
	background-color: #131F39;
	padding: 50px 0;
}

#footer_menu .menu ul {
	width: auto;
	display: inline-block;
	vertical-align: top;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	footer a:hover {
		opacity: 0.8;
	}

	#footer_menu {
		text-align: right;
		width: 100%;
		background-color: #131F39;
	}

	#footer_menu .menu {
		/* width: 580px; */
		width: 680px;
		display: inline-block;
		vertical-align: bottom;
	}

	#footer_menu .menu ul {
		margin-right: 30px;
	}

	#footer_menu .foot {
		/* width: 440px; */
		width: 300px;
		margin-left: 50px;
		display: inline-block;
		overflow: hidden;
	}

	#footer_menu .logo {
		display: inline-block;
		vertical-align: top;
		width: 300px;
		width: 200px;
		height: 50px;
		overflow: hidden;
	}

	#footer_menu .sns {
		display: inline-block;
		vertical-align: top;
		/* width: 100px; */
		width: 200px;
		height: 50px;
		margin-left: 30px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	#footer_menu .menu {
		width: 100%;
		margin: 0 auto 50px;
		text-align: center;
	}

	#footer_menu .menu ul {
		width: auto;
		display: inline-block;
	}

	#footer_menu .menu ul li {
		display: inline-block;
		width: auto;
		margin-right: 25px;
	}

	#footer_menu .menu ul li:last-child {
		margin-right: 0px;
	}

	#footer_menu .menu ul li a {
		font-size: 1.4rem;
		white-space: nowrap;
	}

	#footer_menu .logo {
		width: calc(100% - 80px);
		margin: 10px auto;
	}

	#footer_menu .logo a {
		margin: 10px auto;
	}

	#footer_menu .sns {
		width: 100px;
		margin: 10px auto;
		text-align: center;
	}

	footer address {
		text-align: center;
		padding-bottom: 40px;
	}
}

/* 固定フッタ（footer）
/* --------------------------------------------------------------- */
/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#fixed_menu {
		display: none;
	}

	#fixed_menu .btn_contact {
		display: none;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#fixed_menu {
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		overflow: hidden;
	}

	#fixed_menu .btn_contact {
		width: 100%;
		overflow: hidden;
		background-color: #00a469;
	}

	#fixed_menu .btn_contact .btn_tel,
	#fixed_menu .btn_contact .btn_reservation {
		width: 50%;
		float: left;
		height: 60px;
		line-height: 60px;
		font-size: 1.5rem;
	}
}


/* コンテンツエリア
/* --------------------------------------------------------------- */

main {
	clear: both;
	margin: 0 auto;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
	z-index: 1;
	/* background-color: #131F39; */
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	main {
		/* margin: -100px auto; */
	}

	main section {
		width: 100%;
		/* padding: 80px 0;
		float: left; */
		overflow: hidden;
	}

	main section .inner {
		width: 1100px;
		margin: auto;
		padding: 0 10px;
		overflow: hidden;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	main section {
		margin: 0;
		padding: 50px 0;
		overflow: hidden;
	}

	main section .inner {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		overflow: hidden;
	}
}


/* ------------------------------------------------------------------------- */
/* 共通
/* ------------------------------------------------------------------------- */

/* タイトル
/* --------------------------------------------------------------- */

h2 {
	position: relative;
	margin-bottom: 50px;
	/* padding: 3.0rem 0 0px; */
	padding: 1.5rem 0 0px;
	text-align: center;
	color: #4d4d4d;
	font-size: 4.7rem;
	font-weight: 700;
}

h2 span {
	color: #00a469;
	font-size: 2.0rem;
	font-weight: 700;
}

h3 {
	padding-top: 3em;
	margin-bottom: 2.0em;
	font-size: 3.5rem;
	font-weight: 700;
	/* color: #00a469; */
	color: #131F39;
	text-align: center;
	line-height: 1.5;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h3:after {
	content: " ";
	display: block;
	margin: 10px auto;
	/* width: 80px;
	height: 4px;
	background-color: #f86a2c; */
	width: 70%;
	height: 2px;
	background-color: #131F39;
}

section .inner>h3:first-child {
	padding-top: 1em;
}

h4 {
	clear: both;
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 50px 0 1em;
	background-color: #e8eae9;
	font-size: 2.6rem;
	font-weight: 700;
	/* color: #00a469; */
	color: rgb(51, 51, 51);
	line-height: 1.5;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h3+h4 {
	margin-top: 20px;
}


h5 {
	clear: both;
	padding: 10px 5px 5px 5px;
	margin: 1.5em 0 1em;
	border-bottom: 6px solid #e8eae9;
	font-size: 2.4rem;
	font-weight: 400;
	color: #00a469;
	line-height: 1.5;
}

h6 {
	clear: both;
	padding: 10px 5px 5px 0;
	margin: 1em 0 0.5em;
	font-size: 2.4rem;
	font-weight: 400;
	color: #4d4d4d;
	line-height: 1.5;
}


/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	h2 {
		margin-bottom: 30px;
		font-size: 3.0rem;
		line-height: 1.5;
	}

	h2>span {
		font-size: 1.6rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	h4 {
		font-size: 2.0rem;
	}
}


/* リンク
/* --------------------------------------------------------------- */

#container section a {
	text-decoration: underline;
}

.basic_btn {
	display: block;
	width: 400px;
	position: relative;
	margin: 2em auto 2em 0;
	padding: 10px 40px 10px 10px;
	/* background-color: #00a469;
	border: 2px solid #00a469; */
	/* background-color: #EB668B;
	border: 2px solid #EB668B; */
	background-color: #b65369;
	border: 2px solid #b65369;
	/* background-image: linear-gradient(to right, rgba(0,164,105,1) 50%, rgba(248,106,44,1) 50%);
	background-image: linear-gradient(to right, rgba(0,164,105,1) 50%, rgba(77,77,77,1) 50%); */
	background-size: 200% auto;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	transition: 0.5s;
}

.basic_btn_under {
	display: block;
	width: 400px;
	position: relative;
	margin: 2em auto 2em 0;
	padding: 10px 40px 10px 10px;
	background-color: #131F39;
	border: 2px solid #131F39;
	background-size: 200% auto;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	transition: 0.5s;
}

.btn_s {
	display: inline-block;
	width: auto;
	margin: 10px auto 10px 0;
	padding: 10px 50px;
	font-size: 1.6rem;
}

.basic_btn:after {
	content: "";
	display: block;
	width: 10px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	background-image: url(../image/icon_arrow_wh.png);
	background-size: auto 10px;
	background-repeat: no-repeat;
	background-position: right center;
}

.basic_btn_under:after {
	content: "";
	display: block;
	width: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	background-image: url(../image/img_menu_arrow_under.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: right center;
}

/*
.basic_btn:hover {
	background-position: -100% 0;
}
*/
.basic_btn[target="_blank"]:after {
	background-image: url(../image/icon_gaibu_wh.png);
}

.basic_btn.btn_pdf {
	background-color: #fff;
	color: #00a469;
	padding-right: 60px;
}

.basic_btn.btn_pdf:after {
	width: 40px;
	right: 15px;
	background-image: url(../image/icon_pdf.png);
	background-size: auto 12px;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	#container section a:hover {
		opacity: 0.7;
	}

	.link_arrow:after,
	.basic_btn:after {
		transition: 0.3s;
	}

	.link_arrow:hover:after,
	.basic_btn:hover:after {
		right: 15px;
	}

	.basic_btn.btn_pdf:hover:after {
		right: 10px;
	}

	.basic_btn_gaibu:hover {
		background-image: url(../image/icon_gaibu_wh.png);
	}

	.btn_block {
		text-align: center;
		padding: 50px 0 50px;
	}

	.btn_block .basic_btn {
		display: inline-block;
		margin: 0 20px;
	}
}


/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	.basic_btn,
	.basic_btn_off,
	.basic_btn_pdf,
	.basic_btn_word,
	.basic_btn_excel,
	.basic_btn_gaibu {
		width: 100%;
	}

	.basic_btn:after {
		right: 10px;
	}
}


/* アンカーリンクのずれ調整 */
.anchor {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
	width: 100%;
}

/* SP*/
@media only screen and (max-width: 768px) {
	.anchor {
		margin-top: -65px;
		padding-top: 65px;
	}
}


/*テーブル
/* --------------------------------------------------------------- */

table {
	line-height: 1.5;
}

table td {
	font-weight: normal;
	word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.data table,
.basic_table {
	width: 95%;
	margin: 20px auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

.data table caption,
.basic_table caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 0.5em;
}

.data table th,
.data table td,
.basic_table th,
.basic_table td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ccc;
}

.data table th,
.basic_table th {
	background-color: #e8eae9;
	text-align: center;
	color: #00a469;
}

.data table td,
.basic_table td {
	vertical-align: top;
}


/* simple_table */
.simple_table {
	width: 95%;
	margin: 0px auto;
	border-top: 1px solid #ccc;
}

.simple_table th,
.simple_table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	color: #333;
}

.simple_table th {
	width: 20%;
}


/* テーブルオプション */

.basic_th {
	width: 20%;
}

.table_fixed {
	table-layout: fixed;
}

table.tb_w100 {
	width: 100%;
}

table.tb_w50 {
	width: 50%;
}


/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.responsive_table {
		border-top: 1px solid #ccc;
	}

	.responsive_table th,
	.responsive_table td {
		display: block;
		max-width: 100%;
		border-width: 0 1px 1px 1px !important;
	}

	.responsive_table td {
		background-color: #ffffff !important;
	}

	table.tb_w50 {
		width: 100%;
	}
}


/*リスト
/* --------------------------------------------------------------- */

article ul,
.basic_ul {
	margin: 10px 0 10px 0.5em;
}

table .basic_ul {
	margin-left: 0;
}

article ol,
.basic_ol {
	margin: 10px 0 10px 0.5em;
}

article ul li,
.basic_ul li {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-indent: -1em;
}

article ol li,
.basic_ol li {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

article ul li:before,
.basic_ul li:before {
	content: "●";
	color: #00a469;
	font-size: 1.0rem;
	width: 20px;
	height: 2em;
	display: inline-block;
	padding-top: 3px;
	float: left;
}

.basic_ul ul,
.basic_ul ol,
.basic_ol ol,
.basic_ol ul {
	margin-left: 0.5em;
}

.basic_ul ul li:before,
.basic_ol ul li:before {
	content: "－";
}

.basic_ul li strong {
	font-weight: 700;
	color: #f86a2c;
}

.basic_ul li strong:after {
	content: "　";
}

.kome_ul {
	list-style: none;
}

.kome_ul li {
	margin-left: 0 !important;
	padding-left: 1em;
	text-indent: -1em;
}


.basic_dl dt {
	font-size: 2.0rem;
	font-weight: 700;
	color: #f86a2c;
	margin-bottom: 0.5em;
}

.basic_dl dd {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
}

/* SPのみ --------------------------- */
@media all and (max-width: 768px) {
	table {
		width: 100%;
	}
}


/* 強調
/* --------------------------------------------------------------- */
.focus,
.attention {
	display: block;
	border: 5px solid #00a469;
	margin: 2em auto;
	padding: 3em;
}

.attention {
	border: 5px solid #f86a2c;
}

.focus .title,
.attention .title {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	margin: 0 auto 10px -10px;
	font-size: 2.0rem;
	color: #00a469;
}

.attention .title {
	color: #f86a2c;
}

.catch {
	/* color: #00a469; */
	color: #D3D3BF;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: left;
	display: block;
	margin: 0 0 1em 0;
}

.txt_message {
	color: #333;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	display: block;
}

.signature {
	margin-top: 1.5em;
	font-size: 1.6rem;
	text-align: right;
	font-weight: 400;
}

.signature span {
	padding-left: 0.5em;
	font-size: 2.0rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

blockquote {
	padding: 20px;
	margin: 10px 0 20px 10px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.contact_box {
		padding: 50px 60px;
		margin: 100px auto 50px;
		width: 600px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	.focus,
	.attention {
		padding: 1em;
	}

	.focus .title,
	.attention .title {
		font-size: 1.8rem;
	}

	.catch {
		font-size: 2.4rem;
		margin-bottom: 0.5em;
	}

	.txt_message {
		font-size: 1.8rem;
	}
}


/*テキスト
/* --------------------------------------------------------------- */

.text_small {
	font-size: 1.2rem;
}

.text_kome {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.text_kome:before {
	content: "※";
	display: block;
	width: 1.2em;
	float: left;
}

.align_center {
	text-align: center !important;
}

.align_right {
	text-align: right !important;
}

.align_left {
	text-align: left !important;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.sp_only {
		display: none !important;
	}
}

/* SPのみ --------------------------- */
@media only screen and (max-width: 768px) {
	.pc_only {
		display: none !important;
	}
}


/* 配置
/* --------------------------------------------------------------- */

.center {
	display: block;
	margin: 10px auto;
	clear: both;
}

.right img,
.left img {
	display: block;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.left {
		float: left;
		margin-right: 40px;
		margin-bottom: 30px;
	}

	.right {
		float: right;
		margin-left: 40px;
		margin-bottom: 30px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	.right,
	.left,
	.right img,
	.left img {
		display: block;
		margin: 10px auto;
	}
}


/* ページャー
/* --------------------------------------------------------------- */
.pager {
	clear: both;
	padding: 40px 0 20px;
	text-align: center;
}

.pager li {
	display: inline-block;
	margin-left: 0 !important;
	margin: 3px !important;
}

.pager li a {
	display: block;
	padding: 10px 15px;
	border: 1px solid #00a469;
	text-decoration: none !important;
}

.pager li a.prev:before {
	content: "≪";
	margin-right: 10px;
}

.pager li a.next:after {
	content: "≫";
	margin-left: 10px;
}

.pager li.current a {
	background-color: #00a469;
	color: #fff;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	.pager li a {
		transition: 0.3s;
	}

	.pager li a:hover {
		background-color: #00a469;
		color: #fff;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.pager li {
		margin: 1px !important;
	}

	.pager li a {
		padding: 10px 10px;
	}
}


/* boxレイアウト
/* --------------------------------------------------------------- */

/* レイアウトブロック
--------------------------------------------------------- */
.block_2col,
.block_3col {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	.block_2col,
	.block_3col {
		display: table;
		width: 100%;
	}

	.block_2col>div {
		display: table-cell;
		width: 50%;
		padding: 0 30px 0 0;
	}

	.block_2col>div:nth-child(even) {
		padding: 0 0 20px 30px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.block_2col>div {
		display: block;
		width: 100%;
		padding: 0 0 30px 0;
	}
}


/* フレックス構造
--------------------------------------------------------- */
.img_2col,
.img_3col,
.img_4col {
	clear: both;
	display: -webkit-box;
	/*Android4.3*/
	display: -moz-box;
	/*Firefox21*/
	display: -webkit-flex;
	/*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap: wrap;
	/*IE10*/
	-webkit-flex-wrap: wrap;
	/*PC-Safari,iOS8.4*/
	flex-wrap: wrap;

	overflow: hidden;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 1em auto;
}

.img_2col li,
.img_3col li,
.img_4col li {
	list-style: none;
}

.img_2col img,
.img_3col img,
.img_4col img {
	/* width: 100%; */
	margin: auto;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.img_2col li {
		width: calc((100% - 21px) / 2);
		margin: 10px;
	}

	.img_3col li {
		width: calc((100% - 41px) / 3);
		margin: 10px;
	}

	.img_4col li {
		width: calc((100% - 61px) / 4);
		margin: 10px;
	}
}

/* SPのみ --------------------------- */
@media only screen and (max-width: 768px) {
	.img_2col li {
		width: calc((100% - 11px) / 2);
		margin: 5px;
	}

	/* .img_3col li {
		width: calc((100% - 21px)  / 3);
		margin: 5px;
	} */
	.img_3col li {
		margin: 5px 0;
	}

	.img_4col li {
		width: calc((100% - 31px) / 4);
		margin: 5px;
	}

	.flex_nowrap li {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		display: block;
	}
}

.img_2col li:nth-child(2n-1) {
	margin-left: 0;
}

.img_2col li:nth-child(2n) {
	margin-right: 0;
}

.img_3col li:nth-child(3n-2) {
	margin-left: 0;
}

.img_3col li:nth-child(3n) {
	margin-right: 0;
}

.img_4col li:nth-child(4n-3) {
	margin-left: 0;
}

.img_4col li:nth-child(4n) {
	margin-right: 0;
}


/* ------------------------------------------------------------------------- */
/* トップページ
/* ------------------------------------------------------------------------- */

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	body.index header {
		height: calc(800px + 100px);
		z-index: 3;
	}
}

/* メイン画像
/* --------------------------------------------------------------- */

@keyframes js_mainFadeInUp {
	0% {
		opacity: 0;
		background-position: center top;
	}

	100% {
		opacity: 1;
		background-position: center bottom;
	}
}

#main_img {
	position: relative;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-indent: -9999px;

	animation-name: js_mainFadeInUp;
	animation-timing-function: ease-out;
	animation-duration: 3s;
	animation-delay: 0s;
}

#main_img img {
	position: absolute;
	margin: auto;
}

#main_img .inner {
	display: block;
	overflow: hidden;
	z-index: 1;
	margin: auto auto;
	text-align: center;
	text-indent: 0;
	position: relative;
}

#main_img .inner h2 {
	display: block;
	height: auto;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 900;
}

/* Text Animation --------------------------- */
.text-container {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* color: #00a469; */
	color: #5C74B0;
	font-size: 1.8rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.text-container span {
	display: inline-block;
}

.text-container span {
	transition: opacity 5s ease, -webkit-transform 5s cubic-bezier(0.43, 0.1, 0.57, 0.9), -webkit-filter 5s ease;
	transition: transform 5s cubic-bezier(0.43, 0.1, 0.57, 0.9), filter 5s ease, opacity 5s ease;
	transition: transform 5s cubic-bezier(0.43, 0.1, 0.57, 0.9), filter 5s ease, opacity 5s ease, -webkit-transform 5s cubic-bezier(0.43, 0.1, 0.57, 0.9), -webkit-filter 5s ease;
	opacity: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.text-container span:nth-child(8n-7),
.text-container span:nth-child(8n-2) {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	transition: opacity 5s ease, -webkit-transform 3.3333333333s ease-out;
	transition: transform 3.3333333333s ease-out, opacity 5s ease;
	transition: transform 3.3333333333s ease-out, opacity 5s ease, -webkit-transform 3.3333333333s ease-out;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.text-container span:nth-child(8n-6) {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition-duration: 2.5s;
}

.text-container span:nth-child(8n-5) {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	transition-duration: 3.3333333333s;
}

.text-container span:nth-child(8n-4) {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	transition-duration: 2.0s;
}

.text-container span:nth-of-type(8n-3) {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	transition-duration: 2.5s;
}

.text-container span:nth-child(8n-1) {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition-duration: 3.8461538462s;
}

.text-container span:nth-of-type(8n) {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: translateY(90px);
	transform: translateY(90px);
	transition-duration: 2.1739130435s;
}

.text-container span.loaded {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-filter: blur(0);
	filter: blur(0);
}

.text-container span:nth-child(8n-5).loaded,
.text-container span:nth-child(8n-2).loaded {
	transition-duration: 0s;
}



/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	body #main_img {
		bottom: 0;
		height: 500px;
		min-width: 1000px;
		z-index: 0;
	}

	body.index #main_img {
		height: 800px;
	}

	body.index #main_img img {
		top: 150px;
		left: 15%;
	}

	body.index #main_img img#main_img_message_sp {
		display: none !important;
	}

	#main_img .inner {
		width: 1100px;
		height: 400px;
		padding-top: 180px;
	}

	#main_img .inner h2 {
		width: 100%;
		height: 300px;
		padding-top: 80px;
		background-size: auto 80px;
	}
}


/* SPのみ --------------------------- */
@media only screen and (max-width: 768px) {
	body #main_img {
		top: 0;
		height: 240px;
		margin-top: 0px;
		background-size: auto 150%;
		z-index: 2;
	}

	body.index #main_img {
		height: calc(100vh - 50px);
		height: 300px;
		background-size: cover;
	}

	body.index #main_img img {
		display: none;
		top: 180px;
		left: 8%;
		right: auto;
		width: 30%;
		max-width: 150px;
		z-index: 800;
		position: fixed;
	}

	body.index #main_img img#main_img_message {
		display: none;
	}

	body.index #main_img img#main_img_message_sp {
		z-index: 8000 !important;
	}

	#main_img .inner {
		width: 100%;
		height: 240px;
		padding-top: 90px;
	}

	#main_img .inner h2 {
		width: 100%;
		height: 150px;
		padding-top: 50px;
		background-size: auto 40px;
	}

	.text-container {
		/* font-size: 1.2rem; */
		font-size: 1.3rem;
		bottom: 20px;
	}

}


/* 2階層目 メイン画像
--------------------------------------------------------- */
body.info #main_img {
	background-image: url(../image/main_img_info.jpg);
}

body.about #main_img {
	background-image: url(../image/main_img_about.jpg);
}

body.treatment #main_img {
	background-image: url(../image/main_img_treatment.jpg);
}

body.flow #main_img {
	background-image: url(../image/main_img_flow.jpg);
}

body.dizziness #main_img {
	background-image: url(../image/main_img_dizziness.jpg);
}

body.dropScreen #main_img {
	background-image: url(../image/main_img_dropscreen.jpg);
}

body.sas #main_img {
	background-image: url(../image/main_img_sas.jpg);
}

body.facility #main_img {
	background-image: url(../image/main_img_facility.jpg);
}

body.ct #main_img {
	background-image: url(../image/main_img_ct.jpg);
}

body.staff #main_img {
	background-image: url(../image/main_img_about.jpg);
}

body.faq #main_img {
	background-image: url(../image/main_img_faq.jpg);
}

body.access #main_img {
	background-image: url(../image/main_img_access.jpg);
}

body.dock #main_img {
	background-image: url(../image/main_img_about.jpg);
}

body.info #main_img .inner h2 {
	background-image: url(../image/icon_info.png);
}

body.about #main_img .inner h2 {
	background-image: url(../image/img_menu01_about.png);
}

body.treatment #main_img .inner h2 {
	background-image: url(../image/img_menu02_treatment.png);
}

body.facility #main_img .inner h2 {
	background-image: url(../image/img_menu03_facility.png);
}

body.ct #main_img .inner h2 {
	background-image: url(../image/img_menu03_facility.png);
}

body.flow #main_img .inner h2 {
	background-image: url(../image/img_menu04_staff.png);
}

body.faq #main_img .inner h2 {
	background-image: url(../image/img_menu05_faq.png);
}

body.access #main_img .inner h2 {
	background-image: url(../image/img_menu06_access.png);
}

body.sas #main_img .inner h2 {
	background-image: url("../image/img_menu07_sas.png");
}

body.dizziness #main_img .inner h2 {
	background-image: url("../image/img_menu08_dizziness.png");
}

body.dropScreen #main_img .inner h2 {
	background-image: url("../image/img_menu09_dropScreen.png");
}

body.dock #main_img .inner h2 {
	background-image: url("../image/img_menu07_sas.png");
}


/* 新着情報（TOP）
/* --------------------------------------------------------------- */

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#top_info {
		display: block;
		margin: -80px auto 0;
		width: 100%;
		min-height: 200px;
		padding: 0;
		/*		bottom: 0;*/
		position: absolute;
		z-index: 2;
	}

	#top_info .inner {
		background-color: rgba(255, 255, 255, 0.85);
		/* #00a469;*/
		width: 720px;
		/* margin: 0 0 0 auto; */
		display: -webkit-box;
		/*Android4.3*/
		display: -moz-box;
		/*Firefox21*/
		display: -webkit-flex;
		/*PC-Safari,iOS8.4*/
		display: flex;
		-ms-flex-wrap: nowrap;
		/*IE10*/
		-webkit-flex-wrap: nowrap;
		/*PC-Safari,iOS8.4*/
		flex-wrap: nowrap;
		float: right;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	#top_info .inner>div {
		overflow: hidden;
		vertical-align: middle;
		margin: 0;
		min-height: 160px;
	}

	#top_info .list {
		width: 540px;
		padding: 10px 20px;
	}

	#top_info #info ul li a span.data {
		width: calc(720px - 180px - 40px - 100px - 30px);
		white-space: nowrap;
	}

	#top_info .link {
		width: 180px;
		/* background-color: #00a469; */
		background-color: #EB668B;
		overflow: hidden;
		position: relative;
	}

	#top_info .link a {
		position: absolute;
		top: 0;
		bottom: 0;
		font-size: 1.8rem;
		color: #fff;
		display: block;
		width: 100%;
		height: 160px;
		line-height: 160px;
		margin: auto 0;
		padding-right: 30px;
		text-align: center;
		vertical-align: middle;
		font-weight: 900;
	}

	#top_info .link a:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto 0;
		width: 12px;
		/* height: 20px; */
		height: 160px;
		background-image: url(../image/icon_arrow_wh.png);
		background-size: 10px auto;
		background-repeat: no-repeat;
		background-position: right center;
		transition: 0.3s;
	}

	#top_info .link a:hover:after {
		right: 15px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#top_info {
		display: none;
	}
}


/* ご挨拶（TOP）
/* --------------------------------------------------------------- */

#top_greeting .inner {
	padding: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #ffffff;
}

#top_greeting strong,
#top_greeting p {
	padding: 0 10px;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#top_greeting {
		padding-top: 100px;
		font-size: 1.8rem;
		line-height: 2.2;
	}

	#top_greeting .greeting_photo {
		float: right;
		width: 480px;
		margin-left: 50px;
	}

	#top_greeting strong {
		margin-top: 50px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#top_greeting {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	#top_greeting .greeting_photo {
		float: right;
		width: 80%;
		margin-bottom: 20px;
	}

	#top_greeting strong {
		clear: both;
		margin-top: 50px;
	}
}


/* お知らせ（TOP）
/* --------------------------------------------------------------- */

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#top_info_sp {
		display: none;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#top_info_sp {
		padding-bottom: 25px;
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		background-color: #ffffff;
	}

	#top_info_sp .inner {
		position: relative;
		overflow: hidden;
		padding: 0;
	}

	#top_info_sp .inner>div {
		display: block;
		overflow: hidden;
		padding: 0px 10px;
	}

	#top_info_sp .title h2 {
		margin: 0;
		padding: 0;
	}

	#top_info_sp div.title h2 {
		font-size: 2.4rem;
	}

	#top_info_sp div.list {
		border: 1px solid #00a469;
		border-width: 1px 0 1px 0;
		margin: 10px 0 20px;
		padding: 10px 10px;
	}

	#top_info_sp div.link {
		margin: 10px 0;
	}
}


/* メニュー（TOP）
/* --------------------------------------------------------------- */

#top_menu {
	position: relative;
	background-image: url(../image/index/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 100% auto; */
	overflow: visible;
}

#top_menu .inner {
	padding: 0;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

#top_menu ul {
	display: block;
	overflow: hidden;
}

#top_menu ul li {
	display: block;
	overflow: hidden;
}

#top_menu ul li a {
	display: block;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.85);
	border: 1px solid #00a469;
	font-size: 1.5rem;
	text-decoration: none;
}

#top_menu ul li a:hover {
	opacity: 1.0;
}

#top_menu ul li.sas.animate.is_move {
	animation-delay: 0.2s;
}

#top_menu ul li.treatment.animate.is_move {
	animation-delay: 0.4s;
}

#top_menu ul li.facility.animate.is_move {
	animation-delay: 0.6s;
}

#top_menu ul li.staff.animate.is_move {
	animation-delay: 0.8s;
}

#top_menu ul li.faq.animate.is_move {
	animation-delay: 1.0s;
}

#top_menu ul li.access.animate.is_move {
	animation-delay: 1.2s;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#top_menu {
		width: 100%;
		height: 990px;
		margin-top: 100px;
		background-attachment: fixed;
	}

	#top_menu .reservation {
		position: absolute;
		top: -100px;
		width: 1100px;
		overflow: hidden;
		padding-bottom: 30px;
		display: block;
	}

	#top_menu .reservation a {
		display: block;
		width: 140px;
		height: 140px;
		padding: 65px 30px 0;
		/* background-color: #00a469; */
		background-color: #b65369;
		background-image: url(../image/icon_top_reserve.png);
		background-position: center 30px;
		background-repeat: no-repeat;
		background-size: 28px auto;
		border-radius: 70px;
		text-align: center;
		color: #fff;
		font-weight: 700;
		transition: 0.3s;
		text-decoration: none;
	}

	#top_menu .reservation a:after {
		content: "";
		display: block;
		margin: auto auto 0;
		width: 12px;
		height: 20px;
		background-image: url(../image/icon_arrow_wh.png);
		background-size: 10px auto;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#top_menu .reservation a:hover {
		background-position: center 25px;
	}

	#top_menu ul {
		clear: both;
		margin-top: 80px;
		width: 1100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#top_menu ul li {
		display: inline-block;
		margin: 0 10px 60px;
		padding-top: 20px;
		position: relative;
	}

	#top_menu ul li a {
		width: 247px;
		height: 355px;
		padding: 40px 20px 20px;
	}

	#top_menu ul li>img,
	#top_menu ul li>span {
		display: block;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	#top_menu ul li>span {
		width: 140px;
		height: 1px;
		margin-top: 20px;
		background-color: rgba(255, 255, 255, 1);
	}

	#top_menu ul li a img {
		display: block;
		text-align: center;
		height: 80px;
		padding: 10px 0 0;
		margin: auto;
	}

	#top_menu ul li a:hover img {
		height: 80px;
		padding: 0 0 10px;
	}

	#top_menu ul li a strong {
		display: block;
		margin: 0.5em 0;
		/* font-size: 1.8rem;
		font-weight: 700; */
		font-size: 2rem;
		font-weight: 900;
		color: #00a469;
		text-align: center;
		font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	#top_menu ul li a p {
		color: #333;
		height: 9em;
	}
}


/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	#top_menu {
		position: fix;
		top: 20px;
		width: 100%;
		height: 504px;
		margin-top: 40px;
		background-size: cover;
	}

	#top_menu .reservation {
		display: none;
	}

	#top_menu ul {
		padding: 20px 10px 20px;
		overflow: hidden;
	}

	#top_menu ul li {
		width: 280px;
		margin: 0 auto;
	}

	#top_menu ul li a {
		width: 280px;
		height: 54px;
		padding: 10px 20px 10px 20px;
		line-height: 34px;
		border-bottom-width: 0;
		position: relative;
	}

	#top_menu ul li:last-child a {
		border: 1px solid #00a469;
	}

	#top_menu ul li>img,
	#top_menu ul li>span {
		display: none;
	}

	#top_menu ul li a:after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 10px;
		width: 12px;
		height: 54px;
		background-image: url(../image/icon_arrow_gr.png);
		background-size: 6px auto;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#top_menu ul li a img {
		height: 38px;
		margin: auto;
		padding-bottom: 5px;
		padding-right: 20px;
	}

	#top_menu ul li a strong {
		margin: 0.5em 0;
		font-size: 1.8rem;
		font-weight: 700;
		color: #00a469;
		font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	#top_menu ul li a p {
		display: none;
	}
}


/* 院内紹介（TOP）
/* --------------------------------------------------------------- */

/*画像スライド*/
.slideshow_clip {
	width: 100%;
	padding: 100px 0 0px;
}

.slideshow_item {
	position: relative !important;
	top: 0px !important;
	opacity: 1;
	margin: 0;
	padding: 0;
	left: 0 !important;
}

.slide_anime_up {
	animation: anime_up 4s ease -1s infinite alternate;
}

@keyframes anime_up {
	0% {
		padding-top: 30px;
	}

	100% {
		padding-top: 0;
	}
}

.slide_anime_down {
	animation: anime_down 4s ease -1s infinite alternate;
}

@keyframes anime_down {
	0% {
		padding-top: 0;
	}

	100% {
		padding-top: 30px;
	}
}

.slideshow_item .item {
	position: absolute !important;
	list-style: none;
}

/*
.slideshow_item .item:nth-child(2n) {
	padding-top: 30px;
}
*/
.slideshow_item .item a {
	display: block;
}

.facility_ul li {
	margin-bottom: 3em;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.slideshow_item .item a img {
		width: 280px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	main section#top_facility {
		padding: 0px 0 0;
	}

	.slideshow_item .item a img {
		width: 280px;
	}
}



/* ------------------------------------------------------------------------- */
/* 新着情報
/* ------------------------------------------------------------------------- */

#info ul {
	width: 100%;
	text-align: left;
}

#info p.no_info {
	font-size: 1.6rem;
	line-height: 160px;
}

#info ul li {
	display: block;
	overflow: hidden;
	width: 100%;
}

#info ul li a {
	display: block;
	color: #00a469;
	overflow: hidden;
}

#info .info_tag {
	display: block;
	overflow: hidden;
	text-align: right;
	padding: 10px 0 40px;
	color: #00a469;
}

#info ul li.new a span.data:before {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url(../image/icon_new.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	display: inline-block;
	margin-right: 5px;
	float: left;
}

#info ul li a span.data {
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	body.info main .inner,
	body.ss_detail main .inner {
		width: 900px;
	}

	#info ul {
		/* font-size: 1.5rem; */
		font-size: 1.7rem;
	}

	#info p.no_info {
		text-align: center;
	}

	#info ul li a {
		padding: 10px 10px;
		font-weight: 700;
	}

	#info ul li a:hover {
		background-color: #eee;
	}

	#info ul li a span {
		display: inline-block;
		float: left;
	}

	#info ul li a span.time {
		margin: 0;
		width: 100px;
	}

	#info ul li a span.data {
		margin: 0 0 0 10px;
		width: calc(100% - 110px);
		white-space: normal;
	}

	#info ul li a:hover {
		opacity: 0.7;
	}
}


/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	#info p.no_info {
		text-align: center;
		line-height: 80px;
	}

	#info ul li {
		margin-top: 0;
	}

	#info ul li a {
		display: block;
		padding: 10px 0px 0;
	}

	#info ul li a span {
		display: block;
		padding-bottom: 5px;
	}

	#info ul li a span.data {
		white-space: normal;
	}
}


/* 新着情報　記事
/* --------------------------------------------------------------- */
main article {
	padding: 20px 0 80px 0;
}

main article h3 {
	padding-top: 0px;
}

main article .time strong {
	margin-left: 10px;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	main article {
		/* width: 900px; */
		margin: auto;
		clear: both;
	}

	main article .data table {
		max-width: 880px;
	}

	main article .data img {
		height: auto !important;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	main article {
		margin: 0 10px;
		padding: 20px 0;
	}

	main article .data table {
		width: 100% !important;
	}

	main article .data img {
		height: auto !important;
	}
}


/* ------------------------------------------------------------------------- */
/* 2階層目ページ
/* ------------------------------------------------------------------------- */

/* 当院について
/* --------------------------------------------------------------- */

body.about .bg_card {
	/* background: url(about/images/img_about_reservation01.png) no-repeat right bottom; */
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	body.about .bg_card {
		padding-bottom: 80px;
		margin-bottom: -10px;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	body.about .bg_card {
		background-size: 100px;
		padding-bottom: 30px;
		margin-bottom: 0px;
	}
}


/* 治療について
/* --------------------------------------------------------------- */
/*.anchorList_treatment {
	display: flex;
	gap: 3%;
	margin-bottom: 100px;
}*/
.anchorList_treatment {
	display: grid;
	grid-template-columns: repeat(3, calc((100% - 48px) / 3));
	gap: 24px 24px;
	/* margin-bottom: 100px; */
	margin-bottom: 50px;
	margin-top: 50px;
}

.anchorList_treatment .anchor_treatment {
	margin: 0;
	width: 100%;
}

.nav_treatment::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.nav_treatment ul {
	list-style: none;
	margin: 50px auto 0px;
	text-align: center;
}

.nav_treatment li {
	display: inline-block;
	width: 212px;
	height: 200px;
	text-align: center;
}

.nav_treatment li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 90% auto;
}

.nav_treatment li a img {
	padding-top: 90px;
}

.top_ear a {
	background-image: url(../treatment/images/btn_treatment_txt_ear.png);
}

.top_nose a {
	background-image: url(../treatment/images/btn_treatment_txt_nose.png);
}

.top_throat a {
	background-image: url(../treatment/images/btn_treatment_txt_throat.png);
}

.top_neck a {
	background-image: url(../treatment/images/btn_treatment_txt_neck.png);
}

.top_child a {
	background-image: url(../treatment/images/btn_treatment_txt_child.png);
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	.nav_treatment li a {
		opacity: 0.7;
	}

	.nav_treatment li a:hover,
	.nav_treatment li a:hover img {
		opacity: 1.0 !important;
	}

	.nav_treatment li a:hover {
		background-position: center top;
	}

}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.anchorList_treatment {
		grid-template-columns: 100%;
	}

	.nav_treatment li {
		width: 100px;
		height: 120px;
	}

	.nav_treatment li a img {
		padding-top: 50px;
	}
}


.symptom {
	clear: both;
	width: 100%;
	/* margin-top: 100px; */
	margin-top: 50px;
	overflow: hidden;
}

.symptom h3 {
	/* text-indent: -9999px;
	margin-bottom: 0; */
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right 50px;
	background-size: 300px auto, 200px auto;
}

.symptom h3:after {
	display: none;
}

/* .symptom#ear h3 {
	background-image: url(../treatment/images/btn_treatment_txt_ear.png), url(treatment/images/btn_treatment_ear.png);
}

.symptom#nose h3 {
	background-image: url(../treatment/images/btn_treatment_txt_nose.png), url(treatment/images/btn_treatment_nose.png);
}

.symptom#throat h3 {
	background-image: url(../treatment/images/btn_treatment_txt_throat.png), url(treatment/images/btn_treatment_throat.png);
}

.symptom#neck h3 {
	background-image: url(../treatment/images/btn_treatment_txt_neck.png), url(treatment/images/btn_treatment_neck.png);
}

.symptom#child h3 {
	background-image: url(../treatment/images/btn_treatment_txt_child.png), url(treatment/images/btn_treatment_child.png);
} */

.symptom .tips_dl {
	display: block;
	margin: 0 0 0 auto;
	padding: 30px;
	border: 5px solid #00a469;
}

.symptom .tips_dl dd:last-child {
	margin-bottom: 0;
}

.symptom_table {
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
}

.symptom_table th,
.symptom_table td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border: 20px solid #fff;
	border-width: 20px 0 20px 0;
}

.symptom_table th {
	background-color: #e8eae9;
	text-align: center;
	color: #00a469;
	width: 10em;
	border-width: 20px 20px 20px 0;
}

/* 子どもの病気 */

.symptom#child h4 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ffffff;
	background-image: url(treatment/images/h4_child_symptom.png);
	height: 100px;
	margin-bottom: 0;
}

.symptom#child .symptom_table th {
	width: 220px;
	height: 185px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	background-image: url(treatment/images/icon_child_ear.png);
}

.symptom#child .symptom_table th.nose {
	background-image: url(treatment/images/icon_child_nose.png);
}

.symptom#child .symptom_table th.snore {
	background-image: url(treatment/images/icon_child_snore.png);
}

.symptom#child .symptom_table td p {
	background-color: #00a469;
	color: #fff;
	border-radius: 15px;
	min-height: 150px;
	margin-top: 20px;
	padding: 30px;
	line-height: 1.8;
	position: relative;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	.symptom .block_2col div:first-child {
		width: 60%;
	}

	.symptom .block_2col>div:nth-child(2n) {
		width: 40%;
	}

	.symptom#child .tips_dl {
		position: relative;
	}

	.symptom#child .tips_dl dd {
		width: 660px;
	}

	.symptom#child .tips_dl dd img {
		position: absolute;
		top: 0px;
		right: 10px;
		width: 360px;
	}

	.symptom#child .symptom_table td p {
		margin-left: 50px;
	}

	.symptom#child .symptom_table td p:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -45px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 30px solid #00a469;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	.symptom {
		margin-top: 0px;
	}

	.symptom h3 {
		margin-bottom: 0;
		background-position: left center, right bottom;
		background-size: 180px auto, 120px auto;
	}

	.symptom .block_2col>div {
		width: 100%;
		padding-bottom: 0;
	}

	.symptom .tips_dl {
		padding: 20px;
	}

	.symptom_table th,
	.symptom_table td {
		width: 100%;
		display: block;
		border-width: 0;
		margin-bottom: 30px;
	}

	.symptom_table th {
		background-color: #ffffff;
		border-bottom: 3px solid #00a469;
		margin-bottom: 0.5em;
	}

	.symptom#child .symptom_table th {
		width: 150px;
		height: 150px;
		background-size: contain;
		border-bottom: none;
		margin: 0px auto 0;
	}

	.symptom#child .symptom_table td p {}

	.symptom#child .symptom_table td p:before {
		content: "";
		position: absolute;
		left: 50%;
		top: -30px;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 20px solid #00a469;
	}
}

/* 治療について・めまい
/* --------------------------------------------------------------- */
.dizziness_focus {
	padding: 3em 1.9em;
}

.dizziness_focus .this-colorText {
	color: #F86A2C;
}

.dizziness_kensa_midashi {
	color: #00A469;
	margin: 10px auto;
	font-size: 1.8rem;
}

.dizziness_flow {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.dizziness_flow_item {
	width: 100%;
	padding: 13px 0;
	margin-bottom: 35px;
	text-align: center;
	background: #00A469;
	color: #ffffff;
	font-size: 2.2rem;
	position: relative;
}

.dizziness_flow_item::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -28px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url("treatment/images/img_treatment_arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.dizziness_flow_item:last-child::after {
	display: none;
}

.dizziness_simpletable {
	margin: 0;
	margin-top: 15px;
}

.dizziness_gaibuBtn {
	margin-top: 30px;
}

.dizziness_table caption {
	margin-bottom: 30px;
	font-size: 2rem;
	color: #00A469;
}

.dizziness_table th {
	min-width: 130px;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.dizziness_gaibuBtn {
		margin-top: 50px;
	}

	.dizziness_kensa li {
		width: 100%;
		margin-bottom: 30px;
	}

	.dizziness_flow_item {
		padding: 10px 0;
		font-size: 1.8rem;
	}

	.dizziness_simpletable th {
		min-width: 100px;
	}

	.dizziness_table caption {
		margin-bottom: 20px;
		font-size: 2rem;
	}
}

/* 治療について・ドロップスクリーン
/* --------------------------------------------------------------- */
.dropscreen_sp {
	display: none;
}

/* ドロップスクリーンの特徴 */
strong.dropScreen_strongText {
	display: block;
	margin-bottom: 10px;
}

.dropScreen_allergy {
	border: 1px solid #cccccc;
	padding: 0 20px;
	margin-top: 20px;
	border-radius: 10px;
}

.dropScreen_allergy_table {
	width: 100%;
	margin: 0;
}

.dropScreen_allergy_table th {
	width: 50%;
}

.dropScreen_allergy_table td {
	vertical-align: top;
	width: calc(100% / 4);
}

.dropScreen_allergy_table .this-category {
	background: #E9E6F3;
	padding: 0.3em 0;
	text-align: center;
	font-size: 1.7rem;
}

.dropScreen_allergy_other .this-category {
	background: #E9E6F3;
}

.dropScreen_allergy_shoku .this-category {
	background: #FFED7F;
}

.dropScreen_allergy_table ul {
	padding: 0 10px;
	list-style: none;
}

.dropScreen_allergy_table ul li {
	margin-bottom: 3px;
	list-style: none;
}

/* ドロップスクリーン検査の流れ */
.dropScreen_flow {
	display: flex;
	gap: 3%;
	margin: 50px 0;
}

.dropScreen_flow__item {
	width: calc(91% / 4);
}

.dropScreen_flow__midashi {
	display: flex;
	align-items: center;
	font-size: 1.89rem;
	font-weight: normal;
	color: #00A469;
	margin-bottom: 10px;
}

.dropScreen_flow__midashi .this-number {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #00A469;
	position: relative;
	margin-right: 10px;
}

.dropScreen_flow__midashi .this-number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	color: #ffffff;
}

/* web予約ボタン */
.dropScreen_gaibuBtn {
	margin-top: 30px;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.dropscreen_sp {
		display: block;
	}

	.dropScreen_table {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}

	strong.dropScreen_strongText {
		text-align: center;
	}

	.dropScreen_allergy {
		overflow-x: scroll;
	}

	.dropScreen_allergy .dropScreen_allergy_table {
		width: 700px;
	}

	.dropScreen_allergy .dropScreen_allergy_table th {
		width: calc((100% - 10px) / 2);
		display: inline-block;
		margin-right: 10px;
	}

	.dropScreen_allergy .dropScreen_allergy_table th:last-child {
		margin-right: 0;
	}

	.dropScreen_allergy .dropScreen_allergy_table td {
		display: inline-block;
	}

	.dropScreen_flow {
		display: block;
	}

	.dropScreen_flow__item {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* 治療について・睡眠時無呼吸症候群
/* --------------------------------------------------------------- */
.sas_sp {
	display: none;
}

.sas_imgBox {
	margin: 30px auto 50px auto;
	width: 100%;
}

.sas_imgBox img {
	width: 100%;
}

.sas_colorText {
	color: #F86A2C;
}

/* SASの主な症状 */
.sas_focus_2col {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.sas_focus__item {
	width: 48%;
	background-color: #F6FAED;
	padding: 2% 3%;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.sas_sp {
		display: block;
	}

	.sas_imgBox img {
		width: 95%;
	}

	.sas_focus_2col {
		display: block;
	}

	.sas_focus__item {
		width: 100%;
		background-color: #FFFFFF;
		margin-bottom: 20px;
	}
}

/* 院内紹介
/* --------------------------------------------------------------- */

.ul_gallery {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.ul_gallery li:before {}

.ul_gallery li p {
	text-align: center;
}

.ul_gallery li a {
	display: block;
	position: relative;
}


.ul_gallery li a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	bottom: 5px;
	right: 5px;
	position: absolute;
	background-image: url(../image/icon_big.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	-ms-transition: 0.4s;
	transition: 0.4s;
	z-index: 2;
}

.ul_gallery li img {
	border-radius: 10px;
	z-index: 1;
}

.ul_gallery li a:hover img {
	opacity: 1;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.ul_gallery li a:hover::before {
		background-size: 40px auto;
		transition: 0.4s;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.ul_gallery li {
		width: calc((100% - 11px) / 2);
		margin: 5px;
		font-size: 1.4rem;
	}

	.ul_gallery li:nth-child(2n-1) {
		margin-left: 0;
	}

	.ul_gallery li:nth-child(2n) {
		margin-right: 0;
	}
}


/* 院内紹介 CTについて
/* --------------------------------------------------------------- */

.ct_possible {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.ct_possible>dl {
	background-color: #E8EAE9;
	padding: 10px;
	border: 10px solid #ffffff;
}

.ct_possible>dl dt {
	font-size: 1.8rem;
}

.ct_possible>dl dd {
	margin-bottom: 0;
}

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	.ct_possible {
		display: table;
		width: 100%;
	}

	.ct_possible>dl {
		display: table-cell;
		width: 25%;
	}
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.ct_possible>dl {
		display: block;
		width: 100%;
	}
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	.ct_feature {
		padding-top: 20px;
		width: 400px;
		float: left;
	}
}


/* スタッフ紹介
/* --------------------------------------------------------------- */

.staff_block {
	display: block;
	overflow: hidden;
}

.staff_photo {
	display: block;
}

.staff_greeting {
	display: block;
	overflow: hidden;
}

.table_history {
	width: 100%;
}

.table_history td,
.table_history th {
	border-bottom: 1px solid #e8eae9;
	padding: 5px 20px;
}

.table_history th {
	text-align: right;
	width: 8em;
}

.staff_photo_ul {
	-ms-flex-wrap: nowrap;
	/*IE10*/
	-webkit-flex-wrap: nowrap;
	/*PC-Safari,iOS8.4*/
	flex-wrap: nowrap;
}

.staff_photo_ul li {
	width: auto;
	text-align: center;
}

.staff_photo_ul li img {
	border-radius: 20px;
	width: 100%;
}


/* PCのみ --------------------------- */
@media all and (min-width: 769px) {

	.staff_block {
		width: 100%;
		height: 500px;
		position: relative;
	}

	.staff_photo {
		width: 500px;
		height: 450px;
		margin-left: 50px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
	}

	.staff_greeting {
		width: 650px;
		padding: 30px 100px 30px 30px;
		position: absolute;
		background-color: #EB668B;
		color: #ffffff;
		top: 0;
		left: 0;
		z-index: 1;
	}
}

.staff_message {
	text-align: center;
}

/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {

	.staff_message {
		text-align: left;
	}

	.staff_photo_ul li {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

/* 交通アクセス
/* --------------------------------------------------------------- */

body.access .gaikan {
	width: 60%;
	text-align: center;
	margin: 0 auto 1em;
	display: block;
}

body.access .adress {
	width: 100%;
	display: block;
	text-align: center;
}

.access_ul {
	width: 100%;
}

.access_ul li {
	width: 50%;
	margin-bottom: 1em;
}

.access_ul li strong {
	font-weight: 700;
	color: #f86a2c;
}

.ul_parking {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.ul_parking li p {
	text-align: center;
}

.gmap {
	height: 500px;
}

.gmap iframe {
	width: 100%;
	height: 500px;
}


/* SPのみ --------------------------- */
@media screen and (max-width: 768px) {
	.ul_parking li {
		margin: 5px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 540px) {
	.ul_parking li {
		width: 100%;
	}
}


/* 交通アクセス
/* --------------------------------------------------------------- */

.dl_faq dt {
	font-weight: 700;
	color: #f86a2c;
	font-size: 1.8rem;
	margin: 1em 0;
}

.dl_faq dd {
	margin-bottom: 2em;
	clear: both;
}

.dl_faq dt:before {
	content: "Q";
	color: #ffffff;
	background-color: #f86a2c;
	width: 56px;
	height: 56px;
	display: block;
	margin: 0 30px 1em 0;
	float: left;
	border-radius: 28px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
}

.dl_faq .basic_btn_s {
	float: left;
	width: auto;
	display: inline-block;
	min-width: 280px;
	margin: 10px auto 10px 0;
}


/* Google マップ
/* --------------------------------------------------------------- */
.g-map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	/* margin-bottom: 10%; */
	margin-bottom: 5%;
}

.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 健診コース 検査内容テーブル（L）
/* --------------------------------------------------------------- */
.table-scroll {
	overflow-x: auto;
}

.table_design01 {
	border-collapse: collapse;
	min-width: 600px;
	font-weight: bold;
	text-align: center;
}

.table_design01 th,
.table_design01 td {
	padding: .5em 1em;
	border: 2px solid #5C74B0;
}

.table_design01 th {
	background: #5C74B0;
	color: #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #5C74B0;
}

.table_design01 th:last-of-type {
	border-right: 2px solid #5C74B0;
}

/* 健診コース 検査内容テーブル（S）
/* --------------------------------------------------------------- */
.sample1 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.sample1 th,
.sample1 td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 14px;   
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.sample1 th {
    font-weight: 700;
    color: #fff;
    background: #131F39; /* thの背景色 */
}

@media screen and (min-width: 768px) {
    .sample1 th,
    .sample1 td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .sample1 th {
        color: #000;
        background: #fff; /* thの背景色 */
    }
    .sample1 tr th:first-child {
        width: 100px; /* thの固定幅 */
    }
}

/* フッタ『お問い合わせ』テーブル
/* --------------------------------------------------------------- */
.table-scroll {
	overflow-x: auto;
}

.table_design02 {
	border-collapse: collapse;
	min-width: 300px;
	/* text-align: center; */
}

.table_design02 th,
.table_design02 td {
	padding: .5em .3em;
	/*border: 2px solid #5C74B0; */
	font-weight: bold;
}

.table_design02 th {
	background: #5C74B0;
	color: #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #5C74B0;
}

.table_design02 th:last-of-type {
	border-right: 2px solid #5C74B0;
}

@media all and (max-width: 768px) {
	.table_design02 {
		text-align: left;
	}
}

/* アコーディオンメニュー
/* --------------------------------------------------------------- */
/* .accordion_container {
  max-width: 800px;
  margin: 0 auto;
}
.accordion_title {
  background-color: #9ABA00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_container:nth-of-type(2) .accordion_title {
    background-color: #EDC201;
}
.accordion_container:nth-of-type(3) .accordion_title {
    background-color: #F89C35;
}
.accordion_container:nth-of-type(4) .accordion_title {
	background-color: #ED4D2D;
}
.accordion_container:nth-of-type(5) .accordion_title {
	background-color: #D93047;
}
.accordion_container:nth-of-type(6) .accordion_title {
	background-color: #B52F64;
}
.accordion_container:nth-of-type(7) .accordion_title {
	background-color: #722873;
}
.accordion_title:hover {
  opacity: 0.8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  display: none;
  padding: 20px 20px 1450px;
  border-left: 2px solid #9ABA00;
  border-right: 2px solid #9ABA00;
  border-bottom: 2px solid #9ABA00;
  box-sizing: border-box;
}
.accordion_container:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #EDC201;
  border-right: 2px solid #EDC201;
  border-bottom: 2px solid #EDC201;
}
.accordion_container:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #F89C35;
  border-right: 2px solid #F89C35;
  border-bottom: 2px solid #F89C35;
}
.accordion_container:nth-of-type(4) .accordion_inner {
  border-left: 2px solid #ED4D2D;
  border-right: 2px solid #ED4D2D;
  border-bottom: 2px solid #ED4D2D;
}
.accordion_container:nth-of-type(5) .accordion_inner {
  border-left: 2px solid #D93047;
  border-right: 2px solid #D93047;
  border-bottom: 2px solid #D93047;
}
.accordion_container:nth-of-type(6) .accordion_inner {
  border-left: 2px solid #B52F64;
  border-right: 2px solid #B52F64;
  border-bottom: 2px solid #B52F64;
}
.accordion_container:nth-of-type(7) .accordion_inner {
  border-left: 2px solid #722873;
  border-right: 2px solid #722873;
  border-bottom: 2px solid #722873;
}
.ac_inner_wraper {
  height: 100px;
}
p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .accordion_title {
    font-size: 18px;
  }
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .accordion_inner {
	padding: 20px 20px 2700px;
  }
} */

/* アコーディオンメニュー（モノトーンカラー）
/* --------------------------------------------------------------- */
.accordion_container {
	max-width: 800px;
	margin: 0 auto;
}

.accordion_title {
	background-color: #808080;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 5%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.accordion_container:nth-of-type(2) .accordion_title {
	background-color: #c0c0c0;
}

.accordion_container:nth-of-type(3) .accordion_title {
	background-color: #808080;
}

.accordion_container:nth-of-type(4) .accordion_title {
	background-color: #c0c0c0;
}

.accordion_container:nth-of-type(5) .accordion_title {
	background-color: #808080;
}

.accordion_container:nth-of-type(6) .accordion_title {
	background-color: #c0c0c0;
}

.accordion_container:nth-of-type(7) .accordion_title {
	background-color: #808080;
}

.accordion_title:hover {
	opacity: 0.8;
}

.icon_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}

.icon {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.accordion_title.open .icon_wrap {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.icon:before,
.icon:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}

.icon:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.accordion_title.open .icon_wrap .icon:before {
	content: none;
}

.accordion_title.open .icon_wrap .icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion_inner {
	display: none;
	padding: 20px 20px 1550px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
}

.accordion_container:nth-of-type(2) .accordion_inner {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.accordion_container:nth-of-type(3) .accordion_inner {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.accordion_container:nth-of-type(4) .accordion_inner {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.accordion_container:nth-of-type(5) .accordion_inner {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.accordion_container:nth-of-type(6) .accordion_inner {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.accordion_container:nth-of-type(7) .accordion_inner {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.ac_inner_wraper {
	height: 100px;
}

p.txt_a_ac {
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.accordion_title {
		font-size: 18px;
	}

	.icon_wrap {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.accordion_title {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}

	.accordion_inner {
		padding: 20px 20px 2800px;
	}
}

/* アコーディオンメニュー（Q＆A）
/* --------------------------------------------------------------- */
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    /* padding-left: 25px; */
	padding: 5px 10px 5px 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/*=========
base
=========*/

/* html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */
.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* h2 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333333;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
} */
@media screen and (max-width: 736px) {
  /* h2 {
    font-size: 16px;
  } */
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 300px;
  margin: 0 auto; */
  max-width: 400px;
  margin: 70px auto;
  /* padding: 2.0em 1.0em; */
  padding: 1.0em;
  border: 1px solid #131F39;
  background: linear-gradient(to right, #ffffff 50%, #131F39 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #131F39;
  /* font-size: 14px; */
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #131F39;
  border-bottom: 1px solid #131F39;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}

/* ------------------------------------------------------------------------- */
/* ロード時　アニメーション表示
/* ------------------------------------------------------------------------- */

/* PCのみ --------------------------- */
@media all and (min-width: 769px) {
	#header a:hover {
		opacity: 0.7 !important;
	}
}

#header .logo {
	opacity: 0;
}

#header .logo.loaded {
	transition-delay: 0.3s;
	transition-duration: 1.0s;
	opacity: 1;
}

#header .sns p {
	opacity: 0;
}

#header .sns p:nth-of-type(1).loaded {
	transition-delay: 0.6s;
	transition-duration: 1.0s;
	opacity: 1;
}

#header .sns p:nth-of-type(2).loaded {
	transition-delay: 0.8s;
	transition-duration: 1.0s;
	opacity: 1;
}

#header .btn_contact p {
	opacity: 0;
}

#header .btn_contact p.loaded {
	transition-delay: 1.2s;
	transition-duration: 1.0s;
	opacity: 1;
}

#header .btn_contact p.btn_tel.loaded {
	transition-delay: 1.0s;
	transition-duration: 1.0s;
	opacity: 1;
}

.btn_hamburger {
	opacity: 0;
}

.btn_hamburger.loaded {
	transition-delay: 1.5s;
	transition-duration: 1.0s;
	opacity: 1;
}

body.index #main_img img#main_img_message {
	opacity: 0;
}

body.index #main_img img#main_img_message.loaded {
	transition-delay: 1.8s;
	transition-duration: 2.0s;
	opacity: 1;
}

#top_info {
	opacity: 0;
}

#top_info.loaded {
	transition-delay: 2.4s;
	transition-duration: 3.0s;
	opacity: 1;
}