@charset "UTF-8";
html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";  /*palt　pwid　pkna*/
}
.clear { clear:both; } 
.clear hr { display:none; } 
.flexiblebox {
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin-left: -16px;
}
body {
    font-size: 1.6rem; /* 16px*/
    line-height: 2.4rem;
    color: #222222;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin: 0px;
    padding: 0px;
    /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
    font-family: "ヒラギノ角ゴ W1 JIS2004", "A1 Hiragino Kaku Gothic W1 JIS2004"; 
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
    font-family: "ヒラギノ角ゴ W1 JIS2004", "A1 Hiragino Kaku Gothic W1 JIS2004";
    font-family: "A1ゴシック L", "A1 Gothic L";
    font-family: "A1明朝", "A1 Mincho";*/
    text-align: justify;
    border-bottom-width: medium;
}


* {
    box-sizing: border-box;
}
/*ease
cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear
cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in
cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out
cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out
cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
cubic-bezier(数値, 数値, 数値, 数値)
3次ベジェ曲線のP1とP2を (x1, y1, x2, y2) で指定*/


.clear { clear: both;}
.clear hr {
	display: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

a{
	text-decoration: none;
    color: #333333;
	font-size: 14px;
	list-style-type: none;
	}
a:hover{
	text-decoration: none;
    transition: all 0.05s ease-out;
	}
a:visited {
    color: #333333;
}
a:active {
    color: #333333;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    /* 画像に関連する無意味な空間を消す */
    vertical-align: top;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    border-style: none;
    /* [disabled]border-top-width: 0; */
    /* [disabled]border-right-width: 0; */
    /* [disabled]border-bottom-width: 0; */
    /* [disabled]border-left-width: 0; */
    z-index: 2;
    width: auto;
    height: auto;
    display: block;
    line-height: normal;
    font-size: medium;
}










/****************************************
PC用
*****************************************/
@media (min-width: 768px) { /* 768px以上*/
  .PC {
}
  .SP {
    display: none;
    max-width: 0px;
  }
  .wrap{
    margin-top: 90px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
#pagetop {
    width: 80px;
    height: 80px;
    background-color: #595038;
    line-height: 18px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding-top: 13px;
    border-radius: 7px;
    display: block;
}
#pagetop:hover{
    color: #FFFFFF;
    background-color: #837652;
    cursor:pointer;
        transition: all 0.05s ease-out;
}
#pagetop a{
    color: #FFFFFF;
    text-decoration: none;
    }
.close_box{
    width: 980px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
    #close {
    width: 80px;
    height: 80px;
    background-color: #A9894A;
    line-height: 18px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 10;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 13px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    display: block;
    position: absolute;
        color: #FFFFFF;
}
#close:hover{
    color: #FFFFFF;
    background-color: #837652;
    cursor:pointer;
        transition: all 0.05s ease-out;
}
#close a{
    color: #FFFFFF;
    text-decoration: none;
    }
.menu   {
    width: 100vw;
    background-color: #F1EEE0;
    border-bottom: 4px solid #90804A;
    z-index: 69;
}
.kotei{
    position: fixed;
    top: 93px;
}
.plus{
    padding-top: 80px;
}
.wrap_bak_color{
    background-color: #F2F0E3;
}
.menu_box{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    min-width: 980px;
    display: -webkit-flex;
    display: flex;
    height: 80px;
    text-align: center;

}
.menu_item{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-left: 1px solid #958023;
    font-size: 2rem;
    color: #231815;
}
.menu_box .menu_item:hover{
    color: #231815;
    transition: all 0.3s ease;
    background-image: -webkit-linear-gradient(270deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 17px 0px #D1CEBB;
    box-shadow: 0px 0px 17px 0px #D1CEBB;
}
.menu_item:last-child{
/*    border-right: 1px solid #958023;*/
}
/*
nav {
  width: 750px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
*/
.menu_box li {
  position: relative;
  list-style: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    color: #231815;   z-index: 100;
}
.menu_box li a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    color: #231815;
    width: 100%;
    display: block;
    transition: 0.5s;
    text-decoration: none;
    box-sizing: border-box;
    
}

