@charset "UTF-8";
html,body{
	overflow-x: hidden;
}

.h1_area{
	background-color: #f5f5f5;
	text-align: left;
	padding: 0.5em 0 0.5em 1em;
}
h1 {
	font-size: 0.8rem;
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
	font-size: 1.8rem;
	line-height: 1.5;
}

.h2_ja {
	font-size: 1rem;
	margin-bottom: 2em;
}

h3 {
	font-size: 1.2rem;
}

.deco{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
}

.non_top .main {
	padding-top: 60px;
}

.slider_plantop img {
	width: 100%;
	object-fit: cover;
}

/*パンくずリスト*/
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 0.8rem;
	letter-spacing: 1px;
	max-width: 1000px;
	margin: 1em auto 1em 1em;
}

.breadcrumb__list:not(:last-of-type)::after {
	content: ">";
	margin: 0 .6em;
}

.breadcrumb__list a {
	color: #4B949B;
}

@media (min-width:769px) {
	.breadcrumb {
		margin: 1em auto;
	}
}

@media only screen and (max-width: 769px) {
	.modal_content {
		width: 70%;
	}
}

/*ボタンスタイル*/
/*.wrap__box__cv-btn {
	margin-bottom: 60px;
}*/

a.cv-btn {
	display: block;
	position: relative;
	width: 90%;
	text-align: center;
	padding: 8px 0;
	margin: 1em auto;
	border-radius: 2px;
	transition: .3s;
}

a.cv-btn::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 45%;
	right: 5%;
}

/*予約*/
a.cv-reserve {
	color: #fff;
	border: 1px solid #c46b73;
	background-color: #c46b73;
	margin-bottom: 20px;
}

a.cv-reserve::before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(315deg);
}

/*menu*/
a.cv-menu {
	color: #333;
	border: 1px solid #6d6d6d;
	background-color: #fff;
}

a.cv-menu::before {
	border-right: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
	transform: rotate(315deg);
}

/*LINE*/
a.cv-line {
	color: #06C755;
	border: 1px solid #06C755;
	background-color: #fff;
}

a.cv-line::before {
	border-right: 1px solid #06C755;
	border-bottom: 1px solid #06C755;
	transform: rotate(315deg);
}

@media (hover : hover) {
	a.cv-reserve:hover {
		color: #c46b73;
		background-color: #fff;
	}

	a.cv-reserve:hover::before {
		border-right: 1px solid #c46b73;
		border-bottom: 1px solid #c46b73;
	}

	a.cv-menu:hover {
		color: #fff;
		background-color: #6d6d6d;
	}

	a.cv-menu:hover::before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	a.cv-line:hover {
		color: #fff;
		background-color: #06C755;
	}

	a.cv-line:hover::before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}

/* top_txt */
.top_txt{
	padding: 0 0 3em;
}
.top_txt h2 {
	margin: 30px 0 10px;
	font-weight: bold;
}

.top_txt p {
	padding: 10px 10px 20px 10px;
	text-align: left;
}

/*shopMenu*/
.shopMenu{
	margin: 0 auto;
	padding: 3em 0;
}
.shopMenu ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5em 0.5em;
}
.shopMenu ul li{
	width: calc((100% / 2) - 0.5em);
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #909090;
	position: relative;
}
.shopMenu ul li::after{
	content: '';
	position: absolute;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 95%;
	transform: rotate(135deg) translate(-50%, 50%);
}
.shopMenu ul li a{
	display: block;
	padding: 0em 0 0em 0.2em;
	font-weight: normal;
}
/*.shopMenu ul li:nth-child(n+7){
	border-bottom: 1px solid #bcbcbc;
}
.shopMenu ul li:nth-child(odd):before{
	content: '';
    border-right: 1px solid #bcbcbc;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}*/

/*#shoppage .slick-prev:before {
    content: unset;
}*/

