@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. link
 ├ 1-1. content text link
 ├ 1-2. tel link
 └ 1-3. side link
 2. title (h2,h3,h4)
 ├ 2-1. h2
 ├ 2-2. h3
 └ 2-3. h4
 3. bt
 4. base template
 5. SNS
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 ├ 6-3. table02
 └ 6-4. hours
 7. news
 ├ 7-1. default
 └ 7-2. title change
 8. 汎用プロパティ
 ├ 8-1. float
 ├ 8-2. margin
 ├ 8-3. text-align
 ├ 8-4. 画像の配置
 ├ 8-5. 画像の装飾
 ├ 8-6. rollover（透過）
 ├ 8-7. pc sp change
 └ 8-7. w960
 9. other
 ├ 9-1. before-after
 ├ 9-2. list
 ├ 9-3. flow
 └ 9-4. qa 
 10. MAP
 11. full
 12. inquiry
 13. singlebox
 ├ 13-1. 2 column
 ├ 13-2. 3 column
 └ 13-3. 4 column
 14. 動画テンプレート
 15. 管理画面
 16. 下層TPL
 17. お問い合わせバナー(フッター下部固定)

-------------------------------------------------------------
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. link
 ├ 1-2. tel link
 └ 1-3. side link
 3. bt
 4. base template
 6. table
 └ 6-4. hours
 9. other
 └ 9-1. before-after
 10. MAP
 11. full
 13. singlebox
 └ 13-4. common column

******************************************************************************* */
/* =====================================
　■　共通
=====================================*/
body {
	background: #fff;
	font-family: 'Noto Serif JP', serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.08em;
	color: #727171;
	word-break: break-all;
}
.clearfix:after {
	height: 0;
}
table {
	width: 100%;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
.half {
	display: inline-block;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
a {
	color: #232323;
}
a:link {
	color: #232323;
}
a:hover {
	color: #3c5c92;
}
a.txt_link {
	color: #3c5c92;
	text-decoration: underline;
}
a.txt_link:hover {
	text-decoration: none;
}
.btn_pageTop {
	bottom: 65px;
}
 @media screen and (max-width: 767px) {
.btn_pageTop {
	bottom: 15%;
}
.height_auto {
	height: auto !important;
}
}

/*--------------------------------------
		width
--------------------------------------*/
@media screen and (max-width: 1000px) {
.gnv_tmp_width_1000 {
	width: 96%;
}
}
 @media screen and (max-width: 767px) {
.gnv_tmp_width_1000 {
	width: 94%;
}
}
/*--------------------------------------
	　　pc tab sp change
--------------------------------------*/
.pc_tab {
	display: block;
}
.tab_sp {
	display: none;
}
 @media screen and (max-width: 1000px) {
.pc_tab {
	display: none;
}
.tab_sp {
	display: block;
}
}
/*--------------------------------------
		　btn
--------------------------------------*/
.btn_list li {
	float: left;
	width: 30.5%;
	margin-left: 4.25%;
}
.btn_list li:first-child {
	margin: 0;
}
 @media screen and (max-width: 767px) {
.btn_list li {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
}
/* =====================================
　■　サイトマップ
===================================== */
ul.sitemap li a {
	font-weight: normal;
}
/* =====================================
　■　BLOG
===================================== */
.blog #content .contentArea .date {
	color: #0e316b;
}
.blog #content .contributor {
	color: #918a87;
}
.blog_search_input input {
	width: 100%;
	box-sizing: border-box;
}
.blog #content h3.entry-title {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #856825;
	position: relative;
	background: #f6f3e6;
	padding: 15px 10px;
}
.blog #content h3.entry-title a {
	color: #856825;
}
.blog #content h3.entry-title a:hover {
	color: #0d306a;
	text-decoration: none;
}
#blogBody .blogArea:after {
	clear: both;
	content: "";
	display: block;
}
/* =====================================
　■　pagenation
===================================== */
#pagenation li a {
	letter-spacing: 0;
	line-height: 2;
}
#pagenation .active a, #pagenation a.active:hover, #pagenation li a:hover {
	background: #3c5c92;
	color: #fff;
}
/* =====================================
　■　NotFound
===================================== */
#notfoundBody form input {
	font-family: sans-serif;
}
#notfoundBody .inq_section .lead_box p.lead,
#notfoundBody .inq_section .lead_box p.txt,
#notfoundBody .footer_access_box p.access_txt {
	text-align: left;
}
/* =====================================
　■　Content
===================================== */
#content, #websiteNewsDetail #content {
	min-height: 870px;
}
#newsList #content, #websiteNewsDetail #content, #notfoundBody #content, #sitemapBody #content, #inquiry #content {
	margin-top: 110px;
}
 @media screen and (max-width: 1000px) {
#newsList #content, #websiteNewsDetail #content, #notfoundBody #content, #sitemapBody #content, #inquiry #content {
	margin-top: 110px;
}
}
 @media screen and (max-width: 767px) {
#newsList #content, #websiteNewsDetail #content, #notfoundBody #content, #sitemapBody #content, #inquiry #content {
	margin-top: 0;
}
}
/* =====================================
　■　メイン
===================================== */
.top #mainimage {
	margin-top: 0;
}
#mainimage, .under #mainimage {
	margin-top: 110px;
}
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#inquiry #mainimage {
	display: none;
}
.under #content {
	background: url(../image/bg/bg-content.png) no-repeat right top #fff;
	background-size: 580px auto;
}

@media screen and (max-width: 1299px) and (min-width: 1001px) {
#mainimage, .under #mainimage {
	margin-top: 76px;
}
.under #content {
	background: url(../image/bg/bg-content.png) no-repeat right top #fff;
	background-size: 260px auto;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
#mainimage, .under #mainimage {
	margin-top: 76px;
}
.under #content {
	background: url(../image/bg/bg-content.png) no-repeat right top #fff;
	background-size: 180px auto;
}
}
@media screen and (max-width: 767px) {
#mainimage, .under #mainimage {
	margin-top: 0;
}
.under #content {
	background: url(../image/bg/bg-content.png) no-repeat right top #fff;
	background-size: 140px auto;
}
}
@media screen and (max-width: 480px) {
#mainimage, .under #mainimage {
	margin-top: 0;
}
}
/*--------------------------------------
	　　　topMain
--------------------------------------*/
.top .main_contents {
	background: none;
	width: 100%;
	height: auto;
	min-height: inherit;
}
#mainimage .main_catch {
	width: 34%;
	position: absolute;
	left: 5%;
	z-index: 100;
	bottom: 10%;
	max-width: 485px;
}
.camera_caption > div {
	background: none !important;
	padding: 0 !important;
}
.camera_prev, .camera_next {
	background: none !important;
	width: 50px !important;
	height: 70px !important;
	opacity: 1 !important;
}
.camera_prev > span,
.camera_next > span {
	height: 70px !important;
	width: 50px !important;
	opacity: 0.5;
}
.camera_prev > span {
	background: url(../image/icon/btn_prev.png) no-repeat center center !important;
	background-size: 50px 70px;
}
.camera_next > span {
	background: url(../image/icon/btn_next.png) no-repeat center center !important;
	background-size: 50px 70px !important;
}
.camera_next > span {
	background-position: 0 0 !important;
}
@media screen and (max-width: 1000px) {
#mainimage .main_catch {
	left: 7%;
}
}
@media screen and (max-width: 767px) {
#mainimage .main_catch {
	width: 80%;
	left: 10%;
	bottom: 5%;
	max-width: none;
}
.camera_prev, .camera_next {
	width: 30px !important;
	height: 42px !important;
	display: block !important;
}
.camera_prev > span,
.camera_next > span {
	height: 42px !important;
	width: 30px !important;
}
.camera_prev > span {
	background: url(../image/icon/btn_prev.png) no-repeat center center !important;
	background-size: 30px 42px !important;
}
.camera_next > span {
	background: url(../image/icon/btn_next.png) no-repeat center center !important;
	background-size: 30px 42px !important;
}
}
@media screen and (max-width: 480px) {
.camera_prev, .camera_next {
	width: 20px !important;
	height: 28px !important;
	display: block !important;
}
.camera_prev > span,
.camera_next > span {
	height: 28px !important;
	width: 20px !important;
}
.camera_prev > span {
	background: url(../image/icon/btn_prev.png) no-repeat center center !important;
	background-size: 20px 28px !important;
}
.camera_next > span {
	background: url(../image/icon/btn_next.png) no-repeat center center !important;
	background-size: 20px 28px !important;
}
}

