@charset "utf-8";
/* CSS Document */

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wrap {
	width: 100%;
	position: relative;
	height: 100%;
}

#contents {
    position: relative;
    width: 750px;
	margin: 0 auto;
}

@media screen and (max-width: 979px) {
#contents {
    width: 700px;
}
}

@media screen and (max-width: 767px) {
#contents {
    width: 90%;
    max-width: 700px;
}
}

@media screen and (max-width: 479px) {
#contents {
    width: 100%;
}
}

p {
	font-size: 18px;
	line-height: 1.7em;
	margin: 0 0 15px;
}

p.star_rate {
	margin: 10px 0 15px;
	text-align: center;
}

@media screen and (max-width: 979px) {
p {
	font-size: 18px;
}
}

@media screen and (max-width: 767px) {
p {
	font-size: 16px;
}
}

@media screen and (max-width: 479px) {
p {
	font-size: 16px;
}
}

@media screen and (min-width: 979px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 979px){   
  .pc { display:none; }
  .sp { display:block; }
}

span.area {
    color: red;
    background: linear-gradient(transparent 50%, #ffff8f8f 50%);
    font-size: 18px;
}

img.kira {
    width: 33px;
}

h2.hikaku_title {
	font-size: 18px;
	background: #ffaba7;
	height: 40px;
	border-radius: 12px 12px 0px 0px;
	margin: 0px 0 -14px;
	border: 1px solid #ccc;
	color: #ffffff;
	padding: 6.5px 0;
}

h2.shop_title {
	background: #ffde7a;
	border-radius: 16px 16px 0px 0px;
	border: 1px solid #959595ad;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}

h3.shop_title {
	position: relative;
	border-top: solid 2px #ff96ab;
	border-bottom: solid 2px #ff96ab;
	background: #f9f7f7;
	line-height: 20px;
	padding: 8px 8px;
	margin: 18px 0 0px;
	font-size: 16px;
}
h3:after {
	position: absolute;
	font-family: "Font Awesome 5 Free", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	content: '\f54e\ shop';
	background: #ff96ab;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 7px 7px 0 0;
	padding: 7px 9px 3px;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
}

.box01 {
	margin: 0 0 50px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
}

.box02{
	margin: 0 0 50px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
}

.box03,.box04,.box05,.box06,.box07{
	margin: 0 0 50px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px;
}

/*-王冠アイコン設定-*/
.box01 h5 img,
.box02 h5 img,
.box03 h5 img {
	border: none;
	width: 45px;
	margin: -7px auto 8px;
	animation: 3s ease 0s normal none infinite running spin;
}

@keyframes spin {
	0%, 70% {
	transform: rotateY(0deg);
}
	100% {
	transform: rotateY(360deg);
}
}

.box04 h5 img {
	border: none;
	width: 45px;
	margin: 0px auto 8px;
}
.box05 h5 img {
	border: none;
	width: 45px;
	margin: 1px auto 8px;
}
.box06 h5 img {
	border: none;
	width: 45px;
	margin: 1px auto 8px;
}
.box07 h5 img {
	border: none;
	width: 45px;
	margin: 3px auto 8px;
}

.box_rank1,.box_rank2,.box_rank3{
	background-color: #ffffb3;
	font-size: 20px;
	height: 55px;
	padding: 7px 0 0 15px;
	border-radius: 10px 10px 0px 0px;
}
.box_rank4,.box_rank5,.box_rank6,.box_rank7{
	background-color: #ffffb3;
	font-size: 20px;
	height: 55px;
	padding: 7px 0 0 15px;
	border-radius: 10px 10px 0px 0px;
}

/*--イントロ--*/
.intro_dtm {
	margin: 10px auto 10px;
	font-weight: bold;
	color: #383838f0;
	font-size: 15px;
	text-align: center;
}

/*--ボタン上イントロ--*/
.intro_btn {
	margin: 18px auto 0px;
	font-weight: bold;
	color: #383838f0;
	font-size: 14px;
	text-align: center;
}

/*--------------------------------おすすめポイント-----------------------------------------*/
.point_osusume {
	max-width: 800px;
	margin: 20px 0 auto;
	border-radius: 16px;
	overflow: hidden; /* 角丸を効かせるため */
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	background-color: #fff;
	border: 2px solid #e79801;
}

.point_header {
	background-color: #e79801;
	color: #fff;
	text-align: center;
	padding: 7px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #e79801; 
}

.point_shosai {
	background-color: #fff7ee;
	padding: 20px;
}

        /* 個別のポイント（カード） */
.point_item {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px 15px 20px; /* 左側にアクセントを入れるためパディング調整 */
	margin-bottom: 15px;
	position: relative;
	box-shadow: 0 2px 5px rgba(239, 174, 5, 0.15); /* 薄い黄色の影 */
}

.point_item:last-child {
	margin-bottom: 0;
}

        /* 見出し（太字部分）のデザイン */
 .point_title {
	display: block;
	font-weight: bold;
	color: #414141;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom: 2px dashed #e79801; /* 下線で区切り */
	padding-bottom: 5px;
}

        /* 文頭の番号装飾（①②③の代わり） */
.point_number {
	display: inline-block;
	background-color: #efae05;
	color: #fff;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 13.5px;
	margin-right: 4px;
	font-weight: bold;
	vertical-align: text-bottom;
}

        /* 本文のデザイン */
 .point_text {
	font-size: 13px;
	margin: 0;
	color: #444;
}

        /* スマホ向けの微調整 */
@media (max-width: 480px) {
.point_shosai {
	padding: 15px;
}
.point_title {
	font-size: 15px;
}
}

.point_midashi {   			/*-ポイント見出し-*/
	position: relative;
	text-align: center;
	padding: 0.5em;
	font-size: 20px;
	background: #e98623;
	color: white;
}
.point_midashi:before {
	content:"";
	position: absolute;
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(159 86 14);
}
.title_fuki{					/*-吹き出しアイコン-*/
	width: 40px;
}

img.pointicon\.png {          /*-ポイントアイコン-*/
	width: 2em;
	height: auto;
}

span.pointname {             /*-「おすすめポイント」-*/
	font-size: 23px;
}

.midashi_hana {             /*---花アイコン見出し---*/
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin: 0px
}

.point02 {
	font-size: 15px;
	background-color: #fdf5f68c;
	margin: auto auto 12px;
	line-height: 1.8;
}

img.hanaicon {
   	width: 2.5em;
}

/*--------------------------------------スペック表-------------------------------------*/

.spec_table {
	width: 97% ;
	margin: auto;
}

.spec_table th {
	background-color: #f9f3ec;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	padding: 1px 0 0;
}

.spec_table td {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	padding: 3px 5px;
}

.spec_table .logo {
	width: 7em;
	border: 0.5px solid #00000036;
}

/*------------------------冒頭比較表----------------------*/
/*-比較表縦-*/
.hikaku_table,.hikaku_table_tab {
	text-align: center;
    clear: both;
    width: 100%;
    margin: 13px auto 35px;
    border-collapse: collapse;
    border: 1px solid #808080;
}

.hikaku_table th img,.hikaku_table_tab th img {
    width: 42px;
}

.hikaku_table th,.hikaku_table_tab th {
	background-color: #f9aeaa26;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
}

.hikaku_table td,.hikaku_table_tab td {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 4px;
	vertical-align: baseline;
}

td.near_store {
    font-size: 12px;
    padding: 10px 6px;
}
span.near_store02 {
    font-size: 11px;
}

.hikaku_table .logo {
	width: 7em;
	border: 0.5px solid #00000036;
}

/*-比較表ボタン-*/
.hikaku_btn{
	display: block;
    position: relative;
    background-color: #ff0000;
    border-radius: 4px;
    color: #fff;
    line-height: 11px;
    transition: none;
    box-shadow: 0 3px 0 #bbb;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    padding: 3.5px 6px;
    overflow: hidden;
    width: 55%;
    margin: 5px auto;

}
.button_text {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

p.hikaku_campaign {
    font-size: 15px;
	margin-bottom: 0px;
	color: black;
}

/*-------------------------公式ボタン------------------------------------*/
.koshiki_btn {
	display: block;
	position: relative;
	background-color: #ff0000;
	border-radius: 35px;	
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 3px #6c6464;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	padding: 9px;
	overflow: hidden;
	width: 75%;
	margin: 1em auto 2em;
}
@media screen and (max-width: 767px) {
.koshiki_btn {
	width: 77%;
}
}
.koshiki_btn a {
	color: #fff;
	font-size: 16px;
}

/* --- テキスト装飾 --- */
.text_small {
	font-size: 0.75em;
	font-weight: normal;
}

.reflection {
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
	transform: skewX(-25deg);
	animation: shine 9s infinite;
}
@keyframes shine {
	0% { left: -100%; }
	20% { left: 200%; }
	100% { left: 200%; }
}

/* スマホ表示時の調整（画面が狭すぎる場合に縦並びにするなら以下を有効化） */
@media screen and (max-width: 400px) {
	.btn_area {
	flex-wrap: wrap;
}
.official_btn01, .official_btn02 {
	flex: 100%; /* 幅100%にして縦積みにする */
}
}

/*-------------------------------ここから下既存設定------------------------------------*/
/*----画像装飾----*/

img {
	max-width: 100%;
	margin: 0 auto 0 auto;
}

.imgstar {
	padding-top: 10px;
	padding-bottom: 5px;
}

.gray_waku {
	border: 1px solid #ccc;
	max-width: 100%;
}


.img_waku {
	border: 0.5px solid #c5c5c5;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.img_waku02 {
	display: block;
	margin: 0.3em 0 1em;
	width: 100%;
}

.img_waku03 {
	border: 0.5px solid #c5c5c5;
	display: block;
	margin:auto;
	width: 80%;
}

.img_waku04 {
	display: block;
	margin: 0.3em 0 1em;
	width: 100%;
	border-radius: 3px;
}

/*----文字装飾----*/

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
/*	background: linear-gradient(180deg,#fff 0%,#fff 10%,#ff6 10%,#fff 100%);*/
	color: red;
}

.strong2 {
	font-weight: bold;
	background: linear-gradient(180deg,#f0e4d7 0%,#f0e4d7 10%,#ff6 10%,#f0e4d7 100%);
	font-size: 11px;
}

/*装飾追記*/
.frame_text {
	font-size: 14px;
	text-decoration: underline;
	margin: 5px auto 0;
}

.text_big {
    font-size: 17px;
}

.text_middle{
	font-size: 14px;
}

.text_small {
	font-size: 12px;
}

.text_verysmall {
	font-size: 11px;
}

.text_verysmall02 {
	font-size: 11.5px;
}

/*注釈*/
.gray_text {
	color: gray;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	line-height: 18px;
}

/*----テーブル----*/

table {
	clear: both;
	width: 100%;
	margin: 10px auto;
	border-collapse: separate;
	border-spacing: 0px;
	overflow: hidden;
}

th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	padding: 2px 2px 2px 2px;
}

@media screen and (max-width: 767px) {
th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}
}
@media screen and (max-width: 479px) {
th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}
}


