.wpcf7-form.p-contact-form span {
  display: inline;
}

.p-contact-form .p-contact__body {
  padding-top: 0;
}

.p-contact-form .p-contact__status {
  margin-bottom: 40px;
}

.wpcf7c-conf.c-input-select {
  box-shadow: none;
  background-image: none;
  border: transparent;
}
.wpcf7c-conf.c-input-text {
  background-color: transparent;
  border: transparent;
}

.wpcf7c-conf.c-input-text.is--textarea {
   resize: none;
   overflow:auto;
}

.wpcf7-textarea {
  min-height: 200px;
}


.p-contact-form .p-page-header__text {
  text-align: center;
  padding-bottom: 25px;
}

.p-contact-form .p-contact-form__double {
  flex-wrap: wrap;
  text-align: center;
}

.p-contact-form .p-contact-form__double>div:first-child > input{
  margin-left: 24px;
  margin-right: 24px;
  text-align: center;
}
.p-contact-form .p-contact-form__double>div:last-child > input{
  margin-left: 24px;
}


.p-contact-form .p-contact-form__agree {
    padding-top: 0;
}

.c-wpcf7-checkbox>span>label {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.c-wpcf7-checkbox>span>label>input {
	-webkit-appearance: none;
	border: 1px solid #53c3ef;
	height: 20px;
	margin: 0;
	width: 20px
}

.c-wpcf7-checkbox>span>label>input:checked {
	background-image: url(../images/checkbox_checked.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain
}



@media screen and (max-width:767px) {


  .p-contact-form .p-page-header__text {
    text-align: left;
    padding-bottom: 25px;
  }

  .p-contact-form .p-contact-form__double div{
    width: 100%;
  }
  .p-contact-form .p-contact-form__double>div:last-child > input{
    margin-left: 48px;
  }



	.p-shop-price__body .u-sp {
		display: none !important;
	}

	.p-shop-price__body figure img {
		image-rendering: auto;
		width: 100%;
		max-width: 100%;
	}
}


.p-shop-detail > .c-container .p-shop-detail__pay .website_container {
  word-break: break-all;
}

.p-shop-detail > .c-container .p-shop-detail__pay .website_spacer {
  padding-bottom: 15px;
}


.p-shop-detail > .c-container .p-shop-detail__pay .sns_container{
  display: flex;
}

.p-shop-detail > .c-container .p-shop-detail__pay .sns_container a{
  word-break: keep-all;
  margin-left: 15px;
}
.p-shop-detail > .c-container .p-shop-detail__pay .sns_container a > img{
  width: 50px;
}

.p-shop-detail > .c-container .p-shop-detail__pay .sns_container .sns_tohgoh{
  display: flex; 
  align-items: center;
  padding-left: 1em;
}


.p-shop-detail > .c-container .p-shop-detai__parking {
	display: flex;
}

.p-shop-detail > .c-container .p-shop-detai__parking_text {
	width: 70%;
}

.p-shop-detail > .c-container .p-shop-detai__parking_icon {
  text-align: left;
  width: 30%;

}

.p-shop-detail > .c-container .p-shop-detai__parking_icon img {
  width: 100%;
}



@media screen and (max-width:767px) {

  .p-shop-detail > .c-container .p-shop-detail__pay .website_spacer {
    padding-bottom: 4vw;
  }
  .p-shop-detail > .c-container .p-shop-detail__pay .sns_container a{
    margin-left: 4.5vw;
  }
    
  .p-shop-detail > .c-container .p-shop-detail__pay .sns_container a > img{
    width: 14vw;
  }
  .p-shop-detail > .c-container .p-shop-detail__pay .sns_container .sns_tohgoh{
    font-size: 2.6vw;
  }


  .p-shop-detail > .c-container .p-shop-detai__parking {
  	display: block;;
  }

  .p-shop-detail > .c-container .p-shop-detai__parking_text {
  	width: 100%;
  }
  .p-shop-detail > .c-container .p-shop-detai__parking_icon {
    text-align: center;
    width: 100%;
    padding-top: 1.5em;
  }


  .p-shop-detail > .c-container .p-shop-detai__parking_icon img {
    width: 60%;
  }



}
.p-shop-detail > .c-container .p-shop-detail__pay .sns_container a:first-child {
  margin-left: 0;
}


.p-shop-detail > .c-container p.p-shop-detail__red-content a{
	color: #53c3ef;
    text-decoration: underline; 
}




.p-terms .c-page-head > .sub { 
	font-weight: bold;
}

.c-privacy-tb {
  padding-bottom: 2em;
}

.c-privacy-tb div ul li{
  list-style: inherit;
}

.p-philosophy-message__text {
	padding-top: 180px
}

@media screen and (max-width:767px) {
	.p-philosophy-message__text {
		padding-top: 60px
	}
}

.c-privacy-tb div ul.decimal {
	list-style:decimal inside none;
	padding: 0 1em;
	list-style-position:outside;
}



.c-privacy-tb div ul.decimal.sub {
	padding: 1em 3em;
}

.c-privacy-tb div ul.decimal.sub li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

.c-privacy-tb div ul.decimal.sub li::before {
	content: "(" counter(cnt) ") ";
    width: 2.5em;
    padding: 0.3em 0;
    margin-left: -2.5em;
    display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}


@media screen and (max-width:767px) {
	.c-privacy-tb div ul.decimal,
	.c-privacy-tb div ul.decimal.sub {
		padding-right: 0;
	}
}


.p-home-search__map-button.button4 {
	width: 150px;
	white-space: nowrap;
}


.option_delivery_i {
  font-size: 200%;
  text-align: center;
  padding: 2em;
}
.option_delivery_b2 {
  font-size: 140%;
  text-align: center;
  padding: 1.5em;
  color: #53c3ef;
}

.option_delivery_f2 {
  text-align: center;
  padding: 0 0 3% 0;
}


.option_delivery_f4 {
  font-size: 140%;
  text-align: center;
  padding: 1.5em;
  color: #53c3ef;
}


@media screen and (max-width:767px) {
	.option_delivery_i {
	  font-size: 4vw;
	  padding: 1.5em;
	}
	.option_delivery_f4 {
	  font-size: 2.4vw;
	}
	.option_delivery_b3 {
	  font-size: 2.4vw;
	}

}

.p-philosophy-message__content-text.u-pc {
  min-height: 150px;
}



@media screen and (min-width:768px) {
	.p-home-service__kodawari-text {
		min-height: 8em;
	}
}

.youtube-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.p-company-ir {
	padding: 80px 0 120px
}

@media screen and (max-width:767px) {
	.p-company-ir {
		padding: 55px 0 100px
	}
}

.p-company-ir__inner {
	display: flex;
    gap: 2%;
    width: 100%;
    padding-top: 4%;
}

.p-company-ir__inner .youtube{
    width: calc(100% / 3);
}

@media screen and (max-width:767px) {
	.p-company-ir__inner {
		display: block
	}
	.p-company-ir__inner .youtube{
	    width: 100%;
        padding: 2%;
	}
   .pc-only {
      display: none;
    }

}


@media screen and (min-width:768px) {
	.p-shop-price__body #content2,
	.p-shop-price__body #content3 {
	  min-height: 916px;
	}

   .sp-only {
      display: none;
    }
}



.p-fc-greeting__body .p-fc-greeting__photo {
  width: 200px;
}
.p-fc-greeting__body .p-fc-greeting__yt {
  padding-top: 20px;
  font-size: 65%;
  color: #F0CA00;
}

.p-fc-greeting__body .p-fc-greeting__yt  a {
  font-size: 160%;
  font-weight: bold;
  color: #53C3EF;
}
.p-fc-greeting__body .p-fc-greeting__yt  a img {
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 8px;
}

@media screen and (max-width:767px) {
  .p-fc-greeting__body .p-fc-greeting__photo {
    width: 100%;
    display: block;
    text-align: center;
  }
}



.p-home-about.is_fc .card.no5 {
  padding-bottom: 0;
}

.p-home-plan .p-fc-sch__header {
  margin-top: 60px;
}


.p-home-plan {
  padding-top: 32px;

}

.p-home-plan .table_box {
  margin-bottom: 0;
}

.p-fc-plan__header2 {
  padding-top: 30px;
  padding-bottom: 30px;
}


.p-fc-plan-items  {
  width: 100%;
}
@media screen and (max-width:767px) {
  .is_fc .p-fc-plan-items .c-title-section__ja {
    font-size: 22px !important;
    text-align: center;
  }
}



.p-home-how__flow-price {
  margin-top: 0;
}

.p-flow-illust__text2 {
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  position: static;
}

@media screen and (max-width:767px) {
	.p-flow-illust__text2 {
      padding-top: 0.5em;
      text-align: left;
	}
	.option_delivery_f {
		font-size: 1.8vw;
	}
}


.p-fc-content .p-map-area  {
  width: margin: 0 10%;
}
.p-fc-content .p-map-area IMG {
  width: 100%;
}


.p-fc-kojiro-box {
  position: relative;
  width: 100%;
  padding-bottom: 5%;
}


.p-fc-kojiro-box .item.coutions {
  font-size: 110%;
}



.p-fc-contact {
  text-align: center;
  border: 2px solid #53c3ef;
  padding: 1em;
  font-size: 140%;
}

.p-fc-contact a {
  text-decoration: underline;
  color: #53c3ef;
}


.p-fc-store__body {
  align-items: flex-start;
}

.p-fc-store__body > .text-box {
  display: flex;
  color: #53C3EF;
  align-items:flex-end;
  gap: 10px;
  width: 288px;
  font-size: 120%;
  margin: 1em 0;
}

.p-fc-store__body > .text-box .double-row {
  font-size: 260%;
  vertical-align: bottom;
  margin-bottom: -3%;
  font-weight: bold;
}

.p-fc-store__body .p-fc-store__body__photo > .notice {
  padding-top: 0.5em;
  text-align: right;
}


.p-fc-photo .p-fc-photo__body {
  display: block;
  position: relative;
  width: 1100px;
  
}

.p-fc-photo .p-fc-photo__body .slick-slide img {
  height: 300px;
  width: auto !important;
}

.p-fc-photo .p-fc-photo__body .slick-slide {
  margin: 0 30px;
  position: relative;
}

.p-fc-photo .p-fc-photo__body .futonmaki {
  position: absolute;
  right: -10%;
  top: 0;
  width: 210px;
}


.fc-page .c-container-store-image {
    width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}


@media screen and (max-width:767px) {

  .fc-page .c-container-store-image {
    width: 100%;
    padding: 0 25px;
  }

  .p-fc-store__body > .text-box {
     justify-content: center;
     margin:2em auto;
  }

  .p-fc-photo .p-fc-photo__body  {
    width: 100%;
  }

  .p-fc-photo .p-fc-photo__body .futonmaki {
    position: relative;
    margin: 0 auto;
    right: 0;
  }
  .p-fc-store__body .p-fc-store__body__photo > .notice {
    font-size: 2.2vw;
  }

}


@media screen and (max-width:767px) {
  .p-fc-contact {
    text-align: left;
    font-size: 2.5vw;
  }
}

.p-home-news__header {
  padding-top: 20px;
}

.p-home-how__flow-button {
  text-align: center
}


@media screen and (min-width:768px) {
  .p-fc-graph.p-fc-local > .p-fc-plan__header{
    padding-top: 100px;
  }
  .p-fc-graph.p-fc-local > .p-fc-plan__body {
    margin-bottom: 20px;
  }
}


.p-fc-outline {
  margin-bottom: 80px;
}

.p-fc-outline .p-fc-outline__body {
  width: 100%;
}

.p-fc-outline .p-fc-outline__body picture {
  margin: 0 auto;
  width: 800px;
}
.p-fc-photo {
  padding-top: 0;
}


.p-fc-strength__body .youtube-box {
  position: relative;
}

.p-home-about.is_fc .p-fc-strength__body .youtube-box .youtube-ico {
  position: absolute;
  width: 12%;
  left:44%;
  top: 40%;
}


@media screen and (max-width: 767px) {
  .p-home-about.is_fc .p-fc-strength__body .youtube-box .youtube-ico {
    width: 20%;
    left: 40%;
    top: 45%;
  }

  .p-fc-outline .p-fc-outline__body {
    width: 90%;
    margin: 0 auto;
  }
}

.p-shop-detail__pay dt {
  width: 140px;
}




.p-app-rank__point {
  flex-wrap: wrap;
  padding: 50px 20px 30px;
  gap: 10px 40px;
}
.p-app-rank__point-item {
  width: 320px;
}


.p-fc-kojiro-cgimage {
}
.p-fc-kojiro-cgimage .ini_box {
  color: #F0CA00;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  text-align: center;
}


.p-fc-kojiro-cgimage-row {
  display: flex;
  gap: 2%;
  margin-bottom: 5%;
}

.p-fc-kojiro-cgimage-row > .p-fc-kojiro-cgimage-items {
  width: 32%;
}

.p-fc-kojiro-cgimage-row .image{
  width: 100%;
}



@media screen and (max-width:767px) {
  .p-fc-kojiro-cgimage-row {
    display: block;
    gap: 0;
    margin-bottom: 10%;
  }

  .p-fc-kojiro-cgimage-row > .p-fc-kojiro-cgimage-items {
    width: 100%;
    padding-bottom: 6%;
  }


  .p-fc-kojiro-cgimage-row .image{
    width: 98%;
    margin: 1%;
  }
  .p-fc-kojiro-cgimage-items .caption {
    text-align: center;
    font-size: 3.0vw;
  }


}


.c-container-kojiro-1st >.right .image {
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 4% 2% 4% 0;
}



.c-container-kojiro-1st {
  display: flex;
}
.c-container-kojiro-1st>.left {
  flex: 1 1 20%;

}
.c-container-kojiro-1st>.right {
  flex: 1 1 80%;
  position: relative;
  padding: 4% 2% 4% 0;
}
.c-container-kojiro-2nd {
  z-index: 2;
  position: relative;
}
.c-container-kojiro-2nd {
  display: flex;
}

.c-container-kojiro-2nd> .left {
  flex: 1 1 80%;
  padding-left: 12%;
  padding-top: 2%;
  font-size: 150%;
  color: #000;
}
.c-container-kojiro-2nd> .right {
  flex: 1 1 20%;
}
.c-container-kojiro-2nd> .right> img {
  padding: 2%;
}

@media screen and (max-width:767px) {
  .c-container-kojiro-2nd> .left {
    font-size: 2.2vw;
  }
}






.p-fc-kojiro-flex-rev {
  display: flex;
  flex-direction: row-reverse;
}

.p-fc-kojiro-flex-rev-left {
  flex: 1 1 60%;
}
.p-fc-kojiro-flex-rev-right {
  flex: 1 1 40%;
}


.p-fc-kojiro-box .image{
  width: 100%;
  padding-bottom: 5%;
}

.p-fc-kojiro-flex-rev-left .image{
  width: 100%;
  padding-bottom: 5%;
}


.p-fc-kojiro-index {
  text-align: center;
  color: #53c3ef;
  font-weight: bold;
}

.p-fc-kojiro-index .s1 {
  font-size: 250%;
  padding-top: 45%;
}
.p-fc-kojiro-index .s2 {
  font-size: 210%;
  padding-top: 20%;
}

.p-fc-kojiro-index .s3 {
  font-size: 90%;
  padding-top: 10%;
}

.ini_detail > TABLE {
  width: 480px;
  border-collapse: collapse;
  margin: auto auto 16px;
  text-align: left;
}

.ini_detail.txt2 {
  font-size: 110%;
  font-weight: bold;
  color:#53c3ef;
}

.p-home-plan .table_box table tr th {
  width: 45%;
}
.p-home-plan .table_box table tr td {
  width: 55%;
}

.ini_detail.type {
  margin-bottom:64px;
}

.p-fc-kojiro-topic {
  padding-bottom: 3%;
  font-size: 110%;
  margin-top:5%;
}

.p-fc-kojiro-topic .title{
  font-size: 150%;
  margin-top: 2em;
}


.p-fc-kojiro-topic .item {
  padding: 0 0 0 1em;
}


.p-home-plan .table_box .at {
  width: 480px;
}


@media screen and (max-width:767px) {
  .p-fc-kojiro-topic .item {
    font-size: 90%;
  }

  .p-home-plan .table_box .at {
    padding-bottom: 32px;
    margin-bottom: 0;
    width: calc(100% - 20px);
    font-size: 2.2vw;
  }

  .p-fc-kojiro-box .image{
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .ini_detail.type {
    margin-bottom:32px;
  }

  .ini_detail.txt2 {
    font-size: 90%;
    font-weight: normal;
  }


  .p-fc-kojiro-index {
    font-weight: normal;
  }
  .p-fc-kojiro-index .s1 {
    padding-top: 5px;
    font-size: 200%;
  }

  .p-fc-kojiro-index .s2 {
    padding-top: 4px;
    font-size: 150%;
    padding-bottom: 5%;
  }
  .p-fc-kojiro-index .s3 {
    padding-top: 4px;
    font-size: 80%;
    padding-bottom: 5%;
  }

  .ini_detail > TABLE {
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 8px;
  }
}


  .ini_detail.type > TABLE  TH {
    width: 100%;
    text-align: center;
    border: 1px solid #818181;
    background: #53C3EF;
    padding: 2px;
    color: #fff;
  }

  .ini_detail.type > TABLE  TD {
    width: 100%;
    text-align: center;
    border: 1px solid #818181;
    background: #FFF;
    padding: 5px 0 20px 0;
  }

  .ini_detail.initial > TABLE  TH {
    width: 60%;
    text-align: center;
    border: 1px solid #818181;
    background: #53C3EF;
    padding: 10px;
    color: #fff;
  }

  .ini_detail.initial > TABLE  TD {
    width: 40%;
    text-align: center;
    border: 1px solid #818181;
    background: #FFF;
    padding: 10px;
  }

  .ini_detail.monthly > TABLE  TH {
    width: 60%;
    text-align: center;
    border: 1px solid #818181;
    background: #53C3EF;
    padding: 10px;
    color: #fff;
  }

  .ini_detail.monthly > TABLE  TD {
    width: 40%;
    text-align: center;
    border: 1px solid #818181;
    background: #FFF;
    padding: 10px;
  }


.p-fc-about2 {
  height: 80px;
  background: none;
}
.p-fc-graph .graph_box::before {
  nackground: none;
  height: 0;
}
.p-fc-graph .graph_box {
  box-shadow: none;
}
.p-home-faq .p-fc-sch__header {
  padding-top: 10px;
}

.p-home-about.is_fc.p-fc-kojiro-title {
  padding-top: 20px;
  margin-top: 50px;
}


@media screen and (max-width: 767px) {
  .p-fc-kojiro-flex {
    display: block;
  }
  .p-fc-kojiro-flex-rev {
    display: block;
  }

  .p-fc-about2 {
    height: auto;
  }
  .p-fc-graph .graph_box {
    padding-bottom: 10px;
  }

  .p-home-about.is_fc.p-fc-kojiro-title {
    margin-top: 30px;
  }

}



.p-service-use .p-home-how__flow {
  gap: 50px;
}



.p-fc-photo .p-fc-photo__header::before {
  display: none;
}
.p-fc-photo .p-fc-photo__header {
  margin-bottom: 3%;
}



.kojiro-skew-container1{
	width: 100%;
	height: 6em;
	background-color: #fAA;
	margin-top: 0;
	margin-bottom:10%;
    transform: skewY(0deg);
    position: relative;
    background-image: url(../images/lj4_shop_detail_nishihara.jpg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    background-position-y: 10%;
}

.kojiro-skew-container1-inner {
    opacity: 1 !important;
    position: absolute;
    top: 3.5em;
    left: 10%;  
    z-index: 2;
    font-size: 24px;
    color: #000;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;	
}



.kojiro-skew-container2{
	width: 100%;
	height: 6em;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom:10%;
    transform: skewY(0deg);
    position: relative;
    background-image: url(../images/lj5_shop_detail_gusukuma.jpg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    background-position-y: 20%;
}
.kojiro-skew-container2-inner {
    opacity: 1 !important;
    transform: skewY(0deg);
    position: absolute;
    top: 3.5em;
    left: 10%;  
    z-index: 2;
    font-size: 24px;
    color: #000;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;
}


.kojiro-skew-container3{
	width: 100%;
	height: 6em;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom:10%;
    transform: skewY(0deg);
    position: relative;
    background-image: url(../images/lj5_shop_detail_oupnishihara.jpg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    background-position-y: 20%;
}
.kojiro-skew-container3-inner {
    opacity: 1 !important;
    transform: skewY(0deg);
    position: absolute;
    top: 3.5em;
    left: 10%;  
    z-index: 2;
    font-size: 24px;
    color: #000;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;
}


.kojiro-skew-container4{
	width: 100%;
	height: 6em;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom:10%;
    transform: skewY(0deg);
    position: relative;
    background-image: url(../images/lj5_shop_detail_shoyaku.jpg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    background-position-y: 2%;
}
.kojiro-skew-container4-inner {
    opacity: 1 !important;
    transform: skewY(0deg);
    position: absolute;
    top: 3.5em;
    left: 10%;  
    z-index: 2;
    font-size: 24px;
    color: #000;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;
}


.kojiro-skew-container5{
	width: 100%;
	height: 6em;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom:10%;
    transform: skewY(0deg);
    position: relative;
    background-image: url(../images/fc_kojiro_iamge3.jpg);
    background-size: contain;;
    opacity: 0.4;
    z-index: 1;
    background-repeat: repeat-y;
}
.kojiro-skew-container5-inner {
    opacity: 1 !important;
    transform: skewY(0deg);
    position: absolute;
    top: 4em;
    left: 10%;  
    z-index: 2;
    font-size: 24px;
    color: #000;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;

}
.kojiro-skew-container5-cms {
    transform: skewY(-10deg);
    position: absolute;
    top: 30%;
    right: 15%;  
    z-index: 2;
    font-size: 20px;
    color: #F55	;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;
}


.kojiro-skew-container6{
	width: 100%;
	height: 6em;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom:10%;
    transform: skewY(0deg);
    position: relative;
    background-image: url(../images/lj5_shop_detail_shironomori.jpg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    background-position-y: 27%;
}
.kojiro-skew-container6-inner {
    opacity: 1 !important;
    transform: skewY(0deg);
    position: absolute;
    top: 3.5em;
    left: 10%;  
    z-index: 2;
    font-size: 24px;
    color: #000;
    text-shadow:
       1px 1px 0 #FFF,
     -1px -1px 0 #FFF,  
      1px -1px 0 #FFF,
      -1px 1px 0 #FFF;
}




@media screen and (max-width:767px) {
  .kojiro-skew-container1-inner {
    transform: skewY(0deg);
    top: 4.2em;
    font-size: 3.5vw;
  }
  .kojiro-skew-container2-inner {
    transform: skewY(0deg);
    top: 4.2em;
    font-size: 3.5vw;
  }
  .kojiro-skew-container3-inner {
    transform: skewY(0deg);
    top: 4.2em;
    font-size: 3.5vw;
  }
  .kojiro-skew-container4-inner {
    transform: skewY(0deg);
    top: 4.2em;
    font-size: 3.5vw;
  }
  .kojiro-skew-container5-inner {
    transform: skewY(0deg);
    top: 4.2em;
    font-size: 3.5vw;
  }
  .kojiro-skew-container6-inner {
    transform: skewY(0deg);
    top: 4.2em;
    font-size: 3.5vw;
  }

}

.p-fc-kojiro-box .c-title-section {
  color: #F0CA00;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 40px;
  text-align: center;
}



.p-fc-kojiro-initialnote {
  color: #53C3EF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.p-fc-kojiro-media {
  text-align: center;
  margin-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
}

.p-fc-kojiro-media .item {
  width: 50%;
  padding-bottom: 5%;
}


.p-fc-kojiro-media .small {
  font-size: 70%;
  color: #AAA;
}

.p-fc-kojiro-media .image-box > a> img {
  margin: 0 auto;
  width: 80%;
}


.p-fc-kojiro-instagram {
  text-align: center;
  margin-bottom: 5%;
}

.p-fc-kojiro-instagram .item > a  {
  margin: 0 auto;
  width: 15%;
  display: block;
}


@media screen and (max-width: 767px) {
  .p-fc-kojiro-media {
    font-size: 2.8vw;
    margin-bottom: 10%;
    display: block;
  }
  .p-fc-kojiro-media .item {
    width: 100%;
    padding-bottom: 8%;
  }

  .p-fc-kojiro-instagram {
    margin-bottom: 10%;
    font-size: 3.8vw;
  }
  .p-fc-kojiro-instagram .item > a  {
    width: 20%;
  }




}


.p-home-plan .table_box {
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
}




.p-home-plan .table_box .fc-kojiro-table-window {
  display: flex;
  width: 1440px;
  transition: margin-left 0.5s;
}

#kojiro-radio-1,
#kojiro-radio-2,
#kojiro-radio-3 {
  display: none;
}


#kojiro-radio-1 + label {
  width: 33.333333%;
  padding: 0.6em 0;
  box-sizing: border-box;
  background-color: #F0CA00;
  color: #818181;
  display: inline-block;
  text-align: center;
  margin-bottom: 2px;
  font-weight: normal;
  border-right: 1px solid #FFF;
}
#kojiro-radio-2 + label {
  background-color: #F0CA00;
  box-sizing: border-box;
  width: 33.333333%;
  padding: 0.6em 0;
  color: #818181;
  display: inline-block;
  text-align: center;
  margin-bottom: 2px;
  font-weight: normal;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#kojiro-radio-3 + label {
  background-color: #F0CA00;
  width: 33.333333%;
  padding: 0.6em 0;
  box-sizing: border-box;
  color: #818181;
  display: inline-block;
  text-align: center;
  margin-bottom: 2px;
  font-weight: normal;
  border-left: 1px solid #FFF;

}
#kojiro-radio-1:checked + label {
  background-color: #53C3EF;
  font-weight: bold;
  color: #FFF;
}
#kojiro-radio-2:checked + label {
  background-color: #53C3EF;
  font-weight: bold;
  color: #FFF;
}
#kojiro-radio-3:checked + label {
  background-color: #53C3EF;
  font-weight: bold;
  color: #FFF;
}


@media screen and (max-width:767px) {
  .p-home-plan .table_box {
    width: calc(100% - 20px);
    margin: 0 auto 8px auto;
  }

  #kojiro-radio-1 + label,
  #kojiro-radio-2 + label,
  #kojiro-radio-3 + label {
    width: calc((100% - 20px)/3);
  }

  .p-home-plan .table_box .fc-kojiro-table-window {
    width: 300%;
  }

}


