﻿/*
 Theme Name:   hiratsuka-shop2.1
 Theme URI:    https://hiratsuka-shop.yomsubi.com/
 Description:  hiratsuka-shop
 Template:     twentyseventeen
 Version:      2.1
*/
/*-------------------------------------------
	fonts
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap');


/*------------------------------------------

	Reset

------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img{
  max-width: 100%;
  height: auto;
  width /***/:auto; /*IE8のみ適用*/
	vertical-align:bottom;
}
a img {
	border: none;
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/* clearfix
------------------------------------------*/

.cf:before,
.cf:after {
	content:"";
	display:table; 
}

.cf:after {
	clear:both; 
}   

.cf {
	zoom:1; 
} 

/*-------------------------------------------
	general
--------------------------------------------*/
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "MS PGothic", Osaka, sans-serif !important;
}
/*------------------------------------------

	Header

------------------------------------------*/
header{
  height:137px;
  padding-top:25px;
  margin:0 auto;
}

.post-type-archive-ct_baby-goods header{
border-bottom:2px #C3DDE5 solid;
}

header .inner{
  position:relative;
  max-width:1160px;
  padding-bottom:15px;
border-bottom:3px #C1DAE2 solid;
}
.httl{
  width:200px;
  margin:0;
  padding:0;
display:none;
}
.httl a{
  display:block;
font-size:13px;
color:#858685;
  line-height:1.2;
  padding:13px 0 13px 60px;
    background: url(https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2022/03/logo.png) 10px center no-repeat;

}




/* grobal navigation (custom menu)
------------------------------------------*/
.grobal-nav {
}
#menu-grobal-menu{
  display:table;
  width:100%;
  margin:0;
}
#menu-grobal-menu li{
display:table-cell;
width:16.666%;
margin:0;
border-left:1px #ACABAB solid;
vertical-align:middle;
}
#menu-grobal-menu li:last-child{
border-right:1px #ACABAB solid;
}


#menu-grobal-menu li a{
  display:block;
  font-size:14px;
  font-weight:600;
  line-height:1;
  padding:21px 0 21px 30px;
text-align:center;
background-position:10px center;
background-repeat:no-repeat;
}
#menu-grobal-menu li a:hover,
#menu-grobal-menu li.current-menu-item a{
  opacity:0.8;
}
#menu-grobal-menu li:nth-child(2) a{
line-height:1.2;
  padding:5px 0 5px 30px;
}
.gn-home a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/nav_icon01.png");
}
.gn-howto a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/nav_icon02.png");
}
.gn-shoplist a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/nav_icon03.png");
}
.gn-interview a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/nav_icon04.png");
}

.gn-faq a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/nav_icon05.png");
}
.gn-manual a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/nav_icon06.png");
}
.gn-mare-donation a{
    background-image: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2024/11/nav_icon07.png");
}
.menu{
  list-style-type:none;
}


#toggle {
	display: none;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 1000px) {
header{
  height:60px;
  padding:0;
}
header .inner{
border:none;
}
.home header{
border-bottom:2px #9AC8E0 solid;
}

.head-logo{
width:140px;
  margin-left:3%;
}
.head-logo a{
  padding:11px 0;
}
.httl{
display:block;
}

.httl a{
padding-left:50px;
background-position:0 center;
}
.grobal-nav{
width:100%;
margin-left:0;
margin-right:0;
}
.menu-grobal-menu-container{
	position:absolute;
	width:100%;
	top:60px;
	left:0;
	display: none;
	z-index:20;
}
#menu-grobal-menu{
	display:block;
	background:rgba(255,255,255,0.9);
}
#menu-grobal-menu li{
width:100%;
	display:block;
	border-left:none;
	border-bottom:1px #C3E1E2 solid;
}
#menu-grobal-menu li a,
#menu-grobal-menu li:nth-child(2) a{
text-align:left;
padding: 15px 0 15px 60px;
background-size:29px 30px;
}
#menu-grobal-menu li:nth-child(2) a br{
display:none;
}

#toggle{
	display:block;
	position:absolute;
	top:20px;
	right:3%;
	cursor:pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 19px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0C639E;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#toggle.gnavon .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#toggle.gnavon .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#toggle.gnavon .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
}/* end 900px */

/*------------------------------------------

	footer

------------------------------------------*/
#footer{
}
.footer-inner{
max-width:780px;
margin:0 auto;
padding:100px 0;
background: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/fbg.png") right center no-repeat;
}
.fbox01{
padding:0 3%;
}

#menu-footer-menu {
margin-bottom:10px;
}
#menu-footer-menu li{
display:inline-block;
padding-right:15px;
margin:0 10px 10px 0;
border-right:1px #201513 solid;
}
#menu-footer-menu li:last-child{
border:none;
}
#menu-footer-menu li a{
text-decoration:none;
}
.fmds{
font-size:22px;
color:#0071BA;
font-weight:700;
margin-bottom:10px;
}

.finquiry{
margin:0 0 20px;
}

.finquiry dt{
width:150px;
font-size:10px;
color:#FFF;
padding:5px 5px 5px 30px;
background-position:5px center;
background-repeat:no-repeat;
background-color:#0071BA;
border-radius:13px;
float:left;
}
.finquiry dt.tel{
background-image:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/ficon01.png");
}
.finquiry dt.mail{
background-image:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/ficon02.png");
}
.finquiry dd{
padding:0 0 0 160px;
margin:0 0 10px;
}
.finquiry dd.tel{
font-size:20px;
}
.finquiry dd.mail{
font-size:15px;
}

.copy{
font-size:10px;
margin:0;
}

.fdata{
margin:0;
font-size:14px;
}

.fdata dt{
width:100px;
font-weight:normal;
float:left;
}
.fdata dd{
padding-left:100px;
margin:0 0 10px;
}

.totop {
	position: absolute;
	right: 0;
	bottom: -10px;
}
.totop a {
    display: block;
    width: 76px;
    height: 76px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://gunma.karada.live/wp-content/uploads/2021/02/totop.png) 0 0 no-repeat;
    background-size: contain;
}

@media (max-width: 1110px) {
#footer{
padding:100px 3%;
}
}
@media (max-width: 768px) {
#footer{
padding:40px 3%;
background-position: right bottom;
}
.footer-inner{
flex-direction: column-reverse;
}
.fbox01{
width:100%;
padding-left:0;
border-right:none;
}
.fbox02{
width:100%;
padding-left:0;
margin-bottom:40px;
}
.finquiry dt{
float:none;
}
.finquiry dd{
padding:0 0 0 0;
margin:5px 0 10px;
}

}

/*------------------------------------------

	Common

------------------------------------------*/
#main{
}
.home #main{
margin-bottom:0;
}


#content {
}
.site-content{
padding:0;
}
.sec{
	clear:both;
padding-bottom:80px;
}
.inner{
max-width:1000px;
margin:0 auto;
}

.img{
	margin-bottom:20px;
}

.menu{
	list-style-type:none;
}
a{
	text-decoration:underline;
	transition: opacity .4s,background-color .4s;
}

header a,
.grobal-nav a,
.page-navigation a{
	text-decoration:none;
}

a:hover{
	opacity:0.8;
}

.simple-list{
	list-style:none;
}
.simple-list li{
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 0.3em;
}
.simple-list li:before{
	content:"・";
}

.note{
	font-size:15px;
	font-size:0.9375rem;
	text-indent:-1em;
	padding-left:1em;
}

