@charset "UTF-8";

html,
body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

#maincontents {
  color: #464646;
  font-family: 'Noto sans JP', sans-serif;
  font-weight: 400;
}

.toyako-muroran-main * {
  line-height: 1.7!important;
  box-sizing: border-box;
}

#wrapper .toyako-muroran-main
 {
  font-size: 16px;
  
}

@media screen and (max-width: 750px) {
  #wrapper .toyako-muroran-main {
    font-size: 14px;
  }
}

li {
  list-style-type: none;
}

.toyako-muroran-main img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.toyako-muroran-main h2:not(.eticket-header) {
  margin-bottom: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.toyako-muroran-main h2:not(.eticket-header) img {
  width: auto;
  height: 2em;
}

.toyako-muroran-main h2:not(.eticket-header) img:first-of-type {
  margin-right: .8em;
  
}

.toyako-muroran-main h2:not(.eticket-header) img:last-of-type {
  margin-left: .8em;
}

@media screen and (max-width: 900px) {
  .toyako-muroran-main .sub h2 {
    align-items: center;
    text-align: center;
    line-height: 1.3!important;
  }
  .toyako-muroran-main .sub h2:not(.eticket-header) img {
    width: auto;
    max-width: inherit;
    height: 1.5em;
  }
  .toyako-muroran-main .sub h2:not(.eticket-header) img:first-of-type {
    margin-right: .3em;
    position: absolute;
    left: 0;
    top: -1.8em;
  }
  .toyako-muroran-main .sub h2:not(.eticket-header) img:last-of-type {
    margin-left: .3em;
    position: absolute;
    right: 0;
    bottom: -2.5em;
  }
}

.toyako-muroran-main .sub h2 {
  margin-bottom: 2em;
  font-size: 2.1rem;
}

#maincontents h3:not(#contact h3) {
  font-weight: 700;
  color: #ea5a24;
  font-size: 2rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
  #maincontents  h3 {
    margin-bottom: .5em;
    font-size: 1.45rem;
  }
}

#toyako .sub h2 {
  color: #008b45;
  position: relative;
}

p {
  margin-bottom: 1.2rem;
}

#maincontents a {
  transition: opacity .5s;
}

#maincontents a:hover {
  opacity: .8;
}

figure {
  margin-bottom: 1em;
}

section {
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  #toyako-recommend h2 {
    padding: 0 2.5%;
  }
}

@media screen and (max-width: 750px) {
  section:not(#intro, #toyako-recommend) {
  padding-left: 2.5%;
  padding-right: 2.5%;
  }
  section {
    margin-bottom: 50px;
  }
  section.eticket {
    margin-bottom: 130px;
  }


}

.for_pc {
  display: block;
}

br.for_pc {
  display: inline;
}

.for_sp, br.for_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .for_sp {
    display: block;
  }

  br.for_sp {
    display: inline;
  }
  
  .for_pc, br.for_pc {
    display: none;
  }
}

.cflex {
  display: flex;
}

@media screen and (max-width: 750px) {
  .cflex {
   flex-direction: column;
  }
  .cflex:not(.swiper-wrapper) > * {
   width: 100%!important;
  }
}

.mainw {
  max-width: 90vw;
  /*max-width: 1650px; */
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .mainw {
    width: 95vw;
    max-width: 95vw;
  }
}

a.cbtn2 {
  padding: 1em 5em 1em 3em;
  background: #29a4db;
  color: #fff!important;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 9999px;
  margin: 1em 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1.3;
  width: fit-content;
  border: none;
  height: fit-content;
}

a.cbtn2:visited {
  color: #fff;
}

a.cbtn2::after {
  content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  right: 1.5em;
}

@media screen and (max-width: 750px) {
  a.cbtn2 {
    width: 100%;
  }  
}

@media screen and (max-width: 420px) {
  a.cbtn2 {
    padding-left: 1em;
    padding-right: 2em;
    text-align: center;
  }
}

