@charset "UTF-8";


/*
Theme Name: Template1.0
Description: WP Site Template
Theme URI: http://ysep.jp/
Author: YUKIxMG5
Author URI: http://ysep.jp/
Version: 1.0
License: Y's Enterprise
License URI: http://ysep.jp/
*/


/* IMPORT RESET */
@import url("css/utility.css");
/* IMPORT animate */
@import url("css/animate.css");
/* IMPORT lightcase */
@import url("css/lightcase.css");


/* ====================================================================================================

 	共通設定

 ==================================================================================================== */
/*
   0.header
   1.main
   2.section
   3.footer

   4.Hero
   5.Title style
   6.Breadcrumb style
   7.Button style
   8.Table style
   9.Arrow style
   10.Form style
   11.SVG style
 ===============================================================================*/

/*	STYLES */
html {
  font-size: 62.5%;
}

/*  */
body {
/* ゴシック */
  /* font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
/* 明朝 */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  color: #333;
  /* letter-spacing: 1.2px; */
  letter-spacing: .1em;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6em;
  background-color: #fff;
  margin-left: 220px;
  /* position: relative; */
}

html, body {
  height: auto;
}

@media only screen and (max-width: 768px) {
  body {
    margin-left: 0;
  }
}


/* ==========================================================
  header
 ========================================================== */
/*
 * headerコピペ
 *
/


/* ==========================================================
  main
 ========================================================== */
main {
  padding: 0px 0 0px;
  min-height: 550px;
}

@media only screen and (max-width: 768px) {
  main {
    padding: 0px 0px 0px;
    min-height: 300px;
  }

  main p {
    padding: 0px 0px 0px;
  }
}

/* ==========================================================
  section
 ========================================================== */
section {

}

section p {
  line-height: 1.6;
}

aside {
  margin: 0px 0 10px;
}

#side_bar {

}

