/* サイト共通CSS */
@charset "UTF-8";

/* Webフォント */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

.zen-maru-gothic-regular {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.yu-gothic {
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* ダークモード無効 */
:root {
	color-scheme: light;
}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

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

.smt {
	display: block;
}
.pc {
	display: none;
}
.smt-tel {
	display: inline-block;
}
.pc-tel {
	display: none;
}

em {
	font-style: normal;
}
.tr {
	text-align: right;
}

:root {
	--text-color: #333;
}
a {
	color: #00008C;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-out;
}
a:hover {
	background: #D9ECFF;
}

img {
	-ms-interpolation-mode: bicubic;
}
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	font-family: "yu-gothic-pr6n","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
	overflow:visible;
	backgroound: #fff;
	color: #595757;
}
p {
	font-size: 16px;
	line-height: 160%;
}

div.cf-turnstile {
	display: flex !important;
	justify-content: center !important;
}

/* メインナビ */
#main-header {
}
#navi {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	/*padding: 0 0 6.0vw;*/
	/*padding: 0 0 3.0vw;*/
	width: 100%;
	/*height: 80px;*/
	height: 83px;
	padding: 0;
	/*background: #72bce2;*/
	background-color: #fff;
	background-image: url('/assets/img/common/header-bg-smt.png');
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-x;
	display: block;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
h1 {
	margin: 0;
	padding: 3px;
	border: 0;
	background: #4989A8;
	color: #FFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-style: normal;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
#main-header .sub-head {
	/*padding: 10px 0 0 20px;*/
	padding: 5px 0 5px 10px;
}
#main-header .sub-head .logo {
	width: 280px;
}
#main-header .sub-head .logo a {
	width: 100%;
}
#main-header .sub-head .logo a img {
	width: 100%;
}
#main-header .menu-toggle {
	position: fixed;
	z-index: 50;
	top: 30px;
	right: 5px;
	/*width: 14%;*/
	/*max-width: 80px;*/
	width: 46px;
}
#main-header .menu-toggle img {
	width: 100%;
}
div.navigation {
	display: none;
	margin: 0;
	padding: 0 0 0 0;
}
div.navigation .main-navi {
	padding: 10px;
	background: #fff;
}
div.navigation .main-navi li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
}
div.navigation .main-navi li a {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 14px 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-style: normal;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
div.navigation .main-navi li:nth-child(6) a {
	color: #fff;
	background: rgb(0,161,233);
	background: linear-gradient(0deg, rgba(0,134,191,1) 0%, rgba(0,161,233,1) 100%);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
div.navigation .main-navi li:nth-child(5),
div.navigation .main-navi li:nth-child(6) {
	border-bottom: none;
}
#sub-navi {
	position: fixed;
	z-index: 30;
	top: 83px;
	right: 5px;
	padding: 0;
	margin: 0;
}
.sub-navi {
	display: block;
	height: 54px;
	margin: 0;
	padding: 0;
}
.sub-navi li {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0 0 0 4px;
	border: 0;
}
.sub-navi li.pc {
	display: none;
}
.sub-navi li a {
	display: block;
	text-align: center;
	width: 64px;
	height: 46px;
	margin: 0;
	padding: 10px;
	border: 0;
	font-size: 10px !important;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.sub-navi li:nth-child(1) a,
.sub-navi li:nth-child(2) a {
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}
.sub-navi li:nth-child(1) a {
	background-image: url('/assets/img/common/facebook.png');
}
.sub-navi li:nth-child(2) a {
	background-image: url('/assets/img/common/instagram.png');
}

/* メイン */
.main {
	/*margin-top: 25.0vw !important;*/
	margin-top: 83px !important;
}

.sub-ribbon {
	position: absolute;
	top: 48.2vw;
}

/* フッターナビ */
footer {
	position: relative;
	display: block;
	margin: 100px 0 0;
	padding: 20px 0 0 0;
	background-color: #FAF7EB;
	background-image: url('/assets/img/common/footer-bg.png');
	background-position-x: center;
	background-position-y: bottom 70px;
	background-repeat: no-repeat;
	background-size: 100%;
}
footer .bt-gotop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	width: 28%;
	max-width: 80px;
	margin: 0 auto;
	z-index: 90;
}
footer .bt-gotop a {
	display: block;
	width: 100%;
	margin-top: 6px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
footer .bt-gotop a.bt-top {
	width: 100%;
}
footer .bt-gotop a img {
	width: 100%;
}
.footer-navi {
	display: block;
	width: 100%;
	padding: 10px;
}
.footer-navi ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer-navi ul > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0;
}
.footer-navi ol {
	display: block;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0;
}
.footer-navi ol li {
	display: block;
	width: 100%;
}
.footer-navi ol li a {
	display: block;
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 10px 30px 10px 10px;
	color: #666;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 3.0vw;
	background-image: url('/assets/img/common/navi-bg.png');
	background-position-x: right 10px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 9px 16px;
}
.footer-company {
	display: block;
	width: 100%;
	padding: 30px 20px;
}
.footer-company .footer-logo {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.footer-company .footer-logo img {
	display: block;
	width: 100%;
}
.footer-company b {
	display: block;
	width: 100%;
	padding: 20px 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
}
.footer-company p {
	display: block;
	width: 100%;
	font-size: 16px;
}
.footer-company p a {
	color: #000;
}
.footer-company2 {
	display: block;
	width: 100%;
	padding: 0 20px;
}
.footer-company2 s {
	display: block;
	width: 100px;
	padding: 2px 10px;
	margin: 0 0 5px;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	background: #73bbe2;
	color: #fff;
	border-radius: 5px;
}
.footer-company2 b {
	display: block;
	width: 100%;
	font-size: 20px;
}
.footer-company2 p {
	display: block;
	width: 100%;
	font-size: 14px;
}
footer small {
	display: block;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	padding: 20px 0;
	color: #4E4B4B;
}

/* ブロック要素 */
div.center {
	display: block;
	width: 100%;
	padding: 20px;
	clear: both;
}
.sub-block {
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	clear: both;
}

.sand-back {
	display: block;
	width: 100%;
	padding: 14vw 0;
	margin: 5vw 0;
	clear: both;
	background-image: url('/assets/img/common/sand-back-top.png') , url('/assets/img/common/sand-back-bottom.png');
	background-size: 100% auto, 100% auto;
	background-position-x: left, left;
	background-position-y: top, bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #FAF7EB;
}

.sub-block h2 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.6em 0 0.8em;
	clear: both;
	text-align: center;
	font-size: 5.0vw;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
}

.sub-block h3 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.8em 0;
	clear: both;
	text-align: center;
	font-size: 4.2vw;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-style: normal;
}

