@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap');


@media screen and (min-width:800px){
	.no-pc{
		display:none!important;
	}
}
@media screen and (max-width:799px){
	.no-sp{
		display:none!important;
	}
}
.no-display{
	display:none!important;
}


/* ==============================================
CSS reset
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
}

button ,input ,textarea ,select {
	font-size:16px;
	padding:5px;
	letter-spacing:1px;
	font-family:'Noto Sans JP',sans-serif;
}

input[type="submit"] ,button {
	font-size:16px;
	padding:10px 30px;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:'Noto Sans JP',sans-serif;
	line-height:1.6;
	padding:0;
}

a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

a:hover {
	text-decoration:none;
}

img {
	vertical-align:top;
	max-width:100%;
    max-height:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	height:auto;
	border:0 none;
}

ol ,ul ,li {
	list-style:none;
}

header,section,footer{
	max-width: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

dl,dt,dd{
	display: block;
}

q:before ,q:after {
	content:none;
}

small {
	font-size:70%;
}

/* ============================================
common pc
=============================================== */


body{
	position:relative;
	font-size:16px;
	color:#000;
	background:#fff;
}

.tel-link-a{
	pointer-events: auto;
}

@media screen and (min-width:800px){
	#bgLayer{
		min-width: 1200px;
		max-width: 1920px;
		width:100%;
		margin:0 auto;	
	}
}

@media screen and (max-width:799px){
	#bgLayer{
		width:480px;
		min-width:480px;
		max-width:480px;
		margin:0 auto;
	}
}

.all-center-full{
	width:100%;
	max-width:100%;
	margin:0 auto;
}

.all-center-1200{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1000{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}

/* ==============================================
common SP
=============================================== */

@media screen and (max-width:799px){	

	.sp-LR15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}

	.sp-L15 {
		padding-left:15px !important;
	}
	
	.sp-R15 {
		padding-right:15px !important;
	}
}

/* ====================================================================
	flex
==================================================================== */
.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}

.flex.base {
	align-items:baseline;
}

.flex.column {
	flex-direction:column;
}
.flex.rev {
	flex-direction:row-reverse;
}
.flex.column.rev {
	flex-direction:column-reverse;
}

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}


/* =============================
common caption
================================ */
.caption-wrapper {
	text-align: center;
}
.caption1{
	border-bottom:solid 5px #000;
	width: 800px;
	margin: 0 auto;
}

.caption1-en{
	font-family:"Montserrat",'Noto Sans JP',sans-serif;
	font-size: 400%;
	font-weight: bold;
	line-height: 1.2;
}

.caption1-big{
	font-size: 120%;
}

.caption-text1-cover{
	padding-top:0.5em;
}

.caption-text1{
	font-size: 200%;
	color:#076fb8;
}

/* caption2 */
.caption2-wrapper{
    padding-bottom: 0.5em;
	border-bottom: solid 10px #1d2088;
}

.caption2{
	font-weight: bold;
	line-height: 1;
	color: #1d2088;
}

.caption2-en{
	font-size: 350%;
}

.caption2-ja{
	font-size: 200%;
	padding-bottom: 0.1em;
}

@media screen and (max-width:799px){

	.caption1 {
		width:450px;
	}

	.caption1-en{
		font-size: 270%;
	}

	.caption-text1-cover{
		padding-top:0;
	}

	.caption-text1{
		font-size: 150%;
	}

	.caption2-wrapper{
		border-bottom: solid 10px #1d2088;
	}

	.caption2-cover {
		padding: 0 0.5em;
	}

	.caption2-en{
		font-size: 300%;
	}

	.caption2-ja {
		font-size: 150%;
		padding-bottom: 0.1em;
		white-space: nowrap;
	}
	.caption2-ja.c {
		width:100%;
		text-align:center;
	}
}


/* =====================================================================
common main
======================================================================== */

main > section ,
#id-service-room {
	scroll-margin-top:140px;
}

.waku{
	padding-top: 5em;
	padding-bottom: 5em;
}

.mincho1{
	font-size: 250%;
	color: #fff;
	text-align: center;
	font-family: "Kaisei Opti", serif;
}

.mincho2{
	font-size: 220%;
	text-align: center;
	font-family:'Noto Serif JP',serif;
}

.mincho3{
	color:#1d2088;
	text-align: left;
	font-weight: bold;
	font-family:'Noto Serif JP',serif;
	font-size: 190%;
}

/* img-text-set 画像と文字のセット*/
.img-text-set-cover{
	padding-top: 0.5em;
	text-align: center;
}

.img-text-set{
	font-size: 140%;
}

/* icon iconと文字のセット */
.icon-out{
	padding: 1.5em 1em 0;
}

.icon-wrapper{
	text-align: center;
}

.icon-cover{
	padding: 0 0.5em;
}

.icon-cover > img{
	width: 100px;
}

.icon-text-cover{
	padding: 0.5em 0;
}

.icon-text {
	line-height:1.4;
}

/* common1-contents-all1 */
.common1-contents-cover{
	padding-top: 3em;
}

.common1-contents{
	padding: 0 1em;
}

.common1-text-cover{
	padding: 3em 1em 1.5em;
}

.common1-text{
	font-size: 140%;
	line-height: 1.9;
	display: inline-block;
}

.common1-text2-cover{
	padding-top: 0.5em;
	padding-right: 1em;
	text-align: right;
}

.common1-text2{
	font-size: 150%;
	background-color: #000;
	color: #fff;
	padding: 0 0.5em;
	display: inline-block;
}