/* ==========================================================
  footer
 ========================================================== */



 /* ==========================================================
  Hero
 ========================================================== */
 /* overlay */
 #hero .slide-img {
   width: 100%;
   max-width: 1920px;
   height: 100vh;
   /* 変数をサポートしていないブラウザのフォールバック */
   height: calc(var(--vh, 1vh) * 100);
   background-position: center center;
 }

 #hero .swiper-wrapper .swiper-slide .slide-img {
   /* background: #fff url(images/main01.png) no-repeat center bottom; */
   background-size: cover;
   margin: 0px 0 0px;
   padding: 0px 0 0px;
   display: flex;
   justify-content: center;
   position: relative;
   align-items: center;
   z-index: -1;
 }

 #hero h2 {
   text-align: left;
   padding: 0px 0 0px 0px;
   margin-bottom: 20px;
   position: absolute;
   display: block;
   bottom: 8%;
   left: 5%;
   /* top: calc(50% - 250px); */
   z-index: 500;
   color: #fff;
   font-size: 4.4rem;
   line-height: 1.4;
   text-shadow: 2px 2px 8px rgb(0 0 0 / 60%);
   font-family: 'Noto Serif JP', serif;
  }



 #hero h2 span {
   display: block;
   margin-top: 20px;
   font-size: 2rem;
 }


 /* 下層メインイメージ */
 #nak {
   background: url(common_img/nak.png) no-repeat center 60%;
   background-size: cover;
 }

 #nak h2 {
   /* font-weight:bold; */
   padding: 10% 2% 12%;
   text-shadow: 1px 2px 10px rgb(0 0 0 / 50%);
   color: #fff;
   margin: 0px 0 0px;
 }


 @media only screen and (max-width: 1000px) {
   #hero {
     height: 80vh;
     /* 変数をサポートしていないブラウザのフォールバック */
     height: calc(var(--vh, 1vh) * 80);/* メインイメージの縦幅を制御 */
   }

   #hero {
     /* background: #fff url(../images/main_sp02.png) no-repeat center center; */
     background-size: cover;
   }

   #hero h2 {
     font-size: 4.5rem;
     /* width: 85%; */
     /* top: calc(50% - 170px); */
     /* width: 90%; */
     margin: auto;
   }
 }

 @media only screen and (max-width: 768px) {
   #hero {
     height: 85vh;
     /* 変数をサポートしていないブラウザのフォールバック */
     height: calc(var(--vh, 1vh) * 85);/* メインイメージの縦幅を制御 */
   }

   #hero h2 {
    /* top: 45vh; */
    top: calc(50% - 100px);
    width:90%;
    margin: auto;
 }

   #nak h2 {
     font-size: 3.8rem;
     padding: 20% 2% 20%;
     margin: 0px 0 0px;
   }
 }

 @media only screen and (max-width: 479px) {
   #hero {
     height: 75vh;
     /* 変数をサポートしていないブラウザのフォールバック */
     height: calc(var(--vh, 1vh) * 75);/* メインイメージの縦幅を制御 */
   }

   #hero h2 {
     /* text-align: center; */
     font-size: 2.5rem;
     top: 50%;
     text-align: center;
     /* right: 0%;
     left: 0%; */
   }

   #hero h2 span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
}

   #nak_tt {
     background: url(common_img/nak.png) no-repeat 20% 40%;
   }

   #nak h2 {
     font-size: 2.4rem;
     padding: 28% 2% 13%;
     margin: 55px 0 0px;
   }
 }



 @-webkit-keyframes zoomUp {
   0% {
   -webkit-transform: scale(1);
   transform: scale(1);
   }

   100% {
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
   }
 }

 @keyframes zoomUp {
   0% {
   -webkit-transform: scale(1);
   transform: scale(1);
   }
   100% {
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
   }
 }

 .swiper-slide-active .slide-img,
 .swiper-slide-duplicate-active .slide-img,
 .swiper-slide-prev .slide-img {
   -webkit-animation: zoomUp 12s linear 0s;
   animation: zoomUp 12s linear 0s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }
 .swiper-slide {
   overflow: hidden;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .slide-img {
   background-position: 85% center!important;
   /* background-size: cover;
   background-position: center center;

   width: 100%;
   max-width: 1920px;
   height: 100vh;
   height: calc(var(--vh, 1vh) * 100); */

 }



/* ==========================================================
 5.Title style
========================================================== */
/* .ttStyle01 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: 600;
  padding: 0px 0 60px;
  letter-spacing: 0px;
}

.ttStyle01 span {
  border-bottom: 2px solid;
}
 */
/* .ttStyle02 {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px dashed #999;
} */

.ttStyle01 {
  display: block;
  letter-spacing: 0.4em;
  position: relative;

  font-size: 3.5rem;
  /* -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; */
  white-space: nowrap;
  margin: 0px 100px 75px 0;
  padding-left: 70px;
}


.ttStyle02 {
  display: block;
  letter-spacing: 0.4em;
  position: relative;

  font-size: 3.5rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  /* margin: 0px 100px 55px 0; */
  padding-top: 65px;
}

.ttStyle02::before {
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgb(56,56,56);
  left: 50%;
  top: 0px;
  content: '';
}

.ttStyle02 span {
  position: absolute;
  top: 0;
  left: 3.3em;
  font-size: 1.4rem;
  padding-top: 65px;
  color: #A73836;
  letter-spacing: 0.15em;
  margin-top: 5px;
}



.ttStyle03 {
  background: #313131;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
}

.ttStyle03 span {
  font-size: 1.3rem;
  margin-left: 10px;
}

.ttStyle04 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding: 20px 0 20px;
  letter-spacing: 1.8px;
  transform: scale(1, 1.1);
}

.ttStyle05 {
  margin-top: 10px;
  margin-bottom: 70px;
  position: relative;
}

.ttStyle05 span.siteH2 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
}

.ttStyle05 span.siteH2:after {
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #915ca3;
  margin: 13px auto 14px;
}

