@charset "UTF-8";
/* CSS Document */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}
footer a {
	color:white;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

footer li {
    list-style: none;
    list-style-type: none;
}
body {
  font-size: 100% !important;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  min-width: 1040px;
}
.reser_hp{
padding-top: 5px;
}
.reser a{
display: block;
padding-bottom: 10px;
text-align: center;
}
.reser a p{
padding-top: 10px!important;
height: 60px!important;
}
.osusume img{
padding-top: 5px;
}
.osusume_sp{
display:none;
background: none!important;
    margin-bottom: 5px!important;
}
.osusume_sp_footer{
display:none;
background: none!important;
    margin-bottom: 5px!important;
margin-left: 3.5vw!important;
    margin-right: 3.5vw!important;
}
@media (max-width: 767px) {
  body {
    font-size: 4vw !important;
    min-width: auto;
  }
.osusume{
display:none;
}
.osusume_sp,.osusume_sp_footer{
display:block;
}
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#wrapper {
  min-width: 1040px;
}
@media (max-width: 767px) {
  #wrapper {
    min-width: auto;
  }
}

#conWrap1, #conWrap2, #conWrap3, #conWrap4, #conWrap5, #conWrap6, #conWrap7, #conWrap9,
.ancpos {
  margin-top: -127px;
  padding-top: 127px;
}
.ancpos {
  position: relative;
  display: block;
  z-index: -1;
}
@media (max-width: 767px) {
  #conWrap1, #conWrap2, #conWrap3, #conWrap4, #conWrap5, #conWrap6, #conWrap7, #conWrap9,
  .ancpos {
    margin-top: -46px;
    padding-top: 46px;
  }
}

/*.oshirase200428{
    margin: 30px 0px;
}*/
.oshirase200428_box{
    width: 960px;
    margin: 0 auto;
    color: #000;
    justify-content: space-between!important;
}
.slider_wrap .container{
    max-width: 952px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
.oshirase200428_box{
    width: 100%;
}
    .slider_wrap .container{
        max-width: 355px;
    }
    .slider_wrap .container .slide{
        width: 355px!important;
    }
    .slider_wrap .container .slide a{
        display: block;
    }
    .slider_wrap .container .slide a img{
        width: 100%;
    object-fit: contain;
    }
}
@media screen and (max-width: 768px){
.oshirase200428{
    margin: 0 auto;
}
}
@media screen and (max-width: 768px){
.oshirase200428_box img{
    width: 100%;
	padding-top: 20px;
    margin: 0 auto;
}
    .oshirase200428_box a{
        width: 100%!important;
    }
    .oshirase200428_box a.bnr_a{
        margin-bottom: 0!important;
    }
}
.oshirase200428_box h5{
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}
.oshirase200428_box a{
    width: 31%;
    display: inline-block;
    margin-top: 5px;
    color: #00E;
    text-decoration: underline;
}
.oshirase200428_box a.bnr_a{
    margin-left: 0!Important;
    max-height: 151px;
}


#contents {
  padding-top: 127px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  #contents {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .spNone {
    display: none;
  }
}

@media (min-width: 768px) {
  .pcNone {
    display: none;
  }
}

@media (max-width: 767px) {
  .brp {
    display: none;
  }
}

@media (min-width: 768px) {
  .brs {
    display: none;
  }
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .spCenter {
    text-align: center;
  }
}