.p-fc-greeting .p-fc-greeting__body > div.left {
  width: 705px;
}


@media screen and (max-width:767px) {
  .p-fc-greeting .p-fc-greeting__body > div.left {
    width: 100%;
    text-align: left;
    margin-bottom: 32px;
  }
}


.p-fc-download-box .download_box {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.c-button-type2.long {
  width: 46%;
  font-size: 16px;
  padding: 1.7%;
  box-sizing: border-box;
  margin: 0 auto 2em auto;
  height: auto;
}
.c-button-type2.long.longline {
  font-size: 13.5px;
}


@media screen and (max-width:767px) {
  .p-fc-download-box .download_box {
    display: block;
    width: 100%;
  }

  .c-button-type2.long {
    width: 90%;
    font-size: 3.0vw;
    display: block;
  }
  .c-button-type2.long.longline {
    font-size: 2.1vw;
  }
}








.p-shops__img {
  height: 120px;
}


.p-search-main__item-icons {
  flex-wrap: wrap;
  width: 290px;
}

.p-shops-near__info .p-search-main__item-icons {
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto;
}


@media screen and (max-width:767px) {
  .p-shops-near__info .p-search-main__item-icon {
    flex: none;
  }
}






.p-search-main__item-icon[data-icon7="on"] img:first-of-type,
.p-search-main__item-icon[data-icon8="on"] img:first-of-type,
.p-search-main__item-icon[data-icon9="on"] img:first-of-type {
  display: block;
}
.p-search-main__item-icon[data-icon7="on"] img:nth-of-type(2),
.p-search-main__item-icon[data-icon8="on"] img:nth-of-type(2),
.p-search-main__item-icon[data-icon9="on"] img:nth-of-type(2) {
  display: none;
}


.p-search-main__item-icon[data-icon7="off"] img:first-of-type,
.p-search-main__item-icon[data-icon8="off"] img:first-of-type,
.p-search-main__item-icon[data-icon9="off"] img:first-of-type {
  display: none;
}
.p-search-main__item-icon[data-icon7="off"] img:nth-of-type(2),
.p-search-main__item-icon[data-icon8="off"] img:nth-of-type(2),
.p-search-main__item-icon[data-icon9="off"] img:nth-of-type(2) {
  display: block;
}


.p-search-main__item-icon[data-icon7="on"],
.p-search-main__item-icon[data-icon8="on"],
.p-search-main__item-icon[data-icon9="on"] {
  background-color: #eff9ff;
  padding: 6px;
}


.p-search-main__item-icon[data-icon7="off"],
.p-search-main__item-icon[data-icon8="off"],
.p-search-main__item-icon[data-icon9="off"] {
  background-color: #faf8f4;
  padding: 6px;
}

.p-shop-detail__right-icons {
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: left;
}

.p-shop-detail__right-icon {
  width: 55px;
  height: 55px;
}

.p-shops-near__inner {
  height: 250px;
}
.p-shops-near__thumbnail {
  height: 80%;
}

@media screen and (max-width:767px) {
  .p-shops-near__inner {
    height: auto;
  }
}



.p-shop-detail__right-icon[data-icon7=on],
.p-shop-detail__right-icon[data-icon8=on],
.p-shop-detail__right-icon[data-icon9=on] {
  background-color: #eff9ff;
  padding: 6px;
}


.p-shop-detail__right-icon[data-icon7=off],
.p-shop-detail__right-icon[data-icon8=off],
.p-shop-detail__right-icon[data-icon9=off] {
  background-color: #faf8f4;
  padding: 6px;
}


.p-shop-detail__right-icon[data-icon7="on"] img:first-of-type,
.p-shop-detail__right-icon[data-icon8="on"] img:first-of-type,
.p-shop-detail__right-icon[data-icon9="on"] img:first-of-type {
  display: block;
}

.p-shop-detail__right-icon[data-icon7="off"] img:first-of-type,
.p-shop-detail__right-icon[data-icon8="off"] img:first-of-type,
.p-shop-detail__right-icon[data-icon9="off"] img:first-of-type {
  display: none;
}


.p-shop-detail__right-icon[data-icon7="on"] img:nth-of-type(2),
.p-shop-detail__right-icon[data-icon8="on"] img:nth-of-type(2),
.p-shop-detail__right-icon[data-icon9="on"] img:nth-of-type(2) {
  display: none;
}

.p-shop-detail__right-icon[data-icon7="off"] img:nth-of-type(2),
.p-shop-detail__right-icon[data-icon8="off"] img:nth-of-type(2),
.p-shop-detail__right-icon[data-icon9="off"] img:nth-of-type(2) {
  display: block;
}


.p-shops__icon[data-icon7="on"] img:first-of-type,
.p-shops__icon[data-icon8="on"] img:first-of-type,
.p-shops__icon[data-icon9="on"] img:first-of-type {
  display: block;
  padding: 6px;
}
.p-shops__icon[data-icon7="on"] img:nth-of-type(2),
.p-shops__icon[data-icon8="on"] img:nth-of-type(2),
.p-shops__icon[data-icon9="on"] img:nth-of-type(2) {
  display: none;
}
.p-shops__icon[data-icon7="off"] img:first-of-type,
.p-shops__icon[data-icon8="off"] img:first-of-type,
.p-shops__icon[data-icon9="off"] img:first-of-type {
  display: none;
}
.p-shops__icon[data-icon7="off"] img:nth-of-type(2),
.p-shops__icon[data-icon8="off"] img:nth-of-type(2),
.p-shops__icon[data-icon9="off"] img:nth-of-type(2) {
  display: block;
  padding: 6px;
}

.p-shop__item-icon[data-icon7="on"],
.p-shop__item-icon[data-icon8="on"],
.p-shop__item-icon[data-icon9="on"] {
  background-color: #eff9ff;
}
.p-shop__item-icon[data-icon7="off"],
.p-shop__item-icon[data-icon8="off"],
.p-shop__item-icon[data-icon9="off"] {
  background-color: #faf8f4;
}
.p-shop__item-icon[data-icon7="off"] img:first-of-type,
.p-shop__item-icon[data-icon8="off"] img:first-of-type,
.p-shop__item-icon[data-icon9="off"] img:first-of-type {
  display: none;
}
.p-shop__item-icon[data-icon7="off"] img:nth-of-type(2),
.p-shop__item-icon[data-icon8="off"] img:nth-of-type(2),
.p-shop__item-icon[data-icon9="off"] img:nth-of-type(2) {
  display: block;
  padding: 6px;
}
.p-shop__item-icon[data-icon7="on"] img:first-of-type,
.p-shop__item-icon[data-icon8="on"] img:first-of-type,
.p-shop__item-icon[data-icon9="on"] img:first-of-type {
  display: block;
  padding: 6px;
}
.p-shop__item-icon[data-icon7="on"] img:nth-of-type(2),
.p-shop__item-icon[data-icon8="on"] img:nth-of-type(2),
.p-shop__item-icon[data-icon9="on"] img:nth-of-type(2) {
  display: none;
}




.p-search-main__nav-item.icon-only {
  width: 56px;
  padding: 4px;
}

.p-shop__item-icons {
  flex-wrap: wrap;
  justify-content: left;
}

.p-shop__item-icon {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-shop__item-icon {
    flex: 0 0 40px
  }
}

.p-fixed-icons__body {
  height: 100px;
}

.p-pop-filter__item img {
  height: 32px;
}
.p-pop-filter__item {
  width: 33.333%;
  border-left: 1px solid #e0d3b9;
}
.p-pop-filter__item.icon-only {
  width: 20%;
}
.p-pop-filter__item:nth-child(3n) {
  border-right: 1px solid #e0d3b9;
}








.p-fc-concept {
  padding-bottom: 5%;
}
.p-fc-concept-box {
  padding-bottom: 5%;
}

.p-fc-concept-box .c-title-section {
    color: #F0CA00;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 5% 0;
}

.p-fc-concept-media {
  text-align: center;
  margin-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
}

.p-fc-concept-media .item {
  width: 50%;
}

.p-fc-concept-media .item img {
  margin: 0 auto;
  width: 80%;
}

.p-fc-concept .rt {
  font-size: 150%;
  font-weight: bold;
  color: #53c3ef;
}

.p-fc-concept .rd {
  font-size: 110%;
}

@media screen and (max-width: 767px) {

  .p-fc-concept-box .c-title-section {
    font-size: 3.5vw;
  }

  .p-fc-concept-media {
    font-size: 2.8vw;
    margin-bottom: 5%;
    display: block;
  }
  .p-fc-concept-media .item {
    width: 100%;
    padding-bottom: 4%;
  }
  .p-fc-concept .rd {
    font-size: 90%;
  }

}

.p-fc-performance {
  margin-bottom: 60px;
}
.p-fc-performance .image > a {
  width: 100%;
}


.p-fc-performance-box {
  padding-top: 30px;
}


.p-fc-performance-box .c-title-section {
  color: #F0CA00;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.p-fc-performance .ini_txt {
  color: #53C3EF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}

.p-fc-performance .ini_text.bottom {
  padding-top: 2%;
}



.p-fc-performance .point {
  font-size: 150%;
  font-weight: bold;
  color: #53c3ef;
  padding-top: 5%;
}
.p-fc-performance .rd {
  font-size: 110%;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-fc-performance .image > a {
    width: 98%;
    margin: 0 auto;
  }

  .p-fc-performance-box .c-title-section {
    font-size: 4vw;
  }
  .p-fc-performance .rd {
    font-size: 90%;
  }

}




.ini_detail.laundromat .ini_at {
  text-align: right;
  padding-bottom: 20px;
  font-size: 90%;
}
.ini_detail.laundromat .point {
  font-size: 150%;
  font-weight: bold;
  color: #53c3ef;
}
.ini_detail.laundromat .rd {
  font-size: 110%;
  padding-bottom: 1em;
}



.ini_detail.laundromat > TABLE {
  width: 1100px;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0;
}

.ini_detail.laundromat > TABLE  TH {
    text-align: center;
    border: 1px solid #818181;
    background: #53C3EF;
    padding: 10px;
    color: #fff;
}

.ini_detail.laundromat > TABLE  TH.col1 {
    width: 21%;
}
.ini_detail.laundromat > TABLE  TH.col2 {
    width: 26%;
}
.ini_detail.laundromat > TABLE  TH.col3 {
    width: 26%;
}
.ini_detail.laundromat > TABLE  TH.col4 {
    width: 26%;
}

.ini_detail.laundromat > TABLE  TD {
    text-align: left;
    border: 1px solid #818181;
    background: #FFF;
    padding: 10px;
}
.ini_detail.laundromat > TABLE  TD.c {
    text-align: center;
}
.ini_detail.laundromat > TABLE  TD.b {
    font-weight: bold;
    font-size: 120%;
}

.ini_detail.laundromat > TABLE  TD>img {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin: auto 0.5em;
}

.p-fc-compare-box .c-title-section {
    color: #F0CA00;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 5% 0;
}


@media screen and (max-width: 767px) {
  .ini_detail.laundromat > TABLE {
    width: 100%;
    font-size: 2.2vw;
    margin-bottom: 0;
  }
  .ini_detail.laundromat .ini_at {
    font-size: 1.9vw;
  }
  .ini_detail.laundromat .rd {
    font-size: 90%;
  }
  .p-fc-compare-box .c-title-section {
    font-size: 4.2vw;
  }


}




.p-fc-kojiro-flex {
  display: flex;
}

.p-fc-kojiro-flex-left {
  flex: 1 1 60%;
}
.p-fc-kojiro-flex-right {
  flex: 1 1 40%;
}


.p-fc-kojiro-balance {
  text-align: center;
  color: #53c3ef;
  font-weight: bold;
  margin-bottom: 60px;
}

.p-fc-kojiro-balance .s1 {
  font-size: 260%;
}
.p-fc-kojiro-balance .s2 {
  font-size: 210%;
}

.p-fc-kojiro-balance .s2 > .c1 {
   font-size: 70%;
   vertical-align: bottom;
}



.p-fc-kojiro-balance .s3 {
  font-size: 90%;
  padding-top: 10%;
}

.p-fc-kojiro-balance .s3 >.c2 {
  display: inline-block;
  width: 2em;
  text-align: right;
}



.ini_detail.balance > TABLE {
  margin-bottom: 0;
}
.ini_detail.balance > TABLE  TH {
    text-align: center;
    border: 1px solid #818181;
    background: #53C3EF;
    padding: 10px;
    color: #fff;
    width: 50%;
}

.ini_detail.balance > TABLE  TD {
    text-align: left;
    border: 1px solid #818181;
    background: #FFF;
    padding: 10px;
    text-align: center;
}

.ini_detail.balance .ini_at {
   width: 480px;
   text-align: right;
   margin: 0 auto 16px auto;
}
.ini_detail.balance .caption {
   width: 480px;
   margin: 0 auto;
   padding-top: 5%;
}
.ini_detail.balance .c3 {
  font-size: 90%;
  font-weight: bold;
  color: #e93a3a;
}



@media screen and (max-width:767px) {
  .p-fc-kojiro-flex {
    display: block;
  }
  .ini_detail.balance .caption {
    width: calc(100% - 20px);
  }
  .ini_detail.balance .ini_at {
    width: calc(100% - 20px);
  }
}


.p-fc-concept .b {
  font-weight: 800;
}

.p-home-plan {
  margin-bottom: 0;
}

.p-fc-download-box {
  padding-top: 30px;
}


.p-fc-download-box .ini_box .ini_txt {
  color: #F0CA00;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.p-fc-store {
  margin-bottom: 0;
}


.p-home-plan .p-fc-sch__body {
  margin-bottom: 120px;
}

.p-fc-download-box .download_box {
  margin: 30px auto 60px auto;
}
.p-home-plan .ini_box {
  margin-bottom: 0;
  margin-top: 32px;

}

@media screen and (max-width:767px) {
  .p-fc-download-box .ini_box .ini_txt {
    font-size: 4vw;
  }
}




.p-fc-kojiro-box.media {
  padding-bottom: 0;
}
.p-fc-compare-box .c-title-section {
  margin-bottom: 0;
}
.p-fc-owner-box  {
  width: 100%;
}
.c-container-store-image .p-fc-photo .right {
  text-align: right;
  color: #ef857d;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 30px;
  margin-top: 5px;
}
 

.c-container-store-image .p-fc-photo .slick-dotted.slick-slider {
  margin-bottom: 0;
}


.p-fc-owner-box .c-title-section {
    color: #53C3EF;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 5% 0;
}


.p-fc-kojiro-owner {
  padding-bottom: 10%;
}


.p-fc-kojiro-owner .image-box {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .p-fc-owner-box .c-title-section {
    font-size: 6vw;
  }
}



.p-fc-subsidy-box .ini_txt {
  color: #53C3EF;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 16px;;
}


.ini_detail.subsidy  {
  padding-bottom: 5%;
}

.ini_detail.subsidy .ini_at {
  padding-bottom: 20px;
  width: 600px;
  margin: 2% auto 0 auto;
}

.ini_detail.subsidy .ini_at .c1 {
  color: #53C3EF;
  font-weight: bold;
}

.ini_detail.subsidy .ini_at .s1 {
  color: #e61e31;
  font-weight: bold;
}



.ini_detail.subsidy > TABLE {
  width: 600px;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0;
}

.ini_detail.subsidy > TABLE  TH {
    text-align: center;
    border: 1px solid #818181;
    background: #53C3EF;
    padding: 10px;
    color: #fff;
}

.ini_detail.subsidy > TABLE  TH.col2 {
    width: 42%;
}
.ini_detail.subsidy > TABLE  TH.col3 {
    width: 42%;
}

.ini_detail.subsidy > TABLE  TD {
    text-align: left;
    border: 1px solid #818181;
    background: #FFF;
    padding: 10px;
}

.ini_detail.subsidy > TABLE  TD.c {
    text-align: center;
}




@media screen and (max-width: 767px) {
  .ini_detail.subsidy > TABLE {
    width: 100%;
    font-size: 2.2vw;
    margin-bottom: 0;
  }
  .ini_detail.subsidy .ini_at {
    width: 100%;
    font-size: 3vw;
  }
  .ini_detail.subsidy .rd {
    font-size: 90%;
  }
}



.p-fc-subsidy-box  {
  margin-top: 32px;
  padding-bottom: 0;
}

.p-fc-subsidy-box .c-title-section {
  font-size: 24px;
  margin-bottom: 16px;
}



.c-container.sim .p-home-plan .ini_box  {
  margin-top: 0;
}

.c-container.sim .p-home-plan .ini_box .ini_txt {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-container.sim .p-home-plan .ini_box .ini_txt {
    font-size: 24px;
  }
}


.abs-baloon {
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #545454;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.8;
    animation: fadeIn 0.6s;
    color: #FFF;
    border-radius: 3px;
    filter: drop-shadow(0px 1px 4px #aaa);
    width: 120px;
    text-align: center;
}


.abs-baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #545454;
}



.p-search-main__item-icon {
  position: relative;
}
.p-shop__item-icon {
  position: relative;
}
.p-shops__icon {
  position: relative;
}
.p-shop-detail__right-icon {
  position: relative;
}





@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.p-fc-subsidy-box .ini_notice {
  width: 600px;
  padding-bottom: 5%;
  font-size: 90%;
  color: #e61e31;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fc-subsidy-box .ini_notice {
    width: 100%;
    font-size: 3vw;
  }
}


.p-fc-performance .flow {
  display: flex;
  justify-content: center;
}
.p-fc-performance .flow > .item {
  width: 31%;
  padding: 1%;
  align-items:stretch;
}


.p-fc-performance .flow > .s2 {
  width: 28%;
}

.p-fc-performance .flow > .s4 {
  width: 2%;
}
.p-fc-performance .flow > .s5 {
  width: 2%;
}

.p-fc-performance .flow > .s4 > svg {
  transform: translate(0%, 330%);
}
.p-fc-performance .flow > .s5 > svg.pc-only {
  transform: translate(0%, 13%);
  width: 65%;
}



.p-fc-performance .flow > .item .title {
  background-color: #53c3ef;
  color: #FFF;
  font-weight: bold;
  text-align :center;
  padding: 0.2em 0;
}

.p-fc-performance .flow > .item .desc {
  background-color: #F2FAFF;
  padding: 0.5em 1em;
  height: 80%;
}

.p-fc-performance .ini_txt {
  font-size: 24px;
}


.p-fc-performance .ini_text {
  font-size: 14px;
}


@media screen and (max-width: 767px) {
  .p-fc-performance .ini_txt {
    font-size: 4vw;
  }

  .p-fc-performance .ini_txt {
    margin-top: 10%;
  }
  .p-fc-performance .flow {
    display: block;
  }
  .p-fc-performance .flow > .item {
    width: 90%;
    margin: 0 auto;;
  }
  .p-fc-performance .flow > .s2 {
    width: 90%;
  }
  .p-fc-performance .flow > .s4 {
    width: 90%;
    margin: 0 auto;
    padding: 2% 20% 0 20%;
  }
  .p-fc-performance .flow > .s4 > svg {
    transform: translate(200%, 0%);
    width: 20%;
  }

  .p-fc-performance .flow > .s5 {
    width: 90%;
    margin: 0 auto;
    padding: 2% 20% 0 20%;
  }
}

.viewer-canvas > img {
  background-color: #FFF;
}
.viewer-container {
  background-color: #FFF;
}


.p-hamburger__nav-list>li>a span {
  color: #53c3ef;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  transition: color .3s;
  width: calc(100% - 35.4px)
}

.p-hamburger__nav-list>li>a:hover span {
  color: #f0ca00
}







.p-fc-support .ini_text.top,
.p-fc-support .ini_text.bottom {
  color: #53C3EF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}
.p-fc-support .c-title-section {
  color: #F0CA00;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding:  50px 0 25px 0;
}

.p-fc-support .ini_text.s1 {
  padding-top: 2%;
  padding-bottom: 2%;
}



.p-fc-support .ini_text.s1 > .c1,
.p-fc-support .ini_text.s1 > .c2,
.p-fc-support .ini_text.s1 > .c3,
.p-fc-support .ini_text.s1 > .c4 {
  color: #53C3EF;

}

.p-fc-support .ini_text.s2 .t1 {
  width: 100%;
}
.p-fc-support .ini_text.s2 .col1 {
  width: 15em;
  color: #53C3EF;
  text-align: left;
}

.p-fc-support .ini_text.s2 .t1 .c1 {
  color: #53C3EF;
  font-size: 80%;
}



@media screen and (max-width: 767px) {
  .p-fc-support .ini_text.top,
  .p-fc-support .ini_text.bottom {
    font-size: 3vw;
  }
  .p-fc-support .c-title-section {
    font-size: 4.2vw;
    padding:  20px 0 10px 0;
  }

  .p-fc-support .ini_text.s2 .t1 {
    font-size: 90%;
  }
  .p-fc-support .ini_text.s2 .col1 {
    width: 13em;
  }
}




.p-fc2-location .pc-flex {
  display: flex;
  gap: 2%;
}

.p-fc2-location .pc-flex .item {
  width: 32%;
}

.p-fc2-location .pc-flex .item .photo {
  padding-top: 15px;
}


.p-fc2-location .s1 {
  font-size: 28px;
  color: #53C3EF;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}
.p-fc2-location .s1 .c1 {
  font-size: 180%;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.p-fc2-location .s3 {
  width: 85%; display: table-cell; vertical-align: middle; text-align: center;
}

.p-fc2-location .s4 {
  color: #53C3EF;
  font-size: 120%;
  display: inline;
}

.p-fc2-location .bottom {
  text-align: right;
  padding-top: 15px;
]}
.p-fc2-location .s5 {
  color: #53C3EF;
  font-weight: bold;
}



@media screen and (max-width: 767px) {

  .p-fc2-location .pc-flex .item {
    width: 100%;
  }

  .p-fc2-location .pc-flex {
    display: block;
    padding-top: 6%;
  }
  .p-fc2-location  .s1 {
    font-size: 3.5vw;
    margin-top: 10%;
  }

.p-fc2-location .s1 .c1 {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

  .p-fc2-location .pc-flex .item .photo.spacer {
    padding-bottom: 60px;
  }
}












.p-fc2-specification .pc-flex {
  display: flex;
  gap: 2%;
}
.p-fc2-specification .pc-flex .item.main {
  width: 43%;
}
.p-fc2-specification .pc-flex .item.sub {
  width: 10%;
  position: relative;
}
.p-fc2-specification .pc-flex .item.sub .inner {
  width: 100%;
  position: absolute;
  left 0;
  top: 78%;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}

.p-fc2-specification .ini_text {
  font-size: 16px;
  text-align: center;
}

.p-fc2-specification .desc {
  text-align: center;
}


.p-fc2-specification .s1 {
  font-size: 28px;
  color: #53C3EF;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}

.p-fc2-specification .s2 {
  font-size: 56px;
}
.p-fc2-specification .s3 {
  color: #53C3EF;
  font-size: 26px;
}

@media screen and (max-width: 767px) {

  .p-fc2-specification .pc-flex .item.main,
  .p-fc2-specification .pc-flex .item.sub {
    width: 100%;
  }
  .p-fc2-specification .pc-flex {
    display: block;
    padding-top: 0;
  }
  .p-fc2-specification  .s1 {
    font-size: 6vw;
    margin-top: 10%;
  }
  .p-fc2-specification  .s2 {
    font-size: 8vw;
  }
  .p-fc2-specification  .s3 {
    font-size: 5vw;
  }
  .p-fc2-specification .pc-flex .item.sub .inner {
    position: relative;
    font-size: 10vw;
    font-weight: bold;
    padding: 0.5em 0;
  }
}




.p-fc2-style .s1 {
  font-size: 28px;
  color: #53C3EF;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}

.p-fc2-style .pc-flex {
  display: flex;
  gap: 2%;
}
.p-fc2-style .pc-flex .item {
  width: 32%;
}

.p-fc2-style .ini_text {
  font-size: 16px;
  text-align: center;
  padding: 2% 0 4% 0;
}


.p-fc2-style .photo {
  padding-bottom: 6%;
}
.p-fc2-style .desc {
  border: 4px solid #53C3EF;
  color: #53C3EF;
  position: relative;
  border-radius: 20px;
}

.p-fc2-style .desc .title {
  background-color: #FFF;
  padding: 0.05% 10%;
  width: 40%;
  position: absolute;
  left: 30%;
  top: -16%;
  text-align: center;
  font-size: 140%;
}

.p-fc2-style .desc .s2 {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding-top: 6%;
}
.p-fc2-style .desc .s3 {
  min-height: 4em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fc2-style .pc-flex .item {
    width: 100%;
  }
  .p-fc2-style  .s1 {
    font-size: 6vw;
    margin-top: 10%;
  }
  .p-fc2-style .pc-flex {
    display: block;
    padding-top: 6%;
  }
  .p-fc2-style .pc-flex .item.spacer {
    padding-bottom: 60px;
  }
}




.p-fc2-effect .s1 {
  font-size: 28px;
  color: #53C3EF;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}
.p-fc2-effect .ini_text {
  font-size: 16px;
  text-align: center;
  padding: 2% 0 4% 0;
}


.p-fc2-effect .pc-flex {
  display: flex;
  gap: 2%;
}
.p-fc2-effect .pc-flex .item.main {
  width: 38%;
}
.p-fc2-effect .pc-flex .item.sub {
  width: 20%;
  position: relative;
}
.p-fc2-effect .pc-flex .s5 {
  width: 6%;
  margin: 8% auto;
}
.p-fc2-effect .pc-flex .s6 {
  width: 100%;
}
.p-fc2-effect .pc-flex .s6 .inner {
  width: 40%;
  margin: 4% auto 0 auto;;
}

.p-fc2-effect .s7 {
  text-align: right;
  padding-top: 2%;
}
.p-fc2-effect .s7 .inner {
  display: inline-block;
  text-align: left;
}

.p-fc2-effect .s8 {
  text-align: center;
}

.p-fc2-effect .desc {
  border: 4px solid #818181;
  position: relative;
  border-radius: 20px;
  margin-top: 5%;
  padding: 5%;
}
.p-fc2-effect .desc.c2 {
  border: 4px solid #53C3EF;
}
.p-fc2-effect .blue {
  color: #53C3EF;
}

.p-fc2-effect .desc .title {
  background-color: #FFF;
  padding: 0.05% 10%;
  width: 40%;
  position: absolute;
  left: 30%;
  top: -16%;
  text-align: center;
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .p-fc2-effect  .s1 {
    font-size: 6vw;
    margin-top: 10%;
  }
  .p-fc2-effect .pc-flex .item.main,
  .p-fc2-effect .pc-flex .item.sub {
    width: 100%;
  }
  .p-fc2-effect .pc-flex {
    display: block;
    padding-top: 0;
  }
  .p-fc2-effect .pc-flex .s5 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-top: 10%;
    padding-left: 8%;
  }
  .p-fc2-effect .pc-flex .s6 {
    display: inline-block;
    width: 50%;
  }
}






.p-fc2-reason .s1 {
  font-size: 28px;
  color: #53C3EF;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}
.p-fc2-reason .ini_text {
  font-size: 16px;
  text-align: center;
  padding: 2% 0 4% 0;
}
.p-fc2-reason .pc-flex {
  display: flex;
  gap: 2%;
}
.p-fc2-reason .pc-flex .item.left {
  width: 54%;
}
.p-fc2-reason .pc-flex .item.right {
  width: 44%;
}
.p-fc2-reason .blue {
  color: #53C3EF;
}
.p-fc2-reason .s2 {
  text-align:center;
}
.p-fc2-reason .s2 .c1 {
  font-weight: bold;
  font-size: 44px;
  padding-top: 12%;
}
.p-fc2-reason .s2 .c2 {
  font-weight: bold;
  font-size: 80px;
  padding-top: 4%;
  padding-bottom: 4%;
}
.p-fc2-reason .s3 .c2 {
  font-size: 120%;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .p-fc2-reason  .s1 {
    font-size: 6vw;
    margin-top: 10%;
  }
  .p-fc2-reason .pc-flex .item.left,
  .p-fc2-reason .pc-flex .item.right {
    width: 100%;
  }
  .p-fc2-reason .pc-flex {
    display: block;
    padding-top: 0;
  }
  .p-fc2-reason .s2 .c1 {
    font-size: 8vw;
  }
  .p-fc2-reason .s3 .c1 {
    font-size: 3.5vw;
   display: block;
   padding-bottom: 0.2%;
  }
  .p-fc2-reason .s3  {
  }
}
