@charset "UTF-8";
/* ==========================================================

title : 【ホテル多度温泉】レスポンシブ不具合改修
scope : https://www.token-tado.co.jp/tado_onsen/

last modify : 2020/09/03 TCV_ヴィ/ Doan Thi Tuong Vi SPメニューオープン時のbodyのスクロール修正

2020/07/17 TCV_ヴィ/ Doan Thi Tuong Vi 幅812px以下のメニューボタンの不具合修正、且つ幅769px～812pxのSEO文・フッターのCSSが効いていないエラーを修正。

========================================================== */
/*-------------------------------------------

reset

-------------------------------------------*/
html {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka;
  color: #333;
  font-size: 13px;
  font-size: 4vw;
  line-height: 1.5;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
p,
th,
td,
section,
article {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
figure {
  margin: 0;
  padding: 0;
}
select {
  padding: 0.25em 1em 0.25em 0.5em;
  font-size: 1rem;
}
div {
  border-width: 1px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  word-break: break-all;
}
img {
  display: block;
  width: 100%;
  border: 0;
  vertical-align: top;
}
strong {
  font-weight: bold;
}
small {
  font-size: smaller;
}
li {
  list-style: none;
}
a {
  color: #188bdd;
  text-decoration: none;
}
/*-------------------------------------------

wrap

-------------------------------------------*/
#wrap {
  position: relative;
  overflow-x: hidden;
}
/*-------------------------------------------

header

-------------------------------------------*/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
header .header_wrap {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 3.85em;
  background-color: #FFF;
}
header .header_logo,
header .header_btn {
  display: table-cell;
  padding: 0 0.5em;
  vertical-align: middle;
}
header .header_logo div {
  max-width: 8.85em;
}
header .header_logo p {
  max-width: 8.85em;
}
header .header_btn {
  width: 9em;
}
header .header_menu {
  text-align: right;
}
header .header_close {
  display: none;
}
header .header_btn a {
  height: auto;
}
.navOp header {
  position: fixed;
}
.navOp header .header_menu {
  display: none;
}
.navOp header .header_close {
  display: block;
}
#header_tel {
  position: relative;
  z-index: 1;
  padding: 0 0.5em 0 0.5em;
  height: 3.21em;
  background-color: #FFF;
}
#header_tel p {
  vertical-align: middle;
  padding: 0.25em 0.5em;
  background-color: #efd9d9;
  text-align: center;
  font-weight: bold;
}
#header_tel span {
  color: #600;
}
.navOp #header_tel {
  padding-top: 3.85em;
}

/*-------------------------------------------

breadcrumbs

-------------------------------------------*/

.breadcrumbs__wrapper {
 width:100%;
}
.breadcrumbs {
 margin:auto;
 max-width: 1180px;
 line-height:38px;
}
.breadcrumbs ul {
 display:flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.breadcrumbs li {
 padding-right:20px;
}
.breadcrumbs li:not(:last-child) {
 position:relative;
 padding-right:40px;
}
.breadcrumbs li:not(:last-child)::after {
 content: ">";
 display: block;
 position: absolute;
 width: 9px;
 height: 15px;
 top: -9px;
 right: 10px;
}
@media screen and (max-width:768px) {
 .breadcrumbs {
  padding:0 20px 30px;
 }
 .breadcrumbs ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }
 .breadcrumbs li {
  display:inline;
  padding-right:20px;
  flex: 0 0 40%;
 }
}



/*-------------------------------------------

footer

-------------------------------------------*/
footer {
  margin-top: 2em;
  border-bottom: 7px solid #014934;
  padding-bottom: 2px;
}
footer li {
  background-color: #d7f1e5;
}
footer li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #83c8a8;
  padding: 1em 2.31em 1em 2.46em;
  color: #053202;
  text-decoration: none;
}
footer li a:before,
footer li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
footer li a:before {
  left: 1em;
  width: 0.92em;
  background: url(../image_cmn/ico_rectangle_03.png) center 1.24em no-repeat;
  background-size: contain;
}
footer li a:after {
  right: 1em;
  width: 0.62em;
  background: url(../image_cmn/arrow_03.png) center center no-repeat;
  background-size: contain;
}
#wrap footer li a.blank {
  padding-left: 2.46em;
  background-image: none;
}
footer li a.blank:after {
  width: 1em;
  background-image: url(../image_cmn/ico_blank02.png);
  background-size: auto 1em;
}
footer .produce {
  padding: 1.75em 1em 0;
  text-align: center;
}
footer .produce p {
  font-size: 0.69rem;
}
footer .produce p a {
  text-decoration: none;
}
footer .copyright {
  border-bottom: 3px solid #007e44;
  padding: 1.75em 1em;
  font-size: 0.69rem;
  text-align: center;
}
/*-------------------------------------------

content

-------------------------------------------*/
#wrap_inner,
#contents {
  position: relative;
  width: 100%;
  background-color: #FFF;
}
.navOp #wrap_inner {
  position: fixed;
  padding-top: 7.06em;
}
/*-------------------------------------------

nav

-------------------------------------------*/
#nav .nav_wrap {
  visibility: hidden;
  -moz-transition: -moz-transform ease 0.5s;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
 background-color:#e9ddca;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}