.note:before{
	content:"※";
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 1000px) {
.inner{
padding:0 3%;
margin:0;
}
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}

/*------------------------------------------

	page-header

------------------------------------------*/
.thead-frm{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
flex-direction: column-reverse;
}



header{
width:100%;
}
.thead{
width:100%;
position:relative;
background:#B4DFE4;
}
.thead-inner{
max-width:1400px;
margin:0 auto;
    background: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/head_bg.png") right top no-repeat #91C1D2;
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}



.thead-main{
position:relative;
width:72%;
text-align:center;
}
.thead-main .mask{
display:none;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
content:"";
background:#FFF;
opacity:0.7;
}

.thead-main .badge-box{
position:absolute;
top:0;
left:0;
max-width:400px;
padding:18px 20px;
background:#91C1D2;
border-radius:0 0 10px 0;
}

.thead-main .badge{
font-size:26px;
color:#FFF;
font-weight:700;
line-height:1.2;
vertical-align:middle;
}

.thead-main .yomsubi{
  font-size:11px;
  text-align:right;
  margin-left:10px;
  vertical-align:middle;
}
.thead-main .yomsubi a{
  display:inline-block;
  width:68px;
  height:17px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left:3px;
  background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/logo-yomsubi.png")  0 center no-repeat;
  vertical-align:middle;
}
.thead-main .yomsubi a:focus{
  box-shadow: none;
}


.thead-main-btn{
width:340px;
position:absolute;
display:block;
text-decoration:none;
padding:4px;
margin:0 auto 40px;
background:#0373BA;
border-radius:30px;
}
.thead-main-btn span{
display:block;
font-size:24px;
color:#FFF;
font-weight:bold;
text-align:center;
padding:7px 20px;
border:1px #FFF solid;
border-radius:26px;
}
.thead-main-btn.btn01{
top:100px;
left:30px;
}
.thead-main-btn.btn02{
top:180px;
left:30px;
}


.thead-main .ttl-box{
text-align:center;
margin:40px 1% 20px 18%;
}
.thead-main .ttl-box .img{
margin:0 0 5px;
}
.thead-main .ttl-box h1{
padding:0;
margin:0 0 15px;
}

.thead-main .ttl-box p{
margin:0 0 20px;
}
.thead-main .ttl-box p span{
font-size:14px;
font-weight:600;
background:#FFFAC7;
line-height:2;
margin-bottom:10px;
}

.thead-main .ttl-box p .spbr{
display:none;
}

/*------------------------------------------
	★キャンペーン用設定ここから★
------------------------------------------*/

/*--2312--*/
.thead.-campaign2312 {
background:#DBB23F;
}

.-campaign2312 .thead-inner{
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/12/campaign_2312_bg.png") center top no-repeat #F5E68D;
background-size:cover;
}

.-campaign2312 .thead-main{
text-align:center;
margin:20px 0;
}
.-campaign2312 .tnews{
margin-bottom:10px;
}
.-campaign2312 .thead-main-btn{
position:relative;
top:auto;
left:auto;
margin: 10px auto;
}

@media (max-width: 1400px) {
.-campaign2312 .thead-main-btn.btn01,
.-campaign2312 .thead-main-btn.btn02{
margin: 10px auto;
}
}
@media (max-width: 1000px) {
.-campaign2312 .thead-inner{
background-size:contain;
}
.-campaign2312 .thead-main{
margin: 20px 0 10px;
}
}
/*--2412--*/
.thead.-campaign2412 {
background:#8DCCE9;
}

.-campaign2412 .thead-inner{
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2024/11/campaign_2412_bg.png") center top no-repeat #6EA8D3;
background-size:cover;
}

.-campaign2412 .thead-main{
text-align:center;
margin:20px 0;
}
.-campaign2412 .tnews{
margin-bottom:10px;
}
.-campaign2412 .thead-main-btn{
position:relative;
top:auto;
left:auto;
margin: 10px auto;
}

@media (max-width: 1400px) {
.-campaign2412 .thead-main-btn.btn01,
.-campaign2412 .thead-main-btn.btn02{
margin: 10px auto;
}
}
@media (max-width: 1000px) {
.-campaign2412 .thead-inner{
background-size:contain;
}
.-campaign2412 .thead-main{
margin: 20px 0 10px;
}
}
/*--2508--*/
.thead.-campaign2508 {
background:#28A7E1;
}

.-campaign2508 .thead-inner{
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2025/07/campaign_2508_bg_b.png") center top no-repeat #28A7E1;
background-size:cover;
}

.-campaign2508 .thead-main{
text-align:center;
margin:20px 0;
}
.-campaign2508 .tnews{
margin-bottom:10px;
}
.-campaign2508 .thead-main-btn{
position:relative;
top:auto;
left:auto;
margin: 10px auto;
}

@media (max-width: 1400px) {
.-campaign2508 .thead-main-btn.btn01,
.-campaign2508 .thead-main-btn.btn02{
margin: 10px auto;
}
}
@media (max-width: 1000px) {
.-campaign2508 .thead-inner{
background-size:contain;
}
.-campaign2508 .thead-main{
margin: 20px 0 10px;
}
}
/*------------------------------------------
	★キャンペーン用設定ここまで★
------------------------------------------*/

.thead-sub{
width:28%;
}


.thead-main .btn{
position:absolute;
left:60px;
bottom:130px;
display:block;
width:214px;
font-size:15px;
color:#2D4179;
font-weight:bold;
text-decoration:none;
line-height:1;
text-align:center;
padding:17px 0;
background:#E9E161;
border:2px #314060 solid;
border-radius:27px;
box-shadow: -2px 3px 4px 0px #72B2D4;
}

.thead-sub .tnews{
padding:10px;
background:#FAEC20;
}
.tnews h2{
text-align:center;
line-height:1;
padding:0 0 20px;
margin:0;
}
.tnews h2 span{
font-size:12px;
font-weight:500;
padding:0 15px 0 0;
margin:0;
background: url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/icon_news.png") right center no-repeat;
}
.tnews-frm{
padding:20px;
background:#FFF;
}
.tnews dl{
font-size:14px;
margin:0;
min-height:206px;
}
.tnews dl dt{
position:relative;
width:120px;
padding-left:25px;
float:left;
}
.tnews dl dt::before{
position:absolute;
top:3px;
left:0;
display:inline-block;
content:"";
width:16px;
height:16px;
background:#E41E18;
}
.tnews dl dd{
padding:0 0 0 120px;
margin:0 0 10px 0;
}

.tnews .btn{
display:block;
width:140px;
font-size:13px;
color:#FFF;
line-height:1;
text-align:center;
padding:5px;
margin:20px auto 0;
text-decoration:none;
background:#E51F19;
border-radius:13px;
}

.thead-sub .tamount{
}