.contact-block {
	display: block;
	width: 100%;
}
.contact-block div {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 20px 15px;
	background: #fff;
	border: 2px solid #595757;
	border-radius: 10px;
	box-shadow: 5px 5px 0 #b6dcec;
	text-align: center;
	font-size: 2.8vw;
}
.contact-block div > a {
	display: block;
	width: 70%;
	margin: 1.0em auto;
	padding: 0.6em;
	text-align: center;
	background: #71b2d6;
	color: #fff;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.6vw;
	lin-height: 0;
	border: 2.0px solid #fff;
	border-radius: 2.2em;
}
.contact-block div > a:hover {
	background: #fff;
	color: #71b2d6;
	border: 2.0px solid #71b2d6;
}
.contact-block div > b {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 4.0vw;
}
.contact-block div > span {
	font-size: 2.8vw;
}
.contact-block div > span strong {
	font-size: 3.4vw;
}
.contact-block div > span a {
	color: #595757;
}

.access-block {
	display: block;
	width: 100%;
}
.access-block > div {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0 40px;
}
.access-block .block-map {
	display: block;
	width: 100%;
}
.access-block .block-map iframe {
	height: 50vw;
}
.access-block .block-cocrea {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
.access-block .block-cocrea b {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 4.0vw;
}
.access-block .block-cocrea p {
	font-size: 3.4vw;
	padding: 0.2em 0;
}
.access-block .block-cocrea dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 5px 0 10px;
}
.access-block .block-cocrea dl dt {
	float: left;
	width: 10%;
}
.access-block .block-cocrea dl dt img {
	width: 100%;
}
.access-block .block-cocrea dl dd {
	float: right;
	width: 85%;
	font-size: 3.4vw;
	line-height: 110%;
}