td {
/*	border: 1px solid #ccc; */
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
}

td img {
	width: 36px;
	margin-bottom: 1px;
}


/* 店舗一覧 */
.store{
	width: 95% ;
	margin: 10px auto 5px auto;
}

.store th {
	background-color: #f9f3ec;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0;
}

.store td {
	line-height: 1.5;
	text-align: inherit;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 10px;
}

/*--リンクジャンプ先表示位置設定--*/

.area_anchor {
    display: block;
}

/*----運営者情報----*/
.uneisha {
	width: 95%;
	margin: 20px 10px;
	padding: 0;
}

.uneisha th {
	width: 25%;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 14px;
	padding: 3px 0 0;
}

.uneisha td {
	width: 75%;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 3px 0 0 10px;
}

/*----ヘッダー,フッター----*/
header {
    margin: 0 auto;
	padding: 0 0 5px;
    top: 0;
    width: 100%;
	background-color: #fdfbdb;
	border-bottom: 1px solid #ccc;
	height: auto;
}

header img {
	border: none;
}

/*----リスト----*/
#footer {
	clear: both;
	padding: 30px 0 0 0;
	background-color: #ff96ab;
	box-shadow: 2px 0 3px #e1e1e1;
	behavior: url(/PIE.htc);
	font-size: 14px;
}