.navOp #nav .nav_wrap {
  visibility: visible;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  top: 3.84em;
  transform: translateY(0%);
  z-index: 100;
}
.navClose #nav .nav_wrap {
  visibility: hidden;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navAnm #nav .nav_wrap {
  visibility: visible;
  z-index: 100;
}
#nav .nav_wrapInner {
  padding-bottom: 1em;
}
#nav .nav_list {
  border-top: 1px solid #e9ddca;
}
#nav .nav_list a {
  display: block;
  position: relative;
  border-bottom: 1px solid #dbcbb2;
  padding: 1em 3.08em 1em 2.69em;
  text-decoration: none;
  background-color: #efe7da;
  color: #333;
}
#nav .nav_list a:before,
#nav .nav_list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
#nav .nav_list a:before {
  left: 1em;
  width: 0.92em;
  background: url(../image_cmn/ico_rectangle_05.png) center 1.2em no-repeat;
  background-size: contain;
}
#nav .nav_list a:after {
  right: 1.54em;
  width: 1.15em;
  background: url(../image_cmn/arrow_06.png) center center no-repeat;
  background-size: auto 1.15em;
}
#nav .nav_list .accordion a.accordion_btn:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#nav .nav_list .accordion.op a.accordion_btn:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#nav .nav_list li li a {
  border-color: #e9ddca;
  padding-left: 3.62em;
  text-indent: -1em;
  background-color: #f9f3ea;
}
#nav .nav_list li li a:after {
  right: 1.54em;
  width: 1.15em;
  background: url(../image_cmn/arrow_06.png) center center no-repeat;
  background-size: auto 1.15em;
}
#nav .nav_list li li a:before {
/*  color: #660000; */
  content: "・";
  display: inline;
