/*
Theme Name: 株式会社コーエイ_ver_01_2026
Theme URL:
Author:
Author URI:
Description: 株式会社コーエイ_のテンプレート
Version: 9999
Tags:
License:
License URI:
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:500;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
figure{margin-bottom:0;}
/* Base
   ----------------------------------------------------------------- */
body{
	font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
	color:rgba(79,52,23,1);
	font-feature-settings: "palt"/*文字詰め用*/;
}
a{
	text-decoration:none;
	color:rgba(79,52,23,1);
}
a:hover{opacity:0.8;}
a:hover img{}

img{
	vertical-align:top;
	max-width:100%;
	height:auto;
}
ol{list-style:none}



/* ==========================================================================
   共通
========================================================================== */
html{font-size:clamp(13px, 2vw, 16px);/*scroll-padding-top: 20px;*/}

/*文字寄せ*/
.txt-right{text-align:right;}
.txt-center{text-align:center;}
/*一文字空白*/
.indent{text-indent: 1em;}
/*URL改行防止*/
main p{word-break: break-all;}

/*共通ボタン*/
.btn {text-align:center;}
.btn a{
	font-size:clamp(13px, 2vw, 16px);
	box-sizing:border-box;
	border-radius:20px;
	line-height:40px;
	padding:5px 2rem;
	display: inline-block;
	position: relative;
	background:rgb(246,146,30);
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-radius:30px;
	box-shadow:0px 5px 0px 0px rgba(0, 0, 0, 0.15);
	min-width:200px;
}

.btn a:hover{
	opacity: 0.8;
}

