@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: 
		local("Noto Sans CJK JP")
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Reegular.otf) format('opentype');	
}

/* 共通スタイル*/
html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
}
body{
	color: #333;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	background-image:url("../img/5183000.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:fixed;
    line-height: 24px;
    letter-spacing: 1px;
    word-break: break-all;
}
a{
	color: #333333;
	text-decoration: none;
}
.decolation a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #7ecef4));
    background: -webkit-linear-gradient(transparent 70%, #7ecef4 0%);
    background: linear-gradient(transparent 70%, #7ecef4 0%);
}
img{
	max-width: 100%;
	height: auto;
}
p{
	margin: 15px 0;
}
h2{
	font-size: 2.5rem;
}
h2:first-letter {
	font-size: 3.5rem;
  color: #3e83c1;
}
h3{
	font-size: 1.5rem;
	font-weight: 600;
}
hr{
	border-top: 1px solid #8c8b8b;
}
dl {
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  width: 100%;
}
dl dd {
  width: 100%;
}

/*utility*/
.wrapper{
	box-sizing: border-box;
	padding:25px;
}
.page{
	margin-top: 72px;
}
.text-center{
	text-align: center;
}

.itiran{
	margin: 30px 0;
}

/*section*/
.section-main{
	margin: 0 0 40px 0;
	padding: 30px 15px;
	background-color: rgba(255,255,255,0.4);	
}
.section-fotter{
	margin: 40px;
}
.section-key{
	margin: 0 0 40 0;
	padding: 30px 15px;
}

/*navigation*/
.navigation{
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
.nav-item>a{
	color: #626262;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

/* 折り畳みボックス */
.acMenu1{cursor:pointer;background: #e0a9c2;color: #fff;padding: 0.1em 0.8em;margin: 0 0 10px 0; border-radius: 2px;display: inline-block;}
.acMenu2{display:none;padding: 0.3em 0.8em;margin-left: 0;margin-bottom: 10px; }

.dream-table{
	margin: 15px 0 0 15px;
	border-left: dotted 1px #aaaaaa;
    margin-left: 0.7em;
    padding-left: 1em;
}

.dream-table a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #7ecef4));
    background: -webkit-linear-gradient(transparent 70%, #7ecef4 0%);
    background: linear-gradient(transparent 70%, #7ecef4 0%);
}

.dream-text{
	margin-left: 15px;
	color: #aaaaaa;
}
.pic_box{
	margin: 15px 0;
}

@media screen and (min-width: 796px) { /* pc用スタイル */
a{
	transition: all 0.2s;
}	
a:hover{
	opacity: 0.5;
}
	
.wrapper{
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
.img-pc{
	display: block;
}
.img-sp{
	display: none;
}
.br-reverse{
	display: none;
}
.page{
	margin: 0;
}
.logo{
	width: 80px;
	height: auto;
}
.key-bis{
	height: 450px;
}
	
/*	section */
.section-header{
	padding: 80px 0 64px;
}	
.section-main{
	padding: 45px 30px;
}
	
/*btn*/
.btn{
	width: 264px;
	margin: auto;
}
.btn-maps{
	margin: 0;
	padding: 14px 0;
}
.btn-submit{
	cursor: pointer;
	transition: all 0.2s;
}
.btn-submit:hover{
	opacity: 0.5;
}
	
/*navigation*/	
.btn-trigger{
	display: none;
}
.navigation{
	display: flex;
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.nav-list{
	display: flex;
	text-align: center;
	margin: 0 auto;
}
.nav-item{
	margin: 0;
}
.nav-item__link{
	margin-left: 28px;
}
.nav-item__sns:last-of-type{
	margin-left: 24px;
}
.l-horizon{
	text-align: center;
}
	
.l-horizon .nav-item>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 1.4rem;
}
.l-horizon .nav-item.current>a{
	padding: 0 8px;
	color: #aaa;
}
.sns{
	font-size: 1.8rem;
}
}


@media screen and (max-width: 795px) { /* sp用スタイル */
/*utility*/
.img-pc{
	display: none;
}
.logo{
	width: 80px;
	height: auto;
}
.key-bis{
	width: 380px;
}
	
/*	section */
.section-header{
	padding: 75px 0 30px;
}

	
/*navigation*/
.btn-trigger{
	-webkit-appearance:none;
	position: fixed;
	top: 24px;
	right: 12px;
	z-index: 110;
	width: 40px;
	height: 21px;
	border: none;
}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 1px;
	background-color: #a0a0a0;
	transition: all 0.5s;	
}
.btn-trigger span:first-of-type{
	top: 0;	
}
.btn-trigger span:nth-of-type(2){
	top: 10px;
}
.btn-trigger span:last-of-type{
	bottom: 0;
}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 10px;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	bottom: 10px;
}
.navigation{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 120%;
	padding: 120px 0 150px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	transition: .3s ease-in-out;
}
.navigation.open {
	display: block;
	transition: .3s ease-in-out;
}
.nav-item{
	margin-bottom: 55px;
}

.sns{
	font-size: 2.7rem;
}		
}