.footer_contents {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 30px 40px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
.footer_contents {
	width: 540px;
}
}

@media screen and (max-width: 479px) {
.footer_contents {
	width: 100%;
}
}

.footer_contents a {
	color: #333;
	text-decoration: none;
}

.footer_contents .sitename {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
.footer_contents .sitename {
	font-size: 16px;
}
}

@media screen and (max-width: 479px) {
.footer_contents .sitename {
	font-size: 14px;
}
}

.footer_contents li {
	margin: 5px 0 0 0;
	padding: 0 10px 0px 0;
	font-size: 80%;
	list-style:none;
}

@media screen and (max-width: 767px) {
.footer_contents li {
	font-size: 12px;
}
}

@media screen and (max-width: 479px) {
.footer_contents li {
	font-size: 10px;
}
}

.copylights {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 90%;
	/*background: #f8f8f8;*/
	background: #fff;
}

address {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 85%;
	background: #f8f8f8;
}

address a {
	color: #039;
}


/*---リンク---*/
a:hover {
	opacity:0.8;
}

/*----見出し----*/

h1 {
    margin: 0 auto;
	padding: 3px 0 0;
    width: 70%;
	font-size: 24px;
	color: #ffffff;
	/*text-align: center;*/
}

@media screen and (max-width: 979px) {
h1 {
	font-size: 24px;
}
}

@media screen and (max-width: 767px) {
h1 {
	font-size: 18px;
}
}

@media screen and (max-width: 479px) {
h1 {
	font-size: 18px;
}
}

h3 {
	font-size: 16px;
	margin: 10px 10px 0;
	font-weight: bold;
}

h4 {
	border-bottom: 3px dotted #ff3a53;
	margin: 20px;
	padding: 6px;
	clear: both;
	text-align: center;
	background: #ffffb34f;
}

@media screen and (max-width: 979px) {
h4 {
	font-size: 24px;
}
}

@media screen and (max-width: 767px) {
h4 {
	font-size: 22px;
}
}

@media screen and (max-width: 479px) {
h4 {
	font-size: 19px;
}
}