/* sec_campaign */
.sec_campaign {
	padding: 5em 0;
}
.sec_campaign .slider_popupCampaign {
	margin: 20px auto 0px;
	width: 90%;
}
.slider_popupCampaign img {
	width: 100%;
	backface-visibility: hidden;
}
.sec_campaign .slider_popupCampaign .title{
	font-weight: bold;
    text-align: left;
    margin: 0.5em 0;
}
.sec_campaign .slider_popupCampaign p {
	margin-top: 5px;
	text-align: left;
}
.arrow-box-cam{
	margin-bottom: 3em;
}
.sec_campaign .slick-num {
	position: absolute;
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
}
.sec_campaign .arrow-box{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
    margin: 2em 0;
    gap: 5em;
}
.sec_campaign .slick-arrow{
	position: absolute;
}
.sec_campaign .slick-prev{
	left: 40%;
	top: 0%;
}
.sec_campaign .slick-next{
	right: 40%;
	top: 0%;
}
.sec_campaign .slick-prev.slick-disabled:before, 
.sec_campaign .slick-next.slick-disabled:before{
	opacity: 1;
}
.sec_campaign .slick-prev,
.sec_campaign .slick-next{
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: unset;
	transform: translate(0, 0%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.sec_campaign .slick-prev {
    transform: rotate(180deg);
}
.sec_campaign .slick-prev::before,
.sec_campaign .slick-next::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    transform: rotate(45deg);
}







/* sec_locationspot */
.sec_locationspot {
	padding: 5em 0px;
}
.sec_locationspot .deco{
	text-align: center;
}
.sec_locationspot ul li {
	margin: 0 auto 3em;
	position: relative;
}
.sec_locationspot ul li img {
	width: 100%;
	object-fit: cover;
}
.sec_locationspot h3 {
	position: relative;
	top: -34px;
	left: -1px;
	background-color: #ffffff;
	padding: 3px;
	font-size: 1.2em;
	max-width: 50%;
	font-weight: 600;
}
.sec_locationspot p {
	text-align: left;
	margin-top: -2em;
}

/* sec_collection */
.sec_collection{
	padding: 5em 0;
}
.collection__wrap{
	margin: 0 0 3em 4%;
}
.sec_collection h3{
	font-weight: bold;
	margin: 0 0 0.5em 2em;
	text-align: left;
	position: relative;
}
.sec_collection h3::before{
	content: '';
	position: absolute;
	top: 50%;
	width: 10px;
    height: 2px;
    margin-left: -1.2em;
	transform: translateY(-50%);
	background-color: #333;
}
.sec_collection .slider-wrapper {
    overflow: visible; 
}
.sec_collection ul{
	width: 100%;
}
.sec_collection li {
	margin: 0 0.5em;
	text-align: left;
	line-height: 1.7;
}
.sec_collection img{
	width: 100%;
}
.sec_collection.costume img{
	object-fit: cover;
    aspect-ratio: 100 / 150;
}
.sec_collection h4{
	margin-top: 1em;
	font-weight: bold;
}
.sec_collection .slider_shopCollection p{
	font-size: 0.8rem;
	color: #9c9c9c;
}
.sec_collection .arrow-box{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	gap: 5em;
	top: -3em;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
    color:inherit; 
    outline: none; 
	background: #fff;
}

.slider_shopCollection .slick-arrow{
	position: absolute;
}
.slider_shopCollection .slick-prev{
	left: 40%;
	top: 0%;
}
.slider_shopCollection .slick-next{
	right: 40%;
	top: 0%;
}

.sec_collection .slick-prev.slick-disabled:before, 
.sec_collection .slick-next.slick-disabled:before{
	opacity: 1;
}
.sec_collection .slick-prev,
.sec_collection .slick-next{
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
	transform: translate(0, 0%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.sec_collection .slick-prev {
	top: 1px;
	left: 80%;
    transform: rotate(180deg);
}
.sec_collection .slick-next {
    right: 1%;
}
.sec_collection .slick-prev::before,
.sec_collection .slick-next::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    transform: rotate(45deg);
}




/* sec_photographer */
.sec_photographer{
	padding: 5em 0;
}
.sec_photographer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em 1em;
}
.sec_photographer ul:has(li:nth-child(4))::before{
	content:'';
	order:1;
	width: calc((100% / 4) - 1em);
}
.sec_photographer ul:has(li:nth-child(4))::after{
	content:'';
	width: calc((100% / 4) - 1em);
}
.sec_photographer ul li{
	width: calc((100% / 2) - 1em);
	text-align: left;
}
.sec_photographer img{
	width: 100%;
}
.sec_photographer h3{
	margin-top: 1em;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: bold;
}
.sec_photographer ul h4{
	font-size: 0.9rem;
}
.sec_photographer ul p{
	font-size: 0.9rem;
	margin-top: 1em;
}

/* sec_gallery */
.sec_gallery{
	padding: 5em 0;
}
.gallery .slick-slide img {
    width: 100%;
}
.sec_gallery .slick-arrow{
	border-color: #fff;
	width: 12px;
    height: 12px;
}
.sec_gallery .slick-prev{
	position: absolute;
    top: 50%;
    left: 10px;
}
.sec_gallery .slick-next{
	right: 2%;
    top: 50%;
}
.thumbnail {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.5em;
	margin-top: 1em;
}
.thumbnail img{
	width: 100%;
}
/* pager*/
.light-theme a, 
.light-theme span{
	border: 1px solid #f5f5f5;
}
.light-theme a:hover, 
.light-theme li:not(.disabled):not(.active) span:hover {
    background: #f5f5f5;
}
.light-theme .active .current {
    background: #f5f5f5;
}
/* modal */
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
    font-weight: 100;
}



