
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Josefin+Sans:wght@500&display=swap');

/*--------------------------------------------------------------

# リセットcss

--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

* , *::after, *::before {
  box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
  font-weight: 600;
}
table, th, td {
  border: 1px #eeeeee solid;
	padding: 10px 20px;
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 56.25%;
	}
}
body {
	color: #333333;
	font-family:  "Josefin Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
}
body::before {
	content: "";
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(26,116,199,0.88);
	z-index: -98;
}
body::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: url("../img/main_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -99;
}
main {
	background-color: #ffffff;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.4;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1 {
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h2 {
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h3 {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h4 {
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}
h5 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.10em;
}

.h2_heading {
	position: relative;
	text-align: center;
  margin-bottom: 40px;
	padding-top: 60px;
	color: #004098;
}
.h2_heading h2 {
	display: inline-block;
	padding: 0 45px;
	position: relative;
	z-index: 2;
}
.h2_heading h2::before, .h2_heading h2::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 35px;
	height: 1px;
	background-color: #004098;
}
.h2_heading h2::before {
	left: 0;
	transform: translateY(20px) rotate(45deg);
}
.h2_heading h2::after {
	right: 0;
	transform: translateY(20px) rotate(-45deg);
}
.h2_heading span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
  font-family: 'Allura', cursive;
	font-size: 10.5rem;
	line-height: 1.0;
	opacity: 0.06;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 768px) {
	.h2_heading {
		padding-top: 40px;
	}
	.h2_heading h2 {
		font-size: 2.4rem;
	}
	.h2_heading span {
		font-size: 7.5rem;
	}
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

.btn {
  text-align: center;
	margin: 25px 0 10px;
}
.btn a {
  display: inline-block;
  position: relative;
  padding: 10px 95px 10px 0;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  border: 3px solid #f3ab0a;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #f3ab0a;
  border-right: 2px solid #f3ab0a;
  transition: all 0.3s ease;
}
.btn a:hover {
  opacity: 1.0;
	text-decoration: underline;
}
.btn a:hover::before {
  background-color: #f3ab0a;
}
.btn a:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 768px) {
	.btn a {
		padding: 10px 75px 10px 0;
	}
	.btn a::before {
		width: 55px;
		height: 55px;
	}
	.btn a::after {
		right: 25px;
	}
}


header {
	text-align: center;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0 0 50% 50%;
	z-index: 99;
}
header a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
	max-width: 100px;
}

@media screen and (max-width: 768px) {
	header {
		left: 0;
		transform: translateX(0);
		border-radius: 0 5px 5px 0;
	}
	header a {
		padding: 18px 12px 18px 7px;
		max-width: 60px;
	}
}

#top #mv {
	position: relative;
}
#top #mv::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 10%);
	background-color: #ceebff;
  background-image: linear-gradient(45deg, #a9daff 25%, #ceebff 25%, #ceebff 50%, #a9daff 50%, #a9daff 75%, #ceebff 75%);
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
	z-index: 1;
}
#top #mv img {
	position: relative;
	z-index: 2;
}

#prefectures #mv {

}
#prefectures #mv img {

}

#bland {
}
.bland_wrap {
	padding: 20px 0 40px;
}
.bland_list .slick-track {
	display: flex;
	align-items: center;
}
.bland_list li {
	text-align: center;
	font-size: 1.2rem;
	margin: 0 10px;
}
.bland_list li a.brand_item {
  position: relative;
	padding-bottom: 15px;
	width: 100%;
	display: block;
}
.bland_list li a.brand_item::after {
	content: "";
	position: absolute;
	left: calc(50% - 5px);
	bottom: 10px;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #333333;
	border-right: solid 2px #333333;
	transform: rotate(45deg);
}
.bland_list li a.brand_item img {
	width: 170px;
	max-width: 100%;
	max-height: 100px;
}
.bland_list .slick-slide a.brand_item {
  color: #333333;
}
.bland_list .slick-slide a.brand_item img {
  margin: 0 auto;
}

.modaal-container {
	border-radius: 15px!important;
}
.modal_brand_content {
  font-size: 1.4rem!important;;
}

.modal_brand_info {
  display: flex;
	align-items: center;
}
.modal_brand_info h3 {
  border-bottom: solid 1px #333333;
	padding-left: 5px;
	margin-bottom: 25px;
	font-size: 1.8rem;
}
.modal_brand_info div:first-child {
  width: 20%;
	padding-right: 5%;
	text-align: center;
	min-width: 100px;
}
.modal_brand_info div:nth-child(2) {
  width: 80%;
}

@media screen and (max-width: 768px) {
	.modal_brand_info {
		flex-direction: column;
	}
	.modal_brand_info div:first-child {
		width: 100%;
		padding-right: 0;
		margin: 0 auto 30px;
		max-width: 200px;
	}
	.modal_brand_info div:nth-child(2) {
		width: 100%;
	}
}


#news {
	padding: 40px 15px 60px;
	background-color: #fafafa; 
}
.news_wrap {
  max-width: 800px;
	padding: 20px 0;
	margin: 0 auto;
	max-height: 250px;
	overflow-y: scroll;
}
.news_list {
  max-width: 600px;
	margin: 0 auto;
}
.news_list li {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 5px;
}
.news_list li .news_date {
	padding-right: 15px;
	min-width: 120px;
	font-size: 1.4rem;
}
.news_list li h3 {
	font-weight: 600;
	margin: 10px 0;
	font-size: 1.4rem;
}
.news_list li h3 span {
	color: #f03e3e;
	padding-right: 0;
}

#about {
	background-color: #ceebff;
  background-image: linear-gradient(45deg, #a9daff 25%, #ceebff 25%, #ceebff 50%, #a9daff 50%, #a9daff 75%, #ceebff 75%);
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
	padding: 40px 15px;
}
.about_wrap {
  max-width: 1100px;
	padding: 40px;
	margin: 0 auto;
  background-color: #ffffff;
	border-radius: 15px;
}
.about_wrap p {
	text-align: center;
}
.about_wrap table th {
	background-color: #004098;
	padding: 20px;
	width: 25%;
	min-width: 120px;
	color: #ffffff;
}
.about_wrap table td {
	padding: 20px;
	background-color: #ffffff;
}
.about_wrap table td span {
	color: #f03e3e;
	font-weight: 600;
}
.about_wrap table tr table {
	width: 100%;
	font-size: 1.2rem;
}
.about_wrap table tr table th {
	background-color: transparent;
	padding: 10px;
	width: auto;
	min-width: auto;
	color: #333333;
}
.about_wrap table tr table td {
	padding: 10px;
	text-align: center;
}
.about_wrap table tr table td.orange {
	background-color: #ffdf9a;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	#about {
		padding: 40px 5px;
	}
	.about_wrap {
		padding: 10px;
	}
	.about_wrap table th {
		padding: 15px;
		width: 100%;
		display: block;
	}
	.about_wrap table td {
		padding: 15px;
		display: block;
	}
	.about_wrap table tr table th, .about_wrap table tr table td {
		display: table-cell;
		padding: 5px;
	}
}


#plan {
}
.plan_wrap {
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 1100px;
}
.plan_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.plan_list li {
  width: 32%;
	margin-bottom: 15px;
}
.plan_list li div {
  position: relative;
}
.plan_list li div::before {
  content: "";
	display: block;
	padding-top: 65%;
}
.plan_list li div > img {
  position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.plan_list li h3 {
	position: relative;
  font-size: 1.4rem;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	padding-right: 15px;
}
.plan_list li h3::after {
  content: "";
	position: absolute;
  top: calc(50% - 4px);
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #f3ab0a;
	border-right: 2px solid #f3ab0a;
	transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
	.plan_list li {
		width: 48%;
	}
}


#area {
	padding: 40px 0 0;
}
.area_wrap {
}
.area_list li {
  display: flex;
}
.area_list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.area_list li div:first-child {
  width: 52.5%;
}
.area_list li div:first-child img {
  min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	object-position: center;
}
.area_list li div:nth-child(2) {
  width: 47.5%;
	padding: 3.5%;
	min-height: 350px;
}
.area_list li div:nth-child(2) h3 {
  border-bottom: solid 1px #333333;
	padding-left: 5px;
	margin-bottom: 25px;
	font-size: 1.8rem;
}
.area_list li div:nth-child(2) p {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.area_list li {
		flex-direction: column;
		max-width: 500px;
		margin: 0 auto;
	}
	.area_list li:nth-child(2n) {
		flex-direction: column;
	}
	.area_list li div:first-child {
		position: relative;
		width: 100%;
	}
	.area_list li div:first-child::before {
		content: "";
		display: block;
		padding-top: 65%;
	}
	.area_list li div:first-child img  {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.area_list li div:nth-child(2) {
		width: 100%;
		padding: 20px 15px 40px;
		min-height: auto;
	}
}


#faq {
	background-color: #ceebff;
  background-image: linear-gradient(45deg, #a9daff 25%, #ceebff 25%, #ceebff 50%, #a9daff 50%, #a9daff 75%, #ceebff 75%);
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
	padding: 40px 15px;
}
.faq_wrap  {
  max-width: 1100px;
	padding: 40px;
	margin: 0 auto;
  background-color: #ffffff;
	border-radius: 15px;
}
.faq_accordion dl:not(:first-child) {
  margin-top: 15px;
}
.faq_accordion dt {
  cursor: pointer;
  font-size: 1.6rem;
  padding: 25px 40px 25px 60px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	font-weight: 600;
}
.faq_accordion dt::before {
  position: absolute;
  display: block;
  content: 'Q.';
  top: 50%;
  left: 15px;
	transform: translateY(-50%);
	font-family:  "Josefin Sans", sans-serif;
	font-size: 3.2rem;
	color: #f3ab0a;
}
.faq_accordion dt:after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 8px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.faq_accordion dt.open::after {
  transform: rotate(-45deg);
  top: calc(50% - 4px);
}
.faq_accordion dd {
	position: relative;
  border-bottom: 1px solid #eeeeee;
  display: none;
  padding: 25px 40px 25px 60px;
	background-color: #f5f5f5;
}
.faq_accordion dd::before {
  position: absolute;
  display: block;
  content: 'A.';
  top: 50%;
  left: 15px;
	transform: translateY(-50%);
	font-family:  "Josefin Sans", sans-serif;
	font-size: 3.2rem;
	color: #f03e3e;
}

@media screen and (max-width: 768px) {
	#faq {
		padding: 40px 5px;
	}
	.faq_wrap  {
		padding: 10px;
	}
	.faq_accordion dl:not(:first-child) {
		margin-top: 15px;
	}
	.faq_accordion dt {
		padding: 15px 40px 15px 60px;
	}
	.faq_accordion dd {
		padding: 15px 40px 15px 60px;
	}
}



#participate {
	padding: 40px 0;
}
.participate_wrap {
  max-width: 800px;
	padding: 0 15px;
	margin: 0 auto;
}
.participate_wrap {
  max-width: 800px;
	padding: 0 15px;
	margin: 0 auto;
}
.participate_banner_list li {
  margin-bottom: 10px;
}


footer .footer_site_link {
	text-align: center;
	background-color: #333333;
	padding: 5px;
}
footer .footer_site_link li {
	display: inline-block;
}
footer .footer_site_link li a {
	font-size: 1.2rem;
	color: #ffffff;
	padding: 5px 10px;
}
footer .footer_wrap {
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 1100px;
	color: #ffffff;
}
footer .footer_corporate {
	text-align: center;
	margin-bottom: 20px;
}
footer .footer_corporate img {
	height: 65px;
}
footer .footer_hotel {
  display: flex;
	justify-content: space-between;
}
footer .footer_hotel .footer_hotel_title {
	pointer-events: none;
	display: none;
}
footer .footer_hotel input {
	display: none;
}
footer .footer_hotel > div {
  width: 22.5%;
}
footer .footer_hotel ul li {
  margin-bottom: 5px;
}
footer .footer_hotel ul li:first-child {
	margin: 25px 0 20px;
	height: 65px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
footer .footer_hotel ul li:first-child img {
	max-height: 100%;
}
footer .footer_hotel ul li a {
  font-size: 1.4rem;
	color: #ffffff;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  font-size: 1.2rem;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
  footer .footer_hotel {
    display: block;
  }
  footer .footer_hotel .footer_hotel_title {
  	pointer-events: all;
  	display: block;
    font-weight: 600;
    padding: 10px;
    border: solid 1px #ffffff;
    text-align: center;
		position: relative;
  }
  footer .footer_hotel .footer_hotel_title::after{
		content: "";
		position: absolute;
		top: calc(50% - 6px);
		right: 10px;
		width: 8px;
		height: 8px;
		border-bottom: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
  }
  footer .footer_hotel > div {
    width: 100%;
    text-align: center;
  }
  footer .footer_hotel ul.toggle {
    height: 0;
    transition: 0.3s;
  }
  footer .footer_hotel input:checked + .toggle {
    height: auto;
    padding-bottom: 15px;
  }
  footer .footer_hotel ul.toggle li {
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: padding 0.2s, line-height 0.2s, visibility 0.1s, opacity 0.1s;
    text-align: center;
  }
  footer .footer_hotel input:checked + ul.toggle li {
		margin-top: 5px;
    padding: 5px;
    visibility: visible;
    opacity: 1;
		line-height: 1.6;
  }
}