#intro h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 750px) {
  .sub h2 {
    font-size: 6vw;
    margin-bottom: 1em;
  }
}

.left-sec {
  max-width: 85%;
  margin-left: 15%;
}

@media screen and (max-width: 1100px) {
  .left-sec {
    margin-left: 3%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .left-sec {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .left-sec .flex-column {
    padding: 0 2.5%;
  }
}

#intro .flex-column {
  width: 60%;
}

@media screen and (max-width: 900px) {
  #intro .flex-column {
    width: 100%;
  }
  #intro .flex-column2 {
    text-align: center;
  }
}
  
@media screen and (max-width: 750px) {
  .toyako-muroran-main #intro .flex-column2 img {
    width: 80%;
  }
}

#intro p:not(.access-txt) {
  margin-bottom: 0;
}

#intro h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  border-bottom: dotted 3px #000;
  letter-spacing: .05em;
}

#intro h2:first-of-type {
  margin-top: 80px;
}

#intro h2::after {
  content: '';
  font-family: 'Jost', sans-serif;
  color: #39ae4a;
  font-size: .8em;
}

#intro h2:first-of-type::after {
  content: 'TOYAKO';
}

#intro h2:nth-of-type(2)::after {
  content: 'MURORAN';
}

#intro .access-txt {
  color: #ea5a24;
}

#page-nav {
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  font-weight: 700;
  border-bottom: 10px solid #39ae4a;
  overflow: hidden;
}

#page-nav li:first-of-type {
  margin-right: 1em;
}

#page-nav li {
  color: #fff;
  padding: .1em .5em;
  letter-spacing: .1em;
  width: 7em;
  display: grid;
  place-items: center;
  border-radius: .5em .5em 0 0;
  position: relative;
  transition: background .3s;
  cursor: pointer;
}

#page-nav li:first-of-type {
  background: #39ae4a;
  z-index: 1;
}

#page-nav li:last-of-type {
  background: #ffa93b;
  z-index: 0;
}

#page-nav li:hover {
  opacity: 1;
  transition: color .2s;
}

#page-nav li:first-of-type:hover {
  color: #c3f7cb;
}

#page-nav li:last-of-type:hover {
  color: #ffebd1;
}

#page-nav li:first-of-type::before {
  content: '';
  position: absolute;
  display: block;
  top: .88em;
  right: -1.53em;
  width: 3em;
  height:100%;
  background: #39ae4a;
  rotate: -130deg;
}

#page-nav li:last-of-type::before {
  content: '';
  position: absolute;
  display: block;
  top: .88em;
  left: -1.53em;
  width: 3em;
  height:100%;
  background: #ffa93b;
  rotate: 130deg;
}

#page-nav.active {
  border-bottom: 10px solid #ffa93b;
}

#page-nav li:last-of-type.active {
  z-index: 4;
}

@media screen and (max-width: 750px) {
  #page-nav li {
    font-size: 1.5rem;
    width: 6.6em;
  }
}


.movie {
  display: block;
  width: 70%;
  max-width: 70%;
  /* max-width: 1100px; */
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 100px auto;
  border-radius: 20px;
}

@media screen and (max-width: 750px) {
  .movie {
    width: 95%;
    max-width: 95%;
    margin: 50px auto 100px;
  }
}

.toyako-muroran-main #toyako-recommend h2 img:first-of-type {
  height: 2.8em;
}

.toyako-muroran-main #toyako-recommend h2 img:last-of-type {
  height: 1.8em;
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #toyako-recommend {
    margin-bottom: 100px;
  }

  .toyako-muroran-main #toyako-recommend h2 img:first-of-type {
    height: 1.5em;
    margin-left: .5em;
    position: absolute;
    left: 0;
    top: -2em;
  }
  .toyako-muroran-main #toyako-recommend h2 img:last-of-type {
    height: 1.6em;
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #toyako-recommend h2 img:last-of-type {
    height: .9em;
    position: absolute;
    right: 0;
    bottom: -1.8em;
  }
}

