@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	position: relative;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック */ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	opacity: 0.6;
}





/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	ログイン時のツールバー

================================================================================ */

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wpadminbar{
		top: 0;
		position: fixed;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* FAX */
.fax_num {
	pointer-events: none;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

.parent-menu {
    list-style: none;
}

.parent-menu-item {
    position: relative;
}


.parent-menu-item:hover .child-menu {
    display: block;
}

.child-menu li {
   background-color: #003375;
    padding: 5px;
    border-bottom: 1px solid #fff;
}
 .child-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
    }

    .parent-menu-item:hover .child-menu {
        display: block;
		width:100%;
    }
	.parent-menu-item:hover .child-menu a {
        display: block;
		padding: 16px;
    font-weight: 500;
    font-size: 1rem;
    }
.h2_cate h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4 !important;
    text-align: center;
    padding-bottom: 0.3em !important;
}
	.h3_cate_c h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4 !important;
    text-align: center;
    padding-bottom: 0.2em !important;
}
	.row_middle {
    padding-top: 80px;
    padding-bottom: 80px;
}
	.top_short {
    margin-top: 40px;
}
	.h2_cate {
    border-bottom: 2px solid;
}
	.h3_cate, .h3_cate_c {
    border-bottom: 1px dotted;
}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}





/* ================================================================================

	ヘッダー

================================================================================ */

