*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
}
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color:#574B3F;
  transition-duration: 0.5s;
}
a:hover{
  opacity: 0.7;
}
ul, ol, dl {
  list-style: none;
}
html {
  font-size: 62.5%;
}
input[type=date],
input[type=submit]{
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea{
  padding: 15px 20px;
  width: 100%;
  border: #666666 1px solid;
  border-radius: 5px;
}
input[type=radio],
input[type=checkbox]{
  width: auto;
  padding: 0;
}
span.wpcf7-list-item{
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  color: #000000;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴシック W4";
  font-style: normal;
  overflow-x: hidden;
}
h1{
  font-size: 40px;
  font-size:4rem;
  font-weight: bold;
}
h3{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
p{
  margin: 30px 0;
  line-height: 2.1;
  font-size: 13px;
}
span{
  font-size: inherit;
  font-weight: inherit;
}
button{
  background: none;
}
main{
  transition: all 1s;
  overflow: hidden;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
.common {
  max-width: 650px;
  margin:0px auto;
  padding: 20px 0;
  width: 90%;
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  .common{
    width:90%;
  }
  h1{
    font-size: 28px;
    font-size:2.8rem;
  }
  h2{
    font-size:20px;
    font-size:2rem;
  }
}

@media screen and (max-width: 768px){
  *, *:before, *:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  h1{
    font-size:35px;
    font-size:3.5rem;
  }
  h2{
    font-size:28px;
    font-size:2.8rem;
  }
  /* 共通 */
  .table dt{
    padding: 5%; 
    width: 45%;   
  }
  .table dd{
    padding: 5%;
  }
  input,
  textarea{
    padding: 10px;
  }
  .common{
    margin: 0 auto;
    width: 90%;
  }
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block;
  }
}

/*フォント
=======================================================*/
@font-face {
	font-family: "Futura M";
	src: url("../font/Futura Medium.otf");
	font-weight: 500;
}
@font-face {
	font-family: "Futura B";
	src: url("../font/Futura Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ角ゴシック W4";
	src: url("../font/ヒラギノ角ゴシック W4.ttc");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ角ゴシック W6";
	src: url("../font/ヒラギノ角ゴシック W6.otf");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ角ゴシック W8";
	src: url("../font/ヒラギノ角ゴシック W8.otf");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ明朝 W6";
	src: url("../font/ヒラギノ明朝 Pro W6.otf");
	font-weight: 500;
}
@font-face {
	font-family: "ヒラギノ明朝 W3";
	src: url("../font/ヒラギノ明朝 Pro W3.otf");
	font-weight: 500;
}

/*タイトル
=======================================================*/
.ttl-L{
  font-family: "Futura M";
  font-size: 23px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.ttl-L span{
  display: block;
  color:#FE7688;
  font-size: 13px;
  font-family: "ヒラギノ角ゴシック W4";
}
.ttl-L::after{
  content: "";
  background: url(../img/heart.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 10px;
  display: block;
  margin: 5px auto 0;
}

@media screen and (max-width: 768px){
}

/*カラー
=======================================================*/
.bg-w{
  background: #fff;
}
.bg-g{
  background: #B99A00;
}
.bg-s{
  background: #99999A;
}
.fc-y{
  color: #FFCE31;
}

/*文字
=======================================================*/
.ffw8{
	font-family: "ヒラギノ角ゴシック W8";
}

/*header
=======================================================*/
header{
  width:100%;
  position: fixed;
  top:0;
  z-index: 9999;
}
.header-inner{
  width: 65%;
  height: 60px;
  width: 650px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background: #FF5A79;
  position: relative;
}
.header-inner::before{
  content: "";
  background: #000000;
  width: 15px;
  height: 100%;
}
.header-logo{
  width: 150px;
  margin-left: 20px;
}
.h-logo-c{
  height: 40px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 650px){
  .header{
    height:60px;
  }
  .header-inner{
    height: 60px;
  }
  .header-logo{
    z-index: 1;
  }
  .header-logo a{
    height: 60px;
  }
}

/*ハンバーガーメニュー
=======================================================*/
.header-nav{
  position: fixed;
  top: -100vh;
  left:0;
  width:100%;
  background:rgba(255,255,255,0.9);
  display: block;
}
.header-nav.is-open{
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  width: 650px;
  height: 100vh;
  z-index: 10;
  margin-top: 60px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
.header-nav ul{
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.header-nav ul li{
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
}
.header-nav ul li a{
  width: 90%;
  padding: 15px 5%;
  height: auto;
  display: block;
  color: #FF5A79;
  font-family: "ヒラギノ角ゴシック W6";
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid #FF5A79;
  margin: 0 auto;
  font-size: 13px;
}
.header-nav ul li:last-child a{
  border-bottom: unset;
}
.header-nav ul li a span{
  display: unset;
  font-size: 25px;
  font-family: "Futura M";
  display: block;
}
a.header-nav-btn{
  background: #FF5A79;
  color: #fff;
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}
a.header-nav-btn span{
  font-family: "Futura M";
  display: block;
  font-size: 25px;
}
.header-sp-name::before{
  content: "MENU";
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 3;
  width: 100%;
  font-size: 8px;
  font-family: "Futura M";
  letter-spacing: 1px;
}
.header-sp .is-open .header-sp-name::before{
  content: "閉じる";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 3;
  width: 100%;
  font-size: 7px
}
.header-sp{
  position:absolute;
  display:block;
  top:0;
  right: 0;
  z-index: 11;
  height: 50px;
}
.header-sp button,
.header-sp button span{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.header-sp button{
  width:60px;
  height:60px;
  border:none;
  position:relative;
}
.header-sp button span{
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header-sp button span:nth-of-type(1){
  top: 30%;
}
.header-sp button span:nth-of-type(2){
  top: 45%;
}
.header-sp button span:nth-of-type(3){
  top:60%;
}
.header-sp button.is-open span:nth-of-type(1){
  -webkit-transform: translateY(8px) translateX(-13px) rotate(-45deg);
  transform: translateY(8px) translateX(-13px) rotate(-45deg);
  background-color: #fff;
}
.header-sp button.is-open span:nth-of-type(2){
  opacity: 0;
}
.header-sp button.is-open span:nth-of-type(3){
  -webkit-transform: translateY(-10px) translateX(-13px) rotate(45deg);
  transform: translateY(-10px) translateX(-13px) rotate(45deg);
  background-color: #fff;
}

/*下層ページheader
=======================================================*/
@media screen and (max-width: 650px) {
  .header-sub{
    width: 100%;
  }
  .header-sub .h-logo-c{
    left: 70%;
  }
  .header-sub .header-nav.is-open{
    width: 100%;
  }
}

/*footer
=======================================================*/
footer{
  background: #fff;
  text-align: center;
  padding-top: 20px;
}
.footer-inner{
  background: #FF5A79;
  color: #fff;
  padding-top: 30px;
}
.footer-inner img.f-logo{
  width: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}
.fotter-txt{
  letter-spacing: 3px;
  font-size: 13px;
}
.copyright{
  display: block;
  color: #000000;
  font-family: "Futura M";
  padding: 20px 0;
  font-size: 10px;
}

@media screen and (max-width: 650px){
  .fotter-txt{
    font-size: 10px;
  }
  .footer-inner img.f-logo{
    width: 80px;
  }
}