@charset "UTF-8";
/* -------- CLEAR -------- */
.clear {clear: both;}

.cf:after {
  clear: both;
  display: block;
  content: "";
}

/* -------- CLEAR -------- */
.pc{display: inherit;}
.sp{display: none;}
/* =====================================
	common
===================================== */
html {
	font-size: 10px;
}

body {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Robot, Meiryo, 'メイリオ', "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
	color: #333;
	background: #f3f3f3;
}


a:link, a:visited { color: #333; text-decoration: none; }

@media screen and (min-width: 769px) {
/*a{
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
}*/
a:hover{
	opacity: .7;
	text-decoration: none;
}
}

img {
	max-width: 100%;
	height: auto;
}


*{
	box-sizing: border-box;
}

#wrapper {
	position: relative;
	max-width: 1920px;
}

.txt_ge{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}

#contents{
	padding: 10px 10px 0 10px;
	/*width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
  	width: calc(100% - 210px);
	float: left;*/
	position: relative;
    padding-left: 210px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
.pc{display: none;}
.sp{display: inherit;}

#wrapper {
	width: 100%;
	min-width: 100%;
}

#contents {
    padding: 50px 0 0;
    width: 100%;
    float: none;
}

}

/* =====================================
	header
===================================== */
header{
	position: fixed;
	top: 0;
    left: 0;
    display: block;
	padding: 70px 0 50px;
	width: 200px;
	height: 100vh;
	text-align: center;
	background: #fff;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

header h1{
	margin-bottom: 10px;
}

header h1 a:hover{
	opacity: 1;
}

header .language{
	font-size: 15px;
	font-size: 1.5rem;
}

header .language a{
    transition: 0.25s;
}

header .language img{
	vertical-align: baseline;
}

header .gnav{
	margin: 50px 0;
}

header .gnav li{
	font-size: 17px;
	font-size: 1.7rem;
}

header .gnav li a{
	display: block;
	line-height: 50px;
    transition: 0.25s;
}

header .gnav li a:hover,
header .gnav li.active a{
	background: #666;
	color: #fff;
	opacity: 1;
}

header .contact_area{
	font-size: 16px;
	font-size: 1.6rem;
}

header .contact_area li{
	margin-bottom: 10px;
	text-align: center;
}

header .contact_area a{
	display: inline-block;
	width: 130px;
	line-height: 34px;
	border-radius: 2px;
	background: #eb5c02;
	color: #fff;
    transition: 0.25s;
}

header .contact_area a:hover{
	background: #e94e00;
	opacity: 1;
}


header .sns{
	margin: 23px 0 0;
}

header .sns li{
	display: inline-block;
	margin: 0 8px;
}

header .sns li img{
	width: 20px;
	vertical-align: middle;
}
header .sns .sns-icon--yt img{
	width: 26px;
}

/*----nav header-------------*/
.menu-btn {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.menu-btn a {
	width: 50px;
	height: 50px;
    display: block;
    text-decoration: none;
    border-left: 1px solid #ccc;
}

.menu-btn a:hover{
	opacity: 1;
}

.btn-open{
	background: url(../img/common/btn_open.png) no-repeat center center;
	background-size: 25px auto;
}

.btn-close {
	background: rgba(0,0,0,.8) url(../img/common/btn_close.png) no-repeat center center;
	background-size: 28px auto;
}

.overlay_content {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
   /* background: rgba(0,0,0,.8);*/
}

/*----nav header logo group-------------*/
.logo-group-wrapper {
	width: 130px;
	margin: 0 auto 28px;
}
.logo-group {
	display: none;
	margin-bottom: 41px;
	padding-top: 20px;
}
.logo-group__item {
	opacity: 0;
}
.logo-group__item a {
	display: block;
}
.logo-group__item img {
	backface-visibility: hidden;
}
.logo-group__item.logo-group__item--people {
	margin-bottom: 34px;
}
.logo-group__item.logo-group__item--style {
	margin-bottom: 30px;
}
.logo-group__item.logo-group__item--nansei {
	margin-bottom: 35px;
}
.logo-group__item.logo-group__item--cafe {}
.logo-group__item.logo-group__item--people img,
.logo-group__item.logo-group__item--style img {
	width: 130px;
}
.logo-group__item.logo-group__item--nansei img {
	width: 131px;
}
.logo-group__item.logo-group__item--cafe img {
	width: 94px;
}
.logo-group-toggle {
	cursor: pointer;
	padding-right: 15px;
}
.logo-group-toggle.is_open {
	border-top: 1px solid #e5e5e5;
}
.logo-group-toggle__btn {
	display: inline-block;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Robot, Meiryo, 'メイリオ', "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	padding: 10px 0;
	position: relative;
}
.logo-group-toggle__btn:after {
	content: '';
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #333333 transparent transparent transparent;
	width: 0;
	height: 0;
	top: 54%;
	right: -17px;
	transform:translateY(-50%);
	position: absolute;
}
.logo-group-toggle.is_open .logo-group-toggle__btn:after {
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #333333 transparent;
}

@media screen and (max-width: 768px) {

.overlay_content .nav_sp{
	float: right;
	padding: 50px 15px 45px;
	background: rgba(0,0,0,.8);
	width: 45%;
	max-width: 180px;
	min-height: 530px;
	text-align: center;
	color: #fff;
}

.overlay_content .nav_sp a{
	color: #fff;
	font-weight: 100;
}

/*----nav header logo group sp-------------*/
.logo-group-wrapper {
	float: right;
	background-color: rgba(255,255,255,0.9);
	width: 40%;
	max-width: 160px;
	margin: 0 auto;
	min-height: 530px;
	position: relative;
}

.logo-group {
	display: block;
	width: 91px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	-webkit-transform: translate(-50%,-55%);
}
.logo-group__item {
	opacity: 1;
}
.logo-group__item a {
	display: block;
	text-align: center;
}
.logo-group__item img {
	backface-visibility: visible;
}

.logo-group__item.logo-group__item--people {
	margin-bottom: 34px;
}
.logo-group__item.logo-group__item--style {
	margin-bottom: 30px;
}
.logo-group__item.logo-group__item--nansei {
	margin-bottom: 35px;
}
.logo-group__item.logo-group__item--cafe {}
.logo-group__item.logo-group__item--people img {
	width: 91px;
}
.logo-group__item.logo-group__item--style img {
	width: 84px;
}
.logo-group__item.logo-group__item--nansei img {
	width: 84px;
}
.logo-group__item.logo-group__item--cafe img {
	width: 55px;
}

/* =====================================
	header
===================================== */
header{
	padding: 8px 22px;
	width: 100%;
	height: 50px;
	float: none;
	text-align: left;
	background: #fff;
	z-index: 1000;
}

header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
    margin-bottom: 0;
    z-index: 1;
}

header h1 img{
    height: 28px;
}

header .head_link{
	padding: 12px 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	z-index: 1;
}

header .head_link a{
	margin: 0 15px;
	font-weight: 100;
}

header .gnav {
    margin:31px 0 42px;
}

header .gnav li a:hover,
header .gnav li.active a{
	background: none;
	opacity: .7;
}


}

/* =====================================
	footer
===================================== */
footer p{
	margin: 10px 0 18px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

footer p small{
	display: inline-block;
	margin-left: 30px;
	font-size: 10px;
	font-size: 1rem;
}

/* =====================================
	パンくず
===================================== */
#breadCrumb{
	margin: 5px 0 15px;
	 overflow: hidden;
	 width: 100%;
}

#breadCrumb ul{
 	display:table;
}

#breadCrumb li{
	 display:table-cell;
	 white-space:nowrap;
	 font-size: 10px;
	font-size: 1rem;
	 color: #a9a9a9;
}

#breadCrumb a{
	/*margin-left: 3px;*/
	 color: #a9a9a9;
	 position: relative;
}

#breadCrumb a span{
	color: #a9a9a9;
	/*margin-left:2px;
	margin-right: 2px;*/
}

@media screen and (max-width: 768px) {
/* =====================================
	パンくず
===================================== */
#breadCrumb{
	margin: 10px;
	 overflow: hidden;
	 width: 100%;
}


/* =====================================
	footer
===================================== */
footer p{
	position: relative;
	margin: 18px 0;
	text-align: left;
}

footer p small{
	position: absolute;
	top: 5px;
	right: 10px;
	display: inline-block;
	margin-left: 30px;
	font-size: 10px;
	font-size: 1rem;
}


}


