@charset "Shift_JIS";
/*----------------------------------------------------

  Stay

----------------------------------------------------*/
/*2020.3.23*/
/*.kinkyu_box {
  padding: 1.5em 0 0;
  clear: both;
}
.kinkyu_box + .kinkyu_box {
  padding: 1em 0 0;
}
.kinkyu_box a {
  display: inline-block;
  padding: 12px 5px;
  font-size: 15px;
  width: 800px;
  border: 1px solid #333;
  text-decoration: none;
  line-height: 1.6;
  background: #fff;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: all .2s ease;
}
.kinkyu_box a:hover {
  color: #fff;
  background: #333;
}*/
/**/
.btn {
  padding: 20px 0 0;
}
.btn a {
  position: relative;
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  background: #005a49;
  color: #FFF;
  text-decoration: none;
}
.btn a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
.lead {
  line-height: 1.9;
}
/* stayInfo
----------------------------------------------------*/
#stayInfo {}
#stayInfo .btn a {
  background-color: #b59a5f;
}
#stayInfo .renewal {
  padding: 30px 0;
}
#stayInfo .renewal ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#stayInfo .renewal li {
  display: table-cell;
}
#stayInfo .renewal a {
  display: block;
  border-radius: 50px;
  height: 90px;
  width: 90px;
  overflow: hidden;
  margin: 0 auto;
}
#stayInfo .renewal li img {
  height: 90px;
}
/* room
----------------------------------------------------*/
#room {
  padding-bottom: 0;
}
#room section {
  width: 100%;
}
#room .checkin {
  padding: 10px 20px 20px;
  border: 1px solid #999;
  display: inline-block;
  margin: 15px 0 40px;
}
#room .checkin ul {
  display: table;
  margin: 0 auto;
}
#room .checkin li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
#room .checkin strong {
  display: inline-block;
  padding: 5px 15px;
  background: #CCC;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 12px;
}
#room .roomNav {}
#room .roomNav .txtBox {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
#room .roomNav .roomNav01 {
  background-image: url(img/main_governor2.jpg);
}
#room .roomNav .roomNav02 {
  background-image: url(img/main_dxtwin.jpg);
}
#room .roomNav .roomNav03 {
  background-image: url(img/main_women.jpg);
}
#room .roomNav .roomNav04 {
  background-image: url(img/main_superior.jpg);
}
#room .roomNav .roomNav05 {
  background-image: url(img/main_standard.jpg);
}
#room .roomNav .roomNav06 {
  background-image: url(img/main_japanese.jpg);
}
#room .roomNav .txt {
  width: 100%;
  display: table;
}
#room .roomNav .txt a {
  display: table-cell;
  height: 300px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  position: relative;
  transition: all .3s;
}
#room .roomNav .txt a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: '';
  display: block;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#room .roomNav .txt a:hover {
  background: rgba(0, 0, 0, 0);
}
#room .roomNav .txt a h3 {
  padding: 0 0 25px;
  font-size: 36px;
  color: #FFF;
  letter-spacing: 0.1em;
  text-shadow: 0 0 14px #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#room .roomNav .txt {
  line-height: 1;
}
#room .roomNav .txt strong {
  display: inline-block;
  margin: 2px 5px;
  font-size: 12px;
  color: #FFF;
  padding: 4px 14px;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
}
/* 2018.6.5
----------------------------------------------------*/
.roomWrap.secBox {
  padding: 50px 0;
}
.roomWrap .roomDtl:after, .roomWrap .controlWrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.roomWrap .roomDtl img {
  width: 100%;
}
.roomWrap .roomDtl h3 {
  border-top: 3px solid #005a49;
  padding: 15px 10px;
  font-size: 20px;
  border-bottom: 1px dashed #333;
	line-height: 1.3;
}
#dxtwin.roomWrap .roomDtl h3, #governor.roomWrap .roomDtl h3 {
  border-top: 3px solid #b39a55;
}
#superiorS.roomWrap .roomDtl h3, #superiorT.roomWrap .roomDtl h3 {
  border-top: 3px solid #a49f93;
}
.roomWrap .roomDtl .txt {
  text-align: left;
  padding: 20px 0;
  line-height: 1.7;
}
.roomWrap .roomPht {
  width: 70%;
}
.roomWrap .roomTxt {
  width: 26%;
}
.roomWrap .roomR {
  float: right;
}
.roomWrap .roomL {
  float: left;
}
.roomWrap .roomPht li a.indoorview {
  position: relative;
  display: block;
}
.roomWrap .roomPht li a.indoorview:after {
  content: url(img/icn_360.png);
  position: absolute;
  top: 6px;
  left: 6px;
}
.roomWrap .tbl01 {
  margin: 20px auto 0;
  width: 95%;
}
.roomWrap .controlWrap li {
  width: 47%;
  margin: 0 6% 10px 0;
  float: left;
}
.roomWrap .controlWrap li:nth-child(2n) {
  margin-right: 0;
}
.roomWrap .controlWrap a img {
  border: 2px solid #fff;
}
.roomWrap .controlWrap a.active img {
  border: 2px solid #005a49;
}
#dxtwin.roomWrap .controlWrap a.active img, #governor.roomWrap .controlWrap a.active img {
  border: 2px solid #b39a55;
}
#superiorS.roomWrap .controlWrap a.active img, #superiorT.roomWrap .controlWrap a.active img {
  border: 2px solid #a49f93;
}
.roomWrap .bx-wrapper .bx-prev {
  left: 10px;
}
.roomWrap .bx-wrapper .bx-next {
  right: 10px;
}
/*bxslider縦並び防止*/
.roomPht .bxslider_room li {
  display: none;
}
.roomPht .bx-viewport li {
  display: block !important;
}
.roomWrap .btn {
  padding: 40px 0 0;
}
.roomWrap .btn a {
  width: 50%;
  background: #005a49;
}
#dxtwin.roomWrap .btn a, #governor.roomWrap .btn a {
  background: #b39a55;
}
#superiorS.roomWrap .btn a, #superiorT.roomWrap .btn a {
  background: #a49f93;
}
.roomWrap2 {
  padding-top: 0 !important;
}
.roomWrap2 .roomPht, .roomWrap2 .roomTxt {
  width: auto;
}
.roomWrap2 .controlWrap {
  padding-top: 30px;
}
.roomWrap2 .controlWrap li {
  width: 13%;
  margin: 0 1% 10px;
  display: inline-block;
  float: none
}
.roomWrap2 .controlWrap li:nth-child(2n) {
  margin-right: 1%;
}
.roomWrap2 .roomTxt img {
  width: 100%;
}
.roomWrap2 .roomPht {
  position: relative;
  left: 50%;
  width: 2400px;
  margin-left: -1200px;
}
.roomWrap2 .roomPht .bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -380px;
}
.roomWrap2 .roomPht .bx-wrapper .bx-next {
  right: 50%;
  margin-right: -380px;
}
.roomWrap2 .roomDtl {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
/*artwork*/
.artWork h3 {
  font-size: 22px;
  padding: 20px 0;
  border: 0;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.artWork:after {
  content: "";
  display: block;
  clear: both;
}
.artWork li {
  float: left;
  width: 31%;
  margin: 0 3.5% 0 0;
  line-height: 1.6;
}
.artWork li:nth-child(3n) {
  margin-right: 0;
}
.artWork a {
  display: block;
  font-size: 14px;
  color: #d9caad;
  padding: 5px;
  text-align: center;
  border: 1px solid #d9caad;
  text-decoration: none;
  position: relative;
}
.artWork a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-bottom: 2px solid #d9caad;
  border-right: 2px solid #d9caad;
  transform: rotate(-45deg);
}
.artWork a:hover {
  background: #d9caad;
  color: #FFF;
}
.artWork a:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.artWork h4 {
  padding-bottom: 10px;
}
.artWork p {
  text-align: left;
  font-size: 12px;
}
/*women room*/
#ledies.bgclr {
  background: #fff4f4;
  padding-top: 50px !important;
}
.women.roomWrap h3 {
  border: 0;
  font-size: 20px;
  padding: 0 0 15px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.women.roomWrap h3 strong, #amenity.women h3 strong {
  color: #f48683;
  font-size: 30px;
}
.women.roomWrap .txt {
  text-align: center;
  line-height: 1.7;
  padding: 0 0 40px;
}
.women.roomWrap .controlWrap a.active img {
  border: 2px solid #f48683;
}
.women.roomWrap .btn a {
  background: #f48683;
}
.women.roomWrap .tbl01 td {
  background-color: rgba(255, 255, 255, 0.5);
}
.women.roomWrap .artWork {
  padding-top: 40px;
}
.women.roomWrap .artWork ul {
  width: 740px;
  margin: 0 auto;
}
.women.roomWrap .artWork li {
  width: 340px;
  margin: 0 60px 0 0;
}
.women.roomWrap .artWork li:nth-child(2n) {
  margin-right: 0;
}
/*amenity*/
#amenity h3 {
  font-size: 22px;
  padding: 10px 0 20px;
  border: 0;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#amenity h3 strong {}
