html {
  scroll-behavior: smooth;
}

body {
  margin:0;
  /* font-family: "Noto Sans JP", sans-serif; */
}

h1 {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}

p {
  letter-spacing: 1px;
  font-size: 16px;
  color: #333333;
}

li,ol{
  list-style-type: none;
}

img{
  width: 100%;
}

::placeholder {
  color: #a0aec0; 
  opacity: 1;
}

.header {
  position:relative;
  text-align:center;
  background: url('../img/main.webp');
  background-size: cover;
  background-position: 50% 0%;
  color:white;
  background-attachment: fixed;
  overflow: hidden;
}

@media (max-width: 768px) {
  .header {
    background-position: 52% 0%;
    color:white;

  }
}

.inner-header {
  height: 50vh;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .inner-header {
    height: 44vh;
  }
}

.flex { 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height: 18vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}

.waves--common {
  width: 100%;
  height: 12vh;
  margin-bottom:-7px;
  min-height:70px;
  max-height:70px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 70px;
    min-height: 70px;
  }
}

.fluid {
    background: #EDEFE8;
    width: 50vh;
    height: 50vh;
    animation: fluid-animation 10s ease 0s infinite normal;
}

@keyframes fluid-animation {
    0%, 100% {
        border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
    }
    50% {
        border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
    }
}

.header__inner{
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header__inner{
    width: 90%;
  }
}

.logo{
  width: 200px;
  margin: 40px 0 0;
}

@media (max-width: 768px) {
  .logo{
    width: 35%;
    margin: 20px 0 0;
  }
}

.logo img{
  width: 100%;
}

.header__contact{
  margin-top: 25px;
}

@media (max-width: 768px) {
  .header__contact{
    margin-top: 15px;
  }
}

.button{
  display: inline-block;
  padding: 10px 40px 10px 30px;
  border-radius: 40px;
  color: white;
  background: #152D51;
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  transition-duration: .4s;
}

@media (max-width: 768px) {
  .button{
    padding: 7px 30px 7px 20px;
    font-size: 14px;
  }
}

.button:after {
  content: "";
  position: absolute;
  top: 33%;
  right: 11%;
  width: 8px;
  height: 12px;
  background: url(../img/arrow-right-w.svg);
  background-size: cover;
}

.button:hover{
  transform: scale(1.1);
}

.button--news{
  margin-top: 40px;
  padding: 14px 50px 14px 40px;
}

@media (max-width: 768px) {
  .button--news{
    margin-top: 20px;
  }
}

.button--submit{
  margin-left: 165px;
  padding: 15px 30px 15px 30px;
  border: none;
}

