@charset "utf-8";
/* =reset
------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, header, section, article, footer, article, aside, time, nav, a {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
p {
	text-justify:inter-ideograph;
	margin: 0;
}
header, section, article, footer, article, aside, time, nav {
	display: block;
}
ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
/* =base
------------------------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #000;
	font-family:"Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	overflow-x: hidden;
}
img {
	vertical-align: bottom;
}

/* =header
------------------------------------------------------------------------------------------*/
header {
	background: #00001F;
	display: table;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}
header .header-wrap {
	display: table;
	margin: 0 auto;
	padding: .5em 1em;
	width: 100%;
	border-bottom: 3px solid #FFF;
}
header .left {
	display: table-cell;
	line-height: 1em;
	vertical-align: middle;
	width: 16%;
}
header .right {
	display: table-cell;
	margin: .5em 0;
	vertical-align: middle;
	width: 14.5em;
	;
}
header h1 {
	color: #FFF;
	font-size: 16px;
	line-height: 1em;
	float: right;
}
header .logo-eplus {
	width: 150px;
}
header .logo-eplus img {
	width: 100%;
}
/* =foot
-----------------------------------------------------------------------------------------*/
footer {
	background: #00001F;
	color: #FFF;
	padding: 3vw 0;
	text-align: center;
	width: 100vw;
}
footer p {
	font-size: 12px;
	margin-bottom: .6em;
}
footer img {
	width: 41px;
}
/* = sp nav
------------------------------------------------------------------------------------------*/
.sp-nav {
	display: none;
}

/* = parts
------------------------------------------------------------------------------------------*/

.pc-none {
	display: none;
}
.sp-none {
	display: block;
}

.table-box {
	display: table;
	width: 101%;
}
.table-box .box01 {
	display: table-cell;
	padding-right: 1%;
	vertical-align: middle;
	width: 100%;
}

.font-normal {
	font-weight: normal;
}
.font-bold {
	font-weight: bold;
}
.font-italic {
	font-style: italic;
}
.font-minchou {
	font-family: "ＭＳ 明朝", serif;
}
.font-comment {
	font-style: oblique;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-white {
	color: #fff;
}
.text-green {
	color: #006633;
}
.text-red {
	color: #ff0000;
}

.text-orange {
	color: #f18404;
}

.line_height2 {
	line-height:2em
}
.text_center {
	text-align:center;
}
@media screen and (min-width: 768px) {
.br-sp {
display:none;
}
}

/* smartphone
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  /* =base
  ------------------------------------------------------------------------------------------*/
  body {
font-size: 14px;
line-height: 1.4em;
}

  /* =header
  ------------------------------------------------------------------------------------------*/

 header .header-wrap {
padding: .4em .6em .4em;
width: 100%;
}
 header .left,  header .right {
display: block;
width: 100%;
}
 header .left {
margin-bottom: .5em;
}
 header .right {
margin: 0;
}
 header h1 {
	 float: left;
	 font-size: 13px;
}
 header .logo-eplus {
width: 120px;
}

 

  /* =pagetop
  ------------------------------------------------------------------------------------------*/
  .page_top {
display: none;
}


  /* = parts
  ------------------------------------------------------------------------------------------*/
  .pc-none {
display: block;
}
 .sp-none {
display: none;
}
 .table-box {
display: block;
width: 100%;
}
 .table-box .box01 {
display: block;
width: 100%;
}
 .section-wrap {
margin: 4vw auto 6vw;
width: 92%;
}



}
/* = alls
------------------------------------------------------------------------------------------*/
.content-wrap {
	margin: 0 auto 30px;
	width: 1000px;
}
.content-wrap p {
	margin-bottom:1em;
	line-height:2em;
}
.inner-wrap {
	margin: 0 auto;
	width: 90%;
}
footer {
	padding: 0;
}
footer .section-wrap {
	margin: 0 auto;
	padding: 3em 0 2em;
}
section {
	position: relative;
	width: 100%;
}