#amenity .lead {
  padding: 0 50px 20px;
}
#amenity .amenityPht img {
  width: 100%;
}
#amenity .amenityPht li {
  width: 225px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  position: relative;
}
#amenity .amenityPht li:nth-child(4n) {
  margin-right: 0;
}
#amenity .amenityPht p {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
#amenity .amenityGoods {
  padding: 10px 0;
  line-height: 1.6
}
#amenity .amenityGoods li {
  width: 225px;
  margin: 0 20px 0 0;
  float: left;
  text-align: left;
}
#amenity .amenityGoods li:nth-child(4n) {
  margin-right: 0;
}
#amenity .amenityAtt {
  line-height: 1.6;
  font-size: 12px;
  padding: 14px 20px;
  background: #efefef;
  text-align: left
}
#amenity.women .amenityPht li, #amenity.suite .amenityPht li {
  width: 290px;
  margin: 0 45px 20px 0;
  float: left;
}
#amenity.women .amenityPht li:nth-child(3n), #amenity.suite .amenityPht li:nth-child(3n) {
  margin-right: 0;
}
#amenity.women .amenityPht li:nth-child(4n) {
  margin-right: 0;
}
#amenity.suite .amenityPht li:nth-child(4n) {
  margin-right: 45px;
}
#roomNav {
  padding: 30px 0;
  background: #eee;
}
#roomNav img {
  width: 100%;
}
#roomNav ul {
  width: 960px;
  margin: 0 auto;
}
#roomNav ul:after {
  content: "";
  display: block;
  clear: both;
}
#roomNav li {
  float: left;
  width: 19%;
  margin-right: 1.25%;
}
#roomNav li:last-child {
  margin-right: 0;
}
#roomNav li a {
  display: block;
  position: relative;
}
#roomNav li h3 {
  position: absolute;
  font-size: 11px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
