@charset "utf-8";
/* CSS Document *//* *******************************************************************************
-------------------------------------------------------------
■ PC*/
/*=============================================pc(1000px～)=====================================*/
/*==================header(pc)==================*/

#header {
 background: #fff;
}
.header_block {
 margin: 0 auto 34px;
 padding: 33px 0 0;
}
.header_menu {
 height: auto;
 padding: 0;
}
#header_menu_block {
 background: #fff;
padding: 0 0 12px;
 position: relative;
}
.header_block h1 a {
 display: inline;
}
.header_block h1 {
 width: 32%;
 margin: 4px 0 0 1%;
}
#header h1 a img {
 max-width: 309px;
 max-height: 59px;
 width: 100%;
}
.header_right_box {
 width: 42%;
 margin: 0 1% 0 0;
}
#header .pc_tel {
 width: 100%;
 margin: 0;
 float: right;
 display: block;
}
/*#header .pc_inq img{
margin: 0;
width:100%;
}*/

.header_menu .g_nav li {
 height: auto!important;
 position: relative;
}
.header_menu .g_nav li:before {
 border-left: 1px solid #dfd5c7;
 box-sizing: border-box;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 1px;
}
.header_menu .g_nav li.nav06:after {
 border-left: 1px solid #dfd5c7;
 box-sizing: border-box;
 content: "";
 height: 100%;
 right: 0;
 position: absolute;
 top: 0;
 width: 1px;
}
.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05{
 width: 16.6%;
 height: auto;
}
.header_menu .g_nav li.nav06 {
 width: 17%;
}
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
 background: #f1e8ce;
 color: #493b33;
 text-decoration: none;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
 color: #493b33;
 padding-bottom: 3px;
 padding-top: 4px;
 font-size: 15px;
}
.tablet .header_menu .g_nav li a.hover,
.tablet .header_menu .g_nav li span.hover {
 color: #493b33;
 background: #f1e8ce;
}
.header_menu .submenu {
 margin: 0 0 0 0;
}
.header_menu .submenu .header_sub_menu {
 width: 100%;
 margin: 0 0 0 0;
}
.header_menu .submenu .g_nav_sub li {
 width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
 background: #ecddb0 none repeat scroll 0 0;
    color: #493b33;
    font-size: 13px;
    box-sizing: border-box;
    padding: 9px 5px;
    width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
 background: #f1e8ce;
}
.header_menu .g_nav li.g_nav_sub_row:before,
.header_menu .g_nav li.g_nav_sub_row:after {
 display: none;
}
#inquiryBody #header .pc_inq {
 display: none;
}
/*==================main_image(pc)==================*/

#mainimage {
 margin-top: 187px;
 position: relative;
}
.top .main_contents {
 width: 100%;
 min-height: 0;
 height: 700px;
 background: url("../asset/main_image_pc.png") no-repeat center top;
 background-size: cover;
}
.top .main_sp{
display: none;
 }
.top .link_box01 {
 position: static;
 bottom: 0;
 left: 0;
 background: #f1e8ce;
}
.top .link_box01 .link_box01_in {
 height: auto;
}
.top .link_box01 .link_box01_in .lead_txt {
 font-size: 24px;
 height: auto;
 line-height: 1.5;
 margin: 0;
 padding: 32px 0 0;
color: #513e2c;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.color01{
color: #e05f5f;
}
.top .link_box01 .btn_style {
 display: block;
 float: right;
 height: auto;
 width: auto;
 padding: 53px 0;
}
.top .link_box01 .btn_style a {
 display: block;
 height: auto;
 font-size: 16px;
 line-height: 1.4;
 margin: 0px auto;
 padding: 10px;
 width: 260px;
 background: linear-gradient(to bottom, #72583e, #503e2b);
 background: -webkit-linear-gradient(top, #72583e, #503e2b);
 background: -moz-linear-gradient(top, #72583e, #503e2b);
 background: -o-linear-gradient(top, #72583e, #503e2b);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#72583e', endColorstr='#503e2b')";
 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
 border-radius: 3px;
 color: #fff;
 text-align: center;
 text-decoration: none;
 text-shadow: -1px -1px 1px rgba(0, 0, 0, .3);
 position: relative;
}
.top .link_box01 .btn_style a:before {
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 content: "";
 display: block;
 height: 10px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 10px;
}
.btn_style a:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#72583e', endColorstr='#503e2b')";
}
.under #mainimage {
 margin-top: 187px;
 background: url("../asset/under_top_01.png") no-repeat center top #f1e8ce;
 background-size: cover;
 height: 150px;
 text-indent: 0;
}
.under #mainimage h2 {
 font-size: 32px;
 font-weight: normal;
 line-height: 1.3;
 padding-top: 57px;
 color: #513e2c;
 font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 text-shadow: 3px 3px 11px #f1e8ce, -3px 3px 11px #f1e8ce, 3px -3px 11px #f1e8ce, -3px -3px 11px #f1e8ce;
}
#blogBody .main_contents {
 display: none;
}
#inquiryBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage {
 background: none;
 height: 0px;
 margin-top: 190px;
}
/*==================content(pc)==================*/

