@charset "utf-8";
/* Global Styles */
body {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 110%;
  line-height: 150%;
  background-color: #ddd1c1;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#header_territory {
  background-image: url(image/image_top_sp2102.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ddd1c1;
  height: 450px;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
/* Header */
.hamburger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.logo {
  font-size: 24px;
}
/*===========　ここから下がハンバーガーメニューに関するCSS　===========*/
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 98; /* 重なり順を一番下に */
  cursor: pointer;
}
/* ハンバーガーメニューのアイコン */
.drawer-open span, .drawer-open span:before, .drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #4a371d;
  transition: 0.5s;
  position: absolute;
}
/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}
/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}
/* メニューのデザイン*/
.drawer-content {
  width: 60%; /* ここの割合を小さくすると閉じる部分の領域が広がる */
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面外へ */
  z-index: 100; /* 重なり順を一番上に */
  background-color: rgba(255, 255, 255, 0.80);
  transition: .5s;
  max-width: 300px;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0; /* メニューを画面内へ */
}
/* メニューを閉じるための要素のデザイン*/
.drawer-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* 閉じるための要素を画面外へ */
  z-index: 99; /* 重なり順をメニューより下に*/
  background-color: rgba(128, 128, 128, 0.50);
}
#drawer-check:checked ~ .drawer-close {
  left: 0; /* 閉じるための要素を画面内へ */
}
.drawer-list {
  font-size: 25px;
  padding-left: 15px;
  padding-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 45px;
}
/* ===========　ここまでがハンバーガー　=========== */
/* ここからメイン */
#main_territory {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
  color: #4a371d;
}
#telno {
  width: 100%;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #4a371d;
  line-height: 20%;
  border-bottom: 1px solid #ddd1c1;
}
#nav_information {
  width: 100%;
  height: 35px;
  padding-top: 15px;
  text-align: center;
  background-color: #4a371d;
  border-bottom: 1px solid #ddd1c1;
}
#nav_access {
  width: 100%;
  height: 35px;
  padding-top: 15px;
  text-align: center;
  background-color: #4a371d;
  border-bottom: 1px solid #ddd1c1;
}
#nav_contact {
  width: 100%;
  height: 35px;
  padding-top: 15px;
  text-align: center;
  background-color: #4a371d;
}
#main_territory a #nav_information:hover {
    background-color: #78512A;
}
#main_territory a #nav_access:hover {
  background-color: #78512A;
}
#main_territory a #nav_contact:hover {
  background-color: #78512A;
}
#information {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#info_img {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 250px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#information #info_img img {
  width: 100%;
  height: 100%;
}
.text_justify {
  text-align: justify;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#access {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 95%;
}
#access_img {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 250px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#access #access_img img {
  width: 100%;
  height: 100%;
}
#contact {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #4a371d;
}
#contact_img {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 250px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#contact #contact_img img {
  width: 100%;
  height: 100%;
}
#footer {
  text-align: center;
  font-size: 85%;
  line-height: 160%;
}
#copyright {
  text-align: center;
  font-size: 70%;
}
#googlemap {
  width: 100%;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #4a371d;
  border-bottom: 1px solid #4a371d;
}
#telno .sponly a {
  color: #D37A0B;
}
#telno .sponly a:hover {
  color: #DFC82D;
}
.telno2 {
  line-height: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#twitter {
  width: 90%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
.closed {
  width: 80%;
  height: 35px;
  border-top: 1px solid #4A371D;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  border-bottom: 1px solid #4A371D;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
#main_territory #information p a img {
    width: 85%;
    height: 85%;
    max-width: 400px;
    max-height: 50px;
}

/* ===========　レスポンシブデザイン　===========*/
/* レスポンシブデザイン*/
/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
  .pconly {
    display: none !important;
  }
  .sponly {
    display: block !important;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
  #header_territory {
    background-image: url(image/image_top_tab2102.jpg);
    height: 580px;
    width: 100%;
  }
  #telno {
    width: 100%;
    height: 60px;
  }
  #nav_area {
    width: 100%;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    clear: none;
  }
  #nav_information {
    width: 34%;
    height: 38px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd1c1;
    float: left;
  }
  #nav_access {
    width: 31.5%;
    height: 38px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd1c1;
    border-left: 1px solid #ddd1c1;
    border-right: 1px solid #ddd1c1;
    float: left;
  }
  #nav_contact {
    width: 34%;
    height: 38px;
    padding-top: 15px;
    float: left;
    clear: none;
  }
  #information {
    width: 600px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  #access {
    width: 600px;
    height: auto;
    margin-bottom: 80px;
  }
  .text_justify {
    width: 85%;
  }
  .closed {
    width: 100%;
  }
  .pconly {
    display: block !important;
  }
  .sponly {
    display: none !important;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
  #header_territory {
    background-image: url(image/image_top_pc1911.jpg);
    height: 500px;
    width: 100%;
  }
  #telno {
    width: 960px;
    height: 60px;
  }
  #nav_area {
    width: 960px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    clear: none;
  }
  #nav_information {
    width: 320px;
    height: 38px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd1c1;
    float: left;
  }
  #nav_access {
    width: 318px;
    height: 38px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd1c1;
    border-left: 1px solid #ddd1c1;
    border-right: 1px solid #ddd1c1;
    float: left;
  }
  #nav_contact {
    width: 320px;
    height: 38px;
    padding-top: 15px;
    float: left;
    clear: none;
  }
  #information {
    width: 600px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  #access {
    width: 600px;
    height: auto;
    margin-bottom: 80px;
  }
  .text_justify {
    width: 90%;
  }
  .closed {
    width: 100%;
  }
#googlemap {
  margin-top: 30px;
  margin-bottom: 40px;
}
  .pconly {
    display: block !important;
  }
  .sponly {
    display: none !important;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される<div class="sp"> */
/* パソコンのみ改行<br class="br-pc" /> */
/* スマートフォンのみ改行<br class="br-sp" /> */
/* ===========　レスポンシブデザイン　===========*/
