@charset "utf-8";
@import url("./basic.css");
/*******************************************
	/css/common.css
*******************************************/

/*
基本
640px【sp切り替わりポイント】 */

/*------------------------------------------
	body
------------------------------------------*/
body {
	color: #333333;
	font-size: 15px;
	/*font-family: "UD Shin Go Regular";*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}
/*--------------inner--------------*/
.inner, .inner_spwide {
	max-width: 1040px;
	min-width: 1040px;
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
}
.wide {
	min-width: 1040px;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
	}
	.inner_spwide, .wide, .wrap {
		width: 100%;
		min-width: 0;
		max-width: 640px;
		padding: 0;
	}
	.inner, .wrap .inner {
		width: 92%;
		margin: 0 auto;
		max-width: 92%;
		min-width: 92%;
		padding: 0;
	}
}
/*--------------背景--------------*/
.bg_gray {}
.bg_pink {
	background-color: #FFCCCE;
	min-width: 1040px;
}
.bg_green {
	min-width: 1040px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edfffa+1,bcdbba+100 */
background: #edfffa; /* Old browsers */
background: -moz-linear-gradient(left, #edfffa 1%, #bcdbba 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #edfffa 1%,#bcdbba 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #edfffa 1%,#bcdbba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edfffa', endColorstr='#bcdbba',GradientType=1 ); /* IE6-9 */
}

.bg_dot{
	min-width: 1040px;
	background-image: url("/images/common/bg_dots.png");
}
.bg_stone{
	min-width: 1040px;
	background-image: url("/images/common/bg_stone.jpg");
	background-size: 100%;
}
@media screen and (max-width: 640px) {
	.bg_stone,.bg_pink,.bg_dot,.bg_green {
		min-width: 100%;
	}
}
/*--------------色指定--------------*/
.color_gray {
}

/*--------------メインコンテナ--------------*/
@media screen and (max-width: 640px) {
	.main-continer {
		padding-top: 63px;
	}
}

/*--------------アンカーリンク高さ調整--------------*/
@media screen and (max-width: 640px) {
	#topinfo {
		padding-top: 67px;
		margin-top: -67px;
	}
}
/*------------------------------------------
    title
------------------------------------------*/
#title_head {
	position: relative;
}
/*フロントページにて使用*/
div.title_area {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 22px 10px;
	margin-bottom: 50px;
}
div.title_area i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	z-index: 10;
}
div.title_area i a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
div.title_area i a:hover {
	opacity: 0.6;
}
div.title_area img {
	width: 112px;
}

/*フロントページにて使用*/
.tit01,.tit02 {
	font-size: 2.3rem;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 6.7px;
	text-align: center;
	color: #fff;
}
/*フロントページにて使用*/
.tit01 {color: #fff;}
.tit02 {color: #333;}

/*全ページヘッドタイトルの枠*/
div.title_head {
	padding: 70px 0;
}
/*タイトル*/
.tit03 {
	font-size: 2.66rem;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
/*タイトル*/
.tit04{
	text-align: center;
	font-size: 1.33rem;
	font-weight:bold;
	margin-bottom: 40px;
}
.tit05 {}

@media screen and (max-width: 640px) {
	#title_head {
		padding-top: 69px;
	}
	div.title_area {
		margin-bottom: 40px;
	}
	div.title_area i {
		display: none;
	}
	.tit01,.tit02 {
		font-size: 7.1vw;
		letter-spacing: 6.6px;
	}
	/*全ページヘッドタイトルの枠*/
	div.title_head {
		padding: 30px 5px;
	}
	/* タイトル */
	.tit03 {
		font-size: 1.8rem;
	}
	 /*タイトル*/
	.tit04{	font-size: 1rem;}
	
	/* 小タイトル */
	.tit05 {
	}
}

/*------------------------------------------
	header(PC版)
------------------------------------------*/
#header {
}
.header_inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 49px 30px 25px;
}

.header_inn .logo i{
	width: 30px;
}

.header_inn .logo {
	width: 238px;
}
.header_inn .logo img {
	display: block;
}

