@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

header{
	width:100%;
	position: fixed;
	z-index: 999;
	transition:all 0.5s ease-in-out;
}
header.on{
	background: rgba(0,0,0,0.6)
}

div.header{
	margin:0 auto;
	position:relative;
	max-width:100%;
	padding: 0 20px;
	height:100px;
	box-sizing: content-box;
}

div.header h1{
	position:absolute;
	top:19px;
	left:20px;
	line-height:0;
	font-size:0;
}

.nav_btn{
	position: fixed;
	top:20px;
	right: 20px;
	width: 50px;
	height: 58px;
	margin: 0 auto;
	transition:all 0.5s ease-in-out;
	cursor: pointer;
	z-index: 999999;
}

.nav_btn.opened {
	/*background:rgba(255,255,255,0.7);*/
}
.nav_btn hr{
	width:100%;
	background:#fff;
	height:5px;
	position:absolute;
	border:none;
	transform-origin:center center;
	left:0;
	right:0;
	margin:0 auto;
	transition:top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s;
}
.nav_btn.opened hr{
	transition:top 0.2s ease-in-out 0s,transform 0.2s ease-in-out 0.3s;
}
.nav_btn hr:nth-child(1){
	top:0;
}
.nav_btn hr:nth-child(2){
	top:27%;
}
.nav_btn hr:nth-child(3){
	top:54%;
}
.nav_btn.opened hr:nth-child(1){
	transform:rotate(45deg);
	top:35%;
}
.nav_btn.opened hr:nth-child(2){
	transform:scaleX(0);
	top:35%;
}
.nav_btn.opened hr:nth-child(3){
	transform:rotate(-45deg);
	top:35%;
}
.nav_btn:after {
	content:"MENU";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25%;
	font-family: 'Sorts Mill Goudy',"Times New Roman", Times, serif;
	font-size:13px;
	/*font-weight:bold;*/
	color:#fff;
	text-align:center;
	transition:all 0.5s ease-in-out;
}
.nav_btn:before {
	content:"CLOSE";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25%;
	font-family: 'Sorts Mill Goudy',"Times New Roman", Times, serif;
	font-size:13px;
	/*font-weight:bold;*/
	color:#fff;
	text-align:center;
	transition:all 0.5s ease-in-out;
	opacity:0;
}
.nav_btn.opened:after {
	opacity:0;
}
.nav_btn.opened:before {
	opacity:1;
}




nav.gnavi_wrap{
	position:relative;
}


ul.sp_nav {
	position:fixed;
	top:0;
	right:0;
	width: 350px;
	height: 100%;
	padding: 100px 0 20px;
	background:rgba(0,0,0,0.8);
	z-index:9999;
	opacity: 0;
	transform: translateX(100%);
	transition:all 0.3s linear;
	overflow: hidden;
}
ul.sp_nav.side-open {
	transform: none;
	opacity: 1;
}
.sp_nav li {
	box-sizing: border-box;
	line-height:55px;
}
.sp_nav li:not(.insta) a {
	padding:0 20px;
	display:block;
	color:#fff;
	font-size: 18px;
	font-family:"游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
	position: relative;
}
.sp_nav li a span {
	position: absolute;
	right: 20px;
	font-size: 16px;
	/*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
}
.sp_nav li:not(.insta) a:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #373866;
	transform: translateX(-100%);
	transition:all 0.3s ease-in-out;
	z-index: -1;
}
.sp_nav li a.cr:before,.sp_nav li a:hover:before {
	transform: none;
}
.sp_nav li a.cr:before {
	background: #3a2160;
}


.sp_nav li.insta {
	text-align: center;
	display: none;
}




div.contents_wrap{
	width:100%;
	overflow: hidden;
}

ul.breadlist{
	max-width:960px;
	margin:0 auto ;
	padding:10px 10px;
	box-sizing: content-box;
}

ul.breadlist li{
	display: inline-block;
}

ul.breadlist li:after{
	content: "> ";
}

ul.breadlist li:last-child:after{
	content: none;
}

ul.breadlist li a{
	text-decoration: underline;
}

ul.breadlist li a:hover{
	text-decoration: none;
}

div.container{
	max-width:1280px;
	margin:0 auto;
	padding:50px 10px 50px;
	box-sizing: content-box;
	overflow: hidden;
}

footer{
	width:100%;
	background: #222222;
	/*	background: url(../images/common/f_bg.jpg);*/
	/* background: #7f7f7f; */
}