.mgCenter {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
.inner.wide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1320px;
  margin: 0 auto;
}
.inner.wide2 {
  width: 1280px;
}
@media (max-width: 767px) {
  .inner,
  .inner.wide,
  .inner.wide2 {
    width: 100%;
  }
  .inner.wide2 {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}

.inner1040 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.inner1280 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.secPadding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .secPadding {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.linkWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .linkWrap {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .linkWrapLeft {
    width: 100%;
    height: auto;
  }
}

a.moreLink {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #004259;
  width: 270px;
  height: 50px;
  color: white;
  position: relative;
  padding-right: 1rem;
  padding-left: 44px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: left center;
}
/*a.moreLink:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url() no-repeat;
  vertical-align: middle;
  top: 50%;
  left: 25px;
  margin-top: -4px;
}*/
a.moreLink.none {
  background-image: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  a.moreLink {
    width: 100%;
    height: auto;
    font-size: 1.2em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

a.linkMoreTxt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  padding: 1rem;
}
a.linkMoreTxt:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url() no-repeat;
  vertical-align: middle;
  top: 50%;
  left: 5px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  a.linkMoreTxt {
    font-size: 3.6vw;
    padding: 1em 1em 1em 1.8em;
  }
  a.linkMoreTxt:before {
    width: 1.57vw;
    height: 2.5vw;
    margin-top: -7px;
    left: 1em;
    background-size: 100%;
  }
}

a.linkGreen {
  color: #004259;
}

.txtGreen {
  color: #004259;
}

.tel {
	margin-top: 22px;
  text-align: right;
  min-width: 240px;
}
footer .tel{
    margin: 0;
}
.tel .time {
  padding-top: 3px;
  font-size: 15px;
}
#search .tel .time {
  margin-top: -6px;
}
.tel .time .mincho {
  letter-spacing: -.002em;
}
.tel div {
  padding-top: 1.5em;
}
.tel .icon {
  padding-top: 0;
}
.tel a p {
  font-size: 30px;
  color: #004259;
  letter-spacing: .064em;
  line-height: 100%;
}
@media all and (-ms-high-contrast:none){
  .tel a p{
    margin-bottom: -5px;
    padding: 5px 0 0 0;
  }
}
footer .linkTxt {
  padding: 0;
}
@media (max-width: 767px) {
  .tel {
    text-align: center;
  }
  .tel a {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .tel img {
  }
  .tel div {
    line-height: 1.6;
  }
  footer .tel {
    margin-top: 3.5vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
  footer .tel .icon {
    width: 10vw;
  }
  footer .tel a {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  footer .tel img {
    width: 5vw;
  }
}

.fixedhd.fixed,
.fixedhd.sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
}

#header nav{
  position: relative;
}

#header nav .tel{
position: absolute;
    top: 5px;
    right: 400px;
    margin-top: 0!important;
}
#header nav .tel a .icon{
padding-right: 5px;
}
#header nav .tel a p {
    font-size: 35px;
    color: #fff;
}

/* fixed menu
---------------------------------------------------------------------------*/
.fixednav {
  display: none;
}
.fixedhd.fixed .fixednav,
.fixedhd.sec .fixednav {
  display: block;
  background-color: #004259;
}
.fixedhd .inner {
  width: 980px;
}
.fixedhd.fixed .inner,
.fixedhd.sec .inner {
  width: 1055px;
  position: relative;
  padding-top: 30px;
}
.fixedhd .rit {
  position: absolute;
  top: 0;
  right: 0;
}
.fixedhd .yoyaku_wrap.inner{
  padding-top: 0px;
}
.fixedhd.fixed .yoyaku_wrap.inner{
  padding-top: 0px;
}
/* logo */
.fixednav .logo {
  padding: 5px 0;
}
.lst-menu > li {
  padding: 0 15px;
  border-right: 1px solid #7E7E7E;
  font-size: 17px;
}
.lst-menu li:nth-child(7){
    display: none;
}
.lst-menu > li:last-of-type {
  border-right: none;
}
.fixednav a {
  color: #FFFFFF;
}

.fixednav .reser a {
  height: 40px;
  padding: 0 10px;
  background-color: rgba(94, 14, 0, .8);
display: flex;
}
.fixednav .lan_menu label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 10px;
}
.fixednav .lan_menu input:checked + ul {
  padding: 10px;
}
/* panel */
.fixedhd.fixed #search .con,
.fixedhd.sec #search .con {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.fixedhd.fixed #search .con br,
.fixedhd.sec #search .con br {
  display: none;
}
.fixedhd .tel p {
  font-size: 35px;
}
.fixedhd.fixed .tel p,
.fixedhd.sec .tel p {
  font-size: 30px;
}
.fixedhd .tel img {
  display: block;
  width: 25px;
}
.fixedhd.fixed .tel img,
.fixedhd.sec .tel img {
  width: 20px;
}
.fixedhd #search #botton {
  font-size: 18px;
}
.fixedhd #search {
  padding: 5px 0;
}




/* responsive
---------------------------------------------------------------------------*/
.view-sp {
  display: none;
}
@media screen and (max-width: 768px){
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}


.linkTxt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
  line-height: 1;
  padding: 1rem 0;
}
.linkTxt div {
  margin: 0;
  background: #004259;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}
.linkTxt div a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 5px 20px 5px 28px;
}
.linkTxt div a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 8px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .linkTxt div a:before {
    width: 1.57vw;
    height: 0.96vw;
  }
}
.linkTxt .planList {
  background: #47005d;
  color: white;
}
/*.linkTxt .planList a:before {
  background: url() no-repeat;
}*/
.linkTxt .shokai {
  background: white;
}
/*.linkTxt .shokai a:before {
  background: url() no-repeat;
}*/
footer .tel .time {
  color: #000000;
}

