@charset "utf-8";
/* CSS Document */
html, body {
  /*overflow: auto;*/
  height: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*枠・共通*******************************************/
h1 {
  text-align: -webkit-center;
  margin: 0 auto 24px;
}
h2 {
  color: #330200;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 8px;
}
.index {
  color: #ff0072;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-left: 3em;
  text-indent: -3.2em;
}
.bold {
  font-weight: bold;
}
.caution {
  color: #ff0072;
  display: block;
  font-style: normal;
  font-size: 12px;
  
  /*text-indent: -1em;*/
  line-height: 1.8em;
  margin-top: 0px;
 
}
.caution:before {
  content: '※';
  color: #ff0072;
  font-size: 12px;
}

.sec-inner {
  background: none;
  padding: 0;
}
.sec {
  background: none;
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
#main {
  width: 100% !important;
  float: none;
}
#main_contents {
  background: #fff;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.img_head {
 
   background: #fff;
    text-align: left;
    padding: 5px 0 0 0px;
    width: 98%;
    height: 23px;
    max-width: 980px;
    margin: 0 auto 6px;
}
.img_head a img {
  width: 100px !important;
}
/*概要*/
.summary {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin: 0 auto 24px;
/*	background-image: url(../images/bg1.gif);*/
}


.summary a {
  text-decoration: none;
}
.regi {
  border-radius: 5px;
  padding: 24px;
  margin: 0 auto 24px;
  width: 600px;
  text-align: left;
}
.regi .lead {
  font-size: 16px;
}
.coupon_area {
  vertical-align: top;
	max-width: 980px;
    margin: 0 auto;
    width: 94%;
	padding-top: 20px;
}
.coupon_area .coupon1, .coupon2, .coupon3, .coupon4 {
  width: 24.5%;
  padding: 12px;
  display: inline-flex;
  vertical-align: top;
 /* border: 1px solid #ccc;*/
/*  height: 110px;*/
}
.coupon_area .coupon1, .coupon2, .coupon3, .coupon4 p {
  font-size: 12px;
  text-align: left;
}
.ind {
  position: relative;
  padding: 0.6em;
  background: #b11b27;
  display: inline-block;
  color: #fff;
}
.ind:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #b11b27;
  width: 0;
  height: 0;
}
.ind_p {
  display: inline-block;
}
.featured {
  text-align: center;
  position: relative;
  width: 980px;
  margin: 0 auto;
  display: block;
  margin: 0 auto 24px;
  font-size: 14px;
}
.cou {
  text-align: center;
  font-size: 14px;
  color: #00e5c3;
	 display: inline-block;
    background: #fff;
}
.cou:after {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: 900;
  margin-left: 8px;
}
.once {
/*  border: 2px #ffad3d solid;*/
border-radius: 50px;
    padding: 12px 16px 12px 5px;
    display: block;
    margin: 10px auto 10px;
    width: 420px;
    color: #fff;
    position: relative;
    text-align: center;
    background-color: #ff0072;
	clear: both;
}
.once:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  color: #fff;
  top: 50%;
  right: 1.3em;
  margin-top: -12px;
  font-weight: 900;
}
.wan {
  background: url("../images/bnbk.png") no-repeat;
  background-size: 20%;
  width: 465px;
  margin: -30px auto 0;
}
.wan img {
  width: 360px;
  padding: 62px 0 16px;
}
/*.coupon_area p.coupon4 {
  padding: 0 0 0 0;
}
*/
.facility {
  margin: 24px 16px 8px 16px;
  text-align: center;
}
.caution-big {
    font-size: 17px;
    margin-top: 20px;
}
/*top画*******************************/
/*概要*********************************/
/*ご利用の流れ********************************/
.flow {
  text-align: left;
  width: 100%;
  margin: 0 auto 24px;
}
.flow .flow_wrap {
  margin: 0 auto;
  border: 2px solid #ff0072;
  padding: 24px;
}
.flow .flow_title {
  background: #ff0072;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin: 0;
}
.flow .flow_wrap div {
  border-bottom: solid 2px #ff0072;
}
.flow .flow_wrap div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.flow .flow_wrap img {
  width: 30%;
  margin: 16px 0px 8px 0px;
}
.cont {
  padding: 16px 0;
  font-size: 14px;
}
.cont:first-child {
  padding-top: 0 !important;
}
.cont:last-child {
  padding-bottom: 0 !important;
}
/*店舗********************************/
#pics, #loading_dog, #loading_cat {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-overflow-scrolling:auto;
}
#loading_dog img, #loading_cat img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  -webkit-overflow-scrolling:auto;
}
.search {
 /* ドット（水玉）模様のCSS */
  background-color   : #ffd2dd;
  background-image   : radial-gradient(#ffffff 5%, transparent 8%),
                       radial-gradient(#ffffff 5%, transparent 8%);
  background-position: 0 0, 17px 17px;
  background-size    : 34px 34px;
	margin: 0px;

}
.salon_search{
  width: 615px;
    margin: 0 auto;    
}
.salon_search ul{
display: flex;
}
.salon_search ul li{
 width: 90%;
 max-width: 400px;
}
.salon_search ul li:last-of-type{
    margin: 0 0 0 15px;
}
.facility {
  padding: 16px 0 8px;
  text-align: center;
}
.store {
  width: 960px;
  margin: 0 auto 24px;
}

.selectbox {
  position: relative;
  padding: 10px;
  margin: 0 auto;
}
select {
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  padding:1em 1em;
  box-sizing:border-box;
  font-size:1em;
  border:#ff0072 1px solid;
  border-radius: 10px;
  background:#fff;
}
select.parent {
  margin: 0;
  color: #333;
}
select.children {
  color: #333;
}

.selectbox::after{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    color: #ff0072;
    top: 50%;
    right: 1.6em;
    margin-top: -10px;
    font-weight: 900;
    font-size: 14px;
}

button {
     padding: 16px;
    border-radius: 30px;
    width: 300px !important;
    /* margin: 0 0 16px; */
    /* background: #ff0072; */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    /* box-shadow: 0 2px #164a1f; */
    margin: 18px 0 0;
    background: repeating-linear-gradient(315deg, #ff0072, #ff0072 5px, #ff4096 0, #ff4096 10px);

}
#cover {
  padding: 0 0 32px;
}
.store1 {
  width: 800px;
  margin: 10px auto 20px auto;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  border: 2px solid #6ab57e;
}
.store1:first-of-type {
  margin: 32px auto 20px;
}
.store1 img {
  float: left;
  padding: 0;
  margin: 10px 20px 10px 30px;
  width: 340px;
}
.store1 .title {
  border-left: 8px solid #2d7c42;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0 30px !important;
}
.store1 .shousai {
  width: 380px;
  float: right;
  margin: 10px 20px 10px 0;
  font-size: 13px;
}
.store1 .shousai dt {
  padding: 0 0 0 3px;
  margin: 0 0 5px 0;
  background-color: #eceace;
  color: #010101;
  font-weight: bold;
  text-align: left;
}
.store1 .shousai dd {
  padding: 0 0 0 3px;
  margin: 0 0 5px 0;
}
.store1 .shousai table {
  margin: 10px auto;
}
.store1 .shousai th, .store1 td {
  border-collapse: collapse;
  border: 2px solid #d5d2a8;
  padding: 3px;
  text-align: center;
}
.store1 .shousai th:nth-child(7), .store1 td:nth-child(7) {
  color: #2d79df;
  font-weight: bold;
}
.store1 .shousai th:nth-child(8), .store1 td:nth-child(8), .store1 th:nth-child(9), .store1 td:nth-child(9) {
  color: #ff8c1b;
  font-weight: bold;
}
.store1 .page_btn {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 5px 0 10px 0;
}
.page_btn a {
  width: 440px;
  position: relative;
  margin: 15px auto 0;
  text-decoration: none;
  padding: 1% 1%;
  display: block !important;
  background: #60c5c1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
}
/* 多階層のアコーディオンパネル */
.acd-check {
  display: none
}
.acd-label {
  background: #fff;
  color: #78573d;
  display: block;
  margin: 0 auto;
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  width: 980px;
  font-weight: bold;
}
.acd-label:before {
  position: absolute;
  content: '';
  top: 21px;
  right: 20px;
  height: 0;
  width: 0;
  border-top: 12px solid #fe980f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}
.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px 20px;
  visibility: visible
}
.acd-content ul {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  display: block;
}
.acd-content ul li {
  display: inline-block;
  background: #2bbf3d;
  padding: 8px;
  margin: 0 0 8px;
  width: 13.7%;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 1px 1px #1b3d71;
}
.acd-content ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
}
.add_area {
  margin: 0 0 40px;
}
.add_txt {
  font-size: 16px;
  font-weight: bold;
  background: #ddd;
  border-radius: 4px;
}
/*キャンペーン詳細********************************/
.detail {
  text-align: left;
  width: 980px;
  margin: 0 auto 24px;
	position: relative;
}
.detail .detail_wrap {
  margin: 0 auto;
/*  border: 2px solid #b01926;*/
  padding: 24px;
	width: 94%;
}
.detail .detail_title {
 /* background: #b01926;*/
  color: #333;
  text-align: center;
  padding: 2px;
  margin: 0;
border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
	
}
.detail .index {
  color: #ff0072;
  font-weight: bold;
}
.detail .cont {
  padding: 8px 0;
}
.detail ul {
  margin: 8px 0 0 16px;
  list-style: disc;
}
.koromogae {
  display: flex;
  padding: 0 0 0 0;
  margin: 0 0 8px 0;
}
.koromogae img {
  width: 150px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.koromogae_img {
  width: 150px;
}
.koromogae_text {
  display: inline-flex;
  text-decoration: bold;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 0 8px;
  margin: 0 0 0 0;
  width: 300px;
}
/*応募ボタン********************************/
/*お問い合わせ********************************/
.contact {
  text-align: left;
  width: 980px;
  margin: 0 auto 24px;
	position: relative;
}
.contact .contact_wrap {
  margin: 0 auto;
 /* border: 2px solid #999999;*/
  padding: 36px;
}
.contact .contact_wrap .cont {
  padding: 0;
}
.contact .contact_title {
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin: 0;
}
/*お問い合わせボタン*/
.contact_btn a {
  display: block;
  margin: 12px auto;
  font-size: 18px;
  text-align: center;
}
/*FAQ****************************************/
.faq {
  text-align: left;
  width: 980px;
  margin: 0 auto 24px;
}
.faq .faq_wrap {
  margin: 0 auto;
/*  border: 2px solid #999999;*/
  padding: 24px;
}
.faq_title {


	
	    color: #333;
    text-align: center;
    padding: 2px;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

.faq ul {
  margin: 0;
}
.faq ul li {
  border: 1px solid #eee;
  padding: 10px 10px;
  margin: 10px 0 10px;
  list-style: none;
}
.faq ul li:last-of-type {
  margin-bottom: 0;
}
.faq .qus {
  font-weight: bold;
  border-bottom: 2px solid #FCB35F;
  margin: 0 0 10px;
  font-size: 18px;
  display: flex;
}
.faq .qus:before {
  content: 'Q';
  padding-right: 8px;
}
.faq .ans {
  font-size: 14px;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1.3em;
}
/*.faq .ans:before {
  content: 'A';
  padding: 0 8px 0 4px;
}*/
/*アコーディオン*/
.sample-accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0 !important;
}
.sample-accordion .ac-content {
  margin: 0 !important;
  padding: 0 !important;
}
.sample-accordion input {
  display: none;
}
.sample-accordion label {
  display: block;
  background: #fff;
  border: 2px solid #999;
  padding: 10px;
  color: #999;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}
.sample-accordion label:hover {
  opacity: .8;
}
.sample-accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 !important;
  box-sizing: border-box;
}
.sample-accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
/*メルマガ***************************************/
.cp_mail_outer {
  padding: 0 0 24px;
  text-align: left;
  width: 980px;
  margin: 0 auto;
}
.cp_mail_outer .cp_mail_outer_wrap {
  margin: 0 auto;
 /* border: 2px solid #999999;*/
  padding: 16px 50px;
  font-size: 14px;
	background: #fff;
}

@media screen and (max-width: 420px) {
	
	.cp_mail_outer .cp_mail_outer_wrap {
		padding: 16px;
}
}
.cp_mail_outer .cp_mail_outer_title {
  /*background: #999999;*/
  color: #333;
  text-align: center;
  padding: 8px 0 30px;
  margin: 0;
	letter-spacing: .2em;
}
.cp_mail_outer label {
  display: inline-table;
  margin: 0 0 0 10px;
  text-align: left;
}
.cp_mail_outer input[type="checkbox"] {
  height: 18px;
  vertical-align: middle;
  width: 18px;
  margin: 0;
}
.cp_mail_outer a.submit_btn {
  background: #ddd;
  border-radius: 30px;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 16px auto 0;
  padding: 4px;
  pointer-events: none;
  text-decoration: none;
  text-align: center;
  width: 24%;
}
.cp_mail_outer input[type=checkbox]:checked ~ a.submit_btn {
  background: #2aaa68;
  pointer-events: visible;
}
.cp_mail_outer .caution_kuro {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  font-size: 12px;
}
.cp_mail_outer .caution_kuro:before {
  content: '※';
  font-size: 12px;
}
.riyou {
  max-width: 980px;
    margin: 0 auto;
	width: 100%;
}
/*キャンペーン不快調査 CSS-*/
@media screen and (min-width : 604px ){
  .br-sp {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .br-sp {
    display: block;
  }
}
#box-ecom-questionnaire {
  padding: 0;
  margin: 0 auto 24px;
  text-align: left;
  width: 980px;
}
#box-ecom-questionnaire .box-ecom-questionnaire_wrap {
  margin: 0 auto;
  border: 2px solid #999999;
  padding: 16px;
}
#box-ecom-questionnaire .box-ecom-questionnaire_title {
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin: 0;
}
#box-ecom-questionnaire .box-ecom-questionnaire_wrap .fs_b {
  font-size: 14px;
  text-align: left;
}
#box-ecom-questionnaire .box-ecom-questionnaire_wrap .fs_s {
  text-align: left;
  font-size: 14px;
}
#box-ecom-questionnaire .box-ecom-questionnaire_wrap .button {
  display: block;
  text-decoration: none;
  width: 24%;
  margin: 16px auto;
  padding: 4px 20px;
  background-color: #2aaa68;
  color: #FFF;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}