/* button */
.button-cover{
	padding-top: 5em;
	text-align: center;
}

.button{
	padding: 0.5em 1em;
	color: #fff;
	background-color: #00a0e9;
	font-size: 150%;
	border:solid 2px transparent;
}

.button:hover{
	background-color: rgb(255, 255, 255,0.9);
	color: #00a0e9;
	font-weight: bold;
	border:solid 2px #00a0e9;
}

@media screen and (max-width:799px){
	main > section ,
	#id-service-room {
		scroll-margin-top:72px;
	}

	.waku{
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.mincho1{
		line-height: 1.2;
	}

	.mincho2{
		font-size: 170%;
	}

	.mincho3 {
		font-size: 150%;
	}

	.img-text-set{
		font-size: 120%;
	}

	.icon-outer {
		flex-wrap: wrap;
		padding-top: 1em;
	}
	
	.icon-wrapper {
		padding-top:0.5em;
		text-align: center;
		width: calc(100% / 4);
	}
	.icon-cover > img{
		width: 92px;
	}


	.common1-contents-cover {
		flex-direction: column;
		padding-top: 0;
	}

	.common1-contents {
		padding: 3em 1em 0;
	}

	.common1-text{
		line-height: 1.8;
		font-size: 110%;
	}

	.common1-text2 {
		font-size: 110%;
	}

	.button-cover{
		padding-top: 3.5em;
	}
}

/* ==============================================================
sp nav menu ハンバーガーの位置
================================================================= */

#me-b {
	display: none;
}

@media screen and (max-width:799px){
	#me-c {
		position: fixed;
		top:15px;
		left: calc(50% + 240px - 60px - 5px);
		z-index: 9000;
	}
	.me-d {
		background-color: rgba(255,255,255,.8);
		border: solid 2px #bbb;
		height: 60px;
		width: 60px;
		display: block;
		cursor:pointer;
	}

	.me-d > span{
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		display: block;
		height: 4px;
		width: 30px;
		background-color: #000;
		margin: -1px auto 0;
		transition:top,transform 0.3s ease;
		-webkit-transition:top,transform 0.3s ease;
	}

	.me-d > span.me-d1{
		top: calc(50% - 20%);
	}

	.me-d > span.me-d3{
		top: calc(50% + 20%);
	}

/* ==============================================================
sp nav	menu open　クリックした瞬間の動き
================================================================= */

	#me-b ~ #bgLayer {
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}

	#me-b:checked ~ #me-c .me-d > span{
		width: 40px;
	}

	#me-b:checked ~ #me-c .me-d > span.me-d2{
		background-color: rgba(255, 255, 255, 0);
	}

	#me-b:checked ~ #me-c .me-d > span.me-d1{
		transform: rotate(45deg);
		top: calc(50% - 0%);
	}

	#me-b:checked ~ #me-c .me-d > span.me-d3{
		transform: rotate(-45deg);
		top: calc(50% + 0%);
	}
	
	#me-b:checked ~ #spMenu .me-e {
		right: 0;
	}

/* ==============================================================
sp nav	menu　開いている時
================================================================= */

	#spMenu {
		position:relative;
		z-index:1;
	}
	#spMenu .me-e {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0%;
		right: -110%;
		z-index: 999;
		color: #000;
		transition: all 0.3s;
		-webkit-transition:all 0.3s;
	}

	#spMenu .me-e .me-e-in{
		display: block;
		text-align: center;
		background-color: #076fb8ee;
		width: 100%;
		height: 100%;
	}

	#spMenu .me-e .menu-title-cover{
		display: block;
		padding:0;
		opacity:0;
	}

	#spMenu .me-e .menu-title{
		display: block;
		background-color: #3f3d3d;
		color: #fff;
		width: 100%;
		font-size: 160%;
		font-weight: bold;
		line-height: 3.1;
	}

	#spMenu .me-e .nav-ul1-cover{
		display: block;
		width:480px;
		margin:0 auto;
		padding:8em 2.5em 2em;
		height: 100%;
	}

	#spMenu .me-e .nav-ul1{
		display: flex;
		justify-content:center;
		align-items: center;
		flex-wrap: wrap;
	}

	#spMenu .me-e .nav-li{
		width: 100%;
		padding-bottom:0.5em;
	}

	#spMenu .me-e .nav-a{
		padding:0.5em 1em 0.5em 1.5em;
		line-height: 2;
		font-family:'Noto Sans JP',sans-serif;
		display: flex;
		justify-content:space-between;
		align-items:center;
		background-color: #fff;
		border: solid 1px #00f;
	}
	#spMenu .me-e .nav-a .nav-a-text2 {
		margin-left:auto;
		font-size:110%;
	}
	#spMenu .me-e .nav-a:after {
		content:"≫";
		padding-left:0.5em;
		font-size:130%;
	}

	#spMenu .logo{
		padding-top: 0.5em;
	}
}


/* ==================================
header
================================== */

header{
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index:10010;
	background-color: rgba(255,255,255,0.95);
	border-bottom: 1px solid #076fb8;
}

header .logo-tel-wrapper{
	position:relative;
	z-index:2;
	border-bottom:solid 4px #076fb8;
}

header .logo-tel-cover{
	padding: 0.2em 1em;
}

header .logo img{
	height: 4em;
}

header .header-button-cover {
    text-align: right;
}

header .header-button{
	background-color: #f39800;
	color: #fff;
	font-size: 110%;
	border-radius: 5px;
	padding:0.5em 1em;
	text-align: center;
	line-height: 1;
}

