@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){
    padding-left: 3%;
    padding-right: 3%;
  }

  .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
***********************************************/

.bgColor01{
  background-color: #FCE4D6;
  /*background: url(../../img/pattern02.png) ;*/
}
.bgColor02{
}
.bgColor03{
  background-color: #CCEBCC;
}
.bgColor04{
  background: url(../../img/pattern04.png) ;
}
.bgColor05{
  background-color: #141032;
}
.bgColor06{
  background: url(../../img/bg02.jpg) repeat-y center top / 100% auto;
}
.bgColor07{
  background: url(../../img/pattern05.png) ;
}

/**********************************************
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: 124%;
    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-mainVisual
***********************************************/
/*
.mainVisual {
  position: relative;
  background: url(../../img/pattern01.png) repeat center center ;
  background-color: #e50066;
  margin-bottom: 1px;
}
*/
.mainVisual {
  position: relative;
  background: url(../../img/pattern01.png) repeat ;
  margin-bottom: 1px;
}

.mainVisual img{max-width: 130vh;}

.mainVisual-block {
  display: flex;
  justify-content: center;
}

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

  .mainVisual img{
      width: 100%;
  }

  .mainVisual-block {
    display: block;
  }
  .mainVisual-inner {
    text-align: center;
  }

  .mainVisual-img {
    text-align: center;
  }

}


/**********************************************
module-present
***********************************************/

.present{
  background-color: #fff;
  border-top: 10px solid #E60A6C;
}

.present-title{
  padding: 30px 20px;
  text-align: center;
}

.present-block {
  background-color: #fdf9f3;
  padding: 50px 5% 100px;
  text-align: center;
}
.present-subTitle {
}
.present-img {
}

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

  .present{
    border-top: 10px solid #dcaf61;
  }

  .present-title{
    padding: 10px 40px;
  }

  .present-block {
    padding: 10px 3% 20px;
  }
  .present-subTitle {
  }
  .present-img {
  }

}


/**********************************************
module-privilege
***********************************************/

.privilegeTitle{
  text-align: center;
  position: relative;
  z-index: 9;
}
.privilegeTitle img{
  margin-top: -40px;
}

.privilege {
  border: 2px solid #dcaf61;
  padding: 50px 5%;
  background-color: #fffbe8;
}
.privilege-subTitle {
  text-align: center;
}

.privilege-list {
  text-align: center;
}
.privilege-list li {
  padding-top: 30px;
}

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

  .privilegeTitle{
  }
  .privilegeTitle img{
    margin-top: -20px;
  }

  .privilege {
    padding: 15px 3%;
  }
  .privilege-subTitle {
  }

  .privilege-list {
  }
  .privilege-list li {
    padding-top: 10px;
  }

}
/**********************************************
module-warranty
***********************************************/

.warranty {
  background-color: #fff;
  border-top: 10px solid #dcaf61;
  padding: 50px 50px;
  text-align: center;
}
.warranty-title {
  padding-bottom: 40px;
}
.warranty-text {
  font-size: 170%;
  font-weight: bold;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
  line-height: 2;
}
.warranty-text span {
  font-size: 170%;
  font-weight: bold;
  line-height: 2;
}
.warranty-subTitle {
  padding-top: 80px;
  padding-bottom: 20px;
}
.warranty-minTitle {
  padding-bottom: 20px;
}

.warranty-img {
  padding-top: 40px;
}

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

  .warranty {
    padding: 15px 3%;
  }
  .warranty-title {
    padding: 0 5% 20px;
  }
  .warranty-text {
    font-size: 140%;
    line-height: 1.7;
    text-align: center;
  }
  .warranty-text span {
    font-size: 136%;
    font-weight: bold;
    line-height: 2;
  }
  .warranty-subTitle {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .warranty-minTitle {
    padding-bottom: 10px;
  }

  .warranty-img {
    padding-top: 20px;
  }

}


/**********************************************
module-set
***********************************************/