/*--------------------------------------
	　　　underMain
--------------------------------------*/
.under #mainimage {
	height: auto;
}
.under #mainimage .under_mainimage {
	background: url(../image/bg/titlebg_h2.png) no-repeat center top;
	background-size: cover;
	height: auto;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
	height: 182px;
	padding: 10px 0;
	box-sizing: border-box;
}
.under #mainimage .under_mainimage h2,
.under #mainimage .under_mainimage p {
	display: table-cell;
	font-family: 'Noto Serif JP', serif;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0.3em;
	color: #fff;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}
 @media screen and (max-width: 767px) {
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
	height: 140px;
}
.under #mainimage .under_mainimage h2 {
	font-size: 32px;
	letter-spacing: 0.2em;
}
}
/* =====================================
　■　UNDER
===================================== */
/*--------------------------------------
		20170904
--------------------------------------*/
.gallery_section {
	margin: 0;
}
.gallery_area {
	background-image: url(../image/photo/top_circle.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
.gallery_area {
	background-image: url(../image/photo/top_circle_sp.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 100px;
	background-size: cover;
}
}


/*--------------------------------------
		20170830
--------------------------------------*/
dl.price {
	display: table;
	width: 100%;
	background: url(../image/bg/bg-table-line.png) no-repeat center bottom;
	background-size: 100% 1px;
	padding-bottom: 1px;
	letter-spacing: 0.1em;
}
dl.price dt {
	display: table-cell;
	width: 50%;
	text-align: left;
	padding: 9px 10px 7px;
}
dl.price dd {
	display: table-cell;
	padding: 9px 10px 7px;
	text-align: right;
}

/* 20230331 add */
dl.price span {
	font-size: 60%;
	display: block;
}

.greeting_box {
	background: url(../image/photo/0830_bg-greeting.jpg) no-repeat center center;
	background-size: cover;
	padding: 45px 50px 62px;
}
.greeting_box p {
	font-size: 15px;
	letter-spacing: 0.24em;
	color: #444;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}
.greeting_box p.lead {
	font-size: 30px;
}
.greeting_box p.txt {
	margin: 25px 0 43px;
}
.greeting_box p.name img {
	max-width: 235px;
}
ul.pic_list li {
	float: left;
	width: 25%;
}
.bridal_box {
	background: url(../image/photo/0830_bg01.png) no-repeat center center;
	background-size: cover;
	padding: 90px 100px 90px;
}
.bridal_box .inner {
	float: left;
	width: 70%;
	max-width: 650px;
}
.pink_box {
	background: url(../image/photo/0830_bg02.png) no-repeat center center;
	background-size: cover;
	padding: 120px 65px 120px;
}
.pink_box .box_title {
	color: #b71d22;
	border-bottom: 1px solid #b71d22;
	padding-bottom: 15px;
}
.merit_box {
	background: url(../image/bg/merit-bg01.png) no-repeat center top, url(../image/bg/merit-bg04.png) no-repeat center bottom;
	background-size: 100% 4px, 100% 4px;
	padding: 50px 0;
	position: relative;
	text-align: center;
}
.merit_box:before {
	display: block;
	content: "";
	width: 44px;
	height: 20px;
	background: url(../image/icon/icon-h3_right.png) no-repeat left top;
	position: absolute;
	top: 16px;
	left: 0;
	margin-top: 0;
}
.merit_box:after {
	display: block;
	content: "";
	width: 44px;
	height: 20px;
	background: url(../image/icon/icon-h3_left.png) no-repeat left top;
	position: absolute;
	top: 16px;
	right: 0;
	margin-top: 0;
}
.merit_box .inner {
	background: url(../image/bg/merit-bg02.png) no-repeat left center, url(../image/bg/merit-bg03.png) no-repeat right center;
	padding: 0;
	position: relative;
	background-size: 4px 100%, 4px 100%;
}
.merit_box .inner:before {
	display: block;
	content: "";
	width: 44px;
	height: 20px;
	background: url(../image/icon/icon-h3_right.png) no-repeat left top;
	position: absolute;
	bottom: -30px;
	left: 0;
	margin-top: 0;
}
.merit_box .inner:after {
	display: block;
	content: "";
	width: 44px;
	height: 20px;
	background: url(../image/icon/icon-h3_left.png) no-repeat left top;
	position: absolute;
	bottom: -30px;
	right: 0;
	margin-top: 0;
}
.merit_box ul {
	padding: 25px 80px 40px;
}
.merit_box li {
	margin-bottom: 30px;
}
.merit_box li:last-child {
	margin-bottom: 0;
}
.merit_box li .style_title {
	padding: 0 0 15px;
	text-align: center;
	border-bottom: 1px solid #294779;
	margin-bottom: 15px;
	display: inline-block;
}
.merit_box li .style_title:before {
	display: none;
}

.flow_title_box {
	background: #0e316b;
	color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.flow_title_box .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	line-height: 1.5;
	font-size: 18px;
}
.step_box {
		background: url(../image/bg/merit-bg02.png) no-repeat 180px top;
		background-size: 4px 100%;
		margin-bottom: 70px;
}
.step_item {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: url(../image/bg/bg-double-line.png) no-repeat center top;
	background-size: 100% 4px;
	padding: 20px 0;
}
.step_item.last {
	width: 100%;
		background: url(../image/bg/bg-double-line.png) no-repeat center bottom, url(../image/bg/bg-double-line.png) no-repeat center top;
		background-size: 100% 4px,100% 4px;
}
.step_item .num_box {
	display: table-cell;
	width: 180px;
	padding: 10px;
	vertical-align: middle;
		text-align: center;
		font-size: 18px;
		box-sizing: border-box;

		position: relative;
}
.step_item .num_box:before {
	position: absolute;
	display: block;
	width: 40px;
	height: 12px;
	content: "";
	background: url(../image/icon/icon-step.png) no-repeat center center;
	top: 50%;
	margin-top: -6px;
	right: -20px;
}

.step_item .num_box span {
		display: block;
		color: #0e316b;
}
.step_item .detail_box {
	display: table-cell;
	width: auto;
	padding: 10px 40px;
	vertical-align: middle;
}
.step_item .detail_box img {
	   width: 35%;
	   float: right;
	   margin: 0 0 0 20px;
}



@media screen and (max-width: 1000px) {
.bridal_box {
	padding: 50px;
}
.pink_box {
	padding: 50px 15px;
}
.greeting_box {
	padding: 45px 50px 35px;
}
.greeting_box p.lead {
	font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.bridal_box {
	padding: 0;
	background: none;
}
.bridal_box .inner {
	float: none;
	width: 100%;
	max-width: none;
}
.pink_box {
	background: url(../image/photo/0830_bg02.png) no-repeat center center;
	background-size: cover;
	padding: 20px 0;
}
.merit_box ul {
	padding: 0 20px 15px;
}
.step_item .detail_box img {
	   width: 100%;
	   float: none;
	   margin: 0 auto 20px;
}
.greeting_box {
	padding: 25px 25px;
	background: url(../image/photo/0830_bg-greeting.jpg) no-repeat 75% center;
	background-size: cover;
}
.greeting_box p {
	letter-spacing: 0.1em;
}
.greeting_box p.txt {
	margin: 10px 0 15px;
}
.greeting_box p.lead {
	font-size: 20px;
	letter-spacing: normal;
}
.greeting_box p.name img {
	max-width: 200px;
}
}

@media screen and (max-width: 480px) {
.step_box {
	background: none;
}
.step_item {
	display: block;
	position: relative;
	padding: 20px 0 50px;
}
.step_item:before {
	position: absolute;
	display: block;
	width: 40px;
	height: 12px;
	content: "";
	background: url(../image/icon/icon-step.png) no-repeat center center;
	left: 50%;
	margin-left: -20px;
	bottom: 20px;
}
.step_item .num_box {
	display: block;
	width: auto;
	padding: 0 0 20px;
}
.step_item .num_box:before,
.step_item.over:before {
	display: none;
}
.step_item .detail_box {
	display: block;
	padding: 0;
}
.greeting_box {
	padding: 10px;
}
.greeting_box p.lead {
	font-size: 14px;
	letter-spacing: normal;
	margin-bottom: 0;
}
.greeting_box p {
	font-size: 13px;
	letter-spacing: normal;
}
.greeting_box p.name img {
	max-width: 150px;
}
}


/*--------------------------------------
		共通
--------------------------------------*/
.bg_box {
	background: #f6f8ff;
	padding: 30px;
}
.border_box {
	border: 1px solid #294779;
	padding: 30px;
}
.box_list > li {
	margin-top: 30px;
}
.box_list > li:first-child {
	margin: 0;
}
.box_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	color: #294779;
	margin-bottom: 20px;
}
.style_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	color: #294779;
	position: relative;
	padding-left: 20px;
}
.style_title:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #294779;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 50%;
	margin-top: -4px;
}
.catch {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	color: #294779;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
}
.txt_color {
	color: #294779;
		vertical-align: baseline;
}
.max_image img {
	width: auto !important;
	max-width: 100%;
}
.style_box {
	border: 1px solid #e4dbb3;
}
.style_list {
	padding: 35px;
}
.style_list li {
	margin-top: 20px;
}
.style_list li:first-child {
	margin: 0;
}
.b_06 table.price tr:first-child .b_06_item,
.b_06 table.price tr:first-child .b_06_content {
	border-top: none !important;
}
.b_06 table.price th {
	background: none;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #9dc3e6 !important;
	font-weight: normal;
	text-align: left;
	width: 60%;
}
.b_06 table.price td {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #4472c4 !important;
	text-align: right; 
}
table.price th {
	background: #f6f8ff;
	padding: 9px 10px 7px;
	border: 1px solid #ccc !important;
	font-weight: normal;
	text-align: center;
}
table.price td {
	border: 1px solid #ccc !important;
	padding: 9px 10px 7px;
	text-align: center;
}
table.price td img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
 @media screen and (max-width: 767px) {
.style_title {
	font-size: 22px;
	letter-spacing: 0.1em;
}
.style_list {
	padding: 20px;
}
table.price th,
table.price td {
	padding: 9px 5px 7px;
	letter-spacing: normal;
	font-size: 80%;
}
}
/*--------------------------------------
	　　column margin
--------------------------------------*/
.b_11_3.b_11_3_column2 div.column_l {
	padding-right: 10px;
}
.b_11_3.b_11_3_column2 div.column_r {
	padding-left: 10px;
}
 @media screen and (max-width: 767px) {
.b_11_3.b_11_3_column2 div.column_l, .b_11_3.b_11_3_column2 div.column_r {
	display: block;
	width: 100%;
	padding: 0;
}
.b_11_3.b_11_3_column2 div.column_l {
	margin-bottom: 2em;
}
}
/* 2列リスト */
.column2_list div.clearfix, .column2_list li {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	vertical-align: top;
}
 @media screen and (max-width: 767px) {
.column2_list div.clearfix, .column2_list li {
	display: block;
	width: 100%;
}
}
/* 3列リスト */
.column3_list div.clearfix, .column3_list li {
	display: inline-block;
	width: 32.5%;
	box-sizing: border-box;
	vertical-align: top;
}
 @media screen and (max-width: 767px) {
.column3_list div.clearfix, .column3_list li {
	display: block;
	width: 100%;
}
}
/* -------------------------------------
	　　　番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list li:before {
	background: #650721;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 18px;
	height: 26px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 26px;
	padding-top: 2px;
	letter-spacing: 0;
}
.num_list li {
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
}
.num_list li:last-child {
	margin-bottom: 0;
}
/*--------------------------------------
		流れ
--------------------------------------*/
.flowList {
	background: #f6f8ff;
	position: relative;
	padding: 30px;
		margin-bottom: 68px;
}
.flowList:after {
	content: "";
	display: block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 18px solid #f6f8ff;
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -7px;
		visibility: visible;
}
.flowList.last:after {
	display: none;
}
.flowList .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	color: #0e316b;
	position: relative;
	margin-bottom: 15px;
}
.flowList .title span {
	vertical-align: top;
	background: #0e316b;
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	letter-spacing: 0;
	font-size: 18px;
	margin-right: 10px;
}
/* =====================================
　■　TOP
===================================== */
.title_area {
	background: url(../image/bg/bg-title_area.jpg) repeat left top;
	background-size: auto auto;
	padding: 54px 0 51px;
	margin: 0;
}
.title_area h2 {
	background: url(../image/logo/icon-logo.png) no-repeat center top;
	background-size: 43px 58px;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #434242;
	margin: 0;
	text-align: center;
	padding-top: 70px;
}
.title_area .en_tit {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #07275e;
	letter-spacing: 0.3em;
}
.title_area h2 .en_tit {
	margin-top: 14px;
}
@media screen and (max-width: 767px) {
.title_area {
	padding: 22px 0;
	margin: 0;
}
.title_area h2 {
	font-size: 26px;
	letter-spacing: 0.1em;
}
}
/* -------------------------------------------
	 当院の特徴
--------------------------------------------- */
.feature_section {
	margin: 0;
	padding: 0; 
}
.feature_section li {
	float: left;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;

	width: 33.33%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.feature_section li:nth-child(-n+3) {
	border-top: none;
}
.feature_section li:nth-child(3n+1) {
	border-left: none;
}
.feature_section li:nth-child(1):after {
	background: url(../image/bg/bg-menu01.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(2):after {
	background: url(../image/bg/bg-menu02.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(3):after {
	background: url(../image/bg/bg-menu03.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(4):after {
	background: url(../image/bg/bg-menu04.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(5):after {
	background: url(../image/bg/bg-menu05.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(6):after {
	background: url(../image/bg/bg-menu06.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:hover:after {
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.feature_section li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/*.feature_section li a {
	display: none;
}*/
.feature_section li a {
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	text-indent: -9999px;
}
.feature_section li a:hover {
	text-decoration: none;
}
.feature_section li a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: none;
	border-bottom: 10px solid #fff;
	position: absolute;
	bottom: 9px;
	right: 8px;
}
.feature_section li .detail_box {
	z-index: 1;
	position: relative;
	padding: 65px 60px 65px;
}
.feature_section li .detail_box p.title {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 1.7;
	margin-bottom: 27px;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	text-align: center;
	letter-spacing: 0.3em;
}
.feature_section li .detail_box p.title span.small {
	font-size: 20px;
	letter-spacing: 0.25em;
	vertical-align: baseline;
}
.feature_section li .detail_box p {
	line-height: 2.6;
	font-size: 15px;
	letter-spacing: 0.4em;
}
@media screen and (max-width: 1900px) {
.feature_section li .detail_box {
	padding: 53px 40px 50px;
}
.feature_section li .detail_box p.title {
	font-size: 24px;
	letter-spacing: 0.1em;
}
.feature_section li .detail_box p.title span.small {
	letter-spacing: 0.1em;
	font-size: 18px;
}
.feature_section li .detail_box p {
	letter-spacing: 0.2em;
}
}
@media screen and (max-width: 1000px) {
.feature_section li .detail_box {
	padding: 30px 25px;
}
.feature_section li .detail_box p.title {
	font-size: 20px;
	letter-spacing: normal;
}
.feature_section li .detail_box p.title span.small {
	font-size: 16px;
	letter-spacing: normal;
}
.feature_section li .detail_box p {
	letter-spacing: 0.1em;
}
}
@media screen and (max-width: 767px) {
.feature_section {
	margin: 0;
}
.feature_section ul {
	width: 100%;
	margin: 0 auto;
}
.feature_section li {
	float: none;
	border-left: none;
	border-top: none;
	width: 100%;
	margin-top: 2px;
}
.feature_section li:first-child {
	margin-top: 0;
}
.feature_section li:nth-child(1):after {
	background: url(../image/bg/bg-menu01_sp.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(2):after {
	background: url(../image/bg/bg-menu02_sp.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(3):after {
	background: url(../image/bg/bg-menu03_sp.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(4):after {
	background: url(../image/bg/bg-menu04_sp.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(5):after {
	background: url(../image/bg/bg-menu05_sp.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:nth-child(6):after {
	background: url(../image/bg/bg-menu06_sp.jpg) no-repeat center center;
	background-size: cover;
}
.feature_section li:hover:after {
	-moz-transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}
.feature_section li .detail_box {
	padding: 25px;
}
.feature_section li .detail_box .box_inner {
	min-height: 100px;
	display: table;
	width: 100%;
}
.feature_section li .detail_box p.title {
	font-size: 30px;
	letter-spacing: 0.2em;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
}
.feature_section li .detail_box p.title {
	font-size: 26px;
	letter-spacing: 0.2em;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.feature_section li .detail_box p.title span.small {
	font-size: 22px;
	letter-spacing: 0.2em;
}
/*.feature_section li .detail_box p.pc {
	display: block !important;
}*/
}
@media screen and (max-width: 480px) {
.feature_section li .detail_box {
	padding: 10px 20px;
}
.feature_section li .detail_box .box_inner {
	min-height: 80px;
}
.feature_section li .detail_box p.title {
	font-size: 22px;
	letter-spacing: 0.1em;
}
.feature_section li .detail_box p.title span.small {
	font-size: 16px;
	letter-spacing: 0.1em;
}
}


/* -------------------------------------------
	 当院の矯正治療
--------------------------------------------- */
.ortho_section {
	margin: 0;
	padding: 75px 0;
}
.ortho_section.item01 {
	background: url(../image/photo/bg-ortho_01.jpg) no-repeat center center;
	background-size: cover;
	padding-left: 80px;
}
.ortho_section.item02 {
	background: url(../image/photo/bg-ortho_02.jpg) no-repeat center center;
	background-size: cover;
	padding-right: 80px;
}
.ortho_section.item03 {
	background: url(../image/photo/bg-ortho_03.jpg) no-repeat center center;
	background-size: cover;
	padding-left: 80px;
}
.ortho_section .ortho_box {
	max-width: 715px;
	width: 50%;
}
.ortho_section.item02 .ortho_box {
	float: right;
}
.ortho_section .ortho_box p.title {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 1.3;
	color: #434242;
	margin: 0 0 27px;
	letter-spacing: 0.2em;
}
.ortho_section .ortho_box p.title .en_title {
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #07275e;
	letter-spacing: 0.24em;
	margin-left: 25px;
	vertical-align: baseline;
}
.ortho_box .gnv_tmp_bt {
	margin-top: 25px;
}
.ortho_box .gnv_tmp_bt a {
	max-width: 364px;
	float: right;
}
@media screen and (max-width: 1200px) {
.ortho_section.item01 {
	padding-left: 30px;
	background: url(../image/photo/bg-ortho_01.jpg) no-repeat 60% center;
	background-size: cover;
}
.ortho_section.item02 {
	padding-right: 30px;
	background: url(../image/photo/bg-ortho_02.jpg) no-repeat 30% center;
	background-size: cover;
}
}
@media screen and (max-width: 767px) {
.ortho_section {
	background: none !important;
	margin: 0;
	padding: 65px 0 !important;
}
.ortho_section.item02 {
	padding-top: 0 !important;
}
.ortho_section .ortho_box {
	max-width: none;
	width: 94%;
	float: none !important;
	margin: 0 auto;
}
.ortho_section .ortho_box p.title {
	text-align: center;
}
.ortho_section .ortho_box p.title .en_title {
	display: block;
	margin: 13px 0 0;
}
.ortho_box .gnv_tmp_bt a {
	max-width: none;
	float: none;
}
}

/* -------------------------------------------
	 こんなお悩みはありませんか？
--------------------------------------------- */
.worries_section {
	 background:url(../image/bg/bg-worries.jpg) no-repeat center center;
	 background-size: cover;
	 padding: 95px 0;
	 margin: 0;
}
.worries_section li {
	float: left;
	width: 22.6%;
	margin-left: 3.2%;
	box-shadow: 0 0 15px rgba(155, 155, 155, 0.20);
}
.worries_section li:nth-child(-n+4) {
	margin-bottom: 3.6%;
}
.worries_section li:nth-child(4n+1) {
	margin-left: 0;
}
@media screen and (max-width: 767px) {
.worries_section {
	background: url(../image/bg/bg-worries_sp.jpg) no-repeat center center;
	background-size: cover;
	padding: 65px 0;
}
.worries_section li {
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	float: left;
	width: 50%;
	margin: 0 !important;
	box-sizing: border-box;
	box-shadow: none;
}
.worries_section li:nth-child(-n+2) {
	border-top: none;
}
.worries_section li:nth-child(2n+1) {
	border-left: none;
	clear: both;
}
}
/* -------------------------------------------
	 院長あいさつ
--------------------------------------------- */
.greeting_section {
	background: url(../image/bg/bg-greeting.png) no-repeat center center;
	background-size: cover;
	padding: 37px 0 110px;
	margin: 0;
}
.greeting_section .title_area {
	background: none;
}
.greeting_section .inner {
	margin: 22px 0 70px;
}
.greeting_section .pic_box {
	width: 35%;
	float: left;
	max-width: 341px;
	margin-top: 15px;
}
.greeting_section .txt_box {
	width: 62%;
	float: right;
	max-width: 605px;
}
.greeting_section .txt_box .lead_txt {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: 0.26em;
	color: #07275e;
	margin-bottom: 30px;
}
.greeting_section .txt_box .txt {
	line-height: 2.7;
}
.greeting_section .txt_box .name_txt {
	text-align: right;
	margin-bottom: 25px;
}
.greeting_section .txt_box .name_txt img {
	max-width: 283px;
}
.greeting_section .btn_list {
	max-width: 935px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
.greeting_section .txt_box .lead_txt {
	font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.greeting_section {
	padding: 0 0 55px;
	background: #fff;
}
.greeting_section .pic_box {
	width: 100%;
	float: none;
	max-width: none;
	margin-top: 0;
}
.greeting_section .txt_box {
	width: 100%;
	float: none;
	max-width: none;
	margin-top: 20px;
}
.greeting_section .txt_box .lead_txt {
	letter-spacing: 0.1em;
}
.greeting_section .txt_box .txt {
	line-height: 2;
}
}

/* -------------------------------------------
	 マップ
--------------------------------------------- */
.map_section {
	 margin: 0;
	 text-align: center;
}
.map_section .gnv_tmp_map {
	 padding-top: 400px;
}
#map {
	 width: 100%;
	 height: 450px;
	 margin: 0 auto;
	 overflow: hidden;
}

/* =====================================
　■　Header
===================================== */
#header {
	background: rgba(255, 255, 255, 0.75);
	transition: all 0.5s ease 0s;
}
.header_block {
	margin: 0 !important;
	max-width: 100%;
	height: 110px;
}
.header_block h1,
.header_block p {
	width: 311px !important;
	margin: 25px 0 0 24px;
}
.header_right_box {
	width: 260px;
	margin: 0;
	line-height: 1;
}
.header_right_box img {
	margin: 0;
	/* width: 100% !important; */
}
.header_right_box img.pc_tel {
	margin-bottom: 1px;
}

#header_menu_block {
	background: none;
	float: right;
	width: 50%;
	max-width: 700px;
}
.header_menu {
	height: auto;
	padding: 0;
}
.header_menu .g_nav > li {
	display: table;
	height: 110px !important;
	width: 20% !important;
	box-sizing: border-box;
	padding: 0 !important;
}
.header_menu .g_nav li.nav02::after,
.header_menu .g_nav li.nav03::after,
.header_menu .g_nav li.nav04::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 4px solid #0a1b73;
	bottom: 5px;
	content: "";
	left: calc(50% - 4px);
	position: absolute;
}
.header_menu .g_nav > li img {
	width: auto;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.25em;
	color: #151515;
	padding: 10px 5px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.header_menu .g_nav li.nav02 span,
.header_menu .g_nav li.nav03 span {
	cursor: default;
}
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
	background: none;
}
.header_menu .g_nav > li > a:hover:after,
.header_menu .g_nav > li > span:hover:after,
.header_menu .g_nav > li.hover > a:after,
.header_menu .g_nav > li.hover > span:after {
	display: block;
	content: "";
	position: absolute;
	background: #0e316b;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
}
.header_menu .g_nav li span.en_tit {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	color: #85732e;
	margin-top: 10px;
	padding: 0;
}
.header_menu .g_nav > li:first-child span.en_tit {
	margin-top: 4px;
}
.submenu {
	background: #e8e3df;
	margin-top: 0;
	opacity: 1;
}
.header_sub_menu {
	background: #f6f8ff;
	margin: 0 auto;
	overflow: hidden;
	width: 260px;
	top: 110px;
	left: 0;
	padding: 35px 0 35px 0;
	box-sizing: border-box;
}
.header_sub_menu .nav_title {
	color: #0a1b73;
	float: none;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin: 0 auto 16px;
	max-width: 1000px;
	padding: 0 14px 0 30px;
	text-align: left;
	width: 100% !important;
}
.g_nav_sub {
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
}
.header_menu .g_nav .submenu li.g_nav_sub_row {
	float: none;
	line-height: 1.4;
	position: relative;
}
.header_menu .g_nav .submenu li.g_nav_sub_row:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid #0a1b73;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	left: 32px;
	top: 20px;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	background: none;
	box-sizing: border-box;
	border: none;
	color: #151515;
	cursor: pointer;
	display: block;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	padding: 14px 14px 14px 48px;
	text-align: left;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background-color: #d9dce9;
	color: #a98734;
}

@media screen and (max-width: 1699px) and (min-width: 1001px) {
.header_block {
	height: 76px;
}
.header_block h1 {
	width: 220px !important;
	margin: 16px 0 0 30px;
}
.header_block p {
	width: 200px;
	margin: 16px 0 0 30px;
}
.header_right_box {
	width: 180px;
}
.header_menu .g_nav > li {
	height: 76px !important;
}
.header_menu .g_nav > li > a, .header_menu .g_nav > li > span {
	letter-spacing: 0.1em;
	font-size: 15px;
}
.header_sub_menu {
	top: 76px;
}
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
.header_block {
	height: 76px;
}
.header_block h1,
.header_block p {
	margin: 22px 0 0 15px;
	width: 170px !important;
}
.header_right_box {
	width: 180px;
}
.header_menu .g_nav > li {
	height: 76px !important;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	font-size: 13px;
	letter-spacing: normal;
	padding: 10px 2px;
}
.header_sub_menu {
	top: 76px;
}
}

@media screen and (max-width: 767px) {
#header {
	left: inherit;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1000;
}
.header_block {
	height: auto;
	width: 100%;
	margin: 15px auto 0 !important;
}
.header_block h1,
.header_block p {
	margin: 5px 0 0 15px;
	width: 311px !important;
	max-width: 311px;
}
.header_right_box {
	margin: 0 15px 15px 0;
	max-width: 100px;
	width: 70px;
}
.header_right_box li.btn_menu {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
}
.header_right_box li.btn_menu a {
	height: auto;
}
#header_menu_block {
	max-width: 100%;
	margin: 0;
	width: 100%;
}
.header_menu {
	background: #0e316b;
}
.header_menu .g_nav {
	background: #0e316b;
}
.header_menu .g_nav > li {
	display: block;
	height: auto !important;
	width: 100% !important;
	border-left: none;
	box-sizing: border-box;
	padding: 0 !important;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: block;
	font-size: 16px;
	padding: 12px 40px 13px 20px;
	color: #fff;
	border-bottom: none;
	border-top: 1px solid #fff;
}
.header_menu .g_nav > li > a:hover:after,
.header_menu .g_nav > li > span:hover:after,
.header_menu .g_nav > li.hover > a:after,
.header_menu .g_nav > li.hover > span:after {
	display: none !important;
}
.header_menu .g_nav li a:before,
.header_menu .g_nav li a:after,
.header_menu .g_nav li span:after,
.header_menu .g_nav li span:before {
	display: none;
}
.header_menu .g_nav > li > span:before {
	display: block;
	content: "";
	background: none;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header_menu .g_nav > li img {
	display: none;
}
.header_menu .g_nav li span.en_tit {
	display: none;
}
.header_menu .g_nav li.nav01 span.en_tit {
	display: block;
	font-size: 16px;
	padding: 0;
	color: #fff;
	margin: 0;
	border: none;
}
.header_menu .g_nav li.nav01 span.en_tit:before,
.header_menu .g_nav li.nav01 span.en_tit:after {
	display: none;
}
.header_menu .g_nav li .submenu {
	background: #f6f8ff;
	border: none;
	line-height: 1.4;
}
.header_menu .g_nav li .submenu .header_sub_menu {
	padding: 30px;
	top: initial;
	left: initial;
}
.header_sub_menu .nav_title {
	text-align: left !important;
}
.g_nav_sub {
	text-align: left;
}
.header_menu .g_nav .submenu li.g_nav_sub_row {
	display: block;
	margin: 5px 0;
}
.header_menu .g_nav li .g_nav_sub_row a:before,
.header_menu .g_nav li .g_nav_sub_row a:after {
	display: none;
}
}


@media screen and (max-width: 480px) {
.header_block h1,
.header_block p {
    width: 200px !important;
}
.header_block h1,
.header_block p {
	/*width: 200px;*/
}
.header_right_box {
	width: 50px;
}
}

/*=====================================
	sub
===================================== */
@media screen and (min-width: 768px) {
	.header_menu .g_nav li > .submenu {
		display: block;
				pointer-events: none;
	}
	.header_menu .g_nav li > .submenu .sub_menu02 {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0 )";
		-moz-transition-duration: .6s;
		-webkit-transition-duration: .6s;
		-o-transition-duration: .6s;
		-ms-transition-duration: .6s;
		transition-duration: .6s;
	}
	.header_menu .g_nav li.hover > .submenu {
				padding-top: 30px;
				pointer-events: auto;
	}
	.header_menu .g_nav li.nav02:hover > .submenu .sub_menu02,
	.header_menu .g_nav li.nav03:hover > .submenu .sub_menu02,
	.header_menu .g_nav li.nav04:hover > .submenu .sub_menu02 {
		opacity: 0.85;
		filter: alpha(opacity=85);
		-ms-filter: "alpha( opacity=85 )";
	}
}
@media screen and (max-width: 767px) {
	.header_menu .g_nav li > .submenu {
		display: none;
	}
	.header_menu .g_nav li > .submenu .sub_menu02 {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}



/* =====================================
　■　コンテンツ下部

===================================== */
#content-bottom {
	background: url(../image/bg/bg-inq.jpg) no-repeat center center;
	background-size: cover;
	padding: 93px 0 81px;
	color: #fff;
	margin: 0;
}
.inq_section .lead_box {
	float: left;
	width: 47%;
	max-width: 470px;
}
.inq_section .inq_box {
	float: right;
	width: 52%;
	max-width: 512px;
	margin-top: 15px;
}
.inq_section .lead_box p.lead {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 17px;
	letter-spacing: 0.18em;
}
.inq_section .lead_box p.txt {
	line-height: 2.4;
	letter-spacing: 0.1em;
}
.inq_section .inq_box ul {
	width: 100%;
	margin-top: 22px;
}
.inq_section .inq_box ul li {
	float: left;
	width: 50%;
}
@media screen and (max-width: 1000px) {
.inq_section .lead_box p.lead {
	font-size: 21px;
	letter-spacing: normal;
}
.inq_section .lead_box p.txt {
	letter-spacing: normal;
	font-size: 13px;
}
}
@media screen and (max-width: 767px) {
#content-bottom {
	background: url(../image/bg/bg-inq_sp.jpg) no-repeat center center;
	background-size: cover;
	padding: 65px 0;
}
.inq_section .lead_box,
.inq_section .inq_box {
	float: none;
	width: 100%;
	max-width: none;
}
}
/* =====================================
　■　Footer
===================================== */
#footer {
	background: #3c5c92;
}
.footer_bg {
	position: relative;
	background: #fff;
	padding: 63px 0 17px;
}
.footer_block {
	padding: 0;
}
.footer_block_in {
	margin: 0;
}
.footer_bg .footer_access_box {
	display: block;
	float: none;
	width: 100%;
	min-height: inherit;
	padding: 0 0 47px;
	border-left: none;
	background: none;
	border-bottom: 1px solid #dce0e6;
	margin: 0 0 20px;
}
.footer_access_box .box_left {
	float: left;
	width: 43%;
	padding-right: 20px;
	box-sizing: border-box;
}
.footer_access_box .box_left p {
	text-align: left !important;
}
.footer_access_box .box_left p.footer_logo {
	margin-bottom: 24px;
}
.footer_access_box .box_left img {
	width: auto;
	max-width: 100%;
}
.footer_access_box .access_info {
	float: right;
	width: 57%;
}
.footer_access_box p.access_txt {
	padding: 0;
	line-height: 1.5;
	margin: 0 0 20px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #2e2e2e;
}
.footer_access_box p:last-child {
	margin: 0;
}
.footerLink {
	text-align: center;
}
.footerLink li,
.footerLink li a {
	color: #4b4b4b;
	font-size: 14px;
	vertical-align: top;
	letter-spacing: 0.12em;
}
.footerLink li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding-left: 15px;
}
.footerLink li:last-child {
	margin-right: 0;
}
.footerLink li:before {
	display: block;
	content: "";
	position: absolute;
	background: #41639b;
	border-radius: 50%;
	top: calc(50% - 4.5px);
	left: 0;
	height: 9px;
	width: 9px;
}
.footerLink li a {
	text-decoration: none;
}
.footerLink li a:hover {
	text-decoration: underline;
}
.copyright_bg {
	padding: 10px 0;
}
ul.footer_guide {
	margin: 0;
}
ul.footer_guide li a {
	padding: 0;
	background: none;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.06em;
}
ul.footer_guide li a:hover {
	text-decoration: underline;
}
ul.footer_guide li.copyright {
	color: #fff;
	letter-spacing: 0.06em;
	font-size: 10px;
}
.fixed_box {
	display: none;
}
@media screen and (max-width: 1000px) {
.footer_block {
	width: 94%;
}
.footer_access_box p.access_txt {
	color: #1d120f;
	text-align:left;
}
.footer_access_box p.access_txt a {
	color: #1d120f;
}
ul.footer_guide {
	width: auto;
	margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
#footer {
	padding-bottom: 16%;
}
.footer_block {
	margin: 0 auto;
}
.footer_bg .footer_access_box {
	padding: 0 0 30px;
	margin: 0 0 30px;
}
.footer_access_box .box_left {
	float: none;
	width: 100%;
	max-width: none;
	padding-right: 0;
	margin-bottom: 40px;
}
.footer_access_box .box_left p {
	text-align: center !important;
}
.footer_access_box .box_left p.footer_logo {
	margin-bottom: 24px;
}
.footer_access_box .access_info {
	float: none;
	width: 100%;
}
.footer_access_box p.access_txt {
	text-align: left;
	color: #1d120f;
}
.footer_access_box p.access_txt a {
	color: #1d120f;
}
ul.footer_guide li.copyright {
	padding-right: 0;
}
.fixed_box {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}
.fixed_box ul {
	width: 100%;
}
.fixed_box ul li {
	float: left;
	width: 50%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.fixed_box ul li:last-child {
	border-left: 1px solid #fff;
	border-right: none;
}
.fixed_box a,
.fixed_box span,
.fixed_box img {
	vertical-align: bottom;
}
}
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. link
=====================================*/
/* 1-1. content text link -------------------------- */
.link a {
	text-decoration: underline;
}
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	/*pointer-events: none;*/
	cursor: text;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	top: 5%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
/* =====================================
 2. title (h2,h3,h4)
===================================== */
/* 2-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
	border-bottom: 1px solid #ededed;
	border-top: 3px solid #000;
	width: 100%;
}
.gnv_tmp_h2_bg h2 {
	padding: 10px 15px;
	font-size: 120%;
}
.static #content h2.titleBg, h2.titleBg {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	line-height: 1.4;
	color: #262626;
	position: relative;
	border-bottom: 2px solid #0e316b;
	border-left: none;
	background: none;
	padding: 0 0 15px !important;
	margin-bottom: 20px;
}
/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	background: url(../image/bg/bg-double-line.png) no-repeat center bottom;
	background-size: 100% 4px;
	padding: 0 0 6px;
}
.gnv_tmp_h3_bg h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #856825;
	position: relative;
	padding: 0 50px 10px;
		text-align: center;
}
.gnv_tmp_h3_bg h3:before {
	display: block;
	content: "";
	width: 44px;
	height: 20px;
	background: url(../image/icon/icon-h3_left.png) no-repeat left top;
	position: absolute;
	bottom: 6px;
	left: 0;
	margin-top: 0;
}
.gnv_tmp_h3_bg h3:after {
	display: block;
	content: "";
	width: 44px;
	height: 20px;
	background: url(../image/icon/icon-h3_right.png) no-repeat left top;
	position: absolute;
	bottom: 6px;
	right: 0;
	margin-top: 0;
}
 @media screen and (max-width: 767px) {
.gnv_tmp_h3_bg h3 {
	font-size: 26px;
	letter-spacing: 0.1em;
}
}
/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #a17f30;
	position: relative;
	padding: 0 0 15px;
	background: url(../image/bg/bg-double-line.png) no-repeat center bottom;
	background-size: 100% 4px;
}
.gnv_tmp_h4_bg h4.color {
	color: #2f4d7c;
}
.gnv_tmp_h4_bg h4.merit_title {
	padding: 0;
	background: none;
}
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 20px !important;
}
 @media screen and (max-width: 767px) {
.gnv_tmp_h4_bg h4 {
	font-size: 22px;
	letter-spacing: 0.1em;
}
.gnv_tmp_h4_bg h4:before {
	margin-top: -3px;
}
}
/* 2-3. h5 -------------------------- */
.gnv_tmp_h5_bg h5 {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	color: #0e316b;
	position: relative;
	border-bottom: 2px solid #0e316b;
	background: none;
	padding: 0 0 15px;
}
.text_image .gnv_tmp_h5_bg {
	margin-bottom: 20px !important;
}
/* =====================================
 3. bt
===================================== */
.gnv_tmp_bt a {
	display: block;
	background: #fff;
	color: #a17f30;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.18em;
	padding: 13px 30px 14px;
	position: relative;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.6s ease 0s;
	border: 1px solid #a17f30;
	border-radius: 25px;
}
.gnv_tmp_bt a:after {
	position: absolute;
	content: "";
	display: block;
	transform: rotate(45deg);
	top: 50%;
	background: none;
	border-top: 2px solid #a17f30;
	border-right: 2px solid #a17f30;
	width: 10px;
	height: 10px;
	right: 25px;
	margin-top: -5px;
}
.gnv_tmp_bt a:hover {
	background: #a17f30;
	text-decoration: none;
	color: #fff;
}
.gnv_tmp_bt a:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 35%;
	float: left;
}
/* =====================================
 4. base template
===================================== */
.text_box {
	float: none;
	width: 65%;
}
/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td, .b_06 table th {
	border: none;
	letter-spacing: 0.1em;
}
.b_06_item {
	background: none;
	width: 30%;
	border-bottom: 1px solid #294779 !important;
	text-align: left;
	padding: 10px 0 10px;
	box-sizing: border-box;
	line-height: 1.8;
	font-weight: normal;
}
table tr:first-child .b_06_item {
	border-top: 1px solid #294779 !important;
}
.b_06_content {
	border-bottom: 1px solid #e1e1e1 !important;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	line-height: 1.8;
}
table tr:first-child .b_06_content {
	border-top: 1px solid #e1e1e1 !important;
}
.clinic_table .b_06_item {
	width: 80px;
}
.color_table .b_06_item, .color_table .b_06_content, .color_table tr:first-child .b_06_item, .color_table tr:first-child .b_06_content {
	border: 1px solid #666666 !important;
}
.color_table .b_06_item {
	background: #f5f2ee;
	padding: 17px 10px 12px;
}
.color_table .b_06_content {
	padding: 17px 20px 12px;
}
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* 6-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
	background: #FFFFFF;
	width: 100%;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	padding: 5px 0;
	text-align: left;
	letter-spacing: normal;
}
table.gnv_tmp_table01 thead th {
	background: #f8c6d4;
	border-top: 1px solid #ccc;
}
table.gnv_tmp_table01 th {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table01 td {
	background: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 2px;
	width: 100%;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	padding: 8px 0;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	letter-spacing: 0.1em;
}
table.gnv_tmp_table02 th {
	font-weight: normal;
}
table.gnv_tmp_table02 thead th {
	background: #39578b;
	border: none;
	padding: 8px 0;
	color: #fff;
	width: 10%;
	font-family:'Noto Serif JP', serif;
}
table.gnv_tmp_table02 thead th:last-child {
		width: 15%;
}
table.gnv_tmp_table02 tbody th {
	padding: 8px 0;
	font-family:'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center !important;
	line-height: 1.6;
	letter-spacing: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノUD角ゴ StdN W3", "メイリオ", "Meiryo", sans-serif;
}
/* =====================================
 7. news
===================================== */
.news_section {
	margin: 0 !important;
	padding: 55px 0 67px;
	background: #f6f8ff;
}
/* 7-1. default -------------------------- */
#news_list {
	position: relative;
}
#news dl, #news_list dl {
	border-bottom: 1px solid #dcdcdc;
	padding: 17px 0 16px;
	margin: 0;
}
#news dt, #news_list dt {
	padding: 0;
	float: left;
	width: 254px;
	margin: 0;
	color: #304973;
	font-weight: bold;
}
#news dt .newsNew, #news_list dt .newsNew {
	display: inline-block;
	background: #3c5c92;
	border-radius: 4px;
	color: #fff;
	width: 39px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 0 0 14px;
	vertical-align: middle;
}
#news dd, #news_list dd {
	padding: 0 0 0 254px;
}
#news dd a, #news_list dd a {
	text-decoration: none;
}
 @media screen and (max-width: 767px) {
#news dt, #news_list dt {
	width: 200px;
}
#news dd, #news_list dd {
	padding: 0 0 0 200px;
}
}
 @media screen and (max-width: 479px) {
#news dt, #news_list dt {
	float: none;
	width: 100%;
}
#news dd, #news_list dd {
	padding: 0;
}
}
/* 7-2. title change -------------------------- */
.gnv_tmp_008_title_block h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #3b3b3b;
	line-height: 1.6;
	letter-spacing: 0.3em;
	text-align: left;
	padding-bottom: 17px;
	border-bottom: 1px solid #ddd;
}
.gnv_tmp_008_title_block h2 span {
	display: inline-block;
	font-size: 14px;
	color: #07275e;
	letter-spacing: 0.3em;
	margin-left: 25px;
	font-family: 'Noto Serif JP', serif;
	vertical-align: baseline;
}
.gnv_tmp_008_title_block #news_list h2 {
	display: none;
}
.gnv_tmp_008_title_block #news .newsBt, .gnv_tmp_008_title_block #news_list .newsBt {
	display: inline-block;
	float: none;
	top: -52px;
	width: auto;
	position: absolute;
	right: 0;
	margin-right: 0;
	color: #272727;
}
.gnv_tmp_008_title_block #news .newsBt:hover, .gnv_tmp_008_title_block #news_list .newsBt:hover {
	color: #3c5c92;
}
@media screen and (max-width: 767px) {
.gnv_tmp_008_title_block h2 {
	font-size: 28px;
	letter-spacing: 0.2em;
}
.media .gnv_tmp_008_title_block h2 {
	font-size: 20px;
}
.gnv_tmp_008_title_block h2 span {
	margin-left: 15px;
}
}
/* =====================================
8. 汎用プロパティ
===================================== */
/* 8-1. float -------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 8-2. margin -------------------------- */
.m00 {
	margin: 0 !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.m50 {
	margin: 50px !important;
}
.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr00 {
	margin-right: 0 !important;
}

.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;

}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
/* 8-3. text-align -------------------------- */
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
/* 8-4. 画像の配置 -------------------------- */
/* 基本設定 */
/* right */
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}
/* 個別設定 */
/* left */
.img_l span img {
	float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
	float: right !important;
	margin: 0 0 20px 20px !important;
}
@media screen and (max-width: 767px) {
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: none !important;
	margin: 0 auto 20px !important;
	width: 100% !important;
}
}
/* 8-5. 画像の装飾 -------------------------- */
/* 角丸
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
}
 */