div.footer{
	max-width:1280px;
	margin:0 auto;
	padding:50px 10px 30px;
	box-sizing: content-box;
	color: #fff;
}

.info_wrap {
	float: right;
	width: 48%;
}
.info_ttl {
	font-size: 24px;
	line-height: 45px;
	border-top: dotted 1px #fff;
}
dl.info {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	border-top: dotted 1px #fff;
}
dl.info:last-child{
	border-bottom: dotted 1px #fff;
}
dl.info dt{
	display: block;
	width: 114px;
	padding: 14px 0;
	/*clear: left;
	float: left;*/
/*	border-bottom: dotted 1px #fff;*/
	margin-right: 1px;
}

dl.info dd{
	display: block;
	width: calc(100% - 115px);
	padding: 14px 0;
	/*float: left;*/
	/*border-bottom: dotted 1px #fff;*/
}


.cblock {
	float: left;
	/*width: 40%;*/
	width: 50%;
}
.f_logo {
	margin-bottom: 30px;
}
.f_address {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.f_btn {
	font-size: 0;
	letter-spacing: -40em;
}
.f_btn li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.f_btn .insta {
	max-width: 40px;
	display: none;
}
.f_btn .blog {
	max-width: 40px;
}
.f_btn .inc {
	max-width: 330px;
}



.copyright{
	padding:10px 0;
	color: #fff;
}
address{
	max-width:12/0px;
	margin:0 auto;
	box-sizing: content-box;
	padding:0 10px;
	text-align:center;
	font-style:normal;
	font-size:12px;
}

.pagetop {
	position: absolute;
	right: 15px;
	bottom:15px;
}

.img_cap{
	position: relative;
}

.img_cap span{
	background: rgba(0,0,0,0.6);
	font-size:10px;
	display: block;
	padding:3px 5px;
	line-height: 1.5;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.img_cap.white span{
	background: rgba(255,255,255,0.6);
	color: #333333;
}

button,
*:focus,
*:active{
  outline: none;
}


@media screen and (max-width: 1200px){
	.sp_nav li {
		line-height:45px;
	}
}

@media screen and (max-width: 767px){

	div.header{
		height:70px;
	}

	div.header h1{
		top:8px;
		left:10px;
		width: 200px;
	}

	.nav_btn{
		top:10px;
		right: 10px;
		width: 38px;
		height: 42px;
	}
	.nav_btn hr{
		height:4px;
	}
	.nav_btn:after {
		font-size:11px;
	}
	.nav_btn:before {
		font-size:11px;
	}
	
	ul.sp_nav {
		padding: 90px 0 20px;
		width: 300px;
	}
	
	.sp_nav li:not(.insta) a {
		padding:0 20px;
		font-size: 16px;
		line-height: 50px;
	}
	.sp_nav li a span {
		right: 20px;
		font-size: 14px;
	}
	
	
	div.container{
		padding:35px 10px 35px;
	}

	
	
	div.footer{
		padding:35px 25px 20px;
	}

	.info_wrap {
		width: 100%;
		margin-bottom: 40px;
	}
	.info_ttl {
		font-size: 20px;
		line-height: 40px;
	}
	dl.info {
		width: 100%;
		font-size: 12px;
		line-height: 1.6;
	}

	dl.info dt{
		display: inherit;
		width: 100%;
		float: none;
		border-bottom: none;
		padding: 8px 0 0;
	}

	dl.info dd{
		display: inherit;
		width: 100%;
		float: none;
	/*	border-bottom: dotted 1px #fff;*/
		padding: 0 0 8px;
	}


	.cblock {
		float: none;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.f_logo {
		margin-bottom: 20px;
	}
	.f_address {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.f_btn {
		text-align: center;
	}
	.f_btn li {
		display: inline-block;
		margin-right: 0;
		padding: 0 15px;
		box-sizing: content-box;
	}


	.pagetop {
		right: 5px;
		bottom:35px;
		width: 40px;
	}
	
}


@media screen and (max-width: 600px){

	
}