/*キャンペーン不快調査 CSS-*/
/*審査番号*/
.ins_num {
  width: 980px;
  margin: 0 auto 50px;
  text-align: right;
	font-size: 0.8em;
}
/*施設枠と検索のところ*/
.grid-container {
  display: grid;
  grid-template-columns: 80px 85px 85px 85px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas:
    "grid-facility grid-facility grid-facility grid-facility"
    "grid-coupon_img grid-coupon_text grid-coupon_text grid-coupon_text"
    "grid-facility_img grid-facility_img grid-facility_text grid-facility_text"
    "grid-facility_links grid-facility_links grid-facility_links grid-facility_links";
  border: 2px solid #ccc;
  width: 340px;
  text-align: left;
  font-size: 12px;
  margin: 0 0 16px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px #ccc;
  background: #fff;
}
.grid-facility {
  grid-area: grid-facility;
  text-align: left;
  padding: 16px;
}
.grid-facility h3 {
  font-size: 16px;
  font-weight: bold;
}
.grid-coupon_img {
  grid-area: grid-coupon_img;
  padding: 8px 4px 8px 8px;
  display: flex;
  align-items: center;
  background: #fceaec;
  border-radius: 8px 0 0 8px;
  margin: 0 0 0 12px;
  border: 1px solid #b01b28;
  border-right: none;
}
.grid-coupon_text {
  grid-area: grid-coupon_text;
  padding: 8px 8px 8px 4px;
  font-size: 14px;
  font-weight: bold;
  background: #fceaec;
  border-radius: 0 8px 8px 0;
  margin: 0 12px 0 0;
  border: 1px solid #b01b28;
  border-left: none;
}
.grid-facility_img {
  grid-area: grid-facility_img;
  padding: 8px 4px 8px 16px;
  display: flex;
  align-items: center;
  background: #fff;
}
.grid-facility_text {
  grid-area: grid-facility_text;
  padding: 8px 16px 8px 4px;
  background: #fff;
}
.grid-facility_links {
  grid-area: grid-facility_links;
  text-align: right;
  padding: 0px 16px 8px 0;
}
.add:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding: 1px 0 0px 4px;
}
.acc:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/footprint.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding: 1px 0 0px 4px;
}
.recommend_coupon ul li {
  display: inline-block;
}
.recommend_coupon ul li a {
  text-decoration: none;
  color: #783f13;
}
a img:hover {
  opacity: 1;
}
.search_tab {
  width: 980px;
  min-width: 320px;
  margin: 0px auto 0;
}
.search_tab label.item1 {
  display: inline-block;
  width: 276px;
  padding: 16px 0px 8px 0;
  margin: 0;
  cursor: pointer;
  background: #ccc;
  color: #777;
  margin-right: -2px;
  border-radius: 40px;
  border: 3px solid #ccc;
}
.search_tab label.item2 {
  display: inline-block;
  width: 276px;
  padding: 16px 0px 8px 0;
  margin: 0;
  cursor: pointer;
  background: #ccc;
  color: #777;
  margin-right: -2px;
  border-radius: 40px;
  border: 3px solid #ccc;
}
.search_tab label.item1 {
  margin: 0 0 -9px 0;
  padding: 10px;
  text-align: center;
}
.search_tab label.item1 p, .search_tab label.item2 p {
  margin: 0;
}
.search_tab label.item2 {
  margin: 0 0 -1px 4px;
  padding: 10px;
  text-align: center;
}
.search_tab input:checked + label.item1 {
  background: #bbe0fd;
  color: #6472ff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: 3px solid #6472ff;
}
.search_tab input:checked + label.item2 {
/*  background: #fbd5e5;*/
  color: #f74791;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #f74791;
}
.search_tab input#tab-1, .search_tab input#tab-2 {
  display: none;
}
.search_tab #tab-1c, .search_tab #tab-2c {
  display: none;
  padding: 10px;
}
.search_tab #tab-1:checked ~ #tab-1c {
  display: block;
  text-align: center;
  clear: both;
  padding: 32px 0 16px;
  background: #bbe0fd;
  margin: 16px 0;
  border-radius: 8px;
}
.search_tab #tab-2:checked ~ #tab-2c {
  display: block;
  text-align: center;
  clear: both;
  padding: 32px 0 16px;
