@charset "UTF-8";


/*==========================================================================
header
============================================================================*/


.header{
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: #FCF7EB;
  border-top: solid #DD6A37 10px;
  border-bottom: solid #DD6A37 10px;
  max-width: 1440px;
  z-index: 500;
}
.header__inner{
  width: 95%; 
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header__logo{
  width: 150px;
}
.header__list{
  display: flex;
  align-items: center;
}

.header__list li{
  margin-right: 30px;
  letter-spacing: 1px;
}

.header__list li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color:#126467;
  
}

.orange li a{
  color:#DD6A37;
}

.header__list li a:hover {
  color:#DD6A37;
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 5%;
}

.header__sns li{
  margin-right: 24px;
}

.header__sns li:last-child{
  margin: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  position: relative;
  width: 32px;
  height: 30px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: none;
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #126467;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger span:first-of-type {
  top: 0;
}

.header__hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__hamburger span:last-of-type {
  bottom: 0;
}
.header__hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
          transform: translateY(10.5px) rotate(-45deg);
}
.header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
          transform: translateY(-15px) rotate(45deg);
}
.header__nav {
  width: 100%;
  height: auto;
  background-color: #FCF7EB;
  border-bottom: solid #DD6A37 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: menu 0.3s ease-out;
          animation: menu 0.3s ease-out;
}

.header__nav li {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.header__nav li :last-child{
  width: 8%;
}

.header__nav li a{
  color: #126467;
}

.header__nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
}