#content {
 min-height: 650px !important;
}
.under #content {
 margin: 0;
 padding: 3em 0;
}
/*==================footer(pc)==================*/

#footer {
 color: #333333;
 background: #f8f4ea;
 position: relative;
 font-size: 16px;
}
.footer_block {
 padding: 45px 0 10px;
}
.footer_nav_box.first {
 width: 26%;
 min-height: 300px;
}
.footer_nav_box.second {
 width: 36%;
 min-height: 300px;
 border-right: none;
}
.footer_access_box {
 width: 37%;
 min-height: 300px;
 padding: 0;
 border-left: none;
 clear: none;
 float: right;
 background: #f8f4ea;
}
.footer_nav_box .footer_ttl {
 color: #61472a;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
 font-size: 30px;
}
.footer_access_box .footer_ttl {
 color: #61472a;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
 font-size: 30px;
 text-align: left;
}
.footer_access_box p.access_txt {
 line-height: 1.5;
 color: #333333;
 padding: 0 20px 10px;
}
.access_txt a {
 color: #333333;
}
.access_txt a:hover {
 color: #333333;
}
.footer_access_box p.access_txt .maru {
 position: relative;
 padding: 0 0 0 20px;
}
.footer_access_box p.access_txt .maru:before {
 background: #333;
 content: "";
 display: block;
 height: 10px;
 left: 4px;
 position: absolute;
 top: 5px;
 width: 10px;
}
ul.footer_nav li {
 padding: 0 0 0 13px;
 position: relative;
 margin: 0 0 9px;
}
ul.footer_nav li a {
 color: #333333;
}
#footer ul li a:hover {
 text-decoration: underline
}
ul.footer_nav li:before {
 display: block;
 content: "";
 position: absolute;
 top: 12px;
 left: 0px;
 width: 8px;
 height: 1px;
 background: #333;
}
.guide_box {
 background: #ab9956;
 padding: 3px 0;
}
ul.footer_guide li a {
 color: #fff;
 position: relative;
 background: none;
 font-size: 14px;
}
ul.footer_guide li.copyright {
 color: #fff;
    float: none;
    padding: 0;
    text-align: center;
}
ul.footer_guide li a:before {
 border: 4px solid transparent;
 border-left: 4px solid #fff;
 content: "";
 display: none;
 height: 0;
 left: 3px;
 position: absolute;
 top: 10px;
 width: 0;
}
#notfoundBody p {
 text-align: left;
}
/*==================その他(pc)==================*/
#sidecontact {
 position: fixed;
 z-index: 1000;
 top: 225px;
 display: block;
}
#sidecontact.rightContent {
 right: 0;
}

