@charset "utf-8";
html,
body {
	color: #000;
	font-size: 16px;
	font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.sub {
	color: #fff;
	background: #000;
}
body {
	position: relative;
}
body.is-menu-open {
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th {
	font-weight: 600;
}
.mn {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	color: #202020;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:hover,
a:active {
	color: orange;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
::selection {
	background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
	background: rgba(0, 144, 202, 0.5); /* Firefox */
}
/* min835 */
@media screen and (min-width: 835px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*--------------------------------------------------------------*/
/* input */
/*--------------------------------------------------------------*/
input, select, textarea, button {
	font-size: 16px;
	border-radius: 2px;
	border: 1px solid #ebebeb;
	margin: 0;
	padding: 7px;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus, select:focus, textarea:focus {
	outline: none;
	background-color: #effffe;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
	color: #000;
	background-color: #fff;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active {
	background-color: #FFFFDF;
}
/* radio, checkbox */
input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
}
@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		visibility: hidden;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 20px;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 15px;
		height: 15px;
		margin-top: -9px;
		background: #fff;
	}
	input[type=radio] + label::before {
		border: 1px solid #999;
		border-radius: 30px;
	}
	input[type=checkbox] + label::before {
		border: 1px solid #999;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 4px;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		background: #333;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 2px;
		width: 14px;
		height: 7px;
		margin-top: -8px;
		border-left: 3px solid #333;
		border-bottom: 3px solid #333;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/*--------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.over {
	overflow: hidden;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 834 */
@media (max-width: 834px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	body {
		font-size: 14px;
	}
	.sp_view {
		display: block;
	}
	.sp_none {
		display: none!important;
	}
}
/* base */
.content {
	width: auto;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* パララックス */
/*--------------------------------------------------------------*/
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.lv_fade,
.mv_fade {
	opacity: 0;
}
.mv_fade0 {
	opacity: 1;
}
.mv_left {
	opacity: 0;
	left: -50px;
}
.mv_right {
	opacity: 0;
	right: -50px;
}
.mv_up {
	opacity: 0;
	top: 50px;
}
.mv_down {
	opacity: 0;
	top: -50px;
}

/*--------------------------------------------------------------*/
/* .pd_std */
/*--------------------------------------------------------------*/
.pd_std {
	padding-top: 120px;
	padding-bottom: 120px;
}
.tzero {
	padding-top: 0!important;
}
.bzero {
	padding-bottom: 0!important;
}
/* 1000 */
@media (max-width: 1000px) {
	.pd_std {
		padding-top: max(12vw, 80px);
		padding-bottom: max(12vw, 80px);
	}
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
#header .pc_head {
	background: rgba(255,255,255,1);
	transition: .3s ease;
	position: relative;
	padding: 0 0 0 30px;
}
body.sub #header .pc_head {
	background: rgba(0,0,0,1);
}
#header .pc_head .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 74px;
	height: 84px;
	transition: height .3s;
}
/* logo */
#header .pc_head .logo {
	width: 55%;
	display: flex;
	align-items: center;
	transition: height .3s ease;
}
#header .pc_head .logo h1 {
	width: 100%;
}
#header .pc_head .logo h1 img {
	max-width: 420px;
	width: 100%;
	transition: .3s;
}
/* tel */
#header .pc_head .tel {
	width: 45%;
}
#header .pc_head .tel a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
#header .pc_head .tel a img {
	width: 40px;
	margin-right: 8px;
}
/* fixed */
#header.fixed .pc_head .flex {
	height: 70px;
}
/* 1440 */
@media (max-width: 1440px) {
	#header .pc_head {
		padding: 0 0 0 20px;
	}
}
/* 1000 */
@media (max-width: 1000px) {
	#header .pc_head .flex {
		height: 70px;
		padding-right: 70px;
	}
	#header #sp_menu_btn {
		top: 24px;
	}
	#header .pc_head .logo h1 img {
		max-width: 400px;
		min-width: 380px;
		width: 100%;
		transition: .3s;
	}
	/* tel */
	#header .pc_head .tel {
		padding-top: 4px;
	}
	#header .pc_head .tel a {
		font-size: max(2.0vw, 1.6rem);
	}
	#header .pc_head .tel a img {
		width: 36px;
		margin-right: 6px;
		margin-bottom: 3px;
	}
}
/* 700 */
@media (max-width: 700px) {
	#header .pc_head .tel {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	#header .pc_head {
		padding: 0 0 0 10px;
	}
	#header .pc_head .flex {
		height: 60px;
	}
	#header .pc_head .logo {
		width: 100%;
	}
	#header .pc_head .logo h1 img {
		max-width: 300px;
		min-width: 180px;
		width: 100%;
	}
	#header.fixed .pc_head .flex {
		height: 60px;
	}
	#sp_menu_btn {
		top: 18px!important;
	}
}

