@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
/*
font-family: 'Roboto', sans-serif;
*/


/********************************************************************************************
ベース
********************************************************************************************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
/*
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
*/
}

.d01{
position: absolute;
  display: none;
}
@media all and (-ms-high-contrast:none) {
/* IEだけメイリオに */
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

a {
  color: #167ac6 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

.textAlign-center {  text-align: center !important; }
.textAlign-right  {  text-align: right !important; }
.textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }


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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

  .l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
  .l-bottom-xsmall-p  {  padding-bottom: 7px !important; }
  .l-bottom-small-p   {  padding-bottom: 10px !important; }
  .l-bottom-p         {  padding-bottom: 15px !important; }
  .l-bottom-large-p   {  padding-bottom: 20px !important; }
  .l-bottom-xlarge-p  {  padding-bottom: 30px !important; }
  .l-bottom-xxlarge-p {  padding-bottom: 40px !important; }

  .l-top-xxsmall-p {  padding-top: 5px  !important; }
  .l-top-xsmall-p  {  padding-top: 7px !important; }
  .l-top-small-p   {  padding-top: 10px !important; }
  .l-top-p         {  padding-top: 15px !important; }
  .l-top-large-p   {  padding-top: 20px !important; }
  .l-top-xlarge-p  {  padding-top: 30px !important; }
  .l-top-xxlarge-p {  padding-top: 40px !important; }

}

/**********************************************
column
***********************************************/

/**********************************************
base
***********************************************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-block-top {
  padding-top: 100px;
}

.l-block-bottom {
  padding-bottom: 100px;
}

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

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-wide {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-no-offset),
  .l-base-wide:not(.l-base-no-offset),
  .l-base-small:not(.l-base-no-offset){
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .l-block-top {
    padding-top: 40px;
  }

  .l-block-bottom {
    padding-bottom: 40px;
  }

}


/********************************************************************************************
モジュール
********************************************************************************************/


/**********************************************
common
***********************************************/
.ui-widget.ui-widget-content{
 width: 100%;
}

.bgColor01{
  background: linear-gradient(to bottom, #f86f64 0%, #fd5392 100%);
}


.box{
  display: block;
  text-align: center;
}
.box img{
  width: 45%;
}

.gallery-upper{
  height: 455px;
  background: url(../../img/gallery_upper01.jpg) repeat-x;
  animation: scrollLeft 40s linear infinite;
}

.gallery_imglower01{
  height: 455px;
  background: url(../../img/gallery_imglower01.jpg) repeat-x;
  animation: scrollLeft 40s linear infinite;
}

.gallery_imglower02{
  height: 455px;
  background: url(../../img/gallery_imglower02.jpg) repeat-x;
  animation: scrollRight 40s linear infinite;
}


@-webkit-keyframes scrollLeft {
 0% {background-position: 0 0;}
 100% {background-position: -1500px 0;}
}

@keyframes scrollLeft {
 0% {background-position: 0 0;}
 100% {background-position: -1500px 0;}
}

@-webkit-keyframes scrollRight {
 0% {background-position: 0 0;}
 100% {background-position: 1500px 0;}
}

@keyframes scrollRight {
 0% {background-position: 0 0;}
 100% {background-position: 1500px 0;}
}
@media screen and (max-width:768px) {
  .gallery-upper{
    height: 145px;
    background-size: 750px;
  }
  .gallery_imglower01{
    height: 145px;
    background-size: 545px;
  }
  .gallery_imglower02{
    height: 145px;
    background-size: 545px;
  }
  @-webkit-keyframes scrollLeft {
   0% {background-position: 0 0;}
   100% {background-position: -750px 0;}
  }

  @keyframes scrollLeft {
   0% {background-position: 0 0;}
   100% {background-position: -750px 0;}
  }

  @-webkit-keyframes scrollRight {
   0% {background-position: 0 0;}
   100% {background-position: 750px 0;}
  }

  @keyframes scrollRight {
   0% {background-position: 0 0;}
   100% {background-position: 750px 0;}
  }

}
/**********************************************
module-zoom
***********************************************/

.zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .zoomHover img{
  transform:scale(1.03) ;
  opacity: 0.8;
}

/**********************************************
module-text
***********************************************/

.textMain{
  font-size: 124%;
  line-height: 2;
}

.text-small{
}

.text-large{
}

.text-accent{
  color: #e50066;
}


.list-dot {}

.list-dot li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.list-asterisk {}

.list-asterisk li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.list-number {
  padding-left: 2em;
}

.list-number li {
  font-size: 124%;
  line-height: 2;
  list-style: decimal;
}

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

  .textMain{
    font-size: 100%;
    line-height: 1.7;
  }

  .list-dot {}

  .list-dot li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-dot li::before {
    content: "・";
    margin-left: -1em;
  }

  .list-asterisk {}

  .list-asterisk li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-asterisk li::before {
    content: "※";
    margin-left: -1em;
  }

  .list-number {
    padding-left: 2em;
  }

  .list-number li {
    font-size: 124%;
    line-height: 1.7;
    list-style: decimal;
  }

}

