@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OPTIMA.ttf') format('ttf'), url('../fonts/OPTIMA.woff') format('woff');
    }
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NotoSerifJP-Regular.otf') format('otf'), url('../fonts/NotoSerifJP-Regular.woff') format('woff');
    }
body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 180%;
	color: #000;
	font-family: 'Optima' 'Noto Sans JP','ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.05em;
}
img {
	max-width: 100%;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.en{
	font-family: 'Optima';
}
.min{
    font-family: 'Noto Serif JP', serif;
}
.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.center{
	text-align: center;
}
/* ==================================
header
=====================================*/
.header_inner {
	display: block;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0 25px;
	position: relative;
    line-height: 1;
}
.header_inner .blog_header_innner{
    display: block;
	max-width: 1200px;
	margin: auto;
	padding: 45px 0 25px;
	position: relative;
    line-height: 1;
}
.header_logoArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header_inner  h1 {
	font-size: 40px;
	margin: 0 auto 50px;
	font-family: calluna, serif;
	font-weight: 600!important;
	font-style: normal;
	color: #000000;
	letter-spacing: 2px;
}
.header_inner  h1 .blog_header{
    font-size: 40px;
    margin: 0 auto 50px;
    font-family: calluna, serif;
    font-weight: 600!important;
    font-style: normal;
    color: #000000;
    letter-spacing: 2px;
}
.header_inner .header_cv{
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header_inner .header_cv .headerBusiness a {
	display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 55px;
    width: 230px;
    height: 60px;
    text-align: center;
	padding-left: 35px;
    background: #000 url(../../commons/img/ico_cart_white.png)no-repeat left 45px top 15px / 24px auto;
}


.header_inner .header_content {
	width: 100%;
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1;
}

.header_inner .header_content nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 80%;
	max-width: 1100px;
	margin: auto;
	font-size: 20px;
	letter-spacing: .075em;
    position: relative;
    z-index: 1;
}
.header_inner .header_content .header_ja {
	display: block;
	text-align: center;
	font-size: 13px;
	letter-spacing: .1em;
	margin-top: 10px;
	color: #437a7a;
}
li.icon_tel::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
li.icon_web::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_web.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
 


/* ドロップダウンのメニュー 
=====================*/
header .menu ul li.dropmenu{
    position: relative;
    z-index: 0;
    padding-bottom: 5px;
}
header .menu ul li.dropmenu ul.dropmenuContent {
	display: none;
	width: 95px;
    position: absolute;
    top: 35px;
    z-index: 1;
    padding-top: 20px;
}
header .menu ul li.dropmenu:hover .dropmenuContent {
    display: block;
    opacity: 1;
    z-index: 1;
}
header .menu ul li.dropmenu ul li {
	width: 120px;
	height: 35px;
	background: #536262;
	text-align: center;
	margin-bottom: 15px;
    opacity: 1;
	
}
header .menu ul li ul li a {
	font-size: 13px;
    color: #fff;
	line-height: 35px;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	
}
header .menu ul li.dropmenu ul li a:hover{
    background: #b3d7ff;
    color: rgb(65, 65, 65);
}
/* main部分
=======================*/
.wrapper {
	width: 100%;
	position: relative;
}
/*  　inviewContents関連　  */
.inviewContents {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	-webkit-transition: .8s;
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ==========================
footer 
=============================*/
footer {
	padding: 45px 0 0;
	background: #b9c6c6;
	margin-top: 90px;
}
.footer_white{
	 background-color: #fff;
    padding: 30px 0;
}
.footerSitetitle {
	height: auto;
    font-size: 35px;
  	 width: 1300px;
	margin: auto;
	font-family: calluna, serif;
	
}
.footerSitetitle a {
	width: 100%;
	height: 100%;
}
.footerBusinessLink {
	width: 280px;
	margin: 30px auto 0;
}
.footerBusinessLink a {
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: url(../img/ico_arrow_grn.png) no-repeat center right 22px / 25px auto,#fff;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-left: 25px;
}
.footer_inofo_line{
	width: 100%;
	border-bottom: 1px solid #000;
}
.footer_info{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 1300px;
	margin: auto;
/*	padding: 50px 0;*/
}
.footer_address,.footer_rsv{
	border-right: 1px solid #000;
	margin-right: 30px;
	padding: 50px 30px 50px 0;
}
.footer_other{
	padding: 50px 30px 50px 0;
}
.footer_title{
	font-size: 25px;
	margin-bottom:30px; 
	letter-spacing: 2px;
}
.footer_text{
	font-size: 14px;
}
.footer_icon_space{
	margin-bottom: 10px;
}
.footer_icon_tel:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_web:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_web.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_line:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_insta:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url("../../commons/img/ico_insta.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_shop:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url("../../commons/img/ico_cart.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
footer .copyright {
	width: 1300px;
	margin: auto;
	padding: 25px 0 30px;
}
footer .copyright,
footer .copyright a {
	font-size: 13px;
	color: #000;
	line-height: 1.8em;
}
@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
		font-size: 14px;
	}
	/*header
	========================================*/
	.header_inner .header_cv{
		right: inherit;
		left: 0px;
		top: -1px;
	}
	.header_inner .header_cv .headerBusiness a{
	height: 40px;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: .05em;
    width: 140px;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 27px;
    background: #000 url(../../commons/img/ico_cart_white.png)no-repeat left 20px top 10px / 20px auto;
}
	.header_inner .header_cv .headerInsta a{
		height: 30px;
		width: 30px;
		padding: 3px;
		border-radius: 0 0 10px 0;
	}
	.header_inner .header_cv .headerInsta a img{
		display: block;
		width: auto;
		height: 100%;
		margin: auto;
	}
	.header_inner {
		display: block;
		padding: 45px 0 0;
	}
	.header_inner h1 {
	width: 100%;
    font-size: 22px;
    margin: 20px auto 20px;
    font-family: calluna, serif;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-align: center;
	}
	.header_cv {
		display: none;
	}
	.header_inner .header_content nav ul {
		display: block;
	}
	header .menu_btn {
		display: block;
		width: 50px;
		height: 40px;
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 99;
		padding: 10px 8px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.open header .menu_btn {
		display: block;
		line-height: 30px;
		text-align: center;
		z-index: 999;
	}
	header .menu_btn span {
		display: block;
		width: 34px;
		height: 2px;
		background: #000;
		border-radius: 5px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	header .menu_btn span.middle {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	header .menu_btn span.bottom {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	.open header .menu_btn span {
		background: #fff;
	}
	.open header .menu_btn span.middle {
		background: rgba(255, 255, 255, 0);
	}
	.open header .menu_btn span.top {
		-webkit-transform: rotate(-45deg) translate(-8px, 12px);
		transform: rotate(-45deg) translate(-8px, 12px);
	}
	.open header .menu_btn span.bottom {
		-webkit-transform: rotate(45deg) translate(9px, 5px);
		transform: rotate(45deg) translate(9px, 5px);
	}
	header .menu_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:#4a4f4fe0;
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header .menu {
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}
	header .menu ul {
		display: block;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 70px 0 0;
	}
	header .menu ul li {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	header .menu ul li.sp {
		font-size: 13px;
	}
	header .menu ul li a {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 14px;
		line-height: 1.6em;
		letter-spacing: .25em;
		color: #fff;
		position: relative;
	}
	.header_inner .header_content .header_ja {
		color: #efefef;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	/*   サブメニューの開き方  */
	.acd-label {
		color: #fff;
		margin-bottom: 1px;
		padding: 0;
		display: block;
		margin: 15px 0;
	}
	.acd-content {
		border-top: 1px dotted #fff;
		height: 0;
		opacity: 0;
		display: none;
		padding: 0 10px;
		-webkit-transition: .5s;
		transition: .5s;
		visibility: hidden;
		background: rgba(255, 250, 187, .40)
	}
	.acd-check:checked + .acd-label + .acd-content {
		height: auto;
		opacity: 1;
		margin-top: 10px;
		visibility: visible;
		display: block;
	}
	.acd-check:checked + li.sp_recruit {
		padding-bottom: 0;
	}
	header .menu ul.sp_submenu,
	header .menu ul.sp_submenu li:nth-child(1),
	header .menu ul.sp_submenu li:nth-child(2) {
		padding: 0;
		border: 0;
	}
	header .menu ul li ul li:first-child a {
		border-bottom: dotted 1px #fff;
	}
	/*  .main
    =============================================  */
	.wrapper {
		padding-bottom: 0;
	}
	/*  ============================================  
    footer
    ============================================*/
	
	footer {
	padding: 45px 0 0;
	background: #b9c6c6;
/*	margin-top: 90px;*/
}
.footer_white{
	 background-color: #fff;
    padding: 20px 0;
}
.footerSitetitle {
	height: auto;
    font-size: 23px;
  	 width: 90%;
	margin: auto;
	font-family: calluna, serif;
	
}
.footerSitetitle a {
	width: 90%;
	height: 100%;
}
.footerBusinessLink {
	width: 280px;
	margin: 30px auto 0;
}
.footerBusinessLink a {
	display: inline-block;
	width: 90%;
	height: 48px;
	line-height: 48px;
	background: url(../img/ico_arrow_grn.png) no-repeat center right 22px / 25px auto,#fff;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	padding-left: 25px;
}
.footer_inofo_line{
	width: 100%;
	border-bottom: 1px solid #000;
}
.footer_info{
	display: block;
	width: 90%;
	margin: auto;
}
.footer_address,.footer_rsv{
	border-right: none;
	margin-right: 0px;
	padding: 30px 0px 0px 0;
}
.footer_other{
	padding: 40px 30px 20px 0;
}
.footer_title{
	font-size: 20px;
	margin-bottom:10px; 
	letter-spacing: 2px;
}
.footer_text{
	font-size: 13px;
}
.footer_icon_space{
	margin-bottom: 10px;
}
.footer_icon_tel:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_web:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_web.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_line:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url(../../commons/img/ico_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_insta:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url("../../commons/img/ico_insta.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_icon_shop:before{
 	content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background-image: url("../../commons/img/ico_cart.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
footer .copyright {
	width: 90%;
	margin: auto;
	padding: 25px 0 30px;
}
footer .copyright,
footer .copyright a {
	font-size: 13px;
	color: #000;
	line-height: 1.8em;
}
	
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: inline-block;
	}
	.pc {
		display: none !important;
	}
}