/* 8-6. rollover（透過） -------------------------- */
.rollover a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* 8-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* 8-8. w960 -------------------------- */
.w960 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gMap {
	padding-top: 36.25%;
}
.calenderWrap, .indoorView {
	padding-top: 56.25%
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
@media only screen and (max-width: 480px) {
.gMap {
	padding-top: 220px;
}
.calenderWrap {
	padding-top: 300px;
}
.indoorView {
	padding-top: 240px;
}
}
/*-------------------------------------------------------*/

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(../image/ba_ar.png) no-repeat center 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l, .ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span, .ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p, .ba_box div.column_r p, .ba_box div.column_l span img, .ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
	font-size: 120%;
	font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
/* 9-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 > div.clearfix {
	padding: 3px 0 3px 0;
	box-sizing: border-box;
}
.ic_01 > div.clearfix > span {
	position: relative;
	display: block;
		padding-left: 20px;
}
.ic_01 > div.clearfix > span:before {
	content: "";
	position: absolute;
	background: #294779;
	top: 16px;
	left: 0;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
/* ul */
.ic_01 > ul > li {
	position: relative;
	padding: 3px 0 3px 20px;
	box-sizing: border-box;
}
.ic_01 > ul > li:before {
	content: "";
	position: absolute;
	background: #294779;
	top: 20px;
	left: 1px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 2px 0 2px 30px;
	box-sizing: border-box;
}
.ic_02 .clearfix span {
	position: relative;
	display: block;
}
.ic_02 span:before {
	content: "\00a0";
	display: block;
	border: 2px solid #ff8428;
	height: 16px;
	width: 16px;
	position: absolute;
	left: -28px;
	top: 4px;
}
.ic_02 span:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 8px;
	border: solid #918a87;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: -21px;
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ul */
.ic_02 li {
	position: relative;
	padding: 2px 0 2px 30px;
	box-sizing: border-box;
}
.ic_02 li:before {
	content: "\00a0";
	display: block;
	border: 2px solid #ff8428;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 2px;
	top: 6px;
}
.ic_02 li:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 8px;
	border: solid #918a87;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 9px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印リスト 01 */
.ic_arrow_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 li:hover:before {
	left: -12px;
}
/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 9-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01 {
	margin: 0 auto;

}
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
/* 9-4. qa -------------------------- */
.gnv_tmp_qa_q {
	padding: 10px 0;
	margin-bottom: 20px;
	display: table;
}
.gnv_tmp_qa_q .tit {
	display: table-cell;
	padding-right: 20px;
}
.gnv_tmp_qa_q .tit span {
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ff8428;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}
.gnv_tmp_qa_a {
	padding: 10px 0;
	display: table;
}
.gnv_tmp_qa_a .tit {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.gnv_tmp_qa_a .tit span {
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f5f2ee;
	border-radius: 50%;
	color: #ff8428;
	text-align: center;
	letter-spacing: 0;
}
.gnv_tmp_qa_a .txt, .gnv_tmp_qa_q .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.gnv_tmp_qa_q .txt {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 20px;
	color: #585858;
}
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 40%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}
/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */
/*
.inquiry #content .contentArea {
	margin-top: 0;
}
.inquiry #content .contentArea {
	margin: 0 0 4em;
}
.inquiry #content .btBox {
	margin: 1em 0 0;
}
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
	border-bottom: 1px solid #dedede;
	background: url(../image/h2_bg.gif) no-repeat bottom left;
	font-size: 130%;
	line-height: 1.2;
	padding: 15px;
	border-radius: 0;
	position: relative;
}
.inquiryFormTable {
	border: none;
}
*/
.inquiry .contact_section .contact_tit,
.inquiry .footer_nav_box .footer_tit,
.inquiry .gnv_tmp_008_title_block h2 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.inquiry #content-bottom .contact_section {
	background: url(../image/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}
.inquiry #content .contentArea {
	margin: 1em 0 10em;
}
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt {
	background: #0e316b;
	border: none;
	width: auto;
	padding: 7px 10px;
}
.inquiryFormTable textarea {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.inquiry .header_right_box {
	margin-right: 10px;
	width: 14%;
}
.inquiry #content-bottom .contact_section {
	background: none;
}
#inquiryForm .formL,
#inquiryForm .formM,
#inquiryForm .formS {
	width: 100%;
	box-sizing: border-box;
}
}
/* =====================================
 13. singlebox
===================================== */
/* 2-1. 2 column -------------------------- */
.singlebox2 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 47% !important;
}
/* 2-2. 3 column -------------------------- */
.singlebox3 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 30% !important;
}
/* 2-3. 4 column -------------------------- */
.singlebox4 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 22% !important;
}
/* =====================================
 14. 動画テンプレート
===================================== */
/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
	max-width: 700px;
	margin: 0 auto;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
		width: 700px;
	}
}*/
/* youtubeの縦横比 */
.viemo.b_09>div, .viemo.b_11_3.b_11_3_column2 div.column_l>p, .viemo.b_11_3.b_11_3_column2 div.column_r>p {
	position: relative;
	padding-top: 56.25%;
}
/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
}
}
@media screen and (min-width: 700px) and (max-width: 720px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
	max-width: 720px;
}
}
@media screen and (max-width: 720px) {
.viemo.b_09 {
	padding: 0 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_l {
	padding-left: 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_r {
	padding-right: 10px;
}
}
@media screen and (max-width: 600px) {
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	padding: 0 10px;
}
}
/* =====================================
 15. 管理画面
===================================== */
/* TOPのみ解除 上書き（解除しない） */
.top .hikoukai {
	display: none !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
	background: none repeat scroll 0 0 #555;
	border: 5px solid #777;
	display: block !important;
	padding: 20px 0;
}
/* 管理画面ズレ対応 */
/*div[class*=#drag-temp-pre-content .parts.m] {
 margin: 0!important;
}*/
@media screen and (min-width: 768px) {
#drag-temp-pre-content .sp {
	margin: 0;
	padding: 0;
	height: 0;
}
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "新着情報";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
/* =====================================
 11. full
===================================== */
.content_width_full.under .contents_block {
	margin: 0;
}
.content_width_full .parts {
	background: none;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 1. link
=====================================*/
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	/*pointer-events: auto;*/
	cursor: pointer;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: none;
}
/* =====================================
 3. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	margin: 0 auto;
	float: none;
}
/* =====================================
 4. base template
===================================== */
.text_box {
	float: none;
	width: 100%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 0 20px;
	float: none;
	width: 100%;
}
/* =====================================
 6. table
===================================== */
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 70%;
}
/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(../image/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l, .ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	padding-top: 75%;
}
.gnv_tmp_map iframe {
	right: 0;
	width: 100% !important;
}
/* =====================================
 11. full
===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank, .content_width_full .b_11_2.b_11_2_column3 div.column_blank, .content_width_full .b_11.b_11_column3 div.column_blank, .content_width_full .b_11_3.b_11_3_column3 div.column_blank {
	display: block !important;
}
/* =====================================
 13. singlebox
===================================== */
/* 13-4. common column -------------------------- */
.singlebox2, .singlebox3, .singlebox4 {
	width: 100% !important;
	padding: 0;
}
.singlebox2 .b_11_2_in, .singlebox3 .b_11_2_in, .singlebox4 .b_11_2_in {
	padding: 5px;
}
.singlebox2 .b_11_2_in span img, .singlebox3 .b_11_2_in span img, .singlebox4 .b_11_2_in span img {
	margin: 0;
}
}
/* =====================================
	16. 下層TPL
===================================== */
/*--------------------------------------
	List of Check Design
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*--------------------------------------
	手順矢印(下)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #6fba2c;
	border-right-width: 45px;
	border-left-width: 45px;
}
/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
	background: #ddebf1;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
table.table01,  table .table01 {
	font-size: 85%;
}
.table01 th,  .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01,  table .table01 {
	font-size: 70%;
}
}
/*--------------------------------------
	anchorlinks
--------------------------------------*/
.anchorlinks {
	border: 3px double #333;
	background: #ccc;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 .5em 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #333;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
.anchorlinks {
	padding: 1em 1em .5em 1em;
}
.anchorlinks li {
	width: 50%;
	margin-bottom: .5em;
}
.anchorlinks li:nth-child(even) {
	padding-right: 0;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 1em;
}
}
@media screen and (max-width: 480px) {
.anchorlinks li {
	width: 100%;
	padding-right: 0;
}
}
/*--------------------------------------
	症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img, .case_photo.b_11_2.b_11_2_column2 div.column_r span img, .case_photo.b_11_2.b_11_2_column3 div.column_c span img, .case_photo.b_11_2.b_11_2_column3 div.column_l span img, .case_photo.b_11_2.b_11_2_column3 div.column_r span img {
	width: 100%;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.case_photo.b_11_2_in span img {
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
.case_photo .b_11_2_in span img {
	max-width: 240px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
/*「画像」パーツ用*/
.case_photo.b_10.column_r span img, .case_photo.column_c span img, .case_photo.column_l span img {
	width: 240px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.case_photo.b_10 img {
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
.case_photo.b_10 img {
	max-width: 240px;
}
}
/* =====================================
	17. お問い合わせバナー(フッター下部固定)
===================================== */
/*--------------------------------------
	contact boxs
--------------------------------------*/
.contactBox {
	background: #9ec56b;
	padding: 50px 30px 40px;
}
.contactBox .wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: .12em;
	font-size: 16px;
	color: #fff;
}
.contactBox .wrap h3 {
	margin: 0 0 .2em;
	line-height: 2.33em;
	letter-spacing: .2em;
	font-size: 30px;
	color: #fff;
}
.contactBox .wrap .bnr {
	margin-top: 28px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
.contactBox .wrap .bnr .box {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 5px;
}
.contactBox .wrap .bnr .box:last-child {
	margin-right: 0;
}
.contactBox .wrap .bnr .box img {
	width: 100%;
	max-width: 100%;
}
.contactBox .tb {
	display: none;
}
@media screen and (max-width: 1060px) {
.contactBox .tb {
	display: block;
}
}
@media screen and (max-width: 767px) {
.contactBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: none;
	padding: 0;
}
.contactBox .wrap h3, .contactBox .wrap h3+p {
	display: none;
}
.contactBox .wrap .bnr {
	margin-top: 0;
}
.contactBox .wrap .bnr .box {
	margin: 0 1px 0 0;
}
}
.parts.text_image.kyousei.b_11_3.clearfix p {
	font-size: 150%;
	letter-spacing: 0.12em;
	line-height:2em ;
	@media screen and (max-width: 767px) {
		font-size: 100%;
	}
}
.parts.textarea.kyousei.b_02.clearfix {
	font-size: 150%;
}
.parts.textarea.ttt {
	margin-top: -26px;
}
.parts.text_image.lavial.b_11.clearfix img {
	margin-top: -10px;
}
.parts.text_image.half.b_11.clearfix img {
	margin-top: -10px;
}

