@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none;
}
body{
  background-color:#ffffff;
}
img {
  width: 100%;
}

.sp-header {
  display: block;
  width: 100%;
  height: 120px;
  background: transparent;
  position: fixed;
  top: 80px;
  z-index: 1000;
  color: #ffffff;
  transition: all 0.5s 0s ease;
}
body {
  line-height: 2;
}

/* hamburger */
.toggle_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 999;
}
.toggle_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.6s;
}
.toggle_btn span:first-child {
  width: 100%;
}
.toggle_btn span:last-child {
  margin-left: auto;
}
.toggle_btn.open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.toggle_btn.open span:nth-child(2) {
  opacity: 0;
}
.toggle_btn.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* global menu */
.global_menu {
  width: 50%;
  height: 100vh;
  background-color: #003b7391;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1.7s;
  transform: translateX(100%);
}
.global_menu.open {
  transform: translateX(0%);
}
.info_menu h2 {
  margin-top: 20px;
}
.info_ticket {
  display: block;
  width: 80%;
  left: 10%;
  top: 180px;
}
.info_ticket li a {
  font-size: small;
  margin: 10px auto;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: blanchedalmond;
  letter-spacing: 0.2em;
  text-indent: 1em;
  text-decoration: none;
}
.info_ticket li {
  line-height: 3;
}
.info_menu_l li a,
.info_menu_r li a {
  font-size: small;
  margin: 10px auto;
  padding: 5px 10px;
  color: blanchedalmond;
  letter-spacing: 0.1em;
  text-indent: 0.5em;
  text-decoration: none;
}
.info_menu_l li,
.info_menu_r li {
  line-height: 1.6em;
}
.top {
  display: block;
  width: 100%;
  height: 100vh;

  background-image: url(../img/sp-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
/* global menu ここまで// */

/* topに戻るボタン */
.page_top_btn.fixed{
      visibility: visible;
    opacity: 1;
}
.page_top_btn{
  font-size: 24px;
  page_top_btn {
    text-decoration: none;
    color: #ffffff;
    visibility: hidden;
    opacity: 0.0;
    position: fixed;
    bottom: 100px;
    right: 5%;
    background: #66ccff;
    text-align: center;
    border-radius: 0.5em;
    border: 0.1em solid #ffffff;
    font-size: 40px;
    line-height: 1.0em;
    font-weight: 300;
    width: 1.0em;
    padding: 0.25em 0.75em;
    z-index: 50;
    transition: all 0.5s;
}
}
.page_top_btn {
    font-size: 24px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    color: #fff;

}

.top .top_title {
  display: block;
  width: 500px;
  height: 100px;
  position: absolute;

  top: calc(40% - 100px);
  left: calc(50% - 250px);
  text-align: center;
  color: #ffffff;
}
.top.top_tytle p {
  font-size: 18px;
  line-height: 1.5em;
}
.top .top_title h1 {
  font-size: 28px;
  line-height: 1.5em;
}
.today {
  display: none;
}
.todaymenu .wide_inner h1 {
  color: #ffffff;
}
.todaymenu .wide_inner span,
.todaymenu .wide_inner p {
  display: none;
}
.wide_inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 30px;
  font-size: small;
  background-color: #ffffff7d;
  justify-content: center;
}

@media screen and (min-width: 768px){
.sp-header{
  display: none;
}  
.top .todaymenu{
  display: none;
}
.today{
  display: block;
}  
}

  


/* おすすめ情報 */
.inner .section_title h1{
  margin: 20px auto 40px;
  font-size: larger;
}
.recommend .recommend_item{
  width: 100%;
  position: relative; 
}
.recommend .section_title h1{
  padding: 50px;

}
.recommend .recommend_item .text h1 {
    display: block;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 3.0em;
    transform: translate(-50%, -50%);
}
.recommend .recommend_item .text h1::before {
    content: '';
    display: inline-block;
    background-image: radial-gradient(circle farthest-side, aqua, #119898 33.3%, transparent 33.3%, transparent);
    background-size: 12px 12px;
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 12px;
}
.recommend .recommend_item .text h1::after {
    content: '';
    display: inline-block;
    background-image: radial-gradient(circle farthest-side, aqua, #119898 33.3%, transparent 33.3%, transparent);
    background-size: 12px 12px;
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 12px;
}
.recommend .text a{
  display: block;
  width: 80%;
  background-color: #ffffff88;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  color: rgb(0, 83, 83);
  position: absolute;
  font-weight: bold;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* .section_titleはイベントも共通 */

/* news */
.news .inner {
    padding-top: 100px;
    padding-bottom: 150px;
    display: block;
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
}
.news .section_title h1{
  margin: 0 auto 60px;
  font-size: 20px;
  
  
}
.news .news_contents dl {
    display: block;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
}
.news .news_contents {
    display: block;
    width: 80%;
    background: aquamarine;
    font-size: 20px;
    font-weight: bold;
    padding: 100px 10%;
    font-weight: 300;
    background-image: url(../img/kurage.jpg);
    border-radius: 8%;
}
.news_contents dt{
  border: 1px solid rgb(2, 52, 123);
  width: fit-content;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 12px;
}
.news_contents dd{
  font-weight: bold;
}
.news_contents a{
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.news_contents a::before{
background: skyblue;
content: '';
width: 100%;
height: 3px;
position: absolute;
left: 0;
bottom: 0;
transform-origin: right top;
transform: scale(0,1);
transition: transform 2s;
}
.news_contents a:hover::before{
  transform-origin: left top;
  transform: scale(1,1);
}


/* ニュースここまで */

/* イベント */
.event .section_title2 h2{
  padding-bottom: 50px;
}
.event .event_item{
  width: 100%;
  position: relative; 
}

.event .event_item .text2 h1 {
    display: block;
    color: #fff;
    font-size: 20px;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 3.0em;
    padding-bottom: 20px;
    transform: translate(-50%, -50%);
}
.event .event_item .text2 h1::before {
    content: '';
    display: inline-block;
    background-image: radial-gradient(circle farthest-side, aqua, #119898 33.3%, transparent 33.3%, transparent);
    background-size: 12px 12px;
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 12px;
}
.event .event_item .text2 h1::after {
    content: '';
    display: inline-block;
    background-image: radial-gradient(circle farthest-side, aqua, #119898 33.3%, transparent 33.3%, transparent);
    background-size: 12px 12px;
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 12px;
}

.event .text2 a{
  display: block;
  width: 80%;
  background-color: #ffffff88;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  color: rgb(0, 83, 83);
  position: absolute;
  font-weight: bold;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.event .event_item img{
  border-radius: 6px;
  transition-duration: 1s;
}
.event .event_item img:hover{
  border-radius: 50%;
  box-shadow: 0px 0px 16px -6px #003b73;
}

/* モデルコース */
.model .model_item{
  width: 100%;
  position: relative; 
  
}
.image img{
  padding: 30px auto;
  gap: 30px;
}
.model .model_item .text3 a {
    display: block;
    color: blue;
    font-size: 20px;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section_title3{
  margin: 40px auto;
  text-align: center;
}
.model .text3 a{
  display: block;
  width: 80%;
  background-color: #ffffff88;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  /* color: rgb(0, 83, 83); */
  position: absolute;
  font-size: larger;
  font-weight: bold;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.section_title2{
  text-align: center;
}
.section_title{
  text-align: center;
}

/* フッター */
footer{
    /* display: block; */
    width: 100%;
    background: #003b73;
    color: #ffffff;
    /* font-size: small; */
    font-weight: bold;
    line-height: 1.0em;

}

footer .inner{
  padding: 15px;
  /* border: 2px solid red; */
  width: 80%;
  margin: 0 auto;
}
footer .inner dl, footer .inner dt{
  padding: 10px;
}
footer .inner .footer_l{
  margin: 0 auto;
}
footer div{
  width: calc(100%-2.0cm);
}
footer .footer_l dt{
  font-size: larger;
  margin-bottom: 10px;
}
footer .footer_l dd{
  margin-top: 5px;
}
footer .footer_r dt{
  padding-top: 20px;
}
footer .inner ul{
  padding: 15px;
}
footer .inner ul a{
  font-size: small;
  color: aqua;
}