h5 {
	margin: 0 0 10px;
	padding: 3px 10px;
	font-size: 18px;
	}

h6 {
	width: 100%;
	margin: 5px 5px 3px;
	padding: 5px 32px;
	height: 30px;
	background-color: #ffffff;
}

.intro {
	margin: 15px 5px 10px 5px;
	font-size: 17px;
	border-bottom: 1px solid #f13652;
	text-align: center;
	font-weight: bold;
}

.title {
	padding: 10px 10px;
	margin: 0 auto;
}

/*----メインコンテンツ----*/


.text {
	width: 100%;
	margin: 0 auto;
	padding: 5px 5px;
}

/*----ボタン----*/
.btn01 {
	color: #201f1f;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

.btn01 b {
	font-size: 1.1em; /* 太字部分を少し大きく */
	display: block;   /* 改行させる */
	margin-top: 2px;
}

.btn02 {
	color: #fff;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}

.button06 {
	display: block;
	position: relative;
	background-color: #ff96ab;
	border-radius: 15px;
	color: #fff;
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbb;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 5px 10px;
	overflow: hidden;
	width: 80%;
	margin: 20px auto;
}

@media screen and (max-width: 979px) {
.button06 {
    width: 78%;
}
}

@media screen and (max-width: 695px) {
.button06 {
    width: 75%;
}
}

.reflection {
	background-color: #fff;
	height: 100%;
	width: 30px;
	top: -180px;
	left: 0;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 9s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 9s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 9s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 9s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 9s ease-in-out infinite;
}

@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

h5 img {
	border: none;
}

h5 a {
	color: #333;
	text-decoration: underline;
	font-size: 20px;
}

.box_waku {
	margin: 10px;
}

.rank01 {
	background-color: #ffec6670;
	font-size: 20px;
	height: 55px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank02 {
	background-color: #f1f1f1c4;
	font-size: 20px;
	height: 55px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank03 {
	background-color: #ddacafa8;
	font-size: 20px;
	height: 55px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

.rank04,.rank05,.rank06,.rank07 {
	background-color: #eeeeee8c;
	font-size: 20px;
	height: 37px;
	padding: 3px 0 0 15px;
	border-radius: 10px 10px;
}

#contents .box_waku .campaign_waku {
	background-color: #fefeeb;
	color: #f30202;
	padding: 10px 20px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}

/*---- フォーム ----*/

input[type=checkbox]{
	display: none;
}

input[type=radio]{
	display: none;
}

.form_box02 {
	clear: both;
	line-height: 18px;
	width: 100%;
}

.form_box02 > ul {
	display: table;
	width: 95%;
	font-size: 12px;
	margin: 0 auto 10px auto;
	padding: 5px 0 5px 10px;
	border: 1px solid #d1d1d1;
	border-radius: 15px;
	position: relative;
}

.form_box02 >.select::before{
	position:absolute;
	top:45%;
	right:14%;
	width:0;
	height:0;
	padding:0;
	content:'';
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #666666;
	pointer-events:none;
}

@media screen and (min-width: 376px) {
.form_box02 >.select::before{
	top: 45%;
	right: 16%;
}
}

@media screen and (min-width: 391px) {
.form_box02 >.select::before{
	top: 45%;
	right: 20%;
}
}

@media screen and (min-width: 415px) {
.form_box02 >.select::before{
	top: 44%;
	right: 28%;
}
}

@media screen and (min-width: 480px) {
.form_box02 >.select::before{
	top: 44%;
	right: 44%;
}
}

@media screen and (min-width: 768px) {
.form_box02 >.select::before{
	top: 44%;
	right: 45%;
}
}

@media screen and (min-width: 980px) {
.form_box02 >.select::before{
	top: 44%;
	right: 47.5%;
}
}

.form_box02 > ul > li {
	display: inline-block;
	vertical-align: middle;
}

.form_box02 > ul > li:first-child {
	width: 21%;
	padding: 3px;
	border-radius: 15px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	opacity: 0.8;
	background-color: #ff96ab;

}

.form_koumoku ul {
	display: table;
}

.form_koumoku li {
	display: inline-block;
	padding: 0 10px 5px 0;
}

@media screen and (max-width: 375px) {
.form_koumoku li {
	padding: 0 4px 5px 0;
}
}

.form_koumoku input {
	margin: 0 0 0 0;
	vertical-align: top;
}

.form_koumoku label {
	vertical-align: middle;
	display: block;
	background-color: #f8f8f8;
	overflow: hidden;
	border-radius: 15px;
	padding: 1px;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
	margin: 1px;
}

.form_koumoku input[type=radio]:checked ~ label {
	background-color: #b3d4fc;
}

.form_koumoku input[type=checkbox]:checked ~ label {
	background-color: #b3d4fc;
}

.select_koumoku {
	width: 90%;
   	border: 1px solid #bbbbbb;
   	margin-inline-start: 40px;
	background-color: white;
	border-radius: 15px;
	appearance: none;
	-webkit-appearance: none;
	padding: 0 0 0 5px;
}

.submit {
	width: 100%;
}

/*---- リボン ----*/

.ribbonA {
    	display: block;
    	position: relative;
    	height: 30px;
    	line-height: 30px;
    	vertical-align: middle;
    	text-align: center;
    	font-size: 16px;
		margin-top: 10px;
		margin-bottom: 20px;
    	background: #ff96ab;
    	color: #FFF;
	margin-right: 45px;
	margin-left: 45px;
}

.ribbonA:before, .ribbonA:after {
    	position: absolute;
    	content: '';
    	width: 0px;
    	height: 0px;
    	z-index: 1;
}
.ribbonA:before {
    	top: 0;
    	left: 0;
    	border-width: 15px 10px 15px 10px;
    	border-color: transparent transparent transparent #fff;
    	border-style: solid;
}
.ribbonA:after {
    	top: 0;
    	right: 0;
    	border-width: 15px 10px 15px 10px;
    	border-color: transparent #fff transparent transparent;
    	border-style: solid;
}

/*---- ダウンバナー ----*/
.img_frame {
	display: block;
	margin: 0 auto;
}

.downbanner{
	margin: 30px 0 0 0;
}

/*--------------*/
.spec_img {
	width: 38%;
	max-width: 50px;
}

img.rankspec_img {
	width: 33px;
	margin-bottom: 2px;
}

.hikaku .under{
	text-decoration: underline;
}

.hikaku{
	border: 3px double #ccc;
}

.hikaku-img {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:5px;
}

/*---- 矢印表示　---*/
.arrow {
    width: 0px;
    margin: 15px auto;
    border-style: solid;
    border-width: 30px 150px 0 150px;
    border-color: #fb98a3b0 transparent transparent transparent;
    animation: flash 1s infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
	0% { opacity: 1.0; }
	100% { opacity: 0; }
}

/*---- トップ矢印　---*/
.arrow2 {
	width: 0px;
	margin: 0 auto 15px auto;
	border-style: solid;
	border-width: 30px 185px 0 185px;
	border-color: #fab8bf transparent transparent transparent;
	animation: flash 1.2s infinite;
	animation-direction: alternate;
	animation-play-state: running;
	border-radius: 0.5em;
}

h2 {
	position: relative;
	margin: 0 25px;
	text-align: center;
	padding: 8px 0 4px;
	margin: 0px auto 0px;
	color: #5c5c5c;
    font-size: 16px;
	background: #fdf2f8;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

/*---- 店舗一覧アコーディオンメニュー　---*/
.area_btn1, .area_btn2{
	display: block;
	margin: 2px 0 0 2px;
	cursor: pointer;
	position: relative;
}

.area_btn1{
	background: #e2bd98;
	padding: 3%;
	font-size: 18px;
	line-height: 24px;
	width: 90%;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 2px auto 0 auto;
}

.area_btn2{
	background: #eeeeee;
	padding: 2%;
	font-size: 15px;
	line-height: 1;
	width: 49%;
	float: left;
	margin: 0.25% 0.5%;
}

.list_heading .area_btn2{
	background: #fafafa;
}

/*エリアボタンの＋*/
.area_btn1::before, .area_btn1::after, .area_btn2::before, .area_btn2::after {
	content: '';
	width: 4%;
	height: 3px;
	position: absolute;
	top: 45%;
	right: 7%;
	transition: all .4s;
	z-index: 100;
}

.area_btn1::before, .area_btn1::after{
	background-color: #fff;
}

.area_btn2::before, .area_btn2::after {
	background-color: #333;
}

@media screen and (max-width: 768px){
.area_btn1::before, .area_btn1::after, .area_btn2::before, .area_btn2::after {
	width: 5%;
}
}

@media screen and (max-width: 414px){
.area_btn1::before, .area_btn1::after, .area_btn2::before, .area_btn2::after {
	width: 6%;
}
}

.area_btn1::after, .area_btn2::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.area_btn2 .text_verysmall{
	font-size: 10px;
	color: #a07022;
}

/*アコーディオン内部*/
.accordion ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list_section{
	margin: 0 auto;
}

.list_content li{
	text-align: left;
	font-size: 15px;
}

@media screen and (max-width: 768px){
.list_content li{
	font-size: 14px;
}
}

@media screen and (max-width: 414px){
.list_content li{
	font-size: 13px;
}
}

.list_img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 2% auto;
	text-align: center;
	display: block;
}

/*Googleマップの表示*/
div#list_map{
	overflow: hidden;
	width: 100%;
	height: 250px;
	max-width: 400px;
    margin: auto;
}

@media screen and (max-width: 414px){
div#list_map{
	height: 200px;
}
}

#list_map iframe{
	width: 100%;
	height: 750px;
	margin-top: -240px;
}

@media screen and (max-width: 414px){
#list_map iframe{
	height: 700px;
}
}