.header_inn > i:first-child {
	width: 75px;
}


.header_inn > i a img{
	transition: 0.4s;
}

.header_inn > i a img:hover{
	opacity: 0.6;
}

.header_inn > i.h_insta{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.header_inn > i.h_insta a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header_inn > i.h_insta img{
	display: block;
	width: 32px;
}

.header_inn > i.h_insta a + a{
	margin-left: 13px;
}

.header_inn > i.h_insta img + span{
	margin-left: 6px;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
	display: block;
	letter-spacing: 2.0px;
	transition: 0.4s;
}


/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header_inn > i img {
	width: 30px !important;
}
}
*/


@media screen and (max-width: 640px) {
	#header {
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background: rgba(255,255,255,1);
	}
	#header .header_inn {
		-webkit-box-align:center;
    	-ms-flex-align:center;
        align-items:center;
  		padding: 16px 0 16px 0px;
	}

	.header_inn > i:first-child {
		width: 61px;
	}

	#header .header_inn .logo {
		width: 150px;
		margin-left: 0px;
	}
	#header .header_inn i:not(.h_insta){
		z-index: -100;
	}

	.header_inn > i.h_insta img{
		display: block;
		width: 24px;
		padding:3px 0;
	}

	.header_inn > i.h_insta a + a{
		margin-left:15px;
	}

	.header_inn > i.h_insta img + span{
		display: none;
	}

}
/*------------------------------------------
	ハンバーガーメニュー
------------------------------------------*/
#menu {
	display: none;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 4px;
}
.menu-trigger {
	position: fixed;
	top: 6px;
	left: 8px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	padding: 3px;/*border: 1px solid #333;*/
	/* background: rgba(251, 251, 251, 0.7); */
}
.menu-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	height: 1px;
	background-color: #111;
	;
}
.menu-trigger span:nth-of-type(1) {
	top: 13px;
}
.menu-trigger span:nth-of-type(2) {
	top: 24px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 13px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	-ms-transform: translateY(11px) rotate(-45deg);
	    transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	    transform: translateY(-11px) rotate(45deg);
}

@media screen and (max-width: 640px) {
	#menu {
		display: block;
	}
}
/*------------------------------------------
	グローバルメニュー(PC版)
------------------------------------------*/
nav#gnav {
	position: static;
	top: -120px;
	left: 0;
	width: 100%;
	margin: 0 auto;/*transition: 0.5s;*/
}
nav#gnav .f_logo {
	display: none;
}
nav#gnav .glist{
	margin-bottom: 18px;
}

nav#gnav .glist > ul{ /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	padding: 0 45px;
}
nav#gnav .glist > ul > li {
	position: relative;
}

/*fixed時のメニューの中のインスタグラム*/
nav#gnav .glist > ul > li:last-child {
	display: none;
}

nav#gnav .glist > ul > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
	display: block;
	letter-spacing: 2.0px;
	text-align: center;
	padding: 16px 0px;
	transition: 0.4s;
}
nav#gnav .glist > ul > li> a:hover {
	color: #ccc;
}

@media screen and (max-width: 640px) {
nav#gnav {
	display: none;
}
}
/*------------------------------------------
	グローバルメニュー(PC版 固定前段階ver)
------------------------------------------*/
nav#gnav.prep_fixed {
	position: fixed;
	top: -120px;
	left: 0;
	right: 0;
	z-index: 990;
	background: none;
	margin: 0 auto;
	box-shadow: 0 8px 6px -6px rgba(100,100,100,0.1);
	-webkit-box-shadow: 0 8px 6px -6px rgba(100,100,100,0.1);
	-moz-box-shadow: 0 8px 6px -6px rgba(100,100,100,0.1);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*------------------------------------------
	グローバルメニュー(PC版 固定ver)
------------------------------------------*/
nav#gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 990;
	background: rgba(255,255,255,0.95);
	padding-top: 10px;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	/*border-bottom: solid 1px #DDD;*/
}