header .tel-cover {
    padding-bottom: 0.2em;
}

header .tel-text{
	font-size: 120%;
	font-weight: bold;
}
header .img-cover{
	width: 50px;
	padding: 0 0.3em;
}

header .tel-number-cover {
	text-align:right;
	font-size: 120%;
	line-height:1.2;
}
header .tel-number {
	font-size: 140%;
	font-weight: bold;
}
header .tel-number small{
	font-size: 50%;
	font-weight: normal;
}

@media screen and (max-width:799px){
	header .img-cover{
		width: 1.8em;
		padding: 0 0.1em;
	}
}


/* ==
nav
==== */

nav .nav-ul1-cover{
}

nav .nav-ul1{
	max-width:1200px;
	margin:0 auto;
}

nav .nav-li{
	width:calc(100% / 5);
	text-align:center;
}

nav .nav-a {
    color: #076fb8;
    line-height: 1.4;
	padding-top: 0.3em;
    padding-bottom: 0.4em;
	display: block;
}


nav .nav-ul1 .nav-a-text1,
nav .nav-ul1 .nav-a-text2{
	display: block;
}

nav .nav-ul1 .nav-a-text1{
	font-size: 130%;
	font-weight: bold;
}

nav .nav-ul1 .nav-a-text2{
	font-size:100%;
}

@media screen and (min-width:800px){
	nav .nav-a:hover{
		color: #fff;
		background-color: rgb(7, 111, 184,0.8);
	}
}

@media screen and (max-width:799px){

	header .logo-tel-wrapper{
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #076fb8;
	}

	header .logo-tel-cover.flex.bottom {
		padding:0.2em calc(60px + 5px + 0.2em) 0.2em 0.2em;
		align-items: center;
	}

	header .logo {
		width: 240px;
	}

	header .header-tel {
		padding-top:0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		white-space: nowrap;
	}

	header .header-button-cover {
		display: block;
		padding-top: 1.5em;
		text-align: center;
	}

	header .header-button{
		font-size: 150%;
		padding: 1em 0;
		display: block;
		border-radius: 50px;
	}

	header .tel-cover {
		padding-top: 0em;
	}

	header .tel{
		flex-direction: column;
	}

	header .tel-text {
		font-size: 90%;
	}

	header .tel-number {
		font-size: 120%;
	}

	/* ==
	nav
	==== */

	nav .nav-ul1{
		flex-direction: column;
	}

	nav .nav-li {
		width: 100%;
	}

}

/* ==================================
section-fv
================================== */

.contents-all-fv .contents{
	width: 800px;
	margin: 0 auto;
}

.contents-all-fv .img-cover{
	padding-top:2em;
	width: 400px;
	margin: 0 auto;
}

/* contents-cover2 */
.contents-all-fv .contents-cover2{
	background-color: rgb(255, 255, 255, 0.7);
	width: 100%;
}

.contents-all-fv .contents2{
	width: 1200px;
	margin: 0 auto;
	padding: 3em 0 3em 1em;
	text-align:center;
}

.contents-all-fv .caption0{
	font-family:"Montserrat",'Noto Sans JP',sans-serif;
	font-size: 330%;
    font-weight: bold;
	line-height: 1;
}

.contents-all-fv .text2-cover{
	padding-top: 1.5em;
}

.contents-all-fv .text2{
	color: #000;
	font-size:120%;
	line-height: 1.8;
}

.contents-all-fv .img-cover2{
	padding:0 0.5em;;
}
.contents-all-fv .img-cover2 img{
	width:360px;
	aspect-ratio:4/2;
	object-fit:cover;
	object-position:bottom;
}
@media screen and (max-width:799px){

	.contents-all-fv{
		width: 480px;
		height: auto;
	}

	.contents-all-fv .contents-cover {
		padding-top: 8em;
	}
	
	.contents-all-fv .contents{
		width: 480px;
	}

	.contents-all-fv .caption0 {
		font-size: 230%;
		text-align: center;
	}

	.contents-all-fv .img-cover{
		padding-top:1em;
		width: 300px;
		margin: 0 auto;
	}
	
	/* contents-cover2 */
	.contents-all-fv .contents-cover2{
		width: 480px;
	}

	.contents-all-fv .contents2{
		width: 480px;
		flex-direction: column;
		padding: 1em 0.5em;
	}

	.contents-all-fv .contents2 > div {
		width: 100%;
        padding: 0;
	}

	.contents-all-fv .text2-cover{
		padding:0 0.5em;
	}

	.contents-all-fv .img-cover2 {
		margin: 0 auto;
	}
}



/* ==================================
section-land
================================== */

