@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
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, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background: #f8f3e6;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #844f28;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
	background-image: url("../img/mv_top.png");
	background-repeat: repeat-x;
	background-size: 60%;
	background-position-y:-20px;
}
#Wrapper{
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	display: block;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #3c3c3c;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img{
	display: none;
}
@media only screen and (max-width: 767px) {
	span.sp_br{
		display: block;
	}
	body {
	background-image: url("../img/mv_top.png");
	background-size: 100%;
	background-position-y:0px;
}
}
@media only screen and (min-width: 768px){
		br.sp_br,
	.sp_img{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.flex{
		display: block;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	position: relative;
	width: 100%;
	z-index: 9999;
	padding: 120px 0 0 0;
}
.global-header .global-nav.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fbf9f7;
	padding-top: 0;
	display: flex;
	align-items: center;
	height: 55px;
}
.global-header .header-logo{
	width: 202px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.global-header .header-logo a{
	display: block;
}
.global-header .global-nav.is-fixed .header-logo{
	width: 160px;
	right: auto;
}
.global-header .sub-nav{
	background-color: #172557;
	position: absolute;
	display: flex;
	top: 0;
	right: 50px;
	padding: 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index: 9999;
}
.global-header .sub-nav li:first-child{
	border-right: 2px solid #ffffff;
}
.global-header .sub-nav li a{
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	transform: rotate(0.05deg);
	padding: 5px 40px;
}
.global-header .sub-nav li a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 8px solid #ffffff;
	margin-top: 10px;
}
.header-slider{
	max-width: 1360px;
	margin: auto;
	padding: 0 40px;
}
.header-slider .slick-dots{
	bottom: -40px;
}
@media only screen and (max-width: 1300px) {
	.global-header .header-logo{
		width: 142px;
	}
	.global-header .global-nav.is-fixed{
		height: 44px;
	}
	.global-header .sub-nav{
		padding: 5px 10px;
	}
	.global-header .sub-nav li a{
		font-size: 15px;
		padding: 5px 30px;
	}
	.global-header .sub-nav li a::before{
		left: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .header-logo{
		width: 120px;
		top: 10px;
	}
	.global-header .sub-nav{
		width: 100%;
		background-color: #000000;
		padding: 10px 0 6px 0;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 10000;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.global-header .sub-nav li{
		width: 50%;
	}
	.global-header .sub-nav li a{
		font-size: 16px;
		padding: 5px 0 2px 0;
		text-align: center;
	}
	.global-header .sub-nav li a::before{
		content: none;
	}
	.header-slider{
		width: 92%;
		padding: 0;
	}
	.header-slider .slick-dots{
		bottom: -25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .header-logo{
		width: 140px;
		top: 10px;
	}
	.global-header .sub-nav{
		width: 100%;
		background-color: #000000;
		padding: 10px 0 6px 0;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 10000;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.global-header .sub-nav li{
		width: 50%;
	}
	.global-header .sub-nav li a{
		font-size: 16px;
		padding: 5px 0 2px 0;
		text-align: center;
	}
	.global-header .sub-nav li a::before{
		content: none;
	}
	.header-slider{
		width: 92%;
		padding: 0;
	}
	.header-slider .slick-dots{
		bottom: -30px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-header .drawer-hamburger{
	display: none;
}
.global-header .drawer-nav{
	position: relative;
	left: auto;
	overflow: visible;
	width: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
}
.drawer--top .global-header .drawer-nav{
	top: 0;
}
.global-header .global-nav.is-fixed .drawer-nav{
	right: 350px;
	left: auto;
}
.global-header .drawer-nav nav{
	max-width: 1360px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 0 40px;
}
.global-header .global-nav.is-fixed .drawer-nav nav{
	justify-content: flex-end;
	max-width: initial;
	padding: 0;
}
.global-header .drawer-nav nav .drawer-logo{
	display: none;
}
.global-header .drawer-nav ul{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.global-header .global-nav.is-fixed .drawer-nav ul{
	width: auto;
}
.global-header .drawer-nav ul.nav-left{
	padding-right: 101px;
}
.global-header .drawer-nav ul.nav-right{
	padding-left: 101px;
	justify-content: flex-end;
}
.global-header .global-nav.is-fixed .drawer-nav ul.nav-left{
	padding-right: 0;
}
.global-header .global-nav.is-fixed .drawer-nav ul.nav-right{
	padding-left: 0;
}
.global-header .drawer-nav ul.nav-left li{
	width: 50%;
}
.global-header .drawer-nav ul.nav-right li{
	margin-right: 100px;
}
.global-header .global-nav.is-fixed .drawer-nav ul li{
	margin-right: 50px;
}
.global-header .global-nav.is-fixed .drawer-nav ul.nav-right li{
	margin-right: 50px;
}
.global-header .drawer-nav ul li a{
	display: block;
	font-size: 16px;
	font-weight: 600;
	transform: rotate(0.05deg);
}
.global-header .drawer-nav ul li:last-child a{
	border-right: none;
}
@media only screen and (max-width: 1300px) {
	.global-header .global-nav.is-fixed .drawer-nav{
		right: 300px;
		left: auto;
	}
	.global-header .drawer-nav ul.nav-left{
		padding-right: 71px;
	}
	.global-header .drawer-nav ul.nav-right{
		padding-left: 71px;
	}
	.global-header .drawer-nav ul.nav-right li{
		margin-right: 70px;
	}
	.global-header .global-nav.is-fixed .drawer-nav ul li{
		margin-right: 20px;
	}
	.global-header .drawer-nav ul li a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.global-header .drawer-hamburger{
		display: block;
		background-color: #000000;
	}
	.global-header .drawer-hamburger:hover{
		background-color: #000000;
	}
	.global-header .drawer-hamburger-icon,
	.global-header .drawer-hamburger-icon::after,
	.global-header .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.drawer-hamburger{
		padding-top: 13px!important;
		padding-bottom: 38px!important;
	}
	.global-header .drawer-hamburger-icon::after{
		top: 8px;
	}
	.global-header .drawer-hamburger-icon::before{
		top: -8px;
	}
	.global-nav .drawer-hamburger::after {
		content: "MENU";
		position: absolute;
		display: block;
		bottom: 7px;
/*		bottom: 2px;*/
		left: .8rem;
		text-align: center;
		font-size: 10px;
		color: #ffffff;
	}
	.drawer-open .global-nav .drawer-hamburger::after {
		content: "CLOSE";
	}
	.drawer--top .global-header .drawer-nav{
		background-color: #fbf9f7;
		position: fixed;
		overflow: hidden;
		height: 100%;
		padding: 30px 30px 68px 30px;
	}
	.drawer--top .global-header .drawer-nav{
		top: -100%;
	}
	.drawer--top.drawer-open .global-header .drawer-nav{
		top: 0;
	}
	.global-header .drawer-nav nav{
		width: 100%;
		display: block;
		padding: 0;
	}
	.global-header .drawer-nav nav .drawer-logo{
		display: block;
		width: 120px;
		margin: 0 auto;
	}
	.global-header .drawer-nav ul{
		width: 100%;
		display: block;
	}
	.global-header .drawer-nav ul.nav-left{
		padding-right: 0;
		margin-top: 30px;
	}
	.global-header .drawer-nav ul.nav-right{
		padding-left: 0;
	}
	.global-header .drawer-nav ul li{
		display: block;
		width: 100%;
	}
	.global-header .drawer-nav ul.nav-left li{
		width: 100%;
	}
	.global-header .drawer-nav ul li a{
		position: relative;
		text-transform: uppercase;
		display: block;
		font-size: 18px;
		padding: 10px 10px 8px 10px;
		letter-spacing: 1px;
		border-bottom: 1px solid #282828;
	}
	.global-nav .drawer-nav li a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 0;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
/**
/* Common CSS
----------------------------------------------- */
.aliasing{
	transform: rotate(0.05deg);
}
.inner{
	max-width: 1280px;
	margin: auto;
	padding: 0 40px;
}
.page-guide{
	padding: 80px 0 50px;
}
.bgcol01{
	/*background:rgba(226,246,252,0.5);*/
}
.bgcol02{
	xbackground-color: #e2f6fc;
	background:rgba(252,243,226,0.5);
}
@media only screen and (max-width: 767px) {
	img{
		width:100%;
	}
	.inner{
		width: 100%;
		padding: 0 20px;
	}
	.page-guide{
		padding: 8% 0 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.inner{
		width: 94%;
		padding: 0;
	}
	.page-guide{
		padding: 60px 0;
	}
}

/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
	margin-bottom:50px;
}

@media only screen and (max-width: 767px) {
.block_btn{
	margin-bottom:0px;
}
}

.block_btn li{
	width: 100%;
	max-width: 270px;
	display: inline-block;
}
.block_btn .btn{
	display: block;
	position: relative;
	text-align: center;
	line-height: 2.6;
	font-size: 18px;
	transform: rotate(0.05deg);
}
.block_btn .btn::before,
.block_btn .btn::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.block_btn .green{
	background: #3fae2d;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #3fae2d;
}
/*
.block_btn .green::after{
	width: 8px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 8px solid #ffffff;
	margin-left: 10px;
}
*/
.block_btn .green:hover{
	background: #ffffff;
	color: #3fae2d;
}
/*
.block_btn .green:hover::after{
	border-left: 8px solid #3fae2d;
}
*/
.block_btn .urban{
	background: #6699ff;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #6699ff;
}
/*
.block_btn .urban::after{
	width: 8px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 8px solid #ffffff;
	margin-left: 10px;
}
*/
.block_btn .urban:hover{
	background: #ffffff;
	color: #6699ff;
}
/*
.block_btn .urban:hover::after{
	border-left: 8px solid #6699ff;
}
*/
.block_btn .white{
	background-color: #ffffff;
	color: #010101;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #ffffff;
}
.block_btn .white:hover{
	background: #231815;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.block_btn .orange{
	background-color: #ff840c;
	color: #ffffff;
	border: 1px solid #ff840c;
	font-size: 18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.block_btn .orange:hover{
	background: #ffffff;
	color: #ff840c;
	border: 1px solid #ff840c;
}
@media only screen and (max-width: 1300px) {
	.block_btn .btn{
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 90%;
		max-width: initial;
	}
	.block_btn .btn{
		font-size: 4vw;
	}
	/*
	.block_btn .green::after{
		width: 6px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #ffffff;
		margin-left: 10px;
	}
	.block_btn .urban::after{
		width: 6px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #ffffff;
		margin-left: 10px;
	}
	*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn .btn{
		font-size: 15px;
	}
}
/**
/* 応募する CSS
----------------------------------------------- */
.entry-guide{
	background: #ff9999;
	padding: 80px 0 90px 0;
}
.entry-guide .entry-grid{
	text-align: center;
	color: #ffffff;
}
.entry-guide .entry-grid h2{
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
}
.entry-guide .entry-grid p{
	font-size: 16px;
}
.entry-guide .entry-grid .roma{
	font-size: 20px;
	margin-bottom: 30px;
}
.entry-guide .entry-grid .block_btn{
	margin-top: 30px;
}
@media only screen and (max-width: 1300px) {
	.entry-guide{
		padding: 70px 0 80px 0;
	}
	.entry-guide .entry-grid h2{
		font-size: 42px;
	}
	.entry-guide .entry-grid p{
		font-size: 15px;
	}
	.entry-guide .entry-grid .roma{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.entry-guide{
		padding: 10% 0;
	}
	.entry-guide .entry-grid h2{
		font-size: 6.6vw;
	}
	.entry-guide .entry-grid p{
		font-size: 3.6vw;
	}
	.entry-guide .entry-grid .roma{
		font-size: 4vw;
		margin-bottom: 5%;
	}
	.entry-guide .entry-grid .block_btn{
		margin-top: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.entry-guide{
		padding: 60px 0;
	}
	.entry-guide .entry-grid h2{
		font-size: 34px;
	}
	.entry-guide .entry-grid p{
		font-size: 15px;
	}
	.entry-guide .entry-grid .roma{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.entry-guide .entry-grid .block_btn{
		margin-top: 20px;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	display: block;
	position: fixed;
	width: 80px;
	right: 10px;
	bottom: 30px;
	z-index: 20;
}
@media only screen and (max-width: 1300px) {
	.btn_page_top{
		width: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.btn_page_top{
		width: 50px;
		bottom: 55px;
		right: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.btn_page_top{
		width: 60px;
		bottom: 55px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
	background: #d0c8c1;
}
footer .addressArea{
	padding: 80px 4% 50px 4%;
}
footer .addressArea h4{
	font-size: 20px;
	font-weight: 400;
}
footer .addressArea ul{
	margin: 40px 0 30px 0;
}
footer .addressArea ul li{
	font-size: 20px;
	line-height: 1.4;
}
footer .addressArea p,
footer .addressArea p a{
	font-size: 16px;
}
footer .copy{
	text-align: center;
	font-size: 14px;
}
@media only screen and (max-width: 1300px) {
	footer .addressArea{
		padding: 80px 3% 50px 3%;
	}
	footer .addressArea h4{
		font-size: 18px;
	}
	footer .addressArea ul li{
		font-size: 18px;
	}
	footer .addressArea p,
	footer .addressArea p a{
		font-size: 16px;
	}
	footer .copy{
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	footer{
		padding-bottom: 50px;
	}
	footer .addressArea{
		padding: 8% 3% 5% 3%;
	}
	footer .addressArea h4{
		font-size: 4vw;
	}
	footer .addressArea ul{
		margin: 5% 0 3% 0;
	}
	footer .addressArea ul li{
		font-size: 4vw;
	}
	footer .addressArea p,
	footer .addressArea p a{
		font-size: 4vw;
	}
	footer .copy{
		font-size: 2.8vw;
		padding: 2%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	footer{
		padding-bottom: 52px;
	}
	footer .addressArea{
		padding: 60px 2% 30px 2%;
	}
	footer .addressArea h4{
		font-size: 16px;
	}
	footer .addressArea ul{
		margin: 30px 0 20px 0;
	}
	footer .addressArea ul li{
		font-size: 16px;
	}
	footer .addressArea p,
	footer .addressArea p a{
		font-size: 16px;
	}
	footer .copy{
		text-align: center;
		font-size: 12px;
	}
}

.anchor{
	display:block;
	padding-top:55px;
	margin-top:-55px;
}

.anchor2{
	display:block;
	padding-top:30px;
	margin-top:-30px;
}