@charset "utf-8";

/*============ #tuyomi =============*/
#tuyomi {
  margin-bottom: 40px;
}

#tuyomi p.img {
  line-height: 0;
}

#tuyomi ol.list-box {
  border: 3px solid #ff9600;
  background-color: #ffffff;
  padding: 3% 3% 0 3%;
}

#tuyomi ol.list-box li {
  border-bottom: 1px dashed #735120;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#tuyomi ol.list-box li dl {
  padding-left: 16%;
  line-height: 1.2;
}

#tuyomi ol.list-box li dl dt {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 8px;
}

#tuyomi ol.list-box li dl dt span {
  color: #ff3000;
}

#tuyomi ol.list-box li dl dd {
  line-height: 1.4;
}

#tuyomi ol.list-box li dl.tuyomi01 {
  background: url(../img/common/icon-point01.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi02 {
  background: url(../img/common/icon-point02.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi03 {
  background: url(../img/common/icon-point03.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi04 {
  background: url(../img/common/icon-point04.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi05 {
  background: url(../img/common/icon-point05.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi06 {
  background: url(../img/common/icon-point06.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi07 {
  background: url(../img/common/icon-point07.png) no-repeat top left;
    background-size: 14%;
}
#tuyomi ol.list-box li dl.tuyomi08 {
  background: url(../img/common/icon-point08.png) no-repeat top left;
    background-size: 14%;
}

/*============ #nayami =============*/
#nayami {
  margin-bottom: 40px;
}

#nayami p.img {
  margin: 0 0 20px 0;
}

#nayami ul.part-box {
}

#nayami ul.part-box li {
  width: 32%;
  float: left;
  margin: 0 2% 15px 0;
}

#nayami ul.part-box li.mr0 {
  margin-right: 0;
}

#nayami ul.part-box li.w-max {
  width: 100%;
  float: none;
  clear: both;
  margin-right: 0;
}

#nayami .check-box {
  background-color: #846145;
  border: 1px solid #57381f;
  border-radius: 10px;
  padding: 3%;
}

#nayami .check-box ul {
  background-color: #ffffff;
  padding: 3% 3% 1% 3%;
  line-height: 1.4;
}

#nayami .check-box ul li {
  background: url(../img/common/icon-check.png) no-repeat top left;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 3px 28px;
  border-bottom: 1px dotted #846145;
  margin-bottom: 12px;
}

#nayami p.ans {
  margin-top: 15px;
}

/*===== [mokuji] =====*/
#mokuji .w24{
  width: 24%;
}
#mokuji .w49{
  width: 49%;
}
#mokuji h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#mokuji .box{
  margin-bottom: 20px;
}
#mokuji .box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mokuji .box ul li{
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  padding: 1% 0;
  background-color: #fff;
}
#mokuji .box ul li a{
  display: block;
  width: 100%;
  height: 30px;
  padding: 3% 0;
  text-decoration: none;
}
#mokuji .box ul li a::after{
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  content: "";
  display: block;
  float: right;
  margin-right: 10px;
}

/*============ #access-map =============*/
#access-map {
  margin-bottom: 40px;
}

#access-map .map {
  width: 100%;
  border: 1px solid #D0D0D0;
  margin-bottom: 25px;
}

#access-map .map #map_canvas {
  width: 100%;
  height: 400px;
}

#access-map .info-box {
}

#access-map .info-box dl {
  line-height: 1.2;
  background-color: #ff9600;
  border: 1px solid #ff7800;
  border-top: none;
}

#access-map .info-box dl.first {
  border-top: 1px solid #ff7800;
}

#access-map .info-box dl dt {
  width: 30%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 2%;
}

#access-map .info-box dl dd {
  width: 70%;
  float: left;
  background-color: #ffffff;
  padding: 10px 2%;
  line-height: 1.4;
}

/*============ #walk =============*/
#walk {
  margin-bottom: 40px;
}

#walk ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#walk ol li {
  width: 49%;
}

#walk ol li.odd {
}

#walk ol li p.text {
  margin-top: 10px;
}

/*============ #car =============*/
#car {
  margin-bottom: 40px;
}

#car ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#car ol li {
  width: 49%;
}

#car ol li.odd {
  margin-left: 0;
}

#car ol li p.text {
  margin-top: 10px;
}

/*============ #price =============*/
#price {
  margin-bottom: 40px;
}

#price img {
  margin-bottom: 15px;
}

#price .box {
  margin-bottom: 20px;
}

#price .box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ff3d00;
  line-height: 1.2;
  border-bottom: 1px dotted #ff3d00;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

#price .text .op01 {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #107bb9;
}

#price .text .op02 {
    text-align: center;
    font-size: 25px;
    display: block;
    font-weight: bold;
    background-color: #fded32;
    color: #ff3100;
    padding: 15px 2%;
}

#price .box table {
  width: 100%;
}

#price .box table tr {
}

#price .box table tr th {
  border: 1px solid #ff7800;
  background-color: #ff9600;
  text-align: center;
  padding: 8px 2%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
line-height: 1.5;
}

#price .box table tr td {
  border: 1px solid #ff7800;
  padding: 16px 2%;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
line-height: 1.5;
vertical-align: middle;
}

#price .box table tr td .btn {
    display: block;
    width: 80%;
    max-width: 160px;
    margin: 10px auto 0;
}

#price .box table tr td .btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    background-color: #ff7800;
    border-radius: 5px;
    padding: 5px 2%;
}

#price .box table tr td.hx {
  text-align: center;
  background-color: #ffdaa6;
}

#price .box .taisyo{
    border:2px #ff3d00 dotted;
    padding: 10px;
    background: #fff;
}

#price .hoken {
  width: 49%;
  float: left;
}

#price .jipi {
  width: 49%;
  float: right;
}

#price .border {
    border: 3px dashed #ff7100;
    padding: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

/*============ #waribiki =============*/
#waribiki {
}

#waribiki p {
  margin-bottom: 20px;
}

/*============ #prgrm =============*/
#prgrm {
    background-color: #ffffff;
    padding: 2%;
    border: 1px solid #ff9d38;
    margin-bottom: 35px;
}

#prgrm .bnr-toplist {
  margin-top: 15px;
}

#prgrm ul.bnr-toplist li {
    width: 49%;
    float: left;
    margin: 0 0 2% 2%;
}

#prgrm ul.bnr-toplist li.first {
    margin-left: 0;
}

#prgrm p.text {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fd5c0c;
    margin-bottom: 0;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  #price .hoken, #price .jipi {
    width: 100%;
    float: none;
  }
  #price .box table tr td.hx {
  }
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  #access-map .info-box dl dt {
    width: 100%;
    float: none;
    padding: 7px 3%;
  }
  #access-map .info-box dl dd {
    width: 100%;
    float: none;
    padding: 10px 3%;
  }
  #walk ol li, #car ol li {
    width: 100%;
  }
  #prgrm p.text {
    font-size: 16px;
  }
  #price .scroll {
    overflow-x: scroll;
  }
  #price .scroll table {
    width: 900px;
  }
/*===== [mokuji] =====*/
#mokuji .box ul{
  display: block;
}
#mokuji .box ul li{
  width: 100%;
  margin-bottom: 10px;
  padding: 2% 0;
}
#mokuji .box ul li a{
  padding: 2% 0;
}
}