﻿@charset "UTF-8";

/************************************************
 共通
*************************************************/
html{
	height: 100%;
}

body {
	color: #333;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	word-spacing:0;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:#000000;
	text-align: center;
	height: 100%;
	width:100%;
}
#wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.img{
	width: 100%;
	height: auto;
	display: block;
}

/************************************************
 Text
*************************************************/
a {
	color:inherit;
	text-decoration: none;
}
.underline{
	text-decoration: underline;
}
.large{
	font-size: 20px;
}
.mini{
	font-size: 12px;
}
/************************************************
 font
*************************************************/
@font-face{ 
	font-family: 'webFont'; 
	src: url('/font/genjuL-R.woff') format('woff'),
	url('/font/genjuL-R.woff2') format('woff2'),
	url('/font/genjuL-R.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
}
@font-face{ 
	font-family: 'webFont'; 
	src: url('/font/genjuL-B.woff') format('woff'),
	url('/font/genjuL-B.woff2') format('woff2'),
	url('/font/genjuL-B.ttf') format('truetype');
	font-weight: bold; 
	font-style: normal;
}
.webFont {
	font-family: 'webFont';
}

@font-face{ 
	font-family: 'iconFont'; 
	src: url('/font/icon.woff') format('woff'),
	url('font/icon.woff2') format('woff2'),
	url('font/icon.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
}

.after-arrow-u:after,
.before-arrow-u:before{
	font-family: 'iconFont';
	content: "\e901";
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
}
.after-arrow-l:after,
.before-arrow-l:before{
	font-family: 'iconFont';
	content: "\e901";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
}
.after-arrow-r:after,
.before-arrow-r:before{
	font-family: 'iconFont';
	content: "\e901";
}
.after-arrow-d:after,
.before-arrow-d:before{
	font-family: 'iconFont';
	content: "\e900";
}
.after-i:after,
.before-i:before{
	font-family: 'iconFont';
	content: "\e902";
}

/************************************************
 Header
*************************************************/
header{
	width: 100%;
	min-height: 800px;
	height: 100%;
	color: #fff;
	position: relative
}
#background{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	min-height: 800px;
	height: 100%;
	background-image: url("/img/top-back.png");
	background-repeat: no-repeat;
	background-position: right 0 top 20%;
	background-size: cover;
	background-color: #9F0000;
}
#header-wrap{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.logo{
	max-width: 193px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
h1{
	font-size: 18px;
}

.scroll-wrap{
	background-color: #7B0000;
	width: 148px;
	height: 89px;
	margin: 0 auto;
	position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
	cursor: pointer;
}
.scroll-wrap-inner{
	padding-top: 12px;
}
@media screen and (min-width: 769px){
	header, #header-wrap{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items:  center;
		-ms-align-items: center;
		align-items: center;
	}
	#header-wrap{
		background-color: rgba(86, 0, 0, 0.7294117647058823);
		width: 80%;
    	height: 80%;
		max-width: 1200px;
		position: relative;
		z-index: 100;
	}
	.scroll-wrap.pc{
		display: flex;
	}
	.scroll-wrap.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	header{
		height: auto;
	}
	header #h1-wrap{
		height: 100vh;
		width: 100%;
		min-height: 500px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items:  center;
		-ms-align-items: center;
		align-items: center;
		background-color: rgba(86, 0, 0, 0.7294117647058823);
		position: relative;
	}
	.scroll-wrap.pc{
		display: none;
	}
	.scroll-wrap.sp{
		display: flex;
		bottom: 10%;
	}
}