/*--------------------------------------------------------------*/
/* #header SP MENU関連 */
/*--------------------------------------------------------------*/
/* sp_menu_btn */
#sp_menu_btn {
	width: 45px;
	height: 32px;
	position: absolute;
	top: 30px;
	right: 8px;
	cursor: pointer;
	z-index: 99;
	transition: top .3s ease;
}
#header.fixed #sp_menu_btn {
	top: 24px;
}
#open {
	position: relative;
	height: 21px;
	width: 30px;
	left: 4px;
}
.menu_line {
	background: #000;
	display: block;
	height: 3px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
#header.fixed .menu_line,
.menu--active .menu_line {
	background: #000;
}
body.is-pc #sp_menu_btn:hover .menu_line {
	background: #777;
}
body.is-pc #header.fixed #sp_menu_btn:hover .menu_line {
	background: #777;
}
.menu_line-center {
	top: 9px;
}
.menu_line-bottom {
	bottom: 0px;
}
.menu--active #open {
	left: -1px;
}
.menu--active .menu_line-top {
	top: 10px;
	transform: rotate(45deg);
}
.menu--active .menu_line-center {
	display: none;
}
.menu--active .menu_line-bottom {
	bottom: initial;
	top: 10px;
	transform: rotate(315deg);
}
body.is-pc.menu--active #sp_menu_btn:hover .menu_line {
	background: #555;
}
/* sp_menu_right */
.sp_menu_right {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: -100%;
	top: 0;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 75%;
	padding: 60px 20px 20px 25px;
	z-index: 98;
	-webkit-overflow-scrolling: touch;
}
.menu--active .sp_menu_right {
	right: 0;
	margin-left: 0;
}
.sp_menu_right .logo img {
	max-width: 360px;
	margin-bottom: 30px;
}
.sp_menu_right ul.nav {
	margin-bottom: 30px;
}
.sp_menu_right ul.nav li {
	font-size: 17px;
	padding: 0 0 15px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	font-size: 14px;
	display: inline-block;
	line-height: 1.2;
}
.sp_menu_right ul.nav li a span.eng {
	display: inline-block;
	font-size: 13px;
	font-family: "poppins", sans-serif;
	font-weight: 700;
}
.sp_menu_right ul.nav li a:hover svg {
	fill: orange;
}
/* flex left */
.sp_menu_right .flex {
	max-width: 360px;
	width: 100%;
}
.sp_menu_right .flex > div {
	width: 50%;
}
.sp_menu_right .flex .left a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 60px;
	background: #0072b5;
	color: #fff;
	position: relative;
	transition: .3s;
	backface-visibility: hidden;
	gap: 0 10px;
}
body.is-pc .sp_menu_right .flex .left a:hover {
	opacity: 0.8;
}
body.is-pc .sp_menu_right .flex .right a:hover {
	opacity: 0.8;
}
.sp_menu_right .flex .left a span.tel {
	font-size: 15px;
}
.sp_menu_right .flex .left a span.time {
	font-size: 12px;
}
.sp_menu_right .flex .left a span.tel svg {
	width: 15px;
	stroke: #fff;
	fill: #005F3D;
	margin-bottom: -3px;
	margin-right: 3px;
}
/* flex right */
.sp_menu_right .flex .right a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 60px;
	background: #ffe200;
	color: #231815;
	position: relative;
	transition: .3s;
	backface-visibility: hidden;
	gap: 0 10px;
}
/* sp_menu_left */
.sp_menu_left {
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: url(../images/main_visual.jpg) no-repeat;
	background-size: cover;
	animation: act_anime 20s infinite alternate linear;
	position: fixed;
	left: -100%;
	top: 0;
	height: 100vh;
	width: 25%;
	text-align: center;
	z-index: 98;
}
@keyframes act_anime {
	0% { 
		background-position: right 95% center;
	}
	100% { 
		background-position: right 5% center;
	}
}
@keyframes act_anime2 {
	0% { 
		background-position: right 5% center;
	}
	100% { 
		background-position: right 95% center;
	}
}
.menu--active .sp_menu_left {
	left: 0;
}
/* 1000 */
@media (max-width: 1000px) {
	/* sp_menu_btn */
	#sp_menu_btn {
		display: block;
	}
	#rc_box {
		display: flex;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_menu_right .flex {
		margin-left: -15px;
		width: calc(100% + 15px);
	}
	/* left */
	.sp_menu_right .flex .left {
		width: 100%;
	}
	.sp_menu_right .flex .left a {
		font-size: 14px;
	}
	/* right */
	.sp_menu_right .flex .right {
		width: 100%;
	}
	.sp_menu_right .flex .right a {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------*/
/* SP MENU */
/*--------------------------------------------------------------*/
.menu {
	position: fixed;
	right: 0;
	top: 0;
	background: rgba(0,36,169,0.9);
	color: #F0F0F0;
	height: 100%;
	width: 0;
	overflow: hidden;
	transition: all .3s ease;
	overflow-y: auto;
	z-index: 99;
}
.menu .logo {
	margin-top: 15%;
}
.menu .menu-inner {
	text-align: center;
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
.menu--active {
	height: 100vh;
	overflow: hidden;
}
.menu--active .menu {
	width: 100%;
	z-index: 99;
}
.menu ul.din {
	padding-top: 40px;
	margin-bottom: 30px;
}
.menu ul.din li {
	display: flex;
	flex-direction: column;
	font-size: 2.2rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	font-family: arial;
	line-height: 1;
}
.menu ul.din li:last-child {
	border-bottom: none;
}
.menu ul.din li a {
	display: contents;
}
.menu ul.din li a span.jp {
	display: block;
	font-size: 1.4rem;
	padding-top: 5px;
}
.menu .sp_contact a {
	display: block;
	max-width: 320px;
	width: 80%;
	padding: 12px;
	margin: 0 auto;
	background: #f59f09;
}
/* 580 */
@media (max-width: 580px) {
	.menu .menu-inner {
		height: 100vh;
		overflow-y: auto;
	}
}
/* 320 */
@media (max-width: 320px) {
	.menu ul.din {
		padding-top: 30px;
		margin-bottom: 15px;
	}
	.menu ul.din li {
		font-size: 2.2rem;
		line-height: 1.3;
	}
}

/*--------------------------------------------------------------*/
/* header.type01 */
/*--------------------------------------------------------------*/
header.type01 h1 {
	font-size: 46px;
	text-align: center;
	color: #0079c0;
	margin-bottom: 40px;
}
/* 1000 */
@media (max-width: 1000px) {
	header.type01 h1 {
		font-size: max(4.6vw, 23px);
		margin-bottom: max(4vw, 25px);
	}
}

/*--------------------------------------------------------------*/
/* MAIN VISUAL */
/*--------------------------------------------------------------*/
#main_visual {
	background: url(../images/main_visual.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	max-height: 888px;
	height: 80vw;
	position: relative;
	overflow: hidden;
}
#main_visual::after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}
#main_visual img.nami {
	position: absolute;
	left: 0;
	bottom: -1px;
	max-width: initial;
	width: 100vw;
	z-index: 3;
}
#main_visual div.free {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 280px;
	background: #0079c0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 3;
}
#main_visual div.free img {
	width: 60%;
	transform: translate(-10px, 54px);
}
/* 834 */
@media (max-width: 834px) {
	#main_visual div.free {
		width: 210px;
		top: -20px;
		right: -20px;
	}
	#main_visual div.free img {
		width: 60%;
		transform: translate(-5px, 45px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#main_visual {
		height: 64vh!important;
	}
	#main_visual div.free {
		width: 210px;
		top: -32px;
		right: -78px;
	}
	#main_visual div.free img {
		width: 50%;
		transform: translate(-35px, 35px);
	}
	#main_visual img.nami {
		left: -2vw;
		width: 104vw;
	}
}