nav#gnav.fixed .f_logo, nav#gnav.prep_fixed .f_logo {
	display: block;
	text-align: center;
}
nav#gnav.fixed .f_logo img, nav#gnav.prep_fixed .f_logo img {
	width: 30px;
}
nav#gnav.fixed .f_logo a, nav#gnav.prep_fixed .f_logo a {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
nav#gnav.fixed .f_logo a:hover, nav#gnav.prep_fixed .f_logo a:hover {
	opacity: 0.7;
}
nav#gnav.fixed .glist, nav#gnav.prep_fixed .glist {
	margin-bottom: 0px;
}
nav#gnav.fixed .glist > ul, nav#gnav.prep_fixed .glist > ul{
	position: relative;
	padding: 0 5px;
}

nav#gnav.fixed .glist > ul > li > a, nav#gnav.prep_fixed .glist > ul > li > a{
	letter-spacing: 0px;
}

/*fixed時のメニューの中のインスタグラム*/
nav#gnav.fixed .glist > ul > li:last-child,nav#gnav.prep_fixed .glist > ul > li:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

nav#gnav.fixed .glist > ul > li:last-child a,nav#gnav.prep_fixed .glist > ul > li:last-child a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding: 5px 3px 10px 6px;
}

nav#gnav.fixed .glist > ul > li:last-child a span,nav#gnav.prep_fixed .glist > ul > li:last-child a span{
	margin-left: 6px;
}

nav#gnav.fixed .glist > ul li:last-child img, nav#gnav.prep_fixed .glist > ul li:last-child img{
	width: 30px;
}

nav#gnav.fixed .glist > ul > li > a,nav#gnav.prep_fixed .glist > ul > li > a{
	padding: 5px 0px 10px;
}

/*------------------------------------------
	グローバルメニュー(SP版)
------------------------------------------*/
#sp_gnav {
	display: none;
}

@media screen and (max-width: 640px) {
/*sp専用メニュー*/
	#sp_gnav {
		display: none;
		position: fixed;
		top: 62px;
		left: 0;
		width: 100%;
		height: calc(100% - 56px);
		z-index: 900;
		background: #FFCCCE;
		/*background: rgba(0,0,0,0.4);*/
		border-bottom: none;
		height: 97%;
		overflow: auto;
		padding: 0px 3% 25px;
	}
	#sp_gnav .sp_glist {
	}
	#sp_gnav .sp_glist ul{ /* Safari */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#sp_gnav .sp_glist > ul > li{
		border-bottom: 1px solid #fff;
	}
	#sp_gnav .sp_glist > ul > li > a {
		display: block;
		padding: 21px 0px;
		color: #fff;
		font-family: "A1 Mincho", serif;
		letter-spacing: 2.0px;
		font-size: 4.9vw;
	}

}
/*------------------------------------------
    mainエリア
------------------------------------------*/
article.main {
	margin-top: 0px;
	padding-bottom:0px;
}
@media screen and (max-width: 640px) {
	article.main {
		margin-top: 0px;
		padding-bottom:0px;
	}
}
/*------------------------------------------
    topへもどる
------------------------------------------*/
.gotop{
	display:none;
	position:fixed;
	right:50px;
	bottom:60px;
	width:50px;
	height:50px;
	overflow: hidden;
	background:#666666;
	transition: 0.4s;
	z-index: 100;
}
.gotop:hover{
	opacity: 0.7;
}

i.fa-angle-up{
	display:block;
	margin:0 auto;
	padding-top:2px;
	padding-left:10px;
	font-size:44px !important;
	color:#FFF;
}
@media screen and (max-width: 640px) {
	.gotop{
		right:4%;
		bottom:43px;
		width:40px;
		height:40px;
		opacity:0.8;/*スマホの時だけ透過する*/
	}
	i.fa-angle-up{
		padding-top:4px;
		font-size:29px !important;
	}
}
/*------------------------------------------
	フッター
------------------------------------------*/
#footer {
	width: 100%;
    min-width: 1040px;
	border-top: 1px solid #ddd;
}
#footer .footer_area { /* Safari */
	padding-top: 80px;
}
#footer .footer_area .footmenu { /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; /* Safari */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* Safari */
	-webkit-box-orient: vertical;
	-webkit-box-align:center;
    -ms-flex-align:center;
     align-items:center;
     margin-bottom: 45px;
}