.ttStyle05 h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.ttStyle05.lSide {
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.ttStyle05.lSide span.siteH2 {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.ttStyle05.lSide span.siteH2:after {
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #915ca3;
  margin: 13px auto 14px 0;
}

.ttStyle05.lSide h2 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.ttList {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0px 0 10px;
}

@media only screen and (max-width: 768px) {
  .ttStyle01 {
    font-size: 2.5rem;
    padding: 0px 0 30px;
  }

  .ttStyle02 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    margin: auto;
  }

  .ttStyle02 span {
    left: 2.8em;
  }

  .ttStyle03 span {
    font-size: 1.4rem;
    margin-left: 0px;
    margin-top: 5px;
    display: block;
  }


  .ttStyle05 {
    margin-top: 10px;
    margin-bottom: 40px;

  }

  .ttStyle05 span.siteH2 {
    font-size: 2.5rem;
  }

.ttStyle05 h2 {
    font-size: 14px;
  }

  .ttList {
    font-size: 1.4rem;
    margin: 0px 0 5px;
  }
}

/* ==========================================================
	6.Breadcrumb style（パンくず）
========================================================== */
#pagePath {
  padding: 15px 0;
  margin-bottom: 48px;
  display: block;
  text-align: right;
  background-color: #f4f2eb;
}

#pagePath ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

#pagePath ul li {
  padding-right: 35px;
  font-size: 1.4rem;
  position: relative;
}

#pagePath ul li a {
  color: #A73836;
  text-decoration: none;
}

#pagePath ul li:last-child:before {
  display: none;
}

#pagePath ul li:before {
  content: '';
  position: absolute;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
}

.txt_pre {
  text-align: center;
  padding: 10% 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagePath {
    /* display: block;
    text-align: right; */
  }
}

@media only screen and (max-width: 768px) {
  #pagePath {
    display: none;
  }
}
/* ========== end △ */

/* ==========================================================
 Button style
========================================================== */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  margin:auto;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  background: #A73836;
  color: #fff;
  border-radius: 3rem;
}

/*その他と主な共通部分は省略*/

a.btn--orange {
  color: #fff;
  background: #eb6100;
}

a.btn--parple {
  color: #fff;
  background: #915ca3;
}

a.btn--green {
  color: #fff;
  background: #83c737;
}

a.btn--yellow {
  color: #fff;
  background: #ffa300;
}

a.btn--blue {
  color: #fff;
  background: #06619e;
}

a.btn--orange:hover {
  color: #fff;
  background: #ff8937;
}

a.btn--blue:hover {
  color: #fff;
  background: #0568aa;
}

a.btn--yellow:hover {
  color: #fff;
  background: #fab741;
}

a.btn-c {
  position: relative;
}

a.btn-c span {
  display: block;
  text-align: center;
}


a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: calc(50% - .8rem);
  margin: 0;
  padding: 0;
  content: '\f054';
  transition: all 0.4s ease-out;
}

a:hover.btn-c:before {
  transition: all 0.4s ease-out;
}

@media only screen and (max-width: 768px) {
  .btn,
  a.btn,
  button.btn {
    padding: 1rem 2rem;
  }

}

/* ==========================================================
  8.Table style
 ========================================================== */
 /* tableStyle01
 -------------------------------------------------- */
.tableStyle {
  border-top: 1px solid #ccc;
  margin: 0px auto 10px;
  width: 98%;
  background: #fff;
}

.tableStyle th,
.tableStyle td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #aaa;
  text-align: left;
}

.tableStyle td {
  background: #fff;
  border-left: 1px solid #aaa;
}

.tableStyle td.price {
  text-align: right
}

.tableStyle td.item {
  font-weight: bold;
  color: #019e05;
  background: #f2f2f2;
  text-align: left;
}

.tableStyle th {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #aaa;
  background: #f2f2f2;
  width: 30%;
}

.tableStyle th.kou {
  color: #37701b;
  background: #fff;
}

/* tableStyle02
-------------------------------------------------- */
.tableStyle02 {
  margin: 30px auto 10px;
  width: 100%;
}

.tableStyle02 tr {
  /* border-top: 1px dashed #aaa; */
}

.tableStyle02 th {
  padding: 10px;
  /* border-bottom: 1px dashed #aaa; */
  background: #fff;
  font-weight: bold;
  color: #333;
}

.tableStyle02 td {
  text-indent: 3px;
  padding: 20px 10px 10px 10px;
  /* border-bottom: 1px dashed #aaa; */
  background: #fff;
  font-weight: bold;
  line-height: 1.6;
}

.tableStyle02 td.item {
  color: #009cff;
  background: #f2f2f2;
  width: 70%;
}

.required {
  color: rgb(176, 0, 0);
}

/* tableStyle03
-------------------------------------------------- */
.tableStyle03 {
  width: 100%;
  border-collapse: collapse;
}