/*共通テーブル*/
table.tbl100{width: 100%;}
.tbl01 td,
.tbl01 th{
	padding: 1rem ;
	line-height: 1.5rem;
	font-size:clamp(13px, 1.5vw, 16px);
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.tbl01{
	margin-bottom: 2rem;
	box-sizing: border-box;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.tbl01 th{
	background:#FEF5DA;
	vertical-align: middle;
	font-weight:bold;
}
.tbl01 td{
	background:#fff;
}
.tbl01 tbody th{text-align: center;}
.tbl01 thead th{text-align:center;background:#ffe5dc;}


@media screen and (max-width: 768px){
.scroll{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 1em;
}
.scroll table{
	width: 100%;
	margin-bottom: 0.5em;
}
}
@media screen and (max-width: 480px){
.tbl01 td,
.tbl01 th{padding: 1rem 1rem;}
}

/*mapレスポンシブ*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*横長動画レスポンシブ*/
.yt_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.yt_movie iframe {
  width: 100%;
  height: 100%;
}


/*short動画レスポンシブ*/
.pet_movie_short .yt_movie {
  width: 100%;
  aspect-ratio: 458 / 814;
}



/*スマホとPCで表示変更*/
@media screen and (min-width: 681px) {
	.pet-wrap .pet-cont .item-img .pet_movie_short{display:none;}
}
@media screen and (max-width: 680px) {
	.pet-wrap .pet-cont .item-img .pet_movie:not(.sp){display:none;}
}




/*tel スマホサイズのみクリック可*/
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

.sec{padding:4rem 2rem;}
@media screen and (max-width: 768px){.sec{padding:2rem 2rem;}}
@media screen and (max-width: 480px){.sec{padding:2rem 1rem;}}
.inner{ 
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
}
.inner720{
	max-width:720px;
	margin:0 auto;
	box-sizing:border-box;
}
/*ページ内sec*/
.p_sec{margin-bottom:4rem;}

/*見出し*/
h1,
h2,
h3{line-height:1.5em;}
h4,
h5{line-height:1.7em;}
p{line-height:2em;}

h1:not(.not){font-size:clamp(22px, 3.5vw, 28px);font-weight:bold;}
h2:not(.not){font-size:clamp(20px, 3vw, 24px);font-weight:bold;}
h3:not(.not){font-size:clamp(18px, 2.5vw, 21px);font-weight:bold;}
h4:not(.not){font-size:clamp(16px, 2.25vw, 18px);font-weight:bold;}
h5:not(.not){font-size:clamp(14px, 2.25vw, 16px);font-weight:bold;}
p,a{font-size:clamp(14px, 2vw, 16px);}


h1:not(.not) span,
h2:not(.not) span,
h3:not(.not) span,
h4:not(.not) span,
h5:not(.not) span{display:inline-block;font-weight:bold;}
p span{display:inline-block;}


@media screen and (max-width: 480px){
	p{line-height:1.5em;}
}

/*固定ページ共通*/
.page-top{
	padding:6rem 0 4rem;
	margin-bottom:0;
	background-image: url(img/common/other_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	position:relative;
}
@media screen and (min-width: 961px){
	.page-top{margin-top:-2rem;}
	
}
.page-top:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
}
.page-top-in{
	max-width:1000px;
	margin:0 auto;
	padding:0 2rem;
	position:relative;
	z-index:5;
}
.page-top h1{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:clamp(21px, 3vw, 32px);
	font-weight:bold;
	color:#fff;
}
.page-top h1 span{
	flex:1;
	text-align:center;
	font-weight:bold;
	color:#fff;
}


@media screen and (max-width: 960px){
.page-top h1:before,
.page-top h1:after{height:100px;}
}
@media screen and (max-width: 480px){
.page-top-in{padding:0;}
}

/*共通リスト*/

/*ドットがオレンジのリスト*/
ul.list01{
	margin-left: 0.5rem;
	margin-bottom:2rem;
}
ul.list01 > li{
	font-size:clamp(14px, 2vw, 16px);
	line-height: 2em;
	padding:0 0 0 26px;
	position:relative;
}
ul.list01 > li:before{
	content: "";
	position:absolute;
	left:4px;
	top:10px;
	width:15px;
	height:15px;
	background:rgb(246,146,30);
	display: block;
	border-radius:10px;
}

ul.list01 > li ul{margin-left:1rem;}

@media screen and (max-width: 768px){
	ul.list01 li{padding:0 0 0 20px;}
	ul.list01 li:before{width:7px; height:7px;top:12px;}
}
@media screen and (max-width: 480px){
	ul.list01 li{padding:0 0 0 16px;}
}
/*ドットがシンプルなリスト*/
ul.list02{
	margin-left: 0.5rem;
	margin-bottom:2rem;
}
ul.list02 > li{
	font-size:clamp(14px, 2vw, 16px);
	line-height: 2em;
	margin: 0 0 1rem 0;
	padding:0 0 0 26px;
	position:relative;
}
ul.list02 > li:before{
	content: "";
	position:absolute;
	left:7px;
	top:15px;
	width:4px;
	height:4px;
	background:#5A391D;
	display: block;
	border-radius:10px;
}

ul.list02 > li ul{margin-left:1rem;}

ol.list-num01 {
	margin-left: 0.5rem;
	margin-bottom:2rem;
	counter-reset: listnum;
}
ol.list-num01 > li{
	font-size:clamp(14px, 2vw, 16px);
	line-height: 2em;
	margin: 0 0 1rem 0;
	padding:0 0 0 26px;
	position:relative;
}
ol.list-num01 > li:before{
	position: absolute;
	left: 0px;
	counter-increment: listnum;
	content: counter(listnum) ".";
	width: 23px;
	text-align: right;
}


/*背景色用*/
.bg-cream{
	background-color:rgb(255,246,225);
}

/* ==========================================================================
   Layout
========================================================================== */


/* Header
----------------------------------------------------------------- */
header{
	width:100%;
	box-sizing:border-box;
	position:relative;
}

.header-in{
	max-width:1200px;
	margin:0 auto;
	padding:0 2rem;
	display:flex;
	flex-wrap:wrap;
	/*align-items:center;*/
}
.header-in .h-logo{width:155px;margin:1rem 1em 0 0;}
.header-in .catch {flex:1;margin:1rem 0 0 0;}
.header-in .catch p{
	font-size:clamp(10px, 1.5vw, 12px);
	line-height:1.5em;
	letter-spacing:-1px;
}
.header-in .sub_nav{margin:1rem 1rem 0 0;}
.header-in .sub_nav > li{
	display:inline-block;
}
.header-in .sub_nav > li > a{
	display:inline-block;
	font-size:clamp(12px, 2vw, 14px);
	color:rgb(79,52,23);
	padding:0 8px;
}
.header-in .sub_nav > li:not(:last-child) > a{
	border-right:solid 1px rgb(79,52,23);
}
.toiawase-wrap{
	display:flex;
	flex-wrap:wrap;
	margin-left: auto;
}
.toiawase-wrap .h-mail{margin-right:5px;}
.toiawase-wrap .h-mail a,
.toiawase-wrap .h-line a{
	display:inline-block;
	color:#fff;
	font-size:clamp(12px, 2vw, 14px);
	font-weight:bold;
	position:relative;
	padding:20px 14px 20px 46px;
	border-radius:0 0 20px 20px;
	box-shadow:0 5px 0 0 rgba(0,0,0,0.15);
	box-sizing:border-box;
}
.toiawase-wrap .h-mail a{background-color:rgb(247,147,30);}
.toiawase-wrap .h-line a{background-color:rgb(6,199,85);}
.toiawase-wrap .h-mail a:before,
.toiawase-wrap .h-line a:before{
	content:"";
	position:absolute;
	left:15px;
	top:15px;
	width:25px;
	height:25px;
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
}
.toiawase-wrap .h-mail a:before{background-image:url(img/icon-mail.svg);}
.toiawase-wrap .h-line a:before{background-image:url(img/icon-line.svg);}

/*追従*/
/*
#index .header-nav.m_fixed{
	width:100%;
	box-sizing: border-box;
	position:fixed;
	z-index:99;
	left:0;
	top:0;
}
*/
@media screen and (min-width: 961px){
	/*#index .header-nav.m_fixed{top:1rem;}*/
}

@media screen and (max-width: 960px){
	.header-in{	min-height:65px;}
	.header-in .catch,
	.header-in .sub_nav,
	.toiawase-wrap{display:none;}
}
@media screen and (max-width: 480px){
	.header-in{padding:0 1rem;}
}


/*tab sp ナビ*/
.globalMenuSp-in::-webkit-scrollbar{width: 8px;}
.globalMenuSp-in::-webkit-scrollbar-track{background-color: #ddd;}
.globalMenuSp-in::-webkit-scrollbar-thumb{background-color: #F2AC7F;}

@media screen and (min-width: 961px){
.navToggle{display:none;}

.header-nav{
	position:relative;
	z-index:99;
	padding:.5em 1rem;
}


.header-nav-in{
	max-width:1000px;
	margin: auto;
	border-radius:10px;
}
.h_nav{
	display: table;
    width: 100%;
}
.h_nav li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.h_nav li a{
	color:rgb(79,52,23);
	display:block;
	font-weight:bold;
	padding:10px 0.5rem;
	line-height:34px;
	font-size:clamp(13px, 2vw ,16px);
	position:relative;
}
.h_nav li a:after{
	content:"";
	width:80%;
	height:3px;
	background-color:rgb(247,147,30);
	position:absolute;
	left:10%;
	bottom:0;
	 transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
.h_nav li a:hover:after{
	
	transform: scale(1, 1);
}
.h_nav li.sp-nav{display:none;}

}

@media screen and (max-width: 960px){

.header-nav{}

nav.globalMenuSp {
	position: fixed;
	height: 100%;
	z-index: 99999;
	top: 0;
	right: 0;
	background:#FFF;
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	max-width:270px;
	margin:0;
	padding-bottom:45px;
	border-left:solid 1px #ddd;
	box-sizing:border-box;
}
.globalMenuSp-in{
	position:fixed;
	height: calc(100vh - 1rem);
	padding:60px 15px 0 ;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width:100%;
	box-sizing:border-box;
	display: flex;
	flex-direction: column;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
	display:block;
	top:0px;
}
.navToggle {
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 999999;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 50px;
	height:2px;
	background:rgb(79,52,23);
	border-radius:2px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0px;
}
.navToggle span:nth-child(1) {top: 11px;}
.navToggle span:nth-child(2) {top: 35px; }
.navToggle span:nth-child(3) {top: 23px;width:35px;left:15px;}
.navToggle span:nth-child(4) {display:none;}
.navToggle.active{position:fixed; }
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 23px;
	left: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 23px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navToggle.active span:nth-child(3),
.navToggle.active span:nth-child(4){display:none;}

/*ハンバーガー内のナビ*/
.h_nav{margin-bottom:0;}
.globalMenuSp-in .h_nav li a,
.sp-nav > li > a{
	color: #000;
	font-size: clamp(14px, 2vw, 18px);
	line-height: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-image: linear-gradient(to right, #BBBBBB, #BBBBBB 4px, transparent 4px, transparent 4px);
	background-size: 10px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.globalMenuSp-in .h_nav li a{padding:10px 0 10px 18px;}
.sp-nav > li > a{padding:10px 0;}
.sp-sns_nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:auto;
	margin-bottom:1rem;
}
.sp-sns_nav li{padding:0 1rem;}
}

/*----ハンバーガー end----*/


/* footer
---------------------------------------------------------------- */
footer{padding:4rem 2rem;}
@media screen and (max-width: 480px){
	footer{padding:2rem 1rem;}
}
.f_inner{
	max-width:1200px;
	margin:0 auto;
}
.f_top{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:2rem;
}
.f_top h2{
	width: 155px;
    margin: 0 1em 0 0;
}
.f_top .catch p{
	font-size: clamp(10px, 1.5vw, 12px);
    line-height: 1.5em;
    letter-spacing: -1px;
}
.f_top .campaign-wrap{
	display:flex;
	flex-wrap:wrap;
	flex: 1;
	justify-content: flex-end;
}
.f_top .campaign{padding:0 0 0 1rem;}
.f_top .campaign h3{
	font-size: clamp(14px, 2vw, 18px);
	font-weight:bold;
	text-align:center;
	padding:3px;
	background:linear-gradient(180deg, #fff 0%, #fff 70%, #ffff00 70%, #ffff00 100%);
}
.f_top .campaign h3 span{
	font-weight:bold;
	color:rgb(232,0,74);
}
.f_top .campaign p{
	font-size: clamp(10px, 1.5vw, 12px);
}
@media screen and (max-width: 980px){
	.f_top{flex-direction: column;}
	.f_top h2{margin:0 auto 1rem;}
	.f_top .catch p{margin:0 auto 1rem;}
	.f_top .campaign-wrap{justify-content:center;}
}


.f_nav_wrap{
	/*display:flex;
	flex-wrap:wrap;*/
	margin-bottom:2rem;
}
.f_nav_wrap .f_nav{
	flex:1;
	display:flex;
	flex-wrap:wrap;
}
.f_nav_wrap .f_nav > li{margin-bottom:2rem;}
@media screen and (min-width: 769px){
.f_nav_wrap .f_nav > li{
	width:calc((100% - 8rem) / 5);
	margin-right:2rem;
}
.f_nav_wrap .f_nav > li:nth-child(5n){margin-right:0;}

}
@media screen and (max-width: 768px){
.f_nav_wrap .f_nav > li{
	width:calc((100% - 4rem) / 3);
	margin-right:2rem;
}
.f_nav_wrap .f_nav > li:nth-child(3n){margin-right:0;}
}
@media screen and (max-width: 480px){
.f_nav_wrap .f_nav{display:block;}
.f_nav_wrap .f_nav > li{width:unset;margin-right:0;}
}

.f_nav_wrap .f_nav > li a,
.f_nav_wrap .f_nav > li span{
	color:rgb(247,147,30);
	font-weight:bold;
	display:inline-block;
	margin-bottom:1rem;
}

.f_nav_wrap .item{
	text-align:right;
}
.f_nav_wrap .item .line-bnr{
	margin-bottom:1rem;
}
.f_nav_wrap .item ul > li{
	display:inline-block;
}
.f_nav_wrap .item ul > li a{
	font-size: clamp(10px, 1.5vw, 12px);
	color:rgb(79,52,23);
	display:inline-block;
	padding:0 5px;
	border-right:solid 1px rgb(79,52,23);
}
.f_nav_wrap .item ul > li:last-child a{border-right:none;}


.f_nav_wrap .f_nav_min > li > a{
	color:rgb(79,52,23);
	font-size:clamp(12px, 1.5vw, 13px);
	display:inline-block;
	margin-bottom:4px;
}



@media screen and (min-width: 481px){
	/*アコーディオン*/
	.acc__title{pointer-events: none;}
	
}
@media screen and (max-width: 480px){
.f_nav_wrap .item{
	text-align:center;
}
.acc__cont {display: none;}

.f_nav_wrap .f_nav > li a,
.f_nav_wrap .f_nav > li span{
	display:block;
	margin-bottom:0;
	padding:1rem 8px;
}
.acc__title{
	position:relative;
}
.acc__title:after{
	display: block;
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 6px);
	right: 16px;
	width: 12px;
	height: 7px;
	clip-path: polygon(0% 0%, 10% 0%, 50% 80%, 90% 0%, 100% 0%, 50% 100%);
	background: rgb(247,147,30);
}

}

.address{text-align:right;}
@media screen and (max-width: 980px){.address{text-align:center;}}

/*pagenavi*/
.pagenavi{
	color: #fff;
	margin: 20px auto 20px;
	line-height:2em;
	text-align:center;
	clear: both;
	margin-bottom:2em;
}
.pagenavi a{
	text-decoration:none;
	color: #fff;
	background: #4F4F50;
}
.pagenavi a:hover{background:#f6921e;}
.pagenavi a.page-numbers, .pagenavi .current{
	line-height: 33px;
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	font-size: 16px;
	border-radius:30px;
}
.pagenavi .current{
	color: #fff;
	background: #f6921e;
	font-weight: bold;
}
.pagenavi .prev.page-numbers,
.pagenavi .next.page-numbers{
	background:none;
	color:#1f1f1f;
}
@media screen and (max-width: 480px){
	.pagenavi a.page-numbers, .pagenavi .current{
		font-size:12px;
		padding:0 9px;
		line-height:24px;
	}
	
}
/*single*/

.col-wrap{
	max-width:1200px;
	margin:0 auto 4rem;
	padding:0 2rem;
	display:flex;
}
.col-wrap main{
	flex:1;
	margin-bottom:2rem;
}
.col-wrap aside{
	width:300px;
	margin-left:25px;
}
@media screen and (max-width: 960px){
	.col-wrap{display:block;}
	.col-wrap aside{width:unset;margin:0 auto;}
}
@media screen and (max-width: 480px){
	.col-wrap{padding:0 1rem;}
}
aside h2{
	background:rgb(247,147,30);
	padding:.5rem 1rem;
	font-size:clamp(16px, 2.25vw, 18px);
	color:#fff;
	font-weight:bold;
	margin-bottom:1rem;
}
aside .s-nav{
	display:flex;
	flex-wrap:wrap;
}
aside .s-nav li{
	width:calc((100% - 1rem) / 2);
	margin-bottom:1rem;
}
aside .s-nav li:nth-child(2n-1){
	margin-right:1rem;
}
aside .s-nav li img{
	border-radius: 50%;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
aside .btn{
	margin-bottom:1rem;
}
.tag_list{margin:2rem 0;}
.tag_list ul li{
	display:inline-block;
}
.tag_list ul li a{
	color:#fff;
	background:rgb(225,181,105);
	font-size:clamp(11px, 1.5vw, 13px);
	display:inline-block;
	padding:5px 8px;
	margin:0 2px 2px 0;
	border-radius:20px;
}
.tag_list ul li a:before{
	content:"#";
}

@media screen and (min-width: 481px) and (max-width: 960px){
	.col-wrap aside .s-nav li{
		width:calc((100% - 3rem) / 4);
		margin-right:1rem;
	}
	.col-wrap aside .s-nav li:nth-child(4n){margin-right:0;}
}


/*sideの店舗*/
.s-box{margin-bottom:2rem;}
.s-box h3{text-align:center;}
.s-box ul > li{}
.s-box ul > li a{
	display: block;
	padding: 10px 0 10px 25px;
	font-size:15px;
	line-height: 1.5em;
	background-image: radial-gradient(circle, rgb(246,146,30) 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 3px;
	position:relative;
}
.s-box ul > li a:before{
	content: "";
	position: absolute;
	left: 11px;
	top: 17px;
	width: 7px;
	height: 11px;
	background: rgb(246, 146, 30);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (min-width: 769px){
	.shop-service .col{display:flex;flex-wrap:wrap;gap:2rem;}
	.shop-service .col .item{width:calc((100% - 2rem) / 2);}
}







#single .tit-wrap{
	margin-bottom:2rem;
	padding:1rem 0;
}

#single .tit-wrap .date{
	font-size:clamp(12px, 1.75vw, 14px);
	text-align:right;
	color:#888;
}

#single h1.single-title{
	font-size:clamp(22px, 3vw, 32px);
	font-weight:bold;
}

/*記事内*/
#single .entry_content h1:not(.not){
	font-size:clamp(22px, 3vw, 32px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h2:not(.not){
	border-bottom:solid 1px #ccc;
	font-size:clamp(20px, 2.75vw, 28px);
	padding:0.5em 0;
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h3:not(.not){
	background: rgb(247, 147, 30);
	color:#fff;
	font-size:clamp(18px, 2.75vw, 22px);
	padding:0.5em 1rem;
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h4:not(.not){
	font-size:clamp(16px, 2.75vw, 22px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h5:not(.not){
	font-size:clamp(13px, 2.5vw, 18px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h6:not(.not){
	font-size:clamp(14px, 2.25vw, 18px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content p:not(.not){
	font-size:clamp(14px, 2vw, 16px);
	margin-bottom:2rem;
}
#single .entry_content a{
	text-decoration:underline;
}

#single .entry_content ul:not(.list01){
	margin-left: 0.5rem;
	margin-bottom:2rem;
}
#single .entry_content ul:not(.list01) > li{
	font-size:clamp(14px, 2vw, 16px);
	line-height: 2em;
	margin: 0 0 1rem 0;
	padding:0 0 0 26px;
	position:relative;
}
#single .entry_content ul:not(.list01) > li:before{
	content: "";
	position:absolute;
	left:7px;
	top:15px;
	width:4px;
	height:4px;
	background:#5A391D;
	display: block;
	border-radius:10px;
}
#single .entry_content ul > li ul(.list01){margin-left:1rem;}
#single .entry_content ol:not(.list-num01) {
	margin-left: 0.5rem;
	margin-bottom:2rem;
	counter-reset: listnum;
}
#single .entry_content ol:not(.list-num01) > li{
	font-size:clamp(14px, 2vw, 16px);
	line-height: 2em;
	margin: 0 0 1rem 0;
	padding:0 0 0 26px;
	position:relative;
}
#single .entry_content ol:not(.list-num01) > li:before{
	position: absolute;
	left: 0px;
	counter-increment: listnum;
	content: counter(listnum) ".";
	width: 23px;
	text-align: right;
}

#single .to-cat{padding:1rem 0;}
#single .to-cat ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
#single .to-cat ul li a{
	display:inline-block;
	color:#fe8f93;
	border:solid 1px #fe8f93;
	padding:8px 12px;
	margin-left:8px;
	border-radius:5px;
	font-size:;
}
#single .to-cat ul li a:before{
	content:"\00bb";
	margin-right:4px;
}
#single .to-cat ul li a:hover{
	background:#fe8f93;
	color:#fff;
}



/*ペットの記事*/

.pet-wrap {
	box-sizing: border-box;
	margin-bottom: 2rem;
	background-color: #fff;
	border-radius: 35px;
	border: solid 20px rgb(255 246 225);
}

.pet-wrap.gen01{border: solid 20px rgb(218,244,255);}
.pet-wrap.gen02{border: solid 20px rgb(255,223,237);}

.pet-wrap .pet-tit{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding: .5em 1em;
	border-radius: 15px 15px 0 0;
	background-color:rgb(225 181 105);
}
.pet-wrap.gen01 .pet-tit{background-color:rgb(28,161,220);}
.pet-wrap.gen02 .pet-tit{background-color:rgb(255,120,180);}
.pet-wrap .pet-tit h1{
	color:#fff;
	flex:1;
}
.pet-wrap .pet-tit span{
	display:inline-block;
	font-size:clamp(16px, 2.25vw, 18px);
	font-weight:bold;
	background:#fff;

	border-radius:20px;
	color:;
}
.pet-wrap.gen01 .pet-tit span{padding:5px 1rem;color:rgb(28,161,220);}
.pet-wrap.gen02 .pet-tit span{padding:5px 1rem;color:rgb(255,120,180);}

.pet-wrap .pet-cont{
	padding:1rem;
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
}

.pet-wrap .pet-cont .item-img{
	max-width:360px;
	width:calc((100% - 1rem) / 2);
	margin-left:1rem;
}

.pet-wrap .pet-cont .item-img .pet_img{margin-bottom:1rem;}


.pet-wrap .pet-cont .item-txt{
	flex:1;
}
.pet-wrap .pet-cont .item-txt .in-box{
	display:flex;
	flex-wrap:wrap;
	border:solid 1px rgb(255,246,225);
	margin-bottom:3px;
}
.pet-wrap .pet-cont .item-txt .in-box h2{
	width:calc((100% - 1rem) / 2);
	background:rgb(255,246,225);
	padding:.5rem;
	line-height:1.2em;
}
.pet-wrap .pet-cont .item-txt .in-box p{
	flex:1;
	padding:.5rem;
	line-height:1.2em;
}

.pet-wrap .pet-cont .item-txt .pet_aboutid{text-align:right; color:#999;}

.pet-wrap .pet-cont .item-txt .price{
	border-bottom:solid 1px #ccc;
}
.pet-wrap .pet-cont .item-txt .price h2{
	font-size:clamp(16px, 2.25vw, 18px);
	font-weight:bold;
	line-height:1.25em;
	margin-top:1rem;
}
.pet-wrap .pet-cont .item-txt .price p{
	font-size:clamp(20px, 3vw, 24px);
	font-weight:bold;
	text-align:right;
	line-height:1.25em;
}
.pet-wrap .pet-cont .item-txt .price p span{
	font-size:clamp(11px, 1.5vw, 13px);
}
.pet-wrap .pet-cont .item-txt .price p.sp_price{
	color:#f00;
}

.pet-wrap .pet-cont .item-txt .price p.sold{
	margin-top:2rem;
}

.pet-wrap .pet-cont2{
	padding:1rem;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.pet-wrap .pet-cont2 .item-memo{
	flex:1;
}

.pet-wrap .pet-cont2 .item-memo .item-txt{
	background:#f2f2f2;
	padding:1rem;
	min-height:5em;
	margin-bottom:5px;
}

.pet-wrap .pet-cont2 .item-shop{
	max-width:360px;
	width:calc((100% - 1rem) / 2);
	margin-left:1rem;
	box-sizing:border-box;
	padding:1rem;
	color:#fff;
	text-align:center;
}
.pet-wrap .pet-cont2 .item-shop.cul01,
.pet-wrap .pet-cont2 .item-shop.cul02,
.pet-wrap .pet-cont2 .item-shop.cul03,
.pet-wrap .pet-cont2 .item-shop.cul04{background-color:rgb(88, 53, 53);}
.pet-wrap .pet-cont2 .item-shop.lib01,
.pet-wrap .pet-cont2 .item-shop.lib02{background-color:rgb(88, 53, 53);}
.pet-wrap .pet-cont2 .item-shop.ami01,
.pet-wrap .pet-cont2 .item-shop.ami02{background-color:rgb(88, 53, 53);}



.pet-wrap .pet-cont2 .item-shop h2{
	font-size:clamp(16px, 2.25vw, 18px);
}
.pet-wrap .pet-cont2 .item-shop p{
	line-height:1.5em;
}
.pet-wrap .pet-cont2 .item-shop p.tel{
	font-size:clamp(13px, 2vw, 16px);
}
.pet-wrap .pet-cont2 .item-shop p.tel a{
	font-size: clamp(18px, 2.25vw, 20px);
	color: #fff;
	font-weight: bold;
}
.pet-wrap .pet-cont2 .item-shop p.time{
	font-size:clamp(12px, 1.5vw, 14px);
}
.pet-wrap .pet-cont2 .item-shop .btn-w{
	text-align:center;
	margin-top:.5em;
}
.pet-wrap .pet-cont2 .item-shop .btn-w a{
	font-size: clamp(13px, 2vw, 16px);
	box-sizing: border-box;
	border-radius: 20px;
	line-height: 40px;
	padding: 5px 2rem;
	display: inline-block;
	position: relative;
	background: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
	min-width: 200px;
}
.pet-wrap .pet-cont2 .item-shop.tsushida .btn-w a{color:rgb(136,100,65);}
.pet-wrap .pet-cont2 .item-shop.mitake .btn-w a{color:rgb(52,135,96);}

#single .notebox h3{
	font-size:clamp(16px, 2.25vw, 18px);
	font-weight:bold;
	padding:1rem 0;
	border-bottom:solid 1px #ccc;
	margin-bottom:0.5rem;
}
#single .notebox h4{
	font-size:clamp(14px, 2vw, 16px);
	margin-top:2rem;
	margin-bottom:0.5rem;
	font-weight:bold;
}
#single .notebox p{
	font-size:clamp(12px, 1.5vw, 14px);
	margin-bottom:1rem;
}


#other{
	background:rgb(255,246,225);
}

@media screen and (max-width: 680px){
	.pet-wrap .pet-cont,
	.pet-wrap .pet-cont2{display:block;}
	.pet-wrap .pet-cont .item-img{
		width:unset;
		max-width:unset;
		margin:0 0 1rem 0;
	}
	.pet-wrap .pet-cont2 .item-shop{width:unset; margin:1rem auto 0;}
}



/* ==========================================================================
   カテゴリー
========================================================================== */
.cat-wrap{
	padding:4rem 2rem;
	background:rgb(255,246,225);
}
@media screen and (max-width: 480px){
	.cat-wrap{padding:2rem 1rem;}
}
.cat-wrap .chuui{
	margin-bottom:1rem;
	text-align:center;
}
/*お知らせの一覧*/
#news-cat{
	max-width: 860px;
	margin: 0 auto;
}
#news-cat .news_list{margin-bottom:2rem;}
#news-cat .news_list > li{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	border-bottom: solid 1px #d7cdc8;
}
#news-cat .news_list > li .cat_name{
	width:6rem;
}
#news-cat .news_list > li .cat_name span{
	display:inline-block;
	padding:4px 8px;
	border-radius:20px;
	color:#fff;
}
#news-cat .news_list > li .cat_name .topics{background-color:rgb(142,191,0);}
#news-cat .news_list > li .cat_name .sale{background-color:rgb(255,75,13);}
#news-cat .news_list > li .date{
	display: inline-block;
	width: 6em;
	padding: 4px 0;
}