#toyako-recommend .cflex {
  justify-content: space-between;
}

.toyako-muroran-main #toyako-recommend .cflex:first-of-type img {
  border-radius: 50px 0 0 50px;
}

.toyako-muroran-main #toyako-recommend .cflex:last-of-type img {
  border-radius: 0 50px 50px 0;
}

#toyako-recommend .flex-column {
  width: 45%;
}

#toyako-recommend .cflex:first-of-type .flex-column {
  padding-right: 8%;
}

#toyako-recommend .cflex:last-of-type .flex-column {
  padding-right: 15%;
  width: 46.5%;
}

@media screen and (max-width: 750px) {
  #toyako-recommend .cflex .flex-column {
    padding: 0 2.5%!important;
  }
}

#toyako-recommend .flex-column2 {
  width: 55%;
  margin-bottom: 100px;
}

#toyako-recommend .cflex:last-of-type .flex-column2 {
  width: 48%;
  margin-bottom: 100px;
}

#toyako-recommend .access-txt {
  font-size: 1.1em;
}

@media screen and (max-width: 750px) {
  #toyako-recommend .cbtn {
    width: 100%;
    display: block;
    margin: 2em auto;
  }
}

@media screen and (max-width: 750px) {
  #toyako-recommend > .cflex:last-of-type {
    flex-direction: column-reverse;
  }
  #toyako-recommend .flex-column2 {
    margin-bottom: 50px;
  }
  #toyako-recommend .cflex:first-of-type .flex-column2 {
    padding-left: 2.5%;
  }
  #toyako-recommend .cflex:first-of-type .flex-column2 figure {
    margin-right: 0;
  }
  #toyako-recommend .cflex:last-of-type .flex-column {
    padding-left: 2.5%;
  }
  #toyako-recommend .cflex:last-of-type .flex-column2 {
    padding-right: 2.5%;
    margin-bottom: 0;
  }
  #toyako-recommend .cflex:last-of-type .flex-column2 figure {
    margin-left: 0;
  }
}

.toyako-muroran-main #toyako-event h2 img {
  max-width: inherit;
  width: auto;
  height: 3em;
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #toyako-event h2 img:first-of-type {
    height: 1.8em;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: -2em;
  }
  .toyako-muroran-main #toyako-event h2 img:last-of-type {
    height: 2em;
    position: absolute;
    right: 0;
    bottom: -1.8em;
  }
}

.cflex.event-list {
  margin-bottom: 2rem;
  align-items: flex-start;
  /*width: 85%;
  gap: 2%;
  overflow-x: scroll;
  margin-left: 15%;
  padding-bottom: 50px;
  */
}

.cflex.event-list li {
  width: 40%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

#maincontents .cflex.event-list li h3 {
  color: #16181c!important;
  font-size: 1.1rem!important;
}

.cflex.event-list li .date,
.cflex.recommend-list li .date {
  font-size: 1.1em;
  font-weight: 700;
}

.event-list-wrap {
  /*overflow-x: scroll;*/
  margin-bottom: 3rem;
  overflow-x: hidden;
}

.cflex.event-list {
  margin-bottom: 1em;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-scrollbar, .swiper-scrollbar-drag {
  height: .6rem!important;
  border-radius: 5px;
}

.swiper-scrollbar {
  background: #efefef;
}

.swiper-scrollbar-drag {
  background: #aaa;
}

@media screen and (max-width: 750px) {
 .cflex.event-list {
   flex-direction: row!important;
 }
}

#toyako-event .mainw {
  width: 70%;
    max-width: 70%;
  /* max-width: 1100px; */
  text-align: center;
}

@media screen and (max-width: 750px) {
  #toyako-event .mainw {
    width: 100%;
    max-width: 100%;
  }
}

#toyako-event .mainw p {
  font-size: 1.1em;
}

#toyako .eticket {
  background: url(../images/toyako-eticket-bg.jpg) no-repeat;
  background-size: cover;
}

.eticket {
  padding: 70px;
}