.parts.text_image.kyousei.b_11_3.clearfix {
	letter-spacing: 12px;
	line-height: 4em;
}
.txt-note {
	background: #91794d;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 10px 10px;
	position: relative;
	text-align: center;
	width: 80px;
	font-size: 20px;
}
.parts.image.arrow.b_10.clearfix img {
	width: 10%;
	margin-top: 0;
	display: block;
}
.parts.image.syorei.b_10.clearfix img {
	width: 70%;
}
.tit .gnv_tmp_h3_bg {
	margin-top: 90px;
}
@media screen and (min-width: 767px) {
.parts.image.zure.b_10.clearfix img {
	width: 34%;
}
}
@media screen and (max-width: 767px){

.title_area h2 .en_tit {
	margin-top: 4px;
}
.title_area h2 {
	background: url(../image/logo/icon-logo.png) no-repeat center top;
	background-size: 35px 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #434242;
	margin: 0;
	text-align: center;
	padding-top: 55px;
}
.parts.image.syorei.b_10.clearfix img {
	width: 90%;
}

}

/* =====================================
	flex
===================================== */
.flexWrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
.parts.free.baf.b_09 {
	margin-bottom: -127px;
}
.mb30 {
	margin-bottom: 60px !important;
}


@media screen and (max-width: 767px){

.tit .gnv_tmp_h3_bg {
	margin-top: 0px;
}
.parts.free.baf.b_09 {
	margin-bottom: -104px !important;
}
.txt-note {
	background: #91794d;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	padding: 0px 0px 5px;
	position: relative;
	text-align: center;
	width: 80px;
	font-size: 16px;
}
.parts.free.uwaago.b_09 {
	margin-bottom: -35px !important;
}
}