#news-cat .news_list > li a{
	display:inline-block;
	color:rgb(79,52,23);
	padding:4px 0;
	flex:1;
}

/*記事の下のお知らせ一覧*/
#other{
	margin: 0 auto;
}
#other .news_list{
	margin:0 auto;
		max-width: 860px;
}
#other .news_list > li{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	border-bottom: solid 1px #d7cdc8;
}
#other .news_list > li .cat_name{
	width:6rem;
}
#other .news_list > li .cat_name span{
	display:inline-block;
	padding:4px 8px;
	border-radius:20px;
	color:#fff;
}
#other .news_list > li .cat_name .topics{background-color:rgb(142,191,0);}
#other .news_list > li .cat_name .sale{background-color:rgb(255,75,13);}
#other .news_list > li .date{
	display: inline-block;
	width: 6em;
	padding: 4px 0;
}

#other .news_list > li a{
	display:inline-block;
	color:rgb(79,52,23);
	padding:4px 0;
	flex:1;
}

/*ペットの一覧表示*/
#column_cat{
	
}
.column_list{
	display:flex;
	flex-wrap:wrap;
}
.column_list > li{
	box-sizing:border-box;
	width:calc((100% - 3rem) / 4);
	margin-right:1rem;
	margin-bottom:1rem;
	padding:1rem;
	background-color:#fff;
	border-radius:25px;
	border:solid 10px rgb(253,232,195);
}
.column_list > li:nth-child(4n){
	margin-right:0;
}
.column_list > li.gen01{border:solid 10px rgb(218,244,255);}
.column_list > li.gen02{border:solid 10px rgb(255,223,237);}