#maintitle {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
}
#maintitle .en {
  font-size: 72px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: .05em;
}
#maintitle .ja {
  font-size: 19px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 767px) {
  #maintitle {
    height: 50vw;
  }
  #maintitle img {
    height: 25vw;
  }
  #maintitle .en {
    font-size: 15vw;
  }
  #maintitle .ja {
    font-size: 4vw;
  }
}

.blockIntro {
  text-align: center;
}
.blockIntro .secTitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #004259;
  line-height: 1.4;
  font-size: 25px;
  padding-bottom: 1.875rem;
  font-weight: 400;
}
.blockIntro .secTitle strong {
  font-size: 30px;
  font-weight: 500;
}
.blockIntro .secTitle strong span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .blockIntro .secTitle {
    font-size: 6vw;
    padding-bottom: 1rem;
  }
  .blockIntro .secTitle strong {
    font-size: 7vw;
  }
}
.blockIntro p.bnTxt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #004259;
  color: white;
  text-align: left;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: left center;
}
.blockIntro p.bnTxt:before {
  /*content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url() no-repeat;
  vertical-align: middle;
  top: 50%;
  left: 0.8em;
  margin-top: -5px;*/
}

p.sec {
  font-size: 1.0625rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  p.sec {
    font-size: 3.6vw;
  }
}

.blockIntroBn {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .blockIntroBn {
    padding-top: 1rem;
  }
}
.blockIntroBn ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .blockIntroBn ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 2.48vw;
    padding-left: 2.48vw;
    padding-bottom: 0.5rem;
  }
}
.blockIntroBn li {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blockIntroBn li:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .blockIntroBn li {
    width: calc(50% - 1.8vw);
    padding-right: 0.9vw;
    padding-left: 0.9vw !important;
  }
  .blockIntroBn li img {
    width: 100%;
    height: 18.88vw;
  }
  .blockIntroBn li a {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #004259;
  }
  .blockIntroBn li p {
    padding-top: auto;
  }
  .blockIntroBn li div {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
  }
}

.blockIntroTxt {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .blockIntroTxt a.linkMoreTxt {
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 1.8em;
  }
}

.blockIntroBn .nosmoking {
    margin: 40px auto 0 auto;
    width: 960px;
    background: #FFF;
    border: 1px solid #808080;
    border-radius: 2px;
    text-align: center;
    padding: 15px 0;
}
.blockIntroBn .nosmoking p span {
    font-size: 28px;
    color: #004259;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.blockIntroBn .nosmoking p span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url() no-repeat center center / 40px 40px;
}
@media (max-width: 767px) {
    .blockIntroBn .nosmoking {
        margin: 40px auto 0 auto;
        width: 90%;
        background: #FFF;
        border: 1px solid #808080;
        padding: 5px 0;
    }
    .blockIntroBn .nosmoking p {
        padding: 0 10px 0 60px;
        text-align: left;
        background: url() no-repeat left 10px center / 40px 40px;
    }
    .blockIntroBn .nosmoking p span {
        font-size: 24px;
        height: auto;
        line-height: 1.4em;
        display: block;
        padding-left: 0;
    }
    .blockIntroBn .nosmoking p span:before {
        content: none;
        width: 0;
        height: 0;
        background: none;
    }
}

.contTitle {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contTitle {
    padding-bottom: 1rem;
  }
}
.contTitle .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #004259;
  font-size: 25px;
}
@media (max-width: 767px) {
  .contTitle .title {
    font-size: 6.34vw;
  }
}
.contTitle .titleV {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #004259;
  font-size: 22px;
  font-weight: 500;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  .contTitle .titleV {
    line-height: 1.5;
  }
}
.contTitle p {
  line-height: 1.7;
}

