@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp_pc {
    display: block;
  }
}

@media (max-width: 768px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 769px) {
  .disp_sp {
    display: none;
  }
}

#rakuten {
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#rakuten.container {
  width: 100%;
  margin: 0 auto;
}
#rakuten.container .inner {
  position: relative;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#rakuten.container .btn.green {
  background-color: #174b3d;
  border: 1px solid #174b3d;
  color: #fff;
}
#rakuten.container .btn.green.arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#rakuten.container .btn:hover {
  background-color: #fff;
  color: #174b3d;
}
#rakuten.container .btn:hover.arrow:after {
  border-top: 1px solid #174b3d;
  border-right: 1px solid #174b3d;
}
#rakuten.top #mainvisual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  height: auto;
  max-height: 100vh;
}
#rakuten.top #mainvisual .inner {
  position: relative;
  max-height: calc(100vh - 50px);
  overflow: hidden;
  width: 1128px;
}
#rakuten.top #mainvisual .inner h1 {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 274px;
  height: 174px;
}
#rakuten.top #mainvisual .inner .photo_wrap {
  max-width: 100%;
  max-height: 100%;
}
#rakuten.top #mainvisual .inner .photo_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#rakuten.top #mainvisual .inner .photo_wrap .slick-list,
#rakuten.top #mainvisual .inner .photo_wrap .slick-track,
#rakuten.top #mainvisual .inner .photo_wrap .slick-slide,
#rakuten.top #mainvisual .inner .photo_wrap .slider_wrap {
  max-height: 100%;
}
#rakuten.top #mainvisual .inner .photo_wrap .slick-slide div {
  max-height: 100%;
}
#rakuten.top #mainvisual p {
  font-size: 16px;
  line-height: 2.25;
  margin: 40px 0;
  text-align: center;
}
#rakuten.top #topic {
  background-color: #f5f5f5;
}
#rakuten.top #topic .inner {
  padding: 60px 0 50px;
}
#rakuten.top #topic .inner p {
  font-size: 14px;
  line-height: 2;
  padding: 30px 0;
  text-align: center;
}
#rakuten.top #topic .inner a {
  margin: 0 auto;
  width: 450px;
}
#rakuten.top section.menu {
  margin: 100px 0;
}
#rakuten.top section.menu .inner .menu_wrap {
  position: relative;
  height: 380px;
  margin-top: 100px;
}
#rakuten.top section.menu .inner .menu_wrap .photo {
  float: left;
  width: 580px;
}
#rakuten.top section.menu .inner .menu_wrap .photo.right {
  float: right;
}
#rakuten.top section.menu .inner .menu_wrap .text_wrap {
  float: right;
  width: 320px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#rakuten.top section.menu .inner .menu_wrap .text_wrap.left {
  right: auto;
  left: 0;
}
#rakuten.top section.menu .inner .menu_wrap .text_wrap h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1em;
}
#rakuten.top section.menu .inner .menu_wrap .text_wrap h2 span {
  font-size: 16px;
  margin-left: 1em;
}
#rakuten.top section.menu .inner .menu_wrap .text_wrap p {
  font-size: 14px;
  line-height: 2;
}
#rakuten.top section.menu .inner .menu_wrap .text_wrap .btn {
  margin-top: 25px;
}
#rakuten.top section.plan {
  background-image: url(https://www.matsuya.org/_assets/rakuten2024/images/top/plan_bg.png);
}
#rakuten.top section.plan .inner {
  padding: 50px 0;
}
#rakuten.top section.plan .inner h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
#rakuten.top section.plan .inner .plan_wrap {
  margin-bottom: 30px;
  min-height: 150px;
}
#rakuten.top section.plan .inner .plan_wrap a {
  display: block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#rakuten.top section.plan .inner .plan_wrap a:hover {
  opacity: 0.6;
}
#rakuten.top section.plan .inner .plan_wrap a figure {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 150px;
  margin: 0;
}
#rakuten.top section.plan .inner .plan_wrap a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}
#rakuten.top section.plan .inner .plan_wrap a h3 {
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 0.5em 220px;
  padding-top: 0.5em;
}
#rakuten.top section.plan .inner .plan_wrap a p {
  color: #000;
  margin-left: 220px;
}
#rakuten.sub #sub-mainvisual .inner {
  width: 1128px;
}
#rakuten.sub #sub-mainvisual .inner .title {
  background-image: url(https://www.matsuya.org/_assets/images/common/sub_h1_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 120px;
  height: 378px;
  left: 90px;
  top: 156px;
  padding-top: 60px;
}
#rakuten.sub #sub-mainvisual .inner .title h2 {
  color: #fff;
  font-size: 36px;
  margin-left: auto;
  margin-right: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#rakuten.sub #sub-mainvisual .inner p {
  font-size: 16px;
  line-height: 2.25;
  padding: 20px 0 0 290px;
}
#rakuten.rooms #sub-mainvisual {
  margin-bottom: 100px;
}
#rakuten.rooms .room_container .inner h3 {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}
#rakuten.rooms .room_container .inner h3 span {
  display: block;
  font-size: 18px;
}
#rakuten.rooms .room_container .inner .lead {
  font-size: 16px;
  line-height: 1.85;
  text-align: center;
}
#rakuten.rooms .room_container .inner .room_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 50px auto;
}
#rakuten.rooms .room_container .inner .room_wrap .room_box {
  margin-bottom: 50px;
  width: 450px;
}
#rakuten.rooms .room_container .inner .room_wrap .room_box h4 {
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
}
#rakuten.rooms .room_container .inner .room_wrap .room_box table {
  border-collapse: collapse;
  font-size: 14px;
}
#rakuten.rooms .room_container .inner .room_wrap .room_box table th {
  padding: 5px 0 5px 15px;
  text-align: left;
  width: 75px;
}
#rakuten.rooms .room_container .inner .room_wrap .room_box table td {
  padding: 5px;
}
#rakuten.rooms .room_container .inner .room_wrap.standard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
#rakuten.cuisine #sub-mainvisual {
  margin-bottom: 100px;
}
#rakuten.cuisine section {
  margin-bottom: 100px;
}
#rakuten.cuisine section .inner h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}
#rakuten.cuisine section .inner p.lead {
  font-size: 16px;
  line-height: 1.85;
  text-align: center;
}
#rakuten.cuisine section .inner img.large {
  display: block;
  margin: 30px 0 0 0;
}
#rakuten.cuisine section .inner ul {
  margin: 30px 90px 0 90px;
}
#rakuten.cuisine section .inner ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 7px;
  position: relative;
}
#rakuten.cuisine section .inner ul li:before {
  content: "※";
  position: absolute;
  left: -1.3em;
}
#rakuten.cuisine section .inner .photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rakuten.cuisine section .inner .photo_list img {
  margin-top: 45px;
  width: 450px;
  height: auto;
}
#rakuten.cuisine section.cuisine_003 {
  margin-bottom: 0;
}
#rakuten.facilities #sub-mainvisual {
  margin-bottom: 100px;
}
#rakuten.facilities section.topic {
  margin-bottom: 80px;
}
#rakuten.facilities section.topic h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}
#rakuten.facilities section.topic p {
  text-align: center;
}
#rakuten.facilities section.topic p.lead {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 1.5em;
}
#rakuten.facilities section.topic p.small {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.5em;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap {
  margin: 0 auto 60px auto;
  width: 950px;
  min-height: 380px;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap figure {
  width: 580px;
  height: 380px;
  overflow: hidden;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap .text_wrap {
  padding: 20px 0;
  width: 330px;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap .text_wrap h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1em;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap .text_wrap h3.line-2 {
  line-height: 1.5;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap .text_wrap p {
  font-size: 14px;
  line-height: 1.8;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap .text_wrap .btn {
  margin-top: 20px;
  width: 100%;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap:nth-child(odd) figure {
  float: right;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap:nth-child(even) figure {
  float: left;
}
#rakuten.facilities section.facilities_container .inner .facilities_detail_wrap:nth-child(even) .text_wrap {
  float: right;
}
#rakuten.facilities section.others {
  margin-bottom: 100px;
}
#rakuten.facilities section.others h3 {
  font-size: 20px;
  margin-bottom: 1.5em;
  text-align: center;
}
#rakuten.facilities section.others .inner {
  width: 660px;
}
#rakuten.facilities section.others .inner table {
  border-top: 1px solid #000;
  width: 100%;
}
#rakuten.facilities section.others .inner table th {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #000;
}
#rakuten.facilities section.others .inner table td {
  padding: 1em;
  text-align: right;
  border-bottom: 1px solid #000;
}
#rakuten.facilities section.facility_list h3 {
  font-size: 20px;
  margin-bottom: 1.5em;
  text-align: center;
}
#rakuten.facilities section.facility_list .map {
  display: block;
  height: auto;
  margin: 0 auto 50px auto;
  width: 950px;
  height: auto;
}
#rakuten.facilities section.facility_list .inner {
  width: 660px;
}
#rakuten.facilities section.facility_list .inner dl {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  width: 100%;
}
#rakuten.facilities section.facility_list .inner dl dt {
  line-height: 1.5;
  border-top: 1px solid #000;
  float: left;
  width: 200px;
  text-align: center;
  padding: 1em 0;
}
#rakuten.facilities section.facility_list .inner dl dd {
  line-height: 1.5;
  border-top: 1px solid #000;
  margin-left: 200px;
  padding: 1em;
}
#rakuten.spa #sub-mainvisual {
  margin-bottom: 100px;
}
#rakuten.spa section.spa_container {
  margin-bottom: 120px;
}
#rakuten.spa section.spa_container h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  margin-bottom: 20px;
}
#rakuten.spa section.spa_container h3 span {
  display: block;
  font-size: 16px;
}
#rakuten.spa section.spa_container ul li {
  text-align: center;
  margin-bottom: 30px;
}
#rakuten.spa section.spa_container ul li img {
  display: block;
  margin-bottom: 15px;
}
#rakuten.spa section.spa_container ul li p {
  line-height: 1;
  font-size: 16px;
}
#rakuten.spa section.spa_container ul li:nth-last-child(-n+2) {
  display: inline-block;
  width: 450px;
  margin-bottom: 0;
}
#rakuten.spa section.spa_container ul li:last-child {
  margin-left: 49px;
}
#rakuten.spa section.spec .inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 25px 40px;
  width: 660px;
}
#rakuten.spa section.spec .inner dl {
  font-size: 14px;
}
#rakuten.spa section.spec .inner dl dt {
  line-height: 1.8;
  float: left;
  width: 110px;
  padding: 5px 0;
}
#rakuten.spa section.spec .inner dl dd {
  line-height: 1.8;
  word-break: keep-all;
  margin: 0 0 0 110px;
  padding: 5px 0;
}
#rakuten.spa section.spec .inner dl dd table {
  font-size: 14px;
}
#rakuten.spa section.spec .inner dl dd table th {
  white-space: nowrap;
  vertical-align: top;
}
#rakuten.spa section.spec .inner dl dd table td {
  word-break: keep-all;
}