.list_store_text {
	margin: 10px 0 2px;
	display: block;
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
.list_store_text{
	font-size: 16px;
}
}

@media screen and (max-width: 414px){
.list_store_text{
	font-size: 15px;
}
}

label{
	cursor: pointer;
}

/*チェック、選択で表示領域を切り替え*/
.toggle, .toggle_body{
	display: none;
}

.toggle + div{
	max-height: 0;
	overflow: auto;
	transition: all 0.5s ease;
	margin: auto;
	width: 91%;
}

.toggle:checked + div{
	max-height: 800px;
	transition: all 0.5s ease-in;
	margin: auto;
	width: 91%;
}

.toggle_body + li{
	max-height: 0;
	overflow: auto;
	transition: all 0.5s ease;
}

.toggle_body:checked + li{
	max-height: 1200px;
	width: 100%;
	transition: all 0.5s ease-in;
	padding: 30px;
}

@media screen and (max-width: 768px){
.toggle_body:checked + li{
	padding: 20px;
}
}

@media screen and (max-width: 414px){
.toggle_body:checked + li{
	padding: 10px;
}
}

/*---- 店舗一覧JS版　---*/
/*ulの点をリセット*/
#salon ul{
	list-style: none;
}

.area{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac {
	width: 95%;
	margin: 0 auto;
}

.ac-parent {
	position: relative;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #e2bd98;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: .3s;
}

.ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	/*横線*/
	width: 24px;
	height: 2px;
	background: #fff;
}