.tableStyle03 tr{
  border-bottom: solid 2px white;
}

.tableStyle03 tr:last-child{
  border-bottom: none;
}

.tableStyle03 th{
  position: relative;
  text-align: left;
  width: 30%;
  /* background-color: #151b25; */
  background-color: #04A4CC;
  color: white;
  text-align: center;
  vertical-align: middle;
}

.tableStyle03 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #04A4CC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tableStyle03 td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 20px 0;
  padding-left: 60px;
  line-height: 1.6;
}

/* tableStyle04
-------------------------------------------------- */
.tableStyle04 {
  width: 100%;
  border-collapse: collapse;
}

.tableStyle04 {
  width: 100%;
}
.tableStyle04 tr {
  border-bottom: 1px dashed #808080;
}
.tableStyle04 tr:last-child {
  /* border-bottom: none; */
}
.tableStyle04 th,
.tableStyle04 td {
  padding: 12px 12px 10px;
  vertical-align: top;
}
.tableStyle04 th {
  width: 20%;
  font-weight: bold;
}

.tableStyle04 td {
  line-height: 1.7;
}


@media only screen and (max-width: 768px) {
  .res {
    display: none;
  }

  .tableStyle th {
    width: 100%;
  }

  table, tbody, tr, th, td {
    display: block;
  }

  .tableStyle02 th {
    border-bottom: none;
  }

  .tableStyle03 th{
    padding: 10px 0;
  }

  .tableStyle03 th:after{
    display: none;
  }

  .tableStyle03 td {
    text-align: center;
    padding: 15px 0;
    padding-left: 0px;
  }

  .tableStyle03 th,
  .tableStyle03 td {
    width: 100%;
  }

  .tableStyle04 tr {
    border-bottom: 1px dashed #808080;
  }
  .tableStyle04 tr:last-child {
    /* border-bottom: none; */
  }
  .tableStyle04 th,
  .tableStyle04 td {
    padding: 12px 12px 10px;
    vertical-align: top;
  }
  .tableStyle04 th {
    width: 100%;
    padding-bottom: 0;
    font-weight: bold;
  }
}