/*--------------------------------------------------------------*/
/* figure.hr */
/*--------------------------------------------------------------*/
figure.hr {
	height: 434px;
	margin-top: 80px;
	margin-bottom: 80px;
}
figure.hr img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* 1400 */
@media (max-width: 1400px) {
	figure.hr {
		max-height: 434px;
		height: 40vw;
	}
}
/* 1000 */
@media (max-width: 1000px) {
	figure.hr {
		max-height: 434px;
		height: 40vw;
		margin-top: max(8vw, 25px);
		margin-bottom: max(8vw, 25px);
	}
}

/*--------------------------------------------------------------*/
/* #about */
/*--------------------------------------------------------------*/
#about {
	background: #0079c0;
	color: #fff;
	text-align: center;
	position: relative;
}
#about h1 {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -3px;
	margin-bottom: 30px;
}
#about p.txt {
	line-height: 2;
	max-width: 600px;
	margin: 0 auto 40px auto;
}
#about .flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 20px;
	max-width: 645px;
	width: 100%;
	margin: 0 auto;
}
#about .flex ul {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 8px;
}
#about .flex ul li {
	background: #ffe10a;
	color: #000;
	border-radius: 20px;
	font-weight: bold;
	padding: 2px 16px;
}
#about .flex figure {
	width: 180px;
}
#about .flex figure img {
	width: 100%;
}
/* 1000 */
@media (max-width: 1000px) {
	#about h1 {
		font-size: max(4.6vw, 20px);
		font-weight: bold;
		letter-spacing: -2px;
		margin-bottom: max(3vw, 20px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#about .flex ul {
		flex: initial;
		width: 100%;
	}
	#about .flex figure {
		width: 60%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------*/
/* #reason */
/*--------------------------------------------------------------*/
#reason {
	position: relative;
	overflow: hidden;
}
#reason.pd_std {
	padding-top: calc(120px + 5vw);
}
#reason header {
	margin-bottom: 30px;
}
#reason img.nami {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100vw;
	max-width: initial;
}
#reason ul {
	display: flex;
	justify-content: space-between;
	gap: 20px 2%;
	margin-bottom: 60px;
}
#reason ul li {
	width: calc(96% / 3);
	background: #0079c0;
	color: #fff;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
}
#reason h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #0079c0;
	margin-bottom: 20px;
}
#reason p.txt {
	line-height: 2;
	max-width: 740px;
	margin: 0 auto 60px auto;
}
#reason div.msg p.txt {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#reason div.instagram {
	text-align: center;
}
/* 1000 */
@media (max-width: 1000px) {
	#reason.pd_std {
		padding-top: max(17vw, 80px);
	}
	#reason header {
		margin-bottom: max(3vw, 15px);
	}
	#reason ul {
		margin-bottom: max(6vw, 50px);
	}
	#reason ul li {
		height: max(18vw, 100px);
		font-size: max(2.0vw, 14px);
		padding: 0 10px;
	}
	#reason h2 {
		font-size: max(2.4vw, 18px);
	}
	#reason p.txt {
		margin: 0 auto max(6vw, 40px) auto;
	}
	#reason div.msg p.txt {
		font-size: max(2vw, 16px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#reason img.nami {
		left: -1vw;
		width: 102vw;
	}
}