h2.eticket-header {
  text-align: center;
  max-width: 900px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.toyako-muroran-main #toyako h2.eticket-header img:first-of-type {
  max-width: 90%;
  margin-bottom: 1rem;
}

.toyako-muroran-main #toyako .sub h2.eticket-header {
  margin-bottom: 1rem;
}
  
@media screen and (max-width: 750px) {
  .toyako-muroran-main #toyako h2.eticket-header img:first-of-type {
    max-width: 88%;
  }
}

.eticket > p:first-of-type {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  margin: 1rem 0 3rem 0;
  line-height: 1!important;
}

.eticket p:first-of-type span {
  font-size: .62em;
  display: inline-block;
  line-height: 1.7;
  margin-top: .3em;
}

@media screen and (max-width: 750px) {
  .eticket > p:first-of-type {
    margin: 1rem 0 3rem 0;
  }
}

.eticket .mainw {
  max-width: 70%;
  max-width: 1650px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 100px 50px;
  display: grid;
  place-items: center;
}

#toyako .eticket .eticket-plan {
  margin-bottom: 2em;
}

.eticket .mainw > figure:first-of-type {
  text-align: center;
}


.eticket .mainw > div:not(.eticket-map, .eticket-plan) {
  width: 80%;
}

.eticket .mainw > .cflex.yogurt {
  gap: 5%;
  align-items: center;
  padding-top: 2em;
  border-top: 6px dotted #0071d0;
}

.eticket .mainw > .cflex.yogurt .flex-column {
  width: 68%;
  flex-shrink: 0;
  font-size: 1.1em;
  color: #0071d0;
}

#maincontents .eticket .mainw > .cflex.yogurt h3 {
  margin-bottom: .5em;
}

.eticket .mainw > figure.cflex {
  gap: 1em;
  margin: 2em 0 3em 0;
}

.eticket .mainw > figure.cflex > * {
  width: calc(95% / 3);
}

@media screen and (max-width: 1700px) {
  .eticket .mainw {
    width: 95%;
    max-width: 95%;
  }
}

@media screen and (max-width: 1200px) {
  .eticket {
    padding: 50px;
  }
  .eticket .mainw {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 750px) {  
  .eticket .mainw > div:not(.eticket) {
    width: 100%;
  }
  .toyako-muroran-main .eticket .mainw > figure:first-of-type img {
    width: 100%;
  }
  .eticket .mainw > .cflex.yogurt figure {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }  
}

.eticket-map {
  width: 90%;
  font-size: .9em;
  position: relative;
}

.eticket-map h4 {
  color: #ea5a24;
  font-weight: 400;
}

#maincontents .eticket-map a ,#maincontents .eticket-map a:visited,
#maincontents a.txt-link, #maincontents a.txt-link:visited {
 color: #00f;
 text-decoration: underline;
}

.eticket-map .map {
  width: 38%;
  max-width: 420px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1100px) {
  .eticket-map {
    width: 100%;
  }
  .eticket-map .map {
    position: relative;
    width: 60%;
    max-width: 60%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .eticket-map .map {
    width: 100%;
    max-width: 100%;
  }
}

.toyako-muroran-main #toyako-plan h2 img:last-of-type {
  height: 2.5em;
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #toyako-plan h2 {
    margin-bottom: 3em;
  }
  .toyako-muroran-main #toyako-plan h2 img:last-of-type {
    height: 1.8em;
  }
}

#maincontents .plan-list a, 
#maincontents .plan-list a:hover {
  color: #fff;
  text-decoration: none;
}

.plan-list.mainw {
  /* max-width: 900px; */
  max-width: 55%;
}

@media screen and (max-width: 1700px) {
  .plan-list.mainw {
    max-width: 70%;
  }
}

@media screen and (max-width: 900px) {
  .plan-list.mainw {
    max-width: 95%;
  }
}