/* ==========================================================
 Moreinfo style
========================================================== */
 .moreInfo {
   margin: 50px 0 0px;
   border-top: 1px solid #333;
   text-align: right;
 }

 .moreInfo a span {
   font-size: 1.4rem;
   display: inline-block;
   padding-left: 23px;
   margin-top: 15px;
   letter-spacing: 0px;
   color: #333;
   -webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
   transition: .2s ease-in-out;

 }

  .moreInfo a {
     color: #333;
   }

   .moreInfo a:hover span {
     padding-left: 18px;
   }

 @media only screen and (max-width: 768px) {
 .moreInfo {
   margin: 30px 0 0px;
 }
 }

 .arrow._type1, .arrow._type2 {
  display: inline-block;
  position: relative;
  width: 1.08125em;
  height: 0.4375em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .arrow._type1::before, .arrow._type1::after, .arrow._type2::before, .arrow._type2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .arrow._type1::before, .arrow._type2::before {
    height: 1px;
    left: 0;
    right: 0; }
  .arrow._type1::after, .arrow._type2::after {
    width: 1px;
    height: 0.5em; }
  .arrow._type1._white::before, .arrow._type1._white::after, .arrow._type2._white::before, .arrow._type2._white::after {
    background-color: #FFF; }
.arrow._type1::after {
  right: 0;
  transform-origin: right bottom;
  transform: translateY(-1px) rotate(-45deg); }
.arrow._type2::after {
  left: 0;
  transform-origin: left bottom;
  transform: translateY(-1px) rotate(45deg); }

a .arrow, button .arrow {
  margin-left: 1em; }
a:active .arrow, a:hover .arrow, button:active .arrow, button:hover .arrow {
  transform: translateX(0.5rem); }
a:active._co .arrow::before, a:active._co .arrow::after, a:hover._co .arrow::before, a:hover._co .arrow::after, button:active._co .arrow::before, button:active._co .arrow::after, button:hover._co .arrow::before, button:hover._co .arrow::after {
  background-color: #9A8D66; }



/* ==========================================================
  9.Arrow style(未完)
 ========================================================== */
/* ▶︎矢印 */
.arrow01 {}

.arrow01::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 7px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/* >矢印 */
.arrow02 {
  position: relative;
}

.arrow02::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  left: 0;
  margin-top: -1px;
}

/* >矢印02 */
.arrow03 {
  position: relative;
}

.arrow03::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  left: 0;
  margin-top: -1px;
}

/* ==========================================================
  10.Form style(未完)
 ========================================================== */
input, textarea, select {
  color: #333;
  line-height: 1.6;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="url"], input[type="search"], input[type="number"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="url"], input[type="search"], input[type="number"], textarea, select {
  background: #fff;
  border: 1px solid #ccc;
  /* box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1); */
  vertical-align: middle;
  font-size: 1em;
  font-weight: normal;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  letter-spacing: .1em;
  margin-top: 5px;
  color: #333;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.form time {
  letter-spacing: -1px;
  margin-right: 15px;
}

.formList {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.formLabel span {
  color: rgb(164, 0, 0);
}

.formLabel {
  width: 9em;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
}

.formItem input, .formItem textarea {
  width: 100%;
  border-color: #bfbfbf;
  border-radius: 5px;
}

.formQuantity select {
  width: 100%;
  border-color: #bfbfbf;
  border-radius: 5px;
}

.formItem textarea {
  height: 200px;
}

.formItem input, .formItem select {
  height: 45px;
  line-height: 1.2;
}

.formItem {
  width: calc(100% - 9em);
  margin-bottom: 30px;
  font-size: 16px;
}

.formQuantity {
  width: calc(50% - 9em);
  margin-right: auto;
}

.formQuantity select {
  padding-left: 8px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.formItem:last-child {
  margin-bottom: 0;
}

:focus {
  outline-color: #1F8CBA;
}

.readonly {
  display: inline-block;
}

input.readonly, textarea.readonly {
  border: none;
  box-shadow: none;
  padding-right: 0;
  word-wrap: break-word;
  height: auto;
}

.event_date input, .event_location input {
  margin-top: 9px;
}

.event_date input.readonly {
  width: 5.5em;
}

.event_location input.readonly {
  width: calc(100% - 5.5em);
}

.event_title textarea.readonly {
  width: 100%;
}

input.readonly:focus, textarea.readonly:focus {
  outline: none !important;
}

/* 送信ボタン */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
}

.formSubmit {
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.formSubmit {
  margin-bottom: 80px;
}

.formSubmit [type=submit] {
  color: #fff;
  background: #1e1e1e;
}

.formSubmit [type=reset] {
  color: #333;
  background: #fff;
}

.formSubmit button {
  width: 90px;
  margin: 0 12px;
  line-height: 32px;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

input[type="submit"i] {
  padding: 0;
  font-size: 1.3rem;
}

div.wpcf7 .ajax-loader {
  width: auto !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  /* border: 2px solid #f7e700; */
  background-color: #1F8CBA;
  color: #fff;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .formLabel {
    width: 100%;
    font-size: 1.5rem;
    ;
    margin-bottom: 5px;
    line-height: 1.6;
  }

  .formItem {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }

  .formQuantity {
    width: calc(50% - 8.5em);
  }

  .formSubmit {
    margin-bottom: 50px;
  }

  .event_date input, .event_location input {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .formQuantity {
    width: 100%;
  }
}

/* ==========================================================
  11.SVG style
 ========================================================== */
 /* .svg {
   vertical-align: top;
   width: 30px;
   height: 30px;
 }
 .svg path {
   color: #f00;
   fill: currentColor;
 } */


/* ==========================================================
  scroll button
========================================================== */
.scroll a {
  z-index: 9000;
  /* scroll a */
}

.scroll a span {
  position: absolute;
  top: 85%;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* ==========================================================
 PageTop
========================================================== */
.pageTop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  background: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


.footerWrp {
}

/* 右下に固定 */
#page-top  {
  bottom: 0px;
  position: fixed;
  right: 10px;
  z-index: 999;
}

#page-top .svg {
  fill: #9b308c;
  width: 80px;

}

@media screen and (max-width: 479px) {
  #page-top  {
    bottom: 0px;
    position: fixed;
    right: 0px;
}

  #page-top .svg {
    width: 60px;
  }
}


/* ==========================================================
 Swiper
========================================================== */