/*  background: #fbd5e5;*/
  margin: 0;
  border-radius: 8px;
  width: 980px;
}

.item1 {
  text-align: center;
}
.item1 h3 {
  font-size: 20px;
  color: #eb651a;
  margin: 16px 0;
}
.tab-content ul {
  width: 100%;
  margin: 16px auto;
  align-items: center;
}
.tab-content a.submit {
  width: 450px;
  font-size: 20px;
  font-weight: bold;
  background: #b90d19;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  border: none;
  box-shadow: 0px 4px #95444b;
  cursor: pointer;
  border-radius: 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 480px) {
.tab-content ul {
  display: block;
}}
/*ポップアップここから*/
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  -webkit-overflow-scrolling:auto;
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 50px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  height: 600px;
  overflow-y: scroll;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  font-weight: bold;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;*/
  cursor: pointer;
  transition: .3s ease;
/*  float: right;*/
}
.open_btn:hover {
  /*background:#eee;*/
  color: #86c4f3;
  transition: .3s ease;
}
.clearfix::after {
  display: block;
  clear: both;
}
/*ポップアップココまで*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    text-align: left;
  }
  #main {
    padding: 0;
  }
  #main_contents {
    padding: 0;
  }
  .summary {
    width: 100%;
    text-align: center;
  }
  .regi {
    padding: 0;
    width: 100%;
  }
  /*概要*/
  /*店舗*/
  .store {
    width: 96%;
    margin: 0 auto;
  }
  .store1 {
    width: 95%;
    height: auto;
    margin: 10px auto 20px auto;
    padding: 10px;
  }
  .store1 img {
    float: none;
    padding: 5px;
    margin: 0 auto;
    display: block;
  }
  .store1 .title {
    border-left: 6px solid #2d7c42;
    padding-left: 8px;
    margin: 0 10px 10px 5px !important;
    font-size: 16px;
  }
  .store1 .shousai {
    width: 100%;
    float: none;
    margin: 10px auto;
    font-size: 13px;
  }
  .page_btn a {
    width: 80%;
    margin: 10px auto;
    font-size: 16px;
  }
  /*流れ*/
  .flow {}
  .flow .flow_title {
    border-radius: 0;
    font-size: 15px;
  }
  .flow .flow_wrap {
    padding: 16px;
  }
  .flow .flow_wrap img {
    width: 65%;
    margin: 16px auto 0px !important;
    display: block;
  }
  .flow p {
    font-size: 12px;
  }
  .flow p.index {
    font-size: 14px;
  }
  .flow .caution {
    font-size: 10px;
    line-height: 1.5em;
  }
  /*詳細*/
  .detail {
    width: 96%;
  }
  .detail .detail_title {
    border-radius: 0;
  }
  .detail .detail_wrap {
    padding: 16px;
	  width: 100%;
  }
  .detail ul {
    list-style: disc;
    list-style-position: outside;
  }
  /*応募ボタン*/
  /*お問い合わせ*/
  .contact .contact_wrap {
    padding: 16px;
  }
  .contact {
    width: 96%;
  }
  /*FAQ*/
  .faq .faq_wrap {
    padding: 16px;
  }
  .faq {
    width: 96%;
  }
  /*施設検索・流れ*/
  .cp_mail_outer {
    width: 96%;
  }
  /*不快調査*/
  #box-ecom-questionnaire {
    width: 96%;
  }
  /*審査番号*/
  .ins_num {
    width: 95%;
    margin: 0 auto;
    text-align: right;
  }
  .coupon_area .coupon1, .coupon2, .coupon3, .coupon4 {
    width: 49%;
    padding: 8px;
    /*height: 200px;*/
  }
  .coupon_area .coupon1, .coupon2 {
    margin: 0 0 8px 0;
  }
  .facility {
    padding: 16px 0 0;
  }
  select {
    margin: 0px;
  }
  button {
    width: 260px;
  }
  .acd-label {
    width: 100%;
  }
  .acd-check:checked + .acd-label + .acd-content {
    padding: 0;
  }
  .acd-content ul {
    width: 100%;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
  }
  .acd-content ul li {
    width: 32%;
  }
  .cp_mail_outer a.submit_btn {
    width: 80%;
  }
    .search{
        width: 100%;
            padding: 16px 0 8px;
    margin: 0;
    }   
	
    .heading img {
    width: 96%;
}
  .search_tab {
    width: 100%;
  }
  .search_tab input:checked + label.item1, .search_tab input:checked + label.item2 {
    width: 40%;
  }
  .search_tab label.item1, .search_tab label.item2 {
    width: 40%;
  }
  .search_tab #tab-1:checked ~ #tab-1c, .search_tab #tab-2:checked ~ #tab-2c {
    width: 96%;
    margin: 16px auto;
    padding: 12px 0;
  }
    .salon_search{
  width: 100%;
}
.salon_search ul li{
  float: none;
}
.salon_search ul li:last-of-type{
margin: 0px auto;
}
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    margin: 0 auto 8px;
  }
  /*概要*/
  /*施設検索*/
  .layer-3 .dt {
    width: 93%;
  }
  /*詳細*/
  /*応募ボタン*/
  /*faq*/
  .faq {
    width: 96%;
    margin: 10px auto;
    padding: 0 0 16px;
  }
  .faq .qus {
    font-size: 16px;
  }
  .sample-accordion label {
    font-size: 20px;
  }
  .sample-accordion {
    min-width: unset;
  }
  .faq ul {
    margin-left: 0px;
  }
  /*メルマガ*/
  .cp_mail_outer label {
    display: contents;
  }
  .koromogae {
    display: block;
  }
  .koromogae_img {
    margin: 0 auto;
    width: 50%;
  }
  .koromogae_text {
    display: block;
  }
  /*不快調査*/
  #box-ecom-questionnaire a.button {
    width: 65% !important;
  }
  .acd-content ul li {
    width: 31.6%;
  }
  .featured {
    width: 96%;
  }
  .featured img {
    width: 80%;
  }
  .featured p {
    font-size: 12px;
  }
  .open_btn {
    width: 180px;
    height: 0;
    display: block;
    padding: 0;
  }
  .once {
    width: 80%;
  }
  .wan {
    width: 100%;
  }
  .wan img {
    padding: 52px 0 0;
  }
  .popup_content {
    padding: 50px 20px 15px;
  }
  .riyou {
    width: 95%;
  }
}
@media screen and (max-width: 360px) {
  .coupon_area .coupon1, .coupon2, .coupon3, .coupon4 {
    width: 48.3%;
    padding: 8px;
  /*  height: 160px;*/
  }
}







 /*---------追加----------*/