.last {
    border-right: 1px solid #958023;
}
.menu_box > li:hover > a {/*layer-1*/
}
.menu_box > li li:hover > a {/*layer-2*/
    background-image: -webkit-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -moz-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -o-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: linear-gradient(180deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    opacity: 0.8;
    color: rgba(255,255,255,1.00);
}
.menu_box li ul {
    width: 100%;
    top: 70px;
    left: 0px;
    position: absolute;
    background-color: #F0EEE0;
}
.menu_box li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.menu_box li ul li a {
    /*    border-top: 1px solid #eee;*/
    border-bottom: 1px dashed #BEA796;
        color: rgba(255,255,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -moz-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -o-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: linear-gradient(180deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    text-align: left;
    padding-left: 23px;
}
.menu_box li:hover > ul > li {
  overflow: visible;
  height: 60px;
}
  .menu_box li ul li ul {
    top: 10;
    left: 110px;
  }
  .menu_box li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .menu_box li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .menu_box li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .menu_box li ul li ul.left:before,/*layer-2-left▷*/
  .menu_box li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .menu_box li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .menu_box li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
header {
    position: fixed;
    width: 100vw;
    height: 93px;
    top: 0px;
    background-color: #F1EEE0;
    z-index: 1000;
    border-bottom: 1px dotted rgba(142,126,74,1.00);
  }
  .hed {
    height: 93px;
    display: block;
    position: relative;
  }
.title_box {
    height: 166px;
}
.title_box_mini{
    height: 26px;
    background-image: url(../gallery/img/AL061.png);
    background-position: center center;
    background-size: cover;
}
.pankuzu {
    background-color: #F2F1EF;
    height: 30px;
    padding-left: 30px;
    width: 100vw;
    border-top: 1px solid #ACACAC;
}
.pankuzu a {
    display: inline-block;
    color: #333333;
    line-height: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    border-top-width: medium;
}
.contents{
    width: 100vw;
    background-color: #E8E6DC;
}
.contents_box{
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.contents_title{
    color: #856B3C;
    font-size: 2rem;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-top: 60px;
    letter-spacing: 1px;
        margin-bottom: 23px;
}
.freedial {
    width: 260px;
    position: absolute;
    right: 30px;
    top: 20px;
}
  .link {}
  .copyright {
    font-size: 1.2rem;
    height: 113px;
    border-top: 1px dotted #D8DEDE;
    background-image: url(../images/wood.jpg);
    background-repeat: repeat;
    color: #000000;
    line-height: 1.2rem;
    bottom: 0px;
    position: static;
  }
  .copyright p {
    line-height: 0rem;
  }
  .header {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #5F6D78;

    z-index: 10;
    height: 60px;
    text-align: center;
  }
  .hidden {
    background: none;
    transition: all 0.2s ease;
    z-index: 10;
  }
  .logo {
    padding-left: 0px;
    margin-top: 23px;
    width: 400px;
    margin-left: 30px;
    position: absolute;
  }
  .logo h1 {}
  .none {
    display: none;
  }
  .logomain {

  }

  footer {
    width: 100vw;
    background-color: #5F6D78;
    color: #FFFFFF;
    text-align: center;
  }
  .inquiry {
    width: 100vw;
    background-color: #E6E6E6;
    border-top: 8px solid #8E7E4A;
    border-bottom: 8px solid #7E5344;
    color: #563E24;
    height: 111px;
  }
  .inq_box {
    max-width: 980px;
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    min-width: 980px;
    height: 80px;
    text-align: center;
  }
  .inq_item {
    flex: 1;
    text-align: center;
    margin-top: 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .inq_tit {
    font-size: 2.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    flex-basis: 80px;
    display: block;
    text-align: left;
    padding-top: 13px;
  }
  .inq_tit span {
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: #563E24;
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    margin-left: 11px;
    line-height: 1.2rem;
    vertical-align: bottom;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  }
  .inq_box .inq_tit.inq_item p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: normal;
    width: auto;
  }
  a.inq_web {
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 8px #565656;
    box-shadow: 2px 2px 8px #565656;
    border-radius: 11px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
            color: #563E24;

  }
  .inq_web:hover{
    color: #563E24;
    background-color: rgba(255,255,255,0.70);
    cursor: pointer;
        transition: all 0.2s ease;
  }
  .inq_box .inq_web.inq_item img {
    height: 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 6px;
    font-size: medium;
    line-height: 60px;
  }
  .txtlink {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }
  .txtlink a {
    color: #040000;
    text-decoration: none;
  }
  .txtlink a:hover {
    color: #6F2A19;
    text-decoration: underline;
  }
}


























/****************************************
SP用
*****************************************/
@media screen and (max-width : 767px) { /* 640px以下*/
  .PC {
    display: none;
    line-height: 0rem;
  }
  .SP {}
  .wrap{
    /* [disabled]margin-top: 60px; */
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
}
#pagetop {
    width: 80px;
    height: 80px;
    background-color: #595038;
    line-height: 18px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding-top: 13px;
    border-radius: 7px;
    display: block;
}
#pagetop:hover{
    color: #FFFFFF;
    background-color: #837652;
    cursor:pointer;
        transition: all 0.05s ease-out;
}
#pagetop a{
    color: #FFFFFF;
    text-decoration: none;
    }
.close_box{
    width: 980px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
    #close {
    width: 80px;
    height: 80px;
    background-color: #A9894A;
    line-height: 18px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 10;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 13px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    display: block;
    position: absolute;
        color: #FFFFFF;
}
#close:hover{
    color: #FFFFFF;
    background-color: #837652;
    cursor:pointer;
        transition: all 0.05s ease-out;
}
#close a{
    color: #FFFFFF;
    text-decoration: none;
    }