/**********************************************
module-btn
***********************************************/

.linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 15px 40px 15px 40px;
  min-width: 400px;
  font-size: 124%;
  color: #fff;
  background-color: #000;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

.btn::after {
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  font-weight: 900;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}

.btn:hover {
  background-color: #e50066;
  color: #fff;
}


.btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

.btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

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

  .btn {
    width: 100%;
    min-width: 280px;
    font-size: 108%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }

}

/**********************************************
module-header
***********************************************/

.header {
  background-color: #fff;
  height: 65px;
}

.header-logo {
  text-align: center;
  padding-top: 15px;
}
.header-logo img {
  width: 160px;
}


/**********************************************
module-navi
***********************************************/

.navi {
  width: 100%;
  height: 110px;
}

.is-fix.navi-container{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9990;
}
.navi-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
}
.navi-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.navi-list {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.navi-list li {
  flex: 1;
  text-align: center;
}

.navi-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 110px;
  padding-top: 30px;
}
.navi-list a span {
  display: block;
  font-size: 131%;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.navi-list a small {
  display: block;
  font-family: "Roboto";
  font-size: 85%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.navi-list a:hover {
  background-color: #e50066;
}


.is-fix .navi-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 65px;
  padding-top: 10px;
}

.is-fix .navi-wrap::after {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}




/**********************************************
module-campaign
***********************************************/
/**********************************************
module-intro
***********************************************/


/**********************************************
module-flow
***********************************************/

.flow{
}
.flow-list{
  padding-top:30px;
    margin-left: -3%;
    display: flex;
    flex-wrap: wrap;
}
.flow-list li{
  width: 30.33%;
  margin-left: 3%;
  padding-bottom: 30px;
  position: relative;
}

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

  .flow-list{
    margin-left: 0;
    padding-bottom: 10px;
    display: block;
  }
  .flow-list li{
  width: 100%;
  padding-bottom: 30px;
}

}

/**********************************************
module-closing
***********************************************/

.closing {
  background-color: #fff;
  padding: 50px 70px;
  border-radius: 10px;
  text-align: center;
}

.closing-subTitle {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-size: 154%;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
}
.closing-title {
  text-align: center;
  padding-bottom: 40px;
  font-size: 330%;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
  font-weight: bold;
}


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

  .closing {
    padding: 15px 15px;
  }

  .closing-title {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 200%;
  }
  .closing-title img{
    max-width: 200px;
  }


}

/**********************************************
module-info
***********************************************/