.section-land{
	background-image: url(images/common/land_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
}

.contents-all-land .mincho2-cover {
    padding-top: 1.5em;
    text-align:center;
}

.contents-all-land .img-cover{
	padding-top: 1em;
	text-align: center;
}

.contents-all-land .contents-cover {
    padding: 2em 5em 0;
}

.contents-all-land .text {
    font-size: 140%;
    line-height: 2;
}

/* contents-all-land2 */
.contents-all-land2 .contents-cover{
	padding-top: 3.5em;
}

.contents-all-land2 .contents > div{
	padding: 0 1em;
}

.contents-all-land2 .text{
	font-size: 140%;
	line-height: 1.9;
}

@media screen and (max-width:799px){

	.section-land {
		height: auto;
	}
	
	.contents-all-land .mincho2-cover {
		padding-top: 1em;
	}

	.contents-all-land .img-cover > img {
		object-fit: cover;
		width: 100%;
		height: 230px;
		object-position: 50% 0%;
	}

	.contents-all-land .text {
		font-size: 110%;
		line-height: 1.9;
	}

	.contents-all-land .contents-cover {
		padding: 1em 0.5em 0;
	}

	.contents-all-land2 .contents-cover{
		padding-top: 3em;
	}

	.contents-all-land2 .contents{
		flex-direction: column;
	}

	.contents-all-land2 .contents > div{
		width:100%;
	}
	
	.contents-all-land2 .contents > div + div{
		width:100%;
	}

	.contents-all-land2 .text-cover {
		padding-top: 1em;
	}

	.contents-all-land2 .text{
		font-size: 110%;
		line-height: 1.9;
	}
}

/* ==================================
service
================================== */
/* =================
contents-all-service
==================== */
.contents-all-service{
	background-image: url(images/common/service1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	max-width: 100%;
	width: 1920px;
	padding:8em 0;
}

.contents-all-service .img-cover{
	width: 470px;
}

/* =================
contents-all-service2
==================== */
.contents-all-service234{
	padding-top: 5em;
	padding-bottom: 5em;
}

.contents-all-service2 .mincho2-cover{
	padding-top: 2em;
}

.contents-all-service2 .mincho2{
	color: #1d2088;
}

/* contents-waku */
.contents-all-service2 .contents-waku-wrapper{
	padding-top: 3em;
}
.contents-all-service2.bg-white .contents-waku-wrapper {
	padding-top:0;
}

.contents-all-service2 .contents-waku-cover{
	background-color:#e0f2fe;
	padding-top:5em;
	padding-bottom: 5em;
}
.contents-all-service2.bg-white .contents-waku-cover{
	background-color:initial;
}


.contents-all-service2 .caption2-en{
	text-align:right;
}

/* contents1 */
.contents-all-service2 .contents1-cover{
	padding-top: 4em;
}

.contents-all-service2 .contents1 > div{
	width: 50%;
	padding: 0 2em;
}

.contents-all-service2 .contents1 > div + div{
	width: 50%;
	padding: 0 2em;
}

.contents-all-service2 .text{
	line-height: 2.1;
}

.contents-all-service2 .text,
.contents-all-service2 .img-text-set{
	font-size: 170%;
}

/* .contents-all-service2 .img-text-set{
	font-size: 170%;
} */

.contents-all-service2 .contents2-cover{
	padding-top: 3em;
}

.contents-all-service2 .contents2 > div{
	width: 45%;
	padding: 0 1.5em;
}

.contents-all-service2 .contents2 > div + div{
	width: 55%;
}

.contents-all-service2 .img-cover2{
	padding: 0 0.5em;
}

.contents-all-service2 .caption2-wrapper.second{
	padding-top:3em;
}

.contents-all-service2 .img-cover2 > img{
	height: 275px;
}

.contents-all-service2 .text-cover{
	padding: 2em 0 0;
}
/* =================
contents-all-service3
==================== */

.contents-all-service3 .contents-outer{
	padding-top: 4em;
}

.contents-all-service3 .contents-cover{
	padding:0 1.5em;
}

.contents-all-service3 .caption2-ja {
    padding-bottom: 0;
    text-align: right;
}

.contents-all-service3 .img-text-cover{
	padding: 3em 1em 0;
}

.contents-all-service3 .img-text > div {
	width: 45%;
}

.contents-all-service3 .img-text > div + div{
	width: 55%;
}

.contents-all-service3 .img-cover{
	height: 300px;
}

.contents-all-service3 .text-cover {
    padding-left: 1.5em;
}

.contents-all-service3 .text{
	font-size: 130%;
	line-height: 2.1;
}

@media screen and (max-width:799px){
	.contents-all-service3 .img-text.flex {
		align-items:stretch;
	}
	.contents-all-service3 .img-text > div {
		width:35%;
	}
	.contents-all-service3 .img-text > div + div {
		width:65%;
	}
	.contents-all-service3 .img-cover {
		height:auto;
	}
	.contents-all-service3 .text{
		font-size: 110%;
	}
}

/* =================
contents-all-service4
==================== */

.contents-all-service4 .contents-waku-cover{
	padding-top: 5em;
}

.contents-all-service4 .common1-text-cover{
	text-align: center;
	padding-top: 3em;
}

@media screen and (max-width:799px){

	.contents-all-service {
	}

	.contents-all-service234 {
		padding-top: 3em;
		/* padding-bottom: 5em; */
	}

	.contents-all-service234 .caption2-ja{
		padding-top: 0.2em;
		padding-bottom: 0;
	}

	/* contents-all-service2 */
	.contents-all-service2 .mincho2-cover{
		padding-top: 1em;
	}
	
	.contents-all-service2 .contents-waku-wrapper {
		padding-top: 2em;
	}

	.contents-all-service2 .contents-waku-cover {
		padding-top: 2em;
		padding-bottom: 3em;
	}

	.contents-all-service2 .contents1-cover {
		padding-top: 0em;
	}

	.contents-all-service2 .contents1 {
		flex-direction: column;
	}

	.contents-all-service2 .contents1 > div {
		width: 100%;
		padding: 0 1em;
	}

	.contents-all-service2 .contents1 > div + div {
		width: 100%;
		padding: 2em 2em 0;
	}

	.contents-all-service2 .text,
	.contents-all-service2 .img-text-set {
		font-size: 110%;
	}

	.contents-all-service2 .text{
		line-height: 1.8;
	}

	.contents-all-service2 .caption2-wrapper{
		flex-direction: column;
		align-items: center;
	}

	.contents-all-service2 .caption2-wrapper.second {
		padding-top: 2em;
		flex-direction: row;
		justify-content: center;
	}

	.contents-all-service2 .caption2-en{
		font-size: 250%;
	}
	
	.contents-all-service2 .contents2-cover {
		padding-top:0;
	}

	.contents-all-service2 .contents2 {
		flex-direction: column-reverse;
	}

	.contents-all-service2 .img-cover2 {
		padding: 0;
	}

	.contents-all-service2 .contents2 > div {
		width: 100%;
		padding:1em 0 0;
	}

	.contents-all-service2 .contents2 > div + div {
		width: 100%;
		flex-direction: column-reverse;
	}

	.contents-all-service2 .img-outer{
		display: flex;
		flex-direction: column-reverse;
	}

	.contents-all-service2 .img-wrapper {
		padding: 1em 0.5em 0;
		justify-content: space-between;
	}

	.contents-all-service2 .img-cover{
		padding: 0 0.5em;
	}

	.contents-all-service2 .img-cover2 > img {
		height: 177px;
	}

	.contents-all-service2 .text-cover {
		padding: 1em 0.5em 0;
	}

	.contents-all-service3 .contents-outer {
		padding-top: 0;
	}

	.contents-all-service3 .contents-wrapper{
		flex-direction: column;
	}

	.contents-all-service3 .contents-cover {
		padding:2em 1em 0;
	}

	.contents-all-service3 .caption2-wrapper {
		justify-content: center;
		align-items: center;
    }

	.contents-all-service3 .img-text-cover {
		padding: 2em 0em 0;
	}

	.contents-all-service3 .text-cover {
		padding-top: 1em;
		padding-left: 1em;
	}

	.contents-all-service3 .text {
		line-height: 1.8;
	}

	.contents-all-service4 .contents-waku-cover{
		padding: 5em 1em 0;
	}

	.contents-all-service4 .icon-out {
		padding: 0.5em 0 0;
	}
	.contents-all-service4 .icon-outer.flex.left {
		justify-content:center;
	}
	.contents-all-service4 .icon-wrapper {
		width:auto;
		white-space:nowrap;
	}
	.contents-all-service4 .icon-text {
		font-size:70%;
		font-weight:bold;
	}

	.contents-all-service4 .common1-contents-cover {
	    flex-direction: row;
	}
	.contents-all-service4 .common1-contents {
		padding: 2em 0.2em 0;
	}
	.contents-all-service4 .img-text-set-cover {
		padding-top: 0.3em;
	}
	.contents-all-service4 .img-text-set {
		font-size:100%;
	}

	.contents-all-service4 .common1-text-cover {
		text-align: left;
		padding-top: 2em;
	}
}

/* ==================================
section-activity
================================== */

.section-activity{
	background-image: url(images/common/activity_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	max-width: 100%;
	width: 1920px;
	height: 1080px;
}

.section-activity .waku{
	padding-top: 4em;
}

/*section-activity common1-contents-all1 */
.contents-all-activity .common1-contents-cover {
    padding-top: 3.5em;
}

.contents-all-activity .common1-text-cover{
	text-align: center;
	padding-top: 5em;
}

.contents-all-activity .img-wrap{
	width: 510px;
}

.contents-all-activity .common1-text{
	text-align: left;
}

@media screen and (max-width:799px){

	.section-activity{
		width: 480px;
		height: auto;
        background-size: cover;
        background-position: 50% 0%;
	}

	.section-activity .waku {
		padding-bottom: 4em;
	}

	.contents-all-activity .common1-contents-cover {
		flex-direction: column;
		padding-top: 0;
	}

	.contents-all-activity .common1-text-cover {
		padding-top: 2em;
	}

	.contents-all-activity .img-wrap {
		width: 450px;
	}
}

/*  ==========================================================
section-news
==========================================================*/

ul.newsList {
	margin:3em 1em 1em;
	padding:0.5em 1em;
	border:#ccc;
	box-shadow:0 0 3px #999 inset;
	line-height:1.6;
}

ul.newsList li.newsInfo .newsInner {
	border-bottom:5px dotted #93a1d0;
}
ul.newsList li.newsInfo:last-child .newsInner {
	border-bottom:0 none;
}

ul.newsList li.newsInfo .newsInner > h3.flex {
	padding:1em 0.5em;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	cursor:pointer;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
	width:12em;
	font-size:90%;
	text-align:right;
	padding-right:1em;
	color: #006cb5;
	font-weight: bold;
}
ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
	margin-right:auto;
}
ul.newsList li.newsInfo .newsInner > h3.flex:after {
	content:"▲記事を閉じる";
	margin-left:auto;
	font-size:90%;
	text-align:right;
	color: #004098;
}

/* news top */
ul.newsList li.newsInfo.newmark .newsInner h3 > span:nth-child(1):before {
	content:"NEW";
	font-size:90%;
	font-weight:bold;
	color:#c00;
	padding-right:1em;
	-webkit-animation:1.5s animateBlink infinite alternate linear;
	animation:1.5s animateBlink infinite alternate linear;
}

/* open */
ul.newsList li.newsInfo .newsInner:not(.off) {
	background-color: rgb(217, 234, 255,0.65);
}

ul.newsList li.newsInfo .newsInner.off > h3.flex:after {
	content:"▼記事を開く";
}

ul.newsList li.newsInfo .newsInner .description {
	display:none;
	width:100% !important;
	padding-top:1.5em;
	padding-bottom:1.5em;
	padding-left:1.5em !important;
	padding-right:1.5em !important;
	overflow:hidden;
	border-top:5px dotted #93a1d0;
}
ul.newsList li.newsInfo .newsInner .description > div.flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction:row-reverse;
}

ul.newsList li.newsInfo .newsInner .description > div.flex .text {
	flex-grow:1;
	padding:0 1em;
}

.newsLinkButton {
	padding:0.5em 0.5em 0;
	text-align:right;
}


@media screen and (min-width:800px) {

	ul.newsList li.newsInfo .newsInner .description > div.flex .image {
		min-width:30%;
		max-width:30%;
		padding-left:20px;
	}
}

@media screen and (max-width:799px) {

	.section-news .waku{
		padding-bottom: 0;
	}

	ul.newsList li.newsInfo .newsInner > h3.flex:active {
		background-color: #e0f2fe;
	}
	
	ul.newsList li.newsInfo .newsInner > h3.flex {
		padding:5px;
		flex-wrap:wrap;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span {
		line-height:1.6;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
		width:100%;
		text-align:left;
	}
	ul.newsList li.newsInfo.c0 .newsInner h3 > span:nth-child(1):before {
		padding-right:0.5em;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
		padding-left:0.5em;
	}
	ul.newsList li.newsInfo .newsInner .description {
		padding-left:1em !important;
		padding-right:1em !important;
	}

	ul.newsList li.newsInfo .newsInner .description > div.flex {
		flex-direction:column;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .image {
		width:80%;
		padding:0;
		margin:0 auto 20px;
		text-align:center;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .text {
		width:100%;
	}
}

#page-news .section-news {
	padding-bottom:4em;
}

.pageLinks {
	padding:0 1em !important;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.pageLinks a {
	display:flex;
	justify-content:center;
	align-items:center;
	width:2em;
	height:2em;
	margin:0.3em;
	color:#000;
	background-color:rgba(255,255,255,0.4);
	border:1px solid #ccc;
	border-radius:0.2em;
	text-align:center;
}
.pageLinks a.active {
	color:#fff;
	background:#06f;
	border:1px solid #06f;
}
.pageLinks a:not(.active):hover {
	background:#0cf;
}
@media screen and (max-width:799px) {
}




/* ==================================
section-access
================================== */

.contents-all-access .map-cover{
	padding-top: 2em;
}

.contents-all-access .map-cover > iframe{
	height: 550px;
	width: 100%;
}

.contents-all-access .table-outer{
	padding-top: 1.5em;
	text-align: center;
}

.contents-all-access .table-wrapper{
	display: inline-block;
}

.contents-all-access .text{
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

.contents-all-access .table-cover{
	padding-top: 1em;
}

.contents-all-access table{
	border-collapse: collapse;
}
.contents-all-access table th ,
.contents-all-access table td {
	padding:0.5em;
}
.contents-all-access table td {
	vertical-align:middle;
}

.contents-all-access .th-info1 ,
.contents-all-access .td-info1 {
	font-size: 140%;
	font-weight: bold;
	padding-top: 0.5em;
	display: block;
}

.contents-all-access .th-info1{
	padding-right: 2em;
	text-align: right;
}
.contents-all-access .td-info1{
	text-align: left;
}
.contents-all-access .td-info1.l13{
	line-height:1.3;
}


@media screen and (max-width:799px){
	
	.contents-all-access .map-cover > iframe{
		height: 450px;
		width: 100%;
	}

	.contents-all-access .text {
		font-size: 140%;
	}

	.contents-all-access .th-info1,
	.contents-all-access .td-info1{
		font-size: 120%;
		font-weight: bold;
		padding-top: 0.3em;
		display: block;
	}

	.contents-all-access .th-info1{
		white-space: nowrap;
		padding-right: 0.3em;
	}
}

/* ==================================
footer
================================== */

footer{
	background-color:#2ea8e1;
}

.footer-waku{
	padding-top: 3em;
	padding-bottom: 2em;
}

footer .img-cover{
	width: 350px;
	margin: 0 auto;
}

footer .sns-wrapper{
	padding-top: 2em;
}

footer .sns-cover{
	padding: 0 0.5em;
}

footer .sns {
	display: block;
	border-radius: 50%;
}

footer .sns:hover {
	filter: brightness(0.7) invert(1);
}

footer .banner-wrapper{
	padding-top:3em;
}

footer .banner-cover{
	padding: 0 1em;
}

footer .banner1,
footer .banner2{
	width: 255px;
	max-width:100%;
}

footer .banner3{
	width: 430px;
	max-width:100%;
}

@media screen and (max-width:799px){

	footer .banner-wrapper {
		padding-top: 1em;
		flex-wrap: wrap;
		width: 70%;
		margin: 0 auto;
	}

	footer .banner-cover {
		width:50%;
		padding: 1em 0.5em 0;
	}
	footer .banner-cover:last-child {
		width:100%;
	}

}

/* ==========================================================
	pagetop button
============================================================= */

#pagetopButton {
	display:none;
    position: fixed;
    bottom: 1em;
    right: 1em;
	width:4em;
	height:4em;
	z-index: 10000;
}

#pagetopButton .anchorLink {
	width:100%;
	height:100%;
	line-height:1.2;
	font-weight:bold;
    color:#fff;
	background-color: #076fb8;
	border-radius:0.5em;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	border:solid 1px #fff;
}

#pagetopButton .anchorLink:hover {
	background:#1d2088;
}

@media screen and (max-width:799px){

	#pagetopButton {
	    bottom: 0.2em;
    	right: 0.2em;
		width:3.5em;
		height:3.5em;
	}

	#pagetopButton .anchorLink:active {
		background:#1d2088;
	}
}