.contTitleS {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .contTitleS {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.contTitleS .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #004259;
  font-size: 25px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contTitleS .title {
    font-size: 6.34vw;
  }
}

.titleEn {
  font-family: "Alex Brush", cursive;
  font-size: 72px;
  color: #d1d1d1;
  line-height: 1;
}
.titleEn.clr {
  color: rgba(166, 166, 166, .5);
}
@media (max-width: 767px) {
  .titleEn {
    font-size: 12vw;
  }
}
@media (min-width: 768px) {
  .titleEn.line2 {
    line-height: 0.8;
  }
}

.titleEnGr {
  font-family: "Alex Brush", cursive;
  font-size: 72px;
  color: #d0e1c1;
  line-height: 1;
}
@media (max-width: 767px) {
  .titleEnGr {
    font-size: 12vw;
  }
}
@media (min-width: 768px) {
  .titleEnGr.line2 {
    line-height: 0.8;
  }
}

.titleEnS {
  font-family: "Alex Brush", cursive;
  font-size: 51px;
  color: #d1d1d1;
  text-align: center;
}
@media (max-width: 767px) {
  .titleEnS {
    font-size: 10vw;
  }
}

.titleEnRese {
  font-family: "Alex Brush", cursive;
  font-size: 51px;
  color: #989898;
  text-align: center;
}
@media (max-width: 767px) {
  .titleEnRese {
    font-size: 12vw;
  }
}

@media (max-width: 767px) {
  .right {
    background-size: cover;
    height: auto !important;
  }
}
.right .inner1040 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .right .inner1040 {
    padding-right: 3.5vw;
    padding-bottom: 3.5vw;
    padding-left: 3.5vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.right .inner1280 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .right .inner1280 {
    padding-right: 3.5vw;
    padding-bottom: 3.5vw;
    padding-left: 3.5vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .left {
    background-size: cover;
    height: auto !important;
  }
}
.left .inner1040 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .left .inner1040 {
    padding-right: 3.5vw;
    padding-bottom: 3.5vw;
    padding-left: 3.5vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.left .inner1280 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .left .inner1280 {
    padding-right: 3.5vw;
    padding-bottom: 3.5vw;
    padding-left: 3.5vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.contBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contBox {
    padding: 4.83vw;
    max-width: 100%;
  }
}
.contBox h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #004259;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.5em;
}
.contBox h3 strong {
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .contBox h3 strong {
    font-size: 5.2vw;
  }
}
.contBox p {
  line-height: 1.8;
}
.contBox .linkWrap {
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .contBox .linkWrap {
    padding-top: 3.6vw;
  }
}

@media (max-width: 767px) {
  .titleImg {
    height: 9.4vw;
  }
}

.siteHeader {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  min-width: 1040px;
  background-image: url();
}
.siteHeader #header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 960px;
}
.siteHeader #header h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.siteHeader #header nav {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 1.06em;
  font-weight: 500;
}
.siteHeader #header nav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
}
.siteHeader #header nav ul li {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding-right: 0.625em;
  padding-left: 0.625em;
}
.siteHeader #header nav ul li:not(:last-child) {
  border-right: #cbcbcb 1px solid;
}
.siteHeader #header nav ul span {
  display: block;
  color: #999999;
  font-size: 0.76em;
  letter-spacing: 0;
  padding-top: 3px;
}
.siteHeader #header .tel div {
  font-size: 0.9em;
}
.siteHeader.fixed {
  position: fixed;
  top: 0;
}
.siteHeader.fix {
  position: fixed;
  top: 0;
}

.lan_menu {
  width: 10em;
/*  position: absolute;
  right: 20%;
  top: 0; */
  text-align: center;
  color: white;
  z-index: 1;
}

