@charset "UTF-8";
/* font */
@import url(fontawesome.min.css);

#contentsHeader{
  background:none !important;
}

@font-face {
  font-family: 'icomoon-l';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon.eot?sejeoz");
  src: url("../fonts/icomoon.eot?sejeoz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sejeoz") format("truetype"), url("../fonts/icomoon.woff?sejeoz") format("woff"), url("../fonts/icomoon.svg?sejeoz#icomoon") format("svg");
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon-l' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lmp-other-win2:before {
  content: "\e90c";
}

.icon-lmp-world:before {
  content: "\e90b";
}

.icon-lmp-other-win:before {
  content: "\e90a";
}

.icon-lmp-angle-right:before {
  content: "\e900";
}

.icon-lmp-angle-left:before {
  content: "\e901";
}

.icon-lmp-angle-up:before {
  content: "\e902";
}

.icon-lmp-angle-down:before {
  content: "\e903";
}

.icon-lmp-angle-last-up:before {
  content: "\e904";
}

.icon-lmp-angle-last-down:before {
  content: "\e905";
}

.icon-lmp-plus:before {
  content: "\e906";
}

.icon-lmp-minus:before {
  content: "\e907";
}

.icon-lmp-times:before {
  content: "\e908";
}

.icon-lmp-pamphlet:before {
  content: "\e909";
}

/* common -----------------------------------------*/
.popup-ovh {
  overflow: hidden;
}

#contents a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#contents a:hover {
  opacity: 0.5;
}

/* contentsHeader -----------------------------------------*/
#contentsHeader {
  background-color: #194086 !important;
}

#contentsHeader.it {
  background-color: #1874ae !important;
}

#contentsHeader.lang_sp {
  background-color: #efaf11 !important;
}

#contentsHeader.de {
  background-color: #583620 !important;
}

#contentsHeader.fr {
  background-color: #556831 !important;
}

img{
  margin:0;
  padding:0;
}

@media (min-width: 768px) {
  #contentsHeader p.mv-sp {
    display: none;
  }
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #contentsHeader p.mv-pc {
    display: none;
  }
}

/* language -----------------------------------------*/
.contentsHeader_wrap {
  position: relative;
}

.contentsHeader_wrap .michelin-ribbon {
  background-color: #194086;
}

.language img {
  height: 14px;
  width: auto;
}

.language {
  position: absolute;
  left: 3%;
  margin-top: -9%;
}

.language dt {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 2px;
  text-align: center;
}

.language dt p {
  background-image: url(../img/icon_language01.png), url(../img/icon_language02.png);
  background-repeat: no-repeat;
  background-position: left 10px center, right 10px center;
  background-size: 13px, 8px 6px;
  padding: 5px 0 5px 6px;
  width: 125px;
}

.open {
  display: block;
}

.language dd {
  display: none;
}

.language dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}

.language dd ul li {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 2px;
}

.language dd ul li.crnt {
  background-color: #dcdcdc;
}

.language dd ul li a {
  display: block;
  padding: 5px 30px;
}

@media (min-width: 768px) {
  .contentsHeader_wrap {
    position: relative;
  }
  .contentsHeader_wrap .michelin-ribbon {
    padding-top: 2rem;
    background-color: #194086;
  }
  .contentsHeader_wrap .michelin-ribbon img {
    width: 773px;
  }
  .language img {
    height: 23px;
    width: auto;
  }
  .language {
    position: absolute;
    left: 20%;
    margin-top: -4%;
  }
  .language dt {
    border-radius: 20px;
    margin-bottom: 5px;
    width: 200px;
  }
  .language dt p {
    background-position: left 16px center, right 16px center;
    background-size: 25px, 15px 12px;
    padding: 10px 0 7px 8px;
    width: 200px;
  }
  .language dd ul li {
    border-radius: 20px;
    margin-bottom: 4px;
  }
  .language dd ul li a {
    padding: 10px 40px 7px;
    width: 200px;
  }
}

/* contentsMain common -----------------------------------------*/
#contentsMain .articles .articleHeader .inner {
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 6rem 2rem 6rem 17rem;
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: 12rem;
}

#contentsMain .articles .articleHeader h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.3;
}

#contentsMain .articles .articleHeader p {
  font-size: 1.8rem;
  font-weight: 100;
}

#contentsMain .articles .articleHeader p small {
  font-size: 80%;
  opacity: 0.6;
}

#contentsMain .articles .articleWrap {
  overflow: hidden;
}

#contentsMain .articles .articleWrap .article {
  position: relative;
  overflow: hidden;
  margin-right: 1px;
  margin-bottom: 1px;
  opacity: 1;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#contentsMain .articles .articleWrap .article.hide {
  opacity: 0;
}