/* ==========================================================
	text stroke
============================================================= */
.textStroke {
	display:inline-block;
	position:relative;
	text-shadow:none;
}
.textStroke > .text-f {
	position:relative;
	z-index:2;
}
.textStroke > .text-b {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	-webkit-text-stroke:3px #fff9;
}

.caption1-en.textStroke > .text-b {
	-webkit-text-stroke:0.1em #fff9;
}

.textStroke.c2 {
}
.textStroke.c2 > .text-f {
	color:#fff;
}
.textStroke.c2 > .text-b {
	-webkit-text-stroke:4px #0009;
}
@media screen and (max-width:799px){
	.textStroke.c2 {
		font-size:150%;
		font-weight: bold;
	}
}



/* ==================================
section-price
================================== */

.section-price{
	background-color: #e0f2fe;
}

.contents-all-price .text-cover {
	padding-top: 3em;
}

.contents-all-price .text {
	text-align: center;
    color: #1d2088;
	font-size: 230%;
}

.contents-all-price .table-cover{
	margin:0 auto;
	width: 1000px;
	max-width:100%;
	padding-top:1em;
}

.contents-all-price table{
	width:100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	font-family:'Noto Serif JP',serif;
}

.contents-all-price th,
.contents-all-price td{
	vertical-align: middle;
	width: calc(100% / 3);	
	color: #fff;
}