/************************************************
 Ninshou-wrap
*************************************************/
.ninshou-wrap{
	margin-top: 60px
}
.ninshou-wrap ul{
	margin-top: 20px;
}
.ninshou-wrap li a{
	width: 210px;
	height: 85px;
	box-shadow: 4px 4px 1px #0000003d;
}
.ninshou-wrap li:first-child a{
	background-color: #9F0000;
}
.ninshou-wrap li:last-child a{
	background-color: #fff;
	color: #8A8A8A;
}
@media screen and (min-width: 769px){
	.ninshou-wrap .enter-area{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
    	flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px){
	header .ninshou-wrap {
		background-color: #560000;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items:  center;
		-ms-align-items: center;
		align-items: center;
		margin-top: 0;
		padding: 40px 5px;
	}
	.ninshou-wrap .enter-area a{
		width: 100%;
	}
	.ninshou-wrap .enter-area li:last-child {
		margin-top: 15px;
	}
}

/************************************************
 Main
*************************************************/
#main-wrap{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
@media screen and (max-width: 768px){
	#main-wrap{
		padding: 0;
	}
}
@media screen and (min-width: 769px){
	.h2-area{
		margin-top: 50px;
	}
}

.h2-area{
	padding: 100px 0;
	font-weight: bold;
	background-color: rgba(95, 27, 27, 0.43);
	color: #fff;
}
h2{
	font-size: 20px;
}
#copy-area{
	background-image: url("/img/banner-back-min.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	width: 100%;
}
#copy-area .text-area{
	height: 585px;
}
#copy-area .after-arrow-d{
	font-size: 20px;
}

#copy-area .text-area .inner{
	width: 100%
}

#copy-area .text-area .text-box{
	width: 46px;
}

#copy-area p{
	-webkit-writing-mode: vertical-lr;
		-ms-writing-mode: tb-lr;
			writing-mode: vertical-lr;
	text-orientation: upright;
	font-size: 22px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.4em;
}
#copy-area p strong{
	border-right: 2px solid #fff;
	font-size: 30px;
}
#copy-area p .l{
	font-size: 30px;
}
#copy-area p .r45{
	transform: rotate(90deg);
	display: inline-block;
}

/* #main-info-wrap 
-----------------------------------------------*/
#main-info-wrap {
	position: relative;
	z-index: 10;
	background-color: #9f0000;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: -20px 20px #560000;
	padding: 50px;
	color: #fff;
	margin-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
@media screen and (max-width: 768px){
	#main-info-wrap {
		padding: 25px;
		text-align: left;
	}
}

.bunner{
	width: 100%;
	max-width: 600px;
	margin: 70px auto 0;
	display: block;
}

/* #info-detail-wrap
-----------------------------------------------*/
@media screen and (min-width: 769px){
	#info-detail-wrap section{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
	}
	#info-detail-wrap section:first-child{
		margin-top: 0;
	}
	#info-detail-wrap .right{
		flex: 1 0 0;
		margin-left: 100px;
	}
}

#info-detail-wrap{
	text-align: left;
	margin-top: 50px;
}
#info-detail-wrap .h3-area{
	background-color: #560000;
	padding: 20px;
	width: 210px;
	flex-basis: 210px;
	color: #fff;
	height: 86px;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 768px){
	#info-detail-wrap section{
		margin-top: 50px;
	}
	#info-detail-wrap section:nth-child(even){
		text-align: right;
	}
	#info-detail-wrap .text-area{
		margin-top: 15px;
		padding: 0 5px;
	}
}

#info-detail-wrap ul.plan-area{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}
#info-detail-wrap ul.plan-area li{
	background-color: #CBCBCB;
	padding: 20px;
	text-align: center;
}
#info-detail-wrap ul.plan-area li:nth-child(2){
	margin: 0 5px;
}
#info-detail-wrap ul.plan-area li img{
	max-width: 270px;
	margin: 0 auto;
}
@media screen and (max-width: 500px){
	#info-detail-wrap ul.plan-area{
		flex-wrap: wrap;
		margin-top: 15px;
	}
	#info-detail-wrap ul.plan-area li{
		width: 100%;
		margin-top: 5px;
	}
	#info-detail-wrap ul.plan-area li:nth-child(2){
		margin: 5px 0 0;
	}
	#info-detail-wrap ul.plan-area li img{
		max-width: 150px;
	}
}

/************************************************
 Footer
*************************************************/
footer{
	padding: 50px 10px;
	background-color: #560000;
	color: #fff;
	margin-top: 80px;
}
footer .ninshou-wrap{
	margin-top: 0;
}
footer .copyright{
	margin-top: 50px;
}
