@charset "utf-8";
/**************************************************
 *	個別ページ
 **************************************************/
 
/* 共通
===========================================*/
/* レイアウト */
.site-main article header{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#f9f9f9;
	display:block;
}
.site-main article header h1{
	width:100%;
	height:auto;
	padding:30px;
	margin:0 auto;
	font-size:20px;
	text-align:center;
	display:block;
}
.entry-content{
	width:96%;
	height:auto;
	max-width:700px;
	padding:50px 0;
	margin:0 auto;
	display:block;
}
/* タイトル */
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 20px auto;
	font-weight:bold;
	display:block;
}
.entry-content h4,
.entry-content h5{
	text-decoration:underline 1px solid #000;
	text-underline-offset:3px;
}
.entry-content h2{font-size:18px;}
.entry-content h3{font-size:16px;}
.entry-content h4{font-size:18px;}
.entry-content h5{font-size:16px;}

/* 段落 */
.entry-content p{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 10px auto;
	display:block;
}
.entry-content p + :is(h2, h3, h4, h5, h6) {
  margin-top: 50px;
}
/* リスト */
.entry-content ul{
	width:100%;
	margin:0 0 10px 10px;
}
.entry-content ul li{
	margin:0 0 5px 10px;
	position:relative;
}
.entry-content ul li::before{
	content:"";
	width:5px;
	height:1px;
	display:block;
	position:absolute;
	top:8px;
	left:-10px;
	background:#666;
}
.entry-content ol{
	width:100%;
	margin:0 0 10px 10px;
}
.entry-content ol li{
	margin:0 0 5px 10px;
	position:relative;
}
.entry-content ul + :is(h2, h3, h4, h5, h6),
.entry-content ol + :is(h2, h3, h4, h5, h6){
  margin-top: 50px;
}

/* Legal Notice
   Delivery
   テーブル
==================================*/
div.shipping-fee-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 0 auto 10px auto;
}

table.shipping-fee {
    width:100%;
    min-width: 500px;
    margin: 0 auto;
    border-collapse: collapse;
}

table.shipping-fee th,
table.shipping-fee td {
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
	vertical-align:middle;
}
/* Japan */
table.japan tbody tr td:nth-child(1) {
	text-align: left;
}

table.japan tbody tr td:nth-child(2) {
	min-width: 100px;
	text-align: center;
}
/* International */
table.international {
    table-layout: fixed;
    border-collapse: collapse;
}
/* Legal Notice
   Payment Methods
   クレジットカード表示
==================================*/
ul.payment{
	width:100%;
	display:flex;
	gap:10px;
}
ul.payment li{
	text-align:center;
}
ul.payment li::before{
	display:none;
}
ul.payment.credit li img{
	width:60px;
	height:auto;
	margin:0 auto;
	border:1px solid #ccc;
	display:block;
}
ul.payment.express li img{
	width:60px;
	height:auto;
	margin:0 auto;
	display:block;
}
/* Delivery
   下線非表示（setting.css対応）
==================================*/
.entry-content h5{
	text-decoration:none;
}
/* Company
   会社概要
==================================*/
div.company-wrapper{
	width:100%;
	max-width:400px;
	height:auto;
	padding:100px 0;
	margin:0 auto;
	display: flex;
	align-items:center;
	align-content:center;
	
}
dl.company-profile {
	width:100%;
	display: flex;
	flex-wrap:wrap;
	gap: 10px;
	margin: 20px 0;
}
dl.company-profile dt{
	flex:0 0 70px;
}
dl.company-profile dd {
	flex:1 1 calc( 100% - 80px);
}
dl.company-profile dt,
dl.company-profile dd {
	display: flex;
}

dl.company-profile dt {
	font-weight: bold;
	color: #333;
}

dl.company-profile dd {
	color: #555;
	line-height: 1.6;
}

dl.company-profile a {
	color: #0066cc;
	text-decoration: none;
}