.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	transform: translateY(-50%);
	transition: all .3s;
	/*縦線*/
	width: 2px;
	height: 24px;
	background: #fff;
}

/* 縦線（after）だけ縦回転させる */
.ac-parent.open:after {
	top: 25%;
	transform: rotate(90deg);
	opacity: 0;
}

/********* 下層メニュー *********/
.ac-child__item {
	position: relative;
	padding: 2%;
	margin: 0.25% 0.5%;
	line-height: 1;
	border-bottom: 1px solid #fff;
	background-color: #fafafa;
	cursor: pointer;
	width: 49%;
	float: left;
	font-size: 15px;
}

dt.ac-child__item:nth-of-type(3),dt.ac-child__item:nth-of-type(4),dt.ac-child__item:nth-of-type(7)
,dt.ac-child__item:nth-of-type(8),dt.ac-child__item:nth-of-type(11),dt.ac-child__item:nth-of-type(12)
,dt.ac-child__item:nth-of-type(15),dt.ac-child__item:nth-of-type(16),dt.ac-child__item:nth-of-type(19)
,dt.ac-child__item:nth-of-type(20) {
	background-color: #eeeeee;
}

/* 下層メニューアイコン */
.ac-child__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: translateY(-50%);
	transform: rotate(135deg);
	transition: all .3s;
}

/* 下層メニュー内テキストエリア */
.ac-child__description {
	padding: 1em;
	clear: both;
}

/* 下層アイコン変化（openクラスを付与） */
.ac-child__item.open:after {
	top: 50%;
	transform: rotate(315deg);
}

dd.ac-child {
	overflow: hidden;
}

dt .text_verysmall{
	font-size: 10px;
	color: #a07022;
}

.ac-child dd{
	font-size: 15px;
}

@media screen and (max-width: 768px){
.ac-child dd{
	font-size: 14px;
}
}

@media screen and (max-width: 414px){
.ac-child dd{
	font-size: 13px;
}
}

.ac-child__item.open{
	background-color: #fdfbdb;
}


dt#dummy, #dummy:after{
	display: none;
}

a.text_right{
	text-decoration: underline;
}

/*******************************表彰台ランキング*******************************************/
.ranking-section-title {
	text-align: center;
	color: #d65f8e;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

    /* 背景画像エリア */
.ranking-wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 10px auto; /* 下に余白を追加 */
	padding: 40px 20px;
	box-sizing: border-box;

 /* 背景画像設定 */
	background-image: url('/img/item/podium_backimg01.jpg'); 

	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
/* 背景画像がない場合の予備色（画像設定時は削除可） */
	background-color: #ffeef5;
}

 /* 表彰台レイアウト（Flexbox） */
.podium-container {
	display: flex;
	justify-content: center;
	align-items: flex-end; /* 下揃え */
	gap: 15px;
	max-width: 600px;
	margin: 0 auto;
}

.podium-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
	position: relative;
}

/* 画像スタイル */
.rank_img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	display: block;
	margin-bottom: 5px;
	background: #fff;
}

/* テキストスタイル */
.frame_text {
	text-align: center;
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #555;
	line-height: 1.4;
}

/* --- 順位ごとの配置調整 --- */
/* 1位 */
.podium-item.rank-1 {
	width: 34%;
	z-index: 2;
	order: 1;
	margin-bottom: 0;
}
/* 2位 */
.podium-item.rank-2 {
	order: 2;
}
/* 3位 */
.podium-item.rank-3 {
	order: 3; /* 右 */
}