.contents-all-price th {
	background-color: #1d2088;;
}
.contents-all-price td {
	background-color: #00a0e9;
}

.contents-all-price .tr-info2 th {
	color: #333;
	background-color: #9dd;
}
.contents-all-price .tr-info2 td {
	color: #333;
	background-color: #aee;
}

.contents-all-price th > span,
.contents-all-price td > span{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
}

.contents-all-price th > .th-info1,
.contents-all-price td > .td-info1{
	min-height: 100px;
}

.contents-all-price th > .th-info2,
.contents-all-price td > .td-info2{
	min-height: 50px;
}

.contents-all-price th > span{
	font-size: 180%;
}

.contents-all-price td > .td-info1{
	font-size: 160%;
}

.contents-all-price td > .td-info2{
	font-size: 140%;
}

@media screen and (max-width:799px){

	.contents-all-price .text-cover {
		padding-top: 2em;
	}

	.contents-all-price .text {
		font-size: 200%;
	}

	.contents-all-price .table-cover{
		padding-top: 1em;
	}
	
	.contents-all-price th > span {
		font-size: 125%;
	}

	.contents-all-price td > .td-info1{
		font-size: 110%;
	}

	.contents-all-price td > .td-info2{
		font-size: 105%;
	}

	.contents-all-price th > .th-info1,
	.contents-all-price td > .td-info1{
		min-height: 70px;
	}

	.contents-all-price th > .th-info2,
	.contents-all-price td > .td-info2{
		min-height: 40px;
	}
}