.gnv_tmp_h4_bg.anc {
	padding-top: 25px;
}

.parts.text.clearfix.mb20.ryokin.b_01.clearfix {
	padding-top: 25px;
}
.parts.text.clearfix.mb20.ryokinn.b_01.clearfix {
	padding-top: 16px;
}


.parts.image.arrow.jyouge.b_10.clearfix {
	position: relative;
	top: 65px;
}

@media screen and (max-width: 767px){

.parts.image.arrow.jyouge.b_10.clearfix {
	position: relative;
	top: 38px;
}
.flow_title_box img {
	max-width: 5px !important;
}

p.oth {
	line-height: 20px;
	padding-top: 10px;
}
}

.parts.text_image.wire.b_11_3.clearfix {
	margin-bottom: 65px;
}
.parts.text_image.mb50.anc.b_11.clearfix {
	padding-bottom: 40px;
}
.parts.text.clearfix.mb20.tac.mt30.mrt.b_01.clearfix {
	padding-top: 35px;
}
.parts.text.clearfix.mb30.kuse.b_01.clearfix {
	padding-top: 10px;
}
.parts.text.clearfix.mb30.otona.b_01.clearfix {
	padding-top: 30px;
}

.flow_title_box img {
	max-width: 7px;
}
p.ancs {
	line-height: 20px;
}

