
/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";
@import "sf-menu.css";
@import "stuck.css";

@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//fonts.googleapis.com/css?family=Roboto:100italic);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:300italic);
@import url(//fonts.googleapis.com/css?family=Roboto:900);

/*========================================================
                    2. Global
=========================================================*/

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}

body{
	/*background-color: #fff;*/
	background-color:#1d2088;
	color: #010000;
/*	font: 12px/24px 'Roboto', sans-serif;*/

	font: 17px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
/*	letter-spacing: -0.3px;*/
	letter-spacing:0.1;
	outline: medium none !important;
}
h1, h3, h4, h5{
	letter-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
.link_mailto{
	font-style: italic;
}

h3{
	font-family: 'Roboto';
	text-transform:none;
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
}
h4{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;	
}
h5{
	font-size: 12px;
	line-height: 12px;
	font-weight: 100;
	letter-spacing: 1px;
}
h5 time{
	font-style: italic;
}
.bold{
	font-weight: 700;
}

a:hover{
	color: #707070;
}

.btn{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: 1.5px;
	display: inline-block;
	margin-top: 29px;
}
.btn:hover{
	color: #000;
	text-decoration: underline;
}

/*========================================================
                    3. Main layout styles
=========================================================*/

/* Header
========================================================*/

header {
	/*padding-top: 51px;*/
	padding-top: 21px;
	/*padding-bottom: 79px;*/
	/*padding-bottom: 29px;*/
	padding-bottom: 0px;
}
h1{
	margin-bottom: 27px;
	text-align:center;
	margin:0px 0px 25px;
}

.lang_select{
	margin-top: 4px;
	margin-bottom: 4px;
	padding:0 10px;
	font-size: 12px;
	text-align:right;
	color:#FFFFFF;
}
.lang_select a , lang_select a:hover {
	color:#FFFFFF;
}
#stuck_container, #stuck_container .sub-menu{
	/*background: #fff;*/
	background: #8fc31f;
}
#stuck_container{
	/*padding-top: 25px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.isStuck{
/*	padding-bottom: 25px;*/
	padding-bottom: 10px;
}
#stuck_container .sub-menu{
	padding: 10px;
	margin-top: 25px;
}


/* Content
========================================================*/

/* Gallery
=============================================*/
.gallery__indent{
	margin-top: 20px;
	padding-bottom: 20px;
	background:#1d2088;
}
.gallery h3{
	font-size:22px;
	margin-top: 24px;
	margin-bottom: -2px;
	color:#FFFFFF;
}
/*.gallery li{

}*/
.gallery img{
	width: 100%;
}

.gallery li{
	margin-bottom: 39px;
	position: relative;
}
.lbHover{
	color: #000;
	font-size: 50px;
	opacity: 0;
	position: absolute;
	top: 34%;
	left: 44%;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.gallery li div:hover .lbHover{
	opacity: 0.8;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}

.gallery h5{
	margin-top: 28px;
	border-top: 1px solid #999999;
	padding-top: 17px;
	color:#FFFFFF;
}

/* Info
=============================================*/
.info h3{
/*	margin-bottom: 37px;
	margin-top: -3px;*/
	font-size:22px;
	margin-top: 24px;
	margin-bottom: -2px;
	color:#FFFFFF;
}
.info h4{
/*	margin-bottom: 37px;
	margin-top: -3px;*/
	font-size:14px;
	margin-top: 14px;
	margin-bottom: 2px;
	color:#FFFFFF;
}
.info .info_title__indent{
	/*margin-top: -14px;*/
	margin-top: 14px;
}
.info img{
	float: left;
}
.info_text-block{
	color:#FFFFFF;
	padding-left: 23px;
	overflow: hidden;
}
.info .info_text-block p{
	margin-top: -5px;
	color:#FFFFFF;
	font-size:0.9em;
	line-height:24px;
}
.info .info_text-block .text-block__indent{
	margin-top: 22px;
	color:#FFFFFF;
}

/* Info in Block
=============================================*/

.info-in-block{
	margin-left: -20px;
	padding-top: 50px;
}
/*.info-in-block 3h{
	font-size:22px;
	margin-top: 0px;
	margin-bottom: -2px;
	color:#FFFFFF;
}*/
.info-in-block li{
	margin-bottom: 40px;
}
.info-in-block_title{
	padding-bottom: 12px;
	font-size: 30px;
	line-height: 30px;
	color:#FFFFFF;
}

/* Slider
=============================================*/

#camera_wrap{
	/*margin-top: 106px;*/
	margin-top: 10px;
}
/*#camera_wrap .camera_caption{
	display: none;
}*/
#camera_wrap .camera_caption{
	position: absolute;