/* --- 土台のデザイン --- */
.base-box {
	width: 100%;
/*	background: linear-gradient(to bottom, #ffcce0, #ff99cc);*/
	border: 2px solid #fff;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 4px 10px rgba(255, 105, 180, 0.4);
}

.rank-1 .base-box { height: 120px; font-size: 40px; border-color: #de9400; background: linear-gradient(to bottom, #f3de00, #c9a100); }
.rank-2 .base-box { height: 80px; font-size: 24px; border-color: #5b5a58b8;  background: linear-gradient(to bottom, #f4f4f4, #bababa); }
.rank-3 .base-box { height: 60px; font-size: 24px; border-color: #c47022;  background: linear-gradient(to bottom, #e5bea8, #d5926e); }

/* スマホ対応 */
@media screen and (max-width: 480px) {
.ranking-wrapper { padding: 15px 10px; }
.podium-container { gap: 5px; }
.frame_text { font-size: 10px; }
.rank-1 .base-box { height: 90px; font-size: 30px; }
.rank-2 .base-box { height: 75px; font-size: 20px; }
.rank-3 .base-box { height: 60px; font-size: 18px; }
}

/*******************************タブ切り替えコンテンツ*******************************************/
 .active-tab {
	background-color: #ff96ab; /* pink-500 */
	color: white;
	border-bottom: 2px solid #ec4899;
}
/* タブの非アクティブ状態 */
.inactive-tab {
	background-color: ##f3f1f18a;
	color: #831843; /* pink-900 */
	border-bottom: 2px solid #fbcfe8; /* pink-200 */
}
/* フェードインアニメーション */
.fade-in {
	animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* コンテナ設定 */
.dm-container {
	width: 100%;
	margin: 33px auto 12px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
	box-sizing: border-box;
}

.dm-container * {
	box-sizing: border-box;
}

.dm-header {
	text-align: center;
	margin-bottom: 5px;
}

.dm-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.dm-subtitle {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}

/* タブボタン */
.dm-tabs {
	display: flex;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	margin-bottom: 0;
}

.dm-tab-btn {
	width: 50%;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0; /* 既存CSSのリセット */
	line-height: 1.5;
}

/* 既存のh5 imgスタイルなどの影響を避ける */
.dm-tab-btn img, .dm-tab-btn i {
	margin: 0;
}

.active-tab {
	background-color: #ff96ab;
	color: white;
	border-bottom: 2px solid #ec4899;
}

.inactive-tab {
	background-color: #f3f1f18a;
	color: #831843;
	border-bottom: 2px solid #fbcfe8;
}

/* コンテンツエリア */
.dm-content-area {
	background: #fff;
	border-left: 2px solid #fbcfe8;
	border-right: 2px solid #fbcfe8;
	border-bottom: 2px solid #fbcfe8;
	border-radius: 0 0 8px 8px;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	min-height: 300px;
}

/* 必須ユーティリティ */
.dm-hidden {
	display: none;
}

.dm-block {
	display: block;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

/* 口コミカード */
.dm-review-card {
	background-color: #fdf2f8;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #fce7f3;
}

.dm-review-card.gray {
	background-color: #f3f1f18a;
	border: 1px solid #f3f4f6;
}

.dm-review-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}

.dm-user-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dm-avatar {
	width: 32px;
	height: 32px;
	background-color: #e5e7eb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af;
	font-size: 14px;
}

.dm-name {
	font-size: 14px;
	font-weight: bold;
	color: #1f2937;
	margin: 0;
}

.dm-stars {
	color: #facc15;
	font-size: 12px;
	line-height: 1;
}

.dm-date {
	font-size: 11px;
	color: #9ca3af;
}

.dm-text {
	font-size: 13px;
	color: #374151;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

.dm-highlight {
	font-weight: bold;
	color: #db2777;
	background-color: #fce7f3;
	padding: 0 4px;
}

/* もっと見るボタン */
.dm-more-btn-area {
	text-align: center;
	margin-top: 15px;
}

.dm-more-btn {
	background: none;
	border: none;
	color: #ec4899;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

.dm-more-btn:hover {
	text-decoration: underline;
}

/* 脱毛機セクション */
.dm-machine-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	display: block;
}

.dm-machine-header {
	text-align: center;
	margin-bottom: 20px;
}

.dm-badge {
	background-color: #dbeafe;
	color: #2563eb;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 8px;
}

.dm-machine-name {
	font-size: 18px;
	font-weight: bold;
	color: #1f2937;
	margin: 0 0 5px 0;
}

.dm-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.dm-feature-icon {
	width: 40px;
	height: 40px;
	background-color: #fce7f3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ec4899;
	font-size: 18px;
	flex-shrink: 0;
}

.dm-feature-title {
	font-weight: bold;
	color: #1f2937;
	font-size: 15px;
	margin: 0 0 4px 0;
	padding: 0;
}

.dm-feature-desc {
	font-size: 13px;
	color: #4b5563;
	margin: 0;
	line-height: 1.5;
}

.dm-note {
	background-color: #f3f4f6;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 11px;
	color: #6b7280;
	margin-top: 20px;
}

/* ==========================================================================
	店舗情報（アコーディオン）スタイル
========================================================================== */
.dm-shop-header {
	text-align: center;
	margin-bottom: 24px;
}
.dm-shop-title {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	text-align: center;
}
.dm-shop-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #ff96ab;
	position: absolute;
	bottom: -4px;
	left: 0;
	border-radius: 2px;
}
.dm-shop-desc {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.dm-shop-accordion {
	border-top: 1px solid #eee;
}
.dm-shop-details {
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
}
.dm-shop-details[open] {
	background-color: #fffafb;
}
.dm-shop-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	list-style: none;
	color: #444;
}
.dm-shop-summary::-webkit-details-marker {
	display: none;
}
.dm-shop-icon {
	position: relative;
	width: 20px;
	height: 20px;
}
.dm-shop-icon::before,
.dm-shop-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ec4899;
	transform: translate(-50%, -50%);
	border-radius: 2px;
	transition: transform 0.3s ease;
}
.dm-shop-icon::before {
	width: 14px;
	height: 2px;
}
.dm-shop-icon::after {
	width: 2px;
	height: 14px;
}
.dm-shop-details[open] .dm-shop-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.dm-shop-content {
	padding: 0 16px 20px 16px;
	animation: fadeIn 0.4s ease;
	text-align: left;
}
.dm-clinic-group {
	margin-bottom: 16px;
}
.dm-clinic-group:last-child {
	margin-bottom: 0;
}
.dm-clinic-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}
.dm-clinic-name::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 8px;
}
.dm-clinic-name.regina::before { background-color: #cda274; }
.dm-clinic-name.freya::before { background-color: #f5b041; }
.dm-clinic-name.eminal::before { background-color: #ec7063; }

.dm-clinic-shops {
	font-size: 13px;
	color: #555;
	padding-left: 14px;
	line-height: 1.8;
}
.dm-clinic-shops span {
	display: inline-block;
	margin-right: 10px;
	background: #f0f0f0;
	padding: 2px 8px;
	border-radius: 4px;
	margin-bottom: 7px;
	font-size: 12px;
}
.dm-shop-footer {
	text-align: center;
	margin-top: 24px;
}

/* コンテンツエリア */
.shop-content-area {
	background: #fff;
	padding: 10px 20px 5px;
	min-height: 300px;
	margin: 0px 0px 10px 0px;
}

/*******************************新ボタン*******************************************/
.btn_area {
	display: flex;
	justify-content: space-between; /* 均等配置 */
	gap: 10px;
	max-width: 600px;
	margin: 5px auto 15px;
	width: 100%;
}

    /* 左側のボタンエリア (4割) */
.official_btn01 {
flex: 4; /* 比率4 */
        /* 厳密に40%にしたい場合は width: 40%; としますが、flex推奨です */
}

    /* 右側のボタンエリア (6割) */
.official_btn02 {
flex: 6; /* 比率6 */
}

    /* リンクタグ（aタグ）共通設定 */
.btn_area a {
	display: flex;       /* 文字を上下中央揃えにするため */
	align-items: center; /* 上下中央 */
	justify-content: center; /* 左右中央 */
	height: 100%;        /* 高さを揃える */
	padding: 5px 5px;   /* 内側の余白 */
	border-radius: 10px;  /* 角丸 */
	transition: opacity 0.3s;
	text-align: center;
	box-shadow: 0 3px 3px #989292
}
.btn_area a:hover {
	opacity: 0.8; /* ホバー時の動き */
}

    /* --- ボタンごとの色設定 --- */

    /* 左ボタン：白背景・黒文字 */
.official_btn01 a {
	background-color: #fff6f6;
	color: #5b5a5a;
	border: 2px solid #5b5a5a; /* 白背景なので境界線を追加 */
}

    /* 右ボタン：赤背景・白文字 */
.official_btn02 a {
	background-color: #ff0000; /* 赤色 */
	color: #ffffff;
	border: 2px solid #cc0000; /* 高さを合わせるため線幅分のボーダーを入れる（色は背景と同じ） */
	position: relative; /* キラッと光るエフェクト用（reflection）の基準 */
	overflow: hidden;
}

/*******************************ピックアップエリア*******************************************/
.pickup_area {
	width: 100%;
	margin: 0 auto 9px auto;
	background-image: url(/img/item/podium_backimg02.jpg);
	background-size: inherit;
	padding: 3px 0px 12px 0px;
}

.pickup_box {
	margin: 0px auto;
}