.w100 {
	width: 100% !important;
}
.bg {

	background-image: url(../images/bg1.gif);
}
.bg2 {


	background-image: url(../images/bg2.gif);
}

/*よくある質問*/
.accbox {
    margin: 1em auto;
    padding: 0;
    max-width: 980px;/*最大幅*/
	text-align: left;
	width: 94%;
}
@media screen and (max-width: 768px){
	.accbox {

	width: 100%;
}
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ff0072;;
     /*font-weight: bold;
   background: #fff2cc;*/
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:after {
	
	font-family: "Font Awesome 5 Free";
	
    content: '\f107';
padding-left: 2em;
	font-weight: 900;
}

.accbox label:before{
	
    content: 'Q';
    padding-right: 8px;
	font-size: 1.5em;
}

/*ラベルホバー時*/
/* .accbox label:hover {
   background :#ffe9a9;
}
*/
/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0 5px;
  /*  background: #fff5eb;*/
    opacity: 1;
}

.accbox .accshow p {
    margin: 0px 10px 20px;
	font-size: 0.9em;

}

/*.accshow :before{
	    content: 'A';
    padding-right: 8px;
	font-size: 1.5em;
	
}*/
/*.QA :before{
	    content: 'A';
    padding-right: 8px;
	font-size: 1.5em;
	
}*/

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: '\f106';
		font-weight: 900;
}


