

html {
	font-size: 15px;
}

@media (min-width: 48em) {
	html {
		font-size: 16px;
	}
}

body {
	position: relative;
	margin: auto;
	margin-top: 50px;
	/*- navを[position :fixed;]にした場合には[margin-top :(navの高さ)px;]を設定 -*/
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
	/*- 高さが足りないページでも常時スクロールバーを表示(デザイン崩れ防止) -*/
}

@media (min-width: 48em) {
	body {
		margin-top: 80px;
		
	}
}
body:not(.iframe_item) {
   display: none;
}

main {
	display: block;
	
	/*- IE対策(display: block;を全ブラウザで共通化) -*/
	min-height: calc(105vh - 380px);
	/*- コンテンツの高さがないページでもフッターを最下部に配置 -*/
	/*- マイナス値 = bodyのmargin-top値 + ヘッダーheight値 + フッターheight値 -*/
}

@media (min-width: 48em) {
	main {
		min-height: 600px;
		
	}
}

a {
	color: #1e50a2;
}

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

@media (any-hover: hover) {
	a:hover {
		color: #165e83;
	}
}

a:focus {
	-webkit-transition-property: none !important;
	transition-property: none !important;
}

a[href^="tel:"] {
	pointer-events: none;
}

img {
	max-width: 100%;
	height: auto;
}

a,
img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

section {
	padding: 1rem 0;
}

@media (min-width: 48em) {
	section {
		padding: 0rem 0;
		
	}
}

iframe {
	width: 100%;
	border: 0;
}

 p{
    margin-top: 0;
    margin-bottom: 0rem;
	  line-height: 30px;
}

p1{

 cursor: pointer;
}

 p1{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.h2, h2 {
    font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.h3, h3 {
    font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}

.h4, h4 {
    font-size: 1.15rem;
	letter-spacing: 0.05em;
}
.h5, h5 {
    font-size: 1.15rem;
	letter-spacing: 0.05em;
}

table.table{
    width: 100%;
	
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	vertical-align:baseline;
	margin-bottom:0px;
	
	
}
.table th{
    
    color:#333;
  background-color:#f5f5f5;
    font-size:16px;/* 11px相当 */
   font-style:normal;
    background-position:left top;
    padding:1em;
    text-align:justify;
}
.table td{
  
	 font-size:16px;
	padding:1em;
 text-align:justify;
}

.bg-full {
  width: 100%;
  height: auto;
  background: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/****************************** Common End ******************************/
.loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: ;
}

.loading-image {
	width: 50px;
}

@media (min-width: 48em) {
	.loading-image {
		width: 100px;
	}
}

.loading-image img {
	max-width: initial;
	width: 100%;
}


/****************************** Bootstrap Override ******************************/

.container,
.container-fluid {
	position: relative;
	max-width: 1366px;
}

.container-fluid {
	max-width: auto;
}

/*- flex-item(特にSwiper)突き抜け対策 -*/
.d-flex:not(.flex-column) > *,
.d-sm-flex:not(.flex-column) > *,
.d-md-flex:not(.flex-column) > *,
.d-lg-flex:not(.flex-column) > *,
.d-xl-flex:not(.flex-column) > * {
	min-width: 0;
}

.d-flex.flex-column > *,
.d-sm-flex.flex-column > *,
.d-md-flex.flex-column > *,
.d-lg-flex.flex-column > *,
.d-xl-flex.flex-column > * {
	max-width: 100%;
}

/*- ボタンのスタイル -*/
.btn {
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 130px;
	border: 0.8px solid #000;
}

.btn:disabled {
	cursor: auto;
}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	margin: auto;
	margin-top: 1rem;
	padding: 0.3rem 0.3rem;
	font-weight: bold;
	border: 1px solid #20b2aa;
	background: #fff;
	color: #20b2aa;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: 0.85rem;
	float: left;
}
a.btn_04:hover {
	color: #fff;
	background: #20b2aa;
}


/*- パンくずリストのスタイル -*/
.breadcrumb {
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}

/*- パンくずリストのフォントサイズとエフェクト -*/
.breadcrumb-item {
	font-size: 0.875rem;
}

.breadcrumb-item a {
	-webkit-transition-property: none;
	transition-property: none;
}

@media (any-hover: hover) {
	.breadcrumb-item a:hover {
		text-decoration: underline;
	}
}

/*- パンくずリストの矢印スタイル -*/
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 700;
	font-family: "fa-select";
	content: '\f0da' !important;
}

/*- カードのスタイル -*/
.card {
	position: relative;
	margin-bottom: 1rem;
	background-color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 1em;
	width: 100%;
	
}