.column_list > li > a{
	display:block;
	color:rgb(79,52,23);
}
.column_list > li h2{
	font-size:clamp(16px, 2.25vw, 18px);
	font-weight:bold;
	margin-bottom:0.5rem;
}
.column_list > li .item-img{
	position:relative;
	margin-bottom:0.5rem;
}
.column_list > li .item-img img{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.column_list > li .gen{
	color:#fff;
	font-size:clamp(11px, 1.5vw, 13px);
	display:inline-block;
	padding:3px 8px;
	border-radius:20px;
	position:absolute;
	right:5px;
	top:5px;
}
.column_list > li.gen01 .gen{background-color:rgb(28,161,220) ;}
.column_list > li.gen02 .gen{background-color:rgb(255,120,180) ;}


.column_list > li .pet_shop span{
	display:inline-block;
	font-size:clamp(11px, 1.5vw, 12px);
	padding:5px 8px;
	color:#fff;
	background:;
}
.column_list > li .pet_shop span.sh01{background-color:rgb(136,100,65) ;}
.column_list > li .pet_shop span.sh02{background-color:rgb(52,135,96) ;}
.column_list > li .price {
	margin-bottom:0.5rem;
	border-bottom:solid 1px rgb(79,52,23);
}
.column_list > li .price p{
	font-size:clamp(16px, 2.25vw, 18px);
	font-weight:bold;
	line-height:1.25em;
	text-align:right;
}
.column_list > li .price p span{
	font-size:clamp(11px, 1.5vw, 12px);
}
.column_list > li .price p.sp_price{color:#f00;}
.tag ul li {
	display:inline-block;
}
.tag ul li a{
	color:#fff;
	background:rgb(225,181,105);
	font-size:clamp(11px, 1.5vw, 13px);
	display:inline-block;
	padding:5px 8px;
	margin:0 2px 2px 0;
	border-radius:20px;
}
.tag ul li a:before{
	content:"#";
}

@media screen and (min-width: 481px) and (max-width: 980px){
.column_list > li{width: calc((100% - 1rem) / 2);}
.column_list > li:nth-child(2n){margin-right:0;}
}
@media screen and (max-width: 480px){
	/*ペットのカテゴリー一覧のみ*/
.cat-wrap .column_list{display:block;}
.cat-wrap .column_list > li{width: 100%; margin-right:0;}

}

/*パンくず*/
#breadcrumb{
	max-width: 1200px;
	margin: 0 auto 1rem;
	box-sizing:border-box;
	padding:8px;
	background:rgb(255,246,225);
	border-radius:4px;
}
#breadcrumb ul{
	display:flex;
}
#breadcrumb ul li{
	padding:0 .8rem 0 0;
	font-size:.8rem;
	line-height: 1rem;
}
#breadcrumb ul li a{
	font-size:.8rem;
}
#breadcrumb ul li:not(:first-child):before{
	content:"\003e";
	display:inline-block;
	margin-right:5px;
}


