/* CSS Document */

/*	BASIC
====================================== */

*{
	font-family: "Noto Sans JP", sans-serif !important;
}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body,
input,textarea,select,option{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
body {
	margin:0;
	padding:0;
	background-color:#FFF;
	color:#333;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	min-width:0;
	
}
html, body {
    position: relative;
}

body div {
	text-align: left;
	margin: 0 auto;
}

img {
	vertical-align: top;
}/* 画像のブラウザによる隙間を無くす */

body.is-fixed header#navi {
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (min-width: 940px){
	body.is-fixed main {
		margin-top: 91px;
	}
}
body#contents header#navi {
	position: fixed;
	top: 0;
	left: 0;
}
body#contents main {
	padding-top: 60px;
}
@media screen and (min-width: 940px){
	body#contents main {
		padding-top: 91px;
	}
}


/*	clearfix
====================================== */
img {
	max-width: 100%;
}
table {
	width: 100%;
}
.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}


/*	LINK
====================================== */

a:link {
	color: #3F481A;
	text-decoration: underline;
}
a:visited {
	color: #3F481A;
	text-decoration: underline;
}
a:hover {
	color: #3F481A;
	text-decoration: none;
}
a,a:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a img:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a.linkarea {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0);
    text-indent: -9999px;
    font-size: 0;
}