.card-img-top {
	border-radius: 0;
}

.card-body {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.card-title {
	margin: 0;
	font-size: 1.375rem;
	line-height: 30px;
}


/*- カードのスタイル -*/
.card1 {
	position: relative;
	margin-bottom: 1rem;
	margin-top: 1rem;
	background-color: #fff;
	border: 1px solid #c0c5c2;
	border-radius: 10px;
	padding: 1.2em;
	width:  auto;
	
	
}

.card1-img-top {
	border-radius: 0;
}

.card1-body {
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.card1-title {
	margin: 0;
	font-size: 1.375rem;
	line-height: 30px;
}

/****************************** Bootstrap Override End ******************************/


/****************************** Global Navigation  ******************************/

nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}

nav .container-fluid {

	height: 60px;
}

@media (min-width: 48em) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
		height: 90px;
		max-width: 1366px;
	}
}


nav .container-fluid {
	max-width: 1366px;
	padding: 0;
}

@media screen and (min-width: 48em) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

nav .nav-text-row {
	background-color: #9ea1a3;
}

nav .nav-text-row > div {
	height: 8px;
}

nav .nav-text-row a {
	padding: 0.35em 0.8em 0.35em 1em;
	color: #fff;
	font-size: 0.75rem;
	-webkit-transition-property: none;
	transition-property: none;
}

@media screen and (min-width: 48em) {
	nav .nav-text-row a:hover {
		color: #696969;
	}
}


/*- ロゴのスタイル -*/
nav .nav-menu-row a.navbar-logo {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: #333;
	line-height: normal;
}

@media (any-hover: hover) {
	nav .nav-menu-row a.navbar-logo:hover {
		color: #333;
	}
}

nav .nav-menu-row a.navbar-logo img {
	width: auto;
	height: 40px;
	padding-left: 15px;

}

@media (min-width: 48em) {
	nav .nav-menu-row a.navbar-logo img {
		height: 70px;
		padding-left: 0;

	}
}



/* @media (min-width: 48em) {
	nav:not(.clone-nav) .nav-menu-row a.navbar-logo img {
		display: none;
	}

	nav .nav-menu-row a.navbar-logo img,
	nav.clone-nav .nav-menu-row a.navbar-logo img {
		height: 55px;
		padding-left: 20px;
	}
} */

/*===== StellarNav.js(PC) StellarNav.jsを使用する場合は[:hover]のメディアクエリ必要なし =====*/

@media (min-width: 48em) {

	nav .nav-menu-row > div.container-fluid,
	.stellarnav,
	.stellarnav ul,
	.stellarnav ul li {
		position: static;
			background-color: #ffffff;
		
	}
}

/*- メニューの横方向ポジショニング(position:relative; の指定は要削除) -*/
.stellarnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	background: #fff;
}

/*- メニュー(1階層目)のスタイル -*/
.stellarnav ul li a {
padding: 25px 25px;
color: #333;
font-size: 15px;
font-weight: 600;
line-height: 20px;
-webkit-transition: background 0.5s ease-out;
transition: background 0.5s ease-out;
}

@media screen and (min-width: 48em) {
.stellarnav ul li a:hover {
		color: #000;
	font-weight: bold;
	}
}




.stellarnav ul li.info a {
    color: #fff;
    background: #0068b7;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #0068b7;
    transition: all ease-in-out 0.3s;
    font-weight: bold;
    margin-left: 8px;
	margin-right: 10px;
    margin-top: 2px;
    line-height: 1;
    font-size: 15px;
	
}

@media screen and (min-width: 48em) {
.stellarnav ul li.info a:hover {
	 color: #fff;
    background: #000;
	 border: 2px solid #000;

	}
}

/*
.stellarnav.desktop li.has-sub a {
	padding-right: 12px;
}
*/

/*- メニュー(1階層目)ドロップダウン矢印のスタイル -*/
.stellarnav.desktop li.has-sub > a::after {
	display: inline-block;
	position: static;
	margin-right: 10px;
	margin-left: 5px;
	border: 0 !important;
	color: #9ea1a3;
	font-size: 0.875rem;
	font-weight: normal;
	font-family: "fa-select";
	content: '\f078' !important;
}




@media (any-hover: hover) {
	.stellarnav.desktop li.has-sub > a:hover::after {
		color: #777;
	}
}

/*- ドロップダウンメニュー(2階層目)のスタイル -*/


.stellarnav ul ul {
top: 80px;
width: 220px;
background-color: rgba(255, 255, 255, 1);
}

