@charset "UTF-8";

/*なるべく汎用性の高い順に記載（サイト特有指定ほど下部に記載）*/
/*切替[基本：max568 min569／デザインによっては：768／それ以外は個別・特例的に設定]*/

/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #f2ceda 60%);
}
.lesp{
	letter-spacing: -0.1em;
}
.btm{
	padding-bottom: 6vw;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}
/* メインビジュアル */
.hero-container {
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

picture.main-v{
	margin:0 auto;
	display: block;
	position: relative;
	box-sizing: border-box;
}
picture.main-v img{
	height: 70vh;
	width: 100%;
	object-fit: cover;
}
/*SP LINEブラウザ対応*/
@media (max-width: 1367px) {
	picture.main-v img{
		height: 500px;
	}
}
/* ヘッダー */
.header-details{
	font-size: 13px;
	line-height: 1.5;
}
/* フッターコピーライト */
.footer-copy p{
	font-size: 11px;
}
/* フッターメニュー */
ul.footer-menu li a{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.footer-menu li::after{
	content: "　/　";
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 568px) {
	ul.footer-menu li::after{
		content: none;
	}
}


/* 各セクション（汎用） */
.sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;
}
.sec2 {
	padding: var(--v-space) 0;
	background-color: #F2F4DF;
	background-image: url(../img/bg_01.jpg);
	background-repeat:repeat;
}
.sec3 {
	padding: var(--v-space) 0;
	background-color: #F2F4DF;
}
.sec4 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_02.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size:cover;
}
.greeting {
	padding: 5vw 0 10vw 0;
	background-color: #FFF;
}
/*PCのみ表示*/
@media screen and (max-width: 568px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}
/*リンクの位置調整(Btype)*/
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


/* 背景括り */
div.contentsbg {
	background: rgba(255,255,255,0.8);
	padding: 40px;
	padding-bottom: 50px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg {
		padding: 10px 15px 30px 15px;
	}
}
/* 背景括り */
div.contentsbg2 {
	background: rgba(255,255,255,0.6);
	padding: 40px;
	padding-bottom: 50px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg {
		padding: 10px 15px 30px 15px;
	}
}

/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	margin-top: -70px;	/*セクションのbottomに被せる*/
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.gmp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 568px) {
	.gmp {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
}

/* 文字・余白・色など */
.tx-l {
	text-align: left;
}
.tx-r {
	text-align: right;
}
.tx-r2 {
	text-align: right;
}
.tx-c {
	text-align: center;
}
.tx-c2 {
	text-align: center;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-15 {
	font-size: 15px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-20s {
	font-size: 20px;
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei19{
	line-height: 1.9;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: var(--main-color);	/*サイト主要色*/
}
.colorPink{
	color: #dd517f;
}
.colorOrange{
	color: #e1a300;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #021494;
}
.colorWhite{
	color: #fff;
}
@media screen and (max-width: 568px) {
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: center;
	}
	.f-la {
		font-size: 17px;
	}
	.f-20s {
		font-size: 15px;
	}
}

/*文字縁取り*/
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:#454545;
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color:#49BCBD;
}
a.unli:hover{
	color:#49bbbd9e;
}

/*pcとsmで画像のサイズ変えたいときの指定*/
img.pcsmwid{
	width: 10%;
	margin:5px auto;
}
img.pcsmwid2{
	width: 12%;
	margin:5px auto;
}
img.pcsmwid3{
	width: 40%;
	margin:5px auto;
}
@media (max-width: 568px) {
	img.pcsmwid{
		width: 25%;
	}
	img.pcsmwid2{
		width: 30%;
	}
	img.pcsmwid3{
		width: 100%;
	}
}
/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color1);
	margin: 20px auto;
}
hr.no{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}

/*PC3列、SP3列*/
.flex3{
	padding: 0;
}
.flex3-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.flex3-container > * {
	width: 28%;
}
@media screen and (min-width: 768px) {
	.flex3-container > * {
		width: 32%;
	}
}
.flex3-img{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 7.25em;
	color: #454545;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
/* FAQ */
div.faq2 p.b {
	font-weight: bold;
	color: #484848;
	/*font-size: large;*/
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
div.faq2 p.faq-details {
	font-weight: normal;
	padding: 10px;
	font-size: smaller;
	line-height: 1.4;
	text-align: left;
	text-indent: 0em;
	display: block;
	background-color: #fff5d8;
}


/* コンテンツ幅 */
div.haba{
	margin: 0 11%;
	padding: 2% 0 0 0;
}
@media (max-width: 568px)  {
	div.haba{
		margin: 0;
		padding: 2% 0 0 0;
	}
}

/* リスト項目　横並び */
ul.sidelist2 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 10px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 2);
	width: var(--widthB);
	margin: 2.5px 5px 2.5px 0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	padding: 5px;
	color: #fff;
	background-color: var(--accent-color2);
}
@media (max-width: 568px) {
	ul.sidelist2 li {
		font-size: 15px;
		padding: 5px 4px;
		width: 99%;

	}
	li.sp-f1 {
		font-size: 10px !important;
		padding: 6px 1px 6px 4px !important;
	}
}
ul.sidelist3 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist3 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 5);
	width: var(--widthB);
	margin: 2.5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	background-color: rgba(255, 202, 48, 0.6);
}
/*ul.sidelist3 li:last-child {
	--widthC: calc(var(--widthB) * 2);
	--widthD: calc(var(--widthC) + 10px);
	width: var(--widthD);
}*/
@media (max-width: 568px) {
	ul.sidelist3 li {
		width: 47%;
	}
	ul.sidelist3 li:last-child {
		width:47%;
	}
}
ul.sidelist4 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist4 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 4);
	width: var(--widthB);
	margin: 2.5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	color:#454545;
	background-color: #97d8a8;
}
@media (max-width: 844px) {
	ul.sidelist4 li {
		width: 32%;
	}
}
@media (max-width: 568px) {
	ul.sidelist4 li {
		width: 48%;
	}
}


/*---------------- スポット ----------------*/
/*H3 タイトル*/
.heading01 {
	position: relative;
	text-align:center;
	margin-bottom: 2em;
	font-size: 28px;
	color: var(--txt-color);
  }
  .heading01:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--accent-color2);
	border-radius: 2px;
  }
  .pikup {
	display: flex;
	justify-content:center;
    padding-top:40px;
	text-align: center;
  }
.pikup-container{
	padding: 15px;
	width: 50%;
	text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 50px;
}
@media (max-width: 568px) {
	.pikup-container{
		width: 80%;
	}
}
/*タイトル*/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	border: 0;
	color: var(--main-color);
	margin-bottom: 6vw;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: #dd517f;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04 {
		font-size: 19px;
	}
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
}
/*吹き出し(下三角)*/
div.hukidashi {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	width: 98%;
	color: var(--base-color);
	font-size: 16px;
	background: var(--main-color);
	border-radius: 10px;	/*背景の角を丸くする*/
  }
  @media (max-width: 568px) {
	div.hukidashi {
		width: 90%;
	}
}
  
  .hukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 15px solid var(--main-color);
  }
  
  .hukidashi p {
	margin: 0;
	padding: 0;
  }
  /*H4上下二重線*/
 .title01{
		margin: 10px 0;
		padding: 5px 0;
		font-family: "Montserrat", sans-serif;
		font-size: clamp(14px, 1.9vw, 16px);
		font-weight: 400;
		color: var(--txt-color);
		border-top: 3px double var(--accent-color1);
		border-bottom: 3px double var(--accent-color1);
  }