/* clear fix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.grecaptcha-badge { visibility: hidden; }



@media screen and (min-width: 751px) {
	/* 751px以上に適用されるCSS（PC用） */
	
	.smt {
		display: none;
	}
	.pc {
		display: block;
	}
	.smt-tel {
		display: none;
	}
	.pc-tel {
		display: inline-block;
	}

	/* メインナビ */
	#main-header {
	}
	#navi {
		position: relative;
		z-index: 2;
		clear: both;
		top: none;
		left: none;
		height: 142px;
		padding: 0;
		display: block;
		background: none;
		background: #72bce2;
		* box-shadow: none; */
	}
	h1 {
		padding: 6px;
		font-size: 14px;
		text-align: center;
	}
	#main-header .sub-head {
		display: block;
		padding: 10px 10px 0px 30px;
		width: 200px;
		float: left;
	}
	#main-header .sub-head .logo {
		width: 160px;
	}
	div.navigation {
		display: block;
		height: 108px;
		float: left;
		margin: 0;
		padding: 0;
	}
	div.navigation nav {
	}
	div.navigation .main-navi {
		display: block;
		width: 100%;
		height: 108px;
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
	}
	div.navigation .main-navi li {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		border: 0;
		border-bottom: none;
		height: 108px;
		background: none;
	}
	div.navigation .main-navi li.smt {
		display: none;
	}
	div.navigation .main-navi li {
		width: 14.0vw;
		max-width: 200px;
	}
	div.navigation .main-navi li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		text-align: center;
		width: calc(100% - 10px);
		height: 40px;
		margin: 0;
		padding: 0;
		border: 0;
		color: #595757;
		font-size: 1.2vw !important;
		font-weight: bold;
		border-radius: 20px;
		background-color: #fff;
		background-position-x: right 10px;
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: 9px 16px;
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	}
	div.navigation .main-navi li a i {
		color: #333;
	}
	.navigation .main-navi li a:hover {
		background-color: #4989A8;
		background-position-x: right 10px;
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: 9px 16px;
		color: #fff;
	}


	#sub-navi {
		display: block;
		clear: both;
		position: absolute;
		z-index: 3;
		top: 142px;
		right: 20px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.sub-navi li.pc {
		display: inline-block;
	}
	.sub-navi li.pc a {
		width: 160px;
		color: #595757;
		font-size: 16px !important;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: bold;
		background-image: url('/assets/img/common/navi-bg.png');
		background-position-x: right 10px;
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: 9px 16px;
	}

	/* メイン */
	.main {
		margin-top: 0 !important;
	}

	.sub-ribbon {
		top: 45.7vw;
	}

	/* フッターナビ */
	footer {
		width: 100%;
		margin: 150px 0 0;
		padding: 30px 0 0;
	}
	footer .bt-gotop {
		max-width: 100px;
		right: 20px;
	}
	
	.footer-navi {
		float: right;
		width: 45%;
		padding: 10px 10px 80px;
	}
	.footer-navi ul {
		max-width: 360px;
	}
	.footer-navi ul > li {
		width: 50%;
	}
	.footer-navi ol li a {
		font-size: 11px;
	}
	.footer-company {
		float: left;
		width: 55%;
		padding: 10px 20px 30px;
	}
	.footer-company .footer-logo {
		width: 290px;
	}
	.footer-company .footer-logo img {
		display: block;
		width: 240px;
	}
	.footer-company b {
		width: 290px;
		margin: 0 auto;
		font-size: 18px;
	}
	.footer-company p {
		width: 290px;
		margin: 0 auto;
		font-size: 13px;
	}
	.footer-company p a {
		color: #000;
	}
	.footer-company2 {
		float: right;
		width: 42%;
		padding: 0 20px;
	}
	.footer-company2 s {
		font-size: 14px;
	}
	.footer-company2 b {
		font-size: 16px;
	}
	.footer-company2 p {
		font-size: 13px;
	}
	
	footer small {
		font-size: 14px;
		clear: both;
	}

	/* ブロック要素 */
	.sub-block {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.sub-block::after {
		content: "";
		display: block;
		clear: both;
	}

	.sand-back {
		padding: 10vw 0;
		margin: 30px 0;
	}

	.sub-block h2 {
		padding: 1.6em 0 0.8em;
		font-size: 36px;
	}
	
	.sub-block h3 {
		font-size: 30px;
	}
	.sub-block h3 small {
		font-size: 20px;
	}

	.contact-block {
	}
	.contact-block div {
		max-width: 800px;
		margin: 0.4em auto;
		padding: 40px;
		box-shadow: 8px 8px 0 #b6dcec;
		font-size: 20px;
	}
	.contact-block div > a {
		display: block;
		width: 85%;
		margin: 1.0em auto;
		padding: 0.4em;
		font-size: 28px;
		lin-height: 0;
		border-radius: 1.8em;
	}
	.contact-block div > b {
		display: block;
		margin: 0 auto;
		padding: 0;
		font-size: 28px;
	}
	.contact-block div > span {
		font-size: 18px;
	}
	.contact-block div > span strong {
		font-size: 24px;
	}

	.access-block {
	}
	.access-block > div {
		max-width: 800px;
		padding: 0 0 40px;
	}
	.access-block .block-map {
		float: right;
		width: 50%;
	}
	.access-block .block-map iframe {
		max-height: 400px;
	}
	.access-block .block-cocrea {
		float: left;
		width: 50%;
		padding: 0;
		margin: 20px 0 0;
	}
	.access-block .block-cocrea b {
		font-size: 26px;
	}
	.access-block .block-cocrea p {
		font-size: 18px;
	}
	.access-block .block-cocrea dl {
		display: block;
		width: 100%;
		padding: 0;
		margin: 5px 0 10px;
	}
	.access-block .block-cocrea dl dt {
		float: left;
		width: 10%;
	}
	.access-block .block-cocrea dl dt img {
		width: 100%;
	}
	.access-block .block-cocrea dl dd {
		float: right;
		width: 85%;
		font-size: 18px;
		line-height: 110%;
	}

}


@media screen and (min-width: 1000px) {
	
	
	
}


@media screen and (min-width: 1300px) {

	/* メインナビ */
	div.navigation .main-navi li a {
		background-image: url('/assets/img/common/navi-bg.png');
		font-size: 14px !important;
	}
	.navigation .main-navi li a:hover {
		background-image: url('/assets/img/common/navi-bg-on.png');
	}
	
}


@media screen and (min-width: 1300px) {
	
	
	
}