.set {
}
.set-title {
}
.set-tips {
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: right;
}
.set-img {
}

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

  .set {
  }
  .set-title {
  }
  .set-tips {
    text-align: left;
    padding: 20px 0 10px;
    font-size: 77%;
  }
  .set-img {
  }


}

/**********************************************
module-gallery
***********************************************/


.gallery{}

.gallery-heading{
  background-color: #d4131a;
}
.gallery-heading h2{
    padding: 25px 0;
    text-align: center;
    font-size: 298%;
    color: #fff;
    font-weight: bold;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
    text-shadow: -1px -1px 5px #808080;
    line-height: 1.5;
    letter-spacing: -3px;
}

.gallery-upper{
  height: 455px;
  background: url(../../img/gallery_upper01.jpg) repeat-x;
  animation: scrollLeft 40s linear infinite;
}
.gallery-lower{
  height: 455px;
  background: url(../../img/gallery_lower01.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-heading h2{
    text-align: center;
    font-size: 160%;
    color: #fff;
    font-weight: bold;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
    text-shadow: -1px -1px 5px #808080;
    line-height: 1.5;
    letter-spacing: -3px;
}

  .gallery-upper{
    height: 227px;
    background-size: 750px 227px
  }
  .gallery-lower{
    height: 227px;
    background-size: 750px 227px
  }

  @-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-item
***********************************************/

.item{
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: #cfa04f;
  padding: 10px 0;
  position: relative;
}

.itemSlider li{
  padding: 0 3px;
}

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

  .item{
    margin-top: 20px;
    margin-bottom: 50px;
    padding:5px 0 1px;
  }

  .itemSlider li{
    padding: 0 2px;
  }

  .itemSlider li img{
    width: 180px;
  }


}

/*
slick
*/

.item .slick-slide{
  opacity: 0.3;
  transition:all 0.2s ease;
}
.item .slick-active{
  opacity: 1;
}

.item .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -80px;
  display: flex;
  justify-content: center;
  padding-left: 00px;
}
.item .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
.item .slick-dots .slick-active button{
  opacity: 1;
}


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

  .item .slick-dots{
    bottom: -50px;
  }
  .item .slick-dots button{
    width: 10px;
    height: 10px;
  }

}

/**********************************************
module-price
***********************************************/

.price{
  padding-top: 50px;
}

.price-heading {
  padding: 5px 0;
  text-align: center;
  background-color: #fff;
}
.price-heading-inner {
  border-bottom: 3px solid #cfa04f;
  border-top: 3px solid #cfa04f;
}


.price-container{
  background: url(../../img/bg01.png) no-repeat center top;
  padding-top: 120px;
  padding-bottom: 150px;
}

.price01{
  margin-left: -50px;
  padding-bottom: 40px;
}


.price02 {
  margin-left: -40px;
  display: flex;
  justify-content: space-between;
}
.price02 li{
  flex:1;
}

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


  .price{
    padding-top: 20px;
  }

  .price-heading {
    padding: 2px 0;
  }
  .price-heading-inner {
    padding: 0 5%;
  }


  .price-container{
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .price01{
    margin-left: -20px;
    padding-bottom: 20px;
  }


  .price02 {
    margin-left: -10px;
  }
  .price02 li{
  }


}

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

.campaign{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  margin-top: 20px;
}

/*
.campaign::before{
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 20%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
*/

.campaign figure{
  position: relative;
}

.campaign-img01 {
  position: relative;
  z-index: 2;
}
.campaign-img01 img {
}
.campaign-img02 {
  position: relative;
  z-index: 1;
  text-align: right;
}
/*
.campaign-img02 img {
  margin-top: -300px;
}
*/
.campaign-img03 {
  padding-top: 30px;
}
.campaign-img03 img {
}



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

  .campaign{
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 10px;
  }
/*
  .campaign::before{
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 20%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
*/

  .campaign-img01 {
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .campaign-img01 img {
  }
  .campaign-img02 {
  }
  /*
  .campaign-img02 img {
    margin-top: -30vw;
  }
  */
  .campaign-img03 {
    padding-top: 10px;
  }
  .campaign-img03 img {
  }


}

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

.intro{
  background-color: #fdf7d7;
  padding-top: 40px;
  text-align: center;
}