.tamount-frm{
padding:0 0 1px;
margin:10px;
background:#FFF;
border-radius:6px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.tamt-head{
position:relative;
margin-bottom:25px;
}
.tamt-head h2{
font-size:13px;
color:#333;
font-weight:800;
line-height:1;
padding:10px;
border-bottom:1px #333 dashed;
}
.tamt-head p{
position:absolute;
right:10px;
bottom:-20px;
font-size:10px;
font-weight:bold;
margin:0;
}
.tamt-meyasu{
font-size: 13px;
font-weight:bold;
text-align:center;
padding:0 10px;
margin:0 10px -5px;
}
.tamt-meyasu span{
font-size: 15px;
background:yellow;
}

.tamount dl{
font-size:13px;
font-weight:bold;
padding:12px 10px;
margin:10px;
border-radius:22px;
}
.tamount dl.tamt-money{
background:#D3EFFF;
}
.tamount dl.tamt-mare{
background:#E9FFB5;
}

.tamount dl dt{
width:160px;
float:left;
}
.tamount dl dd{
padding-left:160px;
margin:0;
text-align:right;
}

.tamount table th{
border-right:1px #FFF solid;
}
.tamount table td{
}

.tamount table .tamt-point{background:#FBDEEE;}
.tamount table .tamt-money{background:#B5E0F4;}
.tamount table .tamt-mare{background:#D7EAB1;}

.phead{
padding:30px 0;
margin-bottom:60px;
background:#B4DFE4;
}

.phead .inner{
position:relative;
text-align:center;
padding:104px 0;
background-image:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/phead_bg.png");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

h1.phead-ttl{
position:relative;
font-size: 30px;
font-size: 1.875rem;
color: #0071BA;
font-weight:bold;
padding:0;
margin:0;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 1400px) {
.thead-inner{
background-position:88% top;
}
.thead-main .badge-box{
position:relative;
max-width:100%;
padding: 10px;
border-radius:0;
}
.thead-main .badge {
    font-size: 16px;
}
.thead-main-btn.btn01,
.thead-main-btn.btn02{
position:relative;
top:auto;
left:auto;
width:100%;
max-width: 340px;
margin:0 auto 10px;
}


.thead-main .ttl-box {
    text-align: center;
    margin: 20px auto 20px;
}


.tamount dl dt{
float:none;
}
.tamount dl dd{
padding-left:0;
}

}

@media (max-width: 1000px) {
.thead-frm{
flex-direction: column;
}
.thead-inner{
background-position:center top;
background-size:1200px 522px;
}

.thead-main{
width:100%;
}
.thead-main .img{
width:100%;
}
.thead-main .img img{
width:150px;
}
.thead-main .btn{
position:relative;
left:auto;
bottom:auto;
}
.thead-sub{
width:100%;
}
.tnews dl{
min-height:auto;
}
.tamount dl dt{
float:left;
}



.phead{
padding:30px 3%;
}
}/* end 1000px */

@media (max-width: 768px) {
.thead-main{
text-align:center;
}
.thead-main .btn{
margin:0 auto 20px;
}

.thead-main .ttl-box {
    margin: 20px 3% 20px;
}
.thead-main .ttl-box p .spbr{
display:block;
}

}/* end 768px */

@media (max-width: 620px) {
.thead-main{
text-align:center;
}

.thead-main .catch span{
  font-size:24px;
}
.pagettl{
margin-bottom:40px;
}
}/* end 620px */

@media (max-width: 480px) {
.tnews dl dt{
width:120px;
float:none;
}
.tnews dl dd{
padding:0;
}
.phead{
margin-bottom: 40px;
}

}/* end 480px */


/*--------------------------------------------------------------
	midashi
--------------------------------------------------------------*/
.cmnmds01{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  color:#000;
  font-weight: 700;
  padding:10px !important;
text-align:center;
}
.cmnmds02{
  font-size:18px;
  color:#0C639E;
  font-weight:bold;
  padding:0 0 20px;
  text-align:center;
  border-bottom:1px #0C639E solid;
}

.cmnmds01+.cmnmds02{
	padding:0 0 13px !important;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {

}

/*--------------------------------------------------------------
	flexbox
--------------------------------------------------------------*/

.flfrm{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.flbox2-1{
	width:47.5%;
}

.flbox3-1{
	width:30%;
}
.flbox4-1{
	width:23%;
	margin-bottom: 30px;}

/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {
.flfrm{
	display: block;
}
.flfrm .flbox2-1,
.flfrm .flbox3-1,
.flfrm .flbox4-1{
	width:auto;
	margin-bottom:30px;
}
}

/*--------------------------------------------------------------
	button
--------------------------------------------------------------*/
a.cmnbtn01 {
    max-width: 250px;
    width: 100%;
    background-color: #666;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    padding: 20px;
    margin: 0 auto 40px;
    text-decoration: none;
}

a.cmnbtn01:visited,
a.cmnbtn01:hover,
a.cmnbtn01:focus,
a.cmnbtn01:active {
	color:#FFF;
	outline:none;
}
.cmnbtn01-off{
	display:block;
	max-width:400px;
	padding:10px;
	font-size:20px;
	color:#999;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
	background:#CCC;
	border-radius:28px;
}
.btn-back{
	display:block;
	border-radius: 6px;
	width: 230px;
	background: #F2F2F2 !important;
	padding:10px; 
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: normal;
	text-align:center; 
	text-decoration:none;
	border:none;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {
}

/*------------------------------------------

	HOME

------------------------------------------*/

/*------------------------------------------
	naruto
------------------------------------------*/
#tnaruto{
padding:30px 0 100px;
}
.tnaruto-mds{
font-size:45px;
color:#4C4C4C;
font-weight:800;
text-align:center;
margin-bottom:10px;
}
.tnaruto-link{
font-size:14px;
text-align:center;
margin-bottom:40px;
}
.tnaruto-list{
list-style:none;
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}
.tnaruto-list li{
width:41%;
text-align:center;
}
.tnaruto-list li .img{
}
.tnaruto-list li .txt{
min-height:130px;
display: flex;
justify-content: center;
align-items:center;
font-weight:800;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.tnaruto-list li .txt a {
    color: #0071BA;
}
@media (max-width: 1000px) {
.tnaruto-mds{
font-size:30px;
}
.tnaruto-list li{
width:100%;
}
.tnaruto-list li:first-child{
margin-bottom:30px;
}

}
/*------------------------------------------
	partner
------------------------------------------*/
#tpartner{
padding:1px 0 40px;
background:#F7F7CE;
}
#tpartner .page-frm{
max-width:1190px;
padding:80px 0;
margin:0 auto;
background:#FFF;
}

.tpartner-mds{
position:relative;
max-width:470px;
font-size:21px;
color:#FFF;
font-weight:bold;
line-height:1.4;
text-align:center;
padding:8px 0!important;
margin:-20px auto 70px;
background:#F5911E;
border-radius:40px;
}
.tpartner-mds img{
position:absolute;
top:-23px;
left:-20px;
}
.tpartner-mds::after{
position:absolute;
bottom:-24px;
left:50%;
margin-left:-14px;
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 24px 14px 0 14px;
border-color: #F4901D transparent transparent transparent;
}

.tpartner-steplist{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
list-style:none;
margin-bottom:40px;

}
.tpartner-steplist li{
position:relative;
width:22.7%;
text-align:center;
padding:30px 10px 20px;
margin-bottom:10px;
background:#FFF;
border-radius:10px;
}
.tpartner-steplist li h3{
position:absolute;
top:-14px;
left:50%;
width:95px;
font-size:15px;
line-height:1;
padding:3px;
margin-left:-47px;
background:#F5911E;
border-radius:14px;
}
.tpartner-steplist li h3 span{
font-size:22px;
}
.tpartner-steplist li .img{
margin-bottom:30px;
}
.tpartner-steplist li .txt{
font-size:17px;
font-weight:bold;
margin-bottom:0;
}
.tpartner-steplist li .cap{
font-size:10px;
margin:10px 0 0;
}

.tpartner-btn{
display:block;
max-width:348px;
text-decoration:none;
padding:4px;
margin:0 auto 40px;
background:#F5911E;
border-radius:30px;
}
.tpartner-btn span{
display:block;
font-size:24px;
color:#FFF;
font-weight:bold;
text-align:center;

    padding: 7px 20px;
    border: 1px #FFF solid;
    border-radius: 26px;

}
.tpartner-notes{
text-align:center;
padding:20px 20px 0;
border:1px #6D6B6B solid;
border-radius:10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 1190px) {
#tpartner .page-frm{
padding:80px 3%;
margin:0 3%;
}
.tpartner-mds img{
right:0;
}

}
@media (max-width: 1000px) {
.tpartner-steplist li{
width:49%;
margin-bottom:30px;
}
}

@media (max-width:768px) {
.tpartner-steplist li{
width:100%;
}
}
@media (max-width:480px) {
.tpartner-mds{
}
.tpartner-mds{
padding:20px 0 15px!important;
margin-bottom:70px;
}

.tpartner-mds img{
position:absolute;
top:-80px;
right:auto;
left:50%;
width:100px;
margin-left:-50px;
}

}

/*------------------------------------------
	feature
------------------------------------------*/
#tfeature{
padding:90px 0 60px;
}
#tfeature .page-frm{
max-width:1110px;
padding:0;
margin:0 auto;
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

#tfeature .feature-box{
width:72%;
}
.tfeature{
padding:19px;
border:1px #000 solid;
border-radius:20px;
}
.tfeature h2{
max-width:316px;
font-size:18px;
color:#FFF;
font-weight:700;
text-align:center;
padding:7px;
margin:-40px 0 20px -10px;
background:#0071BA;
border-radius:20px;
}
.tfeature-frm{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

.tfeature-img01{
width:19.7%;
text-align:center;
}
.tfeature-txt{
width:47.65%;
}
.tfeature-list{
list-style:none;
counter-reset: listnum;
}
.tfeature-list li{
position:relative;
font-size:14px;
padding-left:30px;
margin:0 0 20px 0;
}

.tfeature-list li::before{
position:absolute;
top:0;
left:0;
counter-increment: listnum;
content: counter(listnum);
display:inline-block;
width:24px;
height:24px;
font-size:18px;
color:#FFF;
font-weight:700;
text-align:center;
line-height:23px;
background:#0071BA;
border-radius:12px;
}
.tfeature-img02{
width:32.6%;
text-align:center;
}


#tfeature .btn-box{
width:26.126%;
position:relative;
padding:20px;
background:#EAF6F8;
border-radius:10px;
}
#tfeature .btn-box p{
font-size:15px;
color:#0C639E;
font-weight:bold;
margin:0;
}
#tfeature .btn-box p span{
font-size:11px;
}

#tfeature .btn-box ul{
list-style-type:none;
margin:0;
}

