@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html{
  font-size: 62.5%;
  font-family: 'Noto Sans', sans-serif;
}
body{
	margin-top: 0px;
	background-color: #F7F7F6;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-size: 1.6rem;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,.sub_title {
	font-weight: bold;
}

/*p {
  font-size: 0.857rem;
  line-height: 180%;
  //font-weight: bold;
}*/

img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
	text-decoration: none;
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
}
a:link {
	color: #999;
}
a:hover {
	color: #eee;
}
a:visited {
	color: #999;
}

.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pc {
	display: block;
}
.mob {
	display: none;
}
.indentback1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indentback2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indentback3 {
	text-indent: -3em;
	padding-left: 3em;
}

main {
	width: 100%;
}
strong {
	font-weight: bold;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 50px;
	color: #fff;
	width: 100%;
	max-width: 300px;
}

a.btn-gradient {
  font-weight: normal;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #408DCB),
    to(#5DD7D6)
  );
  background-image: -webkit-linear-gradient(left, #5DD7D6 40%, #5DD7D6 100%);
  background-image: linear-gradient(90deg, #5DD7D6 40%, #5DD7D6 100%);
	border-radius: 50px;
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5DD7D6),
    color-stop(#DF0836),
    to(#408DCB)
  );

  background-image: -webkit-linear-gradient(left, #408DCB,#5DD7D6 );

  background-image: linear-gradient(90deg, #408DCB, #5DD7D6);
	border-radius: 50px;
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
	font-weight: bold;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #F96A08;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #2D6DAB;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #408DCB;
}
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #5DD7D6;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #A2E8E7;
}
h2 {
	font-size: 4rem;
	margin: 20px auto 30px;
	line-height: 1.4;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #2D6DAB;
}
p {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 30px;
}
.float {
	width: 100%;
	background-color: #fff;
	padding: 10px 0px;
	box-shadow: 0 5px 3px -3px rgba(0,0,0,0.1) inset;
	position: fixed;
	bottom: 0px;
	z-index: 10;
}
.float .container {
	display: grid;
    grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.float_btn {
	background-color: #FF9D37;
	box-shadow: 0 -5px 3px -2px rgba(0,0,0,0.1);
	padding: 10px 0px 20px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 75px;
	z-index: 9;
	color: #fff;
	font-size: 1.4rem;
}


.line {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 50px;
	position: relative;
	padding: 0 60px;
	display: inline-block;
	color: #F96A08;
}
.line:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #F96A08;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
	left:0;
}
.line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #F96A08;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
	right: 0;
}
.title {
	text-align: center;
	margin: 0 auto 50px;
}
.title h2 {
	font-size: 3rem;
	color: #000;
}

@media (max-width: 767px) {
	html{
		font-size: calc(100vw / 32);/*iPhoneの最小サイズ320pxに10px*/
	}
	h1 {
		font-size:2.0rem !important;/*320pxの時30pxに*/
	}
	p {
		font-size: 1.3rem !important;/*320pxの時14pxに*/
	}
	h2 {
		font-size: 1.8rem !important;
	}
	h3 {
		font-size: 1.4rem !important;
	}
	.container {
	padding: 20px;
	}
	.pc {
	display: none;
	}
	.mob {
	display: block;
	}
	.btn,
a.btn,
button.btn {
  font-size: 1rem;
	width: auto;
	letter-spacing: 0em;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto !important;
}
	.float {
		padding: 0px 0px !important;
	}
	.float .container .btn,
	.float .container a.btn,
	.float .container button.btn {
		padding: 10px 0px;
		margin: 0px auto !important;
	}
	.float_btn {
	font-size: 1rem;
}
	.title {
	margin: 0 auto 30px;
}
}

@media (max-width: 480px) {
	
}
/* header
-----------------------------------------------*/
header {
	width: 100%;
}
header img {
	width: 100%;
	height: auto;
}
.form header {
	text-align: center;
}
.form header .logo {
	max-width: 400px;
	margin: 30px auto;
}
@media (max-width: 767px) {
	.form header .logo {
	max-width: 200px;
}
}
@media (max-width: 480px) {
	
}

/* 1st
---------------------------------------------*/
#first {
	margin-bottom: 100px;
}
#first .container {
	padding: 80px 0px;
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
#first .container .info {
	text-align: center;
	margin: 30px auto 50px;
	font-weight: bold;
	color: red;
	font-size: 2rem;
}
#first .container article {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}
#first .container article img {
	width: 100%;
	height: auto;
}
#first .container article .contents_block {
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}
#first .container article .contents_area {
	text-align: left;
	width: 100%;
	max-width: 480px;
	margin: auto;
}
#first .container article .contents_area h2 {
	margin-bottom: 30px;
	font-size: 3rem;
}

@media (max-width: 767px) {
	#first .container {
		padding: 50px 0px;
	}
	#first .container article {
	grid-template-columns: 1fr;
}
	#first .container article .contents_block {
	position: static;
}
	#first .container article .contents_area {
	margin: 30px;
		width: auto;
		max-width: initial;
		max-width: auto;
}
	#first .container article .order {
		grid-row-start: 1
	}
}