.lan_menu input {
  display: none;
}
.lan_menu input:checked + ul {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 1em;
  border-bottom: 1px dashed #c1b3a7;
}
.lan_menu ul {
  display: none;
  background: #c1996b;
  list-style: none;
  margin: 0;
  padding: 1em;
  overflow: hidden;
  line-height: 0;
  padding: 0 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #ba9a7d;
  list-style: none;
  margin: 0;
}
/* langmenu */
.lan_menu {
  position: relative;
  width: auto;
}
.lan_menu label {
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .3);
}
.lan_menu input:checked + ul {
  position: absolute;
}
@media (max-width: 767px) {
  .lan_menu {
    position: static;
    width: 100%;
    right: 0;
    padding-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lan_menu label {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.8em;
  }
  .lan_menu ul {
    position: absolute;
  }
}
.lan_menu label:hover {
  opacity: .8;
}
.lan_menu li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #c1b3a7;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.lan_menu li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.siteHeaderSp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 800;
}
@media (min-width: 768px) {
  .siteHeaderSp {
    display: none;
  }
}
.siteHeaderSp .spHeader {
  display: block;
}
.siteHeaderSp .spHeader ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: #004259 1px solid;
}
.siteHeaderSp .spHeader li {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  text-align: center;
}
.siteHeaderSp .spHeader li:not(:last-child) {
}
.siteHeaderSp .spHeader li a {
  display: block;
  width: 100%;
}
.siteHeaderSp .spHeader li img {
}
.siteHeaderSp .spHeader .green {
  background: #004259;
  color: white;
}
.siteHeaderSp .spHeader span {
  display: block;
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .siteHeaderSp .spHeader {
    display: none;
  }
}
.siteHeaderSp .modal:target, .siteHeaderSp .modal-content {
  width: 100% !important;
}
.siteHeaderSp .modal-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  max-height: 100%;
}
.siteHeaderSp .modal-header {
  background: white;
  text-align: center;
  display: block;
}
.siteHeaderSp .modal-header h1 {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.siteHeaderSp .modal-header h1 img {
  width: 60vw;
}
.siteHeaderSp .modal-close-icon {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #004259;
  border-radius: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
}
.siteHeaderSp .modal-close-icon:hover {
  background: #004259;
}
.siteHeaderSp .modal-body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: black;
  font-size: 4.2vw;
  padding: 0;
}
.siteHeaderSp .modal-body nav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: #004259 1px dotted;
  border-bottom: #004259 1px dotted;
}
.siteHeaderSp .modal-body nav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border-bottom: #004259 1px dotted;
}
.siteHeaderSp .modal-body nav li:nth-child(6) {
  border-bottom: #004259 1px dotted;
}

.siteHeaderSp .modal-body nav li:last-child {
  border-bottom: 0;
}

.siteHeaderSp .modal-body nav li:nth-child(odd) {
  border-right: #004259 1px dotted;
}
.siteHeaderSp .modal-body nav li:nth-child(7){
    display: none;
}
.siteHeaderSp .modal-body nav a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
  padding: 0.8em 0.8em 0.8em 1.6em;
}
.siteHeaderSp .modal-body nav a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.5vw;
  height: 2.4vw;
  background: url() no-repeat;
  background-size: 100%;
  vertical-align: middle;
  top: 50%;
  left: 0.8em;
  margin-top: -6px;
}
.siteHeaderSp .modal-foot {
  background: #add78d;
}
.siteHeaderSp #navBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: -100%;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.siteHeaderSp .rese {
  display: block;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.siteHeaderSp .rese img {
  width: 53.3vw;
}
.siteHeaderSp .linkTxt {
  display: block;
  font-size: 4.2vw;
  padding-top: 0;
}
.siteHeaderSp .linkTxt div {
  text-align: left;
  margin-right: 1em;
  margin-left: 1em;
}
.siteHeaderSp .linkTxt div a {
  display: block;
  padding: 0.8em 0.8em 0.8em 1.5em;
}
.siteHeaderSp .linkTxt .planList {
  margin-bottom: 0.8em;
}
.siteHeaderSp .linkTxt .shokai {
  color: #323232;
}
.siteHeaderSp .tel {
  text-align: center;
}
.siteHeaderSp .tel a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.siteHeaderSp .tel a .icon {
  width: 10vw;
}
.siteHeaderSp .tel img {
}
.siteHeaderSp .tel div {
  font-size: 3.8vw;
  color: black;
}
@media screen and (max-width: 768px){
  .siteHeaderSp .linkTxt div {
    margin-right: 0;
  }
}

.spLogo {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.spLogo img {
  width: 50vw;
}
@media (min-width: 768px) {
  .spLogo {
    display: none;
  }
}

/*検索窓 */
#search {
  padding: 15px 0;
  color: black;
  background: #EAEAEA;
  letter-spacing: 0;
  line-height: 180%;
}
#search .kk {
}
#search .dis {
  display: none;
}
#search .yoyaku_wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#search .con {
  font-size: 1em;
}
#search form {
  display: inline-block;
}
#search li {
  border: none;
  padding: 0;
  margin: 0;
}
#search #botton {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5E0E00;
  color: white;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.08rem;
  padding: 10px 22px;
  display: inline-block;
}

#search #menu {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  text-indent: -999999px;
}
#search #menu a {
  width: auto;
  height: 125px;
  text-align: center;
  display: block;
  text-indent: -999999px;
}
#search #menu a:hover {
  text-indent: -999999px;
}

#search .con > div {
    margin-right: 15px;
}

