﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@100&family=Nova+Mono&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,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,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{display:block}body{line-height:1}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;}



img{ margin:0 auto; max-width:100%; vertical-align: bottom;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}
i {display: inline-block;}

html {
	overflow-x: hidden;
}

body {
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#222;
	width:100%;
	text-align:center;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	letter-spacing: 0.1em!important;
	-webkit-font-smoothing: antialiased;
}

@media (max-width:768px){
	body {font-size: 14px;}
}

@media (max-width:600px){
	body {font-size: 12px;}
}

a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.7;  text-decoration:none!important;}
input:hover { opacity: 0.7;  text-decoration:none!important;}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
a img { transition-property: all; transition: 0.2s linear;}
a:hover div{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none;}
a:visited { color:inherit; text-decoration:none; }

.switch {visibility: hidden;}

#container{
	width:100%;
	margin:0 auto;
	text-align:center;
}

h1 {
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 5%;
}

h2 {
	position: relative;
	font-family:'Poppins', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 40px;
	text-indent: 0.1em;
}

h2::before {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
	background-color: #ff7650;
}

h3 {
	font-size: 0.9em;
	margin-bottom: 35px;
}


@media (max-width:600px){
	
	h3 {
		margin-bottom: 20px;
	}
	
}

.txt-box {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: left;
}

.about-block {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 10%;
}

.about-block-txt {
	width: 48%;
	text-align: left;
}

@media (max-width:1300px){
	
	.about-block {
		margin-top: 7%;
	}
	
}

@media (max-width:600px){
	
	.about-block-txt {
		width: 100%;
	}
	
}

.ent-list-bt {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	color: #262626;
	padding: 3% 2% 3% 3%;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	transition: all 0.2s ease-out;
	cursor: pointer;
	border: solid 1px;
	margin-bottom: 2%;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}

.bt-boder-run {
	border-color: #fce481;
}

.bt-boder-spo {
	border-color: #c0eaf9;
}

.ent-list-bt dd {
	width: 20%;
	margin: 0;
	line-height: 0;
}

.ent-list-bt p {
	width: 75%;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
}

.ent-list-bt dt {
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.02em;
	line-height: 1.4em;
}

.ent-list-bt dt span {
	font-weight: 600;
}

@media (max-width:600px){
	
	.ent-list-bt dd {
		width: 30%;
	}
	
	.ent-list-bt p {
		width: 65%;
	}

}

.ent-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ent-block-item {
	position: relative;
	width: 49%;
	margin-bottom: 2%;
	border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}

.ent-block-bt {
	position: relative;
	background-color: #fff;
	padding: 4%;
	border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.ent-logo {
	width: 100%;
	padding: 9% 2%;
	border: solid 1px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	margin-bottom: 13px;
}

.ent-logo img {
	width: 40%;
}

.boder-run {
	border-color: #fce481;
}

.boder-run-member {
	border-color: #bec9ed;
}


.boder-spo {
	border-color: #c0eaf9;
}

.ent-block-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2em;
}

.ent-block-tit {
	text-align: left;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}

.ent-block-tit b {
	font-weight: 600;
}

.ent-block-tit p {
	font-family:'Poppins', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.4em;
}

.ent-block-img {
	width: 33px;
}

.bt-sc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'Poppins', sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	z-index: 2;
	border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
	pointer-events: none!important;
}

.ent-balloon {
	position: relative;
	display: inline-block;
	padding: 20px 25px;
	min-width: 120px;
	max-width: 500px;
	text-align: left;
	color: #fff;
	font-size: 0.95em;
	font-weight: 500;
	background: #ffa44c;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.ent-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 15px solid #ffa44c;
}


.ent-balloon p {
  margin: 0;
  padding: 0;
	line-height: 1.4em;
}

.ent-balloon p span {
  display: inline-block;
}

.ent-balloon dd {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0.3em;
}

.balloon-bg {
	background-color: #d10050;
	color: #fff;
}

.balloon-bg:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 15px solid #d10050;
}

.balloon-notice {
	color: #d12a2a;
	text-align: center;
	font-size: 0.95em;
	margin-top: .5em!important;
}

.spoen-extra {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	z-index: 3;
}

.spoen-extra-item {
	position: absolute;
	background-color: #0092d8;
	color: #fff;
	font-size: 0.9em;
	padding: 10px 15px 10px 20px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	margin-top: -25px;
}