.bo-top1 {
	border-top: dotted 1px #DDDDDD;
}

.title_S{

    color: #333;
    text-align: center;
    padding: 2px;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
	font-weight: 200;
    letter-spacing: .2em;
}
.a__ {
	    text-decoration:none;
}

.btn2 {
/*  border: 2px #ffad3d solid;*/
border-radius: 50px;
    padding: 12px 16px 12px 5px;
    display: block;
    margin: 24px auto 20px;
    width: 420px;
    color: #ff0072;
    position: relative;
    text-align: center;
    background-color: #fff;
	clear: both;
	border: 2px solid #ff0072;
    font-size: 18px;
}
.btn2:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  color: #ff0072;
      top: 20%;
    right: 1em;
  font-weight: 900;
}

.btnm_mail {
/*  border: 2px #ffad3d solid;*/
border-radius: 50px;
    padding: 12px 16px 12px 5px;
    display: block;
    margin: 24px auto 10px;
    width: 420px;
    color: #ff0072;
    position: relative;
    text-align: center;
    background-color: #fff;
	clear: both;
	border: 2px solid #ff0072;
    font-size: 18px;
}
.btn_mail:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  color: #ff0072;
      top: 20%;
    right: 1em;
  font-weight: 900;
}




.cp_mail_outer a.submit_btn {
border-radius: 50px;
    padding: 12px 16px 12px 5px;
    display: block;
    margin: 24px auto 10px;
    width: 420px;
    color: #aaa;
    position: relative;
    text-align: center;
    background-color: #fff;
	clear: both;
	border: 2px solid #aaa;
    font-size: 18px;
	font-weight: normal;

}