#tfeature .btn-box li{
margin-top:18px;
}
#tfeature .btn-box li a{
position:relative;
display:block;
font-size:15px;
font-weight:bold;
line-height:1.4;
text-decoration:none;
text-align:center;
padding:8px;
margin:0 auto;
background:#FFF;
border:2px #0C639E solid;
border-radius:5px;
}
#tfeature .btn-box li .btn03{
color:#FFF;
padding:8px;
background:#0C639E;
}

#tfeature .btn-box li span span{
font-size:14px;
}




@media (max-width: 980px) {
#tfeature .feature-box{
width:100%;
padding:0 3%;
}
#tfeature .btn-box{
width:100%;
margin:40px 3% 0;
}
}
@media (max-width: 768px) {
.tfeature-img01,
.tfeature-txt,
.tfeature-img02{
width:100%;
}
}
/*------------------------------------------
	use
------------------------------------------*/
#tuse{
padding:60px 0 90px;
}
#tuse .inner{
max-width:870px;
}

#tuse .page-frm{
max-width:1110px;
padding:1px 0 10px;
margin:0 auto;
background:#E9FCFF;
border-radius:15px;
}

h2.tuse-mds{
max-width:430px;
text-align:center;
font-size:18px;
color:#FFF;
line-height:1.4;
padding:8px;
margin:-20px 0 30px 10px;
background:#0071BA;
border-radius:21px;
}
.tuse-steplist{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
list-style:none;
margin:0;
}
.tuse-steplist>li{
position:relative;
width:27.58%;
margin-bottom:30px;
}
.tuse-steplist>li:nth-child(2){
width:37.93%;
}

.tuse-steplist>li::before{
position:absolute;
top:0;
left:0;
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 60px 64px 0 0;
border-color: #575757 transparent transparent transparent;
}
.tuse-steplist li .num{
position:absolute;
top:0;
left:0;
font-size:26px;
color:#FFF;
line-height:1;
padding:6px;
}

.tuse-steplist li .img{
text-align:center;
padding:10px 0;
margin:0;
}
.tuse-steplist li .txtbox{
position:relative;
min-height:110px;
font-size:13px;
font-weight:bold;
line-height:1.4;
text-align:center;
padding:10px;
background:#FFF;
}
.tuse-steplist li .txtbox .mds{
font-size:17px;
color:#0C639E;
margin-bottom:10px;
}
.tuse-steplist li .txtbox p{
margin-bottom:0;
}

.tuse-steplist li .txtbox span{
font-size:17px;
color:#0C639E;
}
.tuse-steplist li .cap{
font-size:12px;
color:#3B3939;
text-align:center;
margin-top:10px;
}
.tuse-steplist li .txtbox ul{
text-align:left;
list-style:none;
margin:0;
}


#tuse .bnr-list{
list-style:none;
margin:0;
text-align:center;
}
#tuse .bnr-list li{
display:inline-block;
margin:0 10px 20px;
vertical-align:middle;
}
#tuse .dltxt{
position:relative;
font-size:15px;
color:#0071B9;
text-align:center;
}

.tuse-steplist li .txtbox::after,
.tuse-steplist li .dltxt::after{
position:absolute;
bottom:0;
right:0;
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 15px 17px;
border-color: transparent transparent #E9FCFF transparent;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 1110px) {
#tuse .page-frm{
padding:1px 3% 10px;
margin:0 3%;
}
#tuse .inner{
padding:0;
}
}
@media (max-width: 1000px) {
}
@media (max-width: 768px) {
.tuse-steplist li,
.tuse-steplist>li:nth-child(2){
width:100%;
}
.tuse-steplist li .txtbox{
min-height:auto;
}
}
@media (max-width:480px) {
#tuse{
padding:20px 0 40px;
}

.tuse-mds span{
font-size:24px;
}
.tuse-catch{
font-size:20px;
}
}

/*------------------------------------------
	exception
------------------------------------------*/
#texception{
padding:40px 0;
}
#texception .page-frm{
max-width:1110px;
padding:0;
margin:0 auto;
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

#texception .page-frm>div{
width:48.3%;
padding:0 10px 10px;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.texception-ttl{
margin:-40px 0 10px;
}


.texception-frm{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}
.texception01 .texception-catch{
width:49%;
}
.texception01 .texception-detail{
width:49%;
}




.texception02 .texception-catch{
width:32%;
}
.texception02 .texception-detail{
width:66%;
}


.texception-detail ul{
list-style:none;
margin-bottom:0;
}
.texception-detail .list01 li{
text-indent:-1em;
padding:0 0 0 1em;
}
.texception-detail .list01 li:before{
content:"・";
}
.texception01 .list01{
font-size:11px;
list-style:none;
margin:0;
}

