/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.dg{
    display: grid;
}
header {
    padding: 30px 60px;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
}
header.scrollOn {
    background: #fff;
}
article {
    padding-top: 620px;
}
header h1 {
    width: 116px;
}
header nav ul {
    align-items: center;
}
header nav ul * {
    font-family: "montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}
header nav ul li:nth0-child(1) {
    margin-left: 0;
}
header nav ul li {
    margin-left: 50px;
}
header nav ul li.Langage a{
    background: #000000;
    color: #fff;
    font-size: 12px;
    padding: 6px 32px;
    border: 1px solid #000;
    border-radius: 9px;
    display: block;
}
header nav ul li.Langage a:hover{
    color: #000000;
    background: #fff;
}
.topMain h2 {
    width: 100%;
    padding: 0 100px 100px;
    box-sizing: border-box;
    align-items: center;
}
.topMain h2 span {
    font-size: 39px;
    font-family: 'montserrat';
}
.topMain h2 img {
    max-width: 410px;
    width: 40%;
}
.topAbout,
.topPickup,
.topAccess,
.comContact {
    width: 90%;
    margin: 0 auto;
    padding: 150px  0 0;
}
.tit1 {
    font-size: 39px;
    font-family: 'montserrat';
    padding-bottom: 24px;
    border-bottom: 1px solid #707070;
}
.topAbout {
    padding-bottom: 160px;
    border-bottom: 1px solid #707070;
}
.topAbout .box1 {
    padding-top: 150px;
    align-items: center;
}
.topAbout .box1 .left {
    width: 50%;
    margin-right: 5%;
}
.topAbout .box1 > img {
    width: 45%;
}
.topAbout .box1 .left h3 {
    font-size: 29px;
}
.topAbout .box1 .left p {
    font-size: 18px;
    line-height: 2;
    padding:60px 0 100px;
}
.topAbout .box1 .left img {
    width: 118px;
}
.topStayRest {
    padding-top: 170px;
}
.topStayRest a {
    position: relative;
    display: block;
}
.topStayRest a h2 {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 100px;
    color: #fff;
    font-size: 42px;
    font-family: 'montserrat';
    line-height: 1.4;
}
.topStayRest a h2 span {
    display: block;
    font-size: 14px;
    color: #fff;
}
.topPickup ul {
    grid-column: auto;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.topPickup ul h3 {
    margin: 36px 0 10px;
    font-size: 20px;
}
.topPickup ul p {
    font-size: 12px;
}
.topAccess iframe {
    width: 100%;
    height: 480px;
    margin-top: 100px;
    filter: grayscale(100%);
}
.comContact,
.comContact div{
    align-items: center;
}
.comContact h2 {
    font-family: 'montserrat';
    font-size: 39px;
}
.comContact div p {
    font-size: 14px;
    margin-right: 50px;
}
.comContact div a {
    color: #fff;
    font-size: 18px;
    padding: 18px 72px;
    background: #000;
    border-radius: 14px;
}
footer {
    margin-top: 228px;
    background: #000;
    padding: 100px 100px 58px 100px;
}
.fbox1 {
    align-items: center;
}
.fbox1 h1 {
    width: 150px;
}
.fbox1 ul li {
    margin-left: 50px;
}
.fbox1 ul li:nth-child(1) {
    margin-left: 0;
}
.fbox1 ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'montserrat';
}
.fbox2 {
    margin-top: 250px;
    align-items: center;
}
.fbox2 small {
    font-size: 12px;
    color: #fff;
}
.headBlock h2 {
    width: 90%;
    margin: 0 auto 100px;
}
.headBlock .imgBox {
    position: relative;
}
.headBlock .imgBox .txt {
    position: absolute;
    width: 174px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.stayBlock1 {
    padding: 230px 0;
    width: 90%;
    align-items: center;
    margin: 0 auto;
}
.stayBlock1 .left {
    width: 40%;
}
.stayBlock1 .right {
    width: 50%;
}
.stayBlock1 .right h2 {
    font-size: 30px;
}
.stayBlock1 .right p {
    font-size: 18px;
    line-height: 2.4;
    margin: 100px 0 150px;
}
.linkBtn1 {
    font-size: 18px;
    color: #fff;
    background: #000;
    padding: 20px 80px;
    border-radius: 14px;
    border:1px solid #000;
}
.linkBtn1:hover {
    background: #fff;
    color: #000;
}
.loopBlock {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.loopBlock .imgLoop {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.loopBlock .imgLoop img:first-child {
    -webkit-animation: slide1 60s linear infinite;
    animation: slide1 60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.loopBlock .imgLoop img:nth-child(2) {
    -webkit-animation: slide2 60s linear infinite;
    animation: slide2 60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.loopBlock .imgLoop img:last-child {
    -webkit-animation: slide5 60s linear infinite;
    animation: slide5 60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
@keyframes slide1 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(200%);
    }
  }
  @keyframes slide2 {
    0% {
      transform: translateX(-200%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes slide5 {
    0% {
      transform: translateX(-400%);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .stayBlock2 {
    width: 90%;
    margin: 220px 0;
}
.stayBlock2 {
    width: 90%;
    margin: 220px auto;
}
.tit2 {
    font-size: 90px;
    font-family: 'montserrat';
    letter-spacing: 0;
}
.stayBlock2 div{
    align-items: center;
}
.stayBlock2 div a{
    margin-left: 20px;
}
.stayBlock3 {
    border-bottom: 1px solid #707070;
    padding-bottom: 220px;
}
.restBlock1 {
    padding: 200px 0;
    width: 90%;
    margin: 0 auto;
}
.restBlock1 table {
    width: 50%;
    table-layout: fixed;
}
.restBlock1 table tr th {
    width: 30%;
    text-align: left;
}
.restBlock1 table tr td {
    width: 70%;
}
.restBlock1 table tr > * {
    padding: 30px 0;
    border-bottom: 1px solid #ADADAD;
    font-size: 14px;
    vertical-align: middle;
}
.accessBlock1 .box1 {
    width: 90%;
    margin: 0 auto;
    padding: 170px 0;
    align-items: center;
}
.accessBlock1 .box1 iframe {
    width: 55%;
}
.accessBlock1 .box1 > div {
    width: 40%;
}
.accessBlock1 .box1 > div h2 {
    font-size: 29px;
}
.accessBlock1 .box1 > div p {
    font-size: 18px;
    margin: 34px 0 46px;
}
.accessBlock1 .box1 > div h3 {
    font-size: 18px;
}
.accessBlock1 .box1 > div table {
    width: 100%;
    table-layout: fixed;
}
.accessBlock1 .box1 > div table tr th {
    text-align: left;
    width: 30%;
}
.accessBlock1 .box1 > div table tr td {
    width: 70%;
}
.accessBlock1 .box1 > div table tr > * {
    padding: 6px 0;
}
.accessBlock1 .box1 > div .linkBtn1 {
    display: table;
    margin-top: 40px;
}
.contactBlock1 iframe {
    max-width: 900px;
    width: 90%;
    margin: 60px auto 0;
    display: block;
    height: 1150px;
}
.contactBlock1 {
    position: relative;
    margin-top: -120px;
}

.goog-te-gadget img {
    display: none;
}
.goog-te-gadget-simple{
    border: none !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #fff;
    padding-right: 14px;
}
.goog-te-gadget-simple:hover .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #000;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
    padding-right: 0;
}
.spMenuBtn{
    display: none;
}
@media screen and (max-width: 1080px){
.spMenuBtn{
    display: block;
}
header {
    padding: 10px 20px;
}
header h1 {
    position: relative;
    z-index: 7;
}
nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
body.on nav {
    opacity: 1;
    pointer-events: unset;
}
header nav ul {
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header nav ul li {
    width: 100%;
    margin-left: 0;
}
header nav ul * {
    margin: 10px 0;
}
.spMenuBtn {
    position: fixed;
    right: 20px;
    top: 14px;
    z-index: 12;
    cursor: pointer;
}
.spMenuBtn span {
    width: 30px;
    height: 2px;
    display: block;
    background: #000;
    margin: 7px 0;
    transform: rotate(0);
    transition: .3s;
    position: relative;
    top: 0;
}
.on .spMenuBtn span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
}
.on .spMenuBtn span:nth-child(2) {
    top: -5px;
    transform: rotate(-45deg);
}
article {
    padding-top: 160px;
}
.topMain h2 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.topMain h2 span {
    font-size: 28px;
}
.topMain h2 img {
    display: block;
    width: 60%;
    margin: 10px 0 50px;
}
.topAbout, .topPickup, .topAccess, .comContact {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
}
.tit1 {
    font-size: 20px;
    padding-bottom: 4px;
}
.topAbout .box1 {
    padding-top: 30px;
}
.topAbout .box1 .left {
    width: 100%;
    margin-right: 0;
}
.topAbout .box1{
    flex-wrap: wrap;
}
.topAbout .box1 .left p {
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    padding: 40px 0 40px;
}
.topAbout .box1 > img {
    width: 100%;
    margin-top: 70px;
}
.topStayRest {
    padding-top: 70px;
    flex-wrap: wrap;
}
.topStayRest a h2 {
    top: 10%;
    left: 10%;
    font-size: 30px;
}
.topPickup ul {
    grid-template-columns: 1fr;
}
.topPickup ul h3 {
    margin: 12px 0 5px;
}
.topAccess iframe {
    height: 380px;
    margin-top: 30px;
}
.comContact, .comContact div {
    flex-wrap: wrap;
}
.comContact h2 {
    font-family: 'montserrat';
    font-size: 28px;
}
.comContact div p {
    margin: 8px 0 30px;
}
footer {
    margin-top: 100px;
    padding: 100px 5% 20px;
    width: 90%;
}
.fbox1, .fbox1 ul {
    flex-wrap: wrap;
    width: 100%;
}
.fbox1 h1 {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.fbox1 ul li {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.fbox2 {
    margin-top: 90px;
}
.fbox2 small {
    font-size: 10px;
    color: #fff;
}
a.topScllor {
    width: 24px;
}
.headBlock h2 {
    margin: 0 auto 30px;
}
.headBlock .imgBox .txt {
    width: 50px;
    height: auto;
}
.stayBlock1 {
    padding: 60px 0;
    flex-wrap: wrap;
}
.stayBlock1 .left {
    order: 1;
    width: 100%;
    margin-top: 70px;
}
.stayBlock1 .right {
    width: 100%;
}
.stayBlock1 .right h2 {
    font-size: 26px;
}
.stayBlock1 .right p {
    font-size: 16px;
    line-height: 2.4;
    margin: 30px 0 50px;
    text-align: justify;
}
.stayBlock1 .right p br{
    display: none;
}
.linkBtn1 {
    display: table;
    margin: 0 auto;
}
.loopBlock .imgLoop img {
    width: 200%;
    max-width: 200%;
}
.stayBlock2 {
    width: 90%;
    margin: 60px auto;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.tit2 {
    font-size: 30px;
}
.stayBlock2 div {
    width: 100%;
    flex-wrap: wrap;
}
.stayBlock2 div a {
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.restBlock1 {
    padding: 100px 0;
    flex-wrap: wrap;    
}
.tit2 {
    font-size: 30px;
    width: 100%;
}
.restBlock1 table {
    width: 100%;
}
.accessBlock1 .box1 {
    padding: 20px 0 0px;
    flex-wrap: wrap;
}
.accessBlock1 .box1 > div {
    width: 100%;
    order: 1;
}
.accessBlock1 .box1 iframe {
    width: 100%;
    order: 2;
    margin-top: 30px;
}
.accessBlock1 {
    margin-bottom: 60px;
}
.accessBlock1 .box1 > div p {
    font-size: 18px;
    margin: 14px 0 46px;
}
.accessBlock1 .box1 > div h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.accessBlock1 .box1 > div table tr th,
.accessBlock1 .box1 > div table tr td{
    display: block;
    width: 100%;
}
.accessBlock1 .box1 > div table tr td {
    padding: 0 0 20px;
    font-weight: 400;
}
.accessBlock1 .box1 > div .linkBtn1 {
    display: table;
    margin: 20px auto 60px;
}
.contactBlock1 iframe {
    margin: 80px auto 0;
    width: 100%;
    height: 1350px;
}
































}