/* tripla 用CSS */
#tripla_panel {
  width: 100%;
}
#tripla_panel form{
  background: none;
  box-shadow: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#tripla_panel label{

  /*color: #FFF;*/
}
#tripla_panel [class^="search-widget-button-wrapper"]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tripla_panel [type="submit"]{
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.08rem;
  padding: 5px 25px;
  display: inline-block;
  background: #5E0E00 !important;
  color: #FFF !important;
  margin-top: auto;
  margin-bottom: 5px;
	margin-right: 35px;
}
#tripla_panel [class^="input-container-title-"]{
  font-size: 14px !important;
  margin: 5px 0 !important;
  line-height: 1.2 !important;
}
#tripla_panel [class^="input-container-input-container-"]{
  margin: 0 20px 5px 0 !important;
}
.fixedhd .inner.h_notice_text {
    display: none;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #cc0000;
}
/* //tripla 用CSS */

.fixedhd.fixed #search .con > div,
.fixedhd.fixed #search .con > div > .kk,
.fixedhd.sec #search .con > div,
.fixedhd.sec #search .con > div > .kk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 15px;
}
#search .con > div select {
  margin-left: 5px;
  margin-right: 5px;
}
#search .con > div:last-of-type {
}
#search select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border: 1px solid #CBCBCB;
  font-size: 15px;
  padding: 10px 25px 10px 15px;
  border-radius: 0;
  background-image: url(); 
  background-position: right 3px center;
  background-repeat: no-repeat;
}
#search select::-ms-expand {
    display: none;
}

.footerBanner {
  padding-top: 80px;
  margin-bottom: 90px;
}
.footerBanner a {
  background-color: #00435A;
}
.footerBanner a .fig {
  width: 254px;
}
.footerBanner a .txt {
  width: 216px;
  text-align: center;
}
.footerBanner a .txt .en {
  color: #668E9C;
  font-size: 51px;
  line-height: 100%;
}
.footerBanner a .txt .ja {
  font-size: 17px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .footerBanner {
    padding-top: 5vw;
  }
  .footerBanner a .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2vw 2vw 1vw;
  }
  .footerBanner a .txt .en {
    font-size: 8.5vw;
    line-height: 90%;
  }
  .footerBanner a .txt .ja {
    padding-left: 1vw;
    font-size: 3.8vw;
  }
}
.footerBanner ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  /* no prefix */
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .footerBanner ul {
    padding-right: 2.48vw;
    padding-left: 2.48vw;
  }
}
.footerBanner ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerBanner ul li img {
  width: 100%;
}
.footerBanner ul li:first-child {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footerBanner ul li {
    width: 50%;
    padding-right: 0.9vw;
    padding-left: 0.9vw;
  }
}
.footerBanner ul li:first-child {
  padding-right: 0.9vw;
}

footer {
  position: relative;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  footer {
    margin-top: 10vw;
      }
}
footer .pgtop {
  position: absolute;
  top: 100px;
  right: 70px;
  z-index: 1;
}
footer .bnbtn {
  position: absolute;
  top: 270px;
  right: 310px;
  z-index: 100;
}

footer .bnbtn a:nth-child(1){
    display: none!important;
}
footer .bnbtn a:nth-child(2){
right: auto!important;
    margin-left: -35px!important;
}

@media (max-width: 767px) {
  footer .pgtop {
    top: 14vw;
    right: 14vw;
  }
  footer .pgtop img {
    width: 10vw;
    height: 10vw;
  }
    footer .bnbtn{
        display: none!important;
    }
  .bnbtn_sp {
    text-align: center;
    margin: 10px 0;
  }
    .footerBanner .bnbtn_sp:nth-child(3){
        display: none!important;
    }
    .bnbtn_sp .bnbtn_sp:nth-child(2){
        display: none!important;
    }
}
footer #footerMenu {
  background-image: url(https://morinoyu-resort.com/img/common/bg-foot.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  .footerBanner {
    margin-bottom: 0;
    padding-bottom: 10px;
    background-color: #FFFFFF;
  }
  footer #footerMenu {
    position: relative;
    background-image: none;
    background-image: url(https://morinoyu-resort.com/img/common/bg-foot.jpg);
  }
  footer #footerMenu.bg::before {
    position: fixed;
    background-size: cover;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
}
footer #footerMenu .inner.flex {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  footer #footerMenu .inner.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 15vw;
    padding-bottom: 30vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
footer .logo {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.6;
}
footer .logo div {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  footer .logo {
    text-align: center;
  }
  footer .logo div {
    text-align: left;
    font-size: 3.86vw;
  }
  footer .logo img {
    width: 57vw;
  }
}