.texception01 .list01 li:nth-child(odd){
background:#EAF6F8;
}
.texception01 .list01 li:nth-child(even){
}
.texception02 .list01 li:nth-child(odd){
background:#E3EEBD;
}
.texception02 .list01 li:nth-child(even){
}

.texception02 .list01 li{
font-size:11px;
list-style:none;
}


.texception02 .list02 li{
margin:8px 0;
}

.texception02 .list02 li a{
display:block;
font-size:10px;
color:#FFF;
text-decoration:none;
text-align:center;
padding:3px;
background:#89B929;
border:2px #FFF solid;
border-radius:19px;
box-shadow: 4px 4px #1C8B3B;
}

.texception01 dl{
width:100%;
margin:0 0 10px;
border:2px solid;
border-radius:5px;
}
.texception02 dl{
width:100%;
margin:5px 0 0 ;
border:2px solid;
border-radius:5px;
}
.texception01 dl dt,
.texception02 dl dt{
font-size:13px;
color:#FFF;
font-weight:400;
text-align:center;
padding:0 0 5px;
}
.texception01 dl{
border-color:#539DCE;
}
.texception01 dl dt{
background:#539DCE;
}
.texception01 .list02 dt span{
display:inline-block;
padding:3px 0 3px 30px;
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/texception_icon01.png") 0 center no-repeat;
}
.texception01 .list03 dt span{
display:inline-block;
padding:3px 0 3px 20px;
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/texception_icon02.png") 0 center no-repeat;
}

.texception01 dl dd{
font-size:13px;
padding:5px;
margin:0;
}
.texception01 .list02 ul,
.texception01 .list02 p{
font-size:10px;
margin:0;
}
.texception01 .list03 ul{
font-size:13px;
margin:0;
}
.texception01 .list03 p{
font-size:8px;
margin:0;
}


.texception01 .list02 dd{
}
.texception01 dl dd ul li{
list-style:none;
text-indent:-1em;
padding-left:1em;
}



.texception02 dl{
border-color:#2DA23A;
}
.texception02 dl dt{
background:#2DA23A;
}
.texception02 dl dd{
font-size:13px;
padding:5px;
margin:0;
display:flex;
flex-wrap:wrap;
}
.texception01 dl dd ul,
.texception02 dl dd ul{
margin:0;
}
.texception02 .list03 ul{
width:60%;
}
.texception02 .list03  p{
width:38%;
font-size:10px;
margin:0;
}
.texception02 .list03 dt span{
display:inline-block;
padding:3px 0 3px 30px;
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/05/texception_icon03.png") 0 center no-repeat;
}


.texception02 dl dd ul li{
font-size:13px;
list-style:none;
}
.texception01 .list01 dd ul li:before,
.texception01 .list02 dd ul li:before{
content:"・";
}


/*-- ■ Media Queries ■ --*/
@media (max-width: 1110px) {
#texception .page-frm{
    margin: 0 3%;
}
}
@media (max-width: 768px) {
#texception .page-frm>div {
width:100%;
}
.texception01{
margin-bottom:80px;
}

}
@media (max-width:480px) {
.texception01 .texception-catch,
.texception01 .texception-detail,
.texception02 .texception-catch,
.texception02 .texception-detail{
width:100%;
}

.texception01 .texception-catch img{
display:block;
margin:0 auto 10px;
}

.texception02 .texception-catch{
text-align:center;
margin-bottom:10px;
}
.texception01 .list01,
.texception02 .list01{
margin-bottom:10px;
}
.texception02 .list03 ul{
width:100%;
}
.texception02 .list03 p{
width:100%;
}
}
/*------------------------------------------
	dekirkoto
------------------------------------------*/
#tdekiru{
padding:40px 0 60px;
background:#D8FFDB
}
.tdekiru-mds{
text-align:center;
margin-bottom:40px;
}
.tdekiru-mds span{
font-size:18px;
color:#0071B9;
font-weight:700;
line-height:1.4;
border-bottom:2px #0071B9 solid;
}
#tdekiru .inner{
max-width:913px;
}

.tdekiru-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
list-style:none;
margin-bottom:0;

}
.tdekiru-list li{
width:28.47%;
color:#211513;
text-align:center;
padding:10px 10px;
background:#FFF;
border-radius:10px;
}
.tdekiru-list li .img{
margin-bottom:10px;
}
.tdekiru-list li .txt{
font-size:18px;
font-weight:bold;
margin-bottom:0;
}
.tdekiru-list li .cap{
font-size:10px;
margin:10px 0 0;
}

.tdekiru-btn{
display:block;
width:276px;
text-decoration:none;
padding:2px;
margin:0 auto 40px;
background:#D46B54;
border-radius:10px;
}
.tdekiru-btn span{
display:block;
font-size:20px;
color:#FFF;
font-weight:bold;
text-align:center;
padding:10px;
border:1px #FFF solid;
border-radius:8px;
}
.tdekiru-notes{
text-align:center;
padding:20px 20px 0;
border:1px #6D6B6B solid;
border-radius:10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 1110px) {
#tdekiru{
padding:60px 3%;
}

.tdekiru-mds img{
right:0;
}

}
@media (max-width: 1000px) {
.tdekiru-list li{
width:30%;
}
}

@media (max-width:768px) {
.tdekiru-list li{
width:100%;
margin-bottom:20px;
}
.tdekiru-mds{
text-align:center;
margin-bottom:40px;
}

}
@media (max-width:480px) {
#tdekiru{
padding:20px 0 20px;
background:#FFF8B1
}

.tdekiru-mds{
font-size:24px;
}
}
/*------------------------------------------

	news

------------------------------------------*/
.news-list{
	margin-bottom:60px;
	border-top:1px #BFBFBF solid;
}
.news-list dt{
	width:10em;
	color:#0C639E;
	padding:1em 0;
	float:left;
}
.news-list dd{
	padding:1em 0 1em 11em;
	margin:0 0 1em;
	border-bottom:1px #BFBFBF solid;
}
span.new {
    display: inline-block;
    width: 46px;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    margin-left: 10px;
    text-align: center;
    background: #E51F19;
    border-radius: 11px;
    vertical-align: middle;
}
.navigation.pagination {
	padding: 1em 0 3em;
	border-top:none;
}

.single-post:not(.has-sidebar) #primary{
	max-width:100%;
}
.postbox{
	margin-bottom:60px;
}

.postbox .date{
	font-size:14px;
	font-size:0.875rem;
	color:#0C639E;
	font-weight:bold;
}
.postbox h1{
	font-size:20px;
	font-size:1.25rem;
	padding:0.5em 0 0.75em;
	border-bottom:1px #CCC dotted;
}

/*-- ■ Media Queries ■ --*/
@media screen and (min-width: 48em){
.navigation.pagination {
	clear: both;
	float: none;
	width: 100%;
}
}
@media (max-width: 768px) {
.news-list dt{
	width:100%;
	padding:1em 0 0;
	float:none;
}
.news-list dd{
	padding:1em 0 1em 0;
	margin:0 0 1em;
	border-bottom:1px #CCC dotted;
}

}

/*------------------------------------------

	schedile

------------------------------------------*/
.schedule-list-frm{
padding: 0 0 200px;
background-position:bottom center;
background-repeat:no-repeat;
background-size:contain;
}
.post-type-archive-schedule_point .schedule-list-frm{
background-image:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2022/03/tschedule01.png");
border-color:#D692B7;
}
.post-type-archive-schedule_money .schedule-list-frm{
background-image:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2022/03/tschedule02.png");
border-color:#73B2D1;
}
.post-type-archive-schedule_mare .schedule-list-frm{
background-image:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2022/03/tschedule03.png");
border-color:#9FC37F;
}