#contentsMain .articles .articleWrap .articleCol-1 {
  width: calc((100% - 4px) / 4);
  padding-top: 20.83%;
}

#contentsMain .articles .articleWrap .articleCol-2 {
  position: relative;
  width: calc((100% - 2px) / 2);
  padding-top: calc(41.66% + 0.5px);
}

#contentsMain .articles .articleWrap .article a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#contentsMain .articles .articleWrap .article a:hover {
  opacity: 1;
}

#contentsMain .articles .articleWrap .article .w {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#contentsMain .articles .articleWrap .article .w .cat {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0 0.5rem 3.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: left center;
}

#contentsMain .articles .articleWrap .article .w .nam {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 100;
  color: #FFF;
  text-align: center;
}

#contentsMain .articles .articleWrap .article .w .cap {
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
}

#contentsMain .articles .articleWrap .article .w .cap small {
  font-size: 80%;
}

#contentsMain .articles .articleWrap .article .w .ico {
  padding-top: 5px;
  width: 120px;
  display: inline-block;
  text-align: center;
}

#contentsMain .articles .articleWrap .article:hover .w {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#contentsMain .articles .articleWrap .article .iw {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contentsMain .articles .articleWrap .article .bw {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#contentsMain .articles .articleWrap .article:hover .bw {
  opacity: 0;
}

#contentsMain .articles .articleWrap .wi {
  position: absolute;
  right: -100px;
  bottom: 10px;
}

#contentsMain .articles .articleWrap img {
  width: 18%;
}

#contentsMain .articles .articleWrap .article .bw h4 {
  padding: 1rem 1rem 1rem 4.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: 1rem center;
}

#contentsMain .articles .articleWrap .article .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: transform 2s ease-out;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}

#contentsMain .articles .articleWrap .article .bg .michelin-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}

#contentsMain .articles .articleWrap .article .bg .michelin-ribbon img {
  width: 100%;
  vertical-align: top;
}

#contentsMain .articles .articleWrap .article:hover .bg {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #contentsMain .articles .articleWrap .article {
    margin-right: 0;
  }
  #contentsMain .articles .articleWrap .articleCol-1, #contentsMain .articles .articleWrap .articleCol-2 {
    width: 100%;
    padding-top: 41.66%;
  }
  #contentsMain .articles .articleWrap .article .w {
    left: 50%;
    width: 50%;
    background-color: white;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #contentsMain .articles .articleWrap .article .w .cat {
    margin-bottom: 0;
  }
  #contentsMain .articles .articleWrap .article .w .nam {
    margin-bottom: 0.5rem;
    color: #333;
  }
  #contentsMain .articles .articleWrap .article .w .cap {
    font-size: 1.8rem;
    color: #333;
  }
  #contentsMain .articles .articleWrap .article .bw {
    display: none;
  }
  #contentsMain .articles .articleWrap .article .bg {
    width: 50%;
  }
  #contentsMain .articles .articleWrap .article:hover .bg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 414px) {
  /* iPhone 縦 s */
  #contentsMain .articles .articleHeader .inner {
    padding: 14rem 2rem 6rem 2rem;
    background-position: center 4rem;
    background-size: 8rem;
  }
  #contentsMain .articles .articleHeader h3 {
    text-align: center;
  }
  #contentsMain .articles .articleWrap .articleCol-1, #contentsMain .articles .articleWrap .articleCol-2 {
    padding-top: 50%;
  }
  #contentsMain .articles .articleWrap .article .w {
    left: 40%;
    width: 60%;
  }
  #contentsMain .articles .articleWrap .article .w .cap {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  #contentsMain .articles .articleWrap .article .bg {
    width: 40%;
  }
}

/* cmInfo -----------------------------------------*/
#cmInfo {
  padding: 3rem 0;
  background-color: #194086;
}

.clr-1 {
  background-color: #efaf11 !important;
}

.clr-2 {
  background-color: #1874ae !important;
}

.clr-3 {
  background-color: #556831 !important;
}

.clr-4 {
  background-color: #583620 !important;
}

#cmInfo .inner {
  max-width: calc(1000px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

#cmInfo h2 {
  margin-bottom: 4rem;
  font-size: 3rem;
  color: #FFF;
  text-align: center;
}

#cmInfo .btw {
  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;
  width: 80rem;
  margin: -3rem auto 0;
}



#cmInfo .btw p {
  display: block;
  width: 38rem;
  margin-top: 3rem;
  text-align: center;
}