@media screen and (max-width: 769px){
	#breadcrumb ul li{padding:0 0.2rem 0 0 ; font-size:0.7rem;}
	#breadcrumb ul li a{font-size:0.7rem;}
}

/* ==========================================================================
   main内共通
========================================================================== */
.tit{margin-bottom:2rem;}
.tit h2{text-align:center;}
.tit .sub-tit{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.5rem;
	color:rgb(247,147,30);
}



/* ==========================================================================
   section別
========================================================================== */

/*マルカンペット在籍ワンちゃんネコちゃん*/
#petscolumn{
	
}
#petscolumn .tit{
	padding:0 1rem;
}
/*ペットの種類から探す*/
#search-pet.sec{
	padding:4rem 0;
}

/*お知らせ LINEについて ポイントカードについて*/
#newsline{
	
}
#newsline .col{
	display:flex;
	flex-wrap:wrap;
}
#news .news-list{margin-bottom:2rem;}
#news .news-list > li{
	display:flex;
	flex-wrap:wrap;
	padding:1rem 0;
	border-bottom:solid 1px #d7cdc8;
}
#news .news-list > li .cat_name{
	width:6em;
}
#news .news-list > li .cat_name span{
	display:inline-block;
	padding:4px 8px;
	border-radius:20px;
	color:#fff;
}
#news .news-list > li .cat_name .topics{background-color:rgb(142,191,0);}
#news .news-list > li .cat_name .sale{background-color:rgb(255,75,13);}
#news .news-list > li .date{
	display:inline-block;
	width:6em;
	padding:4px 0;
}
#news .news-list > li a{
	display:inline-block;
	color:rgb(79,52,23);
	padding:4px 0;
	flex:1;
}
#newsline .col #news,
#newsline .col #linepoint,
#newsline .col #insta,
#newsline .col #slide_show{
	width:calc((100% - 2rem) / 2);
}