p.pay {
	margin-top: -20px;
}

@media screen and (max-width: 767px){
p.pay {
	margin-top: -20px;
	line-height: 20px;
}
}





.parts.text.clearfix.mb20.wht.b_01.clearfix {
	padding-top: 35px;
}

.parts.text.clearfix.wht02.b_01.clearfix {
	padding-top: 30px;
}

.parts.text.clearfix.wht03.b_01.clearfix {
	padding-top: 30px;
}

.parts.text.clearfix.wht04.b_01.clearfix {
	padding-top: 15px;
}

p.faq {
	/* font-size: 125%; */
	margin-bottom: 5px;
}

.parts.text.clearfix.pr.b_01.clearfix {
	margin-bottom: 0px;
	margin-top: -25px;
}

.parts.textarea.kome.b_02.clearfix {
	margin-bottom: 15px;
}

.parts.text.clearfix.how.b_01.clearfix {
	padding-top: 20px;
}

@media screen and (max-width: 767px){
.step_item.last.lst:before {
	display: none;
}

}




/*add 171004*/
.video-wrapper {
	width: 800px;
	margin: auto;
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

@media screen and (max-width: 767px){
.video-wrapper {
	width: 100%;
	height: 180px;
	margin: 0 0 280px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	height: 180px!important;
	width: 100%!important;
}
}


/*----------▼▼ 「パンくずリスト」のスタイル ▼▼----------*/
.under #content {
	padding-top: 5em;
}
/* 「パンくずリスト」全体の背景 */
.breadcrumb {
	line-height: 18px;
	position: absolute;
	right: 0;
}
/* 「パンくずリスト」のリンク部分一つひとつ */
.breadcrumb > span {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	position: relative;
	white-space: nowrap;
}
/* 二番目以降のパンくずリンク */
.breadcrumb > span + span {
	padding-left: 26px;
	position: relative;
}
.breadcrumb > span + span::before {
	content: '>';
	left: 8px;
	position: absolute;
	top: calc(50% - 10px);
}
/*----------▲▲ 「パンくずリスト」のスタイル ▲▲----------*/

/*----------▼▼ 「ブログ」のスタイル ▼▼----------*/