@media (max-width:600px){
	
	.ent-block-item {
		width: 100%;
		margin-bottom: 5%;
	}
	
	.ent-logo {
		margin-bottom: 8px;
	}
	
	.ent-block-img {
		width: 25px;
	}
	
	.ent-balloon {
		padding: 15px 20px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		margin-bottom: 40px;
	}
	
	.spoen-extra-item {
		padding: 5px 8px;
		margin-top: -12px;
	}
	
}

.dual-block {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.dual-block-item {
	width: 48%;
	text-align: left;
}

@media (max-width:600px){
	
	.dual-block {
		display: block;
	}
	
	.dual-block-item {
		width: 100%;
	}
	
}

.ev_pro{
	max-width:100%;
	padding: 9px 15px 8px 5px;
	text-align: left;
	font-weight: 600;
	border: solid #ff7650;
	border-width:0 0 1px 0;
}

.ev_val{
	max-width:100%;
	text-align: left;
	padding: 10px 0 15px 5px;
}

.ev_val span{
	font-weight: 500;
}

.ev_val p{
	font-size: 1em;
}

.map {
	height: 300px;
}

@media (max-width:600px){
	
	.ev_pro {
		padding: 9px 15px 8px 5px;
	}
	
	.ev_val {
		padding: 10px 0 15px 5px!important;
	}
	
}

.mp-map {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.sps-block {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sps-block a {
	width: 20%;
}

@media (max-width:600px){
	
	.sps-block a {
		width: 23%;
	}
	
}

@media (max-width:450px){
	
	.sps-block {
		max-width: 280px;

	}
	
	.sps-block a {
		width: 42%;
		margin-bottom: 10%;
	}
	
	
}

.notice ul {
	list-style-type: none;
	font-size: 0.9em;
	text-align: left;
}
.notice li{
	margin: 3px 0;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.5em;
 }
.notice ul li:before {
	font-size: 0.9em;
	display: inline;
	content: "※";
	margin-right: -0.33em;
}

.info-block {
	width: 100%;
	border-top: dotted 1px #262626;
}

.info-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center!important;
	border-bottom: dotted 1px #262626;
	padding: 2% 1%;
	transition: .3s;
}

.info-item:hover {
	background-color: #eee;
}

.info-item p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.info-item p img {
	height: 50px;
	margin-right: 1em;
}

.info-item dd {
	display: flex;
	justify-content: flex-start;
	align-items: center!important;
	margin: 0 0.3em 0 2em;
}

.info-item dd img {
	height: 20px;
}

.info-item p {
	font-weight: 500;
	text-align: left;
}

.info-item p span {
	display: block;
}

.info-item p span span {
	display: inline-block;
}

@media (max-width:600px){
	
	.info-item {
		padding: 3% 1%;
	}
}


.slick-slider {
	padding: 20px 0;
	background-color: #111;
	background-image:url("../images/bg_slider.jpg");
		background-position: center;
	background-size: cover:
		background-repeat: no-repeat;
}
.slick-slider li {
	margin: 0 10px!important;
	border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}

.slick-slider div { 
	transition: none;
}

@media (max-width:600px){
	
	.slick-slider {
		padding: 10px 0;
	}
	
	.slick-slider li {
		margin: 0 5px!important;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
}

.ac {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.ac > li {
	list-style: none;
}
.ac-label {
	width: 100%;
	min-height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	cursor: pointer;
	text-align: center;
	position: relative;
	color: #222!important;
	transition: .3s;
	box-sizing: border-box;
	margin-top: -1px;
	z-index: 2;
	border: solid #ffc893;
	border-width: 1px 0 0 0;
}

.ac-label:hover {
	background-color: #fff7ee!important;
}

.ac-label p {
	text-align: left;
	width: 95%;
	margin-right: 5%;
	font-size: 1em;
	font-weight: 400;
	z-index: 2;
	display: flex;
}

.ac-label p span {
	margin-right: 0.3em;
	color: #ffa44c;
	font-size: 1.5em;
	font-weight: 600;
	font-family:'Poppins', sans-serif;
}

.ac-content {
	display: none;
	color: #222;
	border-bottom: solid 2px #fff;
}

.icon-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
	height: 100%;
	color: #fffc;
	font-size: 0.8em;
	font-weight: 700!important;
	z-index: 2;
	background-color: #ffa44c;
	padding: 1px 5px 1px 12px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
	margin-bottom: 0;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ac-comment {
	width: 100%;
	text-align: left;
	padding: 10px 0 10px 0;
}

.ac-comment p {
	margin-bottom: 0.5em;
}

.ac-comment dd {
	font-weight: 700!important;
}

.ac-content-inner {
	padding: 20px 15px;
	text-align: left;
	line-height: 1.8em;
	display: flex;
	font-size: 1em;
	border-bottom: solid 1px #ffc893;
	margin-bottom: -2px;
}

.ac-content-inner span {
	margin-right: 0.3em;
	font-size: 1.6em;
	font-weight: 600;
	color: #ff7650;
	font-family:'Poppins', sans-serif;
}

.ac-content-inner a {
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #ff7650;
}

.faq-vertical-space {
	margin-bottom: 30px;
}

.ac-end {
	width: 100%;
	border-top: solid 1px #ffc893;
	margin-top: -1px;
	margin-bottom: 50px;
}

.faq-tit {
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	padding-bottom: 3px;
	border-bottom: dotted 2px #ffc893;
	margin-bottom: 25px;
}


@media (max-width:600px){
	
	.ac {
		margin-bottom: 20px;
	}
	
	.ac-label {
		min-height: 50px;
		padding: 10px 10px 10px 10px;
	}
	
	.ac-label p {
		font-size: 1em;
	}
	
	.ac-label-bg {
		background-position: left -50% center;
		background-size: 150px;
	}
	
	.icon-wrap {
		font-size: 0.8em;
		letter-spacing: 0.03em;
	}
	
	.icon-wrap b {
		display: none;
	}
	
	.ac-content-inner {
		padding: 15px 10px;
	}
	
	.icon-wrap {
		font-size: 0.9em;
		padding: 1px 4px 1px 8px;
	}
	
	.icon:before,
	.icon:after {
		height: 1px;
	}
	
	.icon {
  width: 18px;
		height: 18px;
	}
}

.insurance-block {
	width: 100%;
	background-color: #fff;
	border: solid 2px #ffa44c;
	padding: 30px 25px  20px 25px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}

.insurance-block img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 25px;
}

.insurance-tit {
	width: 100%;
	max-width: 700px;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 auto 1em auto;
}

.insurance-block p {
	text-align: left;
	margin-bottom: 1em;
}

@media (max-width:600px){
	
	.insurance-block {
		padding: 20px 20px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	
	.insurance-block img {
		max-width: 200px;
		margin-bottom: 20px;
	}
	
}

.guest-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}

.guest-item {
	width: 30%;
	margin: 0 1.5% 40px 1.5%;
}

.guest-pic {
	width: 75%;
	margin: auto;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
}

.guest-name {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.guest-name p {
	font-family:'Poppins', sans-serif;
	font-size: 0.65em;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.guest-sns {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.guest-sns img {
	width: 30px;
	margin: 0 6px;
}

.guest-disc {
	text-align: left;
	font-size: 0.95em;
	letter-spacing: 0.03em;
}

.guest-disc dt {
	font-size: 0.9em;
	font-weight: 500;
}

.guest_list ul {
	list-style-type: none;
	font-size: 0.85em;
	text-align: left;
	margin: 0;
}
.guest_list li{
	margin: 5px 0;
	line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1.1em;
 }
.guest_list ul li:before {
	color: #ccc;
	display: inline;
	content: "●";
	margin-right: -0.33em;
}


@media (max-width:1000px){
	
	.guest-block {
		justify-content: space-between;
		max-width: 700px;
	}
	
	.guest-item {
		width: 48%;
		margin: 0;
		margin-bottom: 40px;
	}
}

@media (max-width:600px){
	
	.guest-item {
		width: 94%;
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
	
	.guest-pic {
		width: 60%;
		margin-bottom: 15px;
	}
}


.dt-faq {
	display: inline-block;
	background: #ffa44c;
	padding: 15px 30px 5px 30px;
	color: #fff;
	font-weight: 500;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	margin-top: 30px;
}



footer {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 40px 7% 20px 7%;
}

.foot-logo {
	width: 180px;
	margin: 0 auto 20px auto;
}

.foot-btm {
	font-family:'Poppins', sans-serif;
	font-size: 0.85em;
	font-weight: 500;
}

.foot-back-bt {
	position: absolute;
	top: 0;
	right: 10px;
	width: 35px;
}