/* stayplan
----------------------------------------------------*/
/*#stayplan	{	color:#FFF;}
#stayplan	section	{	overflow:hidden;}*/
#stayplan ul img {
  width: 100%;
}
/*#stayplan ul:after {
  display: block;
  clear: both;
  content: "";
}*/
#stayplan ul {
  display: flex;
  justify-content: center;
}
#stayplan li {
  /*float: left;*/
  width: 176px;
  margin: 0 20px 0 0;
}
#stayplan .staypoint li {
  width: 48%;
  margin-right: 4%;
}
#stayplan li:last-child {
  margin-right: 0;
}
/* recommend
----------------------------------------------------*/
#recommend {}
#recommend section {}
#recommend .slider {}
.slider .bx-viewport, .slider .bx-viewport li {
  height: auto !important
}
.slider li {
  display: none;
}
.slider .bx-viewport li {
  display: block !important;
}
#recommend .slider a {
  text-decoration: none;
}
#recommend .slider a:hover {
  color: #333;
}
#recommend .slider li {
  padding: 0 20px;
  box-sizing: border-box;
  width: 300px !important;
}
#recommend .slider li dl {
  text-align: left;
}
#recommend .slider li dt {
  font-size: 14px;
  padding: 14px 0 10px;
  line-height: 1.3;
  font-weight: bold;
}
#recommend .slider li dt p {
  color: #c00;
}
#recommend .slider li dd {
  font-size: 12px;
  line-height: 1.5;
}
/* stayrule
----------------------------------------------------*/
#kiyaku {
  padding-bottom: 0
}
#kiyaku dl {
  text-align: left;
}
#kiyaku dt {}
#kiyaku h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 0 6px;
  background: #eee;
}
#kiyaku dd {
  padding: 10px 10px 20px;
  line-height: 1.5;
  font-size: 12px;
}
#kiyaku ol {
  list-style-type: decimal;
  margin-left: 24px;
}
#kiyaku li {
  padding-bottom: 4px;
}
#kiyaku .tbl01 {
  width: 100%;
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
}
#kiyaku .tbl01 th {
  text-align: left;
  font-weight: lighter;
  white-space: nowrap;
}
/* point
----------------------------------------------------*/
#pointInfo {
  padding-bottom: 0;
}
#pointInfo .stt {
  margin-top: 50px;
  height: 120px;
}
#pointInfo .stt01 {
  background: url(point/stt01_bg.jpg);
}
#pointInfo .stt02 {
  background: url(point/stt02_bg.jpg);
}
#osusume li {
  padding: 20px 0;
}
.pointBox {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 300px auto;
  display: table;
  width: 100%;
  position: relative;
}
.point_b01 {
  background-image: url(point/point_t04.jpg);
}
.point_b02 {
  background-image: url(point/point_b02.jpg);
}
.point_b03 {
  background-image: url(point/point_b03.jpg);
}
.point_b04 {
  background-image: url(point/point_b04.jpg);
}
.point_b05 {
  background-image: url(point/point_b05.jpg);
}
.point_t01 {
  background-image: url(point/point_t01.jpg);
}
.point_t02 {
  background-image: url(point/point_t02.jpg);
}
.point_t03 {
  background-image: url(point/point_t03.jpg);
}
.point_t04 {
  background-image: url(point/point_t04.jpg);
}
.point_t05 {
  background-image: url(point/point_t05.jpg);
}
.point_t06 {
  background-image: url(point/point_t06.jpg);
}
.pointBox:before {
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 250px;
  top: 50px;
  content: '';
  display: block;
}
.point_b01:before {
  background-image: url(point/icn_b01.png);
}
.point_b02:before {
  background-image: url(point/icn_b02.png);
}
.point_b03:before {
  background-image: url(point/icn_b03.png);
}
.point_b04:before {
  background-image: url(point/icn_b04.png);
}
.point_b05:before {
  background-image: url(point/icn_b05.png);
}
.point_t01:before {
  background-image: url(point/icn_t01.png);
}
.point_t02:before {
  background-image: url(point/icn_t02.png);
}
.point_t03:before {
  background-image: url(point/icn_t03.png);
}
.point_t04:before {
  background-image: url(point/icn_t04.png);
}
.point_t05:before {
  background-image: url(point/icn_t05.png);
}
.point_t06:before {
  background-image: url(point/icn_t06.png);
}
.pointBox .txtBox {
  text-align: left;
  height: 225px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 370px;
}
.pointBox .txtBox h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}
.pointBox .txtBox h3 strong {
  font-size: 30px;
}
.pointBox p.txt {
  padding: 10px 0;
}
.pointBox p.pointBtn {
  padding: 0;
}
.pointBox p.pointBtn a {
  width: 180px;
  margin: 0;
  padding: 6px 0 5px;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
#osusume .tsushin {
  padding: 20px 0 0;
}
#osusume .tsushin .txtBox {
  text-align: left;
  background-image: url(point/pht_b01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  padding: 0 260px 0 0;
}
#osusume .tsushin h4 {
  padding: 7px 2px;
  border-bottom: 1px dashed #aaa;
}
#osusume .tsushin h4 strong {
  border-left: 6px solid #337eb2;
  padding: 0 7px;
  color: #337eb2;
  font-size: 18px;
}
#osusume .tsushin p.txt {
  padding: 10px 5px 30px;
  line-height: 1.6;
}
#osusume .tsushin .btn a {
  background: #337eb2;
}
/*
res_booking
*/
.res_booking-sec {
  transform: translateY(-60px)
}
.res_booking-box {
  width: 960px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  box-shadow: 0 0 5px #333;
  padding: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.res_booking-sec form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #999;
  padding: 20px 10px;
}
.res_booking-sec button, .res_booking-sec input, .res_booking-sec select, .res_booking-sec textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  font-family: inherit;
  font-size: 100%;
  border: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.res_booking-sec input:focus, .res_booking-sec select:focus {
  outline: 0;
}
.res_booking-sec .tc_box {
  padding: 0 10px;
}
.res_booking-sec .tc_box01 input {
  font-size: 50px;
  letter-spacing: .1em;
  width: 300px;
  font-family: 'Nuosu SIL', serif;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23fff" d="M7,12H9V14H7V12M21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19A2,2 0 0,1 21,6M5,8H19V6H5V8M19,20V10H5V20H19M15,14V12H17V14H15M11,14V12H13V14H11M7,16H9V18H7V16M15,18V16H17V18H15M11,18V16H13V18H11Z" /></svg>') no-repeat bottom 10px right 0;
  background-size: 24px;
  padding-right: 28px;
  padding-left: 20px;
}
.res_booking-sec select {
  font-size: 20px;
  padding: 30px 20px;
  letter-spacing: .1em;
  border: 1px solid #ccc;
}
.res_booking-sec select option {
  background: #000;
}
.res_booking-sec .tc_box.submit {
  flex: 1
}
.res_booking-sec .tc_box.submit input[type="submit"] {
  font-size: 20px;
  padding: 30px 20px;
  width: 100%;
  background: rgba(162, 147, 84, 1.00);
  color: #fff;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res_booking-sec form .tc_box04 {
  width: 100%;
}
.res_booking-sec form .tc_box04 ul {
  display: flex;
  margin: 20px 0;
  justify-content: center;
}
.res_booking-sec form .tc_box04 ul a {
  border-left: 1px solid #ccc;
  padding: 2px 20px;
}
.res_booking-sec form .tc_box04 li:last-child a {
  border-right: 1px solid #ccc;
}
.res_booking-sec form .tc_box04 a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: .3s
}
.res_booking-sec form .tc_box04 a:hover {
  opacity: .6;
}
.res_booking-sec form .tc_box-kiyaku p a {
  background: #666;
  padding: 6px;
  width: 60%;
  margin: 10px auto 0;
}
/*2022.4.4 三方よし（アメニティグッズについてのお知らせ）*/
#sanpouyoshi {
  margin: 0 20px 30px;
  line-height: 1.6;
  border: 1px solid #666;
  padding: 15px 40px 30px;
  position: relative;
}
#sanpouyoshi::before {
  position: absolute;
  display: block;
  content: '';
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px dashed #666;
}
.sanpou_ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*2022.4.4 滋賀旅*/
/*#shigatabi22 {
  line-height: 1.6;
  font-size: 14px;
}
#shigatabi22 img {
  width: 100%;
}
#shigatabi22 .shigatabi_ttl {
  font-size: 24px;
  color: #fff;
  background: #49adc7;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
}
#shigatabi22 .st_tsuika {
  padding: 0 10px 40px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#shigatabi22 .st_midashi {
  color: #c00;
  font-weight: 700;
  font-size: 16px;
}
#shigatabi22 .st_midashi2 {
  font-size: 20px;
}
#shigatabi22 .st_midashi_big {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 10px;
}
#shigatabi22 .st_tsuika-txt {
  margin-top: 1.5em;
}
#shigatabi22 .st_tsuika-txt h4 {
  font-weight: 700;
  font-size: 16px;
}
#shigatabi22 .st_tsuika-txt strong {
  font-weight: 700;
  text-decoration: underline;
  color: #c00;
}
#shigatabi22 .st_main {
  margin: 30px 0;
}
#shigatabi22 .st_dtl {
  display: flex;
  justify-content: space-between;
}
#shigatabi22 .st_dtl li {
  width: 48%;
}
#shigatabi22 .st_dtl a {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
#shigatabi22 .st_read {
  text-align: left;
  padding: 30px;
  background: #f3f3f3;
  margin: 30px 0;
  font-size: 13px;
}
#shigatabi22 .st_read h4 {
  color: #c00;
  font-weight: 700;
}
#shigatabi22 .st_read p {
  margin-top: 3px;
  margin-bottom: 3px;
}
#shigatabi22 .st_btn {
  display: flex;
  justify-content: space-between;
}
#shigatabi22 .st_btn-item {
  width: 46%;
}
#shigatabi22 .st_btn-item a {
  width: 100%;
  background-color: #b59a5f;
}
#shigatabi22 .st_plan {
  padding: 30px;
  border: 2px solid #333;
  border-radius: 10px;
  margin-bottom: 30px;
}
#shigatabi22 .st_plan h4 {
  background: #eee;
  font-weight: 700;
  padding: 10px;
  border-radius: 8px;
}
#shigatabi22 .st_plan p {
  padding: 15px 0 0;
}
#shigatabi22 .coalsenter {
  margin-bottom: 40px;
}
#shigatabi22 .coalsenter dt, #shigatabi22 .coalsenter dd {
  text-align: center;
  font-weight: 700;
  padding: 10px;
  font-size: 20px;
}
#shigatabi22 .coalsenter dt {
  background: #49adc7;
  color: #fff;
}
#shigatabi22 .coalsenter dd {
  background: #eee;
  font-size: 28px;
}*/
/*2022.10.11 今こそ滋賀全国版*/
/*.imashiga {}
.imashiga-main {
  background-image: url("imashiga/main.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100vw;
  -webkit-animation: bgscroll 60s linear infinite;
  animation: bgscroll 60s linear infinite;
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2160px 0;
  }
}
.imashiga-main h3 {
  background: url("imashiga/shiga.png") no-repeat center;
  background-size: auto 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .18em;
  text-indent: 0.18em;
  text-shadow: 3px 3px 0 #57cfed;
  -webkit-text-stroke: 1.4px #007591;
}
.imashiga * {
  box-sizing: border-box;
}
.imashiga-data {
  margin: 40px auto 60px;
  width: 960px;
  text-align: left;
  line-height: 1.7;
  font-size: 14px;
}
.imashiga-data dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #ccc;
}
.imashiga-data dt, .imashiga-data dd {
  padding: 30px;
}
.imashiga-data dt:nth-of-type(2n), .imashiga-data dd:nth-of-type(2n) {
  background: rgba(0, 117, 145, .05);
}
.imashiga-data dt {
  width: 180px;
}
.imashiga-data dt strong {
  font-weight: 700;
  color: #007591;
  padding: 0 0 3px;
  border-bottom: 2px solid #007591;
}
.imashiga-data dd {
  width: calc(100% - 180px);
}
.imashiga-data dd.imashiga-link {
  width: 100%;
  padding: 0;
}
.imashiga-data dd.imashiga-link a {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  background: #007591;
  text-align: center;
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 16px;
  transition: .5s;
}
.imashiga-data dd.imashiga-link a:hover {
  opacity: .6
}
.imashiga-data dd.imashiga-link a:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.imashiga-data dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imashiga-data dd li {
  width: 48%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.imashiga-data dd li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.imashiga-data dd h4 {
  font-weight: 700;
  padding: 10px;
  line-height: 1;
  margin: 0 -10px 15px;
  background: rgba(255, 244, 126, .8);
  border-radius: 3px;
}
.imashiga-data .list {
  font-size: 80%;
  text-align: left;
}
.imashiga-data .list.txt {
  font-size: 100%;
}
.imashiga-data .hojo {
  color: #c00;
  font-weight: 700;
}
.imashiga-data .hojo span {
  font-size: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.imashiga-price {
  color: #c00;
  font-weight: 700;
}
.imashiga-price span {
  font-size: 20px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.imashiga-bnr {
  margin-top: 30px;
}
.imashiga-bnr p {
  text-align: center;
  color: #c00;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 5px;
}
.imashiga-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 1px solid #005a49;
  margin-top: 30px;
}
.imashiga-plan h3 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #005a49;
  padding: 10px;
  width: 100%;
}
.imashiga-plan .btn {
  padding: 30px 0;
  width: 45%;
}
.imashiga-plan a {
  width: 100%;
  background-color: #b59a5f;
  padding: 20px 0;
  font-size: 18px;
}
.imashiga-plan a:after {
  right: 10px;
  margin-top: 0;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.staynavi-riyou {
  background: #eee;
  padding: 30px;
  margin-top: 20px;
}
.staynavi-riyou p.b {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.staynavi-link {
  padding-top: 10px;
}
.staynavi-link a.btn {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  background: #007591;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #fff;
  font-size: 16px;
  transition: .5s;
}
.staynavi-link a.btn:hover {
  opacity: .6
}
.staynavi-link a.btn:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.imashiga-juyo {
  margin-top: 30px;
}
.imashiga-juyotxt {
  width: 960px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 15px;
  border: 10px solid #e00;
  padding: 30px;
  font-weight: 700;
}
.imashiga-juyotxt h4 {
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 1em;
}
.imashiga-juyobig {
  color: #e00;
  font-size: 180%;
  margin: 10px 0;
}
.imashiga-juyobig strong {
  font-weight: 700;
  border-bottom: 3px solid #e00;
  padding-bottom: 5px;
}
.imashiga-juyobig2 {
  color: #e00;
  font-size: 140%;
  margin-top: 20px;
  line-height: 1.4;
}
.imashiga-juyotxt2 {
  font-weight: 400;
  text-align: left;
}*/