.plan-list.cflex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.plan-list.cflex > div {
  border: 2px solid #008b45;
  padding: 1.2em;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .plan-list.cflex {
    gap: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .plan-list.cflex {
    grid-template-columns: 1fr;
  }
  .plan-list.cflex > div {
    width: 100%;
  }
}

.plan-list.cflex > div::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background:  #008b45;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: -1;
}

.plan-list dt {
  margin-bottom: 2em;
}

.plan-list dt figure {
  margin-bottom: .5em;
}

.plan-list dt span {
  font-weight: 700;
  font-size: 1.2em;
}

.toyako-muroran-main .plan-list dt img {
  border-radius: 15px;
}

.plan-list dd li,
#maincontents .eticket-plan li {
  margin-bottom: 1em;
}

.eticket-plan {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  max-width: 1100px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .eticket-plan {
    width: 100%;
    max-width: 100%;
    padding: 5%;
  }
}

.eticket-plan figure {
  width: 40%;
  max-width: 350px;
  order: 1;
}

.eticket-plan::after {
  content: '';
  width: 5%;
  height: 5%;
  aspect-ratio: 1 / 1;
  background: url(../images/plus.png) no-repeat left top / contain;
  order: 2;
  margin-top: -8%;
}

#maincontents .eticket-plan ul {
  width: 46%;
  margin-bottom: 7%;
  order: 3;
}

@media screen and (max-width: 900px) {
  .eticket-plan {
    flex-direction: column;
  }
  .eticket-plan figure {
    width: 80%;
    margin: 0 auto;
  }
  .eticket-plan::after {
    max-width: 50px;
    max-height: 50px;
    width: 10%;
    height: 10%;
    margin: -5% 0 20px 0;
  }
  #maincontents .eticket-plan ul {
    width: 100%;
  }

}


#maincontents .plan-list dd li a,
#maincontents .eticket-plan li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  padding: .5em 1em;
  position: relative;
  text-decoration: none;
}

#maincontents .plan-list dd li:first-of-type a,
#maincontents .eticket-plan li:first-of-type a {
  background: #f7931e;
}

#maincontents .plan-list dd li:nth-of-type(2) a,
#maincontents .eticket-plan li:nth-of-type(2) a {
  background: #006837;
}

#maincontents .plan-list dd li:nth-of-type(3) a, 
#maincontents .eticket-plan li:nth-of-type(3) a {
  background: #0071bc;
}

#maincontents .plan-list dd li a::after,
#maincontents .eticket-plan li a::after {
  content: '';
  display: inline-block;
  width: .7em;
  height: .7em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2em;
}

#maincontents .plan-list dd li a::before,
#maincontents .eticket-plan li a::before {
  content: '';
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

#maincontents .plan-list dd li:first-of-type a::before,
#maincontents .eticket-plan li:first-of-type a::before {
  background-image: url(../images/icon-hotel.png);
}

#maincontents .plan-list dd li:nth-of-type(2) a::before,
#maincontents .eticket-plan li:nth-of-type(2) a::before {
  background-image: url(../images/icon-train.png);
}

#maincontents .plan-list dd li:nth-of-type(3) a::before,
#maincontents .eticket-plan li:nth-of-type(3) a::before {
  background-image: url(../images/icon-plane.png);
}

.content-toyako-muroran {
  height: 0;
  overflow: hidden;
}

.active {
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 750px) {
  #mv {
    background: url(../images/mv-bg.jpg) no-repeat center center / cover;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    display: grid;
    place-items: center;
  }
  #mv picture {
    width: 80%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

#muroran .sub h2 {
  color: #ffa93b;
}

#muroran-recommend .mainw {
  width: 70%;
  max-width: 70%;
}

#muroran .cflex.recommend-list {
  gap: 2rem 2%;
  align-items: flex-start;
  margin-bottom: 2em;
}

#maincontents #muroran .cflex.recommend-list h3 {
  font-size: 1.1em;
  color: inherit;
  text-align: center;
}

#muroran .cflex.recommend-list li {
  width: 33%;
}