/* map
---------------------------------------------*/
#map {
	margin-bottom: 100px;
	background-color: #fff;
	background-image: url("images/map/map.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	
}
#map .container {
	padding: 80px 0px;
	max-width: 1200px;
	margin: auto;
}
#map .container h3 {
	color: #000;
}
#map .container ul {
	margin-bottom: 50px;

	
}
#map .container ul li {
	background-image: url("images/map/mark.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 14px !important;
	padding: 5px 0 5px 30px;
}
#map .container ul li span {
	font-weight: bold;
	color: #2992BE;
}

@media (max-width: 767px) {
	#map .container {
		width: 90%;
		padding: 10px 5% 30px;
	}
	#map {
	margin-bottom: 30px;
	background-image: none;
}
}

/* schedule
---------------------------------------------*/
#schedule {
	margin-bottom: 100px;
}
#schedule .container {
	padding: 50px 0px 50px;
	max-width: 1200px;
	margin: auto;
}

@media (max-width: 767px) {
	#schedule .container {
		width: 90%;
		padding: 30px 5%;
	}
}

.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }
.accordion .contents {
	padding: 30px 30px 30px 10em;
	background-color: #F7F7F6;
}
.accordion .contents .time {
	font-size: 18px;
	font-weight: bold;
	margin: 50px auto 20px;
}
.accordion .date {
	float: left;
	width: 100%;
	max-width: 140px;
}
.accordion .title {
	float: left;
	text-align: left;
	margin-bottom: 0px;
}
.accordion .contents .grid {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
	margin-bottom: 30px;
}
.accordion .contents .guest {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2793BE;
}
.accordion .contents p {
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 0px;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 20px;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
	line-height: 1.8;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 30px;
}

.accordion li.open .link {
  color: #2793BE;
}

.accordion li.open i {
  color: #ACDAEC;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .contents {display: block;}
.contents {
	display: none;
}


@media (max-width: 767px) {
	.accordion li i {
  top: 28px;
}
	.accordion .contents {
	padding: 30px;
	background-color: #F7F7F6;
}
	.accordion .contents p {
	font-size: 14px !important;
}
	.accordion .contents .grid {
	grid-template-columns: 1fr;
		grid-gap: 20px;
}
	.accordion .date {
	float: none;
}
.accordion .title {
	float: none;
}

}

/* how to
---------------------------------------------*/
#howto {
	margin-bottom: 100px;
}
#howto .container {
	padding: 50px 0px 50px;
	max-width: 1200px;
	margin: auto;
}
#howto .container article {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 50px;
	margin-bottom: 30px;
	padding: 50px 30px;
	background-color: #fff;
	position: relative;
}
#howto .container article h3 {
	margin-bottom: 0px;
	color: #2C94BF;
}
#howto .container article h3 span {
	font-weight: normal;
}
#howto .container article h4 {
	margin-bottom: 15px;
	font-size: 16px !important;
	margin-bottom: 15px;
}
#howto .container article p {
	font-size: 14px !important;
	line-height: 1.5;

}
#howto .container article ol {
	margin-left: 1em;
	margin-bottom: 30px;
}
#howto .container article ol li {
	font-size: 14px !important;
	line-height: 1.5;
	margin-bottom: 10px;
	list-style: decimal;
}
#howto .container article .fas {
	color: #ACDAEC;
	font-size: 50px;
	position: absolute;
	bottom: 30px;
}

@media (max-width: 767px) {
	#howto .container {
		width: 90%;
		padding: 30px 5% 0px;
	}
	#howto .container article {
	grid-template-columns: 1fr;
		grid-gap: 30px;
		padding: 50px 30px 80px;
}

}

/* 2nd
---------------------------------------------*/
#second {
	padding-bottom: 200px;
}

@media (max-width: 767px) {
	#second {
	float: none;
}
}



/* anchor_form
-----------------------------------------------*/
#anchor_form {
	width: 100%;
	margin: 0px auto 100px;
}
.form #anchor_form {
	background-color: #fff;
}
#anchor_form .container {
	padding: 80px 0px 100px;
	max-width: 800px;
	margin: auto;
}
#anchor_form h2 {
	font-size: 3.2rem;
	color: #000;
}

@media (max-width: 767px) {
	#anchor_form {
	margin: 0px auto;
}
	#anchor_form .container {
	padding: 30px 20px 50px;
}
}

/* icc
-----------------------------------------------*/
#icc {
	width: 100%;
}
#icc .container {
	max-width: 800px;
	margin: 50px auto 80px;
}
#icc .container h2 {
	color: #2C94BF;
}
#icc .container .company {
}
#icc .container .company h2 {
	font-size: 3.2rem;
	color: #000;
}
#icc .container .company h3 {
	font-size: 2rem;
	color: #000;
	margin-bottom: 10px;
	color: #2C94BF;
}

@media (max-width: 767px) {
	#icc .container {
		margin: 0px 10px 30px;
}
}


/* footer
-----------------------------------------------*/

footer {
	clear: both;
	text-align: center;
	padding-bottom: 150px;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