/*--------------------------------------------------------------*/
/* #service */
/*--------------------------------------------------------------*/
#service h1 {
	margin-bottom: 80px;
}
#service ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 60px 2.5%;
}
#service ul li {
	width: calc(95% / 3);
}
#service ul li dl dt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
	padding: 5px 0;
	position: relative;
}
#service ul li dl dt::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #1da2d6;
	transform: skewX(-35deg);
}
#service ul li:nth-child(odd) dl dt::before {
	background: #0079c0;
}
#service ul li dl dd {
	font-size: 18px;
	line-height: 2;
}
/* 1000 */
@media (max-width: 1000px) {
	#service h1 {
		margin-bottom: max(8vw, 40px);
	}
	#service ul li dl dt {
		font-size: max(2vw, 14px);
		margin-bottom: max(1.4vw, 5px);
	}
	#service ul li dl dd {
		font-size: max(1.8vw, 14px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#service ul {
		gap: 40px 5%;
	}
	#service ul li {
		width: calc(95% / 2);
	}
}

/*--------------------------------------------------------------*/
/* #works */
/*--------------------------------------------------------------*/
#works h1 {
	margin-bottom: 80px;
}
#works ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 60px 5%;
}
#works ul li {
	width: calc(95% / 2);
}
#works ul li:last-child {
	margin-top: -25%;
}
#works ul li figure {
	height: 205px;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
}
#works ul li figure img {
	width: 100%;
}
#works ul li dl dt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
}
#works ul li dl dd {
	font-size: 18px;
	line-height: 2;
}
/* 1000 */
@media (max-width: 1000px) {
	#works h1 {
		margin-bottom: max(8vw, 40px);
	}
	#works ul {
		gap: max(6vw, 30px) 5%;
	}
	#works ul li figure {
		height: max(21vw, 140px);
		margin-bottom: max(3vw, 15px);
	}
	#works ul li dl dt {
		font-size: max(2vw, 16px);
		margin-bottom: max(1.4vw, 10px);
	}
	#works ul li dl dd {
		font-size: max(1.8vw, 14px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#works ul li {
		width: 100%;
	}
	#works ul li:last-child {
		margin-top: 0;
	}
	#works ul li figure {
		height: initial;
	}
}