footer .block, footer .blockUnder {
  width: 20%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
footer .block li, footer .blockUnder li {
  padding-bottom: 1rem;
}
footer .block li:nth-child(7){
    display: none;
}
footer .blockUnder {
  width: 160px;
}
footer .copy {
  text-align: center;
  padding: 15px;
  background-color: #004259;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 0.5em;
  }
}
footer .footerSns{
    display: block;
    margin-top: 30px;
}
@media (max-width: 767px) {
    footer .footerSns{
        display: none;
    }
}
footer .footerSns ul:after{
    content: "";
    display: block;
    clear: both;
}
footer .footerSns li{
    float: left;
    width: 170px;
    margin-right: 10px;
}
footer .footerSns li:last-child{
    width: 250px;
    margin-right: 0;
}
footer .footerSns li img{
    width: 100%;
    height: auto;
}
footer .footerSnsSp{
    display: none;
    margin-top: 30px;
}
@media (max-width: 767px) {
    footer .footerSnsSp{
        display: block;
    }
}
footer .footerSnsSp ul{
    text-align: center;
}
footer .footerSnsSp ul:after{
    content: "";
    display: block;
    clear: both;
}
footer .footerSnsSp li{
    width: 30%;
    display: inline-table;
    margin: 0 1%;
}
footer .footerSnsSp li:last-child{
    width: 98%;
    margin-top: 10px;
}
footer .footerSnsSp li img{
    width: 100%;
    height: auto;
}

