@charset "UTF-8";
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;/* Yutaka added */
  vertical-align: baseline;
}
html {
	 font-size: 62.5%;
}
body {
  text-align: justify;
  /*line-height: 1.8em;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
	width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*--------------------------------------------------
  page link 調整
--------------------------------------------------*/
/*.anchor01 {
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}
.anchor02 {
	display: block;
	padding-top: 30px;
	margin-top: -30px;
}
.anchor03 {
	display: block;
	padding-top: 130px;
	margin-top: -130px;
}

@media screen and (max-width: 750px){
.anchor01 {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
.anchor02 {
	display: block;
	padding-top: 10px;
	margin-top: -10px;
}	
.anchor03 {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}	
}*/

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	background: #F0ECE4;
  color:#553023;
	width: 100%;
	font-size: 16px;
	 font-family: "Zen Kaku Gothic New",sans-serif;
	  font-weight: 400;
	  font-style: normal;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
	text-indent: inherit;
	line-height: 1.6;
	letter-spacing: 0.15rem;
	padding-top: 130px;
}
body, html {
	/* important */
	height: 100%;
}
a {
	display: block;
  text-decoration: none;
	color: #553023;
	transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
body .inner {
	max-width: 1280px;
	padding: 0 40px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}


/*----- font -----*/
.f-bold {
	font-weight: bold;
}
.fl01 {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fl02 {
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.eng,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.5;
}

/* tablet ------------------------------*/
@media screen and (max-width: 768px){
	body {
		min-width: 100%;
		font-size: 13px;
		/*line-height: 1.8em;*/
		padding-top: 50px;
	}	
	body .inner {
	max-width: 100%;
	padding: 0 1.4em;
}
	.fl01 {
		display: block;
	}	
	.fl02 {
		display: block;
	}
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block !important;
	}
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.5s;
	box-sizing: border-box;
}
header .header-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
	box-sizing: border-box;
	transition: 0.5s;
	padding: 0 40px;
}
header .logo {
	width: 120px;
	height: auto;
	transition: 0.5s;
	box-sizing: border-box;
}
/*---------- g-nav ----------*/
header .g-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .g-nav .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .g-nav .right .yoyaku a{
	background: #553023;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	padding: 4px 40px;
	margin: 0 30px;
}
header .g-nav .right .insta{
	display: block;
	width: 30px;
}
/*---------- g-nav ----------*/
.menu {
	margin-left: auto;
}
.menu > li {
    float: left;
	box-sizing: border-box;
	text-align: center;
	margin-left: 24px;
}

.menu > li a {
    display: block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}




/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 20px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single ul.menu__second-level a{
	font-size: 11px;
}

li.menu__single:hover ul.menu__second-level {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav .header-block {
  padding: 20px 30px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	height: auto;
}
header.scroll-nav .upper {
	margin-bottom: 4px;
}



/* 「scroll-navクラス」がヘッダーについたとき */
header.scroll-nav .header-block {
	height: 80px;
}
header.scroll-nav .pc-nav .menu>li>a {
	font-size: 12px;
}
header.scroll-nav .logo {
	width: 80px;
	height: auto;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (max-width: 768px) {	
  header {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 8px 10px;
	  
  }
  header .header-block {
    display: block;
    height: auto;
    padding: 0 0;
  }
  header .logo {
    width: 15%;
  }
  header .pc-nav {
    display: none;
    width: 100%;
  }

  
  /* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav .header-block {
    padding: 0 0;
    background: none;
    box-shadow: none;
    height: auto;
  }
  header.scroll-nav .upper {
    margin-bottom: 0;
  }
  header.scroll-nav .logo {
    display: none;
  }
}


/*--------------------------------------
　SP Navi
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    display: table;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1000;
	  background: #553023;
	  box-sizing: border-box;
	  border-radius: 4px;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {
    display: block;
    margin: auto;
    height: 2px;
    width: 45%;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3) {
    margin-top: 5px; }
	.hb-open #hb-menu {
		border: none;
	}

  /* ナビゲーションアイコン：アクティブ */
  .hb-open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg); }

  .hb-open span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
    background: #fff;
    border-radius: 2px; }

  .hb-open span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #fff;
    border-radius: 2px; }


  /* overlay */
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
    z-index: 10;
    transition: 0.2s;
  }
  .hb-open .overlay {
    background: #fff;
    pointer-events: auto;
  }

  /*----- sp-g-nav -----*/
  .sp-g-nav {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 13px;
    z-index: 999;
  }
  .hb-open .sp-g-nav .g-nav-inner {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .sp-g-nav .g-nav-inner {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(252,246,247,1);
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .5s;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    z-index: 10;
  }
  .sp-g-nav .g-nav-inner .sp_menu_01{
    padding: 10px 0;
  }	
	.sp-g-nav li a {
		display: block;
		font-size: 15px;
		line-height: 1.5;
		position: relative;
	}
	.sp-g-nav .bottom {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	.sp-g-nav .bottom li {
		width: 48%;
	}
  .h_line {
    position: fixed;
    top: 0;
    right: 54px;
    z-index: 999;
	  height: 50px;
	  padding: 6px 10px 0 0;
  }  
	

	.sp-g-nav li .toggle_title:after {
		display: none;
	}

.toggle_title {
  position: relative;
  cursor: pointer; 
}
.toggle_ans {
  margin: 0;
  padding:20px 0 0 20px;
  display: none;
}

/*プラス*/
.plus {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
.plus:before,
.plus:after {
  display: block;
  content: "";
  background-color: #224488;
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}

.plus:before {
  width: 1px;
  height: 15px;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}

.toggle_ans a{ 
	margin-bottom: 10px;
}
header .bottom{
	width: 100%!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .bottom .yoyaku {
		width: 80%;
}
header .bottom .yoyaku a{
	background: #553023;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	
}
header .bottom .insta a{
	display: block;
	width: 40px;
	padding-left: 20px;
}
header .h_insta{
	display: block;
	width: 36px;
	position: absolute;
	right: 50px;
	top: 5px;
}
}



/*--------------------------------------------------
  fixed_header
--------------------------------------------------*/
/*.fixed_header {
	background: #fff;
	width: calc(100% - 317px);
	height: 100px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	z-index: 0;
}
.fixed_header .fixed_header_inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.fixed_header .fixed_nav {
	margin: 0 100px 0 0;
	box-sizing: border-box;
}
.fixed_header .fixed_nav ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.fixed_header .fixed_nav li {
	margin: 0 30px 0 0;
	box-sizing: border-box;
}
.fixed_header .fixed_nav li a {
	display: block;
}

@media screen and (max-width: 768px) {
	.fixed_header {
		display: none!important;
	}
}*/