/* ==================================
section-fv 追加
================================== */

/* z-index1 */
.section-fv{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
}

/* z-index10 */
.contents-all-fv .contents-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.contents-all-fv .contents-wrapper2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.contents-all-fv .contents-cover{
	padding-top: 7.5em;
}

/* ======
fv-slider
=========*/

.contents-all-fv .fv-slider-img-cover{
	width:100%;
	height:100vh;
	min-width:1200px;
	overflow:hidden;
}

.contents-all-fv .fv-slider-img{
	width:100%;
	height:100vh;
}

.contents-all-fv .fv-slider-img-cover img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:50% 50%;
}

@media screen and (max-width:799px){

	/* z-index1 */
	.section-fv{
		min-height:560px;
	}

	.contents-all-fv .fv-slider-img-cover{
		width:480px;
		height:800px;
		min-width:auto;
	}

	.contents-all-fv .fv-slider-img{
		height:800px;
	}
}



/* ======================================================================================================
	form
====================================================================================================== */
.section-contact {
    background-color: #e0f2fe;
}

.thanks-frame ,
.form-frame {
	width:800px;
	max-width:100%;
	margin:0 auto;
	padding-bottom:4em;
	font-size:130%;
}
.thanks-frame {
	padding-top:2em;
}
.thanks-frame .text-cover + .text-cover {
	padding-top:1em;
}

.form-wrapper dl{
	padding-top:2em;
	width:100%;
}

.form-wrapper dt{
	padding:1.5em 0 0;
}

.form-wrapper dd{
	padding-left:1em;
	padding-top:0.5em;
}

@media screen and (max-width:799px){
	.form-wrapper dl {
		padding:0 1.5em;
	}
}