/* = parts
------------------------------------------------------------------------------------------*/
.clearfix::after {
content: "";
clear: both;
display: block;
}

.table-box {
	display: table;
	width: 100%;
}
.table-box .box01 {
	display: table-cell;
	padding: 24px 0;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.table-box .box01 img {
	width: 100%;
}
.pc-none {
	display: none;
}
.sp-none {
	display: block;
}
span {
	font-size: .8em;
}

/* =table
----------------------------------*/
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 20px;

	margin:50px 0px 50px 0;
}
.table-common th {
	font-weight: bold;
	border-bottom: thick double #191c38;
	background: #FFF;
	color:#191c38;
	text-align:center;
	padding:10px;
	font-size:18px;
}
.table-common td {
	border-bottom: #282d58 solid 1px;
	padding: 30px 8px;
	font-size:14px;
	text-align:center;
}

 @media screen and (max-width: 1000px) {
table {
 font-size: 13px;
 margin:10px auto;
}
.table-common th {
 padding: 10px;
 font-size:14px;
 line-height:1.2em;
}
.table-common td {
 font-size:13px;
 padding:15px 3px;

}
.sp_app {
	width:120px;
}
.detail-top p {
	font-size:14px;
	line-height: 1.2em;
	 }
}
/* =ボタン
----------------------------------*/
a.app_btn {
	font-size:14px;
	color:#333333;
	line-height:2em;
	text-decoration: none;
}
a.app_btn:hover {
	color:#fb9f00;
	line-height:2em;
	text-decoration: underline;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 120px;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #e54db5;
	border:solid 1px #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : #fff;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
a.cp_btn:hover:before {
	left:98%;
}

@media screen and (max-width: 1000px) {
	a.app_btn {
	font-size:13px;
	color:#333333;
	line-height:1.8em;
	text-decoration: none;
}
a.cp_btn {
	font-size:13px;
	position: relative;
	display: block;
	width: 80px;
	padding: 0.1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #e54db5;
	border:solid 1px #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : #fff;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
a.cp_btn:hover:before {
	left:900%;
}
}
/* = 01 main
------------------------------------------------------------------------------------------*/
.main-img { /*background: #fff;*/
	overflow: hidden;
	position: relative;
	height: 100%;
	max-width: 100%;
	min-width: 1000px;
}
.main-img img {
	vertical-align: top;
	max-height: 100%;
	max-width: 100%;
}
.main-img .main-logo {
	position: absolute;
	bottom: 10vh;
	left: 15vw;
	height: auto;
	width: 20vw; /*max-width: 250px;*/
}
.copyright {
	font-size: 12px;
	background-color:#FFF;
	color:#666666;
	padding-left:0.5em;
	text-align: center;
	padding-top: 0;
}
.credit {
	font-size: 12px;
	background-color:#FFF;
	color:#666666;
	float:right;
	padding-top: 0;
}
.sponsor {
	font-size:14px;
	color:#00001F;
	line-height:1.5em;
}

#main-top h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	font-size:45px;
	line-height: 1.2em;
	padding: .2.8em 0;
}
#main-top h3 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
	padding: .5em 0;
}

#main-top .content-wrap {
	margin-bottom: 0;
}
#main-top #title-position {
	background: rgba(255, 255, 255, .7);
	padding: 1em;
	position: absolute;
	bottom: 10vh;
	right: 3vw;
	width: 500px;
}
#main-top #title-position h3 {
	color: #B40F0F;
	font-size: 40px;
	text-align: center;
}
#main-top #title-bottom {
	background: #00001F;
}
#main-top #title-bottom h3 {
	color: #FFFFFF;
}
/* = tour
------------------------------------------------------------------------------------------*/
#tour {
	padding-top: 0px;
}
#tour h3 {
	color: #f185db;
	font-family: 'Archivo Black', serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1em;
	margin:30px 30px;
	padding: .3em 0;
	text-align: center;
	border:solid 1px #f185db;
}
#tour h3 span {
	font-family: "Mplus 1p";
	font-weight:800;
	font-size:24px;
}
#tour h4 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #232320;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #B40F0F;/*左線*/
	font-family: "Mplus 1p";
	font-weight:800;
	font-size:22px;
	margin:20px auto;
}
#tour .detail-top {
	width:55%;
	margin:20px auto;
	padding:20px auto;
	font-size: 16px;
}
#tour .note ul {
	width:80%;
	margin: 20px auto;
}


