/*
Theme Name: domu-2015
Template: w-shinko-base
Author: ezolue inc.
Author URI: http://ezolue.co.jp/
Description: 温泉童夢2015テーマ
Version: 1.0
Text Domain: domu-2015
*/
@charset "UTF-8";
/* CSS Document */
html,
body,
ul,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,img,
div{
  margin:0;
  padding:0;
  color:#534741;
  list-style:none;
  box-sizing:border-box;
  font-weight:normal;
}



html{
  width:100%;
  height:auto;
}
body{
  min-width:980px;
  width:100%;
  height:auto;
  background-image:url(images/back-image.jpg);
  font-family:sans-serif;
  font-size:16px;
  margin-top:7px;
}
.inner{
  width:960px;
  margin:0 auto;
  }
.main{
  width:620px;
  margin-left:10px;
  margin-bottom:30px;
  float:left;
  font-size:14px;
  line-height:1.5em;
  }
.sidebar{
  width:300px;
  margin-left:30px;
  position:relative;
  top:-70px;
  float:left;
  }

.main h2,
.main.archive h5{
  background:url(images/domu_72.png) no-repeat bottom;
  font-family:serif;
  padding:0 0 10px 3px;
  letter-spacing:0.1em;
  margin-bottom:15px;
  line-height:1em;
  }
.main h3{
  font-weight:bold;
  font-size:17px;
  letter-spacing:0.15em;
  color:#1cb2a9;
  margin-top: 30px;
  margin-bottom:5px;
  text-shadow: -1px 1px 3px #FFF,1px -1px 3px #FFF,-1px -1px 3px #FFF,1px 1px 3px #FFF;
  }
.main h2+h3{
  font-weight:bold;
  font-size:17px;
  letter-spacing:0.15em;
  color:#1cb2a9;
  margin-top: 10px;
  margin-bottom:5px;
  text-shadow: -1px 1px 3px #FFF,1px -1px 3px #FFF,-1px -1px 3px #FFF,1px 1px 3px #FFF;
  }
.main h3:before{
  display:inline-block;
  content:"";
  width:18px;
  height:18px;
  background-image:url(images/domu_46.png);
  background-position:-104px -41px;
  }
.main h4{
  font-weight:bold;
  font-size:1.1em;
  margin:4px 0;
  }
.main h5{
  text-align:center;
  font-family:serif;
  padding:10px 0 8px;
  letter-spacing:0.1em;
  margin:16px;
  background-color:#FFF;
  line-height:1em;
  color:#1cb2a9;
  }

.main p{
  padding:0 1em;
  margin-bottom:1em;
  }

.main ul{
  padding:0 14px 0 35px ;
  margin-bottom:1.3em;
  }
.main ul li{
  list-style:disc;
  margin-bottom:0.4em;
  line-height:1.3em;
  }
.main img{
  border:3px solid #E0DBD7;
  }
.singlepost img.size-full {
  width: 100%;
  height: auto;
}
.main a img:hover{
  border:3px solid #5DC3B9;
  }
table,dl{
  width:100%;
  width:calc(100% - 28px);
  margin:14px;
  border-collapse:collapse;
  background:#dcd8d5;
  overflow:hidden;
  border-bottom:1px solid #cac9c7;
  }
th,dt{
  border-top:1px solid #cac9c7;
  font-weight:normal;
  }
td,dd{
  background:#fff;
  border-top:1px solid #cac9c7;
  }