/*	margin: 140px 105px;*/
	margin: 1% 1%;
	background: rgba(0, 0, 0, 0.2);
}
#camera_wrap .camera_caption div{
	/*padding: 35px 33px 50px;*/
	padding: 5px 5px 5px;
}
#camera_wrap .camera_caption span{
/*	font-size: 30px;
	line-height: 36px;*/
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	/*font-style: italic;*/
/*	color: #fff;*/
	color:#333333;
}
#camera_wrap .camera_caption span span{
	font-size: 18px;
}


/* Blog
=============================================*/
.blog__indent{
	padding-top: 60px;
}
.blog h3{
/*	margin-top: -14px;
	margin-bottom: -2px;*/
	font-size:22px;
	margin-top: 0px;
	margin-bottom: -2px;
	color:#FFFFFF;
	
}
.post_image{
	float: left;
	margin-right: 26px;
}
.post{
	overflow: hidden;
	margin-top: 40px;
}
.post_block a:hover h4{
	text-decoration: underline;
	color: #000;
}
.post_title{
	margin-top: -4px;
	padding-bottom: 10px;
	margin-bottom: 19px;
	border-bottom: 1px solid #999999;

	display: inline-block;
	width: 72%;
	width: 100%;
}
.post_title__width{
	width: 65%;
}
.post_text{
	margin-top: 20px;
	color:#FFFFFF;
}
.post_text__last{
	margin-bottom: 0px;
}

/* infobar
=============================================*/
.infobar__indent{
/*	padding-top:10px;*/
	margin-top:10px;
	padding:1%;
	background:#FFFFFF;
}
.infobar h5{
	margin-top: 5px;
	margin-bottom: 2px;
}
.infobar_image{
	float: left;
	margin-right: 26px;
}
.infobar{
	/*overflow: hidden;*/
	overflow:hidden;
	/*margin-top: 40px;*/
	margin-top:10px;
	padding-left:10px;
	background:#FFFFFF;
}
.infobarwaku{
	/*overflow: hidden;*/
	/*margin-top: 40px;*/
	margin-top:20px;
	width:98%;
}
.infobar_block a:hover h5{
	text-decoration:none;
	color: #000;
}
.infobar_title{
	margin-top: 4px;
/*	padding-bottom: 10px;
	margin-bottom: 19px;*/
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom: 1px solid #999999;

	display: inline-block;
	width: 100%;
}
.infobar_title__width{
/*	width: 80%;*/
	width: 95%;
}
.infobar_text{
	margin-top: 20px;
}
.infobar_text__last{
	margin-bottom: 0px;
}


/* ShopList
=============================================*/
.ShopList__indent{
	padding-top: 60px;
}
.ShopList h3{
	font-size:22px;
	margin-top: 24px;
	margin-bottom: -2px;
	color:#FFFFFF;
}
.ShopList h4{
	font-size:16px;
}
.ShopList img{
	margin-top:2%;
}
.listed{
	overflow: hidden;
	margin-top: 40px;
	border-bottom:1px #666666 solid;
	padding-bottom:5px;
	margin-bottom:5px;

}
.list_block1 {
	width:30%;
	height:100%;
	overflow:hidden;
	float:left;
}
.list_block1 h4{
	font-size:18px;
	line-height:20px;
}
.list_block2 {
	width:50%;
	overflow:hidden;
	float:left;
}
.list_block2 p{
	font-size:18px;
	letter-spacing:0.1em;
}
.list_block3 {
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
}
.list_icon {

		/* boxレイアウトの指定 */
 		display:flex;

		/* 配置したボックスを左右中央寄せにする */
			flex-direction: row;
			justify-content:flex-end;


	}
	.item {
		width: 30px;
		height: 30px;
		margin: 5px;


	
	}
	.item:nth-child(1) {background:#FFFFFF;}
	.item:nth-child(2) {background:#FFFFFF;}

/* NEWS
=============================================*/
.news_title{
	overflow: hidden;
	margin-top:1%;
	padding:1%;
	background:#FFFF00;
	width:98%;
}
img{
max-width: 100%;
height: auto;
width:auto;　
}
.news_title h4{
	font-size:18px;
	letter-spacing:0.1em;
}
.news_txt{
	padding:2%;
	background:#FFFFFF;
	width:96%;
	margin-bottom:3%;
}

/* Map
=============================================*/
.map {
	margin-top: 37px;
}

.map iframe {
	border: none;
	width: 100%;
	height: 370px;
}

/* Contact
=============================================*/
.contact{
	margin-top: -14px;
}
.contact-details{
	padding-bottom: 85px;
}
.contact-details > p{
	margin-top: 27px;
}
.contact-details .grid_4{
	margin-top: 30px;
}
.contact-details .grid_4 a{
	margin-left: 15px;
}
.contact-details .bold{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
.contact .phone{
	display: inline-block;
	min-width: 60px;
}


/* Privacy Policy
=============================================*/

.text-blocks p{
	margin-bottom: 29px;
}
.text-blocks h3{
	margin-top: -14px;
	margin-bottom: 37px;
}
.text-blocks .text-blocks_title{
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	margin-bottom: 5px;
}

/* To Top Button*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
 /*   left: 51%;*/
/*    left: 41%;*/
	    left:45%;
    margin-left: 600px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 5px;
    z-index: 20;
    background-color: #707070;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    text-align: center;
}
#toTop i{
    color: #fff;
    font-size: 30px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#toTop:hover{
    outline: none;
    background-color: #000;
}
/* Footer
========================================================*/

footer{
	padding: 47px 0 80px 0;
}
.social{
	display: block;
	margin-left: -1px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
}
.social li{
    display: inline-block;
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
		float:left;
		margin-left:10px;
}
.social .social_first-child{
	text-align: left;
}

.social li a{
	letter-spacing: 4px;
}
.social li a:hover{
	text-decoration: underline;
     color: #000;
}
.pr_policy{
	color:#FFFFFF;
	margin-top: 8px;
	font-size: 12px;
	text-align:right;
}
.pr_policy span{
	font-weight: 300;
	letter-spacing: 1px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
/*  	#camera_wrap .camera_caption{
		margin: 47px 105px;
	}*/
  	#camera_wrap .camera_caption{
	position: absolute;
	margin: 10px 10px;
	background: rgba(0, 0, 0, 0.2);
	/*background:#FFFF00;*/
	}
	
}