@media (max-width: 768px) {
  .button--submit{
    width: 50%;
    margin-left: 0;
    padding: 20px 10px 20px 10px;
    margin: 30px auto 0;
    display: flex;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .button--submit::after{
    top: 40%;
  }
}

.main-text{
  width: 360px;
  height: 0px;
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .main-text{
    width: 55%;
    margin: 60px 0 0;
  }
}

.main-text img{
  width: 100%;
}

.noto{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900; 
  letter-spacing: 4px;
  font-feature-settings: "palt"; 
  -webkit-font-smoothing: antialiased; 
}

.main-sub-text{
  width: 100%;
  color: #152D51;
  font-size: 22px;
  margin: 70px 0 0;
}

@media (max-width: 768px) {
  .main-sub-text{
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7em;
  }
}

.nav {
  width: 550px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  border-radius: 0px;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  padding: 10px 0;
}

@media (max-width: 768px) {
  .nav {
    width: 100%;
    font-size: 14px;
    padding: 14px 0;
  }
}

.nav.is-fixed {
  box-shadow: 0 10px 30px rgba(22, 56, 76, 0.10); 
  top: 10px;
  border-radius: 200px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .nav.is-fixed {
    top: 0px;
    border-radius: 0px;
  }
}

.nav ul{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #152D51;
  justify-content: center;
  letter-spacing: 3px;
  padding: 0 20px;
}

.nav ul li{
  padding: 0 20px;
  border-right: 1px solid #152D51;
}

@media (max-width: 768px) {
  .nav ul li{
    padding: 0 10px;
    border-right: 1px solid #152D51;
  }
}

.nav ul li:last-child{
  border-right: none;
}

.nav ul li a{
  color: #152D51;
  text-decoration: none;
}

.contents {
  width: 900px;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  .contents {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.subheading{
  display: flex;
  align-items: center; 
  width: 100%; 
  text-align: center;
  color: #152D51;
  margin: 0;
  padding: 1rem 0;
  background: linear-gradient(to bottom, #ffffff 50%, #F9FAF7 50%);
  color: #152D51;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.subheading--color-inversion{
  display: flex;
  align-items: center; 
  width: 100%; 
  text-align: center;
  color: #152D51;
  margin: 0;
  padding: 1rem 0;
  background: linear-gradient(to bottom, #F9FAF7 50%, #ffffff 50%);
  color: #152D51;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.subheading::before{
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #152D51;
  margin-right: 4rem; 
}

.subheading::after{
  content: "";
  flex-grow: 1;   
  height: 1px; 
  background-color: #16384c;
  margin-left: 4rem;
}

.about{
  width: 1080px;
  margin: 50px auto 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .about{
    width: 88%;
    margin: 30px auto 50px;
    display: block;
  }
}

.about__left{
  width: 600px;
}

@media (max-width: 768px) {
  .about__left{
    width: 100%;
  }
}

.about__main-text{
  font-size: 16px;
  font-weight: bold;
  color: #152D51;
  line-height: 2em;
}

@media (max-width: 768px) {
  .about__main-text br{
    display: none;
  }
}

.about__left ul{
  padding-left: 20px;
  margin: 30px 0;
}

.about__left ul li{
  list-style-type: disc !important;
  margin: 14px 0;
  line-height: 1.5em;
  color: #152D51;
}

.about__image{
  width: 400px;
}

@media (max-width: 768px) {
  .about__image{
    width: 100%;
    margin: 40px auto 0;
  }
}

.service{
  width: 100%;
  background: #F9FAF7;
}

.service__wrapper{
  padding: 70px 0 80px;
}

@media (max-width: 768px) {
  .service__wrapper{
    width: 88%;
    margin: 30px auto 0px;
    padding: 0;
  }
}

.service__inner{
  width: 900px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .service__inner{
    width: 100%;
    margin: 30px auto 40px;
    display: block;
  }
}

.service__inner--restaurant{
  flex-direction: row-reverse;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .service__inner--restaurant{
    margin: 30px 0 0 ;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .service__inner--restaurant .service__text{
    text-align: right;
  }
}

.service__img{
  width: 600px;
}

@media (max-width: 768px) {
  .service__img{
    width: 100%;
  }
}

.service__text{
  width: 500px;
  margin-left: 180px;
}

@media (max-width: 768px) {
  .service__text{
    width: 100%;
    margin-left: 0;
  }
}

.service__number{
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #152D51;
  margin: 0 0 0 0;
}

@media (max-width: 768px) {
  .service__number{
    font-size: 60px;
  }
}

.service__title{
  color: #152D51;
  font-size: 18px;
}

.service__text-detail{
  line-height: 1.7em;
}

.news{
  background-color: #fff;
}

.news__inner{
  padding-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .news__inner{
    width: 100%;
    padding-bottom: 40px;
  }
}

.news__inner dl{
  width: 100%;
  display: flex;
  text-align: left;
  align-items: baseline;
}

@media (max-width: 768px) {
  .news__inner dl{
    display: block;
    margin: 0 0 30px;
  }
}

.news__inner dl dt{
  width: 25%;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news__inner dl dt{
    width: 100%;
    margin-bottom: 10px;
  }
}

.news__inner dl dd{
  width: 75%;
  margin-inline-start: 0;
  line-height: 1.7em;
}

@media (max-width: 768px) {
  .news__inner dl dd{
    width: 100%;
  }
}

.news__inner dl dd a{
  color: #097AC2;
}

.company{
  background: #F9FAF7;
}

.company__wrapper{
  padding: 70px 0 70px;
}

@media (max-width: 768px) {
  .company__wrapper{
    padding: 60px 0 60px;
  }
}

.company__inner{
  width: 720px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  margin: 0 auto;
  padding: 50px 60px;
}

@media (max-width: 768px) {
  .company__inner{
    width: 80%;
    display: block;
    padding: 3% 5%;
  }
}

.company__img{
  width: 290px;
}

@media (max-width: 768px) {
  .company__img{
    width: 50%;
    margin: 40px auto 30px;
  }
}

.company__box{
  width: 450px;
}

@media (max-width: 768px) {
  .company__box{
    width: 100%;
  }
}

.company__box dl{
  width: 100%;
  display: flex;
  align-items: center;
  color: #152D51;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .company__box dl{
    margin: 25px 0;
    font-size: 15px;
  }
}

.company__box dl dt{
  width: 30%;
  font-weight: bold;
  padding-left: 30px;
  border-left: 5px solid #152D51;
}

@media (max-width: 768px) {
  .company__box dl dt{
    width: 30%;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #152D51;
  }
}

.company__box dl dd{
  margin-inline-start: 0;
  width: 70%;
}

@media (max-width: 768px) {
  .company__box dl dd{
    display: inline;
    line-height: 1.5em;
  }
}

.contact{
  background: #fff;
}

.contact__inner{
  width: 560px;
  margin: 0 auto;
  margin: 40px auto 70px; 
}

@media (max-width: 768px) {
  .contact__inner{
    width: 88%;
    margin: 40px auto 70px;
  }
}

.contact__inner dl{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #152D51;
  margin: 0 0; 
  padding-top: 3px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .contact__inner dl{
    width: 100%;
    display: block;
    margin: 0 0; 
    padding-top: 3px;
    font-size: 16px;
  }
}

.contact__inner dl dt{
  width: 30%;
  font-weight: bold; 
}

@media (max-width: 768px) {
  .contact__inner dl dt{
    width: 100%;
    font-weight: bold;
    margin-bottom: 12px;
  }
}

.contact__inner dl dd{
  width: 70%;
  margin-inline-start: 0px;
}

@media (max-width: 768px) {
  .contact__inner dl dd{
    width: 100%;
    display: flex;
  }
}

@media (max-width: 768px) {
  .contact__inner dl dd p{
    margin: 0;
  }
}

.contact-input, .contact-textarea{
  border: 1px solid #4E4E4E;
  padding: 15px 30px;
  border-radius: 5px;
  width: 310px;
}

@media (max-width: 768px) {
  .contact-input, .contact-textarea{
    width: 100%;
  }
}

.contact__text{
  width: 590px;
  margin: 40px auto 0;
  line-height: 1.76em;
}

@media (max-width: 768px) {
  .contact__text{
    width: 90%;
  }
}

/* Contact Form 7 の入力欄とテキストエリアを画面幅に収める */
.wpcf7-form-control.contact-input,
.wpcf7-form-control.contact-textarea {
  width: 100% !important;  
  max-width: 100% !important; 
  box-sizing: border-box; 
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  display: block !important;
  margin-top: 10px !important;
}

.wpcf7-response-output{
  display: none;
}

.footer{
  width: 100%;
  background: #152D51;
  padding: 70px 0;
  text-align: center;
}

.footer__inner{
  width: 250px;
  margin: 0 auto;
}

.footer__inner p{
  color: #fff;
  font-size: 12px;
}

.common-wrapper{
  width: 900px;
  margin: 0 auto 80px;
}

@media (max-width: 768px) {
  .common-wrapper{
    width: 100%;
    margin: 0 auto 80px;
  }
}

.single-post__title{
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.single-post__content{
  font-size: 16px;
  line-height: 2em;
}

.single-post__content img{
  width: 50%;
  margin: 30px auto;
}

@media (max-width: 768px) {
  .single-post__content img{
    width: 100%;
  }
}

.contents-inner{
  width: 960px;
  margin: 80px auto 0;
  padding-bottom: 60px;
  text-align: center;
  line-height: 1.7em;
}

@media (max-width: 768px) {
  .contents-inner{
    width: 88%;
    margin: 60px auto 0;
    padding-bottom: 40px;
  }
}

.breadcrumb {
  padding: 15px 0 30px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px; 
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #666666;
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 10px; 
  color: #b4b4b4; 
  font-size: 12px;
}

.breadcrumb__link {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb__link:hover {
  color: #0073aa; 
  text-decoration: underline;
}

.breadcrumb__text {
  color: #888888;
  font-weight: bold;
}