dl.company-profile a:hover {
	text-decoration: underline;
}
/* About
   フリウ
==================================*/
div.about-fulyu{
	width:100%;
	max-width:450px;
	height:auto;
	padding:100px 0;
	margin:0 auto;
}
div.about-fulyu > h2{
	font-size:20px;
	height:auto;
	margin:0 auto 50px auto;
}
div.about-fulyu > p{
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
	font-size:16px;
	line-height:1.6;
	display:block;
}
div.about-fulyu p span{
	font-weight:bold;
}
div.about-fulyu > ul{
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
	font-size:16px;
	line-height:1.6;
	display:block;
}
/* Store
   店舗情報
==================================*/
div.store h2{
    width: 100%;
    max-width: 700px;
	height:auto;
    margin: 20px auto;
}
div.store h2 img{
    width: 100%;
    height:auto;
    margin: 20px auto;
	display:block;
}
div.store h3 {
    width: 120px;
    height: auto;
    margin: 20px auto 10px auto;
}
div.store h3 img{
    width: 100%;
    height:auto;
    margin: 20px auto;
	display:block;
}
div.store p{
    width: 100%;
    height:auto;
	text-align:center;
    display: block;
}
div.store p#fulyuURL a {
    width: 120px;
    padding: 10px;
    margin: 30px auto 0 auto;
    color: #fff;
    background: #000;
    display: block;
}
div.store p.opening{
	width:250px;
	margin: 20px auto;
	text-align:left;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
}
div.store p.opening span:nth-child(odd){
	width:100px
}
div.store p.opening span:nth-child(even){
	width:calc( 100% - 100px);
}

/*=========================================
	お問い合わせページ
===========================================*/
.smf-progress-tracker{
	margin:0 auto 50px auto!important;
}
.snow-monkey-form .wp-block-columns{
	margin-bottom:20px;
}
.snow-monkey-form input,
.snow-monkey-form textarea{
	border-radius:0!important;
	border:1px solid #eee!important;
}
.snow-monkey-form .required{
	padding-left:5px;
	font-size:10px!important;
	color:#f00!important;
}
.smf-error-messages{
	font-size:10px!important;
	font-weight:bold;
	color:#f00!important;
}
/* button レイアウト*/
.snow-monkey-form .smf-action{
	display:flex;
	justify-content:flex-end;
	gap:10px;
}
/* button */
span.smf-button-control{
	width:calc( (100% - 10px) / 2 )!important;
}
span.smf-button-control button.smf-button-control__control{
	width:100%;
	height:40px!important;
	color:#fff!important;
	padding:2px 5px 0 5px!important;
	border:1px solid #000!important;
	border-radius:0!important;
	background:#000!important;
	display:flex!important;
	justify-content:center!important;
	align-items:center!important;
	gap:0!important;
	transition:all 0.5s linear!important;
}
span.smf-button-control button.smf-button-control__control:hover{
	color:#000!important;
	background:#ddd!important;
}
/* 確認画面 */
[data-screen="confirm"] .smf-placeholder{
	min-height:40px;
	padding:10px;
	border: 1px solid #eee;
	clear:both;
}
/* 送信完了画面 */
[data-screen="complete"] h2{
	text-align:center;
	margin:0 auto 50px auto;
}
[data-screen="complete"] .smf-form{
	margin:0 auto;
	display:flex;
    max-width:400px!important;
    min-height:40vh;
    align-items:center;
}
[data-screen="complete"] .back-home{
	width:120px;
	height:40px;
	margin:50px auto 0 auto!important;
	display:flex;
	align-items:center;
	border:1px solid #000;
	background:#000;
	transition:all 0.5s linear;
}
[data-screen="complete"] .back-home a{
	width:100%;
	display:block;
	color:#fff;
	transition:all 0.5s linear;
}
[data-screen="complete"] .back-home:hover{
	background:#ddd;
}
[data-screen="complete"] .back-home:hover a{
	color:#000;
}
/* reCAPTVCHA対応 */
p.googleNotice,
p.googleNotice a{
	width:100%;
	max-width:290px!important;
	margin:40px auto 0 auto!important;
	padding:0!important;
	color:#999!important;
	font-size:10px!important;
	text-align:center!important;
	display:block!important;
}
p.googleNotice a{
	text-decoration:underline 1px solid #ccc!important;
	display:inline!important;
}