#cmInfo .btw p:nth-of-type(2n) {
  margin-left: 40px;
}

#cmInfo .btw a {
  display: inline-block;
  width: 38rem;
  padding: 1.5rem 1rem;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  background-color: #fff;
}

@media all and (-ms-high-contrast:none){
  #cmInfo .btw {
    width: 93rem;
  }
  #cmInfo .btw p,
  #cmInfo .btw p a {
    width: 43rem;
  }
  #cmInfo .btw a {
    font-size: 1.6rem;
  }
}


#cmInfo .btw a:hover {
  background-color: #FFF;
  opacity: 1;
}

#cmInfo .btw a i {
  font-size: 2rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #cmInfo h2 {
    display: block;
    line-height: 1.3;
  }
  #cmInfo .btw {
    width: 100%;
    margin-top: -1rem;
  }
  #cmInfo .btw p {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0 !important;
  }
  #cmInfo .btw a {
    width: 100%;
  }
}

/* cmPrayer -----------------------------------------*/
#cmPrayer .inner, #cmPrayer .article .w .cat, #cmPrayer .article .bw h4 {
  background-image: url(../img/ico_01.png);
}

#cmPrayer .articleHeader h3, #cmPrayer .article .w .cat {
  color: #268639;
}

/* cmRestaurant -----------------------------------------*/
#cmRestaurant .inner, #cmRestaurant .article .w .cat, #cmRestaurant .article .bw h4 {
  background-image: url(../img/ico_02.png);
}

#cmRestaurant .articleHeader h3, #cmRestaurant .article .w .cat {
  color: #EB6CA5;
}

/* #cmMenu -----------------------------------------*/
#cmMenu .inner, #cmMenu .article .w .cat, #cmMenu .article .bw h4 {
  background-image: url(../img/ico_02.png);
}

#cmMenu .articleHeader h3, #cmMenu .article .w .cat {
  color: #EB6CA5;
}

/* cmEntertainment -----------------------------------------*/
#cmEntertainment .inner, #cmEntertainment .article .w .cat, #cmEntertainment .article .bw h4 {
  background-image: url(../img/ico_03.png);
}

#cmEntertainment .articleHeader h3, #cmEntertainment .article .w .cat {
  color: #F08000;
}

/* cmHistory -----------------------------------------*/
#cmHistory .inner, #cmHistory .article .w .cat, #cmHistory .article .bw h4 {
  background-image: url(../img/ico_04.png);
}

#cmHistory .articleHeader h3, #cmHistory .articleWrap .article .w .cat {
  color: #00ACA9;
}

/* popupWindow -----------------------------------------*/
#popupWindow a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#popupWindow a:hover {
  opacity: 0.5;
}

#popupWindow {
  position: fixed;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #FFF;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}

#popupWindow.popup-ovh {
  overflow-y: hidden;
}

#popupWindow .close a {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  font-size: 1.6rem;
  text-align: center;
  border: solid 1px #BBB;
  text-decoration:none;
}

#popupWindow .close a i {
  font-size: 3rem;
  line-height: 7rem;
}

#popupWindow .closeTop {
  position: absolute;
  top: 4rem;
  right: 2rem;
}

#popupWindow .closeBottom {
  margin-bottom: 8rem;
  text-align: center;
  float:none;
  text-decoration:none;
  float:none;
}

#popupWindow iframe {
  display: block;
}

#popupWindow.popup-ovh iframe {
  display: none;
}

#popupWindow .inner {
  max-width: calc(1200px + 4rem);
  overflow: hidden;
  margin: 0 auto;
  padding: 15rem 2rem 8rem;
}

#popupWindow .tw {
  width: calc(50% - 2rem);
  float: left;
}

#popupWindow .tw .cat {
  margin-bottom: 2rem;
  padding: 0 0 0 3.5rem;
  font-size: 2rem;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: left center;
}

#popupWindow .tw h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.2;
}

#popupWindow .tw .icon-box {
  border-bottom: solid 1px #B2B2B2;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

#popupWindow .tw .icon-wifi img {
  width: 65px;
}

#popupWindow .tw .icon-wifi {
  display: inline-block;
}

#popupWindow .tw .sns {
  float: right;
  display: inline-block;
}

#popupWindow .tw .sns a {
  margin-left: 1rem;
}

#popupWindow .tw .sns img {
  max-width: 4rem;
}

#popupWindow .tw h2 {
  margin-bottom: 4rem;
  font-size: 3rem;
  color: #666;
  line-height: 1.2;
}

#popupWindow .tw p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: #666;
}

#popupWindow .tw .box {
  padding: 2rem;
  background-color: #F6F6F6;
}