#newsline .col #news{margin-right:2rem;}
#newsline .line-cont,
#newsline .insta-cont,
#newsline .slide_show-cont{
	text-align:center;
	margin-bottom:3rem;
}
#newsline .point-cont{
	display:flex;
	flex-wrap:wrap;
}
#newsline .point-cont .item-img{
	width:96px;
	margin-right:8px;
}

#newsline .point-cont .item-txt{
	flex:1;
}
#newsline .point-cont .item-txt ul.list01 > li{
	letter-spacing:-1px;
}
@media screen and (max-width: 960px){
#newsline .col{display:block;}
#newsline .col #news,
#newsline .col #linepoint,
#newsline .col #insta,
#newsline .col #slide_show{
	width:unset;
}
#newsline .col #news{
	max-width:600px;
	margin:0 auto 3rem;
}
#newsline .point-cont{max-width:600px; margin:0 auto;}
}
@media screen and (max-width: 480px){
	#newsline .point-cont{display:block;}
	#newsline .point-cont .item-img{margin:0 auto 1rem;}
}

/*ペットマッチングサービス*/
#service-pet{
	
}
#service-pet .cont{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:1.5rem;
	background-color:rgb(255,246,225);
	border-radius:30px;
}
#service-pet .cont .item-img{
	width:60%;
	max-width:650px;
	margin-right:1.5rem;
}
#service-pet .cont .item-img img{border-radius:20px;}
#service-pet .cont .item-txt{
	flex:1;
}
#service-pet .cont .item-txt h3{
	font-weight:bold;
	margin-bottom:1rem;
}
#service-pet .cont .item-txt p{
	margin-bottom:1rem;
}
#service-pet .cont .item-txt .btn-list{
	display:flex;
	flex-wrap:wrap;
	max-width:400px;
	margin: 0 auto;
}
#service-pet .cont .item-txt .btn-list li{
	width:calc((100% - 1rem) / 2);
}
#service-pet .cont .item-txt .btn-list li:nth-child(2n-1){
	margin-right:1rem;
}
#service-pet .cont .item-txt .btn-list li img{
	border-radius:30px;
	box-shadow:0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 961px){
#service-pet .cont{
	background-image:url(img/bg01.png);
	background-repeat:no-repeat;
	background-position:right -8px top -8px;
}
}

@media screen and (max-width: 960px){
	#service-pet .cont{display:block;}
	#service-pet .cont .item-img{width:unset; margin:0 auto 2rem;}
	#service-pet .cont .item-txt{
		background-image:url(img/bg01.png);
	background-repeat:no-repeat;
	background-position:right 0 top 0;
	background-size:30%;
		
	}
}