#footer .footer_area .footmenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; /* Safari */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* Safari */
	-webkit-box-orient: vertical;
}

#footer .footer_area .footmenu ul li{
	position: relative;
}

#footer .footer_area .footmenu ul li::after{
	position: absolute;
	top:20%;
	right:0;
	content: "";
	width: 1px;
	height: 60%;
	background-color: #666;
}

#footer .footer_area .footmenu ul li a{
	padding: 0px 30px;
	font-family :YuMincho,'Yu Mincho',serif;
	font-size: 1.00rem;
	letter-spacing: 3px;
	color: #666;
	transition: 0.4s;
}

#footer .footer_area .footmenu ul li a:hover{
	color: #ccc;
}


#footer .footer_area .footmenu p.f_insta {
	display: flex;
	flex-wrap: nowrap;
	width: auto;
	/*width: 28px;*/
	margin-left: 30px;
}

#footer .footer_area .footmenu p.f_insta a{
	display: flex;
	align-items: center;
}

#footer .footer_area .footmenu p.f_insta a span{
	font-family: YuMincho,'Yu Mincho',serif;
	font-size: 1.00rem;
	letter-spacing: 3px;
	color:#666;
}

#footer .footer_area .footmenu p.f_insta a:hover span{
	color:#999;
}


#footer .footer_area .footmenu p.f_insta img{
	width: 35px;
	padding: 0 3px;
}


/*--- コピーライト ---*/
.copyright {
	margin-bottom: 75px;
	text-align: center;
	font-size: 0.8rem;
	font-family :YuMincho,'Yu Mincho',serif;
	letter-spacing: 3px;
	color: #666;
}

.foot_logo {
	margin-bottom: 75px;
	text-align: center;
	/*font-family: 'Montserrat', sans-serif;*/
}

.foot_logo img{
	width: 192px;
}



@media screen and (max-width: 640px) {
	#footer{
		min-width: auto;
		border-top: none;
	}

	#footer .footer_area {
		padding: 25px 0 0;
	}
	#footer .footer_area .footmenu {
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap:wrap;
		margin-bottom: 0px;
	}
	#footer .footer_area .footmenu ul{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
    	-ms-flex-direction:column;
        flex-direction:column;
		width: 100%;
		margin-bottom: 25px;
	}
	#footer .footer_area .footmenu ul li{
		text-align: center;
	}
	#footer .footer_area .footmenu ul li::after{
		content: "\f105";
		font-family: FontAwesome;
		top:50%;
		right:15px;
        transform: translate(0, -50%);
		margin:auto;
		background-color: transparent;
		width: 4%;
		height: auto;
		font-size: 9.1vw;
		color: #ccc;
	}
	#footer .footer_area .footmenu ul li a{
		display: block;
		padding:13px 0;
		font-size: 4.9vw;
		letter-spacing: 1px;
		border-bottom: 1px solid #ccc;
	}

	#footer .footer_area .footmenu ul li:first-child a{
		border-top: 1px solid #ccc;
	}


	#footer .footer_area .footmenu .f_sp_twin{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
  		-webkit-box-align:center;
  		-ms-flex-align:center;
  		align-items:center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	}
	#footer .footer_area .footmenu .f_logo{
		margin-bottom: 0px;
		width: 130px;
	}

	#footer .footer_area .footmenu p.f_insta a span{
		display: none;
	}

	#footer .footer_area .footmenu p.f_insta a + a{
		margin-left: 15px;
	}

	#footer .footer_area .footmenu p.f_insta img{
		width: 28px;
	}

	.copyright {
		font-size: 4.2vw;
		line-height: 9.3vw;
		letter-spacing: 1px;
		margin: 0 auto;
	}
}