@charset "utf-8";
/* Global Styles */
body {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000000;
  font-size: 90%;
}
#header_territory {
  background-image: url(image/img_top_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 580px;
  width: auto;
  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: #aa3232;
  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(0, 0, 0, 0.70);
  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: 22px;
  padding-left: 15px;
  padding-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 45px;
}
.drawer-list .drawer-item {
  border-bottom: 1px solid #858585;
}
.drawer-list .drawer-item a {
  color: #FFFFFF;
}
.drawer-list .drawer-item a:hover {
  color: #aa3232;
}
/* ===========　ここまでがハンバーガー　=========== */
/* ここからメイン */
#body_territory {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
}
#telno {
  width: 100%;
  height: 95px;
  text-align: center;
  background-color: #AA3232;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 5px;
}
#mail {
  width: 100%;
  height: 65px;
  text-align: center;
  padding-top: 35px;
  border-bottom: 5px solid #AA3232;
}
#nav_info {
  width: 100%;
  height: 130px;
  background-image: url(image/1_information_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding-top: 70px;
}
#nav_products {
  width: 100%;
  height: 148px;
  background-image: url(image/2_products_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding-top: 52px;
}
#nav_builder {
  width: 100%;
  height: 240px;
  background-image: url(image/3_builder_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

#body_territory #nav_builder img {
  width: 260px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(198, 174, 130, 0.80);
  margin-top: 58px;
  text-align: center;
}
#nav_about {
  width: 100%;
  height: 320px;
  background-image: url(image/4_about_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: right;
}
#nav_about a #Image6 {
	width: 150px;
    margin-right: 43px;
    margin-top: 27px;
}
#nav_access {
  width: 100%;
  height: 340px;
  background-color: #C6AE00;
  text-align: center;
  padding-top: 40px;
  line-height: 170%;
}
#information {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
  line-height: 145%;
  width: auto;
  height: auto;
}
#information_2nd {
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
  line-height: 145%;
  width: auto;
  height: auto;
}
.midashi1 {
  font-size: 110%;
  color: #AA3232;
  text-decoration: none;
  margin-top: 30px;
}
#imagephoto {
    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(image/imagephoto_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#linklogo {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-top: 5px solid #000000;
  border-bottom: 5px solid #000000;
  letter-spacing: 10px;
	    float: left;
    clear: none;
}
#footer {
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 80%;
  line-height: 150%;
  float: left;
  clear: none;
}
#footerline {
  width: 100%;
  height: 40px;
  background-color: #AA3232;
  border-bottom: 10px solid #000000;
    float: left;
    clear: none;
}
#return {
  width: 25px;
  height: 25px;
  margin-top: 25px;
  padding-right: 40px;
  float: right;
  clear: none;
}
#telno p a {
  color: #000000;
  font-size: 110%;
}
#telno p a:hover {
  color: #FFFFFF;
  font-size: 110%;
}
.footer_nav {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* ===========　レスポンシブデザイン　===========*/
/* レスポンシブデザイン*/
/* 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) {
  #body_territory {
    width: 100%;
    max-width: 1024px;
  }
  #header_territory {
    background-image: url(image/img_top_tab.png);
    height: 670px;
  }
  #telno {
    width: 100%;
    height: 85px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  #mail {
    width: 100%;
    height: 60px;
    text-align: center;
    padding-top: 30px;
    border-bottom: 5px solid #AA3232;
  }
  #menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #aa3232;
    padding-top: 10px;
    clear: none;
    float: none;
    height: 600px;
    border-bottom: 10px solid #000000;
  }
  #nav_info {
    width: 50%;
    height: 180px;
    background-image: url(image/1_information_img_tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 120px;
    float: left;
  }
  #nav_products {
    width: 50%;
    height: 198px;
    background-image: url(image/2_products_img_tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 102px;
    float: left;
    clear: none;
  }
  #nav_builder {
    width: 50%;
    height: 300px;
    background-image: url(image/3_builder_img_tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    float: left;
  }
  #nav_about {
    width: 50%;
    height: 300px;
    background-image: url(image/4_about_img_tab.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    float: left;
  }
#nav_about a #Image6 {
	  width: 150px;
    margin-left: 43%;
    margin-top: 27px;
}
  #body_territory #nav_builder img {
    width: 260px;
    height: 124px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(198, 174, 130, 0.80);
    margin-top: 88px;
    text-align: center;
  }
  #nav_access {
    width: 100%;
    height: 220px;
    background-color: #C6AE00;
    padding-top: 40px;
    line-height: 170%;
  }
  #nav_access .access_text {
	width: 38%;
    float: left;
    text-align: left;
    margin-left: 18%;
    margin-right: 0%;
  }
  #nav_access .access_map {
	width: 226px;
    float: left;
    clear: none;
  }
  #imagephoto {
    width: 100%;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(image/imagephoto_tab.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
#information {
  margin-left: 12%;
  margin-right: 12%;
}
#information_2nd {
  margin-left: 12%;
  margin-right: 12%;
}
  .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) {
  #body_territory {
    width: 100%;
    max-width: 1500px;
  }
 #header_territory {
    background-image: url(image/img_top_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
#telno {
    width: 40%;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 0px;
    float: left;
    text-align: right;
    padding-right: 10%;
    border-bottom: 3px solid #FFFFFF;
  }
#mail {
    width: 40%;
    height: 62px;
    text-align: left;
    padding-top: 30px;
    border-top: 3px solid #aa3232;
	border-bottom: 3px solid #FFFFFF;
    float: left;
    clear: none;
    padding-left: 10%;
    background-color: #FFFFFF;
  }
#menu {
    width: 90%;
    height: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #aa3232;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 10px solid #000000;
    float: none;
  }
  #nav_info {
    width: 50%;
    height: 180px;
    background-image: url(image/1_information_img_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 120px;
    float: left;
    margin-top: 30px;
  }
  #nav_products {
    width: 50%;
    height: 198px;
    background-image: url(image/2_products_img_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 102px;
    float: left;
    clear: none;
    margin-top: 30px;
  }
  #nav_builder {
    width: 50%;
    height: 300px;
    background-image: url(image/3_builder_img_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    float: left;
  }
  #nav_about {
    width: 50%;
    height: 300px;
    background-image: url(image/4_about_img_pc.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    float: left;
  }
#nav_about a #Image6 {
  margin-right: 120px;
  margin-top: 20px;
}
  #body_territory #nav_builder img {
    width: 260px;
    height: 124px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(198, 174, 130, 0.80);
    margin-top: 88px;
    text-align: center;
  }
  #nav_access {
    width: 100%;
    height: 220px;
    background-color: #C6AE00;
    padding-top: 40px;
    line-height: 170%;
  }
  #nav_access .access_text {
    float: left;
    text-align: left;
    margin-left: 30%;
    margin-right: 5%;
  }
  #nav_access .access_map {
    float: left;
    clear: none;
    margin-right: 15%;
  }
  #imagephoto {
    width: 1020px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(image/imagephoto_tab.png);
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
#information {
    margin-top: 20px;
    margin-right: 40px;
    text-align: justify;
    line-height: 145%;
    width: 40%;
    height: auto;
    float: left;
    margin-left: 12%;
}
#information_2nd {
    margin-top: 0px;
    text-align: justify;
    line-height: 145%;
    width: 30%;
    height: auto;
    float: left;
    clear: none;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 50px;
}
#linklogo {
	width: 100%;
    clear: none;
}
  
  .pconly {
    display: block !important;
  }
  .sponly {
    display: none !important;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }

}
/* パソコンで見たときは"pc"のclassがついた画像が表示される<div class="pconly">  */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される<div class="sponly"> */
/* パソコンのみ改行<br class="br-pc" /> */
/* スマートフォンのみ改行<br class="br-sp" /> */
/* ===========　レスポンシブデザイン　===========*/