/* sec_movie */
.sec_movie{
	padding: 5em 0;
	min-height: 200px;
	position: relative;
}
.sec_movie .movie video {
	width: 100%;
	max-width: 600px;
}

/*sec_info access*/
.sec_info{
	padding: 5em 0;
}
.sec_info .inner{
	max-width: 600px;
}
.sec_info .blo_details {
	margin: 20px auto 30px;
}
.sec_info dl {
	text-align: left;
	padding: 2% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.sec_info dt {
	width: 30%;
	margin-right: 1%;
}
.sec_info dd {
	width: 70%;
}
.sec_info .tel {
	text-decoration: underline;
}
.sec_info .map {
	color: #717171;
}
.sec_info .map:hover {
	opacity: .8;
}
.sec_info .map:after {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-image: url(../../assets/img/shop/map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}
.sec_info .imageMap{
	margin: 0;
	height: auto;
}
.sec_info .imageMap iframe {
	width: 100%;
    aspect-ratio: 16/9;
}

/* sec_voice */
.sec_voice {
	padding: 5em 0;
	position: relative;
}
.sec_voice ul li {
	width: 90%;
    margin: 0 1em;
}
.sec_voicetxt {
	padding: 16px 10px;
}
.sec_voice .slick-slide img {
	width: 150px;
	margin:  0 auto;
}
.sec_voice h3 {
	font-weight: bold;
	margin-top: 1em;
}
.sec_voice .slider_voice p {
	text-align: left;
	line-height: 1.4;
	font-size: .9em;
	padding-top: 10px;
}
.sec_voice .slider_voice li p:not(.area,.plan){
	margin-bottom: 1em;
}
.sec_voice .slider_voice p.area,
.sec_voice .slider_voice p.plan{
	line-height: 1;
}
/*.sec_voice .slick-prev {
	z-index: 1;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
	display: inline-block;
	left: 40%;
	top: 0%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0a0909;
	border-left: 1px solid #0a0909;
	transform: rotate(-45deg);
}
.sec_voice .slick-next {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	transition: 0.3s;
	display: inline-block;
	right: 40%;
	top: 0%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0a0909;
	border-left: 1px solid #0a0909;
	transform: rotate(135deg);
}
.sec_voice.slick-next:before,
.sec_voice .slick-next::after {
	content: none;
}*/
.sec_voice .slick-num {
	position: absolute;
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
}
.sec_voice .arrow-box{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	gap: 5em;
	margin-top: 3em;
}
.sec_voice .slick-arrow{
	position: absolute;
}
.sec_voice .slick-prev{
	left: 40%;
	top: 0%;
}
.sec_voice .slick-next{
	right: 40%;
	top: 0%;
}

.sec_voice .slick-prev.slick-disabled:before, 
.sec_voice .slick-next.slick-disabled:before{
	opacity: 1;
}
.sec_voice .slick-prev,
.sec_voice .slick-next{
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: unset;
	transform: translate(0, 0%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.sec_voice .slick-prev {
    transform: rotate(180deg);
}
.sec_voice .slick-prev::before,
.sec_voice .slick-next::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    transform: rotate(45deg);
}

/*よくある質問*/
.area_qa {
	padding: 5em 0;
}
.area_qa .h2_ja {
    margin-bottom: 3em;
}
.blo_box .txt_right img {
	width: 100%;
}
.area_qa .demo2 {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}
.area_qa .toggle2 p,
.area_qa .box_child2 p {
	display: inline-block;
	float: left;
}
.area_qa .demo2 .cin {
	width: 5%;
	font-size: 22px;
	margin-right: 5%;
	color: #c46a7b;
	margin-top: -.5em;
}
.area_qa .txt_right {
	width: 80%;
	position: relative;
}
.area_qa .toggle2 {
	font-weight: bold;
	overflow: hidden;
	display: block;
}
.area_qa .child2 {
	display: none;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
}
.area_qa .box_child2 {
	overflow: hidden;
}
.area_qa .child2 .cin {
	font-size: 24px;
}
.area_qa .child2 .txt_right {
	font-size: 90%;
	line-height: 1.6;
}
.area_qa .child2 .bold {
	font-weight: bold;
	font-size: 12px;
	line-height: 2;
}
.area_qa .check2 span {
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: -8%;
	width: 15px;
	background-color: #4c4948;
	height: 1px;
}
.area_qa .check2 span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.area_qa .check2 span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.area_qa .check2.active2 span:nth-of-type(1) {
	display: none;
}
.area_qa .check2.active2 span:nth-of-type(2) {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.area_qa .btn_more a {
	width: 90%;
	text-align: center;
	margin: 10px 0 20px auto;
}

/* sec_comment */
.sec_comment {
	margin: 60px 30px;
}
.sec_comment p {
	padding: 20px 0;
}

/* sec_blog */
.sec_blog{
	padding: 3em 0 8em;
}
.blo_blog{
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 2em 2em;
	margin-bottom: 3em;
}
.blo_blog li {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.blo_blog li a {
    display: flex;
    flex-direction: row;
	gap: 1em;
}
.box_left {
    width: 40%;
}
.blo_blog li img{
	width: 100%;
}
.box_right {
    width: 60%;
}
.blo_blog li p{
	text-align: left;
	line-height: 1.6;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
}
.blo_blog li p.date{
	font-size: 0.8rem;
	color: #9c9c9c;
}
.blo_blog li p.title{
	font-weight: bold;
}
.blo_blog li p.text{
	font-size: 0.9rem;
}
.blo_blog li p.txt_more{
	font-weight: bold;
    text-align: right;
	font-size: 0.8rem;
    padding-right: 15px;
    position: relative;
}
.blo_blog .txt_more::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #4c4948;
}

/*付近の店舗情報*/
.sec_shop{
	padding: 3em 0 8em;
}
.sec_shop .h2_ja{
	margin-bottom: 3em;
}
.boxtop_shop a {
    display: block;
    text-align: center;
}
.boxtop_shop .name_shop {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
.boxtop_shop a figure {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.boxtop_shop .boxtop_shop_text {
    width: 100%;
    text-align: left;
	font-size: 0.9rem;
}
.boxtop_shop a .boxtop_shop_text .add_shop {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}
.sec_shop .blo_shop{
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	max-width: 1000px;
	margin: 0;
}
.box_shop{
	margin: 0;
	display: flex;
    flex-direction: column;
}
.blo_shop .btn_more{
    display: flex;
    gap: 10px;
	margin-top: auto;
}
.blo_shop .btn_more a {
    border: 1px solid #EAB4C3;
    border-radius: 2px;
    width: 100%;
    padding: 6px 0;
    margin: 1em 0 0;
    background-color: #EAB4C3;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.9rem;
}
.blo_shop .btn_more a.cv-line{
    display: block;
    margin: 1em 0 0;
    padding: 6px 0;
    color: #00a130;
    background-color: #fff;
    border: 1px solid #80c595;
}
.blo_shop .btn_more a.cv-line::after{
    content: unset;
    /*border-color: transparent transparent transparent #80c595;*/
}
.blo_shop .table{
    display: table;
    border-collapse: collapse;
    margin: 0px 0;
}
.blo_shop .table .tr{
    display: table-row;
}
.blo_shop .table .td{
    display: table-cell;
    border: none;
    text-align: left;
}
.blo_shop .table .td:first-child{
    width: 22%;
    color: #a6a6a6;
    padding-right: 10px;
}
.blo_shop .table .td:nth-child(2){
    width: 78%;
}
.blo_shop .table .td a{
    text-align: left;
}
.blo_shop .btn_more a::after {
    right: 10px;
}

footer{
	margin-top: 9em;
}


@media (min-width: 500px) {
	.sec_collection .slick-prev {
		left: 85%;
	}
}

/*----------------------
769px 以上
----------------------*/
@media (min-width: 769px) {
	html,body{
		overflow-X: auto;
	}

	.h1_area{
		padding-left: 0;
	}

	h2,h3{
		margin: 0;
	}
	.non_top .main {
		padding-top: 0em;
	}

	/* top_txt */
	.top_txt p {
		max-width: 700px;
		margin: auto;
	}

	a.cv-btn {
		max-width: 350px;
	}

	.wrap__box__cv-btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrap__box__cv-btn div {
		width: 350px;
	}

	/* shopMenu */
	.shopMenu .inner{
		width: 700px;
	}

	/* sec_campaign */
	.sec_campaign .slider_popupCampaign {
		margin: 50px auto;
		max-width: 1000px;
	}
	.sec_campaign .slick-initialized .slick-slide {
		margin: 0 12px;
	}

	/* sec_locationspot */
	.sec_locationspot ul {
		max-width: 1000px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
		justify-content: space-between;
		align-items: stretch;
	}
	.sec_locationspot ul li {
		width: 48%;
	}

	/* sec_collection */
	.collection__wrap {
		margin: 0px auto 3em;
		max-width: 1000px;
	}
	.sec_collection .slick-prev{
		top: 0;
		left: 90%;
	}
	.sec_collection .slick-next{
		right: 0%;
	}
	
	/* sec_photographer */
	.sec_photographer ul li{
		width: calc((100% / 4) - 1em);
	}

	/* sec_gallery */
	.sec_gallery .gallery {
		width: 600px;
		margin: 0 auto;
	}
	.thumbnail {
		grid-template-columns: repeat(6,1fr);
	}
	.sec_gallery .selection {
		margin-top: 30px;
	}
	.blo_custgallery .slick-prev {
		left: 19%;
	}
	.blo_custgallery .slick-next {
		right: 19%;
	}

	/* sec_voice */
	.sec_voice ul li{
		margin: 0 2em;
	}

	/* area_qa */
	.area_qa .txt_right {
		text-align: left;
	}
	.area_qa .child2 .bold {
		font-weight: bold;
		font-size: 14px;
		line-height: 2;
	}
	.area_qa .btn_more a {
		max-width: 300px;
	}
	.blo_box .txt_right {
		text-align: left;
	}
	.blo_box .txt_right img {
		width: 80%;
	}

	/* sec_comment */
	.sec_comment {
		max-width: 600px;
		margin: 100px auto;
	}

	/* sec_blog */
	.blo_blog{
		flex-direction: row;
	}
	.blo_blog li {
		width: calc((100% / 2) - 1em);
	}

	/* sec_shop */
	.sec_shop .blo_shop{
		justify-content: space-between;
		gap: 2em;
	}
	.blo_shop .box_shop{
		width: calc((100% / 3) - 1.4em);
		margin: 0;
	}
	.add_shop.table a.sp{
		display: none;
	}
}