.cp_mail_outer a.submit_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
/*  color: #ff0072;*/
      top: 20%;
    right: 1em;
  font-weight: 900;
}

.cp_mail_outer input[type=checkbox]:checked ~ a.submit_btn {
    background: #ff0072;
    pointer-events: visible;
	color: #fff;
	border: 2px solid #ff0072;
}

.cp_mail_outer input[type=checkbox]:checked ~ a.submit_btn :after {
   font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  color: #fff;
      top: 20%;
    right: 1em;
  font-weight: 900;
}

.touroku{
	    text-align: center;
    
	text-align: center;
    padding: 20px;
    font-size: 1.3em;
    letter-spacing: .2em;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}
@media screen and (max-width: 559px) {
	.touroku{
	 text-align: center;
    padding: 20px;
    font-size: 1em;
    letter-spacing: .1em;

}
}

.tori{
position: absolute;
    top: -20px;
    right: 10px;
    width: 250px;
	}

@media screen and (min-width: 560px) {
	.tori{
		
 position: absolute;
    top: -20px;
    right: 50px;
    width: 250px;
	}
}




@media screen and (min-width: 1025px) {
.tori{
position: absolute;
    top: -10px;
        right: 100px;
    width: 250px;
	}}



/*@media screen and (max-width: 420px) {
	.btn2 {
position: absolute;
    top: -20px;
   right: 0px;
    width: 80px;
	
	}}*/
	