th,td{padding:10px 17px;border-left:1px solid #cac9c7;}
th:first-child,
td:first-child{
  border-left:none;
  }
dt,dd{padding:10px 17px;float:left;}
dt{width:30%;}
dd{width:70%;z-index:1;padding-bottom:11px;}
img.noborder{
  border:none;
  }
.alignleft{
  float:left;
  margin:1em;
  width: calc(50% - 2em);
  height: auto;
  }
.alignright{
  float:right;
  margin:1em;
  width: calc(50% - 2em);
  height: auto;
  }
.aligncenter{
  display:block;
  margin:1em auto;
  }
.btn{
  display:inline-block;
  background: #998675;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight:bold;
  padding: 4px 15px 3px;
  margin-left:14px;
  box-shadow: 0px 0px 0px 1px #e0dbd5;
  text-decoration: none;
}
.btn:hover{
  opacity:0.7;
}
.btn:before{
  display:block;
  content:"";
  width:12px;
  height:12px;
  background-image:url(images/domu_46.png);
  background-position:-5px -46px;
  float:left;
  margin:3px 10px 0 0;
  }
.btn-center{display: table;margin: 0 auto;}
.btn-large{padding: 14px;font-size: 103%;}

section{
  clear:both;
  position:relative;
  margin-bottom:40px;
  overflow:hidden;
  /*background-color:rgba(242,241,241,1.00);*/
  }

.container{
  width:630px;
  margin-left:5px;
  overflow:hidden;
  }
.container p{
  margin:0 0 0.9em 0;
  padding:0;
  }

.container div{
  margin-right:20px;
  margin-bottom:20px;
  float:left;
  overflow:hidden;
  }
.container img{
  display:block;
  width:100%;
  height:auto;
  margin-bottom:8px;
  }
.container table,
.container dl{
  width:100%;
  margin:0;
  }
.box2{
  width:45%;
  width:-webkit-calc(50% - 20px);
  width:calc(50% - 20px);
  }
.box3{
  width:30%;
  width:-webkit-calc(100% / 3 - 20px);
  width:calc(100% / 3  - 20px);
  }
.box4{
  width:22%;
  width:-webkit-calc(100% / 4 - 20px);
  width:calc(100% / 4 - 20px);
  }
.box2:nth-of-type(2n+1),
.box3:nth-of-type(3n+1),
.box4:nth-of-type(4n+1){
  clear:both;
  }
/*メインナビ*/
.main_nav ul{
  display:block;
  width:100%;
  height:auto;
  overflow:hidden;
  background-color:#fff;
  border-radius:4px;
  box-shadow:rgba(110, 110, 110, 0.278431) 0px 0px 12px 0px;
  -webkit-box-shadow:rgba(110, 110, 110, 0.278431) 0px 0px 12px 0px;
  -moz-box-shadow:rgba(110, 110, 110, 0.278431) 0px 0px 12px 0px;
  }
.main_nav li{
  display:block;
  width:20%;
  height:42px;
  border-left:1px solid rgb(229,225,221);
  float:left;
  background-image:url(images/domu2_05.png);
  text-indent:-999px;
  }
.main_nav li a{
  display:block;
  width:100%;
  height:100%;
  }
.main_nav li a:hover{
  background-color:#6B6B6B;
  opacity:0.2;
  }
li.nav0{
  width:20%;
  border-left:none;
  background-position:30px -315px;
  }
li.nav1{
  background-position:center -5px;
  }
li.nav2{
  background-position:center -67px;
  }
li.nav3{
  background-position:center -129px;
  }
li.nav4{
  background-position:center -191px;
  }
li.nav5{
  background-position:center -253px;
  }

/*トップスライダー*/
.top_slid{
  display:none;
  }
.home .top_slid{
  display:block;
  width:100%;
  height:337px;
  padding-top:25px;
  background-image:url(images/head-image-top.jpg);
  position:relative;
  top:-25px;
  z-index:-1;
  }
.easingslider-slide {
  background-color:transparent;
}
.pagetitle{
  display:block;
  width:100%;
  height:152px;
  background-image:url(images/head-image-sub.jpg);
  position:relative;
  top:-25px;
  z-index:-1;
  }
.home .pagetitle{
  display:none;
  }
.pagetitle h1{
  padding: 64px 10px 0 22px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.1em;
  }
/*メインヘッダー*/
.main_head a{
  text-decoration:none;
  color:inherit;
  }
.main_head h6{
  display:block;
  width:45%;
  font-size:12px;
  color:#998675;
  float:left;
  }
.sub_nav{
  display:block;
  text-align:right;
  width:55%;
  float:left;
  }
.sub_nav li{
  display: inline-block;
  color: #998675;
  font-size: 14px;
  border-right: 1px dotted #998675;
  padding: 2px 16px 0;
  height: 22px;
  }
.sub_nav li:first-child{
  border-left:1px dotted #998675;
  }
.sub_nav a:hover{
  text-decoration:underline;
  }
.main_nav:after,
.sub_nav:after{
  display:block;
  content:"";
  clear:both;
  float:none;
  }
.goog-te-gadget-simple {
  background-color:transparent !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  }
.goog-te-gadget-simple .goog-te-menu-value {
  color: #998675 !important;
  }
.head_logo{
  width:237px;
  float:left;
  }
.head_logo a{
  display: block;
  width: 198px;
  height: 64px;
  margin: 17px 0 0 33px;
  background-image: url(images/domu_06.png);
  text-indent: -9999px;
  }
.head_img{
  width:217px;
  height:110px;
  float:left;
  background-image: url(images/domu_03.png);
  }
.head_info{
  width: 506px;
  height: 102px;
  float: left;
  padding-top: 26px;
  padding-left: 42px;
  overflow: hidden;
  }
.head_tel{
  display:block;
  width:207px;
  height:29px;
  text-indent:-999px;
  background-image:url(images/domu_09.png);
  float:left;
  }
.head_tel:hover{
  opacity:0.7;
  }
.head_btn{
  display:block;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeae7);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeae7);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeae7);
  background-image: -o-linear-gradient(top, #ffffff, #eeeae7);
  background-image: linear-gradient(to bottom, #ffffff, #eeeae7);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: rgb(38,171,160) !important;
  font-size: 13px;
  font-weight:bold;
  padding: 4px 32px 3px;
  box-shadow: 0px 0px 0px 1px #e0dbd5, 0px 0px 0px 2px #99ddd8, 0px 0px 0px 3px #e0dbd5;  text-decoration: none;
  margin:1px 0 0 70px;
  float:left;
  }
.head_btn:hover {
  background: #eeeae7;
  background-image: -webkit-linear-gradient(top, #eeeae7, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeae7, #ffffff);
  background-image: -ms-linear-gradient(top, #eeeae7, #ffffff);
  background-image: -o-linear-gradient(top, #eeeae7, #ffffff);
  background-image: linear-gradient(to bottom, #eeeae7, #ffffff);
  text-decoration: none;
  }
.head_btn:before{
  display:block;
  content:"";
  background-image:url(images/domu_12.png);
  width:19px;
  height:14px;
  margin:3px 4px 0 0;
  float:left;
  }
.head_info p{
  display: block;
  clear: both;
  padding-top: 12px;
  font-size: 15.5px;
  font-weight: bold;
}

/*サイドバー*/
.sidebar img{
  display:block;
  margin-top:10px;
  }
.nextclose,
.kusuri,
.soudan{
  width:292px;
  height:104px;
  margin:0 4px 15px;
  }
.nextclose{
  background-image:url(images/domu_22.png);
  }
.nextclose .threedays{
  font-size:14px;
  padding-left:0;
  padding-right:0;
  }
.nextclose .fourdays{
  font-size:12px;
  padding-left:0;
  padding-right:0;
}
.kusuri{
  height:173px;
  background-image:url(images/domu_40.png);
  }
.soudan{
  background-image:url(images/domu_51.png);
  }
.nextclose span,
.kusuri span,
.soudan span{
  position: relative;
  display: block;
  background-color: rgb(93,195,185);
  width: 220px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-family: FOT-ニューロダン Pro DB,NewRodinPro-DB;
  border-radius: 4px;
  line-height:1em;
  top:50px;
  box-sizing:border-box;
  }
.kusuri span,
.soudan span{
  background-color: #ede0d2;
  color:#9b5c18;
  }
.kusuri span{
  padding:15px 0;
  top:60px;
  }
.kusuri span:before{
  display:block;
  content:"";
  width:44px;
  height:44px;
  background-image:url(images/domu_104n.png);
  background-size:88px 396px;
  float:left;
  margin-left: 30px;
  margin-right: -45px;
  margin-top: -12px;
  }
.kusuri span.bath-02:before{background-position:0 -44px;}
.kusuri span.bath-03:before{background-position:0 -88px;}
.kusuri span.bath-04:before{background-position:0 -132px;}
.kusuri span.bath-05:before{background-position:0 -176px;}
.kusuri span.bath-06:before{background-position:0 -220px;}
.kusuri span.bath-07:before{background-position:0 -264px;}
.kusuri span.bath-08:before{background-position:0 -308px;}
.kusuri span.bath-09:before{background-position:-44px 0;}
.kusuri span.bath-10:before{background-position:-44px -44px;}
.kusuri span.bath-11:before{background-position:-44px -88px;}
.kusuri span.bath-12:before{background-position:-44px -132px;}
.kusuri span.bath-13:before{background-position:-44px -176px;}
.kusuri span.bath-14:before{background-position:-44px -220px;}
.kusuri span.bath-15:before{background-position:-44px -264px;}
.kusuri span.bath-16:before{background-position:-44px -308px;}
.kusuri span.bath-17:before{background-position:0px -352px;}
.kusuri span.bath-18:before{background-position:-44px -352px;}
.kusuri .btn{
  position: relative;
  display: block;
  margin: 67px auto;
  width: 117px;
  }
.enquete{
  display:block;
  position:relative;
}
.sideenquete0{
  display: block;
  width:100%;
  height:75px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 19px;
}
.sideenquete1{
  display:inline-block;
  font-size:12px;
  color: #998675;
}
.sideenquete2{
  display:inline-block;
  font-size:19px;
  font-weight:bold;
}
/*フッター*/
footer{
  clear:both;
  width:100%;
  height:auto;
  background-image:url(images/domu_83.png);
  font-size:13px;
  }
.foot_main{
  height:115px;
  }
.foot_logo{
  width: 214px;
  height:115px;
  float:left;
  }
.foot_logo a{
  display: block;
  width: 193px;
  height: 59px;
  margin: 30px 0 0 10px;
  background-image:url(images/domu_86.png);
  text-indent: -9999px;
  }
.foot_img{
  width:282px;
  height:115px;
  float:left;
  background-image:url(images/domu_81.png);
  }
.foot_info{
  width: 464px;
  height:115px;
  float:left;
  padding: 28px 0 0 22px;
  }
.foot_info address{
  font-style:normal;
  margin-bottom:3px;
  }
.foot_info div a{
  text-decoration:none;
  color:inherit;
  }
.foot_info div a:hover{
  text-decoration:underline;
  }
.foot_info p{
  float:left;
  margin-top:7px;
  margin-right: 15px;
  }
.foot_info .btn{
  padding-top: 2px;
  padding-bottom: 1px;
  margin-top:6px;
  float:left;
  margin-left: 0;
  width: 102px;
  }
.copyright{
  height:36px;
  background-color:#998675;
  color:#fff;
  }
.copyright p{
  color:#fff;
  padding-top:9px;
  }
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.topjump{
  display:block;
  width:79px;
  height:79px;
  background-image:url(images/domu2_03.png);
  text-indent:-9999px;
  border-radius: 20px;
  bottom:170px;
  right:60px;
}
.topjump:hover{
  background-color:#fff;
}
/*トップページ*/
.main ul.top_post{
  padding:0;
  margin:0;
  }
.main .top_post li{
  width: 25%;
  margin: 0;
  padding:0;
  float:left;
  line-height:1.2em;
  list-style:none;
  }
.top_post a{
  box-sizing: border-box;
  display:block;
  width:100%;
  height:100%;
  padding: 10px;
  text-decoration:none;
  }
.top_post a:hover{
  background-color:rgb(196,196,196);
  background-color:rgba(196,196,196,0.2);
  text-decoration:none;
  }
.top_post img{
  display:block;
  width:100%;
  height:auto;
  border:2px solid #4dc2ba;
  margin-bottom:5px
  }
.top_post a img:hover{
  border:2px solid #4dc2ba;
  }
.top_post .img-wrap{
  position:relative;
  }
.top_post .new-post:after{
  display:block;
  content:" ";
  width:35px;
  height:35px;
  background-image:url(images/domu_48.png);
  position:absolute;
  bottom:0;
  }
.top_post a:hover img{
  opacity:0.7;
  }
.top_post li:first-child{
  margin-left:0;
  }
.top_post .date{
  color: #4dc2ba;
  font-size: 12px;
  padding:0;
  display:block;
  }
.top_post h5{
  display:inline-block;
  background-color:transparent;
  text-align:left;
  color:#534741;
  font-weight:bold;
  font-size:15px;
  margin: 8px 0;
  padding:0;
  }
.top_post a:hover h5{
  text-decoration:underline;
  }
.top_post p{
  padding:0;
  font-size:13px;
  line-height:1.4em
  }
.top_post a:hover p{
  opacity:0.8;
  }
.home section h2{
  width:100%;
  height:39px;
  text-indent:-999px;
  background-image:url(images/domu_38.png);
  margin-bottom:15px;
  }
.home section .btn{
  position:absolute;
  top:2px;
  right:10px;
  }
.goods p{
  text-align: center;
  padding: 41px 140px 0 0;
  font-size: 14px;
  letter-spacing: 0.15em;
  background-image: url(images/domu_57.png);
  background-repeat: no-repeat;
  margin-top:20px;
  }
.top_goods2{
  width:177px;
  height:344px;
  background-image:url(images/domu_59.png);
  position:absolute;
  top:0;
  right:0;
  }
.goods dl{
  display:block;
  margin-top:20px;
  margin-left:0;
  margin-right:0;
  width:220px;
  height:220px;
  float:left;
  padding:0;
  border-left:1px dotted #988678;
  border-bottom:none;
  position:relative;
  background-color:transparent;
  }
.goods dt{
  padding:0;
  border-top:none;
  }
.goods dd{
  width:100%;
  text-align:center;
  padding:0;
  font-size:13px;
  border-top:none;
  position:absolute;
  bottom:0;
  background-color:transparent;
  }
.goods dd span{
  font-size:1.6em;
  line-height:1.2em;
  }
.goods img{
  border:none;
  }

.main ul.bath{
  display:block;
  width:640px;
  overflow:hidden;
  padding:0;
  margin:0;
  position:relative;
  left:17px;
  }
.main ul.bath li{
  display:block;
  width:121px;
  height:100px;
  margin-right:34px;
  margin-bottom:24px;
  float:left;
  background-color:#fff;
  font-family: FOT-ニューロダン Pro DB,NewRodinPro-DB;
  text-align:center;
  }
.bath a{
  display:block;
  text-decoration:none;
  width:100%;
  height:100%;
  border:6px solid #e0dbd6;
  border-radius:2px;
  color:inherit;
  padding-top:7px;
  box-sizing:border-box;
  box-shadow:rgba(110, 110, 110, 0.7) 1px 1px 3px 0px;
    -webkit-box-shadow:rgba(110, 110, 110, 0.7) 1px 1px 3px 0px;
    -moz-box-shadow:rgba(110, 110, 110, 0.7) 1px 1px 3px 0px;
  }
.bath a:hover{
  border:6px solid #5DC3B9;
  background-color: rgba(93,195,185,0.1);
  }
.bath a:before{
  display:block;
  content:"";
  width:54px;
  height:50px;
  margin:0 auto 3px;
  background-image:url(images/domu_104n.png);
  }
.kounou span.bath-02:before,
.bath a.bath-02:before{background-position:0 -50px;}
.kounou span.bath-03:before,
.bath a.bath-03:before{background-position:0 -100px;}
.kounou span.bath-04:before,
.bath a.bath-04:before{background-position:0 -150px;}
.kounou span.bath-05:before,
.bath a.bath-05:before{background-position:0 -200px;}
.kounou span.bath-06:before,
.bath a.bath-06:before{background-position:0 -250px;}
.kounou span.bath-07:before,
.bath a.bath-07:before{background-position:0 -300px;}
.kounou span.bath-08:before,
.bath a.bath-08:before{background-position:0 -350px;}
.kounou span.bath-09:before,
.bath a.bath-09:before{background-position:-53px 0;}
.kounou span.bath-10:before,
.bath a.bath-10:before{background-position:-53px -50px;}
.kounou span.bath-11:before,
.bath a.bath-11:before{background-position:-53px -100px;}
.kounou span.bath-12:before,
.bath a.bath-12:before{background-position:-53px -150px;}
.kounou span.bath-13:before,
.bath a.bath-13:before{background-position:-53px -200px;}
.kounou span.bath-14:before,
.bath a.bath-14:before{background-position:-53px -250px;}
.kounou span.bath-15:before,
.bath a.bath-15:before{background-position:-53px -300px;}
.kounou span.bath-16:before,
.bath a.bath-16:before{background-position:-53px -350px;}
.kounou span.bath-17:before,
.bath a.bath-17:before{background-position:0 -400px;}
.kounou span.bath-18:before,
.bath a.bath-18:before{background-position:-53px -400px;}

.kounou{
  display: block;
  background-color:#fff;
  width:500px;
  height:auto;
  padding: 20px 30px 0;
  border:9px solid #e0dbd6;
}
.kounou span{
  display: block;
  font-family: FOT-ニューロダン Pro DB,NewRodinPro-DB;
  background-color:#e0dbd6;
  width:120px;
  height:100px;
  border-radius:50%;
  text-align:center;
  padding-top:20px;
  margin:0 auto 20px;
}
.kounou span:before{
  display: block;
  content:"";
  width:54px;
  height:50px;
  margin:0 auto 5px;
  background-image:url(images/domu_104n.png);
}
.kounou p{
  font-weight:100;
  margin: 2px 0 15px 0;
  padding: 0;
}

.kakaku dd{
  text-align:right;
  }

.otoku{
  display:inline-block;
  width:200px;
  height:auto;
  position:relative;
  margin-left:40px;
  margin-right:40px;
  }
.otoku span{
  display:block;
  background-color:#ffa8a4;
  color:#fff;
  padding:3px 10px;
  width:180px;
  text-align:center;
  font-weight:bold;
  position:relative;
  right:0;
  z-index:2;
  font-size:15px;
  }
.otoku:before{
  display:block;
  content:"";
  width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 10px solid #ff8d72;
	border-right: 7px solid #ff8d72;
	border-bottom: 10px solid #ff8d72;
  position:absolute;
  top:4px;
  left:-12px;
  z-index:1;
  }
.otoku:after{
  display:block;
  content:"";
  width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 10px solid #ff8d72;
	border-left: 7px solid #ff8d72;
	border-bottom: 10px solid #ff8d72;
  position:absolute;
  top:4px;
  right:-12px;
  z-index:1;
  }

.jikoku th{
  width:50%;
  font-size:13px;
  }
.jikoku td{
  text-align:center;
  font-size: 17px;
  }

.about-domu{
  background-image:url(images/domu_25.png);
  background-repeat:no-repeat;
  padding-top:200px;

}
.about-domu p{
  display:block;
  text-align:center;
  padding-bottom:220px;
  font-family:serif;
  font-size:113%;
  line-height:190%;
  background-image:url(images/domu_53.png);
  background-repeat:no-repeat;
  background-position:bottom;
}

.kusuricall{
  table-layout: fixed;
}
.kusuricall tr td{
  padding:5px 7px;
  font-size:95%;
}
.kusuricall tr td:first-child{
  color: #ff8d72;
}
.kusuricall tr td:last-child{
  color: #2586c6;
}
.kusuricall tr td span{
  display:block;
  background-color: #b2e5e2;
  color: #535741;
  text-align:center;
  font-weight: bold;
  width:98%;
  font-size: 88%;
}
.kusuricall tr:first-child td{
  background-color:#998675;
  padding:5px 20px;
  text-align:center;
}
.kusuricall tr:first-child td a{
  color:#fff;
  display:inline-block;
  width:10%;
}
.kusuricall tr:first-child td span{
  color:#fff;
  display:inline-block;
  background-color:inherit;
  font-size:110%;
  width:80%;
}
.kusuricall tr:first-child+tr td{
  background-color:#dbd8d5 ;
  text-align:center;
  padding:5px 20px;
  color:inherit;
}

dl.yado,
.yado dt,
.yado dd{
  background-color:inherit;
  border:none;
  padding:0;
}
.yado dt:nth-of-type(n){
  width: 22%;
}
.yado dd:nth-of-type(n){
  width: 26%;
  font-weight:bold;
}
.yado dt:nth-of-type(2n){
  width: 29%;
}
.yado dd:nth-of-type(2n){
  width: 23%;
  font-weight:bold;
}

.yunagimenu dt{
  width:70%;
}
.yunagimenu dd{
  width:30%;
  text-align:center;
}
.yunagimenu2 dt{
  width:50%;
}
.yunagimenu2 dd{
  width:50%;
  text-align:center;
}

.accessmap{
  position:relative;
}
.mapbtn{
  display: block;
  width: 200px;
  height: 72px;
  text-indent: -9999px;
  position: absolute;
}
.mapbtn:hover{
  background-color: #fff;
  opacity: 0.3;
}
.map-domu{
  top: 247px;
  left: 64px;
}
.map-wakkanai{
  top: 115px;
  left: 348px;
}
.map-minami{
  top: 232px;
  left: 372px;
}

.page-id-13 section:first-child p{
  font-size:130%;
  margin-top:30px;
}
span.hissu,
.wpcf7 dt span{
  display:inline-block;
  background-color:#ff8d72;
  color:#fff;
  font-size:10px;
  padding:3px 3px 4px 6px;
  letter-spacing:0.3em;
  line-height:1em;
  margin-right:3px;
}
.wpcf7 dt,
.wpcf7 dd{
  height:70px;
}
.wpcf7 dd{
  height:70px;
  padding: 21px 35px 10px 20px;
  background-color: #F7F7F7;
}
.wpcf7 dt:last-child,
.wpcf7 dd:last-child{
  height:auto;
}
.privacy{
  background-color: #DCD8D5;
  margin:0 13px;
  padding:15px 20px !important;
  font-size:91%;
}

.wpcf7-text{
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #D0CDCB;
  line-height: 0;
  padding: 4px;
  width: 100%;
}
.tel-660 .wpcf7-text,
.your-email .wpcf7-text{
  width: 274px;
  margin-right: 10px;
  }
.wpcf7-textarea{
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #D0CDCB;
  width:100%;
  }

 .btn.bunseki{
  line-height:44px;
  padding:4px 30px;
}
.btn.bunseki:before{
  width: 41px;
  height: 41px;
  background-position: 0 0;
}
.sidetopics{
  background-color: #FFFFFF;
  border: 5px solid #DCD8D5;
  padding: 12px 5px 5px 5px;
  overflow:hidden;
}
.sidetopics ul{
  border-top:1px solid #eee;
  margin: 10px 0;
}
.sidetopics li{
  overflow:hidden;
  clear:both;
  border-bottom:1px solid #eee;
  position:relative;
  font-size: 13px;
}
.sidetopics li a{
  position:relative;
  box-sizing: border-box;
  display:block;
  top:0;
  left:0;
  width:100%;
  padding: 8px;
  overflow:hidden;
  text-decoration:none;
  color: inherit;
}
.sidetopics li a span{
  display: block;
  padding-top: 20px;
}
.sidetopics li a+span{
  position: absolute;
  top: 7px;
  left: 66px;
  font-weight: bold;
  font-size: 90%;
  }
.sidetopics li a:hover{
  text-decoration:underline;
  background-color: rgba(216, 216, 216, 0.22);
}
.sidetopics img{
  width:50px;
  height:auto;
  float:left;
  margin: 0 7px 0 0;
}
.sidetopics h3{
  display:inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #1cb2a9;
  margin-left: 11px;
}
.sidetopics .btn{
  font-size: 12px;
  padding: 2px 12px 2px;
  float: right;
  margin-right: 5px;
}
.sidetopics select{
  float: right;
  margin-right: 10px;
}
.sidetopics select+span{
  float: right;
  font-size: 13px;
}

.main ul.archivelist{
  border-top:1px solid #BBB4B2;
  padding:0;
}
.main ul.archivelist li{
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #BBB4B2;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.archivelist li a{
  position:relative;
  box-sizing: border-box;
  display:block;
  top:0;
  left:0;
  width:100%;
  padding: 8px;
  overflow:hidden;
  text-decoration:none;
  color: inherit;
  font-weight: bold;
}
.archivelist li a span{
  display: block;
  padding-top: 30px;
}
.archivelist li a+span{
  position: absolute;
  top: 13px;
  left: 136px;
  font-weight: bold;
  font-size: 90%;
  color: #1CB2A9;
  }
.archivelist li a:hover{
  text-decoration:underline;
  background-color: rgba(216, 216, 216, 0.22);
}
.archivelist img{
  width:100px;
  height:auto;
  float:left;
  margin: 0 26px 0 0;
}
.wp-pagenavi{
  text-align: center;
  }
.wp-pagenavi a,
.wp-pagenavi span{
  background-color: #5DC3B9;
  border: 1px solid #ccc !important;
  color: #fff;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  text-align: center;
  display: inline-block;
  margin-right: 0.3em;
  border-radius: 100%;
  line-height: 1em;
  font-size: 1.1em;
  padding-top: 6px;
  font-weight: bold;
  }
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .extend{
  display:none;
  }
.wp-pagenavi .current{
  background-color: #e6e6e6;
  color: #56514E;
  }
iframe[href*="youtube"]{
  width: 86%;
  margin: 0 auto;
  display: block;
  border: 3px solid #E0DBD7;
  }

#page-food section h5 {
  font-size: 18px;
  font-weight: bold;
  font-family: initial;
  line-height: 1.6em;
}

.infocallwrap{
  width: 100%;
  overflow: scroll;
}
.infocallblock{
  width: 2472px;
}
.infocall{
  width: 178px;
  float:left;
  margin-top:0;
}
.infocall td,
.infocall th{
  padding: 3px !important;
  text-align: center;
}
.infocall tr:first-child+tr td{
  background-color:#dbd8d5 ;
  text-align:center;
  padding:0;
  color:inherit;
}
.allclose{
  background-color: #F1D5AF;
}
.foodclose,
.foodhanrei:before{
  background-color: #71B6AB !important;
}
.hanrei{
  font-weight: bold;
  margin:0 0 0 30px;
}
.hanrei:before{
  display:inline-block;
  content:"";
  width:20px;
  height:15px;
  position:relative;
  top: 3px;
  left: -5px;
  background-color: #F1D5AF;
  border: 1px solid #656463;
}