.cruise-plan {
  text-align: center;  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.toyako-muroran-main .cruise-plan h3 img {
  width: 70%;
}

.cruise-btn {
  display: grid;
  place-items: center;
}

.cruise-btn a.cbtn2 {
  margin-top: 0;
}

#maincontents .cruise h3 {
  font-size: 1.1rem!important;
  color: #16181c!important;
}

@media screen and (max-width: 900px) {
  .toyako-muroran-main .cruise-plan h3 img {
    width: 100%;
  }
}

#muroran-recommend .cruise-plan {
  background: url(../images/muroran-cruise-bg.png) repeat-x #cdffff;
}

#maincontents #muroran-recommend .cruise-plan h3 {
  position: relative;
}

#muroran-recommend .cruise-plan::after {
  content: '';
  display: inline-block;
  background: url(../images/muroran-h04_1.svg) no-repeat left bottom / contain;
  width: 10rem;
  height: 6rem;
  position: absolute;
  bottom: 12%;
  left: 10%;
}

#muroran-recommend .cruise-plan a.cbtn2 {
  width: 20em;
  font-size: 1.2em;
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  #muroran-recommend .cruise-plan::after {
    width: 8rem;
    left: 2rem;
  }
}

@media screen and (max-width: 900px) {
  #muroran-recommend .cruise-plan {
    padding-bottom: 10em;
  }
  #muroran-recommend .cruise-plan a.cbtn2 {
    margin-top: 0;
    width: 90%;
  }
  #muroran-recommend .cruise-plan::after {
    width: 8rem;
    left: auto;
    right: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #muroran-recommend h2 img:first-of-type {
    height: 1.2em;
  }
  .toyako-muroran-main #muroran-recommend h2 img:last-of-type {
    height: 1.5em;
  }
}

.toyako-muroran-main #muroran-gourmet.sub h2 img {
  height: 2.5em;
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #muroran-gourmet.sub h2 img:first-of-type {
    height: 1.5em;
    margin-left: .5em;
  }
  .toyako-muroran-main #muroran-gourmet.sub h2 img {
    height: 1.4em;
  }
}

.toyako-muroran-main #muroran-event h2 img:first-of-type {
  height: 1.5em;
}

.toyako-muroran-main #muroran-event h2 img:last-of-type {
  height: 2.5em;
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #muroran-event h2 img:first-of-type {
    height: .9em;
  }
  .toyako-muroran-main #muroran-event h2 img:last-of-type {
    height: 1.7em;
  }
}

#muroran-event .mainw {
  width: 70%;
  max-width: 70%;
}


@media screen and (max-width: 750px) {
#muroran-recommend .mainw,
#muroran-event .mainw {
  width: 95%;
  max-width: 95%;
}
}


#muroran-event .banner {
  width: 60%;
  max-width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #muroran-event .banner {
    width: 100%;
    max-width: 100%;  
  }
}

#muroran-plan .plan-link {
  display: grid;
  place-items: center;
}

#muroran-plan p {
  color: inherit;
  font-size: 1.1em;
  margin-bottom: 0;
}

.toyako-muroran-main #muroran-plan h2 img:last-of-type {
  height: 1.8em;
}

#muroran-plan .cruise-plan {
  background: url(../images/muroran-plan-bg.jpg) no-repeat center center / cover;
}

#muroran-plan .cruise-plan figure {
  width: 30%;
  margin-top: 15%;
  margin-left: 2%;
}

@media screen and (max-width: 750px) {
  .toyako-muroran-main #muroran-plan h2 img:first-of-type {
    height: 1.3em;
  }
  .toyako-muroran-main #muroran-plan h2 img:last-of-type {
    height: 1em;
    margin-left: 0;
  }
  .toyako-muroran-main #muroran-plan .cruise-plan figure {
    width: 60%;
    margin-top: 10%;
  }
}

#muroran .eticket {
  background: url(../images/muroran-eticket-bg.jpg) no-repeat left top / cover;
}

#muroran h2.eticket-header {
  margin-bottom: 2em;
}