.stellarnav ul ul li a {
padding: 8px 10px;
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 20px;
}

.stellarnav ul ul li a:hover {}

/*===== StellarNav.js(モバイル ~768px) =====*/

/*- メニュー(1階層目)のスタイル -*/
.stellarnav.mobile ul {
	background-color: #e7e7eb;
}

.stellarnav.mobile ul li a:not(.dd-toggle) {
	padding: 15px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	line-height: 20px;
	-webkit-transition-property: none;
	transition-property: none;

}

/*- メニュー(2階層目)のスタイル -*/
.stellarnav.mobile ul ul {
	background-color: #e7e7eb;
	top: 0px;
}

.stellarnav.mobile ul ul li a:not(.dd-toggle) {
	padding-left: 25px;
	font-size: 0.9375rem;
}

/*- MENUトグルボタンのスタイル -*/
.stellarnav.mobile a.menu-toggle {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

.stellarnav.mobile a.menu-toggle span.bars {
	top: 4px;
	margin: 0;
}

.stellarnav.mobile a.menu-toggle span.bars span {
	width: 20px;
	background-color: #333;
}

/*- StellarNav.js position:'left'or'right'時のボタンエリアスタイル -*/
.stellarnav.mobile.left,
.stellarnav.mobile.right {
	text-align: right;
}

.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
	top: 65px !important;
}

.stellarnav.mobile.left.active > ul,
.stellarnav.mobile.right.active > ul {
	-webkit-animation: fadeInRight 0.3s;
	animation: fadeInRight 0.3s;
}

.stellarnav.mobile.left a.call-btn-mobile,
.stellarnav.mobile.right a.call-btn-mobile,
.stellarnav.mobile.left a.location-btn-mobile,
.stellarnav.mobile.right a.location-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 1.0rem;
	line-height: 20px;
}

.stellarnav.mobile.left svg,
.stellarnav.mobile.right svg {
	top: 0;
}

.stellarnav.mobile.left a.close-menu,
.stellarnav.mobile.right a.close-menu {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 20px;
	vertical-align: bottom;

}

/*- CLOSEトグルボタンのスタイル -*/
.stellarnav.mobile a.close-menu .icon-close::before,
.stellarnav.mobile a.close-menu .icon-close::after {
	border-bottom: 2px solid #000;
}

/*- CLOSEボタン非表示 -*/
.stellarnav.mobile a.close-menu {
	display: none !important;
}

/*- ドロップダウンボタンのスタイル -*/
.stellarnav.mobile li a.dd-toggle {
	width: 50px;
	height: 50px;
}

.stellarnav.mobile li a.dd-toggle .icon-plus::before,
.stellarnav.mobile li a.dd-toggle .icon-plus::after {
	top: calc(50% - 1px);
	border-bottom: 2px solid #333;
}

/*===== StellarNav.js(カスタムボタン等) =====*/

/*- メニュー内ボタンのスタイル -*/
.stellarnav .nav-button-area {
	text-align: center;
}

.stellarnav .nav-button-area a.contact-btn {
	margin-top: 2rem;
	padding: 0.5em 0.2em;
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	font-size: 0.875rem;
}

@media (min-width: 48em) {
	.stellarnav .nav-button-area a.contact-btn {
		margin-top: 0;
		margin-left: 2rem;
		background-color: #000;
	color: #fff;
		margin-left: 2rem;


	}
}

@media (any-hover: hover) {
	.stellarnav .nav-button-area a.contact-btn:hover {
		background-color: #696969;

		color: #fff;
	}
}

/*- iOS Safari[position:fixed;] バグフィックス -*/
@media (max-width : 768px) {
	.stellarnav {
		overflow: visible;
		
	}
}

/****************************** Global Navigation End ******************************/


/****************************** Heading ******************************/

/*- 見出しのスタイル -*/
.subtitle {
	margin-bottom: 0rem;
	
}

@media (min-width: 48em) {
	.subtitle {
		margin-bottom: 0rem;
	}
}

.subtitle h2 {
	margin-bottom: 1.25rem;
	font-size: 2.0rem;
	letter-spacing: 0.125em;
	color: #333;
	font-weight: bold;
	text-align: left;
	
}

@media (min-width: 48em) {
.subtitle h2 {
	margin-bottom: 1.2rem;
	font-size: 3.2rem;
	letter-spacing: 0.08em;
	color: #333;
	font-weight: bold;
	text-align: left;

 
}
}

.subtitle p {
	margin-top:  3rem;
	margin-right: 1.0rem;
	color: #696969;
	font-size: 1.0rem;
	letter-spacing: 0.125em;
	font-weight: bold;
	text-align: left;
	
}