#popupWindow .tw .box li {
  font-size: 1.4rem;
  color: #666;
  word-break: break-all;
}

#popupWindow .tw .box li a {
  color: #666;
  text-decoration: underline;
}

#popupWindow .tw .box li i, #popupWindow .tw .box li svg {
  display: inline-block;
  width: 2rem;
  text-align: center;
}

#popupWindow .pw {
  width: calc(50% - 2rem);
  float: right;
}

#popupWindow .inner2 {
  max-width: calc(1200px + 4rem);
  overflow: hidden;
  margin: 0 auto;
  padding: 4rem 2rem;
}

#popupWindow .inner2 h3 {
  font-size: 2rem;
}

#popupWindow .access img {
  max-width: 7rem;
}

#popupWindow .access li {
  display: inline-block;
  margin: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

#popupWindow .access li.area {
  padding: 1rem 2rem;
  max-width: 18rem;
  font-size: 2rem;
  line-height: 1.2;
  border: solid 2px #0091D7;
  border-radius: 1rem;
}

#popupWindow .inner, #popupWindow .inner2 {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#popupWindow.popup-ovh .inner, #popupWindow.popup-ovh .inner2 {
  opacity: 0;
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #popupWindow .access li.area {
    max-width: inherit;
    width: 100%;
  }
}

#popupWindow .access li.move {
  position: relative;
  width: 12rem;
  margin: 0 4rem;
  line-height: 1.2;
}

#popupWindow .access li.move:before, #popupWindow .access li.move:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 4rem;
  height: 3rem;
  margin: auto;
  background-size: cover;
}

#popupWindow .access li.move:before {
  left: -3rem;
  background-image: url(../img/ico_09.png);
}

#popupWindow .access li.move:after {
  right: -3rem;
  background-image: url(../img/ico_10.png);
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #popupWindow .access li.move {
    display: block;
    margin: auto;
  }
}

#popupWindow .pass {
  margin-bottom: 3rem;
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#popupWindow .pass h2 {
  position: relative;
  margin-bottom: 3rem;
  padding: 1rem 1rem 1rem 11.5rem;
  font-size: 3.6rem;
  line-height: 1.3;
  background-color: #FBF0F0;
}

#popupWindow .pass h2:before {
  position: absolute;
  top: -1rem;
  left: 1rem;
  content: "";
  width: 9rem;
  height: 9rem;
  background-image: url(../img/ico_08.png);
  background-size: cover;
}

#popupWindow .pass .box {
  margin-bottom: 2rem;
  padding: 3rem 4rem;
  background-color: #FFEFBF;
}

#popupWindow .pass .box h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #DF2C22;
}

#popupWindow .pass .box .days {
  display: inline-block;
  margin-left: 2rem;
  padding: 0 1rem;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #46008C;
}

#popupWindow .pass .box .price {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

#popupWindow .pass .box .price strong {
  font-size: 2rem;
  color: #DF2C22;
}

#popupWindow .pass .box h4 {
  position: relative;
  margin-bottom: 1rem;
}

#popupWindow .pass .box h4:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #000;
}

#popupWindow .pass .box h4 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1;
  background-color: #000;
}

#popupWindow .pass .box .freeArea {
  display: table;
  width: 100%;
}

#popupWindow .pass .box .freeArea li {
  display: table-row;
}

#popupWindow .pass .box .freeArea .h {
  display: table-cell;
  width: 7em;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  color: #FFF;
  background-color: #0091D7;
  vertical-align: middle;
  border-bottom: solid 1rem #FFEFBF;
}

#popupWindow .pass .box .freeArea .h img {
  max-width: 4rem;
}

#popupWindow .pass .box .freeArea .d {
  display: table-cell;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.4;
  background-color: #BADAF2;
  vertical-align: middle;
  border-bottom: solid 1rem #FFEFBF;
}

#popupWindow .pass .box .freeArea a {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  font-weight: 400;
  color: #46008C;
  background-color: #FFF;
  border: solid 2px #46008C;
  border-radius: 1rem;
}

#popupWindow .pass .box .freeArea a:hover {
  opacity: 0.6;
}

#popupWindow .more {
  margin-top: 2rem;
  text-align: center;
}

#popupWindow .more a {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  color: #FFF;
  background-color: #CD0011;
}

#popupWindow .more a:hover {
  opacity: 0.6;
}