.info{
  display: flex;
  text-align: left;
  padding-bottom: 40px;
}
.info-title {
  width: 130px;
}
.info-title span {
  display: block;
  background: linear-gradient(to bottom, #f86f64 0%, #fd5392 100%);
  color: #fff;
  font-size: 220%;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 12px 0;
  letter-spacing: 0.15em;
}

.info-inner {
  flex: 1;
  padding-left: 40px;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
}
.info-schedule {
  padding-top: 5px;
  font-size: 320%;
  font-weight: bold;
  line-height: 1.5;
}
.info-schedule small{
  font-size: 50%;
}
.info-schedule-tips {
  font-size: 131%;
  font-weight: bold;
  line-height: 1;
}

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

  .info{
    display: block;
    text-align: left;
    padding-bottom: 30px;
  }
  .info-title {
    width: auto;
    margin-bottom: 5px;
  }
  .info-title span {
    font-size: 131%;
    padding: 6px 0;
  }

  .info-inner {
    padding-left: 0px;
  }
  .info-schedule {
    padding-top: 5px;
    font-size: 154%;
    text-align: center;
  }
  .info-schedule small{
    font-size: 80%;
  }
  .info-schedule-tips {
    font-size: 85%;
    text-align: center;
    padding-top: 10px;
  }

}

/**********************************************
module-hall
***********************************************/

.hall {
  padding-bottom: 60px;
  padding-top: 25px;
  border-bottom: 1px solid;
}
.hall-title {
  font-size: 200%;
  padding-bottom: 10px;
}

.hall-logo{
  width: 30%;
  padding-right: 10px;
}

.hall-img{
  float: right;
  width: 38%;
}

