﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&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!important;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}
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;   color: #ff83a6!important;  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; }
i {display: inline-block;}

.switch {visibility: hidden;}


body {
	position: relative;
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#ebfdff;
	width:100%;
	text-align:center;
	font-size: 14px;
	color: #334a77;
	letter-spacing: 0.07em;
	line-height: 1.8em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

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

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


.body-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image:url("../images/bg_body.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}


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

.bgc-navy {background-color: #334a77!important;}
.bgc-main {background-color: #00a6d2;}
.bgc-sky {background-color: #ebfdff;}
.bgc-wt {background-color: #fff;}
.color-pink {color: #e869c4;}

@media (max-width:600px){
	
	.none-600 {display: none!important;}
}


h1 {
	font-size: 0.9em;
	font-weight: 600;
	white-space: normal;
	margin-right: auto;
	text-align: left;
	line-height: 1.4em;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
	display: block;
	margin-bottom: 50px;
}

h3 {
	color: #00a6d2;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}

h5 {
	color: #00a6d2;
	font-size: 0.85em;
	font-weight: 800;
	margin-bottom: 1.5em;
}

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

@media (max-width:600px){
	
	h1 {
		font-size: 0.8em;
	}
	
	h2 {
		font-size: 1.4em;
		margin-bottom: 30px;
	}
	
	h4 {
		line-height: 1.6em;
	}
	
	p {
		line-height: 1.6em;
	}
}

.conte-box {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 3.5% 5%;
	border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
	border: solid 4px #00a6d2;
	margin: auto;
	margin-bottom: 2em;
	box-sizing: border-box;
}

.conte-tag {
	position: absolute;
	top:-10px;
	left: 20px;
	width: 110px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	font-weight: 800;
	letter-spacing: 0.03em;
	padding-top: 0.5em;
	text-indent: 0.25em;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}

.about-tit {
	color: #00a6d2;
	margin-bottom: 1em;
}

.conte-tit {
	margin-bottom: 0.3em;
}

@media (max-width:600px){
	
	.conte-box {
		padding: 10% 5% 5% 5%;
	}
	
	.conte-tag {
		width: 90px;
		height: 35px;
		left: 10px;
		font-size: 0.7em;
		padding-top: 0.3em;
	}
	
}


.content-pic-ex4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	padding: 0;
}

.content-pic-ex4 div {
	width: 23%;
}

@media (max-width:600px){
	
	.content-pic-ex4 {
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	
	.content-pic-ex4 div {
		width: 48%;
		margin-bottom: 4%;
	}
	
}

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

.arrange-box {
	background-color: #00a6d2;
	color: #fff;
	padding: 3% 5% 2% 5%;
}

.arrange-box h2 {
	margin-bottom: 1em;
}

@media (max-width:600px){
	
	.arrange-box {
		padding: 7% 5% 2% 5%;
	}
}

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

.media-box {
	position: relative;
	width: 47%;
	background-color: #fff;
	border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
	border: solid 4px #00a6d2;
	margin-bottom: 5%;
	box-sizing: border-box;
}

.media-box h2 {
	margin-bottom: 0.3em;
}

.media-box h5 {
	margin-bottom: 1em;
}


.media-box-img {
	overflow: hidden;
	border-radius: 19px 19px 0 0;
    -webkit-border-radius: 19px 19px 0 0;
    -moz-border-radius: 19px 19px 0 0;
	background-color: #00a6d2;
}

.media-box-txt {
	text-align: left;
	padding: 5% 5% 3.5% 5%;
}

.media-tit {
	color: #00a6d2;
}

.media-bt {
	display: inline-block;
	background-color: #334a77;
	color: #fff!important;
	margin-top: 10px;
	padding: 12px 12px 12px 15px;
	font-size: 0.9em;
	font-weight: 600;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	line-height: 1em;
}
.media-bt img {
	width: 6.5px;
	margin-left: 0.5em;
}

.media-bt:hover {
	background-color: #ccc;
}

@media (max-width:600px){
	
	.media-block {
		display: block;
	}
	
	.media-box {
		width: 100%;
		margin-bottom: 2em;
	}
	
	.media-bt img {
		margin-bottom: -0.03em;
	}
	
}


.media-intro {
	display: block;
	width: 100%;
	max-width: 500px;
	background-color: #fff;
	margin: auto;
	padding: 25px 40px;
	border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
	border: solid 4px #00a6d2;
	box-sizing: border-box;
}

.media-intro hr {
	height: 1px;
	background-color: #ccc;
	border: none;
	margin: 15px 0;
}

.media-intro h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.media-intro-case {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.media-intro-name {
	margin-right: auto;
}

.media-intro-name h2 {
	font-size: 1.3em;
	margin-bottom: 0;
	color: #334a77;
	border-left: solid 17px #00a6d2;
	padding-left: 0.5em;
	line-height: 1em;
}

.media-intro-icon {
	width: 11%;
	margin-left: 3%;
}

@media (max-width:600px){
	
	.media-intro {
		padding: 20px 20px;
	}
	
	.media-intro-name h2 {
		font-size: 1.2em;
	}
}

.sps-box {
	position: relative!important;
	display: block;
	width: 100%;
	padding-right: calc(50vw - 50%)!important;
	overflow-x: scroll;
}

.sps-box::-webkit-scrollbar{
   width: 10px;
}
.sps-box::-webkit-scrollbar-track{
	background-color: #eee;
}
.sps-box::-webkit-scrollbar-thumb{
   background-color: #00a6d2;
}

.sps-box::-webkit-scrollbar {
    height: 5px!important;
}


.sps-box-mask {
	position: fixed;
	top: 0;
	right: 0;
	width: 6%;
	height: 100%;
	pointer-events: none;
	background: -moz-linear-gradient(left, #rgba(255, 255, 255, 0), rgba(255, 255, 0255, 0.95), rgba(255, 255, 0255, 0.95));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 0255, 0.95));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 0255, 0.95));
	z-index: 1;
}

.sps-tit {
	width: 120px;
	color: #00a6d2;
	font-weight: 500;
}


.sps-view {
	position: relative!important;
	width: 1500px;
	display: flex;
	justify-content: space-between;
	padding: 0 8% 2em 0;
}

.sps-view-item {
	width: 20%;
	border-right: dotted 2px #334a77;
	font-weight: 500;
	/*background-color: #ebfdff;*/
}

.sps-bdl {border-left: dotted 2px #334a77;}

.sps-tit div,
.sps-view-item div {
	width: 	100%;
	height: 60px;
	padding: 1% 3%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sps-tit dd,
.sps-view-item dd {
	width: 	100%;
	height: 80px;
	padding: 0 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.sps-view-item dl {
	padding: 9% 5%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

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

@media (max-width:768px){

	.sps-view {
		width: 1200px!important;
	}

}

@media (max-width:600px){
	
	.sps-box {
		font-size: 0.9em;
	}
	
	.sps-tit {
		width: 100px;
		letter-spacing: 0;
	}
	
	.sps-view {
		width: 1000px!important;
		padding: 0 13% 2em 0;
	}
}

@media (max-width:350px){
	
	.sps-view {
		width: 950px!important;
	}
	
}

.mail-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 1.6em 0;
}

.mail-txt {
	width: 55%;
	text-align: left;
	margin-right: 5%;
}

.mail-txt h2 {
	margin-bottom: 0.3em;
}

.mail-txt p {
	margin-bottom: 0;
}

.mail-txt p b {
	display: none;
}


.mail-button {
	width: 40%;
	
}

.mail-bt {
	height: 110px;
	background-color: #334a77;
	color: #fff!important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.mail-bt p {
	text-align: center;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: 600;
}
.mail-bt a:hover {
	background-color: #ccc;
}

@media (max-width:600px){
	
	.mail-box {
		display: block;
		margin: 0.5em 0  1em 0 ;
	}
	
	.mail-txt {
		width: 90%;
		margin: auto;
	}
	
	.mail-txt h2 {
		text-align: center;
		margin-bottom: 1em;
	}
	
	.mail-txt h3 {
		text-align: center;
	}
	
	.mail-txt p {
		margin-bottom: 20px;
	}
	
	.mail-txt p i {
		display: none;
	}
	
	.mail-txt p b {
		display: inline-block;
	}
	
	.mail-button {
		width: 90%;
		margin: auto;
	}
	
	.mail-bt {
		height: 100px;
	}
	
}

.foot-block {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.foot-link {
	font-size: 1em;
	display: inline-block;
	font-weight: 500;
	margin-right: 50px;
}

.foot-link p {
	font-weight: 600;
	margin: 0.7em 0;
	color: #00a6d2;
}

.foot-link a {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.foot-link a:hover {
	color: #ccc;
}

.foot-link span {
	width: 1em;
	margin-right: 0.5em;
	font-weight: 900;
	text-align: center;
	color: #00a6d2;
}

.foot-link i {
	width: calc(100% - 1.5em);
	text-align: left;
}

.foot-right {
	width: 130px;
	margin-top: 0.7em;
	margin-left: auto;
}

.foot-logo {
	width: 110px;
	margin: auto;
	margin-bottom: 1em;
}


.foot-icons {
	display: flex;
	justify-content: space-between;
}

.foot-icons a {
	width: 30%;
}


.foot-block-btm {
	display: block;
	position: relative;
	text-align: center;
    width: 100%;
	padding: 50px 10px 10px 10px;
	margin: 0;
	font-family:'Poppins', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	z-index: 10;
	box-sizing: border-box;
}

@media (max-width:600px){
	
	.foot-link {
		width: 56%;
		margin: auto;
	}
	
	.foot-link p {
		text-align: center;
	}
	
	.foot-right {
		width: 100%;
		margin: 0;
		margin-top: 30px;
	}
	
	.foot-icons {
		width: 140px;
		margin: auto;
		margin-top: 15px;
	}	
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 7px;
	line-height: 0;
	margin-bottom: 20px;
	z-index: 100;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}

.pagetop a {
	width: 40px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


#loading {
	width: 100vw;
	height: 100vh;
	transition: all 2s;
	background-color: #00a6d2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-wrap {
	line-height: 1em;
	margin-top: -320px;
}

.spinner-wrap p {
	margin-top: -190px;
	font-family:'Poppins', sans-serif;
	color: #ebfdff!important;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-indent: 0.3em;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* コンテンツ部分の装飾 */
.gallery {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.loaded {
  opacity: 0;
  visibility: hidden;
}


/*
.h1-title {
	font-size: 1.6em;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 2em;
	line-height: 1.4em;
}

.h1-title img {
	height: 0.9em;
	margin: 0.3em 0.3em 0.2em 0;
	 height: 0.85em;
	margin: 0.3em; 
}

.h2-title {
  display: flex;
  align-items: center;   垂直中心  
  justify-content: center;   水平中心  
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}
.h2-title:before, .h2-title:after {
  border-top: 3px solid;
  content: "";
  width: 2em;   線の長さ  
	filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.25));
	color: #fff;
	
}
.h2-title:before {
  margin-right: 1em;   文字の右隣  
}
.h2-title:after {
  margin-left: 1em;   文字の左隣  
}

.about-block {
	position: relative;
	width: 94%;
	max-width: 600px;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	pointer-events:all;
	z-index: 1111!important;
}

.about-block img {
	width: 70%;
	margin-bottom: 1em;
}

.about-block p {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 2.5em;
}

.about-txt {
	text-align: left;
	margin-bottom: 2em;
}

.bt-about {
    position: relative;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	color: #262626!important;
    padding: 3px;
    text-align: center;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0px  2px 5px 2px rgba(0,0,0,.1);
	z-index: 1111!important;
}

.bt-about dd {
	width: 100%;
	height: 100%;
	padding: 15px 3em 5px 3em;
	line-height: 1.4em;
	border: solid 1px #eee;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.bt-about dd i {
	color: #c89ee9;
	transform: scale(1.3,0.8);
}

@media (max-width:768px){
	
	.about-block img {
		width: 100%;
		max-width: 280px;
	}
}

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

.zenkoku-wrap{
	margin: auto;
	width: 90%;
	max-width: 900px;
	text-align: left;
}

.zenkoku-block {
	position: relative;
	width: 45%;
	margin-top: 3em;
	margin-bottom: 3em;
	pointer-events:all;
	z-index: 1111!important;
}

.zenkoku-block img {
	width: 70%;
	margin-bottom: 1em;
}

.zenkoku-block p {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 1em;
}

.zenkoku-txt {
	text-align: left;
	margin-bottom: 2em;
}

.zenkoku-bt-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bt-zenkoku {
	width: 47%;
    position: relative;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	color: #262626!important;
    padding: 3px;
    text-align: center;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0px  2px 5px 2px rgba(0,0,0,.1);
	z-index: 1111!important;
}

.bt-zenkoku dd {
	width: 100%;
	height: 100%;
	padding: 15px 1em 15px 1em;
	line-height: 1.4em;
	border: solid 1px #eee;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

@media (max-width:600px){
	
	.zenkoku-wrap{
		margin-bottom: 200px;
	}
	
	.zenkoku-block {
		width: 100%;
	}
	
}



.bg-category {
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
	width: 80%;
	opacity: 0.8;
	margin: auto;
}

.bg-ft {
	position: absolute;
	top: 7%;
	left: 5%;
	width: 50%;
	opacity: 0.2;
	margin: auto;
}

.bg-feature {
	position: absolute;
	top: 3%;
	left: 0;
	width: 50%;
	opacity: 0.2;
	margin: auto;
}

@media (max-width:480px){
	
	.bg-category {
		top: 5%;
		width: 100%;
	}
	
	.bg-feature {
		top: 0;
		width: 100%;
	}
}

.ft-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: visible;
	 box-sizing: border-box;
	padding: 10px;
}

.ft-block-item {
	width: 31%;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}


.ft-block-pic {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.ft-block-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15,6,35,0.45);
	z-index: 2;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ft-block-mask p {
	width: 40%;
	font-size: 1em;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-style: italic;
}

.ft-block-mask p i {
	white-space: nowrap;
	text-align: left;
	margin-left: -0.5em;
}

.ft-block-mask img {
	margin-bottom: 0.3em;
}

.ft-block-pic img {
	width: 100%;
}

@media (max-width:600px){
	
	.ft-block {
		display: block;
		max-width: 300px;
		margin: auto;
	}
	
	.ft-block-item {
		width: 100%;
		margin-bottom: 20px;
	}

}

.frame-disc {
	width: 100%;
	padding: 3% 4%;
	background-color: #fff;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.1));
}

.kakaku-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.kakaku-pro {
	width: 20%;
	text-align: center;
}

.kakaku-colon {
	width: 10%;
	text-align: center;
}

.kakaku-val {
	width: 70%;
	text-align: left;
}



.btn-ft{
     矢印の基点とするためrelativeを指定 
  position: relative;
     ボタンの形状 
  text-decoration: none;
  display: inline-block;
  background:#fff;
  color:#262626;
	display: flex;
	align-items: center;
	height: 75px;
    padding: 10px 40px 10px 20px;
    text-align: left;
    outline: none;
     アニメーションの指定 
    transition: ease .2s;
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.4em;
}

.btn-ft:hover{
  background:#ccc;
}


  矢印が右に移動  

.btnarrow1::after{
    content: url("../images/bt_ft_arw.svg");
     絶対配置で矢印の位置を決める 
  position: absolute;
    right: 15px;
     矢印の形状 
    width: 30px;
     border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    アニメーションの指定 
    transition: all .3s;
}

 hoverした際の移動 
.btnarrow1:hover::after{
    right: 11px;
}

.achieve-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5em 0.8em;
	border-bottom: dotted 2px #ccc;
}

.achieve-venue {
	width: 30%;
	text-align: left;
}

.achieve-venue p {
	font-weight: 700;
}

.achieve-category {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.achieve-category p {
	background-color: #789bce;
	margin: 0.2em 1em 0.2em 0;
	padding: 0.1em 0.7em;
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.achieve-scale {
	width: 25%;
	text-align: right;
}

@media (max-width:600px){
	
	.achieve-block {
		display: block;
	}
	
	.achieve-venue {
		width: 100%;
		margin-bottom: 0.5em;
	}
	
	.achieve-venue p {
		display: inline;
		margin-right: 1em;
	}
	
	.achieve-category {
		width: 100%;
		margin-bottom: 0.5em;
	}
	
	.achieve-scale {
		width: 100%;
		text-align: left;
	}
	
}

.bt-contact{
     アニメーションの起点とするためrelativeを指定 
    position: relative;
  overflow: hidden;
     ボタンの形状 
  text-decoration: none;
  display: inline-block;
	background-color: #003157;
    padding: 3px;
    text-align: center;
    outline: none;
     アニメーションの指定    
    transition: ease .2s;
	width: 100%;
	max-width: 320px;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0px  2px 5px 2px rgba(0,0,0,.15);
	margin-bottom: 50px;
}

.bt-contact p {
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	border: solid 1px #456d93;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

 ボタン内spanの形状 
.bt-contact span {
  position: relative;
  z-index: 3; z-indexの数値をあげて文字を背景よりも手前に表示 
  color: #fff;
}

.bt-contact:hover span{
  color:#003157;
}

 == 背景が流れる（左から右）  
.bgleft:before {
  content: '';
     絶対配置で位置を指定 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
     色や形状 
  background:#fff; 背景色 
  width: 101%;
  height: 101%;
     アニメーション 
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

 hoverした際の形状 
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.bt-detail {
     アニメーションの起点とするためrelativeを指定 
    position: relative;
  overflow: hidden;
     ボタンの形状 
  text-decoration: none;
  display: inline-block;
	background-color: #fff;
	color: #262626;
    padding: 3px;
    text-align: center;
    outline: none;
     アニメーションの指定    
    transition: ease .2s;
	width: 100%;
	max-width: 250px;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0px  2px 5px 2px rgba(0,0,0,.1);
	margin-bottom: 15px;
}

.bt-detail p {
	width: 100%;
	height: 100%;
	padding: 15px 30px;
	border: solid 1px #eee;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.table-block {
	width: 100%;
	background-color: #fff;
	padding: 30px 30px;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,.1);
	box-sizing: border-box;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}

.table-pro {
	width: 15%;
	text-align: center;
}

.table-colon {
	width: 10%;
	text-align: center;
}

.table-value {
	width: 75%;
	text-align: left;
}

.value-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	line-height: 2em;
}

.value-tit {
	width: 35%;
	text-align: left;
	line-height: 1.5em;
}

.value-arw {
	width: 5%;
	text-align: left;
	color: #7b9acc;
	line-height: 1.5em;
}

.value-value {
	width: 60%;
	text-align: left;
	line-height: 1.5em;
}


@media (max-width:600px){
	
	.table-block {
		padding: 25px 20px;
	}
	
	.table-pro {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.table-colon {
		display: none;
	}
	
	.table-value {
		width: 100%;
		text-align: center;
	}
	
	.value-wrap {
		letter-spacing: 0.03em;
	}
	
	.value-tit {
		width: 40%;
	}
	
	.value-arw {
		width: 7%;
	}
	
	.value-value {
		width: 53%;
	}
	
	.value-tit,
	.value-arw,
	.value-value {
		margin-bottom: 0.5em;
	}
	
	.table-pro-icon {
		width: 100%;
	}
	
	.table-pro-cost {
		width: 100%;
	}

	
}

.table-pro-icon {
	width: 22%;
}

.table-pro-cost {
	width: 74%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.table-pro-cost p {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.table-pro-cost p i {
	color: #7b9acc;
	font-weight: 900;
}

.cost-plan {
	width: 45%;
	padding: 25px 10px;
	color: #fff;
	background-color: #7b9acc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.table-pro-cost dd {
	width: 10%;
	font-size: 1.6em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cost-plan p {
	font-size: 0.8em;
	color: #cfdcf2;
	margin: 0;
	line-height: 1em;
}

.cost-plan dt {
	font-size: 1.2em;
}

@media (max-width:600px){
	
	.table-pro-icon {
		width: 100%;
		margin-bottom: 1.8em;
	}
	
	.table-pro-cost {
		width: 100%;
	}
	
	.table-pro-icon img {
		width: 50%;
	}
	
	.cost-plan p {
		line-height: 1.4em;
	}


	
}

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

.other-item {
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #262626;
	background-color: #fff;
	padding: 40px 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,.1);
}

.other-item p {
	margin-top: 0.5em;
}

.other-item img {
	width: 60%;
	margin-bottom: 0.5em;
}

.other-item b {
	display: block;
}

@media (max-width:600px){
	
	.other-item {
		width: 48%;
		margin-bottom: 4%;
	}
	
}

.notice-list {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5em;
}

.notice-list span {
	width: 1.5em;
	font-weight: 500;
	text-align: left;
}

.notice-list b {
	width: calc(100% - 1.5em);
	text-align: left;
}

.notice-list span,
.notice-list b {
	margin-bottom: 0.6em;
}

#foot-block {
	display: block;
	text-align: center;
	position: relative;
    z-index: 10;
    width: 100%;
	padding: 40px 30px 30px 30px;
	color: #262626;
	background-color: #fff;
	box-shadow: -10px  0px 15px 2px rgba(0,0,0,.1);
}





 
h2 {
	font-size: 1.4em!important;
	font-weight: 700!important;
	letter-spacing: 0.1em!important;
	font-family:'Poppins', sans-serif;
	margin: 0;
	line-height: 1.4em!important;
	color: #fff!important;
	display: inline-block;
} 

.h2-rc {
	color: #459dde!important;
	border: solid #459dde;
	border-width: 2px 0;
}

h3{
	font-size: 1.2em!important;
	font-weight: 500!important;
	letter-spacing: 0.1em;
	font-family:'M PLUS 1p', 'Poppins', sans-serif;
	margin: 0;
	margin-right: -0.17em;
	line-height: 1.7em!important;
}

.block{
	display: block;
}

.ev_wrap {
	border: solid 3px #fff;
	margin-bottom: 30px;
}

.ev_pro{
	max-width:100%;
	padding: 10px 15px;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	background-color: #255d9e;
	letter-spacing: 0.2em;
	background: -moz-linear-gradient(left, #03365f, #0d558f, #03365f);
	background: -webkit-linear-gradient(left, #03365f, #0d558f, #03365f);
	background: linear-gradient(to right, #03365f, #0d558f, #03365f);
}

.ev_val{
	max-width:100%;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 20px 25px 20px 25px;
	color: #255d9e;
	background-color: #f7f7f7;
	background: rgba(255,255,255,.75);
}

.ev_val span{
	font-weight: 600;
}

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

@media (max-width:480px){
	
	.ev_val{
		padding: 10px 15px;
	}

}

.title-bg-black {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 10px;
	width: 100%;
	height: 37px;
	color: #fff;
	background: #262626;
	border-top: solid 1px #fff;
	border-left: 0px;
	border-right: 0px;
}



.concept-room{
	width:100%;
	margin:0 2%;
	margin: auto;
	overflow:hidden;
	text-align:center;
	position: relative;
	background-color: #fff;
	color: #262626;
	padding: 0 0 2% 0;
	background-image:url("../images/bg_concept.png");
	background-position: left -350px top 33%;
	background-repeat: no-repeat;
	background-size: 500px;
}

.concept-room-bg{
	width:100%;
	height: 100%;
	position: absolute;
	background-image:url("../images/bg_concept.png");
	background-position: right -400px top 80%;
	background-repeat: no-repeat;
	background-size: 500px;
}


.notice-corona {
	display: inline-block;
	margin: auto;
	background-color: #3675b8;
	color: #fff;
	padding: 15px;
	width: 92%;
	max-width: 250px;
	font-size: 1em;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	pointer-events:all;
}

.notice-corona span{
	font-weight: 600;
	letter-spacing: 0.1em;
}

.br-cont-span{
	font-weight: 300!important;
	display: inline-block;
}

.br-cont {
	display: inline-block;
}

.corona-tokyo{
	width: 100%;
	text-align: center;
}

.corona-tokyo img{
	width: 160px;
}


.concept-logo{
	width: 100%;
	max-width: 320px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}

@media (max-width:500px){
	
	.concept-logo{
		width: 250px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 30px;
	}
}

.docu-box {
	display: block;
	width:100%;
	text-align: left;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	
}

.docu-box p{
	font-size: 1.05em;
	font-weight: 500;
}

.docu-box span{
	font-weight: 500;
}


.table-wrap {
	background-color: #00a7d3;
	color: #fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.desc-table {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: dotted 1px #fff;
	padding: 3% 0;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.desc-table dd {
	width: 20%;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.desc-table dt {
	width: 5%;
}

.desc-table dl {
	width: 75%;
	text-align: left;
}

.desc-table dl p {
	font-weight: 600;
}

.desc-table dl p span {
	color: #8feaf9;
	margin-right: 0.2em;
}

@media (max-width:480px){
	
	.desc-table {
		display: block;
		padding: 4% 5%;
	}
	
	.desc-table dt {
		display: none;
	}
	
	.desc-table dd {
		width: 100%;
		text-align: left;
		margin-bottom: 2%;
	}
	
	.desc-table dl {
		width: 100%;
	}
}

.fee-table {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2.5% 3% 1% 3%;
}

.fee-tit {
	width: 25%;
	text-align: left;
	letter-spacing: 0.15em;
}

.fee-tit dd {
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

.fee-tit dd dl {
	font-size: 0.6em;
	font-weight: 400;
}

.fee-tit p {
	display: inline-block;
	font-size: 2em;
	font-weight: 600;
	border-bottom: dotted 1px #fff;
	line-height: 1.2em;
}

.fee-tit span {
	font-size: 0.7em;
	margin-left: 0.15em;
}


.fee-conte {
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.fee-conte dd {
	width: 30%;
	background-color: #fff;
	color: #00a7d3;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	padding: 4% 2%;
}

.fee-conte dd p {
	font-weight: 600;
}

.fee-conte dl {
	width: 5%;
	color: #fff;
	font-size: 1.1em;
	font-weight: 900;
}

@media (max-width:660px){
	
	.fee-table {
		display: block;
		padding: 3%;
	}
	
	.fee-tit {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.fee-tit dd {
		font-size: 1.4em;
		margin-right: 1em;
	}
	
	.fee-tit dd dl {
		font-size: 0.65em;
	}
	
	.fee-tit p {
		font-size: 1.6em;
	}
	
	.fee-conte {
		width: 100%;
	}
}

.bt-enter {
    display:inline-block;
    background:#00a7d3;
    width: 100%;
	max-width: 350px;
    padding:20px 15px;
    text-align:center;
    color:#fff!important;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	transition: .3s!important;
	background: -moz-linear-gradient(top, #275785, #001a28);
	background: -webkit-linear-gradient(top, #275785, #001a28);
	background: linear-gradient(to bottom, #275785, #001a28);
}

.bt-enter::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 6px;
	height: 20px;
	background-image: url("../images/bt-arrow.png");
	background-repeat: no-repeat;
	background-size: 6px;
    transition: .3s;
}

.bt-enter:hover::after{
    right: 7px;
}

.bt-enter:hover{
	background: -moz-linear-gradient(top, #275785, #000);
	background: -webkit-linear-gradient(top, #275785, #000);
	background: linear-gradient(to bottom, #275785, #000);
	opacity: 1!important;
}

.achi-ex3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #00a7d3;
}

.achi-ex3 dd {
	width: 30%;
	margin-bottom: 2%;
}

.achi-ex4 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #00a7d3;
}

.achi-ex4 dd {
	width: 23%;
	background-color: #fff;
	padding: 1.5% 2%;
	margin-bottom: 4%;
	line-height: 0;
}

@media (max-width:660px){
	
	.achi-ex3 dd {
		width: 48%;
	}
	
	.achi-ex3 dd p {
		font-size: 0.85em;
	}
	
	.achi-ex4 dd {
		width: 48%;
	}
}

.tag-img {
	width: 200px;
	margin: auto;
	letter-spacing: 0.1em;
}

.tag-img p {
	border: solid 1px #fff;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: 500;
}












.feat-list {
	width: 100%;
	text-align: left;
	display: flex;
	display: -ms-flexbox;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	flex-direction: row-reverse;
	margin-bottom: -25px;
	color: #262626;
	background-position: top center;
	background-size: 800px;
	background-repeat: no-repeat;
	position: relative;
}

.feat-pic {
	width: 55%;
}

.feat-balloon-sec {
	width: 45%;
	height: 100%;
}

.feat-balloon-sec-2 {
	width: 45%;
	text-align: right;
}

.balloon-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	width: 93%;
	text-align: left;
}

.balloon-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	width: 93%;
	text-align: left;
	margin-left: 7%;
}

.feat-txt {
	width: 100%;
	text-align: left;
}

.feat-txt-tit {
	display: flex;
	display: -ms-flexbox;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 10px;
}

.feat-txt dd{
	font-family:'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	text-align: center;
	display: inline-block;
	background-color: #262626;
	color: #ffb0c3;
	padding: 7px 6px 6px 6px;
	margin-right: 10px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.feat-txt dd p{
	line-height: 1em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-left: 0.05em;
	letter-spacing: 0.05em;
	color: #fff;
}

.feat-txt dd span{
	font-size: 0.27em;
	line-height: 1em;
	font-weight: 500;
	display: block;
	margin-left: 0.2em;
	margin-bottom: 3px;
}

.feat-txt-tit p{
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}

.feat-txt-p {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}


@media (max-width:768px){
	
	.feat-list {
		display: block;
		margin-bottom: 25px;
	}
	
	.balloon-left {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	
	
	.balloon-left:before {
		top: -30px;
		left: 50%;
		margin-left: -20px;
		border: 20px solid transparent;
		border-bottom: 30px solid #fff;
	}
	
	.balloon-right {
		width: 100%;
		max-width: 500px;
		margin: auto;
		margin-left: 0;
	}
	
	.balloon-right:before {
		top: -30px;
		left: 50%;
		margin-left: -20px;
		border: 20px solid transparent;
		border-bottom: 30px solid #fff;
	}
	
	.feat-balloon-sec {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	
	.feat-balloon-sec-2 {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	
	
	.feat-pic {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	
	.feat-txt-tit p{
		font-size: 1.1em;
	}
}

.ex3-category {
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: center;
}

.ex3-category ul{
	padding: 0px;
	width:104%;
	margin-right: -4%!important;
	display: block;
}

.ex3-category ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding: 0px;
	width: 29.33%;
	margin-right: 4%;
	margin-bottom: 4%;
	overflow: hidden;
	background-color: #000;
	border: solid 8px #ddd;
}

.ex3-category ul li span{
	font-size: 0.6em!important;
	font-weight: 500!important;
}

.ex3-category-tit{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	pointer-events: none;
}

.ex3-category-jp{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 57%;
	display: flex;
	justify-content: center;
	z-index: 100;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin: 0 auto;
	line-height: 1.6em;
	pointer-events: none;
}

.ex3-category p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 80%;
	display: flex;
	justify-content: center;
	z-index: 100;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	opacity: 0.3;
}

.ex3-category p:hover{
	opacity: 1;
}

.ex3-category ul li span{
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.15em;
}

.ex3-category img{
	box-sizing:border-box;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	opacity: 0.8;
	margin: 0;
}

.ex3-category img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0.5;
}

@media (max-width:768px){
	
	.ex3-category ul li{
		width: 46%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

}

@media (max-width:500px){
	
	.ex3-category ul{
		width: 100%;
		margin-right: 0;
	}

	
	.ex3-category ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}

}


.guest-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.guest-box p {
	letter-spacing: 0.2em!important;
}
.guest-box img{
	width: 35%;
	margin-right: 5%;
	border: solid 3px #fff;
}

.guest-data {
	width: 60%;
	text-align: left;
}

.guest-data dd{
	width: 100%;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
}

.guest-data span{
	display: block;
	font-size: 0.8em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

.guest-data dt{
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
	margin: 5px 0;
}

.guest-data img{
	text-align: left!important;
	width: 25px!important;
	margin-bottom: 7px;
}


.guest-disc{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.guest-disc dl{
	display: block;
	font-size: 0.9em;
	width: auto;
	max-width: 10%;
	letter-spacing: 0.08em;
	font-weight: 300;
	line-height: 1.4em;
	font-weight: 900;
	margin-bottom: 4px;
	border: none;
}

.guest-disc p{
	width: 96%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.guest-sns{
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.guest-sns img {
	border-width: 0;
}

.guest-sns a{
	width: 23px!important;
	margin: 0 6px;
}


@media (max-width:900px){
	.guest-disc p{
		width: 95%;
	}
	
}

@media (max-width:768px){
	
	.guest-data dd {
		text-align: center;	
		margin-top: 5px;	
	}
	
	.guest-data span{
		text-align: center;		
	}
	
	.guest-data img{
		display: block;
		margin: auto!important;
		margin-bottom: 15px!important;
}
	
	.guest-box{
		display: block;
	}
	
	.guest-box img{
		width: 100%;
		max-width: 300px;
		margin-right: 0;
	}
	
	.guest-data {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	
	.guest-sns{
		justify-content: center;
	}

}


.catch-img{
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.map-logo{
	position: absolute;
	left: 2%;
	bottom: 3%;
	width: 15%;
	filter: brightness(20%);
	
}

@media (max-width:600px){
	
	.map-logo{
		width: 20%;
	}
}

@media (max-width:450px){
	
	.map-logo{
		width: 25%;
	}
}



.map-disc{
	display: block;
	padding: 10px 17px;
	left: 3%;
	bottom: 3%;
	color: #fff;
	overflow:hidden;
	text-align:center;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	background: rgba(0,0,0,0.5);
}

.map-disc span{
	display: inline-block;
	font-size: 1em;
	font-weight: 700!important;
	padding: 0 10px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.corona-conntent{
	max-width:100%;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 4%;
	color: #255d9e;
	border: solid 3px #fff;
	margin-bottom: 50px;
	background-color: #f7f7f7;
	background: rgba(255,255,255,.75);
}

.corona-conntent p{
	display: block;
	margin: auto;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.corona-conntent span{
	letter-spacing: 0.05em;
	font-weight: 600;
}

.notice-num ol {
	list-style-type: none;
	counter-reset: number;
}
.notice-num li{
	margin-top: 4px;
    padding-left: 1.5em;
    text-indent: -1.2em;
  }
.notice-num ol li:before {
	display: inline;
	counter-increment: number;
	content: counter(number);
	font-size: 1.1em;
	vertical-align:bottom;
	margin-right: 0.1em;
	font-weight: 600;
	color: #444;
}


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

.bt-ent {
	text-align: center;
	display: inline-block;
	width: 280px;
	margin: auto;
	background-color: #03365f;
	color: #fff;
	padding: 25px 5px;
	font-weight: 600;
	letter-spacing: 0.15em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: -moz-linear-gradient(top, #0d558f, #03365f);
	background: -webkit-linear-gradient(top, #0d558f, #03365f);
	background: linear-gradient(to bottom, #0d558f, #03365f);
}
 
.bt-ent img{
	filter: grayscale(90%)
}

.bt-ent:hover{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	transition: 0.2s linear;
}

.bt-ent img:hover{
	filter: grayscale(0%)!important;
	transition: 0.2s linear;
}
 

.bt-small {
	text-align: center;
	display: inline-block;
	width: 280px;
	margin: auto;
	color: #03365f;
	color: #fff;
	border: solid 3px #fff;
	padding: 15px 5px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.bnr-blog {
	width: 100%;
	max-width: 400px;
	display: inline-block;
	margin: auto;
	line-height: 0;
}

.ex4-sponsor{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: center;
}

.ex4-sponsor ul{
	padding: 0px;
	width:102%;
	margin-right: -2%;
	display: block;
}

.ex4-sponsor ul li{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0px;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.ex4-sponsor ul li img{
	padding: 0;
	margin: 0;
}

@media (max-width:768px){
	
	.ex4-sponsor{
		max-width: 450px;
	}

	
	.ex4-sponsor ul li{
		width: 48%;
	}

}


#video-wrap {
	width: 100%;
	max-width: 600px;
	margin: auto;
	border: solid 3px #fff;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sps-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sps-logo dd {
	width: 25%;
	background-color: #fff;
}




#foot-section {
	display: block;
	text-align: center;
	position: relative;
    z-index: 10;
    width: 100%;
	padding: 30px 30px 30px 30px;
	color: #fff;
	background-color: #001a28;
}

.foot-logo-main{
	width: 180px;
	display: inline-block;
	margin: auto;
	margin-bottom: 20px;
}

.foot-icon-contact{
	width: 35px;
	display: inline-block;
	margin: auto;
}

.consept_pic {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.consept_pic img {
	width: 23%;
	margin-bottom: 2%;
	border: solid 3px #fff;
}

@media (max-width:768px){
	
	.consept_pic img {
		width: 48%;
		margin-bottom: 2%;
	}
}

.ath-disc {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ath-disc dd {
	width: 23%;
	margin-bottom: 2%;
	padding: 0!important;
	border: solid 3px #fff;
	line-height: 0em;
	position: relative;
}

.ath-disc p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 5px;
	line-height: 1.4em;
}

.nb {
	border-width: 0!important;
}

@media (max-width:900px){
	
	.ath-disc dd {
		width: 32%;
		margin-bottom: 2%;
	}
}


@media (max-width:768px){
	
	.ath-disc dd {
		width: 49%;
		margin-bottom: 2%;
	}
}

.anime-layer {
	position: absolute;
	top:0;
	left : 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

.flw-anime_01{
	position: absolute;
	top: 5%;
	left: 10px;
	width: 50%;
	opacity: 0.5;
	animation: 180s linear infinite fa-01;
	-webkit-animation: 180s linear infinite fa-01;
}

@keyframes fa-01 {
	0% { transform: translateX(-30%); opacity: 0.5;}
   80% { transform: translateX(200%); opacity: 0.5;}
	80.00001% { opacity: 0;}
	80.00002% {transform: translateX(-100%); opacity: 0.5;}
  100% { transform: translateX(-30%); opacity: 0.5;}
}

.flw-anime_02{
	position: absolute;
	top: 2%;
	right: 10px;
	width: 50%;
	opacity: 0.5;
	animation: 180s linear infinite fa-02;
	-webkit-animation: 180s linear infinite fa-02;
}

@keyframes fa-02 {
	0% { transform: translateX(30%); opacity: 0.5;}
   25% { transform: translateX(100%); opacity: 0.5;}
	25.00001% { opacity: 0;}
	25.00002% {transform: translateX(-200%); opacity: 0.5;}
  100% { transform: translateX(30%); opacity: 0.5;}
}

#foot-section-btm {
	display: block;
	position: relative;
	text-align: center;
    width: 100%;
	padding: 10px;
	margin: 0;
	color: #fff;
	background-color: #001a28;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	z-index: 10;
}

.foot-logo-2ex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 300px;
	margin: auto;
	margin-bottom: 30px;
}

.foot-logo-2ex dd {
	width: 60%;
}

.foot-logo-2ex dl {
	width: 30%;
}
	
.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}

.fade_on {
    opacity: 1;
}


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

.sns-fb {
	width: 100%;
}

.sns-tw{
	width: 100%;
}


@media (max-width:768px){
	
	.sns-block{
		display: block;
	}

	.sns-fb, .sns-tw {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	
	.sns-fb {
		margin: auto;
		margin-bottom: 20px;
	}
	
}


.bt-ent-01 {
	color: #fff;
	font-size: 1em;
	padding: 15px 5px 17px 5px;
	display: inline-block;
	width: 250px;
	text-align: center;
	font-weight: 500;
	font-family:'Poppins', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin: auto!important;
	 background: linear-gradient(#999,#333,#000,#555); 
	background-color: #102c8c;
}

.bt-ent-01 p{
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 0.05em;
}


.entry-box{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 600px;
	padding: 5px;
	margin: auto;
	letter-spacing: 0.1em;
	webkit-filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
    filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
}

.entry-box a{
	display: block;
	width: 47%;
}

.entry-box a p{
	font-size: 0.9em;
	font-weight: 400;
	margin-top: -15px;
	line-height: 1.4em;
	color: #ff2352;
}

.entry-box a p span{
	display: block;
	font-size: 0.8em;
}

.bt-entry {
	text-align: center;
	display: block;
	margin: auto;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-bottom: 20px;
}

.bt-cs {
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter:"alpha( opacity=40)"; 
}



@media (max-width:768px){
	
	.entry-box {
		max-width: 500px;
		justify-content: center!important;
	}
	
	.entry-box a{
		width: 46%!important;
		margin: 0 2%;
	}
	
}

.ex3-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 400px;
	margin: auto;
	flex-wrap: wrap;
	webkit-filter:drop-shadow( 0px 3px 7px rgba(0, 0, 0, 0.05));
    -moz-filter:drop-shadow( 0px 3px 7px rgba(0, 0, 0, 0.05));
    -ms-filter:drop-shadow( 0px 3px 7px rgba(0, 0, 0, 0.05));
    filter:drop-shadow( 0px 3px 7px rgba(0, 0, 0, 0.05));
}

.ex3-flex a{
	width: 45%;
}

@media (max-width:550px){
	
	.ex3-flex a{
		width: 100%;
		max-width: 200px;
		margin: auto;
		margin-bottom: 20px;
	}
	
}

.acv-txt-wrap {
	width: 100%;
	max-width: 750px;
	margin: auto;
	background-color: #00a7d3;
	color: #fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-bottom: 50px;
}

.acv-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: auto;
	border-bottom: dotted 1px #fff;
	margin-top: -1px;
	padding: 2.8% 4% 2.5% 4%;
	letter-spacing: 0.1em;
}

.acv-txt dd {
	width: 25%;
	text-align: left;
	font-family:'Poppins', sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.acv-txt p {
	width: 70%;
	text-align: left;
}

@media (max-width:600px){
	
	.acv-txt {
		display: block;
		padding: 4% 4% 3.7% 4%;
	}
	
	.acv-txt dd, .acv-txt p {
		width: 100%;
	}
}