/*-----▼ SP・PC共通 ▼-----*/
/* ブログ */
.Blog {
}
/* ブログの記事カード一覧部分全体 */
.Blog__cardListContainer {
}
/* ブログの記事カード一覧 */
.Blog__cardList {
	display: flex;
	flex-wrap: wrap;
}
/* ブログの記事カード */
.Blog__cardListItem {
}
/* ブログの記事カードのリンク */
.Blog__cardLink {
	text-decoration: none !important;
}
/* ブログの記事カードのサムネイル */
.Blog__cardImg {
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
/* ブログの記事カードの日付 */
.Blog__cardDate {
	color: #14408c;
	line-height: 1;
	margin-bottom: 0;
}
/* ブログの記事カードの記事タイトル */
.Blog__cardTitle {
	color: #856825;
	font-weight: bold;
	line-height: 1.6;
}
/* ブログのサイドメニュー部分全体 */
.Blog__sideMenu {
}
/* ブログのサイドメニューのタイトル */
.Blog__sideMenuTitle {
	border-bottom: 1px solid #000;
	color: #000;
	line-height: 1;
	padding-bottom: 6px;
}
/* サイドメニュー「カテゴリー」 */
.Blog__postCategory {
}
.Blog__postCategoryList {
	margin-top: 24px;
}
.Blog__postCategoryList li {
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
}
.Blog__postCategoryList li a {
	color: #14408c;
	font-size: 14px;
	text-decoration: underline;
}
/* サイドメニュー「新着記事」 */
.Blog__newPost {
	margin-top: 60px;
}
.Blog__newPostList {
}
.Blog__newPostListItem {
	margin-top: 20px;
}
.Blog__newPostLink {
	display: flex;
	text-decoration: none !important;
}
.Blog__cardImgBox {
}
.Blog__newPostImg {
	height: 100px !important;
	object-fit: cover;
	width: 100px !important;
}
.Blog__newPostInfo {
	margin-left: 14px;
	width: calc(100% - 114px);
}
.Blog__newPostDate {
	color: #14408c;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}
.Blog__newPostTitle {
	color: #856825;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 4px;
}
/* サイドメニュー「人気のある記事」 */
.Blog__popularPost {
	margin-top: 60px;
}
.Blog__popularPostList {
}
.Blog__popularPostListItem {
	margin-top: 20px;
}
.Blog__popularPostLink {
	display: flex;
	text-decoration: none !important;
}
.Blog__popularPostImg {
	height: 100px !important;
	object-fit: cover;
	width: 100px !important;
}
.Blog__popularPostInfo {
	margin-left: 14px;
	width: calc(100% - 114px);
}
.Blog__popularPostDate {
	color: #14408c;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}
.Blog__popularPostTitle {
	color: #856825;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 4px;
}
/* サイドメニュー「過去の記事」 */
.Blog__archiveMonth {
	margin-top: 60px;
}
.Blog__popularPostList {
	margin-top: 24px;
}
.Blog__popularPostList li {
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
}
.Blog__popularPostList li a {
	color: #14408c;
	font-size: 14px;
	text-decoration: underline;
}
.Blog hr {
	margin: 60px 0 40px 0;
}
/* 見出し */
.blog .Blog h1.entry-title {
	background: rgb(246, 243, 230);
	color: rgb(133, 104, 37);
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.4;
	padding: 15px 10px;
	position: relative;
}
.blog .Blog .contentArea h1 {
	margin-bottom: 1.4em;
}
.blog .blogArea h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-top: 50px;
	padding-left: 15px;
	padding: 3.5px 0 4.5px 15px;
	position: relative;
}
.blog .blogArea h2::before {
	background-color: #14408c;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}
.blog .blogArea h3 {
	color: #14408c;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-bottom: 16px;
	margin-top: 40px;
}
.blog .blogArea h4 {
	color: #856825;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-top: 30px;
}
.blog .blogArea h5 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-top: 30px;
}
.blog .blogArea h6 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-top: 30px;
}
/* テキストリンク（内部リンク） */
.blog .blogArea a {
	color: #14408c;
	font-weight: bold;
	padding: 0 6px;
	text-decoration: underline;
	word-break: break-all;
}
.blog .blogArea a:hover {
	color: #14408c;
	opacity: 0.6;
	text-decoration: none;
}
/* 「画像」のスタイル */
.blog .blogArea img {
	margin-bottom: 20px;
	margin-top: 30px;
}
.blog .blogArea img + img {
	margin-top: 20px;
}
/* Instagramのiframe埋め込み */
.blog .blogArea iframe.instagram-media {
	margin: 30px auto 0 auto !important;
	width: calc(100% - 30px) !important;
}
/* 記事のカテゴリーを記事個別詳細ページに表示 */
/*.Blog__postInfo {
	display: flex;
	justify-content: space-between;
}*/
/*更新日を追加する際スタイル変更*/
.Blog__postInfo {
	display: inline-block;
}
/*更新日を追加する際スタイル変更ここまで*/
.Blog__postCategory a {
	color: #14408c;
	font-size: 16px;
	text-decoration: underline;
}
.Blog__postCategoryBlock {
	margin-bottom: 24px;
}
/* 目次 */
#ez-toc-container {
	padding: 0 !important;
	width: 90% !important;
}
#ez-toc-container nav {
}
.ez-toc-list {
}
.ez-toc-page-1 + .ez-toc-page-1 {
}
#ez-toc-container .ez-toc-title {
	background-color: #a17f30;
	color: #fff !important;
	padding: 8px 16px !important;
}
/*-----▲ SP・PC共通 ▲-----*/

/*-----▼ SP ▼-----*/
@media screen and (max-width: 767px) {
/* ブログ */
.Blog {
	margin-bottom: 100px !important;
	margin-top: 60px !important;
}
/* 本文 */
.blog .Blog .blogArea {
	width: 100% !important;
}
.blog .Blog .blogArea p {
	font-size: 14px !important;
	word-break: normal !important;
	word-wrap: break-word;
}
/* Instagramのiframe埋め込み */
.blog .blogArea iframe.instagram-media {
	width: 280px !important;
}
/* ブログの記事カード一覧部分全体 */
.Blog__cardListContainer {
}
/* ブログの記事カード一覧 */
.Blog__cardList {
	margin-left: -20px;
	margin-top: -40px;
}
/* ブログの記事カード一覧（トップ） */
.Blog__cardList.media {
	margin-top: -20px;
}
/* ブログの記事カード */
.Blog__cardListItem {
	margin-left: 20px;
	margin-top: 40px;
	width: calc((100% - 40px) / 2);
}
/* ブログの記事カードのリンク */
.Blog__cardLink {
}
/* ブログの記事カードのサムネイル */
.Blog__cardImg {
	height: 100px !important;
}
/* ブログの記事カードの日付 */
.Blog__cardDate {
	font-size: 14px;
	margin-top: 10px;
}
/* ブログの記事カードの記事タイトル */
.Blog__cardTitle {
	font-size: 14px;
	margin-top: 2px;
}
/* ブログのサイドメニュー部分全体 */
.Blog__sideMenu {
	margin-top: 60px;
}
/* ブログのサイドメニューのタイトル */
.Blog__sideMenuTitle {
}
/* サイドメニュー「カテゴリー」 */
.Blog__postCategory {
}
.Blog__postCategoryList {
}
.Blog__postCategoryList li {
}
.Blog__postCategoryList li a {
}
/* サイドメニュー「新着記事」 */
.Blog__newPost {
}
.Blog__newPostList {
}
.Blog__newPostListItem {
}
.Blog__newPostLink {
}
.Blog__cardImgBox {
}
.Blog__newPostImg {
}
.Blog__newPostInfo {
}
.Blog__newPostDate {
}
.Blog__newPostTitle {
}
/* サイドメニュー「人気のある記事」 */
.Blog__popularPost {
}
.Blog__popularPostList {
}
.Blog__popularPostListItem {
}
.Blog__popularPostLink {
}
.Blog__popularPostImg {
}
.Blog__popularPostInfo {
}
.Blog__popularPostDate {
}
.Blog__popularPostTitle {
}
/* サイドメニュー「過去の記事」 */
.Blog__archiveMonth {
}
.Blog__popularPostList {
}
.Blog__popularPostList li {
}
.Blog__popularPostList li a {
}
/* 目次 */
#ez-toc-container {
	margin-top: 24px;
}
#ez-toc-container nav {
	padding: 8px 16px 16px !important;
}
.ez-toc-list {
	margin-top: 8px !important;
}
.ez-toc-page-1 + .ez-toc-page-1 {
	margin-top: 12px !important;
}
#ez-toc-container .ez-toc-title {
	font-size: 20px !important;
}
}
/*-----▲ SP ▲-----*/

/*-----▼ PC ▼-----*/
@media screen and (min-width: 768px) {
/* ブログ */
.Blog {
	display: flex;
	margin-bottom: 140px !important;
	margin-top: 100px !important;
}
/* ブログの記事カード一覧部分全体 */
.Blog__cardListContainer {
	width: 680px;
}
/* ブログの記事カード一覧 */
.Blog__cardList {
	margin-left: -40px;
	margin-top: -60px;
}
/* ブログの記事カード一覧（トップ用） */
.Blog__cardList.media {
	margin-top: -20px;
}
/* ブログの記事カード */
.Blog__cardListItem {
	margin-left: 40px;
	margin-top: 60px;
	width: calc((100% - 120px) / 3);
}
/* ブログの記事カード（トップ用） */
.Blog__cardList.media .Blog__cardListItem {
	width: calc((100% - 160px) / 4);
}
/* ブログの記事カードのリンク */
.Blog__cardLink {
	display: block;
}
.Blog__cardLink:hover {
	opacity: .7;
}
/* ブログの記事カードのサムネイル */
.Blog__cardImg {
	height: 124px !important;
}
/* ブログの記事カードの日付 */
.Blog__cardDate {
	font-size: 14px;
	margin-top: 14px;
}
/* ブログの記事カードの記事タイトル */
.Blog__cardTitle {
	font-size: 16px;
	margin-top: 6px;
}
/* ブログのサイドメニュー部分全体 */
.Blog__sideMenu {
	margin-left: 60px;
	width: 260px;
}
/* ブログのサイドメニューのタイトル */
.Blog__sideMenuTitle {
	font-size: 18px;
}
/* サイドメニュー「カテゴリー」 */
.Blog__postCategory {
}
.Blog__postCategoryList {
}
.Blog__postCategoryList li {
}
.Blog__postCategoryList li a {
}
.Blog__postCategoryList li a:hover {
	color: #000;
	text-decoration: none;
}
/* サイドメニュー「新着記事」 */
.Blog__newPost {
}
.Blog__newPostList {
}
.Blog__newPostListItem {
}
.Blog__newPostLink {
}
.Blog__newPostLink:hover {
	opacity: .7;
}
.Blog__cardImgBox {
}
.Blog__newPostImg {
}
.Blog__newPostInfo {
}
.Blog__newPostDate {
}
.Blog__newPostTitle {
}
/* サイドメニュー「人気のある記事」 */
.Blog__popularPost {
}
.Blog__popularPostList {
}
.Blog__popularPostListItem {
}
.Blog__popularPostLink {
}
.Blog__popularPostLink:hover {
	opacity: .7;
}
.Blog__popularPostImg {
}
.Blog__popularPostInfo {
}
.Blog__popularPostDate {
}
.Blog__popularPostTitle {
}
/* サイドメニュー「過去の記事」 */
.Blog__archiveMonth {
}
.Blog__popularPostList {
}
.Blog__popularPostList li {
}
.Blog__popularPostList li a {
}
.Blog__popularPostList li a:hover {
	color: #000;
	text-decoration: none;
}
/* 記事のカテゴリーを記事個別詳細ページに表示 */
.Blog__postCategory a:hover {
	color: #000;
	text-decoration: none;
}
/* 目次 */
#ez-toc-container {
	margin-top: 32px;
}
#ez-toc-container nav {
	padding: 8px 16px 16px !important;
}
.ez-toc-list {
	margin-top: 8px !important;
}
.ez-toc-page-1 + .ez-toc-page-1 {
	margin-top: 8px !important;
}
#ez-toc-container .ez-toc-title {
	font-size: 18px !important;
}
}
/*-----▲ PC ▲-----*/