.mv{
  width: 100%;
  max-width: 1440px;
  height: 120vh;
  position: relative;
  overflow: hidden;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mv img{
  height: 120vh;
  object-fit: cover;
  object-position: 0 90%;
}

.mv-catch{
  position: absolute;
  top: 60%;
  right: 10%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}

.mv-catch h1{
  color: #D27045;
  text-shadow:1px 3px 6px #0000006f;
}

.catch-copy-sav{
  color:#ffffff;
  font-size: 2.2vw;
  font-weight: 400;
  text-shadow:1px 3px 6px #000000;
  margin-top: 2vh;
  text-align: center;
}

.catch-phrase{
  color: #D27045;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 6vw;
  margin-top: 2vh;
  line-height: 1;
  text-shadow:1px 3px 6px #000000;
}

.sumaho-btn{
  display: none;
  justify-content: center;
  width: 100%;
  height: 70px;
}

.sumaho-btn-text{
  line-height: 70px;
  width: 33.3%;
  background-color: #DD6A37;
  border-left: solid 1.5px #FCF7EB;
  text-align: center;
  font-size: 4.5vw;
  font-family: "verdana-pro", sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) ;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.sumaho-btn-text:hover{
  background-color: #126467;

}

.sumaho-btn-text:first-child{
  border-left: none;
}

.sumaho-btn-text a{
  color:#FCF7EB;
}

.text-container{
  opacity: 0;
  transition: .8s .1s ease;
}

.text-container.active{
  opacity: 1;
}

.preparation-wrap1{
  width: 50%;
  height: 180px;
  background-color: #DD6A37;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 150px;
}

.preparation-wrap2{
  width: 95%;
  height: 85%;
  background-color: #DD6A37;
  border: solid 15px #FCF7EB;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FCF7EB;
 
}

.preparation-wrap2 h3{
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 3.5vw;
  margin-bottom: 5px;
}


.footer{
  width: 100%;
  height: 135vh;
  position: relative;
  padding-top: 15vh;
}

.info-wrap{
  width: 100%;
  max-width: 1440px;
  height: 60vh;
  display: flex;
}

.info-wrap2{
  display: none;
}

.contact-left{
  width: 20%;
  height: 60vh;
  background-image: url(../../img/contact-side1.jpeg);
  background-size: cover;
  background-position: 50% 25%;
}

.info{
  width:35%;
  background-color: #ffffff;
  border: solid #126467 5px;
}

.info p{
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  margin-top: 5vh;
}

.info-text{
  font-size:1.4vw;
  height: 30vh;
  margin: 0 auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.info-text td:first-child{
  padding-right: 20px;
}

.google-map{
  width: 35%;
  height: 60vh;
}

.google-map iframe{
  width: 100%;
  height: 100%;
}

.contact-right{
  width: 20%;
  height: 60vh;
  background-image: url(../../img/contact-side2.jpeg);
  background-size: cover;
  background-position: 50% 25%;
}

.footer-bottom{
  width: 100%;
  max-width: 1440px;
  height: 30vh;
  background-color: #DD6A37;
  position: absolute;
  bottom: 0;
  z-index: -10;
}

.footer-wrap{
  width: 100%;
  max-width: 1440px;
  display: flex;
  height: 60vh;
  align-items: center;
  justify-content: center;
}

.footer-img{
  padding-bottom: 9vh;
  padding-right: 5%;
}

.footer-list-flex{
  width: 30vw;
  display: flex;
}

.footer-list1{
  font-size: 1.8vw;
  line-height: 1.7;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.footer-list1 li a{
  color: #116265;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer-list1 li a:hover {
  text-shadow: 2px 3px 3px #707070;
}

.footer-list2{
  font-size: 1.8vw;
  line-height: 1.7;
  font-family: "verdana-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-list2 li a{
  color: #116265;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  
}

.footer-list2 li a:hover {
  text-shadow: 2px 3px 3px #707070;
}

.other-color {
  color:#FCF7EB;
}

.footer-sns{
  width: 5%;
  padding-bottom: 11vh;
}

.copyright{
  width: 100%;
  text-align: center;
  background-color: #DD6A37;
}

.copyright p{
  font-size: 1vw;
  color: #ffffff;
}

.modal_open {
	text-decoration: underline;
	cursor: pointer;
  text-decoration: none;
}

.modal_bg {
	z-index: 998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, 0.5);
}

.modal_box {
	z-index: 999;
	display: none;
	position: fixed;
	width: 60%;
  height: 600px;
	margin: 0 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	background: #FCF7EB;
}

.modal-complete{
  z-index: 1000;
  width: 60%;
  height: 250px;
  background: #fff;
}

.modal-close{
  text-align: end;
}

.modal-close-button{
	cursor: pointer;
	background: transparent;
	border: 0;
	font-size: 2rem;
  font-family: "verdana-pro", sans-serif;
	font-weight: 800;
	line-height: 1;
  color: #DD6A37;
	outline: none;
  opacity: .5;
  margin-top: 1vh;
  text-align: right;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.modal-close-button:hover{
  opacity: 1;
}

.modal-inner{
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
}

.modal-title{
  text-align: center;
  margin-bottom: 2vh;
}

.modal-title p{
  color:#DD6A37;
  font-size: 3vw;
  font-family: 'Dela Gothic One', sans-serif;
}

.form-item-label-repuired{
  background-color: #DD6A37;
  border-radius: 4px;
  margin-right: 20px;
  line-height: 2.5;
  color: #ffffff;
  font-size: 15px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-item-label{
  color: #DD6A37;
  font-size: 15px;
}

.form-item-input{
  border-color: #DD6A37;
  border-radius: 5px;
  width: 100%;
  line-height: 2;
}

.form-item-textarea{
  border-color: #DD6A37;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  height: 130px;
}

.sousin-btn{
  width: 20vw;
  height: 4vw;
  display: block;
  margin: auto;
  margin-top: 2vh;
  background-color: #DD6A37;
  border-radius: 8px;
  border: none;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.sousin-btn:hover{
  box-shadow: 0 3px 6px #707070;
}

.sousin-btn a{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #ffffff;
}

input:focus{
  outline:2px double #DD6A37;

}

textarea:focus{
  outline:2px double #DD6A37;
}

.modal-complete{
  background-color: #FCF7EB;
  border:8px double #DD6A37;
}


.modal-flex{
  display: flex;
  justify-content: center;
}

.modal-logo{
  width: 30%;
}

.modal-complete-contents{
  margin-left: 50px;
  line-height: 1.5;
}

.tel{
  font-size: 22px;
  font-weight: 600;
  padding-top: 5px;
}

.tel a{
  color: #DD6A37;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.tel a:hover{
  color: #126467;
}


@-webkit-keyframes menu {
  from {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes menu {
  from {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 1300px) {
  .modal_box {
    height: 570px;
  }

  .modal-complete{
    height: 250px;
  }
}

@media screen and (max-width: 1100px) {
  
  .mv img {
    object-position: -15vw;
  }
}

@media screen and (max-width: 1030px) {

  header {
    font-size: 1.3vw;
  }

  body h1 {
    font-size: 4.2vw;
  }

  .mv-catch {
    top: 65%;
  }

  .mv-catch h1 {
    font-size: 9.5vh;
  }

  .catch-copy-sav {
    font-size: 3.0vw;
  }

  .footer {
    height: 1050px;
    padding-top: 150px;
  }

  .footer-wrap {
    height: 600px;
  }

  .info-wrap {
    height: 300px;
  }

  .footer-bottom{
    height: 300px;
  }

  .footer-img {
    padding-bottom: 50px;
  }

  .footer-sns {
    padding-bottom: 40px;
  }

  .info-text{
    height: 200px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .info p {
    margin-top: 20px;
}

  .contact-left{
    height:300px;
  }

  .google-map{
    height: 300px;
  }

  .contact-right{
    height: 300px;
  }

  .form-item-textarea{
    height: 140px;
  }

  .modal-complete {
    width: 80%;
  }

}

@media screen and (max-width: 900px) {

  .footer{
    height: 880px;
  }


  .footer-wrap {
    height: 420px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
  }

  .footer-list-flex {
    margin-top: 5px;
    width:40%;
    justify-content:space-between;
  }

  .footer-img{
    width: 350px;
    padding-bottom: 0;
  }

  .footer-list1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-list2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-sns {
    width: 6vh;
    padding-bottom: 30px;
    margin-top:30px;
    margin-left: 50vw;
  }
   
  .footer-bottom{
    height: 180px;
  }

  .copyright p{
    font-size: 2vw;
    color: #ffffff;
  }
  
}


@media screen and (max-width: 820px) {
  
  .header__inner {
    justify-content: space-between;
    padding: 0 22px;
  }

  .header__list {
    display: none;
  }
  .header__sns {
    display: none;
  }
  .header__hamburger {
    display: block;
  }

  .mv{
    height: 100vh;
  }

  .mv img{
    object-position: -30vw;
  }

  .mv-catch {
    top: 65%;
  }

  .mv-catch h1 {
    font-size: 75px;
  }

  .catch-copy-sav{
    line-height: 1.6;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
  }

  .preparation-wrap1 {
    width: 75%;
  }

  .preparation-wrap2 h3{
    font-size: 5vw;
  }  

  .info-wrap {
    display:none;
  }

  .info-wrap2 {
    display: block;
    height: 500px;
    position: relative;
  }

  .contact-left2{
    position: absolute;
    top: 200px;
    width: 25%;
    height: 300px;
    background-image: url(../../img/contact-side1.jpeg);
    background-size: cover;
    background-position: 50% 25%;
  }

  .info2{
    position: absolute;
    top: 200px;
    left: 25%;
    width: 50%;
    height: 300px;
    background-color: #ffffff;
    border: solid #126467 2px;
  }

  .info2 p{
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }

  .info-text2{
    font-size:1.8vw;
    height: 170px;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 5vh;
  }
  

  .google-map2{
    position: absolute;
    width: 100%;
    height: 200px;
  }

  .google-map2 iframe{
    width: 100%;
    height: 100%;
  }

  .contact-right2{
    position: absolute;
    top: 200px;
    right: 0;
    width: 25%;
    height: 300px;
    background-image: url(../../img/contact-side2.jpeg);
    background-size: cover;
    background-position: 50% 25%;
  }
  

  .footer {
    height: 1070px;
  }

  .footer-bottom{
    height: 170px;
  }

  .modal_box {
    height: 570px;
  }

  .modal-complete {
    height: 250px;
  }

  .modal-complete-contents {
    margin-left: 15px;
  }

  .modal-complete-contents p{
    font-size: 14px;
  }

  .tel a{
    font-size: 20px;
  }

  .sousin-btn {
    height: 40px;
  }

}

@media screen and (max-width: 706px) {
  .mv-catch h1 {
    font-size: 65px;
  }

  .catch-copy-sav{
    font-size: 22px;
  }
}

@media screen and (max-width: 650px) {

  .header{
    height: 80px;
    border-top: solid #DD6A37 8px;
    border-bottom: solid #DD6A37 8px;
  }

  .header__inner{
    height: 63px;
  }

  .header__logo {
    width: 130px;
}

  .header__nav {
    border-bottom: solid #DD6A37 8px;
  }

  .mv img{
    object-position: -45vw;
  }


  .mv-catch{
    top: 70%;
  }

  .mv-catch h1 {
    font-size: 60px;
  }

  .catch-copy-sav{
    font-size: 18px;
  }

  .preparation-wrap1{
    margin-top: 90px;
  }

  .footer {
    height: 920px;
      padding-top: 90px;
  }

  .footer-wrap {
    padding-top: 40px;
    height: 330px;
  }

  .footer-bottom{
    height: 125px;
  }


  .footer-list-flex {
    margin-top: 3vw;
  }

  .footer-list1{
    font-size: 2.5vw;
  }

  .footer-list2{
    font-size: 2.5vw;
  }

  .footer-img {
    width: 240px;
  }

  .footer-sns {
    width: 40px;
    margin-top: 10px;
    margin-left: 50vw;
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 600px) {

  .footer-bottom{
    height: 125px;
  }

  body p {
    font-size: 16px;
}
}

@media screen and (max-width: 480px) {
  .header {
    height: 60px;
  }

  .header__inner {
    height: 51px;
  }

  .header__hamburger span {
    height: 2.5px;
  }

  .header__hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }

  .header__logo {
    width: 100px;
  }

  .header {
    border-top: solid #DD6A37 5px;
    border-bottom: solid #DD6A37 5px;
  }

  .header__nav li :last-child{
    width: 10%;
  }

  body p {
    font-size: 14px;
  }

  .mv-catch h1 {
    font-size: 10vw;
  }

  .mv img{
    object-position: -350px;
  }

  .sumaho-btn{
    display: flex;
    position: fixed;
    z-index: 500;
    bottom: 0;
  }

  .preparation-wrap1 {
    width: 90%;
  }

  .info-wrap2 {
    height: 420px;
  }

  .contact-left2 {
    height: 220px;
  }

  .info2 {
    height: 220px;
  }

  .info-text2 {
    width: 92%;
    height: 140px;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 7px;
  }

  .contact-right2 {
    height: 220px;
  }

  .info2 p {
    font-size: 4.5vw;
    margin-top: 15px;
  }

  .info-text2 tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    line-height: 1.35;
  }
    
  .footer-img {
    width: 250px;
  }

  .footer-list-flex {
    width: 65%
  }

  .footer-list1 {
    font-weight: 700;
    font-size: 15px;
  }

  .footer-list2 {
    font-weight: 700;
    font-size: 15px;
    padding-left: 5%;
    padding-right: 0;
  }

  .footer-bottom{
    height: 208px;
  }

  .modal-flex {
    flex-direction: column;
  }

  .modal_box {
    width: 85%;
  }

  .modal-logo {
    width: 40%;
    margin: 0 auto;
  }

  .modal-complete-contents {
    text-align: center;
    margin-top: 10px;
  }

  .modal-complete {
    height: 300px;
  }

  .modal-title p {
    font-size: 5vw;
  }

  .form-item-label {
    font-size: 14px;
  }

  .sousin-btn {
    width: 30vw;
  }

  .sousin-btn a {
    font-size: 18px;
  }

}
  

@media screen and (max-width: 350px) {

  .footer-list-flex {
    width: 70%;
  }

  .contact-address{
    font-size: 1rem;
  }

  .preparation-wrap2 p{
    width: 80%;
  }
}
