@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}
*, *:after, *:before {
  box-sizing: border-box;
}
body {
  color: #684d3b;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
}
img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
a:hover {
  /*	color: #684d3b;*/
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer;
}
/*モーダル青い線*/
img { /*画像の上の謎の空白の隙間を消す*/
  vertical-align: top;
}
.is-fixed {
  height: 100%;
  overflow: hidden;
}
.none {
  display: none;
}
* {
  box-sizing: border-box;
}
/*---改行----PCで有効*/
.pc_hid {
  display: block;
}
/*PCで無効*/
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
.pc_hid {
  display: none;
}
/********ヘッダー********/
.header__white, .header__black {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 999;
}
.fixed_drawer {
  display: none;
}
.header__white__container {
  width: 90.28%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 15px;
  background-size: cover;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}
.header__container {
  width: 100%;
  max-width: 1440px;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
}
.header__container_inner {
  width: 90.28%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 10px;
}
.header__container h1 {
  width: 3.38%;
  min-width: 40px;
}
.header__white__container h1 {
  width: 70px;
}
.header__white__container > nav, .header__container > nav {
  width: 90%;
  max-width: 800px;
}
.header__white__container nav > ul, .header__container nav > ul {
  width: 100%;
  display: flex;
  justify-content: flex-end; /*space-around;*/
}
.nav-text {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
}
.header__container nav ul li a {
  color: #684d3b;
}
.header__white__container nav > ul, .header__container nav > ul {
  position: relative;
}
.spot { /*目的から探す*/
  position: relative;
}
/*第二階層矢印*/
.has-child::before, .has-child2::before /*k*/ {
  content: "";
  position: absolute;
  top: 30%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.header__container_inner nav ul li.has-child::before {
  border-top: 2px solid #684d3b;
  border-right: 2px solid #684d3b;
}
.has-child ul, .has-child2 ul /*k*/ { /*ドロップダウンで表示される第二、第三階層メニュー共通*/
  position: absolute;
  display: block;
  left: 0;
  top: 40px;
  z-index: 4;
  text-align: left;
  width: 160px; /*k*/
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  padding: 10px 10px 0; /*k*/
}
.has-child ul li, .has-child2 ul li /*k*/ {
  margin-bottom: 10px;
}
.header__white__container nav li.has-child:hover > ul, .header__container_inner nav li.has-child:hover > ul, .header__white__container nav li.has-child:active > ul, .header__container_inner nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}
.header__white__container nav ul li > ul {
  display: block;
}
nav ul ul {
  display: block;
}
.header__black {
  position: absolute;
  top: -500px; /*上に隠す*/
}
.fixed-navigation {
  margin-right: 50px;
}
/*.header__container_inner nav li.has-child:hover > ul,.header__container_inner　nav li.has-child:active > ul{
  background-color: rgba(255,255,255,0.7);
  padding-left: 5px;
}背景色の点滅修正のためmediaクエリで表記↓*/
@media screen and (min-width:888px) {
  .header__container_inner nav li.has-child:hover > ul, .header__container_inner nav li.has-child:active > ul {
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 5px;
  }
}
.header__container-drawer, .header__white-drawer {
  display: none;
}
.burger-btn {
  display: none;
}
@media screen and (max-width:887px) {
  .fixed_drawer {
    display: block;
  }
  .header__white-drawer {
    display: inline-block;
  }
  .header__white__container > nav, .header__container_inner > nav {
    display: none;
  }
  .header__white__container h1 {
    width: 40px;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
  /* 以下、ハンバーガーボタン */
  .burger-btn {
    display: block;
    width: 50px;
    height: 39px;
    position: relative;
    z-index: 15;
    border: none;
  }
  .bar {
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .bar_brown {
    background-color: #684d3b;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
    background-color: #684d3b;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
    background-color: #684d3b;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
    background-color: #684d3b;
  }
  /* 以下、ハンバーガーメニュー */
  .nav-wrapper, .fixed_drawer {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all ease 1.5s;
    z-inde: 10;
  }
  .header-nav, .fixed_drawer-nav {
    /*  width: 100%;        */
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 2;
    margin-left: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
  }
  .fixed_drawer-nav {
    background-color: rgba(255, 255, 255, 1);
  }
  .header-nav .nav-list, .fixed_drawer-nav .fixed_drawer-list {
    display: block;
    text-align: center;
  }
  .nav-item {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .nav-item:nth-of-type(7) {
    margin-bottom: 0;
  }
  .nav-item a {
    font-size: 1.6rem;
    color: #684d3b;
    display: flex;
    flex-direction: column;
  }
  .nav-item a span {
    font-size: 1.2rem;
    color: #cdcdcd;
  }
  .nav-logo {
    width: 60px;
    margin: 0 auto 32px;
  }
  .nav-text {
    font-size: 2.4rem;
  }
  /* メニューオープン時 */
  .nav-wrapper.fade, .fixed-2.fade {
    visibility: visible;
    opacity: 1;
  }
  .stop {
    animation-play-state: paused;
  }
  .none {
    display: none;
  }
}
.navigation {
  animation-name: navigation;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes navigation {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(2%);
  }
}
@keyframes navigation-close {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
.fixed-navigation {
  animation-name: fixed-navigation;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fixed-navigation {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(20%);
  }
}
/********ここまでヘッダー********/
/********ここからフッター********/
.footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-image: url("../img/common/footer/bg_footer@2x.jpg");
  background-repeat: repeat;
  padding: 40px 0 30px;
}
.footer-main {
  width: 80.28%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*  align-items: center;*/
}
.footer-main__image {
  width: 40%;
}
.footer-main__logo {
  display: block;
  width: 50%;
  max-width: 100px;
  margin-bottom: 24px;
}
.footer-address-pc {
  display: block;
  width: 77.75%;
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  font-style: normal;
  margin-bottom: 24px;
}
.footer-tellink-sp a[href*="tel:09012345678"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.footer-address-pc p:first-of-type {
  line-height: 3.0rem;
  margin-bottom: 20px;
}
.footer-address-pc p span {
  margin-right: 10px;
}
.footer-main__content {
  width: 60%;
}
.footer-main__sitemap {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 110px;
  padding-top: 20px;
}
.footer-main__sitemap p {
  padding-right: 14px;
  padding-left: 30px;
}
.footer__sitemap-column {
  display: flex;
}
.footer__sitemap-column .footer__sitemap-p-last {
  padding-right: 0;
}
.footer-contact-pc {
  display: block;
  width: 40%;
  min-width: 275px;
  margin: 0 auto 20px;
  margin-right: 0;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 64px;
  text-align: center;
}
.contect {
  margin-bottom: 0;
}
.access {
  border: solid 1px #fff;
  color: #fff;
}
.access:hover {
  background-color: #bb9743;
  color: #e5d9c4;
  border: solid 1px #bb9743;
}
.contact {
  background-color: #e5d9c4;
  color: #684d3b;
}
.contact:hover {
  background-color: #bb9743;
  color: #e5d9c4;
}
.footer-main__sns {
  width: 10.5%;
  min-width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-main__sns-icon {
  display: block;
  width: 60%;
  margin-right: 20px;
}
.footer-main__sns-icon img {
  vertical-align: middle;
}
.footer-main__sitemap p:hover {
  opacity: 0.5;
}
.title {
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 6px;
  height: 6px;
  transform: translateY(-40%)rotate(135deg);
}
.footer-copyright {
  color: #fff;
  font-size: 1.4rem;
}
.sns-sp {
  display: none;
}
@media screen and (max-width:1128px) {
  .footer-main__sitemap p {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media screen and (max-width:768px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer-main {
    display: block;
    width: 93.33%;
  }
  .footer-main__image {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  .footer-main__logo {
    margin: 0 auto 40px;
    width: 42.5%;
    max-width: 80px;
  }
  .footer-address-pc, .footer-contact-pc {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 40px;
  }
  .footer-address-pc p {
    margin-bottom: 0;
  }
  .footer-main__content {
    margin: 0 auto;
    width: 100%;
  }
  .footer-main__sitemap {
    display: flex;
    margin-bottom: 40px;
    padding-top: 0px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.8rem;
    text-align: center;
  }
  .footer__sitemap-column {
    flex-direction: column;
    align-items: center;
  }
  .footer__sitemap-column:nth-of-type(1) {
    margin-right: 20px;
  }
  .footer__sitemap-column:nth-of-type(2) {
    margin-left: 20px;
  }
  .footer-main__sitemap p {
    margin-bottom: 25px;
    font-size: 1.4rem;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-main__sitemap .footer__sitemap-p-bottom {
    margin-bottom: 0;
  }
  .footer-contact-pc {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 100px;
    font-size: 1.6rem;
    background-color: rgba(229, 217, 196, 0.7);
    line-height: 50px;
  }
  .access {
    background-color: rgba(229, 217, 196, 0.7);
    color: #684d3b;
    border: none;
    margin-bottom: 24px;
  }
  .sns-sp {
    display: flex;
  }
  .sns-sp {
    margin: 0 auto 40px;
  }
  .footer-main__sns-icon {
    display: block;
    width: 60%;
    margin-right: 20px;
  }
  .footer-main__sns-icon:nth-of-type(1) {
    margin-left: 10px;
  }
  .footer-main__sns-icon:nth-of-type(3) {
    margin-right: 10px;
  }
  .footer-main__sns-icon img {
    vertical-align: middle;
  }
  .sns-pc {
    display: none;
  }
  /* 検索に関わるCSS(テスト) */
  /*
#search_box{
	padding-top:4px;
}

#cse-search-box input[type="text"] {
	padding:4px;
	width: 120px;
}
  
#cse-search-box input[type="submit"] {
	background-color: #e5d9c4;
	border: none;
	border-radius: 2px;
	color:#684d3b;
	font-size:1.3rem;
	font-family: serif;
	text-align: center;
	width: 40px;
}
  
#cse-search-box-sp input[type="text"] {
	padding:7px;
	width: 140px;
}

#cse-search-box-sp input[type="submit"] {
	background-color: #e5d9c4;
	border: none;
	border-radius: 2px;
	color:#684d3b;
	font-size:1.3rem;
	font-family: serif;
	text-align: center;
	width: 39px;
	padding: 6px;
}*/
  #search_box_sp {
    /*	padding-top: 30px;*/
    margin: 30px 10px 0;
  }
  #search_box_sp1 {
    margin: 30px auto 0;
    width: 85%;
    max-width: 600px;
  }
}
/********ここまでフッター********/