#footerMenuBottom,
.footerMenuBottom {
  background: rgba(242, 242, 242, .85);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
#footerMenuBottom .inner,
.footerMenuBottom .inner {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footerMenuBottom .inner  .osusume{
margin-top: -17px;
}
#footerMenuBottom .inner .block_osusume{
margin-top: -19px;
margin-right: -30px;
}
@media (max-width: 767px) {
  #footerMenuBottom .inner,
  .footerMenuBottom .inner {
    display: block;
  }
#footerMenuBottom .inner .block_osusume{
margin-top: 0px;
margin-right: 0px;
}
}
#footerMenuBottom .linkTxt,
.footerMenuBottom .linkTxt {
  font-size: 1.18rem;
  letter-spacing: 0;
}
#footerMenuBottom .linkTxt div a,
.footerMenuBottom .linkTxt div a {
  padding: 20px 30px 20px 38px;
  background-image: url(https://morinoyu-resort.com/img/top/arrow-deviation.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
}
#footerMenuBottom .linkTxt div.shokai a,
.footerMenuBottom .linkTxt div.shokai a {
  background-image: url(https://morinoyu-resort.com/img/common/arrow-reservation.png);
  color: #004259;
}
/*#footerMenuBottom .linkTxt div a:before {
  left: 18px;
  width: 5px;
}*/
@media (max-width: 767px) {
  #footerMenuBottom .linkTxt,
  .footerMenuBottom .linkTxt {
    margin-right: 3.5vw;
    margin-left: 3.5vw;
    display: block;
    font-size: 4.2vw;
    padding-top: 0;
  }
  #footerMenuBottom .linkTxt div,
  .footerMenuBottom .linkTxt div {
    margin-left: 0;
    text-align: left;
  }
  #footerMenuBottom .linkTxt div a,
  .footerMenuBottom .linkTxt div a {
    padding: 3.5vw 3.5vw 3.5vw 8.45vw;
    display: block;
  }
  #footerMenuBottom .linkTxt div a:before,
  .footerMenuBottom .linkTxt div a:before {
    width: 1.57vw;
    height: 2.5vw;
    margin-top: -7px;
    left: 1em;
  }
}
#footerMenuBottom .linkTxt .planList,
.footerMenuBottom .linkTxt .planList {
  background: #5E0E00;
  color: white;
}
/*#footerMenuBottom .linkTxt .planList a:before {
  background: url(https://morinoyu-resort.com/img/common/arrow_white.svg) no-repeat;
}*/
@media (max-width: 767px) {
  #footerMenuBottom .linkTxt .planList,
  .footerMenuBottom .linkTxt .planList {
    margin-bottom: 1.81vw;
  }
  #footerMenuBottom .linkTxt .planList a:before,
  .footerMenuBottom .linkTxt .planList a:before {
    background-size: 100%;
  }
}
#footerMenuBottom .linkTxt .shokai,
.footerMenuBottom .linkTxt .shokai {
  background: transparent;
  border: 1px solid #004259;
}
/*#footerMenuBottom .linkTxt .shokai a:before {
  background: url(https://morinoyu-resort.com/img/common/arrow-green.png) no-repeat;
}*/
@media (max-width: 767px) {
  #footerMenuBottom .linkTxt .shokai a:before,
  .footerMenuBottom .linkTxt .shokai a:before {
    background-size: 100%;
  }
}

.listTitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.56em;
  font-weight: 500;
  color: #004259;
  text-align: center;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .listTitle {
    padding-bottom: 1em;
  }
}

dl.greenList {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
}
@media (max-width: 767px) {
  dl.greenList {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
    margin: 0 auto;
  }
}
dl.greenList dt {
  width: 20%;
  border-bottom: #004259 2px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 9px;
}
@media (max-width: 767px) {
  dl.greenList dt {
    border-bottom: #004259 1px dotted;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
  }
}
dl.greenList dt span {
  color: #004259;
}
dl.greenList dt:first-of-type {
  border-top: #004259 2px solid;
}
@media (max-width: 767px) {
  dl.greenList dt:first-of-type {
    border-top: #004259 2px solid;
  }
}
dl.greenList dd {
  width: 80%;
  border-bottom: #004259 1px dotted;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
}
@media (max-width: 767px) {
  dl.greenList dd {
    width: 100%;
    padding: 0.5em;
    border-style: solid;
  }
}
dl.greenList dd:first-of-type {
  border-top: #004259 1px dotted;
}
@media (max-width: 767px) {
  dl.greenList dd:first-of-type {
    border-top: 0;
  }
}

.accessmap, .shuhenkanko {
  background: #CCD9DE;
}
.accessmap iframe, .shuhenkanko iframe {
  width: 100%;
  height: 530px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .accessmap iframe, .shuhenkanko iframe {
    height: 300px;
    padding-bottom: 1em;
  }
}



/* border-box
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
/* font
---------------------------------------------------------------------------*/
.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, Georgia, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.en {
    font-family: "Alex Brush", cursive;
}


.lead {
  font-size: 17px;
  line-height: 170%;
}

.al-cnt {
  text-align: center;
}
.al-rit {
  text-align: right;
}
.al-lft {
  text-align: left;
}
@media screen and (max-width: 768px){
  .mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .lead {
    font-size: 3.6vw;
    line-height: 160%;
  }
}

/* flexbox
---------------------------------------------------------------------------*/
/* flexbox */
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-middle{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-bottom{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.f-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.f-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 480px){
  .sp-f-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp-f-column > * {
    width: 100%!important;
  }
  .sp-f-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sp-f-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* 文字組 */
.al-cnt {
  text-align: center;
}
.al-rit {
  text-align: right;
}
.al-lft {
  text-align: left;
}


/* 感染予防対策 */
#HeaderNotice {
	display: none !important;
    /*display:block;*/
    position:fixed;
    bottom:20px;
    left:20px;
    background:#fff;
    border:3px solid #0061c4;
    z-index:800;
    width:40%;
    text-align: center;
    padding:15px 0;
}
#HeaderNotice a {
    display:block;
    color:#0061c4;
    font-size:18px;
}
#HeaderNotice:hover {
    background:#d3edfa;
}
#HeaderNotice.fixed {
}
#HeaderNotice.fixed.none {
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
    #HeaderNotice {
        bottom:10%;
        left:0;
        width:100%;
        padding:3% 0;
    }
    #HeaderNotice a {
        font-size:16px;
    }
}

.imgArea{
  margin:0 auto 40px auto;
  text-align: center;
}

.imgArea_top{
  margin:40px auto;
  text-align: center;
}

@media screen and (min-width: 769px){
.img_sp{
  display: none;
}
}

@media screen and (max-width: 768px){
.imgArea{
  margin:3vw auto;
  padding:0 2.48vw;
  width: 100%;
  text-align: center;
}
.imgArea_top{
  margin:3vw auto;
  /*padding:0 2.48vw;*/
  width: 90%;
  text-align: center;
}
.img_pc{
  display: none;
}
}

/*公式特典の表示非表示*/
/*SPは該当箇所が他にもあるかも確認を*/
/*body a.bnbtn2{display: none!important;}
@media (max-width: 767px) {
	.bnbtn_sp .bnbtn_sp:first-child {
    display: none;
  }
}*/