/* ====================================================================
	form - optional / required
==================================================================== */
.optional,
.required{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.optional:before,
.required:before{
	content:attr(data-text);
	display:inline-block;
	margin-right:0.5em;
	padding:0.1em 0.5em 0.2em;
	background-color:#f00;
	border-radius:0.3em;
	color:#ffffff;
	font-size:80%;
}
.optional:before{
	background-color:#06f;
}

@media screen and (max-width:799px){
	.required{
		justify-content:flex-start;
	}

	.optional:before,
	.required:before{
		margin-right:0.3em;
		padding:0.1em 0.3em 0.2em;
	}
	span.check > label {
		font-size:85%;
	}
}



/* ====================================================================
	form - field
==================================================================== */
input ,textarea{
	width:100%;
	-webkit-appearance:none; 
	appearance:none;
	border-radius:0.5em;
	font-size:90%;
}
input[type='radio'] ,input[type='checkbox']{
	width:1em;
	height:1em;
	-webkit-appearance:auto; 
	appearance:auto;
}

input:not([type="submit"]){
	border:2px solid #999;
	padding:0.3em 0.5em;
}

.textarea-text{
	padding:2.5em 5em !important;
}

textarea{
	resize:none;
	height:8em;
	padding:0.5em;
	border:2px solid #999;
}

span.check {
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
span.check > label {
	padding-left:0.3em;
}


@media screen and (max-width:799px){
	input[type="submit"]{
		width:auto;
		padding:0.5em 1em;
	}

	input:focus ,textarea:focus{
		border:solid 2px #000000;
		outline:none;
		background-color:#99e5ff;
	}

}



/* ====================================================================
	form - button
==================================================================== */
.formButton{
	padding-top:2em;
	padding-left:1em;
	display:flex;
	justify-content:center;
	text-align:center;
}

input[type="submit"] ,
.formButton a {
	position:relative;
	z-index:2;
	width:auto;
	padding:0.5em 2em 0.6em;
	font-size:110%;
	line-height:1;
	text-indent:0.3em;
	letter-spacing:0.3em;
	color:#fff;
	background-color:#06f;
	border:2px solid #06f;
	border-radius:0.3em;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	cursor:pointer;
}
.formButton a{
	font-size:100%;
	text-indent:0.1em;
	letter-spacing:0.1em;
	border-radius:0.5em;
}

@media screen and (min-width:800px){
	.formButtonFrame {
		position:relative;
		display:inline-block;
		color:#06f;
		background:#fff;
		border:2px solid #06f;
		border-radius:0.3em;
		cursor:pointer;
		transition:background 0.3s ease;
		-webkit-transition:background 0.3s ease;
	}
	.formButtonFrame:hover {
		color:#fff;
		background:#06f;
	}

	input[type="submit"] ,
	.formButton a {
		color:inherit;
		background:transparent;
		border:0 none;
	}

}
@media screen and (max-width:799px){
}


/* ====================================================================
	form - error
==================================================================== */
.error {
	display:block;
	width:100%;
	margin:0.3em auto 0.5em;
	padding:0.2em 2em;
	color:#f00;
	border:1px solid #f00;
	background:rgba(255,255,255,0.6);
	border-radius:0.2em;
	font-size:90%;
}


/* ====================================================================
	form - confirm
==================================================================== */
.status2 #form-table {
	line-height:1.4;
}

@media screen and (max-width:799px){
	.status2 dd.form-5 {
		font-size:90%;
	}
}


/* ====================================================================
	form - customize
==================================================================== */
.field-group.flex {
	display:flex;
	justify-content:center;
}

.form-6 {
	display:flex;
	flex-direction:column;
}
.form-6 .error {
	order:1;
}
.form-6 #privacyBox {
	order:2;
}
.form-6 .field-group {
	order:3;
}

#privacyBox {
	height:12em;
	padding:0.5em;
	font-size:65%;
	line-height:1.4;
	color:#333;
	background:rgba(255,255,255,0.9);
	border:2px solid #999;
	border-radius:0.5em 0 0 0.5em;
	overflow:auto;
}
#privacyBox > h2{
	font-weight:bold;
}
#privacyBox > div{
	padding-left:1em;
	padding-bottom:0.5em;
}
#privacyBox dt{
}

.status2 #privacyBox {
	display:none;
}


.reserve-cover {
	padding:2em 0;
}
.reserve-text {
	font-weight: bold;
	font-size: 190%;
	font-family:'Noto Serif JP',serif;
}
.reserve-button-cover {
	padding-top:2em;
}

.reserve-button-cover > * > * {
	display:block;
	width:360px;
	padding:0.2em 0.3em 0.6em;
	text-align:center;
	font-size: 120%;
	line-height:1.2;
	background:rgba(255,255,255,0.9);
	border:1px solid #999;
	border-radius:0.5em;
}
.reserve-button-cover > * > * + * {
	margin-top:0.5em;
}

.reserve-cover .text-cover {
	padding-bottom:0.3em;
}
.reserve-cover .text-cover small {
	font-size:80%;
}

.reserve-cover .img-cover{
	width: 50px;
	margin: 0;
	padding: 0 0.3em;
}
.reserve-cover .tel-number {
	font-size: 160%;
	font-weight: bold;
}

@media screen and (max-width:799px){
	.reserve-text {
		font-size:120%;
	}
	.reserve-button-cover {
		padding:0.5em 0 1em;
	}
	.reserve-button-cover > * {
		width:48%;
	}
	.reserve-button-cover > * > * {
		width:100%;
		font-size:90%;
	}
	.reserve-cover .img-cover {
		width:40px;
	}
}




.reserve_cancel {
}

.reserve_cancel_cover {
	padding:2em 1em 0;
}
.reserve_cancel_h3 {
	font-weight:bold;
}
.reserve_cancel_div {
	padding-top:0.8em;
}
.reserve_cancel_ul {
	padding-top:0.8em;
	padding-left:1em;
}
.reserve_cancel_ul > li {
	text-indent:-1em;
}
@media screen and (max-width:799px){
	.reserve_cancel {
		font-size:90%;
	}
}



