
@font-face {
    font-family: 'gothicR';
    src: url('../font/gothicR.eot'); /* IE9 Compat Modes */
    src: url('../font/gothicR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/gothicR.woff') format('woff'), /* Modern Browsers */
    url('../font/gothicR.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'gothicR','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff9f2;
}

a{
	color: #259c84;
	text-decoration: none;
	transition: 1.5s;
}

a:hover{
	color: #ff4f9c;
}

a:active, a:focus,input:active, input:focus{outline:0;}


.fs130{	font-size: 130%;}

.fs110{	font-size: 110%;}

.pink{	color:#ff509b;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:1068px;
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:1068px;
    margin-left:-640px;
}

#slogan{
	position: absolute;
  top: 10%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'gothicR', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}

#slogan img.mimg{
	width: 1100px;
	height: 1075px;

}

#slogan img.limg{
	width: 1100px;
	height: 1075px;
}




/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {
   .mimg { display: none; }  /* miniを非表示 */
   .limg  { display: block; } /* bigを表示 */
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
   .mimge { display: block; } /* miniを表示 */
   .limg  { display: none; }  /* bigを非表示 */
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'gothicR', 'Noto Sans JP',serif;
}

img{
}



section{clear:both;}

.h2_logo{
	font-size: 35px;
	font-weight:bold;
	text-align: center;
	color: #ff4f9c;
	text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.nowrap{
	white-space: nowrap;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.center{
	margin: 0 auto;
}


button {
	margin: 0 20px 40px;
	padding: 1em 2em;
	border: none;
	display: block;
	background-color: #e95098;
	box-shadow: 0 6px #e95098;
	font-size: 190%;
	line-height: 1;
	color: #fff;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	font-family: 'gothicR', 'Noto Sans JP',serif;
	text-decoration: none;
}

.buttonF a{
	text-decoration: none;
}

/*　buttonF　*/
.buttonF {
	border-radius: .5em;
	box-shadow: 0 6px #a35d71;
	top: 0;
	transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF:hover {
	box-shadow: 0 5px #a35d71;
	top: 1px;
}
.buttonF:active {
	background-color: #a35d71;
	box-shadow: 0 0 #a35d71;
	top: 6px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}




#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  background-color: #ff4f9c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0px 0px 0 0 ;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/* SEC01 VISION
------------------------------------------------------------*/
#sec01{
	margin-top: 60px;
}


.vision{
	margin: 0 auto;
	padding: 10px 10px 25px 20px;
	margin-bottom: 40px;
	border: solid red;
	border-width: 10px 0 10px 0;
	border-image: url("../images/stripe.png") 24 24 round;
	font-size:120%; 
	color:#674f2b; 
	font-weight:bold;"
}


/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {
.vision {width: 60%;}
.vision .paddingleft{margin-left:4em;padding-top: 10px;text-indent: -1em;line-height: 1.6em;padding-bottom: 10px;}
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
.vision{width: 90%;}
.vision .paddingleft{margin-left:1em;padding-top: 10px;text-indent: -1em;line-height: 1.7em;padding-bottom: 10px;}
}


.shop{
	font-size: 80%;
	color: #ff83b7;
	padding: 0 0 0 0em;
	text-indent: 0em;
}


.vision p{
	margin-top: 15px;
}





/* SEC02 MESSAGE+++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------------*/
#sec02{
	margin-bottom: 60px;
	padding: 0;
}

.wrap{
	clear: both;
	width: 1025px;
	background: #fff;
	margin: auto;
	padding-bottom: 50px;
	border: 1px solid #e9e2d7;
}



/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {
.wrap{
	clear: both;
	width: 1025px;
	background: #fff;
	margin: auto;}
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
.wrap{
	clear: both;
	width: 100%;
	background: #fff;}
	
.bg .vMid2 .bor{ margin: 20px;}
}
.txt .vMid .bor{ margin: 20px;}

}

.wrap h2{
	border-bottom: 3px solid #e85197;
	margin: 20px 0;
}




.bor{
	border: 0px solid red;
	margin: 0 auto;
	padding-bottom: 30px;
}


.underline{
	border-bottom: 1px dashed #f599d3;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.summ{
	font-weight: bold;
	font-size: 110%;
}

.summ .num{
	font-size: 130%;
	color: #259c84;
}

.summ .num span{
	font-size: 170%;
}

.summ .grey{
	font-size: 90%;
	color: #333;
}

.kome{
	font-weight: normal;
	font-size: 90%;
	color: #888;
}

.wrap .text{
	text-indent: -1em;
	padding: 1.5em 7em 0 0;
	margin-top: 1em;
	color: #897857;
	font-weight: bold;
	font-size: 110%;
	border-top: 1px dotted #a79e8d;
}

/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {
.wrap .text{
	padding: 1em 2em 0 0;
}
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
.wrap .text{
	padding: 1em 0em 0 0;
}
}

.clear-element{
	clear: both;
}

/* SEC03
------------------------------------------------------------*/

#sec03{
	margin: 80px 0 50px 0; 
	padding-top: 60px;
	border-top: 6px dashed #e9e2d7;
	border-bottom: 6px dashed #e9e2d7;
}



.pickup{
	margin: 20px auto;
	padding: 20px 10px 25px 20px;
	margin-bottom: 80px;
	font-size:120%; 
	color:#674f2b; 
	font-weight:bold;
	text-align: center;
	border-top:0px solid #897857;
}


.pickup p{
	margin-top: 15px;
}

.pickup table{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 200px;
}

.pickup .t_tit{
	background-color: #342d23;
	color: #fff;
}

.pickup .port{
	color: #998e7e;
}

.pickup .fs110{
	line-height: 25px;
	margin-bottom: 15px;
}

#sec03 .kome{
	font-size:120%; 
	color:#674f2b; 
	font-weight:bold;
	text-align: center;
} 



/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

#sec04 p{
	text-align: center;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}



.inner .large{font-size: 210%;font-weight: bold;color: #3b3835;}
.inner .small{font-size: 180%;font-weight: bold;color: #3b3835;margin-bottom: 50px;}


.inner table{
	border: 1px solid #777;
}
.inner td {
	border: 1px solid #777;
	padding:0  0.5em;
}


.inner .waku{
	border: 1px solid #e9e2d7;
	padding: 1.5em;
}

/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {}

/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
.vMid h2 img{width: 300px;	height: auto; }
.vMid2 h2 img{width: 300px;	height: auto;}

}

.waku .large{
	font-size: 120%;
}


.map {
	text-align: center;
	border: 0px solid red;
}



.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0 20px 0;
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}


.w30{
	margin: 0 auto;
	display: block;
	width: 650px;
	color: #897857;
	font-weight: bold;
	font-size: 110%;
	vertical-align: top;
	padding: 0 0 0 50px;

}

.w70{
	margin: 0 auto;
	display: block;
	width: 550px;
	padding-left: 30px;
	padding-top: 40px;
	border: 0px solid red;
	vertical-align: top;
}


/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
.w30{width: 300px; padding: 15px 0 0 0; }
.w70{width: 300px; padding: 15px 0 0 0; }

}


.map h3{
	font-size: 150%;
	color: #ff4f9c;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}


	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #fff;
	}


	.vMid{
		display: table-cell;
		padding: 0 50px;
		vertical-align: top;
		border: 0px solid red;
	}

	.vMid2{
		display: table-cell;
		padding: 20px 50px;
		vertical-align: top;
		border: 0px solid red;
	}



	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