/*-----▼ IE11 ▼-----*/
@media all and (-ms-high-contrast: none) {
/* ブログの記事カードのサムネイル */
.Blog__cardImgBox {
	height: 124px !important;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.Blog__cardImg {
	height: auto;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
}
}
@supports ( object-fit: cover ) {
	@media all and (-ms-high-contrast: none) {
		*::-ms-backdrop, .Blog__cardImg {
			position: static;
			height: 100%;
			width: 100%;
			left: 0;
			object-fit: cover;
			top: 0;
			transform: none;
		}
	}
}
/*-----▲ IE11 ▲-----*/

/*----------▲▲ 「ブログ」のスタイル ▲▲----------*/


/*----------▼▼ 「ブログ」のページャーのスタイル ▼▼----------*/
/*-----▼ SP・PC共通 ▼-----*/
/* ページャー全体 */
.wp-pagenavi {
	display: flex;
	text-align: center;
}
/* 全ページャーボタン */
.wp-pagenavi a,
.wp-pagenavi span {
	border: none !important;
	box-sizing: border-box;
	color: #fff;
	height: 44px;
	line-height: 38px;
	vertical-align: top;
}
/* ページャーリンクボタン */
.wp-pagenavi a {
	background-color: #14408c;
}
/* 各ボタンのサイズ */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink {
	width: 40px;
}
/* アイコンを使っているボタン */
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	position: relative;
}
.wp-pagenavi .first::before,
.wp-pagenavi .first::after,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .extend::before,
.wp-pagenavi .extend::after,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}
/* 「全部のページ数」 */
.wp-pagenavi .pages {
	padding: 3px 8px;
}
/* 「<<」アイコンと「>>」アイコン */
.wp-pagenavi .first::after,
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .last::after {
	height: 10px;
	top: calc(50% - 5px);
	width: 10px;
}
/* 「最初」ボタン */
.wp-pagenavi .first {
	padding-left: 18px;
	width: 68px;
}
.wp-pagenavi .first::after {
	background-image: url(../image/icon/icon_arrow-pager_prev_white.svg);
	left: 8px;
}
/* 「<<」ボタン */
.wp-pagenavi .previouspostslink {
}
.wp-pagenavi .previouspostslink::after {
	background-image: url(../image/icon/icon_arrow-pager_prev_white.svg);
	left: calc(50% - 5px);
}
/* 「…」ボタン */
.wp-pagenavi .extend::before {
	background-image: url(../image/icon/icon_ellipsis_black.svg);
	height: 20px;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	width: 20px;
}
/* 「>>」ボタン */
.wp-pagenavi .nextpostslink {
}
.wp-pagenavi .nextpostslink::after {
	background-image: url(../image/icon/icon_arrow-pager_next_white.svg);
	left: calc(50% - 5px);
}
/* 「最後」ボタン */
.wp-pagenavi .last {
	padding-left: 10px;
	text-align: left;
	width: 68px;
}
.wp-pagenavi .last::after {
	background-image: url(../image/icon/icon_arrow-pager_next_white.svg);
	right: 10px;
}
/* 「全部のページ数」ボタンと「…」ボタン */
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	background-color: #e7ebf3;
	color: #000;
}
/* 「現在のページ」ボタン */
.wp-pagenavi .current {
	background-color: #e7ebf3;
	border: 2px solid #14408c !important;
	color: #000;
	font-weight: bold;
	line-height: 36px;
}
/*-----▲ SP・PC共通 ▲-----*/

/*-----▼ SP ▼-----*/
@media screen and (max-width: 767px) {
/* ページャー全体 */
.wp-pagenavi {
	flex-wrap: wrap;
	margin: 46px 20px 0 -10px;
}
/* 全ページャーボタン */
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 16px;
	margin: 14px 0 0 10px !important;
}
}
/*-----▲ SP ▲-----*/

/*-----▼ PC ▼-----*/
@media screen and (min-width: 768px) {
/* ページャー全体 */
.wp-pagenavi {
	justify-content: center;
	margin: 80px auto 0 auto;
}
/* 全ページャーボタン */
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 16px;
	margin: 0 0 0 5px !important;
}
.wp-pagenavi a:hover {
	opacity: .7;
}
}
/*-----▲ PC ▲-----*/

/*----------▲▲ 「ブログ」のページャーのスタイル ▲▲----------*/


/*----------▼▼ 【PC版】メニュー項目ホバー移動時、隣のメニュー項目が開かないように調整 ▼▼----------*/

/*-----▼ PC ▼-----*/
@media screen and (min-width: 768px) {
/* 透明な四角形 左側の透明四角形 */
/*.header_menu .g_nav li.nav02:hover::before,
.header_menu .g_nav li.nav03:hover::before,
.header_menu .g_nav li.nav04:hover::before {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	height: 40px;
	left: -60px;
	position: absolute;
	width: 210px;
	z-index: 10;
}*/
}
/*-----▲ PC ▲-----*/

/*----------▲▲ 【PC版】メニュー項目ホバー移動時、隣のメニュー項目が開かないように調整 ▲▲----------*/


/*add200519*/
.supervision {
	border: 1px solid #ccc;
}
/*-----▼ SP ▼-----*/
@media screen and (max-width: 767px) {
.supervision {
	padding: 16px;
}
.supervision_title {
	font-size: 13px !important;
	color: #999;
	margin: 0 0 16px 0 !important;
	line-height: 1em;
}
.supervision__inner {
	overflow: hidden;
}
.supervision__photo {
	float: left;
	width: 80px;
}
.supervision__photo img {
	width: 80px;
	height: 80px;
	margin: 0 !important;
}
.supervision__header {
	float: right;
	width: calc(100% - 96px);
}
.supervision__headerTitle {
	font-size: 12px;
	margin: 0 0 16px 0 !important;
	line-height: 1em;
	color: #14408c;
}
.supervision__headerName {
	font-size: 16px;
	line-height: 1em;
	margin: 0 0 8px 0 !important;
	color: #856825;
}
.supervision__headerEn {
	font-size: 12px;
	line-height: 1em;
	margin: 0 0 16px 0 !important;
	color: #999;
}
.supervision__headerSub {
	margin: 0 0 16px 0 !important;
}
.supervision__headerSubItem {
	font-size: 12px;
	line-height: 1em;
	margin: 8px 0 0 0 !important;
}
.supervision__headerSubItem:first-child {
	margin-top: 0px !important;
}
.supervision__content {
	clear: both;
	margin-top: 16px;
}
.supervision__text {
	font-size: 13px;
	line-height: 1.6em;
	margin: 8px 0 0 0 !important;
}
}
/*-----▼ PC ▼-----*/
@media screen and (min-width: 768px) {
.supervision {
	padding: 16px;
}
.supervision_title {
	font-size: 13px !important;
	color: #999;
	margin: 0 0 16px 0 !important;
	line-height: 1em;
}
.supervision__inner {
	overflow: hidden;
}
.supervision__photo {
	float: left;
	width: 150px;
}
.supervision__photo img {
	width: 150px;
	height: 150px;
	margin: 0 !important;
}
.supervision__header {
	float: right;
	width: calc(100% - 166px);
}
.supervision__headerTitle {
	font-size: 14px;
	margin: 0 0 16px 0 !important;
	line-height: 1em;
	color: #14408c;
}
.supervision__headerName {
	font-size: 18px;
	line-height: 1em;
	margin: 0 0 8px 0 !important;
	color: #856825;
}
.supervision__headerEn {
	font-size: 13px;
	line-height: 1em;
	margin: 0 0 16px 0 !important;
	color: #999;
}
.supervision__headerSub {
	margin: 0 0 16px 0 !important;
}
.supervision__headerSubItem {
	font-size: 13px;
	line-height: 1em;
	margin: 8px 0 0 0 !important;
}
.supervision__headerSubItem:first-child {
	margin-top: 0px !important;
}
.supervision__content {
	float: right;
	width: calc(100% - 166px);
}
.supervision__text {
	font-size: 13px;
	line-height: 1.6em;
	margin: 8px 0 0 0 !important;
}
}
/*----------▼▼ 「ブログ」の公開日・更新日のスタイル ▼▼----------*/
.articleDate {
    overflow: hidden;
    display: table;
    margin: -20px 0 0 auto;
}
.articleDate__label {
    font-weight: bold;
    color: #999;
    float: left;
    clear: both;
    line-height: 1.5em;
}
.articleDate__label:after {
    content: '：';
}
.articleDate__date {
    float: left;
    color: #999;
    line-height: 1.5em;
}
/*----------▲▲ 「ブログ」の公開日・更新日のスタイル ▲▲----------*/

/*----------▼▼ CTAボタンのスタイル ▼▼----------*/

.column-button-box {
	text-align:center;
}
.column-button-box a.column-button-child,
.column-button-box a.column-button-adult {
	background: #1D3D6A;
	border-radius: 20px;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	font-weight: 500;
	padding:16px 32px;
}


/*----------▲▲ CTAボタンのスタイル ▲▲----------*/

/*----------▼▼ マウスピース矯正メリットデメリットのスタイル ▼▼----------*/
.mouthpiece_grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
@media screen and (max-width: 767px) {
	.mouthpiece_grid {
		grid-template-columns: 1fr;
	}	
}
/*----------▲▲ マウスピース矯正メリットデメリットのスタイル ▲▲----------*/
/* topページ add 202504  */

@media screen and (min-width: 768px) {
.header_right_box {
	background: #294679;
	position: relative;
    
}
.header_right_box::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 45px;
    background: #fff;
    left: 48%;
    top: 40%;
}
.header_rightTitle {
    font-size: 12px;
    color: #fff;
	margin: 10px;
    text-align: center;
	
}
.header_rightWrap {
	display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header_rightTel {
	width: 48%;
	text-align: center;
	padding: 8px;

}
.header_rightWeb {
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 8px;

}
.header_rightText {
	font-size: 12px;
    color: #fff;
	text-align: center;
	padding: 10px 0;
	display: block;

}
.header_rightImage {
	width: 30px !important;
}

}
.bnr_counselingWrap {
    margin: 60px 0;
}
.bnr_counselingText {
    text-align: center;
    font-size: 18px;
    color: #07275e;
}
/*  
@media sscreen and (max-width: 1699px) and (min-width: 1001px) {
.header_right_box {
	background: #294679;
    
}	
.header_rightTitle {
	margin: 10px auto;
    font-size: 12px;
    color: #fff;
}
.header_rightWrap {
	display: flex;
    flex-wrap: wrap;
    width: 100%;

}
.header_rightTel {
	width: 48%;

}
.header_rightWeb {
	display: inline-block;
	width: 48%;

}
.header_rightText {
	font-size: 12px;
    color: #fff;

}

}*/

/* フッター固定ナビ修正 2025.06 */
.fixed_box p{
  margin: 0;
  color: #fff;
  background-color: #264476;
  text-align: center;
  font-size: 4vw;
  border-bottom: 1px solid #fff;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  #footer {
      padding-bottom: 20%;
  }
  .fixed_box img {
      aspect-ratio: 10 / 2.35;
      object-fit: cover;
      display: block;
  }
}