﻿@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where( video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role="list"] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}

:where(ul){
  list-style: none;
}

:where(table){
  border-spacing: 0px;
}

ul{
  list-style: none;
  margin-left: -10px;
}

textarea {
  padding: 5px;
  width: 98%;
  border: 1px #BF9C61 solid;
  border-radius: 5px;
}

input[type=text], input[type=email] {
  padding: 5px;
  width: 97%;
  font-size: 0.9em;
  border: 1px #BF9C61 solid;
}

input[type=text]:focus, input[type=email]:focus {
  outline: none;
  border: 1px #BF9C61 solid;
}

button, input[type=submit], input[type=reset], input[type=button] {
  font-size: 1em;
  padding: 10px;
  border: 1px #BF9C61 solid;
  width: 100%;
  text-align: center;
}

button, input[type=submit] {
  background-color: #BF9C61;
  color: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

button:disabled, input[type=submit]:disabled {
  opacity: 0.3;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  width: 100%;
  line-height: 1.4;
  vertical-align: middle;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  color: #333;
  border: solid 3px #BF9C61;
  font-size: 0.9em;
  padding: 7px;
  background-color: #fff;
}

.select {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.select:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #BF9C61;
}

@media screen and (max-width: 840px) {
  input[type=submit], input[type=reset], input[type=button] {
    width: 90%;
  }
}

body {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
font-family: 'Noto Sans Japanese';  
  font-weight: 500;
}

a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:link {
  color: #2973C7;
  text-decoration: none;
}

a:visited {
  color: #2973C7;
}

a:hover {
  color: #2973C7;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #2973C7;
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  margin-bottom: 24px;
  text-align: left;
}

p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 0px;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}

#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.sectioninner {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .sectioninner {
    width: 90%;
  }
}

.mainimgbox {
  background: url(../Images/MER/mainimg.png) center center no-repeat;
  background-size: cover;
  aspect-ratio: 1366/465;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainimgbox .ttlbox {
  width: 45vw;
}

@media only screen and (max-width: 1024px) {
  .mainimgbox {
    background: url(../Images/MER/mainimg_sp.png) center center no-repeat;
    background-size: cover;
    aspect-ratio: 1125/900;
  }
  .mainimgbox .ttlbox {
    width: 80vw;
  }
}

#section01 {
  background-color: #edf0f6;
  padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
  #section01 {
    padding: 30px 0;
  }
}

#section01 .readtxt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}

#section01 .readtxt span {
  color: #2973C7;
}

#section01 .memo {
  font-size: 14px;
  text-align: center;
}

#section02 {
  padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
  #section02 {
    padding: 30px 0;
  }
}

#section02 .upperbox {
  margin-bottom: 40px;
}

#section02 .upperbox .ttltxt {
  font-weight: bold;
}

#section02 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
}

@media only screen and (max-width: 1024px) {
  #section02 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#section02 .itemboxover .itembox {
  border: 3px #BF9C61 solid;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

#section02 .itemboxover .itembox p {
  text-align: center;
}

#section02 .itemboxover .itembox p.itemttl {
  font-size: 24px;
  margin-bottom: 10px;
}

#section02 .itemboxover .itembox p.itemtxt {
  font-size: 16px;
  margin-bottom: 5px;
}

#section02 .itemboxover .itembox p.itemmemo {
  font-size: 13px;
  margin-bottom: 20px;
}

#section02 .itemboxover .itembox p.itemmemo:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #2973C7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 10px;
}

#section02 .lead {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.footer {
  display: block;
}
.footer_sp {
  display: none;
}

/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 1024px) {
  .footer {
    display: none;
  }
  
  .footer_sp {
    display: block;
  }
  
  .flexbox {
    display: block;
  }
  
  .sp_block {
    display: block;
  }
  
  .pc_block {
    display: none;
  }
  
  .br-pc {
    display: none;
  }
  
  .br-sp {
    display: inline-block;
  }
  
  header .headerinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-right: 70px;
    padding-left: 20px;
  }
  
  header .globalmenu {
    display: none;
  }
  
  .btn {
    font-size: 1em;
    padding: 10px;
    border: 1px #BF9C61 solid;
    width: 100%;
    text-align: center;
  }

  footer ul.footernavi {
    width: 100%;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-radius: 0;
    background: #f7f7f7;
  }
  
  footer ul.footernavi li {
    width: calc(100% - 30px);
    max-width: 1200px;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    color: #007099;
    margin: 0 auto;
    font-size: 90%;
    border-radius: 0;
    position: relative;
  }
  
  footer ul.footernavi li a {
    width: 100%;
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-size: 90%;
  }
  
  footer ul.footernavi li:last-child {
    border-bottom: none;
  }
  
  footer ul.footernavi li::after {
    content: "\f054";
    position: absolute;  
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    top: 10px;
    color: #666;
  }
  
  footer .payment-logo {
    padding: 10px;
    background: #f7f7f7;
    align-items: center;
    justify-content: center;
  }
  
  footer .payment-logo img {
    max-width: 50px;
    max-height: 20px;
    width: auto;
    margin: 0 7px;
  }
  
  footer ul {
    margin-top: 18px;
  }
  
  footer ul li.col2 {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: auto;
    color: #333;
    font-size: 75%;
    line-height: 1.4;
  }
  
  footer .footerhotellink {
    width: calc(100% - 30px);
    max-width: 1200px;
    border-radius: 0px;
    padding: 0;
    margin: auto;
  }
  
  footer .sharelink-comment {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: auto;
    text-align: center;
    border-top: 1px solid #ccc;
    border-radius: 0px;
  }
  
  footer .sharelink-comment p {
    text-align: center;
    margin: 10px auto 3px;
    font-size: 12px;
    background: #eaeaea;
    padding: 3px 15px;
    border-radius: 15px;
    display: inline-block;
  }
  
  footer .sharelink-comment p::after {
    content: "▼";
    position: absolute;
    font-size: 11px;
    top: 20px;
    left: calc(50% - 6px);
    color: #eaeaea;
  }
  
  footer .sharelink {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  
  footer .sharelink dd {
    margin: 0 10px;
  }
  
  footer .sharelink a {
    display: block;
    text-indent: -100px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  
  footer .copyright {
    bottom: 0px;
    width: 100%;
    margin-top: 20px;
    padding: 5px 0;
    background: #183f7a;
    font-size: 90%;
    font-weight: 400;
    text-align: center;
    color: #fff;
  } 
  
  .kakakulogo {
    text-align: center;
    padding: 20px 0 0 0;
  }
  
  .kakakulogo img {
    width: 50%;
    max-width: 250px;
  }
  
  .kakakulogo p {
    text-align: center;
    margin: 0;
    font-size: 14px;
  } 
    
}