/*--------------------------------------------------------------*/
/* #team */
/*--------------------------------------------------------------*/
#team .content {
	max-width: 800px;
}
#team header {
	margin-bottom: 120px;
}
#team header p {
	font-size: 18px;
	margin-bottom: 60px;
}
#team header figure {
	text-align: center;
}
#team header figure img {
	max-width: 500px;
	width: 100%;
}
#team ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 60px 8%;
	margin-bottom: 80px;
}
#team ul li {
	width: calc(92% / 2);
}
#team ul li dl dt {
	color: #0079c0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 10px solid #0079c0;
	margin-bottom: 14px;
	padding: 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#team ul li dl dd {
	font-size: 18px;
	line-height: 2;
}
#team h2 {
	font-size: 2.0rem;
	text-align: center;
	color: #0079c0;
}
/* 1000 */
@media (max-width: 1000px) {
	#team header {
		margin-bottom: max(12vw, 40px);
	}
	#team header p {
		font-size: max(1.8vw, 14px);
		margin-bottom: max(6vw, 30px);
	}
	#team ul {
		gap: 40px 5%;
		margin-bottom: max(8vw, 60px);
	}
	#team ul li {
		width: calc(95% / 2);
	}
	#team ul li dl dt {
		font-size: max(2vw, 16px);
		margin-bottom: max(1.4vw, 10px);
		border: max(1vw, 4px) solid #0079c0;
		padding: max(2.5vw, 10px) 0;
	}
	#team ul li dl dd {
		font-size: max(1.8vw, 14px);
	}
	#team h2 {
		font-size: 2.0rem;
		text-align: center;
		color: #0079c0;
	}
}
/* 580 */
@media (max-width: 580px) {
	#team ul li dl dt {
		line-height: 1.3;
	}
}