.popup #popupWindow {
  top: 0;
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #popupWindow .close a {
    width: 5rem;
    height: 5rem;
  }
  #popupWindow .close a i {
    font-size: 2rem;
    line-height: 5rem;
  }
  #popupWindow .tw, #popupWindow .pw {
    width: 100%;
    float: none;
  }
  #popupWindow .pw {
    margin-bottom: 2rem;
  }
  #popupWindow .pass .box {
    padding: 2rem;
  }
  #popupWindow .pass .box .freeArea, #popupWindow .pass .box .freeArea li, #popupWindow .pass .box .freeArea .h, #popupWindow .pass .box .freeArea .d {
    display: block;
    width: 100%;
  }
  #popupWindow .pass .box .freeArea .h {
    border: none;
  }
}

@media screen and (max-width: 414px) {
  /* iPhone 縦 s */
  #popupWindow .closeTop {
    top: 2rem;
  }
  #popupWindow .inner {
    padding: 8rem 2rem 8rem;
  }
  #popupWindow .pass h2 {
    padding: 9rem 1rem 1rem 1rem;
    text-align: center;
  }
  #popupWindow .pass h2:before {
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    width: 9rem;
    height: 9rem;
    margin: auto;
  }
}

#popupWindow .cmPrayer {
  border-top: solid 5px #268639;
}

#popupWindow .cmPrayer .tw .cat {
  color: #268639;
  background-image: url(../img/ico_01.png);
}

#popupWindow .cmPrayer .tw .box li i, #popupWindow .cmPrayer .tw .box li svg {
  color: #268639;
}

#popupWindow .cmRestaurant {
  border-top: solid 5px #EB6CA5;
}

#popupWindow .cmRestaurant .tw .cat {
  color: #EB6CA5;
  background-image: url(../img/ico_02.png);
}

#popupWindow .cmRestaurant .tw .box li i, #popupWindow .cmRestaurant .tw .box li svg {
  color: #EB6CA5;
}

#popupWindow .cmMenu {
  border-top: solid 5px #EB6CA5;
}

#popupWindow .cmMenu .tw .cat {
  color: #EB6CA5;
  background-image: url(../img/ico_02.png);
}

#popupWindow .cmMenu .tw .box li i, #popupWindow .cmMenu .tw .box li svg {
  color: #EB6CA5;
}

#popupWindow .cmEntertainment {
  border-top: solid 5px #F08000;
}

#popupWindow .cmEntertainment .tw .cat {
  color: #F08000;
  background-image: url(../img/ico_03.png);
}

#popupWindow .cmEntertainment .tw .box li i, #popupWindow .cmEntertainment .tw .box li svg {
  color: #F08000;
}

#popupWindow .cmHistory {
  border-top: solid 5px #00ACA9;
}

#popupWindow .cmHistory .tw .cat {
  color: #00ACA9;
  background-image: url(../img/ico_04.png);
}

#popupWindow .cmHistory .tw .box li i, #popupWindow .cmHistory .tw .box li svg {
  color: #00ACA9;
}

/* pageJump -----------------------------------------*/
#pageJump {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9998;
}

#pageJump ul {
  text-align: right;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

#pageJump li {
  float: left;
  margin-right: 0.5rem;
}

#pageJump a {
  position: relative;
  display: block;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#pageJump a:hover {
  opacity: 0.4;
}

@media (min-width: 768px) {
  #pageJump a {
    width: 10rem;
  }
}

@media screen and (max-width: 767px), print and (max-width: 767px) {
  #pageJump a {
    width: 5rem;
  }
}

/*20180620追加*/
.vessel_wrap {
  padding: 15px;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.vessel_wrap .vessel01 p {
  font-weight: bold;
  color: #d50d21;
  margin-bottom: 5px;
}

.vessel_wrap .vessel01 p span {
  font-weight: bold;
  color: #d50d21;
  border: 1px solid #d50d21;
  padding: 2px 10px;
  margin-left: 10px;
}

.vessel_wrap .vessel01 ul li {
  position: relative;
  margin-left: 5px;
  padding-left: 15px;
}

.vessel_wrap .vessel01 ul li:before {
  content: "・";
  color: #d50d21;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.vessel_wrap .vessel02 {
  margin-top: 10px;
}

.vessel_wrap .vessel02 p {
  font-weight: bold;
  color: #F55D6C;
  margin-bottom: 5px;
}

.vessel_wrap .vessel02 p span {
  font-weight: bold;
  color: #F55D6C;
  border: 1px solid #F55D6C;
  padding: 2px 10px;
  margin-left: 10px;
}

.vessel_wrap .vessel02 ul li {
  position: relative;
  margin-left: 5px;
  padding-left: 15px;
}

.vessel_wrap .vessel02 ul li:before {
  content: "・";
  color: #F55D6C;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------*/