/*indexサービス案内*/
#service-info{
	
}

/*横並びバナー*/
.bnr-col{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.bnr-col > li{
	margin-bottom:2rem;
}
.bnr-col > li:last-child{margin-right:0;}


@media screen and (min-width: 769px){
.bnr-col > li{
	width:calc((100% - 6rem) / 4);
	margin-right:2rem;
}
.bnr-col > li:nth-child(4n){margin-right:0;}

}
@media screen and (max-width: 768px){
.bnr-col > li{
	width:calc((100% - 2rem) / 2);
	margin-right:2rem;
}
.bnr-col > li:nth-child(2n){margin-right:0;}
}


/*店舗案内*/
#shop-info .inner{
	max-width:1380px;
}
#shop-info .cont h3{
	text-align: center;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 2rem;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
#shop-info .cont .col{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 2rem;
}

#shop-info .cont .col .shop-box{
	margin-bottom:1rem;
	background: #fff;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}



@media screen and (min-width: 1281px){
#shop-info .cont .col .shop-box{
	width: calc((100% - 2rem) / 3);
	margin-right: 1rem;
}
#shop-info .cont .col .shop-box:nth-child(3n){margin-right:0;}

}
@media screen and (min-width: 769px) and (max-width: 1280px){
#shop-info .cont .col .shop-box{
	width:calc((100% - 1rem) / 2);
	margin-right:1rem;
}
#shop-info .cont .col .shop-box:nth-child(2n){margin-right:0;}
}
@media screen and (max-width: 768px){
	#shop-info .cont .col{
	display:block;
	margin-bottom: 1rem;
}
	
}

@media screen and (max-width: 480px){
.bnr-col > li{
	width:unset;
	margin-right:0;
}
}