.schedule-list {
font-size:1.125rem;
margin:0 0 30px;
}

.schedule-list dt{
width:180px;
padding:10px;
float:left;
}
.schedule-list dd{
padding-left:180px;
padding:10px;
margin:0;
}

.post-type-archive-schedule_point .schedule-list dd:nth-of-type(2n+1){background:#FAF1F6;}
.post-type-archive-schedule_money .schedule-list dd:nth-of-type(2n+1){background:#E3F4FB;}
.post-type-archive-schedule_mare .schedule-list dd:nth-of-type(2n+1){background:#E4EEC7;}


@media (max-width: 768px) {
.schedule-list-frm{
  padding: 0 0 20%;

}

.schedule-list dt{
width:100%;
float:none;
font-weight:bold;
padding-bottom:0;
}
.schedule-list dd{
}
.post-type-archive-schedule_point .schedule-list  dt:nth-of-type(2n+1){background:#FAF1F6;}
.post-type-archive-schedule_money .schedule-list dt:nth-of-type(2n+1){background:#E3F4FB;}
.post-type-archive-schedule_mare .schedule-list dt:nth-of-type(2n+1){background:#E4EEC7;}

}
}
/*--------------------------------------------------------------

	contact

--------------------------------------------------------------*/

.address-frm{
	padding:20px;
	background:#F2F2F2;
}

.address-box{
	text-align:center;
	padding:20px 20px 0;
	margin:0;
}
.address-box dt{
	font-size:1.125rem;
	color:#009139;
	font-weight:bold;
	margin-bottom:0.5em;
}
.address-box dd{
	margin:0;
}


/*--------------------------------------------------------------

	member-entry

--------------------------------------------------------------*/
.page-template-page-plain .site-content-contain{
	padding-top:40px;
}
h1.plain-page-ttl{
	font-size:24px;
	color:#FFF;
	text-align:center;
	padding:10px;
	background:#8EC21E;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 5px;
	display: inline-block;
	padding: 0.7em;
	width: 100%;
}
textarea{
	width: 100%;
}

.formbox{
	font-size:1rem;
	padding:1em 0 3%;
	background:#FFF;
}

.formbox h2{
	font-size:18px;
	color:#000;
	margin:2em 0 1.2em;
}
.formbox h3{
	font-size:16px;
	color:#000;
	margin:0 0 1.2em;
}
.formbox h2+h3{
	padding-top:0;
	margin:0 0 1.2em;
}
html[lang="ja"] .formbox h4{
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding-top:0;
	margin:0 0 10px;
}

.formbox .required {
	color: #ff0000;
	padding: 0 2px;
}
.formbox p{
	margin:0 0 1em;
}
.formbox dl{
	margin:0;
}
.formbox dt{
	width:90px;
	float:left;
	font-weight:normal;
	padding:10px 0;
}
.formbox dd{
	padding:0 0 0 90px;
	margin:0 0 20px;
}
.formbox .bank-code dt{
	width:120px;
}
.formbox .bank-code dd{
	padding:0 0 0 120px;
}

.formbox dd input{
	width:100%;
}

.formbox ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	margin:0;
}
.formbox ul li{
	width:49%;
}
.formbox h3+p{
	margin-top:5px;
}
.formbox table{
	font-size:14px;
}
.formbox tr{
	background:#F9F9F9;
	border-bottom: 1px solid #FFF;
}
.formbox tr:nth-child(odd){
	background:#F5F5F5;
}
.formbox th,
.formbox td{
	padding:10px;
}

.formbox th{
	width:90px;
	text-align:center;
}
.formbox td span{
	display:block;
	font-size:13px;
	color:#588CF5;
}

.kouza-type-box select{
	width:200px;
}
.formbox input::placeholder {
	color:#999;
}
.formbox input[type="text"],
.formbox input[type="tel"],
.formbox input[type="email"],
.formbox input[type="url"],
.formbox input[type="date"],
.formbox textarea{
	padding:0.5em;
}
.formbox textarea{
	height:6em;
}
.representative-birthyear,
.representative-birthmonth,
.representative-birthday,
.n-representative-birthyear,
.n-representative-birthmonth,
.n-representative-birthday{
margin:0 5px;
}


.formbox .service-target2 input{
	width:5em;
}
.formbox .store-category .wpcf7-radio,
.formbox .n-store-category .wpcf7-checkbox{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
}
.formbox .store-category .wpcf7-radio .wpcf7-list-item,
.formbox .n-store-category .wpcf7-checkbox .wpcf7-list-item{
	width:45%;
}
.formbox .store-type-box{
	padding:3%;
	margin-top:1em;
	background:#F9F9F9;
}

.formbox .youkou-box{
	height:400px;
	padding:3%;
	margin-bottom:60px;
	overflow-y:scroll;
	border:1px #DDD solid;
	border-radius: 5px;
}
.formbox .mds-hanbaiten{
	font-weight:bold;
}
.formbox .check,
.formbox .submit{
	text-align:center;
	margin-top:4em;
}
.formbox .check{
    padding: 10px 3%;
    margin-top: 1em;
    background: #F9F9F9;
}
.formbox button,
.formbox input[type="button"],
.formbox input[type="submit"] {
	max-width: 250px;
	width: 100%;
	background: #E75197;
	font-size: 19px;
	color:#FFF;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	border-radius: 30px;
	display:inline-block;
	position: relative;
	padding:16px;
}

.formbox input[type="button"]{
	max-width: 250px;
	width: 100%;
	color:#FFF;
	background-color: #333;
	margin-bottom:20px;
}
.formbox a{
	color:#6EAB11;
}

/* Acordeon styles */
.accordion .tab {
  position: relative;
  margin: 0 0 1px;
  width: 100%;
  color: #fff;/* アコーディオン タブ文字色 */
  overflow: hidden;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #F3F9E8;/* アコーディオン タブ背景色 */
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  margin:0;
}
.accordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #F9F9F9;/* タブ内背景色 */
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.accordion .tab-content p {
  margin: 1em;
  color: #000;/* タブ内文字色 */
}
/* :checked */
.accordion input:checked ~ .tab-content {
  max-height: 1000em;
}
/* Icon */
.accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.accordion input[type=checkbox] + label::after {
  content: "+";
}
.accordion input[type=radio] + label::after {
  content: "\25BC";
}
.accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}




div.wpcf7 .ajax-loader {
display:none !important;
}
.wpcf7c-conf{
	background:#FFFFDD;
	border-color:#CCC;
}

.thanks-box{
	text-align:center;
	padding:10px 20px 40px;
	background:#EFEFEF;
	border-radius:30px;
}


.bank-code .wpcf7-not-valid-tip::after{
content:"4気度数字";
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.formbox dt{
	width:100%;
	float:none;
}
.formbox dd{
	padding:0;
}
.formbox .bank-code dt{
	width:100%;
}
.formbox .bank-code dd{
	padding:0;
}


.formbox ul li{
	width:100%;
}
.formbox .store-category .wpcf7-checkbox .wpcf7-list-item,
.formbox .n-store-category .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
}

}
@media (max-width: 480px) {

.formbox .store-category .wpcf7-radio .wpcf7-list-item,
.formbox .n-store-category .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
}
}

@media screen and (min-width: 30em){
body, button, input, select, textarea {
	font-size: 16px;
	font-size: 1rem;
}
}



/*--------------------------------------------------------------

	faq

--------------------------------------------------------------*/

.faq-list dt{
	padding:10px 10px 10px calc(10px + 1.3em);
	margin-bottom:1em;
	text-indent:-1.3em;
	background:#F2F2F2;
}

.faq-list dt:before{
	content:"Q. ";
	color:#0C639E;
}
.faq-list dd{
	padding:0 0 0 calc(10px + 1.3em);
	margin:0 0 2em 0;
	text-indent:-1.3em;
}

.faq-list dd:before{
	content:"A. ";
	color:#999;
	font-weight:bold;
}


/*------------------------------------------

	shoplist

------------------------------------------*/
/*------------------------------------------
	search
------------------------------------------*/
.shoplist-head h1{
  text-align:center;
}
.searchandfilter>ul>li{
	padding:0;
	margin:40px 0;
}
.searchandfilter ul li.sf-field-taxonomy-shop_cat,
.searchandfilter ul li.sf-field-taxonomy-shop_area,
.searchandfilter ul li.sf-field-taxonomy-shop_point,
.searchandfilter ul li.sf-field-search{
	padding:20px;
	border:2px #0C639E solid;
	border-radius:5px;
}

.sf-field-taxonomy-shop_cat h4,
.sf-field-taxonomy-shop_area h4,
.sf-field-taxonomy-shop_point h4,
.sf-field-search h4{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 22px;
	color:#000;
	text-align: center;
	margin:0 auto 10px auto;
}
.sf-field-taxonomy-shop_cat ul,
.sf-field-taxonomy-shop_area ul,
.sf-field-taxonomy-shop_point ul{
	padding:20px;
	background:#F2F2F2;
	border-radius:5px;
	overflow:hidden;
}
.sf-field-taxonomy-shop_area ul,
.sf-field-taxonomy-shop_point ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.sf-field-taxonomy-shop_area ul li,
.sf-field-taxonomy-shop_point ul li{
	width:49%;
}

.sf-field-taxonomy-shop_cat ul li.sf-item-5:before {
  content: '物販';
  font-weight:bold;	
  display:block;
  margin-bottom:10px;
}
.sf-field-taxonomy-shop_cat ul li.sf-item-14:before {
  content: 'サービス';
  font-weight:bold;	
  display:block;
  margin-bottom:10px;
}


.sf-field-taxonomy-shop_area ul li:after{
	display:block;
	font-size:14px;
	padding:10px;
	margin:10px 0;
	background:#fff;
	border-radius: 3px;
}

.sf-item-25:after{/*海岸エリア*/
content:"久領堤・黒部丘・幸町・菫平・千石河岸・袖ヶ浜・代官町・高浜台・唐ケ原・撫子原・虹ケ浜・札場町・松風町・桃浜町・八重咲町・夕陽ヶ丘・龍城ケ丘・花水台";
}
.sf-item-26:after{/*平塚エリア*/
content:"明石町・天沼・榎木町・老松町・上平塚・桜ヶ丘・須賀・諏訪町・浅間町・宝町・立野町・達上ケ丘・堤町・豊原町・中里・中堂・長瀞・錦町・馬入・馬入本町・平塚1～5丁目・富士見町・紅谷町・見附町・宮の前・宮松町・八千代町";
}
.sf-item-27:after{/*大野エリア*/
content:"追分・大原・御殿1～4丁目・四之宮1～7丁目・新町・中原1～3丁目・中原下宿・西真土1～4丁目・西八幡1～4丁目・東真土1～4丁目・東中原1～2丁目・東八幡1～5丁目・南原1～4丁目";
}
.sf-item-28:after{/*豊田エリア*/
content:"北豊田・豊田打間木・豊田小嶺・豊田平等寺・豊田本郷・豊田宮下・東豊田・南豊田";
}
.sf-item-29:after{/*城島エリア*/
content:"大島・城所・小鍋島・下島";
}
.sf-item-30:after{/*岡崎エリア*/
content:"岡崎・ふじみ野1～2丁目";
}
.sf-item-31:after{/*金田エリア*/
content:"飯島・入野・入部・寺田縄・長持";
}
.sf-item-32:after{/*神田エリア*/
content:"大神・田村1～9丁目・横内・吉際";
}
.sf-item-33:after{/*金目エリア*/
content:"片岡・北金目・北金目1～4丁目・真田・真田1～4丁目・千須谷・広川・南金目";
}
.sf-item-34:after{/*土沢エリア*/
content:"上吉沢・下吉沢・土屋・めぐみが丘1～2丁目";
}
.sf-item-35:after{/*旭エリア*/
content:"出繩・公所・河内・高根・高村・徳延・根板間・日向岡1～2丁目・纏・万田・山下";
}
.sf-item-36:after{/*大型商業施設*/
content:"ららぽーと湘南平塚・ラスカ平塚・梅屋・OSC湘南シティ";
}
.sf-field-taxonomy-shop_point ul li:after{
	display:block;
	font-size:14px;
	margin:10px 0;
	border-radius: 3px;
}
.sf-item-37:after{
content:"※電子商品券・マネーを購入できる店舗";
}
.sf-item-38:after{
content:"※ふるさと納税の返礼品のマーレが使える店舗";
}

.searchandfilter ul li.sf-field-submit {
	text-align: center;
	margin:0;
}
.sf-field-submit input{
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	max-width: 250px;
	width:100%;
	font-size: 16px;
	color: #FFF;
	padding:20px;
	margin: 0 auto;
	background: #0C639E!important;
	background-size:21px 19px!important;
	border-radius: 30px;
	transition: opacity .3s,background-color .3s;
}
.sf-field-submit input:hover{
opacity:0.8;
}

.sf-field-search label,
.sf-field-search input[type="text"]{
	width:100%;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.sf-field-taxonomy-shop_area ul li,
.sf-field-taxonomy-shop_point ul li{
	width:100%;
}
}

/*------------------------------------------
	shoplist
------------------------------------------*/
.post-type-archive-ct_shop sec{
margin-top:20px;
}


.shop-list{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.shop-list li {
	width:49%;
	list-style: none;
	padding:10px;
	margin-bottom: 2%;
	border: 1px #ccc solid;
	border-radius:5px;
}
.shop-list-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-list-ttl p>span{
}

.shop-list-ttl p .cat span:before,
.shop-list-ttl p .area span:before{
	content:", ";
}
.shop-list-ttl p .cat span:first-child:before,
.shop-list-ttl p .area span:first-child:before{
	content:"";
}
.shop-list-ttl h2{
	position:relative;
	font-size: 20px;
	font-size: 1.25rem;
	padding:0 100px 0 0;
	margin:0 0 10px;
}
.shop-list .tokuten{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
	background:#F5F5F5;
}
.shop-list .tokuten dt{
	color:#009FE8;
	padding:5px;
}
.shop-list .tokuten dd{
	padding:0 5px 5px;
	margin:0;
}
.shop-list .address{
	margin:0 0 10px;
}

.shop-list li a{
	display:block;
	padding:6px;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	background:#0C639E;
	border-radius:19px;
}
.search_count{
	color:#0C639E;
	font-weight:bold;
}
.wp-pagenavi{
  font-size:14px;
  text-align:center;
  margin-bottom: 40px;
}
.wp-pagenavi a, .wp-pagenavi span{
  display:inline-block;
	padding:5px 10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.shop-list{
	display:block;
}

.shop-list li {
	width:100%;
}
}
/*------------------------------------------
	ct_shop page
------------------------------------------*/

.shop-ttl{
	padding:10px 0;
	margin-bottom:20px;
	border-top:2px #0C639E solid;
	border-bottom:1px #CCC dotted;
}

.shop-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-ttl p>span{
	display:inline-block;
}

.shop-ttl p .cat span:before,
.shop-ttl p .area span:before{
	content:", ";
}
.shop-ttl p .cat span:first-child:before,
.shop-ttl p .area span:first-child:before{
	content:"";
}


.shop-ttl .point{
	top:3px;
	right:0;
	font-size:12px;
	color:#000;
	padding:5px;
	margin-right:5px;
	background:#FAC92C;
	border-radius:5px;
}
.shop-list-ttl .point{
	top:3px;
	right:0;
	font-size:12px;
	color:#000;
	padding:5px;
	margin-right:5px;
	background:#FAC92C;
	border-radius:5px;
}
.point-box{
margin:10px 0;
}
.shop-ttl .point-box{
margin:10px 0 0;
}

	
.shop-ttl h1{
	position:relative;
	font-size: 24px;
	font-size: 1.5rem;
	padding:0 100px 0 0;
	margin:0;
}
.shop-txt{
	margin-bottom:40px;
}
.shop-tokuten{
	margin-bottom:40px;
}
.shop-tokuten h2{
	font-size: 24px;
	font-size: 1.5rem;
	color:#009FE8;
	text-align:center;
	padding:10px;
	border-bottom:1px #CCC dotted;
}
.shop-tokuten dt{
	width:150px;
	color:#009FE8;
	padding:0 0 0.75em;
	float:left;
}
.shop-tokuten dd{
	width:100%;
	padding:0 0 0.75em 150px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}
.shop-data{
	padding:20px;
	margin-bottom:40px;
	background:#F5F5F5;
	border-radius:5px;
}
.shop-data dl{
	width:57%;
	margin:0;
	float:left;
}
.shop-data dt{
	width:150px;
	padding:0 0 0.75em;
	float:left;
}
.shop-data dd{
	width:100%;
	padding:0 0 0.75em 150px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}

.shop-data .gmap{
	width:40%;
	float:right;
}

.google_map {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 56.6%;
	padding-bottom: 100%;
	overflow: hidden;
}
.google_map iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border:1px #FFF solid;
}
.btn_back{
	display:block;
	border-radius: 6px;
	width: 230px;
	background: #F2F2F2 !important;
	padding:10px; 
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: normal;
	text-align:center; 
	text-decoration:none;
	border:none;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.shop-tokuten dt{
	width:100%;
	float:none;
}
.shop-tokuten dd{
	padding:0 0 0.75em 0;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}
.shop-data dl{
	width:100%;
	margin:0;
	float:none;
}
.shop-data dt{
	width:100%;
	float:none;
}
.shop-data dd{
	padding:0 0 0.75em 0;
}

.shop-data .gmap{
	width:100%;
	float:none;
}
}
/*------------------------------------------

	Manual

------------------------------------------*/
.page-manual .bgfrm{
padding:60px 0 0;
}
.page-manual .phead{
margin-bottom:0;
}
.page-manual .sec{
padding-bottom:40px;
}
.manual-list{
list-style:none;
margin-bottom:0;
}

.manual-list li{
padding:20px;
margin-bottom:30px;
background:#FFF;
border-left:20px #0071BA solid;
border-right: 2px #EEE solid;
border-bottom: 2px #EEE solid;
}
.manual-list li h2{
font-size:18px;
margin-bottom:10px;
}
.manual-list li p{
margin:0;
}

.manual-list li p a{
color:#0E6EB8;
}

/*------------------------------------------

	Sponsor

------------------------------------------*/
.sponsor-companies{
	display:flex;
	width:100%;
	margin-top:60px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sponsor-companies li{
	width:31%;
	text-align:center;
	list-style: none;
	margin-bottom:10px;
}
.sponsor-companies:after{
	content:"";
	display: block;
	width:31%;
}
.sponsor-companies li a{
	display: block;
	text-decoration:none;
}
.sponsor-companies li a:hover{
	opacity:0.8;
}

.sponsor-companies li .bnr{
	margin-bottom:20px;
	border:2px #DDD solid;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.sponsor-companies li{
	width:100%;
}

}
@media (max-width: 600px) {
}

/*--------------------------------------------------------------

	interview

--------------------------------------------------------------*/
.interview_txt01{
line-height:1.8;
margin-bottom:30px;
}
.interview_date{
text-align:right;
}
.interview_date span{
color:#0071BA;
font-weight:600;
}
.interview_index{
list-style:none;
max-width:430px;
padding:20px;
margin:0 auto;
background:#FCFCE9;
border:5px #F7F7CE solid;
border-radius:5px;
}
.interview_index li{
margin:5px 0;
}

.interview_mds01{
font-size:22px;
color:#FFF;
font-weight:600;
text-align:center;
padding:5px;
margin-bottom:30px;
background:#0071BA;
}
.interview_mds02{
font-size:18px;
color:#0071BA;
font-weight:600;
text-indent:-1em;
padding:0 0 0 1em;
margin-bottom:30px;
}
.interview_mds02::before{
content:"―";
}

.interview_frm01,
.interview_frm02,
.interview_frm03{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

.interview_frm01 .img{
width:53%;
}
.interview_frm01 .txt{
width:43%;
}
.interview_frm02 .img{
width:26.3%;
}
.interview_frm02 .txt{
width:69%;
}
.interview_frm03 .img{
width:26.3%;
}
.interview_frm03 .txt{
width:69%;
}

.interview_frm01 .txt .img01{
float:right;
display:inline-block;
}
.interview_frm01 .txt .img02{
float:right;
max-width:263px;
}
.interview_caption{
font-size:14px;
margin-top:5px;
}
.interview_profile{
padding:20px;
margin:0 0 30px;
background: #F5F5F5;
border-radius: 5px;
}
.interview_profile dt{
color:#0071BA;
margin:0 0 5px;
}
.interview_profile dd{
padding-bottom:10px;
margin:0 0 10px;
border-bottom:1px #ddd solid;
}
.interview_profile dd.prof-img{
text-align:right;
margin:0;
border-bottom:none;
}
.interview_profile a{
word-break: break-all;
}
.interview_infomation{
padding:10px 20px 20px;
background: #E9FCFF;
border:2px #AFD9ED solid;
border-radius: 5px;
}
.interview_infomation dt{
font-size:20px;
color:#0071BA;
margin-bottom:10px;
}
.interview_infomation dd{
margin:0;
}

.int01_info dt{
padding:15px 60px 15px 0;
background:url("https://hiratsuka-shop.yomsubi.com/wp-content/uploads/2023/12/interview018.png") center right no-repeat;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.interview_frm01 .img,
.interview_frm01 .txt,
.interview_frm02 .img,
.interview_frm02 .txt,
.interview_frm03 .img,
.interview_frm03 .txt{
width:100%;
}
.interview_frm01 .img,
.interview_frm02 .img,
.interview_frm03 .img{
text-align:center;
}
.interview_frm01 .txt .img02{
float:none;
max-width:100%;
text-align:center;
margin-bottom:30px;
}
}



/* COMING SOON表示 */
.comingsoon{
	font-size: 1.2em;
	color:#999;
	font-weight:bold;
	text-align:center;
	padding:20px;
	margin:40px 0 60px;
	border:2px #ddd solid;
}
