@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("utility.css");
/* IMPORT animate */
@import url("animate.css");
/* IMPORT lightcase */
@import url("lightcase.css");


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

 	共通設定

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

   4.Hero
   5.Title style
   6.Moreinfo style
   5.Button style
   5.Arrow style
 ===============================================================================*/

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

/*  */
body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  /* letter-spacing: 1.2px; */
  letter-spacing: .1em;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6em;
  background-color: #fff;
}

html, body {
  height: 100%;
}


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

/* header */
#topHead {
  position: absolute;
  width: 100%;
  /* margin: 200px auto 0; */
  /* background:rgba(31,31,31,.8); */
  /* height: 69px; */
  /* background: rgb(255, 255, 255, 0.7); */
  background: rgba(255, 255, 255,0.9);
  padding: 0px 0 0px;
  line-height: 1;
  z-index: 999;
  transition: all 0.3s;
}

#topHead a,
#topHead {
  color: rgb(56, 56, 56);
  text-decoration: none;
}

#topHead .container {
  max-width: 1400px;
}

#topHead .logo {
  padding: 22px 0 20px 0px;
  transition: all 0.3s;
}

#topHead .h_info {
  transition: all 0.3s;
}

#topHead .h_left {
}

#topHead .h_right {
}

#topHead .logo img {
  width: 322px;
  height: auto;
  transition: all 0.3s;
}

#topHead .h_btn {
  margin-right: 15px;
  /* width: 210px; */
}

#topHead a.btn-c {
  font-size: 1.4rem;
}

#topHead a.btn-c {
  padding: 1.3rem 4.5rem 1em 3rem;
  font-size: 1.4rem;
  color: #fff;
}

#topHead a.btn-c span {
  font-size: 1.2rem;
}

#topHead a.btn-c i.fa {
  margin-right: .5rem;
}

#topHead a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  right: 1.8rem;
}

#topHead a:hover.btn-c:before {
  right: 1.4rem;
}

#topHead .h_tel {
  font-family: 'Oswald', sans-serif;
  /* width: 234px; */
}

#topHead .tel_num {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .2rem;
  line-height: 1;
}

#topHead .tel_num img {
  width: 36px;
  margin-right: 2px;
  margin-top: 2px;
}

#topHead .runtime {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 0px;
  text-align: center;
}

#topHead .h_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;
  transition: all 0.3s;
  /* width: 39%; */
}


/* Fixed */
#topHead.fixed {
  margin-top: 0;
  position: fixed;
  background: rgb(255, 255, 255, 0.75);
  transition: all 0.5s;
  box-shadow: 1px 1px 3px #333;
}

#topHead.fixed .logo {
  /* padding: 18px 0 18px 20px; */
  transition: all 0.5s;
}

#topHead.fixed .logo img {
  /* width: 262px; */
  height: auto;
  transition: all 0.5s;
}

#topHead.fixed .h_info {
  /* padding: 18px 0 18px 20px; */
  transition: all 0.5s;
}


@media only screen and (max-width: 768px) {
  #topHead.fixed .logo,
  #topHead .logo {
    display: block;
    /* position: absolute;
    left: 0px;
    right: 0;
    top: 9px; */
    width: 260px;
    margin: auto;
    padding: 13px 0 13px 20px;
  }


  /* Toggle Button */
  #topHead #mobileHead {
    width: 100%;
    /* height: 55px; */
    z-index: 999;
    position: relative;
    /* ヘッダーの色 */
    /* background:rgba(31,31,31,.8); */
  }

}

@media only screen and (max-width: 480px) {
  /* #topHead.fixed .logo,
  #topHead .logo { */
  /* #topHead.fixed .logo {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 12px;
    width: 140px;
    margin: auto;
  } */
}


/* ==========================================================
  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 {

}

aside {
  margin: 0px 0 10px;
}

#side_bar {

}

/* ==========================================================
  footer
 ========================================================== */
#footer {
  display: -webkit-box;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #181818;
  color: #fff;
  padding: 0px 0;
}

#footer .fLogo {
  -webkit-order: 2;
  order: 2;
  margin: 10px 0 10px;
}

#footer .fLogo img {
  height: 74px;
}

#footer .fLogo img:nth-child(2) {
  margin-right: 0px
}

/* SNS */
#footer .fSocial {
  order: 3;
  margin: 20px 0 20px;
}

#footer .fSocial ul li {
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

#footer .fSocial ul li:last-child {
  margin-right: 0;
}

/* Footer Profile */
.f_logo {
  margin: auto;
  text-align: center;
  padding-bottom: 15px;
}