.hall-data {
  display: flex;
  font-size: 130%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.hall-data dt {
  width: 3em;
  font-weight: bold;
  color: #e50066;
}
.hall-data dd {
  flex: 1;
}

.font-s{
font-size:100%;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.hall-btn{
  display: inline-block;
  border: 1px solid #e50066;
  padding: 3px 13px;
  color: #e50066;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transform:translateY(-4px);
}
.hall-btn:hover{
  background-color: #e50066;
  color: #fff;
}


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

  .hall {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .hall-title {
    font-size: 154%;
    padding-bottom: 5px;
  }
  .hall-img{
    width: 100%;
    text-align: center;
  }
  .hall-data {
    font-size: 116%;
  }
  .hall-data dt {
    width: 3em;
    font-weight: bold;
    color: #e50066;
  }
  .hall-data dd {
    flex: 1;
  }

  .hall-btn{
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
    padding: 3px 13px;
    text-align: center;
    font-size: 11px;
    transform:translateY(0px);
  }
  .hall-btn:hover{
  }



}

/**********************************************
module-contact
***********************************************/


.contact {
  background-color: #eef7fb;
  position: relative;
}

.contact-flow {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.contact-flow li {
  width: 30%;
  background-color: #ddd;
  padding: 15px 0;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
}
.contact-flow li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #aaa;
  position: absolute;
  right: -10%;
  top: 15px;
}
.contact-flow li.is-active {
  background-color: #e50066;
  color: #fff;
}

.form-table {}

.form-table tr {
  border-bottom: 1px dashed #aaa;
}
.form-table th {
  text-align: left;
  vertical-align: top;
  padding: 30px 20px 40px 20px;
  font-size: 124%;
  font-weight: bold;
  width: 32%;
  position: relative;
}

.form-table td {
  padding: 20px 20px 20px 20px;
  font-size: 116%;
  text-align: left;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-icon {
  display: inline-block;
  background-color: #fff82f;
  color: #000;
  width: 40px;
  padding: 7px 0px;
  font-size: 12px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  vertical-align: 15%;
  margin-left: 15px;
  position: absolute;
  right: 30px;
}

.input-icon.must {
  background-color: #c00;
  color: #fff;
}

.input-icon.any {
  background-color: #ddd;
}

.input-text,
.input-textarea {
  font-size: 16px;
  padding: 8px 15px;
  border: none;
  background-color: #fff;
  border: 2px solid #ddd;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.input-text:focus,
.input-textarea:focus {
  box-shadow: 0 0 5px #60bde3;
}

.input-text {
  width: 50%;
  box-sizing: border-box;
}

.input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 60px;
  font-size: 16px;
  padding: 8px 20px 8px 10px;
  background-color: #f6f6f6;
  border: 2px solid #ddd;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.input-full {
  width: 100%;
  box-sizing: border-box;
}

.input-half {
  width: 50%;
  box-sizing: border-box;
}

.input-small {
  width: 130px;
  box-sizing: border-box;
}



.label-list-inline {
  display: inline-block;
  padding-right: 30px;
}

.label-list-inline label {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
}

.label-list-inline label:hover {
}

.label-list-inline label input {
  vertical-align: middle;
  margin-right: 0.3em;
}



.input-zip {
  padding-left: 40px;
  width: 160px;
  box-sizing: border-box;
}
.input-zip-btn {
  appearance: none;
  display: inline-block;
  height: 42px;
  line-height: 40px;
  background-color: rgb(238, 238, 238);
  font-size: 16px;
  font-weight: bold;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: rgb(0, 0, 0);
  vertical-align: middle;
  cursor: pointer;
  margin: 0px 0px 0px 10px;
  padding: 0px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  text-decoration: none;
}


.zip-get-btn {
  display: inline-block;
  margin-left: 15px;
  background-color: #000;
  font-size: 108%;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.zip-get-btn:hover {
  background-color: #e50066;
}

.input-heading {
  display: inline-block;
  padding: 2px 13px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  box-sizing: border-box;
  z-index: 3;
  position: absolute;
  margin: 7px 0 0 0;
}

.input-heading + .input-text {
  border-radius: 0 3px 3px 0;
}

.submit-box {
  padding: 40px 0 70px 0;
  text-align: center;
}

.submit-btn {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  max-width: 480px;
  color: #fff;
  border: none;
  background-color: #000;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  transition: all 0.2s ease;
}

.submit-btn:hover {
  background-color: #e50066;
}


.contact-privacy {
  text-align: center;
  font-size: 124%;
}

.contact-privacy-text {
  padding-bottom: 15px;
}
.contact-privacy-block {
  background-color: #f6f6f6;
  padding: 15px 0;
}

.error {
  background: #f0f0f0;
  padding: 30px 5%;
  font-size: 116%;
  line-height: 1.8;
}

.form-error {
  padding-bottom: 12px;
}

.error_messe {
  color: #c00;
}

.form-confirm {
  font-size: 116%;
  text-align: center;
  padding-bottom: 30px;
}

.confirm-table {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 30px;
}

.confirm-table th {
  border: 1px solid #ccc;
  font-size: 116%;
  padding: 12px 5%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #f0f0f0;
  width: 25%;
}

.confirm-table td {
  border: 1px solid #ccc;
  font-size: 116%;
  padding: 12px 5%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}

.privacy-text {
  text-align: center;
  padding: 30px 0;
}
.privacy-text strong {
  font-size: 124%;
  display: block;
  padding-bottom: 5px;
}


.privacy-text label{
  font-size: 131% ;
  font-weight: bold;
  padding: 10px 0;
}

.privacy-block {
  border: 1px solid #ddd;
  overflow: auto;
  height: 200px;
}
.privacy-block .privacy-block-inner {
  padding: 10px 30px;
  background-color: #fff;
  line-height: 1.8;
}

.form-table-inner:not(:last-of-type) {
  border-bottom:1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.form-table-subtitle {
  font-size: 110%;
  padding-bottom: 15px;
}

.confirm-text {
  text-align: center;
  font-size: 124%;
  padding-bottom: 30px;
}

.confirm-link {
  text-align: center;
}
.confirm-link input[type=button],
.confirm-link input[type=submit]{
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 45%;
  margin: 0 1%;
  border: none;
  background: none;
  box-shadow: none;
  padding: 15px 0;
  font-size: 131%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.confirm-btn-back {
  background: #ddd !important;
  color: #000;
}
.confirm-btn-submit {
  background: #cb6b05 !important;
  color: #fff;
}



.confirm-submit-list {
  display: flex;
  justify-content: center;
}
.confirm-submit-list li{
  width: 50%;
  padding: 0 20px;
}



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


  .contact-flow {
    margin-bottom: 20px;
  }
  .contact-flow li {
    width: 31%;
    padding: 10px 0;
    font-size: 60%;
  }
  .contact-flow li:not(:last-child)::after {
    border-width: 10px 0 10px 5px;
    right: -8%;
    top: 8px;
  }
  .contact-flow li.is-active {
  }

  .form-table,
  .form-table > tbody,
  .form-table > tbody > tr,
  .form-table > tbody > tr > th,
  .form-table > tbody > tr > td {
    display: block;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .form-table th {
    text-align: left;
    padding-right: 0px;
    width: 100%;
    padding: 12px 0px 5px;
    border-bottom: none;
    font-size: 124%;
    margin-bottom: 0;
  }
  .form-table td {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    font-size: 100%;
    background: none;
  }



  .input-icon {
    padding: 3px 0px;
    margin-left: 5px;
    position: static;
  }


  .input-text,
  .input-textarea {
    font-size: 14px;
    padding: 5px 5px;
  }

  .input-select {
    min-width: 50px;
    font-size: 14px;
    padding: 5px 20px 5px 5px;
  }

  .input-zip {
    padding-left: 40px;
    width: 160px;
    box-sizing: border-box;
  }
  .input-zip-btn {
    appearance: none;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    background-color: rgb(238, 238, 238);
    font-size: 16px;
    font-weight: bold;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: rgb(0, 0, 0);
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 0px 0px 10px;
    padding: 0px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    text-decoration: none;
}
  .input-heading {
    margin: 3px 0 0 0;
  }


  .label-list-inline {}
  .label-list-inline label {
    padding: 5px 4px;
  }

  .input-half {
    width: 80%;
    box-sizing: border-box;
  }

  .input-small {
    width: 90px;
    box-sizing: border-box;
  }




  .label-list-inline {
    display: block;
    padding-right: 0px;
  }

  .input-icon {
    width: 30px;
    padding: 5px 0px;
    font-size: 10px;
    right: 10px;
  }

  .submit-box {
    padding: 20px 0 20px 0;
  }

  .submit-btn {
    padding: 20px 0;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
  }

  .confirm-table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 30px;
  }
  .confirm-table th {
    font-size: 85%;
    padding: 8px 4px;
    width: 25%;
  }
  .confirm-table td {
    font-size: 85%;
    padding: 8px 4px;
  }



  .privacy-block .privacy-block-inner {
    padding: 10px 10px;
    background-color: #fff;
    line-height: 1.4;
    font-size: 85%;
  }


  .privacy-text {
    padding: 10px 0;
    font-size: 77%;
    text-align: left;
  }


  .confirm-submit-list {
    width: 100%;
    display: block;
  }
  .confirm-submit-list li{
    width: 100%;
    padding: 5px 0px;
  }

}




/**********************************************
module-footer
***********************************************/

.copyright{
  display: block;
  background-color: #e50066;
  color: #fff;
  padding: 15px 0;
  font-size: 100%;
  text-align: center;
}

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

}
/**********************************************
module-cv
***********************************************/

.cv {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  z-index: 3;
}

.cv-list {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.cv-list li {
  width: 49%;
}

.cv-btn{
  display: block;
  background-color: #333;
  padding: 5px 0;
  border-radius: 100px;
  font-weight: bold;
  font-size: 170%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 2;
}

.cv-btn01{
  background-color: #e50066;
}
.cv-btn02{
  background-color: #1f1933;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-btn02 p{
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  padding-left: 8px;
}

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

  .cv {
    padding: 5px 0;
  }

  .cv-list {
    display: flex;
    padding: 0 ;
  }
  .cv-list li {
    width: 49%;
    letter-spacing: 0;
  }

  .cv-btn{
    padding: 10px 0;
    border-radius: 100px;
    font-size: 100%;
    line-height: 1.5;
  }

}



/**********************************************
module-accordion
***********************************************/

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

  .mobile-menu{
    position: fixed;
    width: 260px;
    height: 100vh;
    z-index: 9998;
    right: -280px;
    top: 0;
    opacity: 0;
    padding: 15px;
    transition:all 0.3s ease;
    background-color: #000;
  }

  .is-mobile-open .mobile-menu{
    opacity: 1;
    right: 0;
    box-shadow: 0 0 100px 1000px rgba(0, 0, 0, 0.6)
  }

  .mobile-trigger {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: #000;
    transition:all 0.3s ease;
  }
  .is-mobile-open .mobile-trigger {
    right: 270px;
    background: none;
  }
  .mobile-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 46px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .4s;
  }
  .mobile-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  .mobile-btn span:nth-of-type(1) {
    top: 10px;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 17px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 24px;
  }
  .mobile-btn p {
    width: 100%;
    font-size: 77%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .mobile-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-135deg);
  }

  .mobile-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(135deg);
  }

}