.menu   {
    width: 100vw;
    background-color: #F1EEE0;
    border-bottom: 4px solid #90804A;
    z-index: 69;
}
.kotei{
    position: fixed;
    top: 93px;
}
.plus{
    padding-top: 80px;
}
.wrap_bak_color{
    background-color: #F2F0E3;
}
.menu_box{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    min-width: 980px;
    display: -webkit-flex;
    display: flex;
    height: 80px;
    text-align: center;

}
.menu_item{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-left: 1px solid #958023;
    font-size: 2rem;
    color: #231815;
}
.menu_box .menu_item:hover{
    color: #231815;
    transition: all 0.3s ease;
    background-image: -webkit-linear-gradient(270deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(241,238,224,1.00) 0.02%,rgba(251,249,244,1.00) 59.95%,rgba(241,238,224,1.00) 100%);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 17px 0px #D1CEBB;
    box-shadow: 0px 0px 17px 0px #D1CEBB;
}
.menu_item:last-child{
/*    border-right: 1px solid #958023;*/
}
/*
nav {
  width: 750px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
*/
.menu_box li {
  position: relative;
  list-style: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    color: #231815;   z-index: 100;
}
.menu_box li a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    color: #231815;
    width: 100%;
    display: block;
    transition: 0.5s;
    text-decoration: none;
    box-sizing: border-box;
    
}