@media screen and (max-width: 1400px) {
 /*====================================================================================*/
 /*==================header(～1400px)==================*/
 /*==================main_image(～1400px)==================*/
.top .main_contents {
    height: 495px;
}
#sidecontact {
    width: 40px;
}
 /*==================content(～1400px)==================*/
 /*==================footer(～1400px)==================*/
 /*==================その他(～1400px)==================*/
}
@media screen and (max-width: 1100px) {
 /*====================================================================================*/
 /*==================header(～1100px)==================*/
 /*==================main_image(～1100px)==================*/
 /*==================content(～1100px)==================*/
 /*==================footer(～1100px)==================*/
 /*==================その他(～1100px)==================*/
}
@media screen and (max-width: 1000px) {
 /*====================================================================================*/
 /*==================header(～1000px)==================*/
 .header_block {
    margin: 0 auto 25px;
    padding: 25px 0 0;
}
 .header_menu .g_nav {
  margin: 0;
 }
 .header_menu {
  margin: 0 auto;
  width: 98%;
 }
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 12px;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a {
  font-size: 12px;
 }
 /*==================main_image(～1000px)==================*/
 
 #mainimage {
  margin-top: 129px;
  position: relative;
 }
 .under #mainimage {
  margin-top: 129px;
  position: relative;
 }
 .top .main_contents {
    height: 387px;
}
 .top .link_box01 .btn_style {
  padding: 31px 0;
 }
 .top .link_box01 .link_box01_in .lead_txt {
    float: left;
    font-size: 20px;
    padding: 20px 0 0;
    text-align: left;
}
 /*==================content(～1000px)==================*/
 /*==================footer(～1000px)==================*/
 
 .footer_access_box {
  clear: none;
  float: right;
  width: 37%;
  min-height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background: #f8f4ea;
 }
 .footer_access_box p.access_txt {
  text-align: left;
  color: #333333;
 }
 .footer_access_box .footer_ttl {
  text-align: left;
  padding-left: 20px;
 }
 .footer_access_box p.access_txt a {
  color: #333333;
  text-decoration: none;
 }
 .access_txt a:hover {
  color: #333333;
 }
 /*==================その他(～1000px)==================*/
 #sidecontact {
    top: 300px;
}
}
@media screen and (max-width: 850px) {
 /*====================================================================================*/
 /*==================header(～850px)==================*/
 /*==================main_image(～850px)==================*/
 /*==================content(～850px)==================*/
 /*==================footer(～850px)==================*/
 /*==================その他(～850px)==================*/
}
@media screen and (max-width: 767px) {
 /*====================================================================================*/
 /*==================header(～767px)==================*/
 
 #header {
  background: #fff none repeat scroll 0 0;
    height: 69px;
    padding: 13px 0 0;
    position: relative;
 }
 .header_block {
  margin: 0;
  padding: 0 0 0;
 }
 .header_block h1 {
  margin: 0 2%;
  width: 61%;
 }
 #header h1 a img {
    max-width: 285px;
}
 .header_right_box {
  margin: 0 1% 0 0;
  width: 32%;
 }
 .header_right_box li.btn_tell,
 .header_right_box li.btn_menu,
 .header_right_box li.btn_inq {
  display: block;
  float: right;
  max-width: 54px;
  margin: 0 10px 0 0;
  width: 54px;
 }
 .header_right_box li.btn_tell a,
 .header_right_box li.btn_menu a,
 .header_right_box li.btn_inq a {
  height: 100%;
  width: 100%;
 }
 .header_right_box img {
  margin: 0;
  width: 100%;
 }
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 77px;
 }
 .header_menu .g_nav li {
  width: 100%!important;
 }
 .header_menu,
 .sub_menu {
  width: 100%;
 }
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 17px;
  padding: 0;
  padding: 15px 0 15px 30px;
  color: #333;
 }
 .header_menu .g_nav li:before,
 .header_menu .g_nav li:after {
  display: none;
 }
 .header_menu .g_nav {
  background: #f9ede1;
 }
 .header_menu .g_nav li a:hover,
 .header_menu .g_nav li span:hover {
  color: #333;
  background: #fff8ee;
 }
 .header_menu .g_nav li a:after,
 .header_menu .g_nav li span:after {
  display: none;
 }
 .header_menu .g_nav li .g_nav_sub_row a:after {
  display: none;
 }
 .header_menu .g_nav li .g_nav_sub_row a:before {
  background: none;
 }
 .header_menu .g_nav li span:before {
  background: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 10px;
  right: 16px;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 10px;
 }
 .header_menu .g_nav li a:before {
  /*background: none;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
content: "";
height: 10px;
left: 8px;
position: absolute;
top: 23px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
width: 10px;*/
  
  display: none;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a {
  background: #EEDFCD;
  font-size: 15px;
  padding: 10px 0 10px 30px;
  color: #333;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
  background: #F7ECDE;
 }
 #inquiryBody #header .pc_inq {
  display: none;
 }
 /*==================main_image(～767px)==================*/
 
 .top .main_contents {
  background: none;
  height: auto;
  min-height: 0;
 }
 .top .main_sp{
display: block;
width: 100%;
 }
 .top .link_box01 .link_box01_in .lead_txt {
    float: none;
    font-size: 20px;
    padding: 18px 0 0;
    text-align: center;
}
 .top .link_box01 .btn_style {
  float: none;
    padding: 14px 0 25px;
 }
 .top .link_box01 .btn_style a {
  width: 250px;
  font-size: 16px;
 }
 .under #mainimage {
  height: 170px;
 }
 .under #mainimage h2 {
  font-size: 34px;
  padding-top: 61px;
 }
 .top #mainimage,
 .under #mainimage {
  margin-top: 0px;
 }
 #inquiryBody #mainimage,
 #newsList #mainimage,
 #websiteNewsDetail #mainimage,
 #notfoundBody #mainimage,
 #sitemapBody #mainimage {
  height: 0px;
  margin-top: -20px;
 }
 /*==================content(～767px)==================*/
 #sidecontact {
  display: none;
 }
 .under #content,
 .static #content {
  margin: 0;
  padding: 3em 0;
 }
 /*==================footer(～767px)==================*/
 
 #footer {}
 .footer_block {
  padding: 0px 0;
 }
 ul.footer_nav {
  border-top: 1px dotted #ccc9bb;
  padding: 0;
 }
 .footer_nav_box.first {
  height: auto;
  min-height: 0;
  padding: 0;
  width: 100%;
 }
 .footer_nav_box.second {
  height: auto;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
 }
 .footer_nav_box.first ul.footer_nav li a {
  position: relative;
  background: none;
 }
 ul.footer_nav li a {
  background: none;
  padding: 4px 10px 4px 19px;
  font-size: 16px;
 }
 ul.footer_nav li {
  background: none;
  border-bottom: 1px dotted #ccc9bb;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0 20px;
 }
 ul.footer_nav li:before {
  left: 28px;
  position: absolute;
  top: 17px;
 }
 .footer_access_box {
  border: none;
  border-top: 1px solid #fff;
  clear: both;
  float: none;
  width: 92%;
  min-height: 1px;
  margin: 0;
  padding: 30px 4% 10px;
 }
 .footer_access_box .footer_ttl {
  font-size: 26px;
  padding: 10px 0;
  text-align: left;
 }
 .footer_access_box p.access_txt {
  font-size: 16px;
  padding: 0 0 10px;
  text-align: left;
 }
 .footer_nav_box .footer_ttl {
  padding: 10px 4%;
  font-size: 26px;
 }
 .footer_access_box p.access_txt a {
  text-decoration: underline;
 }
 .footer_access_box p.access_txt a:hover {
  text-decoration: none;
 }
 .guide_box {
  padding: 0;
 }
 ul.footer_guide {
  border: none;
  width: auto;
  max-width: 1000px;
  padding: 0 1.5%;
  width: 97%;
 }
 ul.footer_guide li:nth-child(1) {
  padding: 0 0 0 0px;
 }
 ul.footer_guide li a {
  background: none;
  position: relative;
 }
 ul.footer_guide li.copyright span {}
 /*==================その他(～767px)==================*/
}
@media screen and (max-width: 640px) {
 /*====================================================================================*/
 /*==================header(～640px)==================*/
 /*==================main_image(～640px)==================*/
 /*==================content(～640px)==================*/
 /*==================footer(～640px)==================*/
 /*==================その他(～640px)==================*/
}
@media screen and (max-width: 560px) {
 /*====================================================================================*/
 /*==================header(～560px)==================*/
 /*==================main_image(～560px)==================*/
 
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 17px;
  padding: 10px 0 0;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 7px 0 17px;
 }
 /*==================content(～560px)==================*/
 /*==================footer(～560px)==================*/
 /*==================その他(～560px)==================*/
}
@media screen and (max-width: 480px) {
 /*====================================================================================*/
 /*==================header(～480px)==================*/
#header {
    height: 51px;
    padding: 10px 0 0;
}
#header h1 a img {
    max-width: 210px;
}
.header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
    margin: 0 6px 0 0;
    width: 42px;
}
 /*==================main_image(～480px)==================*/
 
 .under #mainimage {
  height: 140px;
 }
 .under #mainimage h2 {
  font-size: 30px;
  padding-top: 51px;
 }
 /*==================content(～480px)==================*/
 /*==================footer(～480px)==================*/
 /*==================その他(～480px)==================*/
}
@media screen and (max-width: 420px) {
 /*====================================================================================*/
 /*==================header(～420px)==================*/
 /*==================main_image(～420px)==================*/
 /*==================content(～420px)==================*/
 /*==================footer(～420px)==================*/
 /*==================その他(～420px)==================*/
}
@media screen and (max-width: 360px) {
 /*====================================================================================*/
 /*==================header(～360px)==================*/
 /*==================main_image(～360px)==================*/
 
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 15px;
  padding: 5px 0 0;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 2px 0 9px;
 }
 .top .link_box01 .btn_style a {
  font-size: 15px;
  padding: 5px;
 }
 .under #mainimage {
  height: 110px;
 }
 .under #mainimage h2 {
  font-size: 20px;
  padding-top: 39px;
 }
 /*==================content(～360px)==================*/
 /*==================footer(～360px)==================*/
 /*==================その他(～360px)==================*/
}
@media screen and (max-width: 320px) {
 /*====================================================================================*/
 /*==================header(～320px)==================*/
 /*==================main_image(～320px)==================*/
 /*==================content(～320px)==================*/
 /*==================footer(～320px)==================*/
 /*==================その他(～320px)==================*/
}