.intro-img{
  padding-bottom: 30px;
}


.intro-lead{
  padding-top: 20px;
}

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

  .intro{
    padding-top: 0px;
    padding-bottom: 10px;
  }


  .intro-img{
    padding-bottom: 0;
  }

  .intro-lead{
    padding-bottom: 10px;
    margin-top: 0;
  }

}



/**********************************************
module-service
***********************************************/

.service{
  background: #fdf7d7;
}
.service-list{
  padding-bottom: 40px;
}
.service-list li{

}
.service-list li:nth-child(1){
  float: left;
}
.service-list li:nth-child(2){
  float: right;
}

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

  .service{
    padding-top:0;
    padding-bottom: 20px;
  }
  .service-list{
    padding-bottom: 0;
  }
  .service-list li{
    text-align: center;
    padding-bottom: 5px;
  }
  .service-list li:nth-child(1){
    float: none;
  }
  .service-list li:nth-child(2){
    float: none;
  }

}


/**********************************************
module-plan
***********************************************/


.plan{
  background-color: #b9d3ee;
  padding-bottom: 30px;
  text-align: center;
}

.plan-subtitle {
}
.plan-list {
  padding-bottom: 40px;
}
.plan-list li {
}

.plan-tips{
  text-align: right;
  margin-top: -10px;
}

.plan-payment{
  text-align: center;
  padding-bottom: 10px;
}

.plan-consul{
  margin-left: -40px;
}

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


  .plan{
    padding-bottom: 10px;
  }
  .plan-subtitle {
  }
  .plan-list {
    padding-bottom: 10px;
  }
  .plan-list li {
  }

  .plan-tips{
    font-size: 85%;
    margin-top: 0px;
  }

  .plan-payment{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .plan-consul{
    margin-left: -3%;
    margin-right: -3%
  }


}

/**********************************************
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;
  border-top: 10px solid #e50066;
  padding: 50px 70px;
  text-align: center;
}

.closing-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 330%;
  color: #e50066;
  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-color: #e50066;
  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: 25px;
  padding-top: 25px;
}
.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: 190%;
    padding-bottom: 5px;
    text-align: center;
  }
  .hall-img{
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .hall-data {
    font-size: 116%;
    padding-bottom: 5px;
  }
  .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;
}

.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-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: 9990;
}

.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-infomation
***********************************************/

.infomation {
  font-size: 1.24rem;
  line-height: 2;
  padding-bottom: 20px;
  text-align: center;
}

.infomation p{
  font-size: 1.24rem;
  line-height: 2;
  padding-bottom: 1em;
  text-align: left;
}

.infomation h2{
  font-size: 2rem;
  margin: 40px 0 20px 0;
  padding: 0 0 0 20px;
  line-height: 1.3;
}

.infomation h3{
  font-size: 1.7rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 20px;
  border-radius: 8px;
  margin: 30px 0 20px 0;
}

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

  .infomation {
    font-size: 1.16rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .infomation p{
    font-size: 1.16rem;
    line-height: 1.5;
  }

  .infomation h2{
    font-size: 1.31rem;
    margin: 30px 0 20px 0;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }

  .infomation h3{
    font-size: 1.24rem;
    padding: 10px 10px;
    margin: 20px 0 14px 0;
    line-height: 1.3;
  }
}
/**********************************************
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: 30px;
}
.slide-btn {
  display: block;
  padding: 7px;
  border: none;
  color: #121212;
  max-width:825px; 
  border-radius: 20px;
  background: #f8f8f8;
  cursor: pointer;
    text-decoration: none;
}

.slide-btn:first-letter {
  font-weight: bold;
  margin-right: 2px;
}

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

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

.slide{
}
.slide-btn {
  padding: 7px;
  border: none;
  color: #121212;
  border-radius: 20px;
  background: #f8f8f8;
  cursor: pointer;
    font-weight: 700;
    font-size: 120%;
    text-decoration: none;
}

.slide-btn:first-letter {
  font-weight: bold;
  margin-right: 2px;
}

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

}



