@charset "UTF-8";
/* ************************************************ 
* 下層ページ common
* ************************************************ */
/* -----------------------
 column
------------------------*/
.row-2 {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.row-2.left {
  justify-content: flex-start;
}
.row-2.right {
  justify-content: flex-end;
}
.row-2.w1-2 > div {
  width: 50%;
}
.row-2.spa10 > div {
  width: calc(50% - 10px);
}
.row-2.spa20 > div {
  width: calc(50% - 20px);
}
.row-2.spa30 > div {
  width: calc(50% - 30px);
}

.row-2-xs {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .row-2-xs {
    flex-direction: row;
    justify-content: space-between;
  }
  .row-2-xs.left {
    justify-content: flex-start;
  }
  .row-2-xs.right {
    justify-content: flex-end;
  }
  .row-2-xs.w1-2 > div {
    width: 50%;
  }
  .row-2-xs.spa10 > div {
    width: calc(50% - 10px);
  }
  .row-2-xs.spa20 > div {
    width: calc(50% - 20px);
  }
  .row-2-xs.spa30 > div {
    width: calc(50% - 30px);
  }
}

.row-2-lg {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (min-width: 900px) {
  .row-2-lg {
    flex-direction: row;
    justify-content: space-between;
  }
  .row-2-lg.left {
    justify-content: flex-start;
  }
  .row-2-lg.right {
    justify-content: flex-end;
  }
  .row-2-lg.w1-2 > div {
    width: 50%;
  }
  .row-2-lg.spa10 > div {
    width: calc(50% - 10px);
  }
  .row-2-lg.spa20 > div {
    width: calc(50% - 20px);
  }
  .row-2-lg.spa30 > div {
    width: calc(50% - 30px);
  }
}

.row-3 {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.row-3.left {
  justify-content: flex-start;
}
.row-3.right {
  justify-content: flex-end;
}
.row-3.w1-3 > div {
  width: 33.3333333%;
}
.row-3.spa10 > div {
  width: calc(33.3333333% - 10px);
}
.row-3.spa20 > div {
  width: calc(33.3333333% - 20px);
}
.row-3.spa30 > div {
  width: calc(33.3333333% - 30px);
}

.row-3-xs {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .row-3-xs {
    flex-direction: row;
    justify-content: space-between;
  }
  .row-3-xs.left {
    justify-content: flex-start;
  }
  .row-3-xs.right {
    justify-content: flex-end;
  }
  .row-3-xs.w1-3 > div {
    width: 33.3333333%;
  }
  .row-3-xs.spa10 > div {
    width: calc(33.3333333% - 10px);
  }
  .row-3-xs.spa20 > div {
    width: calc(33.3333333% - 20px);
  }
  .row-3-xs.spa30 > div {
    width: calc(33.3333333% - 30px);
  }
}

.row-3-lg {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (min-width: 900px) {
  .row-3-lg {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .row-3-lg.left {
    justify-content: flex-start;
  }
  .row-3-lg.right {
    justify-content: flex-end;
  }
  .row-3-lg.w1-3 > div {
    width: 33.3333333%;
  }
  .row-3-lg.spa10 > div {
    width: calc(33.3333333% - 10px);
  }
  .row-3-lg.spa20 > div {
    width: calc(33.3333333% - 20px);
  }
  .row-3-lg.spa30 > div {
    width: calc(33.3333333% - 30px);
  }
}

/* -----------------------
 共通カラム（館内施設・温泉）
------------------------*/
/* main-01 */
.main-01 {
  background: url(../img/bg_washi.gif);
  padding: 30px 10px;
  margin-top: 30px;
}
.main-01 h3 {
  border-bottom: 1px solid #acacac;
  margin-bottom: 1em;
  padding-bottom: .5em;
}
.main-01 img {
  width: 100%;
}
.main-01 .box-1 {
  margin: 30px auto 0 auto;
  max-width: 650px;
}
.main-01 .box-2 {
  margin: 30px auto 0 auto;
  max-width: 650px;
}
.main-01 .txt {
  width: 100%;
}
.main-01 .img {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .main-01 {
    padding: 30px 10px 60px 10px;
  }
  .main-01 .box-1 {
    margin: 50px auto 0 auto;
    max-width: 1000px;
  }
  .main-01 .box-1 .txt {
    width: 33%;
  }
  .main-01 .box-1 .img {
    /*flex: 1;*/
    width: 67%;
  }
  .main-01 .box-1 h3, .main-01 .box-1 p {
    padding-left: 40px;
  }
  .main-01 .box-2 {
    margin: 50px auto 0 auto;
    max-width: 1000px;
    justify-content: space-between;
  }
  .main-01 .box-2 .txt {
    width: 33%;
    order: 1;
  }
  .main-01 .box-2 .img {
    /*flex: 1;*/
    order: 2;
    width: 67%;
  }
  .main-01 .box-2 h3, .main-01 .box-2 p {
    padding-right: 20px;
  }
}

/* main-02 */
.main-02 {
  background: #e6e6e6;
  padding: 30px 10px;
}
.main-02 .etc {
  margin: 0 auto;
  text-align: center;
}
.main-02 .etc h3 {
  margin-bottom: .8em;
}
.main-02 .etc .img {
  margin: 0 auto 20px auto;
}
.main-02 .etc .img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
@media (min-width: 900px) {
  .main-02 {
    padding: 50px 10px;
  }
  .main-02 .etc {
    max-width: 1000px;
  }
  .main-02 .etc .item {
    border-right: 1px solid #fff;
    padding: 0 40px 0 0;
  }
  .main-02 .etc .item:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .main-02 .etc {
    flex-direction: column;
  }
  .main-02 .etc > div {
    width: 100% !important;
    max-width: 350px;
    margin: 20px auto;
  }
  .main-02 .etc .img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .main-02 .etc h3 {
    margin-bottom: 0;
  }
}

/* ************************************************ 
* page overview
* ************************************************ */
/* -----------------------
 overview_intro
------------------------*/
.overview_intro {
  background: url(../img/bg_ougi_xs.png) left bottom no-repeat;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 900px) {
  .overview_intro {
    background-size: 50%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .overview_intro {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

.overview_lead {
  margin: auto;
}
.overview_lead > div {
  padding: 1em;
}
.overview_lead .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview_lead .ttl h2 {
  font-size: 1.9rem;
  text-align: center;
}
.overview_lead .ttl h2 span {
  font-size: 1.7rem;
}
.overview_lead .txt p {
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .overview_lead {
    max-width: 1200px;
  }
  .overview_lead .ttl h2 {
    font-size: 2.4rem;
    text-align: left;
  }
  .overview_lead .ttl h2 span {
    font-size: 1.8rem;
  }
}

/* -----------------------
 overview_pohto
------------------------*/
.overview_pohto {
  display: flex;
}
.overview_pohto > div {
  width: calc(33.333333%);
}

/* -----------------------
 overview_profile
------------------------*/
.overview_profile {
  margin: auto;
}
.overview_profile .profil_wrap > div {
  padding: 1em;
  margin-bottom: 20px;
}
.overview_profile .profile table {
  /* table width */
  width: 100%;
  font-size: 1.6rem;
}
.overview_profile .profile table th, .overview_profile .profile table td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: .5em 0;
  vertical-align: top;
}
.overview_profile .profile table th {
  width: 6em;
}
.overview_profile .profile table .btn {
  margin-right: 10px !important;
}
.overview_profile .profile table .btn a {
  padding: .5em 1em !important;
  font-size: 1.3rem !important;
}
.overview_profile .room table {
  /* table width */
  width: 100%;
}
.overview_profile .room table th {
  background: #ccc;
}
.overview_profile .room p {
  font-size: 1.7rem;
}
.overview_profile .room p span {
  font-size: 1.2rem;
}
@media (min-width: 900px) {
  .overview_profile {
    max-width: 1000px;
  }
  .overview_profile .profil_wrap > div {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .overview_profile .profile table tr {
    display: flex;
    flex-direction: column;
  }
  .overview_profile .profile table tr th {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 0;
    font-weight: 700;
  }
  .overview_profile .profile table tr td {
    display: block;
    padding: 0 0 1em 0;
  }
}

/* -----------------------
 Hotels 
------------------------*/
.overview_hotels {
  background: #e6e6e6;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 900px) {
  .overview_hotels {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.hotels_group {
  padding: 0 10px;
}
.hotels_group .group_item {
  max-width: 400px;
  margin: 20px auto 0 auto;
  transition: all  0.3s ease;
}
.hotels_group .group_item:hover {
  opacity: .7;
}
.hotels_group .group_item p {
	margin: 0 !important;
}
.hotels_group p {
  font-size: 1.3rem;
}
.hotels_group .group_label.btn {
  text-align: left;
  padding: 0;
}
.hotels_group .group_label.btn a {
	margin: 0;
  padding: .7em;
}
.hotels_group small {
  font-size: 1.2rem;
}
@media (min-width: 900px) {
  .hotels_group {
    max-width: 1000px;
  }
  .hotels_group .group_item {
    max-width: 100%;
  }
  .hotels_group p {
    font-size: 1.4rem;
  }
}

/* ************************************************ 
* page facilities
* ************************************************ */
/* -----------------------
 facilities
------------------------*/
.facilities {
  padding-bottom: 0;
}

/* ************************************************ 
* page rooms
* ************************************************ */
/* -----------------------
 rooms-intro
------------------------*/
.rooms-intro div.point {
  margin-bottom: 20px;
}
.rooms-intro div.point h3 {
  border-bottom: 1px solid #acacac;
}

/* -----------------------
 rooms-type
------------------------*/
.rooms-type {
  padding-top: 30px;
  background: #e6e6e6;
}
.rooms-type .sec-header {
  text-align: center;
  margin: 0 auto 2em auto;
  letter-spacing: 2px;
}
.rooms-type .sec-header h3 {
  font-size: 2.0rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.rooms-type .sec-header h3 span {
  font-size: 1.5rem;
  color: #b4b4b4;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}
.rooms-type .sec-header p {
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 900px) {
  .rooms-type .sec-header h3 {
    font-size: 2.8rem;
  }
  .rooms-type .sec-header p {
    font-size: 1.8rem;
  }
}
@media (min-width: 900px) {
  .rooms-type {
    padding-top: 60px;
  }
}

.type-wrap {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .type-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 899px) {
  .type-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.room_info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .room_info {
    flex-direction: row;
  }
  .room_info .room-img {
    /*width: 70%;*/
    flex: 1;
    margin-right: 30px;
  }
  .room_info .room-txt {
    /*width: 30%;*/
    width: 300px;
  }
}

.room-img {
  position: relative;
}
.room-img .room-img-inner {
  position: relative;
}
@media (min-width: 900px) {
  .room-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }
}
.room-img .change-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
	padding: 0;
}
.room-img .change-btn .room a {
  display: block;
  width: 90px;
  padding: .2em .4em;
  background: #556478;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.room-img .change-btn .room a:hover {
  background-color: #778393;
}
@media (min-width: 900px) {
  .room-img .change-btn .room a {
    padding: .4em;
  }
}
.room-img .change-btn .bath a {
  display: block;
  width: 90px;
  padding: .2em .4em;
  background: #5a2235;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.room-img .change-btn .bath a:hover {
  background-color: #823a54;
}
@media (min-width: 900px) {
  .room-img .change-btn .bath a {
    padding: .4em;
  }
}
.room-img .detail-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}

.detail-btn {
  padding: .5em;
  background: #556478;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.detail-btn:hover {
  background-color: #778393;
}
.detail-btn span {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.room-txt {
  display: flex;
  flex-direction: column;
}
.room-txt .btn {
  margin-top: auto;
  margin-bottom: 10px;
}
.room-txt p {
	margin-top: 8px;
}
@media (min-width: 900px) {
	.room-txt p {
		margin-top: 0;
	}
  .room-txt .btn {
    margin-bottom: 0;
  }
}
.room-txt .btn a {
  padding: 1em;
}
.room-txt p {
  margin-bottom: 1em;
  font-size: 1.3rem;
}
.room-txt ul {
  background: #fff;
  font-size: 1.2rem;
  padding: 1.5em;
  margin-bottom: 10px;
}

.room-detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.room-detail hr {
  margin-left: 10px;
  margin-right: 10px;
  border-color: #d9d9d9;
}
@media (min-width: 900px) {
  .room-detail {
    flex-direction: row;
    margin-bottom: 50px;
  }
  .room-detail > div {
    width: calc(33.33333% - 10px);
  }
}

.room-detail h4 {
  margin-bottom: .5em;
  padding: .5em 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 900px) {
  .room-detail h4 {
    padding: 1em 2em;
    font-size: 1.8rem;
    border-left: 5px solid #556478;
    border-bottom: 0;
  }
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
}
.list-inline li {
  margin: 0 10px;
}

/* ************************************************ 
* page breakfast
* ************************************************ */
/* -----------------------
 dining-intro
------------------------*/
.dining-intro div.point {
  margin-bottom: 20px;
}
.dining-intro div.point img {
  min-height: 1px;
}
.dining-intro div.point h3 {
  border-bottom: 1px solid #acacac;
}

.dining-intro div.point {
  display: flex;
  flex-direction: column;
}
.dining-intro div.point .btn {
  margin-top: auto;
}
.dining-intro div.point .time {
  margin-top: 10px;
  background: #e6e6e6;
  padding: .2em 1em;
}

.btn-map-dl a {
  display: flex;
  align-items: center;
}
.btn-map-dl a span {
  display: block;
}
.btn-map-dl a .icon {
  margin: -2px 7px 0 0;
}
.btn-map-dl a .text {
  margin: -1px 0 0 0;
}

/* ************************************************ 
* page spa
* ************************************************ */
/* -----------------------
 spa-intro
------------------------*/
.spa-intro {
  padding-bottom: 10px !important;
}
.spa-intro .btn {
  max-width: 350px !important;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .spa-intro {
    padding-bottom: 30px !important;
  }
}

/* -----------------------
 spa-main
------------------------*/
.btn-bihin {
  display: flex;
  margin-top: 20px;
}
.btn-bihin .pop-box {
  width: 50%;
}
.btn-bihin h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #556478;
}
@media (min-width: 900px) {
  .btn-bihin {
    padding-left: 40px;
  }
}

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*width: 50vw;*/
  /*height: 50vh;*/
  width: 70vw;
  height: 70vh;
  /*overflow-y: scroll;*/
  overflow-y: auto;
  z-index: 9999;
}
@media (min-width: 900px) {
  .popup {
    width: 50vw;
    height: 50vh;
  }
}

/* チェックボックスの初期設定 */
#popup-on {
  display: none;
}

/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup {
  display: block;
}

#popup-on-2 {
  display: none;
}

/* チェックされたらポップアップウインドウを開く */
#popup-on-2:checked + .popup {
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close {
  background: #000;
  color: #fff;
  font-size: 25px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
/*
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}
*/
/* 開くボタン */
.btn-open {
  background: #556478;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0;
  width: 95%;
  text-align: center;
}
.btn-open:hover {
  opacity: .7;
}

.btn-open.women {
  background: #5a2235;
}

/* ポップアップの内容 */
.popup-content {
  margin: 40px auto 40px auto;
  width: 90%;
}

/* ************************************************ 
* page plan
* ************************************************ */
/* -----------------------
 plan-intro
------------------------*/
.plan-intro {
  padding-bottom: 0;
}
.plan-intro .sec-header {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .plan-intro {
    padding-bottom: 20px;
  }
}

/* -----------------------
 plan-main
------------------------*/
.plan-main {
  background: url(../img/bg_washi.gif);
  /*padding: 30px 10px;*/
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 900px) {
  .plan-main {
    padding-top: 60px;
  }
}

/* flexbox 
------------------------*/
.plan-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.plan-box > div {
  margin: 0;
}
.plan-box .img img {
  width: 100%;
}
.plan-box .txt {
  background: #fff;
  padding: 20px 20px 50px 20px;
}
@media (min-width: 900px) {
  .plan-box {
    flex-direction: row;
  }
  .plan-box .img, .plan-box .txt {
    width: 50%;
  }
}

/* テキスト側のボックス
------------------------*/
.plan-box .txt {
  position: relative;
}

.plan-box .txt .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.plan-box .txt .link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  font-size: 1.2rem;
}
.plan-box .txt .link a {
  display: block;
  padding: .5em 1em;
  color: #fff;
}
.plan-box .txt .link a.link-1 {
  background-color: #556478;
}
.plan-box .txt .link a.link-1:hover {
  background-color: #778393;
}
.plan-box .txt .link a.link-2 {
  background-color: #5a2235;
}
.plan-box .txt .link a.link-2:hover {
  background-color: #823a54;
}

/* 説明文と時間の横並び */
.plan-box .txt .outline {
  display: flex;
}
.plan-box .txt .outline .guide {
  flex: 1;
  padding-right: 30px;
  border-right: 1px solid #a9a9a9;
}
.plan-box .txt .outline .time {
  width: 90px;
  margin-top: 0;
  padding-left: 20px;
  font-size: 2.4rem;
  color: #556478 !important;
}

/* text 
------------------------*/
.plan-box h3 {
  padding: 0;
  margin: 0 0 .5em 0;
  color: #556478 !important;
}
.plan-box p {
  marign-top: 0;
  font-size: 1.3rem;
}

/* ************************************************ 
* page location
* ************************************************ */
/* -----------------------
 location-intro
------------------------*/
.location-intro {
  margin: 0 auto;
  padding-bottom: 0;
}

/* -----------------------
 location-main
------------------------*/
.location-main {
  background: url(../img/bg_washi.gif);
  padding-top: 30px;
}
@media (min-width: 900px) {
  .location-main {
    padding-top: 60px;
  }
}
.location-main h3 {
  border-bottom: 1px solid #acacac;
}
.location-main .btn {
  width: 300px;
  margin: 30px auto;
}
.location-main .btn a {
  padding: .7em 1em;
}

/* -----------------------
 Movie
------------------------*/
/* youtube 
------------------------*/
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #556478;
  padding: .5em 1em;
  color: #fff;
  font-size: 1.3rem;
}

.youtube_wrap img {
  max-width: 100%;
}

/*width 600px以上で横並び*/
@media screen and (min-width: 600px) {
  .youtube_wrap {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .youtube_wrap .item {
    flex-basis: 49%;
  }
}
/* -----------------------
 location Photo
------------------------*/
.locationPhoto_wrap {
  display: flex;
  flex-wrap: wrap;
}
.locationPhoto_wrap .item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .locationPhoto_wrap .item {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .locationPhoto_wrap .item {
    width: 33.33333%;
  }
}

.locationPhoto_wrap figure {
  position: relative;
  overflow: hidden;
  /*width: 300px;*/
}
.locationPhoto_wrap figcaption {
  position: absolute;
  bottom: -62%;
  /*表示する高さ分マイナス*/
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60%;
  /*表示する高さ*/
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: .3s;
  transition: .3s;
  /*透過*/
  padding: 0 15px;
}
.locationPhoto_wrap figcaption h3 {
  font-size: 1.7rem;
  border: 0;
  margin: .5em 0 .2em 0;
  padding: 0;
  text-align: center;
}
.locationPhoto_wrap figcaption p {
  font-size: 1.2rem;
}
.locationPhoto_wrap figure:hover figcaption {
  bottom: 0;
}
.locationPhoto_wrap figcaption:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  /*margin-left: -15px;*/
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.85);
}

/* ************************************************ 
* page area
* ************************************************ */
/* -----------------------
 area-intro
------------------------*/
.area-intro {
  margin: 0 auto;
}

/* -----------------------
 area-main
------------------------*/
.area-main {
  padding-bottom: 0;
}

/* area-1
------------------------*/
.img-area {
  position: relative;
}
.img-area img {
  min-height: 200px;
  object-fit: cover;
}
.img-area .txt {
  display: flex;
}
.img-area .txt > div {
  align-items: center;
}
.img-area .txt .area-name {
  background: #5a2235;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.img-area .txt .area-guide {
  background: rgba(255, 255, 255, 0.9);
}
.img-area .txt h3 {
  width: 50px;
  color: #fff;
  padding: 1em .5em;
  letter-spacing: 5px;
}
.img-area .txt p {
  width: 100%;
  padding: 20px 50px 20px 20px;
  line-height: 2.2em;
  font-size: 1.3rem;
}
@media (min-width: 900px) {
  .img-area .txt {
    position: absolute;
    /*display: flex;*/
  }
  .img-area .txt.txt-01 {
    top: 0;
    left: 10%;
  }
  .img-area .txt.txt-02 {
    top: 0;
    right: 10%;
    flex-direction: row-reverse;
  }
  .img-area .txt h3 {
    width: 60px;
    padding: 2em .5em;
  }
  .img-area .txt p {
    width: 320px;
    padding: 30px 50px 30px 20px;
  }
}

/* area-2
------------------------*/
.area-2 {
  background: url(../img/bg_washi.gif);
}
.area-2 h3 {
  border-bottom: 1px solid #acacac;
}

/* area-3
------------------------*/
.area-3 {
  background: url(../img/bg_washi.gif);
  padding: 30px 10px 10px 10px;
}
@media (min-width: 900px) {
  .area-3 {
    padding: 50px 0 1s0px 0;
  }
}
.area-3 .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-3 .item_wrap .item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 500px) {
  .area-3 .item_wrap {
    flex-direction: column;
  }
  .area-3 .item_wrap .item {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) {
  .area-3 .item_wrap .item {
    width: calc(33.3333333% - 20px);
  }
}
.area-3 .item_wrap .item {
  background: #fff;
  margin-bottom: 20px;
}
.area-3 .item_wrap .item .img {
  width: 100%;
}
.area-3 .item_wrap .item .img img {
  width: 100%;
}
.area-3 .item_wrap .item .txt {
  padding: 20px;
}
.area-3 h3 {
  font-size: 1.8rem;
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.area-3 p {
  font-size: 1.3rem;
}

/* area-4
------------------------*/
.area-4 {
  background: url(../img/bg_washi.gif);
  padding: 10px 10px 50px 10px;
}
.area-4 p {
  text-align: center;
}
.area-4 .btn {
  width: 300px;
  margin: 30px auto;
}
.area-4 .btn a {
  padding: 1em;
  font-size: 1.8rem;
}
.area-4 .map {
  margin-top: -50px;
}
@media (min-width: 900px) {
  .area-4 {
    padding: 10px 0 70px 0;
  }
  .area-4 .map {
    margin-top: -60px;
  }
}

/* ************************************************ 
* page access
* ************************************************ */
/* -----------------------
 ページ内リンクの位置調整
------------------------*/
#train-bus {
  margin-top: -70px;
  padding-top: 70px;
}
@media (min-width: 900px) {
  #train-bus {
    margin-top: -160px;
    padding-top: 160px;
  }
}

/* -----------------------
 access-intro
------------------------*/
.access-intro {
  margin: 0 auto;
}
.access-intro p {
  text-align: center;
  font-size: 1.8rem;
}

/* -----------------------
 access-main
------------------------*/
.access-main {
  padding-bottom: 0;
}

/* access-1
------------------------*/
.access-1 h3 {
  background: #556478;
  padding: .25em 1em;
  font-size: 1.6rem;
  color: #fff;
}
.access-1 .flow {
  margin-bottom: 10px;
}
.access-1 .flow p {
  position: relative;
  border: 1px solid #aaaa41;
  margin-bottom: 12px;
  padding: 5px 1em;
}
.access-1 .flow p:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  margin: 0 0 0 60px;
  border-style: solid;
  border-color: #aaaa41 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
.access-1 .flow p:last-child:after {
  border: 0;
}
.access-1 .btn {
  padding: 10px 1em;
}

/* access-2
------------------------*/
.access-2 {
  background: url(../img/bg_washi.gif);
  padding: 30px 10px;
}
.access-2 .access-2_inner {
  background: #fff;
  padding: 0 20px 20px 20px;
}
@media (min-width: 900px) {
  .access-2 .access-2_inner {
    padding: 0 40px 40px 40px;
  }
}
.access-2 .access-2_inner h3 {
  padding: 25px 0 0 25px;
  border-left: 4px solid #556478;
}
.access-2 .access-2_inner h4 {
  margin: 20px 0 10px 0;
  padding: .5em 0;
  font-size: 1.8rem;
  font-size: bold;
  border-bottom: 1px solid #666;
}
@media (min-width: 900px) {
  .access-2 {
    padding: 40px 10px;
  }
}
.access-2 .time .sp {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}

/* access-3
------------------------*/
/* access-4
------------------------*/
.access-4 strong {
  font-weight: bold;
}
.access-4 .shuttlebus {
  display: flex;
  flex-direction: column;
}
.access-4 .shuttlebus .img img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 900px) {
  .access-4 .shuttlebus {
    flex-direction: row;
  }
  .access-4 .shuttlebus .img {
    width: 67%;
  }
  .access-4 .shuttlebus .txt {
    width: 33%;
    padding: 0 10px;
  }
}
.access-4 .shuttlebus .link {
  display: flex;
  flex-wrap: wrap;
}
.access-4 .shuttlebus .btn-pdf {
  margin: 5px auto;
  width: 48%;
  min-width: 300px;
  background: #556478;
}
.access-4 .shuttlebus .btn-pdf:hover {
  transition: all  0.3s ease;
  opacity: .7;
}
@media (min-width: 900px) {
  .access-4 .shuttlebus .btn-pdf {
    width: 100%;
  }
}
.access-4 .shuttlebus .btn-pdf a {
  display: block;
  color: #fff;
  padding: .5em;
  text-align: center;
}

/* access-5
------------------------*/
.access-5 .rental {
  max-width: 800px;
}
.access-5 .rental .img {
  margin: 0 auto;
}
.access-5 .rental img {
  width: 100%;
  max-width: 400px;
}
.access-5 .rental table {
  width: 100%;
}
.access-5 .rental table th {
  background: #ccc;
}

/* ************************************************ 
* page faq
* ************************************************ */
/* -----------------------
 faq toggle
------------------------*/
.panel-collapse {
  display: none;
}

.panel {
  border: 1px solid #acacac;
  border-radius: 4px;
  margin-bottom: 20px;
}

.panel-heading {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
}
.panel-heading h3 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.panel-collapse {
  padding: 10px;
  border-radius: 4px;
  font-size: 1.5rem;
}

.panel-title img {
  margin-bottom: 3px;
}

/* ************************************************ 
* page inquiry
* ************************************************ */
/* -----------------------
 inquiry
------------------------*/
.inquiry-main {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .inquiry-main {
    max-width: 740px;
  }
}

/* ************************************************ 
* page agreement
* ************************************************ */
/* -----------------------
 agreement
------------------------*/
#table01, #table02 {
  margin-top: -70px;
  padding-top: 70px;
}
@media (min-width: 900px) {
  #table01, #table02 {
    margin-top: -160px;
    padding-top: 160px;
  }
}