/**********************************************
module-mobile
***********************************************/

.mobile-navi {
}
.mobile-navi > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.mobile-navi > li > a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 108%;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.mobile-navi > li > a small{
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 77%;
  opacity: 0.6;
}


/*
dropdown
*/

.mobile-navi ul {
  padding-bottom: 8px;
  position: relative;
  display: none;
}
.mobile-navi ul a{
  display: block;
  font-size: 93%;
  padding: 3px 0 3px 5px;
  color: #fff;
  text-decoration: none;
}
.mobile-navi ul a::before{
  content: "-";
  margin-right: 8px;
}



.mobile-search {
  padding-top: 15px;
}

.mobile-search-inner {
  width: 100%;
  position: relative;
}

.mobile-search-input {
  width: 100%;
  background-color: #f4f4f4;
  height: 40px;
  padding: 0 40px 0 12px;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 124%;
}
.mobile-search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 139%;
  z-index: 9;
  width: 20px;
  height: 20px;
}



/**********************************************
module-xxxxx
***********************************************/
.ui-datepicker-calendar{

}
.ui-datepicker-calendar tr{
  border-bottom:none;
}

.ui-datepicker-calendar th{
  width:auto;
  padding:20px 0;
  text-align:left;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  font-size:100%;
  line-height:1.5;
  vertical-align:top;
}