.titlebig {
    max-width: 500px;
    width: 85%;
}
.icon1:before {
font-family: "Font Awesome 5 Free";
    content: "\f06b";
    padding-right: 20px; 
    /*position: absolute;
    left: 40px;*/
    color: #ff0072;
    font-weight: 900;
}
.icon2:before {
font-family: "Font Awesome 5 Free";
    content: "\f128";
    padding-right: 20px; 
    /*position: absolute;
    left: 40px;*/
    color: #ff0072;
    font-weight: 900;
}
.icon3:before {
font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    padding-right: 20px; 
    /*position: absolute;
    left: 40px;*/
    color: #ff0072;
    font-weight: 900;
}
.iro {
	color: #ff0072;
}

@media screen and (max-width: 768px) {
	.btn2 {
		width: 90%;
	
	}

	.cp_mail_outer a.submit_btn 
	{width: 90%;
	}
}






/*ここから*/
@media screen and (min-width: 481px){
.scroll_list{
	display: flex;
	text-align: center;
	margin: 10px auto 0;
	width: 96%;
    max-width: 980px;
	}
	.scroll_list li {
		width: 30%;
		margin: 0 auto;
			
		padding: 40px 0 10px;
			
	}
	

}
@media screen and (max-width: 480px){
.scroll_list{
  margin: 10px auto;
  padding: 20px 5px 0;
  width: 90%;  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
	width: 96%;
    max-width: 980px;
	}
.scroll_list li{
  display: inline-block;  /* 横並びにする指定 */
  list-style: none;
	margin: 0 auto;
	width: 84%;
  /* height: 450px;  横スクロールする範囲の高さを指定 */
}
.list1{
  margin-left: 0;
}
.list2, .list3{
  margin-left: 0px;
	}}
.text_c {
	text-align: center;
}
.search_bg{
	background-image: url(../images/bg3.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: 0;
    background-position: center;
	background-size:cover;
}
.search_bg2{
	    background-image: url(../images/bg4.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-position: bottom;
    background-size: cover;

}
.bg4 {
  /* ストライプパターンのCSS */
  background : repeating-linear-gradient(to right,
                                         #f5f5f5,
                                         #f5f5f5 20px,
                                         #ffffff 0,
                                         #ffffff 40px);
}
.yazirushi:before   {
	font-family: "Font Awesome 5 Free";
    content: "\f061";
    padding-right: 20px; 
    /*position: absolute;
    left: 40px;*/
    color: #c8c8c8;
    font-weight: 900;
}
.yazirushi {
    width: 100%;
    max-width: 980px;
    text-align: right;
    margin: 0 auto;
	}