/*--------------------------------------------------------------*/
/* #flow */
/*--------------------------------------------------------------*/
#flow header {
	margin-bottom: 60px;
	text-align: center;
}
#flow header img {
	max-width: 480px;
	margin-bottom: 30px;
}
#flow ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px 0;
}
#flow ul li {
	width: calc(100% / 5);
	padding-right: 50px;
	position: relative;
}
#flow ul li dl dt {
	background: #57c0c8;
	color: #fff;
	aspect-ratio: 1 / 1;
	width: 100%;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#flow ul li:last-child dl dt {
	background: #e83328;
}
#flow ul li dl dd {
	font-size: 14px;
	line-height: 2;
}
#flow ul li:last-child dl dd {
	margin: 0 -10px;
}
#flow ul li:not(:last-child) dl dt::after {
	content: '\f04b';
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	color: #fff;
	display: block;
	background: #57c0c8;
	aspect-ratio: 1 / 1;
	width: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 900 */
@media (max-width: 900px) {
	#flow ul {
		max-width: 600px;
		margin: 0 auto;
	}
	#flow ul li {
		width: calc(100% / 3);
		max-width: 200px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#flow ul {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#flow ul li {
		width: 100%;
		padding-right: 0px;
		max-width: initial;
	}
	#flow ul li dl dt {
		background: #57c0c8;
		color: #fff;
		aspect-ratio: initial;
		height: 60px;
		border-radius: 20px;
		font-size: 20px;
		margin-bottom: 14px;
	}
	#flow ul li dl dt br {
		display: none;
	}
	#flow ul li:not(:last-child) dl dt::after {
		bottom: -35px;
		right: calc(50% - 15px);
		transform: rotate(90deg);
	}
	#flow ul li dl dd {
		padding: 0 25px;
	}
}

/*--------------------------------------------------------------*/
/* #price */
/*--------------------------------------------------------------*/
#price .content {
	max-width: 700px;
}
#price header {
	margin-bottom: 60px;
	text-align: center;
}
#price header + p {
	font-size: 18px;
	margin-bottom: 40px;
}
#price h2 {
	color: #0079c0;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	border: solid 20px #0079c0;
	padding: 40px 0;
	margin-bottom: 40px;
}
/* 1000 */
@media (max-width: 1000px) {
	#price header {
		margin-bottom: max(6vw, 25px);
	}
	#price header + p {
		font-size: max(1.8vw, 14px);
		margin-bottom: max(4vw, 30px);
	}
	#price h2 {
		font-size: max(3.8vw, 24px);
		border: solid max(2vw, 14px) #0079c0;
		padding: max(4vw, 30px) 0;
	}
}

/*--------------------------------------------------------------*/
/* #contact */
/*--------------------------------------------------------------*/
#contact .content {
	position: relative;
}
#contact .content form {
	max-width: 460px;
	margin: 0 auto;
}
#contact header {
	margin-bottom: 60px;
	text-align: center;
}
#contact input,
#contact select,
#contact textarea {
	width: 100%;
}
#contact textarea {
	vertical-align: bottom;
	height: 160px;
}
#contact .form-group {
	padding: 8px 0 6px 0;
}
#contact .help-block,
#contact .alert-danger {
	margin: 5px 0 0 0;
	text-align: center;
	color: red;
}
#contact .alert-success {
	color: green;
	margin-bottom: 20px;
}
#contact .command {
	padding-top: 15px;
}
#contact .command button.send {
	width: 180px;
	letter-spacing: 10px;
	text-indent: 10px;
	background: #0079c0;
	color: #fff;
	transition: .3s;
}
#contact .command button.send:hover {
	opacity: 0.7;
}
#contact img.img1 {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 180px;
}
#contact img.img2 {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 180px;
}
/* 1000 */
@media (max-width: 1000px) {
	#contact header {
		margin-bottom: max(6vw, 20px);
	}
	#contact img.img1,
	#contact img.img2 {
		display: none;
	}
}