@media only screen and (max-width: 1024px) {
  	#camera_wrap .camera_caption{
	position: absolute;
	margin: 10px 10px;
	background: rgba(0, 0, 0, 0.2);
	/*background:#FFFF00;*/
	}
}

@media only screen and (max-width: 979px) {
  	#camera_wrap .camera_caption{
	position: absolute;
	margin: 10px 10px;
	background: rgba(0, 0, 0, 0.2);
	/*background:#FFFF00;*/
	}
	
	
	
	.social li{
		font-size: 30px;
		line-height: 30px;
	}
	.post_title{
		width: 65%;
	}
	.post_title__width {
		width: 56%;
	}
}
@media only screen and (max-width: 767px) {

	.info_text-block{
		padding-left: 0px;
		margin-top: 20px;
		display: inline-block;
	}
	


	.info img{
		width: 100%
	}
	
	#camera_wrap .camera_caption{
	position: absolute;
	margin: 5px 5px;
	background: rgba(0, 0, 0, 0.2);
	/*background:#FFFF00;*/
}
	#camera_wrap .camera_caption div{
		padding: 10px 25px;	
	}
	#camera_wrap .camera_caption span{
		font-size: 16px;
		line-height: 16px;
		font-weight: 300;
		font-style: italic;
		color: #fff;
	}
	#camera_wrap .camera_caption span span{
		font-size: 12px;
	}
	#camera_wrap .camera_caption{
		margin: 20px 50px;
	}
	.info-in-block{
		margin-left: 0;
	}
	.post_image{
		float: none;
	}
	.post_title{
		margin-top: 15px;
		width: 100%;
	}
	.post_title__width {
		width: 100%;
	}
	.btn{
		margin-top: 10px;
	}
	.pr_policy{
		text-align: center;
	}
	.social li{
		display: block;
	}
	.social li, .social .social_first-child, .social .social_first-child{
		text-align: center;
	}
	.social .social_slash{
		display: none;
	}
.list_block1 {
	width:30%;
	height:10%;
	overflow:hidden;
	float:left;
}
}

@media only screen and (max-width: 480px) {
	#camera_wrap .camera_caption{
		background: transparent;
	}
	#camera_wrap .camera_caption span{
		display: none;
	}
	.post_image{
		margin-right: 0;
	}
	h3{
		font-size: 30px;
		line-height: 35px;
	}
	h4{
		font-size: 16px;
		line-height: 16px;
	}
	.post_title{
		margin-top: 15px;
	}
	.info-in-block_title{
		font-size: 25px;
		line-height: 25px;
	}
	header h1 img{
		width: 270px;
		height: auto;
	}
.list_block1 {
	width:100%;
	height:10%;
}
.list_block2 {
	width:100%;
	margin-top:2%;
}
.list_block2 p{

	font-size:14px;
	letter-spacing:0.1em;
}

.news_title{
	margin-top:2%;
	padding:2%;
	width:96%;
}
.news_title h4{
	font-size:12px;
	letter-spacing:0.1em;
}

.social{
	display: block;
	width:100%;
	text-align:left;
}
.social li{
	width:26%;
		float:left;
}
.pr_policy{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:8px;
	text-align:left;
}
@media only screen and (max-width: 320px) {
	
}
/*Core variables and mixins*/