.shop-box .shop-txt h4{
	font-size: clamp(16px, 2.25vw, 18px);
	/*margin-bottom: 1rem;*/
	margin-bottom: auto;
	font-weight: bold;
	    margin-right: 80px;
}
.shop-box .in-col{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.shop-box .in-col .item{flex:1;}

.shop-box .in-col p.add, 
.shop-box .in-col p.time{
	font-size: clamp(12px, 1.5vw, 13px);
    line-height: 1.25em;
}
.shop-box .in-col p.tel a{
	font-size: clamp(16px, 2.25vw, 21px);
    color: rgb(79, 52, 23);
    font-weight: bold;
}

.shop-box .in-col .list-btn{
	display: flex;
	flex-wrap: wrap;
	width: 190px;
}
.shop-box .in-col .list-btn li{
	margin-left: 8px;
}
.shop-box .in-col .list-btn li a{
	display: inline-block;
	border-radius: 30px;
	padding: 15px;
	color: #fff;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
	font-size:16px;
}
.shop-box .in-col .list-btn li a.tomap{
	background-color: rgb(247, 147, 30);
	position: relative;
	padding-left: 30px;
}
.shop-box .in-col .list-btn li a.toshop{
	background-color: rgb(88, 53, 53);
	position: relative;
}

.shop-box .in-col .list-btn li a.tomap:before{
	position: absolute;
	content: "";
	left: 9px;
	top: 14px;
	width: 15px;
	height: 20px;
	background-image: url(img/icon-map.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

@media screen and (max-width: 480px){
.shop-box .in-col{
	display: block;
}
.shop-box .in-col .list-btn{
	width: unset;
	justify-content: flex-end;
}
.shop-box .in-col p.add, .shop-box .in-col p.time{font-size:14px;}
.shop-box .in-col p.tel a{font-size:21px;}
}


.shop-box{position:relative;}
.shop-box .icon{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 10px;
	top: 10px;
}
.shop-box .icon li{
	margin-left:2px;
}




/*店舗のページ*/
.shop-wrap{
	box-sizing: border-box;
	margin-bottom: 2rem;
	background-color: #fff;
	border-radius: 35px;
	padding:1rem;
}
.shop-wrap .shop-inner{
	border-radius:20px;
	overflow:hidden;
}
.shop-wrap.tsushida{
	background-color:rgb(232,225,218);
}
.shop-wrap.mitake{
	background-color:rgb(206 227 217);
}
.shop-wrap .shop-tit{
	padding: .5em ;
	font-size:clamp(22px, 3vw, 32px);
	margin-bottom:1rem;
	display: flex;
	align-items: center;
}
.shop-wrap.tsushida .shop-tit{background-color:rgb(136,100,65);}
.shop-wrap.mitake .shop-tit{background-color:rgb(52,135,96);}



.shop-wrap.dclub{background:rgb(232,225,218);}
.shop-wrap.liberty{background:rgb(249 211 228);}
.shop-wrap.ami{background:rgb(249 211 228);}

.shop-wrap.dclub .shop-tit{background:rgb(136,100,65);}
.shop-wrap.liberty .shop-tit{background:rgb(17 3 126);}
.shop-wrap.ami .shop-tit{background:rgb(233 42 57);}


.shop-wrap .shop-tit h1{
	font-size: clamp(18px, 3vw, 24px);
	color:#fff;
	font-weight:bold;
}


.shop-wrap .shop-tit .icon{
	display:flex;
	margin-left:auto;
	justify-content: space-between;
}
.shop-wrap .shop-tit .icon li{
	margin-left:8px;
	min-width:32px;
}



.shop-wrap .col{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	margin:1rem 0;
}
.shop-wrap .col .add{
	flex:1;
}
.shop-wrap .col .add p{
	font-size:clamp(14px, 1.5vw, 21px);
	line-height:1.5em;
}
.shop-wrap .col .tel h3{
	font-size:clamp(14px, 1.5vw, 20px);
}
.shop-wrap .col .tel p{
	font-size:clamp(12px, 1.5vw, 18px);
}
.shop-wrap .col .tel p a{
	font-size:clamp(18px, 2vw, 32px);
}
/* 店舗のスライド */
.shop-wrap .shop-img {
  display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.shop-wrap .main-img {
aspect-ratio: 5 / 4;
	width:75%;
}
.shop-wrap .main-img img {
	aspect-ratio: 5 / 4;
	object-fit: cover;
}
.shop-wrap .sub-img {
  width:25%;
	display:flex;
	flex-wrap:wrap;
}
.shop-wrap .sub-img li {
  margin-left: 5px;
	margin-bottom:5px;
  width: calc((100% - 10px) / 2);
}
.shop-wrap .sub-img img {
  cursor: pointer;
  object-fit: cover;
	aspect-ratio: 5 / 4;
	
}
.shop-wrap .sub-img img:hover{
	opacity:0.8;
}
@media screen and (max-width: 480px){
	.shop-wrap .col{flex-direction:column;        align-items: center;}
	
}


.shop-message{
	box-sizing: border-box;
	margin-bottom: 2rem;
	border-radius: 35px;
	padding: 1rem;
	background: #efffdc;
}

.shop-service .list-inline li{
	display: inline-block;
	padding: 1rem;
	margin: 0 1rem 1rem 0;
	font-size: clamp(16px, 2.25vw, 18px);
	border-radius: 35px;
	background: #fff6e1;
	min-width: 3em;
	text-align: center;
	font-weight:bold;
}



/*固定ページ内共通エリア*/

#page .tit-wrap{
	margin-bottom: 2rem;
	padding: 1rem 0;
}
h1.page-title{
	font-size:clamp(22px, 3vw, 32px);
	font-weight:bold;
}

.page-cont{
	margin-bottom:2rem;
}
.page-cont h2:not(.not){
	color:#fff;
	padding:.5rem 1rem;
	background:rgb(247,147,30);
	font-size: clamp(16px, 2.25vw, 18px);
	margin-bottom:1rem;
}
.page-cont h3:not(.not){
	padding:1rem 0;
	font-size: clamp(16px, 2.25vw, 18px);
	margin-bottom:1rem;
	border-bottom:solid 1px rgb(79,52,23);
}
.page-cont p:not(.not){
	line-height:1.5em;
	margin:1rem 0;
}
.page-cont .tbl-box{
	display: flex;
	flex-wrap: wrap;
	border: solid 1px rgb(255, 246, 225);
	margin-bottom: 3px;
}
.page-cont .tbl-box h3{
	width: calc((100% - 1rem) / 2);
	background: rgb(255, 246, 225);
	padding: .5rem;
	line-height: 1.2em;
}
.page-cont .tbl-box p{
	flex: 1;
	padding: .5rem;
	line-height: 1.2em;
	margin:0;
}

.page-cont .kiyaku-box{
	border:solid 1px rgb(79,52,23);
	padding:1rem;
}
.page-cont .kiyaku-box h3{
	border:none;
	padding:0;
	margin-bottom:1rem;
	font-weight:bold;
	font-size: clamp(16px, 2.25vw, 18px);
}
/*店舗*/
.store{
	padding:1rem;
	text-align:center;
	max-width:580px;
	margin:1rem auto;
	color:#fff;
	background:#ccc;
}
.store h2{
	font-size:clamp(16px, 2vw, 24px);
}
.store p.tel{
	font-size:clamp(16px, 2vw, 18px);
}
.store p.tel a{
	color:#fff;
	font-size:clamp(18px, 2vw, 32px);
}
.store p.time{
	font-size:clamp(16px, 2.25vw, 18px);
}
.store.tsushida{background:rgb(136,100,65);}
.store.mitake{background:rgb(52,135,96);}
.store.dogkids{background:#f78ea2;}


/*問い合わせフォーム*/
.p-contact{
	
}

.form_tbl{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:3px;
	border:solid 1px #fff6e1;
	
}
.form_tbl h3{
	padding:calc(1rem + 5px) 1rem;
	width:16em;
	background:#fff6e1;
}
.form_tbl h3 .hissu{
	font-size:clamp(12px, 1.5vw, 14px);
	display:inline-block;
	padding:3px 5px;
	background: #e50000;
	color: #fff;
	line-height: 1em;
	margin-right: 5px;
	border-radius: 5px;
}
.form_tbl p{
	padding:1rem;
	flex:1;
}
.form_tbl input, textarea{
	box-sizing:border-box;
	padding:5px;
	border:solid 1px #d5d5d5;
	border-radius:5px;
	line-height:1.5em;
	font-size:clamp(13px, 1.5vw, 16px);
}
.form_tbl textarea{
	width: 100%;
}
.form_tbl .textarea span{display:block;}
.form_tbl input[type=checkbox]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.form_tbl input[type="text"],
.form_tbl input[type="email"],
.form_tbl input[type="tel"]{
	width: 100%;
	max-width: 400px;
}
.form_tbl input[type=radio]{
	position: relative;
	margin-right:5px;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_tbl input[type=radio]:checked:before{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4CAF50;
  content: '';
}

.form_tbl select{
	width:10em;
	box-sizing:border-box;
	padding:5px;
	border:solid 1px #d5d5d5;
	border-radius:5px;
	line-height:1.5em;
	font-size:clamp(13px, 1.5vw, 16px);
	min-height:36px;
	margin-right:5px;
}

.form_tbl .form_ymd input[type="text"]{width:5em;margin-left:5px;margin-right:5px;}
.form_tbl span.notes{display:block; font-size:clamp(12px, 1.5vw, 14px);color:#666;line-height:1.5em;}
.form_tbl span.notes a{
	display:inline-block;
	padding:0 5px;
	text-decoration:underline;
}
.sousin{
	text-align:center;
}
.sousin input[type=submit]{
	padding: 10px 30px;
	background: #69c;
	border: solid 1px #69c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size:clamp(16px, 1.75vw, 20px);
	min-width:200px;
}

@media screen and (max-width: 768px) {
	.form_tbl{display:block;}
	.form_tbl h3{width:unset;}
}



/*トリミング*/

.notice-box{
	padding: 1rem;
	background: #e4ffe6;
	border-radius: 20px;
	text-align: center;
	margin-bottom:1rem;
	box-sizing: border-box;
	border: solid 2px #57cc61;
}
.notice-box p{font-weight: bold;}

.tori-col{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
@media screen and (min-width: 769px) {
.tori-col li{
	width:calc((100% - 40px) / 3);
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.tori-col li{
	width:calc((100% - 20px) / 2);
}
}
@media screen and (max-width: 480px) {
	.tori-col{display:block;}
	.tori-col li{text-align:center;}
}


.shop-tori{margin-bottom:2rem;}
.shop-tori > li{
}
.shop-tori > li a{
	display: block;
	padding: 10px 0 10px 25px;
	font-size:15px;
	line-height: 1.5em;
	background-image: radial-gradient(circle, rgb(246,146,30) 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 3px;
	position:relative;
}
.shop-tori > li a:before{
	content: "";
	position: absolute;
	left: 11px;
	top: 17px;
	width: 7px;
	height: 11px;
	background: rgb(246, 146, 30);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*店舗一覧ページ*/


.page-shop-info .shop-box{
	margin-bottom: 1rem;
	background: #fff;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
	border: solid 1px #ccc;
}
@media screen and (min-width: 1181px) {
	.page-shop-info{display:flex;flex-wrap:wrap; gap:10px;}
	.page-shop-info .shop-box{
	width:calc((100% - 10px) / 2);
	}
}