@media screen and (max-width: 1000px) {
#tour .note {margin: 10px;}
#tour .note ul {
	width:100%;
	margin: 20px auto;
}

.copyright {
	text-align:left;
	padding-left: 3px;
}
.sponsor {
	padding: 0;
	font-size:12px;
	font-weight:bold;
	color:#4B4E8F;
	line-height: 1.3em;
}
.detail {
	text-align:center;
	margin-bottom: 0 !important;
}
}

/* smartphone
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
 .content-wrap {
margin-bottom: 2em;
max-width: 100%;
}
 .header-wrap {
width: 100%;
}
 .section-wrap {
margin: 0 auto;
padding: 0 0 1.5em;
}
 .header-wrap {
padding: 0 2vw;
}
 #tour h3 {
margin: 0.5em 0;
}
 #tour h3 span {
font-weight:600;
font-size:20px;
}

.detail {
 display:block;
 margin:0px;
 padding:0px;
 line-height:0.3em;
 font-size:14px;
}
.credit {
	font-size: 12px;
	background-color:#FFF;
	color:#666666;
	padding-left:0;
	float:left;
	padding-top: 0;
}
#tour .detail-top {
 width:100%;
 font-size:14px;
 line-height:0.8em;
 margin:20px auto;
 padding:20px auto;
}

  /* = parts
  ------------------------------------------------------------------------------------------*/

 .table-box {
display: block;
}
 .table-box .box01 {
display: block;
padding: 0;
width: 100%;
}
 .table-box .box01 img {
width: 100%;
}
 .pc-none {
display: block;
}
 .sp-none {
display: none;
}
 span {
font-size: .8rem;
}

 #top .center {
display: none;
}



  /* = 01 main
  ------------------------------------------------------------------------------------------*/
  #main-top,  #main-top .section-wrap {
width: 100%;
}
 #main-top {
margin-bottom: 0;
}
 .main-img {
max-height: 100%;
min-width: 100%;
margin-bottom: 0;
}
 #main-top .table-box .box01:nth-child(1) {
text-align: left;
width: 100%;
}
 #main-top .table-box .box01:nth-child(2) {
padding: .5em 0 1.6em;
text-align: center;
width: 100%;
}
 #main-top nav {
width: 100%;
}
 #main-top nav ul {
border-radius: 3px;
margin-top: 12px;
padding: .4em .2em;
width: 100%;
}
 #main-top nav ul li {
border-bottom: 1px solid #fff;
float: none;
padding: .8em 0;
width: 100%;
}
 #main-top nav ul li a {
font-size: 18px;
}
 #main-top nav div {
display: none;
}
 #main-top h2 {
padding: 0;
}
 #main-top h3 {
font-size: 22px;
font-weight:bold;
padding: 1em 0 .5em;
text-align: center;
}
 #main-top h3 span {
	 font-weight:bold;
font-size: 18px;
}
 #main-top p {
font-size: 16px;
text-align: center;
margin-bottom: 1em;
}



 
}




/* =top page
----------------------------------*/
#pageTop img {
	width:60px;
}
#pageTop {
	position:fixed;
	bottom:10px;
	right:5px;
}
@media screen and (min-width: 1024px) {
#pageTop img {
 width:60px;
}
#pageTop {
 bottom:20px;
 right:20px;
}
}