/*  font-weight: bold; */
  position: static;
  background-image: none;
}
#nav .nav_list li li:last-child a {
  border-color: #e9ddca;
}
#nav .nav_list .home a {
  padding-left: 2.69em;
  background-image: url(../image_cmn/nav_ico03.png);
  background-position: 0.77em center;
  background-repeat: no-repeat;
  background-size: 1.38em;
}
#nav .nav_list .home a:before {
  content: normal;
}
#nav .nav_list .home a:after {
  content: normal;
}
#nav .nav_list a.blank {
  background-image: none;
}
#nav .nav_list a.blank:after {
  background-image: url(../image_cmn/ico_blank03.png);
  background-size: auto 1em;
}
#nav .nav_bnrlist {
  margin: 0 2em;
  padding: 1.5em 2.5em;
  border-bottom: 1px solid #bae3b7;
}
#nav .nav_bnrlist li {
  margin: 1em auto 0 auto;
}
#nav .nav_bnrlist li:first-child {
  margin-top: 0;
}
#nav .nav_close {
  margin-top: 1em;
}
#nav .nav_close a {
  height: auto;
}
/*-------------------------------------------

description

-------------------------------------------*/
#description {
  background: #f5e7e7;
  margin: 2.5em 1em 2em 1em;
}
#description .description_open {
  display: block;
}
#description .description_close {
  display: none;
}
#description .description_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#description #description_txt[type="checkbox"] {
  display: none;
}
#description #description_txt[type="checkbox"]:checked + div .description_txt {
  display: inline;
}
#description .description_open,
#description .description_close {
  color: #800000;
}
#description #description_txt[type="checkbox"]:checked + div .description_open {
  display: none;
}
#description #description_txt[type="checkbox"]:checked + div .description_close {
  display: inline-block;
}
/*-------------------------------------------

pagetop

-------------------------------------------*/
.pagetop {
  margin-top: 2em;
}
.pagetop p {
  text-align: center;
}
.pagetop a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  padding: 0.5em 3em 0.5em 1em;
  font-size: 1.07rem;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 1px 0 1px rgba(0,0,0,0.15);
  border: 1px solid #999;
  color: #333;
  background-color: #EFEFEF;
  background-image: -webkit-linear-gradient(#FFF, #EFEFEF);
  background-image: linear-gradient(#FFF, #EFEFEF);
}
.pagetop a:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1.15em;
  display: block;
  background: url(../image_cmn/arrow_03.png) center center no-repeat;
  background-size: 0.62em;
}
/*-------------------------------------------

general

-------------------------------------------*/
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}
.flL {
  float: left !important;
}
.flR {
  float: right !important;
}
.flN {
  float: none !important;
}
.w100p {
  width: 100% !important;
}
.w96p {
  width: 96% !important;
}
.w95p {
  width: 95% !important;
}
.w94p {
  width: 94% !important;
}
.w93p {
  width: 93% !important;
}
.w92p {
  width: 92% !important;
}
.w90p {
  width: 90% !important;
}
.w85p {
  width: 85% !important;
}
.w80p {
  width: 80% !important;
}
.w75p {
  width: 75% !important;
}
.w70p {
  width: 70% !important;
}
.w69p {
  width: 69% !important;
}
.w68p {
  width: 68% !important;
}
.w66p {
  width: 66% !important;
}
.w65p {
  width: 65% !important;
}
.w60p {
  width: 60% !important;
}
.w55p {
  width: 55% !important;
}
.w50p {
  width: 50% !important;
}
.w45p {
  width: 45% !important;
}
.w40p {
  width: 40% !important;
}
.w35p {
  width: 35% !important;
}
.w34p {
  width: 34% !important;
}
.w32p {
  width: 32% !important;
}
.w31p {
  width: 31% !important;
}
.w30p {
  width: 30% !important;
}
.w25p {
  width: 25% !important;
}
.w20p {
  width: 20% !important;
}
.w15p {
  width: 15% !important;
}
.w10p {
  width: 10% !important;
}
.w08p {
  width: 8% !important;
}
.w07p {
  width: 7% !important;
}
.w06p {
  width: 6% !important;
}
.w05p {
  width: 5% !important;
}
.w04p {
  width: 4% !important;
}
.w0p {
  width: 0% !important;
}
.wA {
  width: auto !important;
}
.mh05 {
  min-height: 0.5em !important;
}
.mh10 {
  min-height: 1em !important;
}
.mh15 {
  min-height: 1.5em !important;
}
.mh20 {
  min-height: 2em !important;
}
.mh25 {
  min-height: 2.5em !important;
}
.mh30 {
  min-height: 3em !important;
}
.mh35 {
  min-height: 3.5em !important;
}
.mh40 {
  min-height: 4em !important;
}
.mh45 {
  min-height: 4.5em !important;
}
.mh50 {
  min-height: 5em !important;
}
.hA {
  height: auto !important;
}
.mA {
  margin: auto !important;
}
.m0 {
  margin: 0 !important;
}
.m05 {
  margin: 0.5em !important;
}
.m1 {
  margin: 1em !important;
}
.m2 {
  margin: 2em !important;
}
.m3 {
  margin: 3em !important;
}
.m4 {
  margin: 4em !important;
}
.m5 {
  margin: 5em !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 0.5em !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  /*margin-top: 3em !important;*/
  margin-top: 2.5em !important;
}
.mt35 {
  margin-top: 3.5em !important;
}
.mt4 {
  /*margin-top: 4em !important;*/
  margin-top: 2.5em !important;
}
.mt45 {
  margin-top: 4.5em !important;
}
.mt5 {
  /*margin-top: 5em !important;*/
  margin-top: 2.5em !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 0.5em !important;
}
.mr-05 {
  margin-right: -0.5em !important;
}
.mr1 {
  margin-right: 1em !important;
}
.mr2 {
  margin-right: 2em !important;
}
.mr3 {
  margin-right: 3em !important;
}
.mr4 {
  margin-right: 4em !important;
}
.mr5 {
  margin-right: 5em !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 0.5em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb3 {
  /*margin-bottom: 3em !important;*/
  margin-bottom: 2.5em !important;
}
.mb4 {
  /*margin-bottom: 4em !important;*/
  margin-bottom: 2.5em !important;
}
.mb5 {
  /*margin-bottom: 5em !important;*/
  margin-bottom: 2.5em !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 0.5em !important;
}
.ml1 {
  margin-left: 1em !important;
}
.ml15 {
  margin-left: 1.5em !important;
}
.ml2 {
  margin-left: 2em !important;
}
.ml3 {
  margin-left: 3em !important;
}
.ml4 {
  margin-left: 4em !important;
}
.ml5 {
  margin-left: 5em !important;
}
.bdN {
  border: none !important;
}
.bdtN {
  border-top: none !important;
}
.bdrN {
  border-right: none !important;
}
.bdbN {
  border-bottom: none !important;
}
.bdlN {
  border-left: none !important;
}
.p0 {
  padding: 0 !important;
}
.p01 {
  padding: 0.1em !important;
}
.p03 {
  padding: 0.3em !important;
}
.p05 {
  padding: 0.5em !important;
}
.p1 {
  padding: 1em !important;
}
.p2 {
  padding: 2em !important;
}
.p3 {
  padding: 3em !important;
}
.p4 {
  padding: 4em !important;
}
.p5 {
  padding: 5em !important;
}
.pt0 {
  padding-top: 0 !important;
}
.p01 {
  padding: 0.1em !important;
}
.pt02 {
  padding-top: 0.2em !important;
}
.pt03 {
  padding-top: 0.3em !important;
}
.pt05 {
  padding-top: 0.5em !important;
}
.pt1 {
  padding-top: 1em !important;
}
.pt2 {
  padding-top: 2em !important;
}
.pt3 {
  /*padding-top: 3em !important;*/
  padding-top: 2.5em !important;
}
.pt4 {
  /*padding-top: 4em !important;*/
  padding-top: 2.5em !important;
}
.pt5 {
  /*padding-top: 5em !important;*/
  padding-top: 2.5em !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 0.5em !important;
}
.pr1 {
  padding-right: 1em !important;
}
.pr2 {
  padding-right: 2em !important;
}
.pr3 {
  padding-right: 3em !important;
}
.pr4 {
  padding-right: 4em !important;
}
.pr5 {
  padding-right: 5em !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 0.5em !important;
}
.pb1 {
  padding-bottom: 1em !important;
}
.pb2 {
  padding-bottom: 2em !important;
}
.pb3 {
  /*padding-bottom: 3em !important;*/
  padding-bottom: 2.5em !important;
}
.pb4 {
  /*padding-bottom: 4em !important;*/
  padding-bottom: 2.5em !important;
}
.pb5 {
  /*padding-bottom: 5em !important;*/
  padding-bottom: 2.5em !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 0.5em !important;
}
.pl1 {
  padding-left: 1em !important;
}
.pl15 {
  padding-left: 1.5em !important;
}
.pl2 {
  padding-left: 2em !important;
}
.pl3 {
  padding-left: 3em !important;
}
.pl4 {
  padding-left: 4em !important;
}
.pl5 {
  padding-left: 5em !important;
}
.fz30 {
  font-size: 2.30rem !important;
}
.fz29 {
  font-size: 2.23rem !important;
}
.fz28 {
  font-size: 2.15rem !important;
}
.fz27 {
  font-size: 2.07rem !important;
}
.fz26 {
  font-size: 2rem !important;
}
.fz25 {
  font-size: 1.92rem !important;
}
.fz24 {
  font-size: 1.84rem !important;
}
.fz23 {
  font-size: 1.76rem !important;
}
.fz22 {
  font-size: 1.69rem !important;
}
.fz21 {
  font-size: 1.61rem !important;
}
.fz20 {
  font-size: 1.53rem !important;
}
.fz19 {
  font-size: 1.46rem !important;
}
.fz18 {
  font-size: 1.38rem !important;
}
.fz17 {
  font-size: 1.3rem !important;
}
.fz16 {
  font-size: 1.23rem !important;
}
.fz15 {
  font-size: 1.15rem !important;
}
.fz14 {
  font-size: 1.07rem !important;
}
.fz13 {
  font-size: 1rem !important;
}
.fz12 {
  font-size: 0.92rem !important;
}
.fz11 {
  font-size: 0.84rem !important;
}
.fz10 {
  font-size: 0.76rem !important;
}
.fz9 {
  font-size: 0.69rem !important;
}
.fz8 {
  font-size: 0.61rem !important;
}
.tdU {
  text-decoration: underline !important;
}
.tdN {
  text-decoration: none !important;
}
.fwN {
  font-weight: normal !important;
}
.fwB {
  font-weight: bold !important;
}
.fwB dd{
  font-weight: normal !important;
}
.wsNw {
  white-space: nowrap !important;
}
.wbBa {
  word-break: break-all !important;
}
.bd1 {
  border-width: 1px !important;
}
/*-------------------------------------------

clearfix

-------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*-------------------------------------------

screen reader only

-------------------------------------------*/
.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
/*-------------------------------------------

Fix menu scroll outsite

-------------------------------------------*/
.iOS.navOp, .Android.navOp {
  overflow: hidden;
  position: fixed !important;
  top: 0;
}