.last {
    border-right: 1px solid #958023;
}
.menu_box > li:hover > a {/*layer-1*/
}
.menu_box > li li:hover > a {/*layer-2*/
    background-image: -webkit-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -moz-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -o-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: linear-gradient(180deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    opacity: 0.8;
    color: rgba(255,255,255,1.00);
}
.menu_box li ul {
    width: 100%;
    top: 70px;
    left: 0px;
    position: absolute;
    background-color: #F0EEE0;
}
.menu_box li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.menu_box li ul li a {
    /*    border-top: 1px solid #eee;*/
    border-bottom: 1px dashed #BEA796;
        color: rgba(255,255,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -moz-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: -o-linear-gradient(270deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    background-image: linear-gradient(180deg,rgba(130,100,47,1.00) 0.07%,rgba(150,116,56,1.00) 10.61%,rgba(158,124,64,1.00) 25.54%);
    text-align: left;
    padding-left: 23px;
}
.menu_box li:hover > ul > li {
  overflow: visible;
  height: 60px;
}
  .menu_box li ul li ul {
    top: 10;
    left: 110px;
  }
  .menu_box li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .menu_box li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .menu_box li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .menu_box li ul li ul.left:before,/*layer-2-left▷*/
  .menu_box li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .menu_box li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .menu_box li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
header {
    /* [disabled]position: fixed; */
    width: 100vw;
    height: 60px;
    top: 0px;
    background-color: #F1EEE0;
    z-index: 1000;
    border-bottom: 1px dotted rgba(142,126,74,1.00);
  }
  .hed {
    height: 60px;
    display: block;
    padding-top: 7px;
  }
.title_box {
    height: 166px;
}
.title_box_mini{
    height: 26px;
    background-image: url(../gallery/img/AL061.png);
    background-position: center center;
    background-size: cover;
}
.pankuzu {
    background-color: #F2F1EF;
    height: 30px;
    padding-left: 30px;
    width: 100vw;
    border-top: 1px solid #ACACAC;
}
.pankuzu a {
    display: inline-block;
    color: #333333;
    line-height: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    border-top-width: medium;
}
.contents{
    width: 100vw;
    background-color: #E8E6DC;
}
.contents_box{
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.contents_title{
    color: #856B3C;
    font-size: 2rem;
    border-bottom: 2px solid #A3834A;
    font-weight: bold;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-top: 60px;
    letter-spacing: 1px;
        margin-bottom: 23px;
}
.freedial {
    width: 260px;
    position: absolute;
    right: 30px;
    top: 20px;
}
  .link {}
  .copyright {
    font-size: 1.2rem;
    height: 113px;
    border-top: 1px dotted #D8DEDE;
    background-image: url(../images/wood.jpg);
    background-repeat: repeat;
    color: #000000;
    line-height: 1.2rem;
  }
  .copyright p {
    line-height: 1.6rem;
  }
  .header {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #5F6D78;

    z-index: 10;
    height: 60px;
    text-align: center;
  }
  .hidden {
    background: none;
    transition: all 0.2s ease;
    z-index: 10;
  }
  .logo {
    /* [disabled]margin-top: 7px; */
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo h1 {}
  .none {
    display: none;
  }
  .logomain {

  }

  footer {
    width: 100vw;
    background-color: #5F6D78;
    color: #FFFFFF;
    text-align: center;
  }
  .inquiry {
    width: 100vw;
    background-color: #E6E6E6;
    border-top: 8px solid #8E7E4A;
    border-bottom: 8px solid #7E5344;
    color: #563E24;
    height: 111px;
  }
  .inq_box {
    max-width: 980px;
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    min-width: 980px;
    height: 80px;
    text-align: center;
  }
  .inq_item {
    flex: 1;
    text-align: center;
    margin-top: 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .inq_tit {
    font-size: 2.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    flex-basis: 80px;
    display: block;
    text-align: left;
    padding-top: 13px;
  }
  .inq_tit span {
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: #563E24;
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    margin-left: 11px;
    line-height: 1.2rem;
    vertical-align: bottom;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  }
  .inq_box .inq_tit.inq_item p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: normal;
    width: auto;
  }
  a.inq_web {
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 8px #565656;
    box-shadow: 2px 2px 8px #565656;
    border-radius: 11px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
            color: #563E24;

  }
  .inq_web:hover{
    color: #563E24;
    background-color: rgba(255,255,255,0.70);
    cursor: pointer;
        transition: all 0.2s ease;
  }
  .inq_box .inq_web.inq_item img {
    height: 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 6px;
    font-size: medium;
    line-height: 60px;
  }
  .txtlink {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }
  .txtlink a {
    color: #040000;
    text-decoration: none;
  }
  .txtlink a:hover {
    color: #6F2A19;
    text-decoration: underline;
  }


}