.box-profile .address {
  font-size: 1.4rem;
  padding-bottom: 5px;
}

.box-profile .tel {
  padding-bottom: 15px;
}

.box-profile p.tel a {
  color: #fff;
}


/* Footer Info */
#fInfo {
  margin: 30px 0 0;
}

#fInfo aside {
  margin-right: 30px;
}

#fInfo aside h3 {
  line-height: 1.8;
  font-size: 1.8rem;
}

#fInfo aside p {
  font-size: 1.4rem;
}

#fInfo figure {
  background: rgb(87, 87, 87);
}

/* Footer Nav */
#fNav {
  -webkit-order: 1;
  order: 1;
  width: 100%;
}

#fNav ul {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}

#fNav li {
  padding: 35px 20px;
}

#fNav a {
  color: #fff;
  font-size: 1.6rem;
}

/* Copyright */
#siteCopy {
  -webkit-order: 3;
  order: 3;
  font-size: 1.4rem;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 900px) {
  #footer .f_info {
    /* padding: 40px 30px 50px; */
  }

  /* Footer Nav */
  #fNav li {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 767px) {
  #footer .f_info {
    /* padding: 40px 3.5% 30px; */
  }

  #footer .fLogo {
    -webkit-order: 3;
    order: 3;
    margin: 0 0 0px;
  }

  #footer .fLogo img {
    height: 50px;
  }

  /* SNS */
  #footer .fSocial {
    order: 3;
    margin: 20px 0 10px;
  }

  /* Footer Nav */
  #fNav {
    -webkit-order: 2;
    order: 2;
  }

  #fNav ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2%;
  }

  #fNav li {
    width: 48%;
    padding: 0;
    margin-bottom: 3%;
  }

  #fNav a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    text-align: center;
    background: #313131;
  }

  .pagetop a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 414px) {
  #footer .f_info {
    padding: 30px 3.5% 30px;
  }

  #footer .fLogo {
    margin: 10px 0 0px;
  }

  /* Copyright */
  #siteCopy {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 382px) {
  #footer .f_info {
    /* padding: 20px 3.5% 20px; */
  }

  #footer .fLogo {
    margin: 10px 0 0px;
  }

  #footer .fLogo img {
    height: 50px;
  }

  /* Footer Nav */
  #fNav a {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}

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

#hero {
  background: #fff url(../images/main_img.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;
}

#hero h2 {
  text-align: center;
  padding: 0px 0 0px 0px;
  position: absolute;
  top: calc(50% - 250px);
  z-index: 500;
  color: #fff;
  font-size: 4rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
}

#hero h2 img {
  margin: auto;
}


@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:80%;
   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: calc(50% - 150px);
    /* right: 0%;
    left: 0%; */
  }

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

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


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

.ttStyle01 span {
  border-bottom: 2px solid;
}

.ttStyle02 {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px dashed #999;
}

.ttStyle03 {
  background: #313131;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 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: 30px;
  margin-bottom: 70px;
  position: relative;

  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

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

.ttStyle05 span.siteH2:after {
  display: block;
  content: '';
  width: 80px;
  height: 4px;
  background-color: #184f6d;
  margin: 23px auto 14px;
}

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

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

.ttStyle05.lSide span.siteH2:after {
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #04A4CC;
  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.8rem;
    padding: 0px 0 30px;
  }

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

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

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

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

/* ==========================================================
	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: #739abf;
  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 △ */

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

.moreInfo span {
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 15px;
  margin-top: 3px;
  letter-spacing: 0px;
}

.bgDark .moreInfo a {
  color: #fff;
}

.bgLight .moreInfo a {
  color: #333;
}

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

/* ==========================================================
 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 4rem;
  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;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.6rem;
}

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

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

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

a.btn--blue {
  color: #fff;
  background-color: #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;
}


/* ==========================================================
  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 {
  border-top: 1px dashed #aaa;
}

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

.tableStyle02 td {
  padding: 10px;
  border-bottom: 1px dashed #aaa;
  background: #fff;
}

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

/* 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;
  }
}


/* ==========================================================
  Merker Style
 ========================================================== */
.marker{
 background: linear-gradient(transparent 60%, rgb(252, 204, 0) 60%);
 font-weight: bold;
  border-radius:3px;
}

/* ==========================================================
  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: 44%;
  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;
}

/* ==========================================================
  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;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  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;
}

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;
}

@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%;
  }
}

/* ==========================================================
  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;
  }
}

/* ==========================================================
 loading
========================================================== */



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