/*--------------------------------------------------------------*/
/* #map */
/*--------------------------------------------------------------*/
#map iframe {
	width: 100%;
	height: 600px;
}
/* 1000 */
@media (max-width: 1000px) {
	#map iframe {
		height: max(60vw, 400px);
	}
}

/*--------------------------------------------------------------*/
/* #side_Reservation */
/*--------------------------------------------------------------*/
#side_Reservation {
	width: 40px;
	height: 135px;
	position: fixed;
	top: 30vh;
	right: -50px;
	z-index: 3;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	transition: right 0.5s ease;
}
#side_Reservation.active {
	/*animation: side 0.5s forwards 1.0s;*/
	right: 0;
}
#side_Reservation a {
	width: 100%;
	height: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	background: #0079c0;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#side_Reservation a img {
	width: 30px;
}
#side_Reservation a:hover {
	color: #000;
	background: #ffe10a;
}
@keyframes side {
	0% { 
		right: -50px;
		opacity: 0;
	}
	100% { 
		right: 0px;
		opacity: 1;
	}
}
/* 580 */
@media (max-width: 580px) {
	#side_Reservation {
		top: 58%;
	}
}

/*--------------------------------------------------------------*/
/* #side_Instagram */
/*--------------------------------------------------------------*/
#side_Instagram {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 46.5vh;
	right: -50px;
	z-index: 3;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	transition: right 0.5s ease;
}
#side_Instagram.active {
	right: 0;
}
#side_Instagram a {
	width: 100%;
	height: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #000;
	background: #fff;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#side_Instagram a i {
	font-size: 22px;
}
#side_Instagram a:hover {
	color: #000;
	background: #ffe10a;
}
@keyframes side {
	0% { 
		right: -50px;
		opacity: 0;
	}
	100% { 
		right: 0px;
		opacity: 1;
	}
}
/* 580 */
@media (max-width: 580px) {
	#side_Instagram {
		top: 77.5%;
	}
}

/*--------------------------------------------------------------*/
/* #pageTop */
/*--------------------------------------------------------------*/
#pageTop {
	display: none;
	width: 60px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	right: 10px;
	bottom: 15px;
	cursor: pointer;
	position: fixed;
	text-align: center;
	background: #f0f0f0;
	filter: drop-shadow(0px 0px 0.5px rgba(0,0,0,0.3));
	z-index: 5;
}
#pageTop:hover {
	background: #f6fbeb;
}
#pageTop .box {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	width: 100%;
}
/* 580 */
@media (max-width: 580px) {
	#pageTop {
		right: 5px;
		bottom: 15px;
		width: 40px;
	}
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	padding: 40px 0 30px 0;
}
footer .flex {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 5%;
}
footer .flex h2 {
	width: 50%;
}
footer .flex h2 img {
	max-width: 360px;
	width: 100%;
}
footer div.meta {
	width: 45%;
}
footer div.meta p.mn {
	font-size: 12px;
	letter-spacing: -1.4px;
}
footer div.meta .tel a {
	display: flex;
	align-items: center;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1;
}
footer .tel a img {
	width: 50px;
	margin-right: 8px;
}
footer div.meta address {
	font-style: normal;
}
footer div.meta address img.mail {
	max-width: 343px;
}
footer .copy {
	border-top: 1px solid #000;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
}
/* 1000 */
@media (max-width: 1000px) {

}
/* 834 */
@media (max-width: 834px) {
	footer .flex {
		text-align: center;
	}
	footer .flex h2 {
		width: 100%;
	}
	footer div.meta {
		width: 100%;
	}
	footer div.meta .tel a {
		justify-content: center;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer .tel a img {
		width: 40px;
		margin-right: 8px;
	}
	footer div.meta .tel a {
		font-size: 2.5rem;
	}
}