/* PC設定 小さめ画面
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1366px) {

	header.bs_header {
		position: relative;
		max-width: none;
		width: auto;
		margin-left: 200px;
	}

	/* SP */
	.sp_logo,
	.sp_tel {
		display: none;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 8px;
		left: 8px;
		text-align: left;
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 12px;
		line-height: 1;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	.main_wrap {
		position: relative;
	}

	nav.navi_pc {
		position: fixed;
		width: 200px;
		height: 100%;
		z-index: 2;
	}
	body.customize-support nav.navi_pc {
		height: calc( 100% - 32px );
	}

	nav.navi_pc * {
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}

	.navi_wrap {
		position:relative;
		width: 100%;
		height: 100%;
	}

	.navi_content {
		position:relative;
		width: 100%;
		height: 100%;
		text-align: center;
	}


	/* ロゴ */
	.navi_content a.navi_logo {
		display: inline-block;
		margin: 24px 0;
	}
	.navi_content a.navi_logo img {
		width: auto;
		max-height: 120px;
		height: 100%;
	}


	/* ナビ */
	.main_navi {
		width: 100%;
	}
	.main_navi > ul {
		text-align: center;
	}
	.main_navi > ul > li {
		position:relative;
		text-align: center;
		margin: 0 0 14px 0;
	}
	.main_navi > ul > li:last-of-type {
		margin: 0;
	}

	.main_navi > ul > li > a {
		display: block;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.2;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.15em;
		padding: 0;
	}
	.main_navi > ul > li > a > span {
		display: block;
		font-size: 0.65em;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-top: 0.15em;
	}

	.main_navi > ul > li > a:hover {
	}


	/* SNSリンクボタン */
	.h_sns {
		position: absolute;
		width: 100%;
		bottom: 46px;
		padding: 12px 0 10px;
	}
	.h_sns ul {
		font-size: 0;
		text-align: center;
	}
	.h_sns ul li {
		display: inline-block;
		vertical-align: top;
		width: 32px;
		margin-left: 16px;
	}
	.h_sns ul li:first-of-type {
		margin-left: 0;
	}
	.h_sns ul li a svg {
		width: 32px !important;
		height: 32px !important;
	}


	/* 電話 */
	.navi_tel {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 12px 0;
		text-align: center;
	}
	.navi_tel p {
		font-size: 22px;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.navi_tel p span {
		font-size: 0.6em;
		margin-right: 0.2em;
	}
	.navi_tel a {
		pointer-events: none;
	}

}



/* PC設定 大きめ画面
----------------------------------------------- */
@media (min-width: 1367px) {

	header.bs_header {
		position: relative;
		max-width: none;
		width: auto;
		margin-left: 300px;
	}

	/* SP */
	.sp_logo,
	.sp_tel {
		display: none;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 12px;
		left: 12px;
		text-align: left;
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 13px;
		line-height: 1;
	}



	/* グローバルナビゲーション
	----------------------------------------------- */
	.main_wrap {
		position: relative;
	}
	nav.navi_pc {
		position: fixed;
		width: 300px;
		height: 100%;
		z-index: 2;
	}
	body.customize-support nav.navi_pc {
		height: calc( 100% - 32px );
	}

	nav.navi_pc * {
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}

	.navi_wrap {
		position:relative;
		width: 100%;
		height: 100%;
	}

	.navi_content {
		position:relative;
		width: 100%;
		height: 100%;
		text-align: center;
	}


	/* ロゴ */
	.navi_content a.navi_logo {
		display: inline-block;
		margin: 20px 0 32px;
	}
	.navi_content a.navi_logo img {
		width: auto;
		max-height: 160px;
		height: 100%;
	}


	/* ナビ */
	.main_navi {
		width: 100%;
	}
	.main_navi > ul {
		text-align: center;
	}
	.main_navi > ul > li {
		text-align: center;
		margin: 0 0 20px 0;
	}
	.main_navi > ul > li:last-of-type {
		margin: 0;
	}

	.main_navi > ul > li > a {
		display: block;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.2;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.15em;
		padding: 0;
	}
	.main_navi > ul > li > a > span {
		display: block;
		font-size: 0.65em;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-top: 0.15em;
	}

	.main_navi > ul > li > a:hover {
	}


	/* SNSリンクボタン */
	.h_sns {
		position: absolute;
		width: 100%;
		bottom: 64px;
		padding: 12px 0 10px;
	}
	.h_sns ul {
		font-size: 0;
		text-align: center;
	}
	.h_sns ul li {
		display: inline-block;
		vertical-align: top;
		width: 32px;
		margin-left: 16px;
	}
	.h_sns ul li:first-of-type {
		margin-left: 0;
	}
	.h_sns ul li a svg {
		width: 32px !important;
		height: 32px !important;
	}


	/* 電話 */
	.navi_tel {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 16px 0;
		text-align: center;
	}
	.navi_tel p {
		font-size: 32px;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.navi_tel p span {
		font-size: 0.6em;
		margin-right: 0.3em;
	}
	.navi_tel a {
		pointer-events: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	header.bs_header {
		position: relative;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		padding: 3vw 2vw 0 2vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		text-align:center;
		line-height: 1.3;
	}


	/* 電話 */
	.sp_tel {
		padding: 2vw 0 3vw;
		text-align: center;
	}
	.sp_tel p a {
		display: inline-block;
		font-size: 10vw;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.sp_tel p a span {
		font-size: 0.6em;
		margin-right: 0.3em;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	nav.navi_pc {
		display: none;
	}




	/* ロゴ */
	.sp_logo {
		position: relative;
		line-height: 1;
		padding: 10px 15px;
		height: 80px;
		background: #ffffff;
	}
	.sp_logo a {
		display: inline-block;
	}
	.sp_logo_in {
		color: #000000;
	}

	.sp_logo01 {
		display: table-cell;
		vertical-align: middle;
		padding: 0 4px 0 0;
	}
	.sp_logo01 img {
		width: auto;
		height: 48px;
	}
	.sp_logo02 {
		display: table-cell;
		vertical-align: middle;
		font-size: 22px;
		font-weight: 500;
		padding: 0 0 2px 0;
	}


}





/* ================================================================================

	フッターお問い合わせ

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.f_contact {
		position:relative;
		width: auto;
		padding: 80px 0;
		border-top: 1px solid;
	}
	.f_contact_in {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}

	.f_contact_in h2 {
		position: relative;
		text-align: center;
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding-bottom: 1.2em;
	}
	.f_contact_in h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -27px;
		content: "";
		display: block;
		width: 54px;
		height: 3px;
	}



	/* レイアウト */
	.f_contact_in ul {
		font-size: 0;
		margin-top: 56px;
	}
	.f_contact_in ul li {
		display: inline-block;
		vertical-align: top;
		padding: 10px 40px 12px;
	}


	/* 電話 */
	.f_contact_in ul li:nth-of-type(1) {
		border-right: 1px solid;
	}
	.f_tel01 {
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.f_tel02 a {
		font-size: 50px;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.f_tel02 a span {
		font-size: 0.6em;
		margin-right: 0.3em;
	}
	.f_tel03 {
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}



	/* メール */
	.f_contact_in ul li:nth-of-type(2) {
		padding-top: 16px;
	}
	.f_mail01 {
		font-size: 22px;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.05em;
		margin-bottom: 0.5em;
	}
	.f_mail02 {
		text-align: center;
	}
	.f_mail02 a {
		position: relative;
		display: inline-block;
		padding: 0.8em 4em;
		border: 1px solid;
		font-size: 24px;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	.f_mail02 a:after {
		position: absolute;
		content: ">";
		font-family: FontAwesome;
		right: 0.8em;
		top: 0.8em;
	}
	#fix_contact {
		position: fixed;
		right:0;
		top:45%;
		z-index: 50;
	}
	#fix_contact a {
		background: #cbc934;
    color: #fff;
    padding: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    font-size: 1.2vw;
    font-weight: 600;
    border: 8px double #c5ac41;
		position: fixed;
    right: 0;
    top: 45%;
    z-index: 50;
		
	}
	#fix_contact img {
      width:30px;
	 margin-top:10px;
	}
	.area_wrap {
		background: #fff;
    padding: 40px;
		margin-bottom: 40px;
		padding-bottom: 60px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.area_wrap h2 {
		font-size: 1.5vw;
    margin-bottom: 40px;
    
}
	.area_wrap h3 {
		color: #0BA5C8;
		font-size: 1.2vw;
    margin-bottom: 20px;
		position: relative;
		padding-left: 25px;
	}
	.area_wrap h3:before {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 0;
		width: 0;
		height: 0;
		border: none;
		border-left: solid 15px transparent;
		border-bottom: solid 15px rgb(119, 195, 223);
	}
	.area_wrap h3:after {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 10px;
		width: 100%;
		border-bottom: solid 3px rgb(119, 195, 223);
	}
	.top-row03 .area_wrap {
		padding: 40px;
		border: none;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.title_price {
		font-size: 1.6em;
    font-family: "Open Sans Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
		color: #fff;
		background: #0BA5C8;
		padding: 20px 17px;
    margin-bottom: 20px;
	}
	.title_price:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.3);
}

.check_wrap ul {
  list-style: none;
	padding: 0 0.5em;
  position: relative;
	width: fit-content;
  margin: auto;
}
.check_wrap ul li {
	line-height: 1.5;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
	font-size: 1.5vw;
}

.check_wrap ul li:before {
	font-family: FontAwesome;
  content: "\f00c";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #668ad8; /*アイコン色*/
}

.prof  {
	text-align: left;
	width: 100%;
}

.prof th,.prof td {
	width: 100%;
	display: block;
}
.prof th {
	background: #0BA5C8;
	color: #fff;
	padding: 10px;
}
.prof td {
	background: #fff;
	padding: 10px;
}



}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.area_wrap h3 {
		color: #0BA5C8;
		font-size: 5vw;
    margin-bottom: 20px;
		position: relative;
		padding-left: 25px;
		text-align: left;
	}
	.area_wrap h3:before {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 0;
		width: 0;
		height: 0;
		border: none;
		border-left: solid 15px transparent;
		border-bottom: solid 15px rgb(119, 195, 223);
	}
	.area_wrap h3:after {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 10px;
		width: 95%;
		border-bottom: solid 3px rgb(119, 195, 223);
	}
	.top-row03 .area_wrap {
		padding: 20px;
		border: none;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	#fix_contact {
		display: none;
	}
	
	.f_contact {
		position:relative;
		padding: 12vw 0;
		border-top: 1px solid;
	}
	.f_contact_in {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.f_contact_in h2 {
		position: relative;
		text-align: center;
		font-size: 5vw;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding-bottom: 1.2em;
	}
	.f_contact_in h2:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -4.2vw;
		content: "";
		display: block;
		width: 8.4vw;
		height: 2px;
	}



	/* レイアウト */
	.f_contact_in ul {
		margin-top: 8vw;
		padding: 0 4vw;
	}
	.f_contact_in ul li {
		display: block;
	}


	/* 電話 */
	.f_contact_in ul li:nth-of-type(1) {
		border-bottom: 1px solid;
		padding-bottom: 6vw;
	}
	.f_tel01 {
		font-size: 4.5vw;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.f_tel02 a {
		font-size: 8.5vw;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.f_tel02 a span {
		font-size: 0.6em;
		margin-right: 0.3em;
	}
	.f_tel03 {
		font-size: 3.5vw;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}



	/* メール */
	.f_contact_in ul li:nth-of-type(2) {
		padding-top: 6vw;
	}
	.f_mail01 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.05em;
		margin-bottom: 0.5em;
	}
	.f_mail02 {
		text-align: center;
	}
	.f_mail02 a {
		position: relative;
		display: inline-block;
		padding: 0.8em 4em;
		border: 1px solid;
		font-size: 4vw;
		font-weight: 700;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	.f_mail02 a:after {
		position: absolute;
		content: ">";
		font-family: FontAwesome;
		right: 0.8em;
		top: 0.8em;
	}
	.area_wrap {
		background: #fff;
    padding: 20px 10px;
    border: 2px dashed #0BA5C8;
    margin-bottom: 20px;
		margin-top: 20px;
}
	.area_wrap h2 {
		font-size: 5vw;
		margin-bottom: 20px;
	}
	.title_price {
		font-size: 1.6em;
    font-family: "Open Sans Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
		color: #fff;
		background: #0BA5C8;
		padding: 20px 17px;
    margin-bottom: 20px;
	}
	.title_price:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.3);
}

.check_wrap ul {
  list-style: none;
	padding: 0 0.5em;
  position: relative;
	width: fit-content;
  margin: auto;
}
.check_wrap ul li {
	line-height: 1.5;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
	font-size: 4.5vw;
}

.check_wrap ul li:before {
	font-family: FontAwesome;
  content: "\f00c";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #668ad8; /*アイコン色*/
}
.prof  {
	text-align: left;
	width: 100%;
}

.prof th,.prof td {
	width: 100%;
	display: block;
}
.prof th {
	background: #0BA5C8;
	color: #fff;
	padding: 10px;
}
.prof td {
	background: #fff;
	padding: 10px;
}
.blog_function_wrap a {
	color: #003375;
}
}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {

	.footer_map {
		position: relative;
		width: auto;
	}
	.footer_map iframe {
		vertical-align:bottom;
		width: 100%;
		height: 380px;
	}

	footer.bs_footer {
		position: relative;
		padding: 72px 0;
		width: auto;
	}
	.footer_inner {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}


	/* フッター1段目
	------------------------------------------- */
	.f_wrap01 {
		position: relative;
		border-bottom: 1px solid;
		padding: 0 0 24px 0;
		margin: 0 0 24px 0;
	}


	/* ロゴ */
	.f_logo {
		font-size: 21px;
		font-weight: 500;
		line-height: 1;
		margin: 0 0 40px 0;
	}


	/* 基本情報 */
	.f_info {
	}
	.f_info ul {
		font-size: 0;
	}
	.f_info ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 40px 30px 0;
		font-size: 16px;
	}
	.f_tel {
		pointer-events: none;
		display: inline-block;
	}


	/* フッターリンク */
	.f_navi {
		margin: 20px 0 0 0;
	}
	.f_navi ul {
		font-size: 0;
		margin: 0 -40px 0 0;
	}
	.f_navi ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 24px 0 0;
	}
	.f_navi ul li {
		font-size: 16px;
		font-family: 'Open Sans Condensed' ,'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
		letter-spacing: 0.1em;
	}



	/* フッター2段目
	------------------------------------------- */
	.f_wrap02 {
		position: relative;
		overflow: hidden;
	}

	/* コピーライト */
	.f_copy {
		float: left;
	}
	.f_copy p {
		font-size: 14px;
		text-align: left;
	}

	/* SNSリンクボタン */
	.f_sns {
		float: right;
	}
	.f_sns ul {
		font-size: 0;
	}
	.f_sns ul li {
		display: inline-block;
		vertical-align: top;
		width: 35px;
		margin-left: 16px;
	}
	.f_sns ul li:first-of-type {
		margin-left: 0;
	}
	.f_sns ul li a svg {
		width: 35px !important;
		height: 35px !important;
	}
}


/* 小さめ画面
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1366px) {

	.footer_map,
	.f_contact,
	footer.bs_footer {
		margin-left: 200px;
	}
	.footer_inner {
		padding: 0 20px;
	}
}


/* 大きめ画面
----------------------------------------------- */
@media (min-width: 1367px) {

	.footer_map,
	.f_contact,
	footer.bs_footer {
		margin-left: 300px;
	}
	.footer_inner {
		padding: 0 40px;
	}
}




/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

	.footer_map iframe {
		vertical-align:bottom;
		width: 100%;
		height: 50vw;
	}

	footer.bs_footer {
		position: relative;
		padding: 60px 20px;
		text-align: center;
	}
	.footer_inner {
		width: 100%;
		margin: 0 auto;
	}


	/* フッター1段目
	------------------------------------------- */
	.f_wrap01 {
		position: relative;
		border-bottom: 1px solid;
		padding: 0 0 30px 0;
		margin: 0 0 20px 0;
	}


	/* ロゴ */
	.f_logo {
		font-size: 21px;
		font-weight: 500;
		line-height: 1;
		margin: 0 0 30px 0;
	}


	/* 基本情報 */
	.f_info {
		font-size: 4vw;
	}
	.f_info ul {
	}
	.f_info ul li {
		margin: 0 0 32px 0;
	
	}
	.f_info ul li:last-of-type {
		margin: 0;
	}


	/* フッターリンク */
	.f_navi {
		display: none;
	}



	/* フッター2段目
	------------------------------------------- */
	.f_wrap02 {
		position: relative;
		overflow: hidden;
	}

	/* SNSリンクボタン */
	.f_sns {
	}
	.f_sns ul {
		font-size: 0;
	}
	.f_sns ul li {
		display: inline-block;
		vertical-align: top;
		width: 35px;
		margin-left: 16px;
	}
	.f_sns ul li:first-of-type {
		margin-left: 0;
	}
	.f_sns ul li a svg {
		width: 100% !important;
		height: auto !important;
	}

	/* コピーライト */
	.f_copy {
		margin-top: 3vw;
	}
	.f_copy p {
		font-size: 14px;
		padding: 6px 0 0 0;
	}
}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9998;
		right: 10px;
		text-align: right;
	}
	#page-top a {
		background-color: transparent !important;
	}
	#page-top a svg {
		width: 40px !important;
		height: auto !important;
	}
	#page-top a img {
		width: 8%;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9998;
		right: 8px;
		text-align: right;
	}
	#page-top a {
		background-color: transparent !important;
	}
	#page-top a svg {
		width: 40px !important;
		height: auto !important;
	}
	#page-top a img {
		width: 20%;
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	ページネーション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wp-pagenavi_wrap {
		overflow: hidden;
	}
	.wp-pagenavi {
		text-align: center;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.wp-pagenavi_wrap {
		overflow: hidden;
	}
	.wp-pagenavi {
		float: none !important;
		font-size: 12px !important;
		overflow: hidden;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		display: block;
		float: left;
		margin-bottom: 4px;
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox

================================================================================ */

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.dialog-type-lightbox .dialog-message,
	.elementor-lightbox .elementor-lightbox-item {
		padding: 0 !important;
	}
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		padding-top: 8px;
		margin: 0 -4px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.addtoany_shortcode {
		padding-top: 2vw;
		margin: 0 -4px;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}

/* reCAPTCHA表示隠し */
.grecaptcha-badge { visibility: hidden; }




/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}