/*	Text
====================================== */
.caption {
	text-align: center;
	font-size: 92%;
	margin-top: 20px;
}
.t12 {
	font-size: 92%;
}
.t14 {
	font-size: 107%;
}
.t16 {
	font-size: 123%;
}
.bold {
	font-weight: bold;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
@media screen and (max-width: 480px) {
	.br {
		display: block;
	}
}
h2 {
	font-size: 200%;
	text-align: center;
	letter-spacing: 0.5em;
	text-indent:0.5em;
	margin: 50px 0;
}
h2 span {
	display: block;
    font-family: 'Lora', serif;
	font-size: 42.3%;
	letter-spacing: 0.5em;
	text-indent:0.5em;
}
h2 img {
	width: auto;
	height: auto;
}
h2.title {
	margin: 100px 0 50px;
	padding-top: 20px;
	background-image: url(../common/img/line.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contents h3 {
	font-size: 200%;
	text-align: center;
	letter-spacing: 0.5em;
	text-indent:0.5em;
	padding: 30px 0;
	line-height: 1.4;
}
.contents h3 span {
	display: block;
    font-family: 'Lora', serif;
	font-size: 42.3%;
	letter-spacing: 0.5em;
	text-indent:0.5em;
}
.contents h3.title {
	padding-top: 50px;
}
.contents h3.line {
	border-bottom: solid 1px #EAF0E5;
}
.contents h4 {
	font-size: 200%;
	line-height: 1;
	position: relative;
	margin-bottom: 20px;
}
.contents h4 span {
	margin-left: 15px;
	padding: 8px 0 8px 15px;
	border-left: solid 1px #000;
    font-family: 'Lora', serif;
	font-size: 42.3%;
	letter-spacing: 0.5em;
	position: absolute;
}

br.sponly {
	display: none;
}
.tcenter {
	text-align: center;
	width: auto;
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 0 20px;
	font-size: 107.7%;
}
.tcenter p {
	margin-bottom: 15px;
}
.tcenter p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.tcenter {
		text-align: left;
	}
	.tcenter p br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	h2.title {
		margin: 60px 0 50px;
	}
	.contents h2.nomal, .contents h3.nomal {
		letter-spacing: 0;
		text-indent:0;
	}
	br.sponly {
		display: block;
	}
	br.pcsp {
		display: block;
	}
}

/*	Layout
====================================== */
.wrap {
	max-width: 1000px;
	width: auto;
	margin: 0 auto;
}
.wrap800 {
	max-width: 800px;
	width: auto;
	margin: 0 auto;
}
.cBox {
	border-bottom: solid 1px #EAF0E5;
	width: 100%;
	margin-top : -91px;
	padding-top : 91px
}
@media screen and (max-width: 939px){
	.cBox {
		margin-top : -60px;
		padding-top : 60px
	}
}
.moviebox {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.set2 {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
section.set2.rev {
	-webkit-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
section.set2 figure {
	width: 50%;
	box-sizing: border-box;
}
section.set2 .set2box {
	width: 50%;
	box-sizing: border-box;
}
section.set2.bgcolor {
	background-color:#EAF0E5;
}
section.set2 .set2box .pht {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 500px;
}
section.set2 .set2box .txt {
	padding: 70px;
}
section.set2 .set2box .txt p {
	font-size: 107.7%;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	section.set2 .set2box {
		width: 100%;
	}
	section.set2 .set2box .pht {
		height: 350px;
	}
	section.set2.rev {
		-webkit-flex-direction:row;
    flex-direction:row;
	}
}

@media screen and (max-width: 480px) {
	section.set2 figure{
		width: 100%;
	}
	section.set2 .set2box .txt {
		padding: 40px 30px;
	}
	section.set2 .set2box .txt p {
		line-height: 1.6;
	}
}

.mb0 {
	margin-bottom: 0px;
}
.pb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}

/*	Btn
====================================== */

.moreBtn {
	margin: 40px auto 100px;
	line-height: 36px;
	width: 220px;
}
.moreBtn a {
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #45690A;
	text-decoration: none;
	background-image: url(../common/img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 4px auto;
}
.moreBtn a:hover {
	background-color: #EEC502;
}
.moreBtn.left{
	margin: 40px 0 0;
	line-height: 36px;
	width: 280px;
}

.ecBtn {
	z-index: 900;
	position: absolute;
	top: 0;
	right: 80px;
	line-height: 1;
}
.ecBtn a {
	width: 225px;
	height: 27px;
	display: block;
	color: #000;
	text-decoration: none;
	background-image: url(../common/img/ecbtn_01.png);
	background-repeat: no-repeat;
	padding: 9px 0;
	text-align: center;
}
.ecBtn a:hover {
	color: #FFF;
	background-image: url(../common/img/ecbtn_02.png);
}
@media screen and (max-width: 939px){
	.ecBtn {
		display: none;
	}
}
.pgtop {
	width: 120px;
	text-align: center;
	font-family: 'Lora', serif;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin: 100px auto 20px;
}
.pgtop a {
	display: block;
	padding-bottom: 20px;
	background-image: url(../common/img/top_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 51px auto;
}
.pgtop a:link {
	text-decoration: none;
}
.pgtop a:hover {
	background-position: center bottom 3px;
}

/*	HeadPhoto
====================================== */
section .headphoto {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	position: relative;
	color: #FFF;
}
section .headphoto h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	font-size: 230.8%;
	color: #FFF;
	width: 95%;
	text-align: center;
	letter-spacing: 0.5em;
	text-indent:0.5em;
}
section .headphoto h1 span {
	display: block;
    font-family: 'Lora', serif;
	font-size: 42.3%;
	letter-spacing: 0.5em;
	text-indent:0.5em;
}
@media screen and (max-width: 480px){
	section .headphoto {
		height: 200px;
	}
}
section.contents .photo {
	width: 100%;
}
section.contents .photo img {
	width: 100%;
	height: auto;
}

/*	SubNavi
====================================== */
section.subnavi {
	width: 100%;
	border-bottom: solid 1px #EAF0E5;
	text-align: center;
}
section.subnavi ul {
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
	letter-spacing: -1em;
}
section.subnavi ul li {
	display: inline-block;
	font-size: 107.7%;
	letter-spacing: 0em;
}
section.subnavi ul li a {
	display: block;
	padding: 30px 0;
	margin: 0 30px;
	text-decoration: none;
	font-weight: bold;
}
section.subnavi ul li a:hover {
	border-bottom: solid 4px #45690A;
}
section.subnavi ul li a.curent {
	border-bottom: solid 4px #45690A;
}
@media screen and (max-width: 480px){
	section.subnavi ul li {
		display: block;
		border-bottom: solid 1px #EAF0E5;
	}
	section.subnavi ul li:last-child {
		border-bottom: none;
	}
	section.subnavi ul li a {
		padding: 8px 0;
		margin: 0;
		color: #CECEBF;
	}
	section.subnavi ul li a:hover {
		border-bottom: none;
		color: #45690A;
	}
	section.subnavi ul li a.curent {
		border-bottom: none;
		color: #45690A;
	}
}


/*	About
====================================== */
section .about {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section .about section.c3b {
	width: calc(100% / 3);
	box-sizing: border-box;
}
section .about section.c3b p {
	padding: 25px 50px;
	text-align: center;
}
section .about section.c3b .pht {
	position: relative;
    text-align: center;
	min-height: calc(100vw / 3.8);
	background-position:center center;
	background-repeat:no-repeat;
    background-size:100%;
	-webkit-transition:background-size .3s ease-out;
	-moz-transition:background-size .3s ease-out;
	-ms-transition:background-size .3s ease-out;
	transition:background-size .3s ease-out;
}
section .about section.c3b .pht:hover  {
	background-size:105%;
}
section .about section.c3b div.aboutkitou {
	background-image: url(../index/img/about01.jpg);
}
section .about section.c3b div.miryoku {
	background-image: url(../index/img/about02.jpg);
}
section .about section.c3b div.yume {
	background-image: url(../index/img/about03.jpg);
}
section .about section.c3b .pht .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	font-size: 230.8%;
	color: #FFF;
	width: 95%;
	text-align: center;
}

@media screen and (max-width: 939px){
	section .about section.c3b {
		width: 100%;
		border-right: none;
	}
	section .about section.c3b .pht {
		min-height: calc(100vw / 1.83);
	}
	section .about section.c3b div.aboutkitou {
		background-image: url(../index/img/about01_sp.jpg);
	}
	section .about section.c3b div.miryoku {
		background-image: url(../index/img/about02_sp.jpg);
	}
	section .about section.c3b div.yume {
		background-image: url(../index/img/about03_sp.jpg);
	}
	section .about section.c3b p {
		text-align: left;
	}
}

/*	AboutMovie
====================================== */
section .aboutMovie {
	width: 100%;
	min-height: calc(100vw / 3);
	box-sizing: border-box;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background-position:center center;
	background-repeat:no-repeat;
    background-size:100%;
	background-image: url(../index/img/movie.jpg);
	-webkit-transition:background-size .3s ease-out;
	-moz-transition:background-size .3s ease-out;
	-ms-transition:background-size .3s ease-out;
	transition:background-size .3s ease-out;
}
section .aboutMovie:hover  {
	background-size:105%;
}
section .aboutMovie:hover > .inner {
	opacity: 0.8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
section .aboutMovie .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	color: #FFF;
	text-align: center;
	width: 100%;
}
section .aboutMovie .inner .eng {
	font-family: 'Lora', serif;
	font-size: 171.4%;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../common/img/line_w.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
section .aboutMovie .inner .title {
	font-size: 285.7%;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 10px;
}
section .aboutMovie .inner .txt {
	font-size: 114.3%;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 20px;
}
section .aboutMovie .inner .play {
	font-size: 114.3%;
	margin-bottom: 20px;
	border: solid 1px #FFF;
	line-height: 36px;
	width: 220px;
	margin: 0 auto;
	background-image: url(../common/img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 4px auto;
}
@media screen and (max-width: 939px){
	section .aboutMovie {
		min-height: calc(100vw / 2);
		background-image: url(../index/img/movie_sp.jpg);
	}
	section .aboutMovie .inner .eng {
		font-size: 128.6%;
	}
	section .aboutMovie .inner .title {
		font-size: 	276.9%;
		margin-bottom: 0;
	}
	section .aboutMovie .inner .txt {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 450px){
	section .aboutMovie {
		min-height: calc(100vw / 1.4);
	}
}

/*	Footer
====================================== */

section .sitemap {
	width: 100%;
	border-top: solid 1px #EAF0E5;
	padding: 50px 0;
	text-align: center;
}
section .sitemap .inner {
	max-width: 1000px;
	margin: 0 auto;
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section .sitemap .inner h3 {
	font-family: 'Lora', serif;
	text-align: left;
	font-size: 123.1%;
	letter-spacing: 0.2em;
}
section .sitemap .inner section {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section .sitemap .inner ul.sitelist {
	width: 15%;
	box-sizing: border-box;
	line-height: 2;
}
section .sitemap .inner ul.sitelist:last-child {
	width: 20%;
	line-height: 1.6;
}
section .sitemap .inner ul.sitelist:last-child span {
	color: #555542;
	font-size: 92.3%;
}
section .sitemap .inner ul.sitelist:last-child img {
	margin-top: 5px;
}

section .sitemap .inner ul.sitelist li ul li {
	background-image: url(../common/img/sitemap_line.png);
	background-repeat: no-repeat;
	background-position: left center;
}
section .sitemap .inner ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bold;
}
section .sitemap .inner ul.sitelist li ul li a {
	text-decoration: none;
	color: #555542;
	font-size: 92.3%;
	padding-left: 18px;
	font-weight: nomal;
}
section .sitemap .inner ul li a:hover, section .sitemap .inner ul.sitelist li ul li a:hover {
	color: #7C9653;
}
@media screen and (max-width: 768px){
	section .sitemap .inner ul.sitelist {
		width: 25%;
	}
	section .sitemap .inner ul.sitelist:last-child {
		width: 50%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 530px){
	section .sitemap .inner ul.sitelist {
		width: 50%;
	}
	section .sitemap .inner ul.sitelist:nth-child(3), section .sitemap .inner ul.sitelist:nth-child(4) {
		margin-top: 20px;
	}
	section .sitemap .inner ul.sitelist:last-child {
		width: 100%;
		margin-top: 20px;
	}
}
section.copyright {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: #2C3212;
	color: #FFF;
	font-family: 'Lora', serif;
	text-align: center;
	font-size: 76.9%;
	letter-spacing: 0.2em;
	font-style: italic;
	padding: 20px; 
}

/*	dl
====================================== */

dl.info {
	width: auto;
	max-width: 800px;
	font-size: 107.7%;
	border-top: solid 1px #EAF0E5;
	margin: 0 20px;
}
dl.info dt {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
}
dl.info dd {
	border-bottom: solid 1px #EAF0E5;
	padding-left: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media screen and (max-width: 530px){
	dl.info dt {
		float: none;
		width: 100%;
		font-weight: bold;
	}
	dl.info dd {
		padding-left: 0;
		padding-top: 0;
	}
}