.ui-datepicker-calendar th span{
  font-size:100%;
}

.ui-datepicker-calendar td{
  padding:0;
  font-size:100%;
}

.ui-datepicker-calendar td span{
  padding:0 0 0 ;
  font-size:100%;
}

/**********************************************
module-xxxxx
***********************************************/

/**********************************************
module-xxxxx
***********************************************/

/********************************************************************************************
ステータス
********************************************************************************************/

.is-hide {
  display: none;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}


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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}

/********************************************************************************************
アニメーション関係
********************************************************************************************/

.fadeIn {
  transform: translate(0, 10px);
  transition: all 1s ease;
  opacity: 0;
}

.fadeIn.is-visible {
  transform: translate(0, 0);
  opacity: 1 !important;
  top: 0;
}

.fadeIn-group > * {
  opacity: 0;
}

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

  .fadeIn-group > * {
    opacity: 1;
  }

}

.slide{
    padding-bottom: 15px;
}
.slide-btn {
  display: block;
  padding: 20px;
  border: none;
  color: #121212;
  border-radius: 10px;
  background: #f8f8f8;
  cursor: pointer;
  text-decoration: none;
  font-size: 170%;
  text-align: center;
  position: relative;
  border: 3px solid #FD2D67;
}

.slide-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FD2D67;
  border-right: 2px solid #FD2D67;
  transform: translateX(-50%) rotate(135deg);
}

.slide-btn:first-letter {
}

.slide-contents {
  width: 100%;
  margin: 0 0 1.6em 0;
  display: none;
  padding: 30px;;
}

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

.slide{
}
.slide-btn {
  padding: 10px 10px 20px 10px;
  border: 2px solid #FD2D67;
  color: #121212;
  background: #f8f8f8;
  font-weight: 700;
  font-size: 90%;
  text-decoration: none;
}

.slide-btn:first-letter {
}

.slide-contents {
  width: 100%;
  margin: 0 0 1.6em 0;
  display: none;
}

}

/* ----------------------------------------
  fixed
---------------------------------------- */
.fixed{
  position: fixed;
  left: 10px;
  bottom: 75px;
  z-index: 5;
}

.fixed{
  width: 20%;
}

.remove{
  position: relative;
}

.remove-box{
  position: relative;
}

.remove-icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.remove-icon::before,
.remove-icon::after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 13px;
}

.remove-icon::before{
  transform:rotate(45deg);
}
.remove-icon::after{
  transform:rotate(-45deg);
}