@media (min-width: 48em) {
.subtitle p {
	margin-top: 6.0rem;
	margin-right: 2.0rem;
	color: #696969;
	font-size: 1.5rem;
	letter-spacing: 0.125em;
	font-weight: bold;
	text-align: left;

 
}
}


hr.short {
	width: 2rem;
}

hr {
	background-color: #c0c5c2;
	border-width: 0;
	margin-top: 1rem;
	margin-bottom: 3rem;
	opacity: .8;
	height: 1px;
	border-radius: 1.0px;
	width: 5rem;
}

hr {
	border-color: currentColor;
}


/*- 見出しのアイコン表示 -*/
/*
.subtitle h2::before {
	padding-right: 0.25em;
	color: #99cc00;
	font-weight: 900;
	font-family: "fa-select";
	content: '\f0c6';
}
*/

/*- アンダーラインのスタイル -*/
.underline {
	width: auto;
	height: 1px;
	margin: auto;
	border-radius: 2px;
	background-color: #333;
	padding: 1em;
	

}

/****************************** Heading End ******************************/


/****************************** Background ******************************/

.background-light {
	background-color: #f5f5f5 !important;
}

.bg-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 0vh;
	/*- モバイル時の背景の高さ -*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 48em) {
	.bg-base {
		height: 15vh;
		/*- PC時の背景の高さ -*/
	}
}

.bg-inner .page-banner-title {
	margin: 0;
	padding-left: 1em;
	color: #000;
	font-size: 1.35rem;
}

@media (min-width: 48em) {
	.bg-inner .page-banner-title {
		margin-top: 80px;
	}
}

/*- パララックス効果 -*/
.fixed-background {
	position: relative;
	background-attachment: scroll;
}

@media (min-width: 48em) {
	.fixed-background {
		background-attachment: fixed;
	}
}

/*--------------------------------------------------------------
# link
--------------------------------------------------------------*/
a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}


/*--------------------------------------------------------------
# スマホのみ改行
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.sp_br {
		display: none;
	}
}

/****************************** Background End ******************************/


/****************************** Footer ******************************/

footer {
	background-color: #f5f5f5;
}

.footer-btn {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 18px;
	color: #192f60;
	font-size: 16px;
	font-weight: 700;
}

@media all and (any-hover: hover) {
	.footer-btn:hover {
		background-color: #34718c;
		border: 1px solid rgba(255, 255, 255, 0.3);
		color: #fff;
	}

	.footer-btn:active {
		background-color: #34718c;
		
		color: #fff;
	}
}

/*- footer リンクエリアのスタイル -*/
.footer-link .row {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

@media screen and (min-width: 48em) {
	.footer-link .row {
		text-align: left;
	}
}

.footer-link .footer-logo-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.footer-logo-cell img {
	width: 130px;
	margin: auto;
	padding: 0rem;
}

.footer-logo-cell span {
	margin: auto;
	font-size: 2rem;
	line-height: 2;
}

.footer-logo-cell .sns-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.footer-logo-cell .sns-link li {
	display: inline-block;
	padding: 0 0.75em;
}

.footer-logo-cell .sns-link li a {
	color: #777;
	font-size: 2rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (min-width: 48em) {
	.footer-logo-cell .sns-link .fb-link:hover {
		color: #3C5A99;
	}

	.footer-logo-cell .sns-link .tw-link:hover {
		color: #1DA1F2;
	}

	.footer-logo-cell .sns-link .ig-link:hover {
		color: #D93177;
	}
}

.footer-link a {
	font-size: 0.85rem;
	font-weight: bold;
	-webkit-transition-property: none;
	transition-property: none;
	line-height: 5px;
}

.footer-link ul {
	margin-bottom: 0;
	padding-left: 0.0em;
	line-height: 1.4;
}

.footer-link li {
	display: none;
	list-style: none;
}

@media screen and (min-width: 48em) {
	.footer-link li {
		display: block;
	}
}

.footer-link li a {
	font-size: 0.85rem;
	
	font-weight: normal;
}

/*- footer コピーライト表示 -*/
footer .copyright {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0068b7;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
}

/*- ページトップボタン -*/
#pagetop {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 1000;
}

#pagetop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: rgba(52, 113, 140, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 24px;
}

@media screen and (min-width: 48em) {
	#pagetop a:hover {
		background-color: #34718c;
		-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	}
}

/****************************** Footer End ******************************/


/****************************** Print ******************************/

@media print {
	nav {
		position: relative !important;
	}
}

/****************************** Print End ******************************/
