@charset "UTF-8";

.iv,.ivo{
  opacity: 0;
}
.sp_rev,
.s_nav {
	display: none;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.body_bk {
    width: 100%;
	background: var(--bkcolor01);
    overflow-x: clip;
    position: absolute;
    top: 0;
    left: 0;
}
.sp_contents {
	display: none;
}
.pc_br {
	display: block;
}
img.w100:not(.post img) {
	width: 100%;
}

body {
	position: relative;
	line-height: 1.8em;
	background: var(--bkcolor01);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
}
.all {
    position: relative;
    z-index: 1;
}

/* 固定ナビ */
#menuButton {
    display: block;
    width: 66px;
    height: 40px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.sp_menu {
    width: 86px;
/*     position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 999;
/*
    top: 50vh;
    left: 3rem;
    z-index: 102;
*/
}
.is-fixed .sp_menu {
    transform: scale(0.8);
    z-index: 999;
}
.sp_menu h3 {
    text-align: center;
    line-height: 1em;
    font-size: 1.3em;
    color: var(--themecolor04);
    margin: 8px auto 0;
    font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}
#menuButton span {
    display: block;
    background: var(--themecolor02);
    width: 66px;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 0;
}
#menuButton.active span:first-child {
    top: 12px;
    background: #fff;
}
#menuButton span:nth-child(2) {
    top: calc( 50% - 1.5px );
}
#menuButton span:last-child {
    bottom: 0;
}
#menuButton.active span:last-child {
    bottom: 8px;
    background: #fff;
}
#menuButton.active { }
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#sp_menu_ttl.active {
	display: none;
}
.sp__menu {
    background: var(--themecolor02);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: scroll;
    display: none;
}
.sp__menu .sp__menu__container {
    margin: 0 auto;
    height: 100vh;
    width: 90%;
    max-width: 1280px;
    padding: 4vw 0;
}
.sp__menu .sp__menu__container .sp__menu__c2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4vw;
}
.sp__menu .sp__menu__container .sp__menu__logo {
    width: 100%;
    
}
.sp__menu .sp__menu__container .sp__menu__thanks {
    width: 30%;
    margin-left: -5%;
}
.sp__menu .sp__menu__container .sp__menu__nav {
    width: 65%;
}
.sp__menu .sp__menu__logo a img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.sp__nav {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px dashed #ffff;
	border-bottom: 1px dashed #ffff;
	padding: 2em 0;
}
.sp__nav .parent_li {
	font-size: 1.25em;
	line-height: 1.5em;
	padding: 18px 24px;
}
.sp__nav .parent_li a {
	color: #ffff;
	display: block;
	position: relative;
	
}
.sp__nav .parent_li a:before {
	content: '⚫︎';
	margin-right: 1em;
}

.sp__menu .contact_box {
	position: relative;
	margin-top: 2.5vw
}
.sp__menu .contact_box dl dt {
	font-size: 2.2em;
	line-height: 1.5em;
	font-weight: 600;
	padding: 18px;
	text-align: center;
	background: #ee4a60;
	color: #ffff;
	border-radius: 28px 28px 0px 0px;
	position: relative;
}
.sp__menu .contact_box dl dt:before {
	content: '';
	width: 85px;
	height: 69px;
	background: url(../../img/contact_illust.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
.sp__menu .contact_box dl dt:after {
	content: '';
	width: 85px;
	height: 69px;
	background: url(../../img/contact_illust.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
.sp__menu .contact_box dl dt .ttl {
	display: inline-block;
	margin: auto;
	position: relative;
	z-index: 2;
}
.sp__menu .contact_box dl dd {
	padding: 18px 18px 28px 18px;
	background: #fff5f5;
	border-radius: 0px 0px 28px 28px;
	font-weight: 600;
}

#header {
	z-index: 101;
	position: relative;
    margin: auto;
    width: 100%;
    transition: all 0.35s;
}
#header.is-fixed  {
	position: fixed;
/* 	background: rgba(255, 255, 255, 0.8); */
	background: rgba(255, 244, 244, 0.8);
}
#header ._in  {
	padding: 44px 0 24px;
	transition: all 0.35s;
}
#header.is-fixed ._in  {
	padding: 14px 0 14px;
}
#header ._in .h_navi {
	max-width: 1528px;
	width: 80%;
	margin: auto;
	padding: 14px 0;
	transition: all 0.35s;
}
#header.is-fixed ._in .h_navi {
	padding: 0 0;
}
.h_navi {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h_navi .logo {
	max-width: 380px;
	width: 40%;
	transition: all 0.35s;
}
#header.is-fixed .h_navi .logo {
	max-width: 300px;
	width: 30%;
}
.h_navi .logo img {
	width: 100%;
	filter: invert(39%) sepia(12%) saturate(3174%) hue-rotate(283deg) brightness(92%) contrast(83%);
}

.top_bkg {
	position: relative;
}
.shapes01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 36%;
	z-index: 2;
}
.shapes02 {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 29%;
    z-index: 2;
}
.main_search_contents .search_bkg {
	width: 90%;
	max-width: 1670px;
	margin: auto;
	position: relative;
	container-type: inline-size;
}
.main_search_contents .main_search {
	display: inline-block;
    position: absolute;
    top: calc(28.5cqw - 5cqw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.main_search_contents .town_illust {
	width: 60%;
	max-width: 1000px;
	margin: 40px auto 0;
}
.search-form-2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 60px;
}

.search-form-2 input {
    width: 38cqw;
    height: 5cqw;
    padding: 5px 25px;
    border: none;
    border-radius: 60px 0 0 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 1em;
    outline: none;
    font-size: 1.5cqw;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
    line-height: 1.5cqw;
}

.search-form-2 input::placeholder {
    color: #a1bcb9;
}

.search-form-2 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15cqw;
    padding-right: 1.5cqw;
    font-size: 1.45cqw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5cqw;
    height: 5cqw;
    border: none;
    border-radius: 0 60px 60px 0;
    background-color: #41c09a;
    color: #ffff;
    cursor: pointer;
}

.search-form-2 button::before {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    margin-right: 0.25em;
}

.contents ._in {
	padding: 60px 0;
}
.contents.area_map_contents {
	background: #ffff;
}
.contents.area_map_contents ._in {
	width: 90%;
	max-width: 1240px;
	margin: auto;
	container-type: inline-size;
}
.area_map_contents .area_map {
	position: relative;
	margin-top: 48px;
}
.area_map .map {
	max-width: 584px;
	width: 47cqw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.area_map .footprint {
	position: absolute;
    bottom: 2cqw;
    right: 4cqw;
    max-width: 142px;
    width: 14cqw;
}
.area_map .inner {
	display: flex;
	flex-flow: wrap;
	flex-direction: row-reverse;
}
.area_map .inner.sp_contents {
	display: none;
}
.area_map .area_map_box {
	width:  calc( 25% - 2.25cqw );
	margin-right: 3cqw;
}
.area_map .area_map_box:first-of-type {
	margin-right: 0;
}
.area_map .area_list {
	max-width: 296px;
    width: calc(24cqw - 3cqw);
    background: var(--bkcolor02);
    border-radius: 8px;
    padding: 1.5cqw;
    margin-top: 1.4cqw;
    border: 1px solid #e6e6e6;
}
.area_map .area_list:first-of-type {
    margin-top: 0;
}
.area_map .area_list.tk {
    margin-top: 41.3cqw;
}
.area_map .area_list.ki {
    margin-top: 22cqw;
}
.area_map .area_list dt {
	font-size: 1.2em;
	color: #ffff;
	text-align: center;
	font-weight: 500;
	padding: 7px;
	border-radius: 50px;
}
.area_map .area_list.hk dt {
    background: var(--areacolor01);
}
.area_map .area_list.kt dt {
    background: var(--areacolor02);
}
.area_map .area_list.tk dt {
    background: var(--areacolor03);
}
.area_map .area_list.sh dt {
    background: var(--areacolor04);
}
.area_map .area_list.ki dt {
    background: var(--areacolor05);
}
.area_map .area_list.ch dt {
    background: var(--areacolor06);
}
.area_map .area_list.sk dt {
    background: var(--areacolor07);
}
.area_map .area_list.ky dt {
    background: var(--areacolor08);
}
.area_map .area_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area_map .area_list ul li {
	width: 48%;
	margin-top: 1cqw;
}
.area_map .area_list ul li a {
	display: block;
	position: relative;
	padding: 10px;
	border-radius: 50px;
	background: #ffff;
	text-align: center;
	border: 1px solid var(--linecolor03);
	color: var(--themecolor04);
	font-size: 1.5cqw;
	line-height: 1em;
	transition: all .3s;
	cursor: pointer;
}
.area_map .area_list ul li a:hover {
	color: var(--hoverolor01);
}
.area_map .area_list ul li a:before {
	content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px var(--themecolor04);
    border-right: solid 1px var(--themecolor04);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

.contents.about ._in {
	width: 90%;
	max-width: 1430px;
	margin: auto;
	padding: 0px 0 60px;
}
.about .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.about .c2 .ph {
	width: 48%;
	margin-top: 4%;
}
.about .c2 .txt .bk {
	width: 145cqw;
	min-width: 964px;
    position: absolute;
    margin-left: -20cqw;
    margin-top: 3cqw;
}
.about .c2 .txt {
	width: 48%;
	container-type: inline-size;
}
.about .c2 .txt p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2em;
}
.about .c2 .txt .ttl_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 24px;
}
.about .c2 .txt .ttl_c2 h2 {
	width: 48cqw;
	font-size: 6cqw;
	color: var(--themecolor01);
}
.about .c2 .txt .ttl_c2 .ttl_img {
	width: 52cqw;
}

.contents.paid_banner ._in {
	max-width: 1230px;
	width: 90%;
	margin: auto;
	padding: 40px 0 40px;
}
.contents.paid_banner ._in .js-swiper {
	position: relative;
}
.contents.paid_banner ._in .js-swiper .swiper {
    width: calc( 100% - 134px );
    margin: auto;
    padding: 0 7px;
}
.paid_banner .paid_banner_btn img {
	border-radius: 8px;
	border: 1px solid var(--linecolor02);
}
.js-swiper .swiper-button-next,
.js-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--themecolor02);
  top: 50%;
}

.js-swiper .swiper-button-next:after,
.js-swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 15px;
}


.contents.select_cat_list ._in {
	width: 90%;
	max-width: 1230px;
	margin: auto;
	padding: 60px 0 60px;
	position: relative;
}
.select_cat_list .shop_select_list  {
	margin-top: 40px;
}
.shop_select {
	position: relative;
}
/*
.shop_select_wrapper {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
}
*/
.shop_select_wrapper .shop_select_data {
/*
	width:  calc( 25% - 18px );
	margin-left: 24px;
*/
	background: #ffff;
	border-radius: 12px;
}
.shop_select_wrapper .shop_select_data:first-of-type {
	margin-left: 0;
}
.shop_select_wrapper .shop_select_data .ph {
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
}
.shop_select_wrapper .shop_select_data .ph img {
	width: 100%;
    aspect-ratio: 810 / 527;
    object-fit: cover;
}
.shop_select_wrapper .shop_select_data .txt {
	padding: 10px 18px 18px 18px;
}
.shop_select_wrapper .shop_select_data .txt h3 {
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 4px;
}
.shop_select_wrapper .shop_select_data .txt h3 a {
	color: var(--themecolor03);
	text-decoration: underline;
	transition: all .3s;
}
.shop_select_wrapper .shop_select_data .txt h3 a:hover {
	color: var(--hoverolor01);
}
.shop_select_wrapper .shop_select_data .txt p {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 400;
	color: var(--themecolor04);
}
.shop_select_wrapper .shop_select_data .txt .price {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 400;
	color: var(--themecolor01);
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px solid var(--linecolor01);
}
.shop_select_wrapper .shop_select_data .txt .price .num {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 600;
}
.shop_select_wrapper .shop_select_data .voice_str {
	display: flex;
	align-items: center;
	margin-top: 7px;
}
.shop_select_wrapper .shop_select_data .voice_str li {
	line-height: 1em;
	color: var(--themecolor04);
}
.shop_select_wrapper .shop_select_data .voice_str li a {
	color: var(--themecolor03);
	text-decoration: underline;
}
.shop_select_list .shop_select .swiper {
    width: calc( 100% - 134px );
    margin: auto;
    padding: 0 7px;
}
.shop_select .swiper-button-next,
.shop_select .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--themecolor02);
  top: 50%;
}
.shop_select .swiper-button-next:after,
.shop_select .swiper-button-prev:after {
  color: #fff;
  font-size: 15px;
}
.shop_select_cat_btn {
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
	width: calc( 100% - 67px );
	margin-top: 20px;
}
.shop_select_data.swiper-slide {
	height: 100%;
	background: #ffff;
}
.shop_select_data.swiper-slide .swiper__item-wrapper {
	height: 100%;
}

.contents.reviews ._in {
	width: 90%;
	max-width: 1340px;
	margin: auto;
	padding: 60px 0 60px;
	position: relative;
}
.reviews_contents {
	background: #ffff;
	padding: 34px;
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
}
.page .reviews_contents {
	margin: 30px auto 40px;
}
.rvreviews_list .reviews_data {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-top: 40px;
}
.rvreviews_list .reviews_data:first-of-type {
	margin-top: 0;
}
.rvreviews_list .reviews_data .c3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.rvreviews_list .reviews_data .c3 .ph {
	width: 82px;
}
.rvreviews_list .reviews_data .c3 .ph img {
	border-radius: 50%;
}
.rvreviews_list .reviews_data .c3 .ph img {
	border: 1px solid #eeee;
}

.rvreviews_list .reviews_data .c3 .txt {
	width: calc( 100% - 92px - 10em );
}
.rvreviews_list .reviews_data .reviews_date {
	color: var(--themecolor01);
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rvreviews_list .reviews_data .reviews_date.sp_contents {
	display: none;
}
.rvreviews_list .reviews_data .reviews_date .icon {
	margin-right: 7px;
}
.rvreviews_list .reviews_data .reviews_str {
	display: flex;
	align-items: center;
}
.reviews_contents .rvreviews_list .reviews_data .reviews_str li {
	line-height: 1em;
	font-size: 1.2em;
	font-weight: 600;
	margin-right: 7px;
}
.rvreviews_list .reviews_data .reviews_info a {
	color: var(--themecolor03);
	text-decoration: underline;
}
.rvreviews_list .reviews_data .reviews_info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7px;
}
.rvreviews_list .reviews_data .reviews_info dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 1.5em;
}
.rvreviews_list .reviews_data .reviews_voice {
	padding: 14px;
	border: 1px solid #dfdfdf;
	border-radius: 18px;
	margin-top: 14px;
}
.reviews_data .reviews_voice .voice_txt {
	display: -webkit-box;             
	-webkit-box-orient: vertical;      /* 垂直方向に配置 */
	overflow: hidden;                  /* 溢れた部分を隠す */
	text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 1;    
}
.r_txt {
	text-align: right;
}
a.more_btn {
	color: var(--themecolor03);
	text-decoration: underline;
	font-size: 0.9em;
	line-height: 1.5em;
}


.contents.news ._in {
	width: 90%;
	max-width: 1340px;
	margin: auto;
	padding: 60px 0 60px;
	position: relative;
}
.news_contents {
	background: #ffff;
	padding: 34px;
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
}
.news_contents .news_list {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.news_contents .news_list li {
	padding: 18px 0 0;
	margin-top: 18px;
	border-top: 2px dotted var(--linecolor04);
}
.news_contents .news_list li:first-of-type {
	border-top: 0;
	padding: 0;
	margin-top: 0;
}
.news_contents .news_list h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 7px;
}
.news_contents .news_list h3 a {
	color: var(--themecolor04);
	transition: all .3s;
}
.news_contents .news_list h3 a:hover {
	color: var(--hoverolor01);
}
.news_contents .news_list h3 a span {
	color: var(--themecolor03);
	text-decoration: underline;
}
.news_contents .date {
	color: var(--themecolor01);
	line-height: 1em;
	display: flex;
	align-items: center;
}
.news_contents .date .icon {
	margin-right: 7px;
}


.contents.column ._in {
	width: 90%;
	max-width: 1230px;
	margin: auto;
	padding: 60px 0 60px;
	position: relative;
}
.blog_list {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 40px;
}
.blog_list .blog_data {
	width:  calc( 25% - 18px );
	margin-left: 24px;
	margin-top: 40px;
	border-radius: 12px;
}
.blog_list .blog_data:first-of-type {
	margin-left: 0;
}
.blog_list .blog_data  a {
	color: var(--themecolor04);
}
.blog_list .blog_data .ph img {
	border-radius: 8px;
	width: 100%;
    aspect-ratio: 294 / 211;
    object-fit: cover;
}
.blog_list .blog_data .txt {
	margin-top: 14px;
}
.blog_list .blog_data .txt h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 7px;
}
.blog_list .date {
	color: var(--themecolor01);
	line-height: 1em;
	display: flex;
	align-items: center;
}
.blog_list .date .icon {
	margin-right: 7px;
}


.contents.question ._in {
	width: 90%;
	max-width: 1230px;
	margin: auto;
	padding: 60px 0 60px;
	position: relative;
}
.question_contents {
	position: relative;
}
.question_contents .question_list {
	padding: 24px 34px;
	background: #ffff;
	border-radius: 12px;
	margin-top: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
.question_contents .question_list dt {
	display: flex;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	position: relative;
	padding-right: 12px;
}
.question_contents .question_list dt:after {
 	content: '';
 	width: 8px;
 	height: 8px;
 	border: 0;
 	border-bottom: solid 2px var(--themecolor02);
 	border-right: solid 2px var(--themecolor02);
 	transform: rotate(45deg);
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	margin: auto;
}
.question_contents .question_list dt.active:after {
 	content: '';
 	width: 8px;
 	height: 8px;
 	border: 0;
 	border-bottom: solid 2px var(--themecolor02);
 	border-right: solid 2px var(--themecolor02);
 	transform: rotate(-135deg);
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	margin: auto;
}
.question_contents .question_list dd {
	display: flex;
	text-align: left;
	border-top: 2px dotted var(--linecolor04);
	margin-top: 14px;
	padding-top: 14px;
}
.question_contents .question_list dt .ttl {
	padding: 6px 0;
	width: calc( 100% - 56px );
}
.question_contents .question_list dt .icon_q {
	font-size: 42px;
	line-height: 1em;
	color: var(--themecolor01);
	margin-right: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
}
.question_contents .question_list dd .icon_a {
	font-size: 42px;
	line-height: 1em;
	color: var(--themecolor01);
	margin-right: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
}
.question_contents .question_list dd p {
	padding: 6px 0;
	width: calc( 100% - 42px );
}


.pet_illust {
	width: 100%;
	position: relative;
}
.pet_illust:before {
	content: '';
	width: 100%;
	height: 15%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffc1c9;
}
.pet_illust ._in {
	width: 90%;
	margin: auto;
	max-width: 1264px;
	position: relative;
}

.contents.contact_contents {
	background: #ffc1c9;
	position: relative;
}
.contents.contact_contents ._in {
	width: 90%;
	max-width: 1024px;
	margin: auto;
	padding: 60px 0 60px;
	position: relative;
}
.contact_contents dl dt {
	font-size: 2.2em;
	line-height: 1.5em;
	font-weight: 600;
	padding: 24px;
	text-align: center;
	background: #ee4a60;
	color: #ffff;
	border-radius: 28px 28px 0px 0px;
	position: relative;
}
.contact_contents dl dt:before {
	content: '';
	width: 85px;
	height: 69px;
	background: url(../../img/contact_illust.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
.contact_contents dl dt:after {
	content: '';
	width: 85px;
	height: 69px;
	background: url(../../img/contact_illust.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
.contact_contents dl dt .ttl {
	display: inline-block;
	margin: auto;
	position: relative;
	z-index: 2;
}
.contact_contents dl dd {
	padding: 24px 24px 34px;
	background: #fff5f5;
	border-radius: 0px 0px 28px 28px;
	font-weight: 600;
}

.footer ._in {
	width: 90%;
	margin: auto;
	max-width: 1438px;
	position: relative;
	padding: 60px 0;
}
.footer .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .logo {
	width: 30%;
}
.footer .logo img {
	width: 100%;
	max-width: 380px;
	filter: invert(39%) sepia(12%) saturate(3174%) hue-rotate(283deg) brightness(92%) contrast(83%);
}

.footer .f_nav {
	width: calc( 60% - 0px );
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.footer .f_nav:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #cdc6c6;
	position: absolute;
	top: 0;
	left: -8%;
}
.footer .f_nav ul {
	width: calc( 33.3% - 0px );
}
.footer .f_nav ul li {
	padding: 4px 0;
	padding-left: 14px;
}
.footer .f_nav ul a {
	color: var(--themecolor04);
	position: relative;
	display: inline-block;
	transition: all .3s;
}
.footer .f_nav ul a:hover {
	color: var(--hoverolor01);
}
.footer .f_nav ul a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--themecolor02);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -14px;
}



.heading-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0c0c0c;
    font-size: 1.4em;
    font-weight: 500;
}

.heading-2::before,
.heading-2::after {
    width: 3px;
    height: 40px;
    background-color: #ee4a60;
    content: '';
}
.heading-2::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.heading-2::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


.ttl_outher01 {
	display: inline-flex;
	align-items: center;
}
.ttl_outher01 .icon {
	margin-right: 14px;
}
.ttl_outher01 .ttl {
	font-size: 2.2em;
	line-height: 1.5em;
}

.ttl_outher02 {
	position: relative;
	display: inline-block;
	margin: auto;
}
.ttl_outher02 .ttl {
	font-size: 2.2em;
	line-height: 1.5em;
	font-family: "Zen Maru Gothic", sans-serif;
}
.ttl_outher02 .ttl .s_txt {
	font-size: 0.7em;
	line-height: 1.5em;
	display: block;
}
.ttl_outher02 .ttl.center {
	text-align: center;
}
.ttl_outher02 .st {
	color: var(--themecolor01);
}
.ttl_outher02 .icon {
	width: 328px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ttl_outher02 .icon.w_s {
	width: 278px;
}

.ttl_outher02 .icon.icon_center {
	display: none;
}
.ttl_outher02 .icon.icon_left {
	left: -358px;
}
.ttl_outher02 .icon.icon_right {
	right: -358px;
}
.ttl_outher02 .icon.w_s.icon_left {
	left: -318px;
}
.ttl_outher02 .icon.w_s.icon_right {
	right: -318px;
}
.ttl_outher03 {
	margin: 0 auto 40px;
	position: relative;
}
.ttl_outher03 .illust01 {
    max-width: 156px;
    position: absolute;
    top: -2cqw;
    left: 5cqw;
    width: 14cqw;
}
.ttl_outher03 .illust02 {
    max-width: 156px;
    position: absolute;
    bottom: -2cqw;
    right: 5cqw;
    width: 14cqw;
}
.ttl_outher03 .illust03 {
    max-width: 156px;
    position: absolute;
    top: -1cqw;
    left: 5cqw;
    width: 14cqw;
}
.ttl_outher03 .illust04 {
    max-width: 136px;
    position: absolute;
    top: -2cqw;
    right: 5cqw;
    width: 14cqw;
}
.ttl_outher03 .illust05 {
    max-width: 136px;
    position: absolute;
    top: -2cqw;
    left: 5cqw;
    width: 14cqw;
}
.ttl_outher03 .illust06 {
    max-width: 156px;
    position: absolute;
    top: -1cqw;
    right: 5cqw;
    width: 14cqw;
}
.ttl_outher03 .ttl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 2.2em;
    line-height: 1.5em;
	margin: auto;
}
.ttl_outher03 .ttl .icon {
	width: 62px;
	margin-right: 14px;
}
.ttl_outher04 {
	text-align: center;
}
.ttl_outher04 .ttl {
	font-size: 1.6em;
	line-height: 1.5em;
	color: var(--themecolor04);
	display: inline-block;
	padding: 10px 34px;
	background: var(--bkcolor01);
	font-weight: 400;
	border-radius: 8px;
}

.ttl_outher05 {
	text-align: center;
}
.ttl_outher05 .ttl {
    font-size: 1.6em;
    line-height: 1.5em;
    color: var(--themecolor01);
    display: inline-block;
    padding: 10px 34px;
    background: var(--bkcolor01);
    font-weight: 400;
    border-radius: 8px;
    min-width: 200px;
    text-align: center;
    margin-bottom: 30px;
}

a.contact_btn {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	margin: auto;
	min-width: 420px;
	border-radius: 50px;
	color: #ffff;
	background: #ff9d3d;
	padding: 20px 0;
	font-weight: 500;
	margin-top: 14px;
	transition: all .3s;
	cursor: pointer;
}
a.contact_btn:hover {
	background: var(--themecolor02);
}
a.btn01 {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	margin: auto;
	min-width: 300px;
	border-radius: 50px;
	color: #ffff;
	background: var(--themecolor02);
	padding: 20px 0;
	transition: all .3s;
	cursor: pointer;
}
a.btn01:hover {
	background: var(--hoverolor01);
}
a.btn02 {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	padding-right: 22px;
	color: var(--themecolor03);
	text-decoration: underline;
	font-family: 'Noto Sans JP', sans-serif;
	transition: all .3s;
	cursor: pointer;
}

a.btn02:before {
	content: '';
	width: 18px;
	height: 18px;
	background: var(--themecolor03);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
a.btn02:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
}
a.btn03 {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	margin: 30px auto 0;
	min-width: 300px;
	border-radius: 50px;
	color: var(--themecolor04);
	background: #ffff;
	padding: 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #eeee;
	transition: all .3s;
	cursor: pointer;
}
a.btn03:hover {
	background: var(--bkcolor03);
}

.page_title_contents {
	position: relative;
}
.page_title_contents ._in {
	position: relative;
	width: 90%;
	max-width: 1527px;
	height: 266px;
	container-type: inline-size;
	margin: auto;
	border-radius: 24px;
	background: url(../../img/page_ttl_bkg.png);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.page_title_contents .page_ttl_illust01 {
	position: absolute;
	width: 28cqw;
	bottom: 0;
	left: 0;
}
.page_title_contents .page_ttl_illust02 {
	position: absolute;
	width: 38cqw;
	bottom: 0;
	right: 0;
}
.page_title_contents .page_title {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
}
.page_title_contents .page_title .icon {
	width: 80px;
	margin-right: 14px;
}
.page_title_contents .page_title h2 {
	font-size: 2.6em;
}

.pankuzu ._in {
	position: relative;
	width: 90%;
	max-width: 1490px;
	margin: auto;
	padding: 30px 0 0;
	text-align: left;
}
.breadcrumb {
    display: inline-flex;
    gap: 0 10px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffff;
    font-size: .9em;
    text-align: left;
    border: 1px solid #f8c8ce;
    border-radius: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.breadcrumb li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}
.breadcrumb li:not(:last-child)::before,
.breadcrumb li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}
.breadcrumb li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #f8c8ce;
}
.breadcrumb li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #ffff;
}
.breadcrumb a {
    text-decoration: none;
}

.contents.select_search_shop ._in {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    padding: 60px 0 100px;
    position: relative;
}
.search_shop_list {
	margin-top: 80px;
	margin-bottom: 60px;
}
.search_shop_data {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 34px 44px;
    border-radius: 24px;
    border: 1px solid var(--themecolor01);
    background: #ffff;
    margin-top: 60px;
}
.search_shop_data:first-of-type {
    margin-top: 0;
}
.search_shop_data .shop_ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_shop_data .shop_ttl .c2 {
	display: flex;
	flex-wrap: wrap;
}
.search_shop_data .shop_ttl .shop_name {
	font-size: 2.4em;
	line-height: 1.5em;
	margin-right: 0;
	font-weight: 400;
}
.search_shop_data .shop_ttl .shop_name a {
	color: var(--themecolor03);
	text-decoration: underline;
}
.search_shop_data .cat_li {
	display: flex;
	align-items: center;
	margin-right: 0.75em;
}
.search_shop_data .cat_li li {
	width: 60px;
	text-align: center;
	margin-right: 7px;
}
.search_shop_data .cat_li li img {
	width: 100%;
}
.search_shop_data .cat_li .cat_icon01 {
	border: 2px solid var(--themecolor01);
	color: var(--themecolor01);
}
.search_shop_data .cat_li .cat_icon02 {
	border: 2px solid var(--themecolor03);
	color: var(--themecolor03);
}
.search_shop_data .reviews_str {
	display: flex;
	align-items: center;
	margin-top: 14px;
}
.search_shop_data .reviews_str li {
	line-height: 1em;
	font-size: 1.35em;
	font-weight: 600;
	margin-right: 7px;
}
.search_shop_data .reviews_str li.icon {
	width: 30px;
}
.search_shop_data .reviews_str li a {
	color: var(--themecolor03);
	text-decoration: underline;
}
.search_shop_data .shop_addr {
	display: flex;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 24px 0;
}
.search_shop_data .shop_addr .icon {
	width: 18px;
	margin-right: 7px;
}
.search_shop_data .data_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_shop_data .data_c2 .ph {
	width: 38%;
}
.search_shop_data .data_c2 .txt {
	width: 58%;
	container-type: inline-size;
}
.search_shop_data .data_c2 .txt .ch_txt {
	font-size: 1.8em;
	line-height: 1.5em;
}
.search_shop_data .data_c2 .txt p {
	font-size: 1.2em;
	line-height: 1.85em;
	margin: 14px 0 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.search_shop_data .data_c2 .txt .shop_contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.5cqw;
	border-top: 1px solid var(--themecolor01);
	margin-top: 10px;
}
.search_shop_data .data_c2 .txt .shop_contact .tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.search_shop_data .data_c2 .txt .shop_contact .tel .tel_icon {
	margin-right: 14px;
}
.search_shop_data .data_c2 .txt .shop_contact .tel a {
	font-size: 3.2em;
	font-weight: 600;
	text-decoration: underline;
}
.search_shop_data .data_c2 .txt .shop_contact .sns_hp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.search_shop_data .data_c2 .txt .shop_contact .sns_hp li {
	width: 60px;
	margin-left: 7px;
}
.search_shop_data a.btn01 {
    font-size: 1.4em;
    line-height: 1em;
    margin: 1.35cqw auto 2.35cqw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    position: relative;
    min-width: 400px;
    overflow: hidden;
}
.search_shop_data a.btn01 .btn_icon01 {
   position: absolute;
   bottom: 0;
   left: 8px;
   width: 114px;
}
.search_shop_data a.btn01 .btn_icon02 {
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   width: 60px;
   mix-blend-mode: overlay;
}
.search_shop_data .slide {
    border: 1px solid #ccc;
}
.search_shop_data .slide img {
    width: 100%;
    aspect-ratio: 1620 / 1054;
    object-fit: cover;
}
.search_shop_data .swiper-thumb {
    margin-top: 14px;
}

/* 選択されているサムネイルを透過 */
.search_shop_data .swiper-slide-thumb-active{
  opacity: .6;
}
.swiper-thumb .thumb-media {
	cursor: pointer;
}

.page .contents.column ._in {
	width: 90%;
    max-width: 1527px;
}
.column .column_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column .column_c1 {

}
.column .side {
	width: 340px;
}
.column .column_c1 .column_main {
	max-width: 1490px;
	margin: auto;
}
.column .column_c2 .column_main {
	width: calc( 100% - 400px );
}
.column .column_main .column_post {
	padding: 48px 64px;
	background: #ffff;
    border: 1px solid var(--themecolor01);
    border-radius: 24px;
}
.column_post .post_title {
	background: var(--bkcolor03);
	padding: 14px 2.25em 14px 3.25em;
	border-radius: 60px;
}
.column_post .post_title h1 {
	font-size: 1.8em;
	line-height: 1.5em;
	position: relative;
	color: var(--themecolor01);
}
.column_post .post_title h1:before {
	content: '⚫︎';
	margin-left: -1em;
}
.column_post .th_img {
	margin: 34px auto 0;
}
.column_post .th_img img {
	border-radius: 12px;
}
.column_post .cat_date {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 34px;
}
.column_post .cat_date.flex-end {
	justify-content: flex-end;
}
.column_post .cat_date ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2em;
	color: var(--themecolor01);
	line-height: 1.5em;
}
.column_post .cat_date ul li {
	display: inline-block;
	margin-right: 1em;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.column_post .date {
	color: var(--themecolor01);
	line-height: 1em;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.column_post .date .icon {
	margin-right: 7px;
}
.column_post .post {
	padding: 30px 0;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.post img {
	border-radius: 12px;
}
.midashi01 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: 600;
	position: relative;
	color: var(--themecolor01);
	border-bottom: 2px solid var(--themecolor01);
	padding-bottom: 14px;
	margin-bottom: 20px;
}
.midashi02 {
	background: var(--bkcolor01);
    padding: 14px 14px;
    border-radius: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

.side_contents .side_ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: 600;
	position: relative;
	color: var(--themecolor01);
	background: var(--bkcolor03);
	padding: 14px 1.5em;
	border-radius: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.side_contents .cat_li li {
	display: flex;
	padding: 24px 0;
	align-items: center;
	border-bottom: 1px solid var(--bkcolor03);
}
.side_contents .cat_li li .icon {
	width: 23px;
    height: 16px;
    padding-right: 7px;
}
.side_contents .cat_li li a {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
}

.blog_post_btn {
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.blog_post_btn li {

}
.blog_post_btn a.btn {
    display: block;
    padding: 16px 38px 16px 38px;
    position: relative;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: 0.2em;
    border-radius: 28px;
    margin: 20px auto;
    text-align: left;
    color: var(--themecolor04);
    border: 1px solid var(--themecolor01);
    border-radius: 6px;
    background: #ffff;
    margin: 0 14px;
}


.column_main .blog_list .blog_data {
	width:  calc( 33.3% - 16px );
	margin-left: 24px;
	margin-top: 0;
	margin-bottom: 40px;
	border-radius: 12px;
}
.blog_list .blog_data:nth-child(4n+1) {
	margin-left: 0;
}

.page .news_contents {
    background: #ffff;
    padding: 64px 64px;
    border-radius: 12px;
    margin-bottom: 60px;
    position: relative;
}
.page .news_contents .news_list .news_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_contents .news_list .news_c2 .ph {
	width: 200px;
}
.page .news_contents .news_list .news_c2 .ph img {
	border-radius: 12px;
	width: 100%;
    aspect-ratio: 294 / 211;
    object-fit: cover;
}
.page .news_contents .news_list .news_c2 .txt {
    width: calc(100% - 220px);
/*     border-top: 2px dotted var(--linecolor04); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.page .news_contents .news_list .news_c2 .txt:after {
	content: '';
    width: 100%;
    height: 2px;
    border-top: 2px dotted var(--linecolor04);
    position: absolute;
    left: 0;
    bottom: -20px;
}
.page .news_contents .news_list li {
	padding: 18px 0 0;
	margin-top: 18px;
	border-top: 0;
}
.page .news_contents .news_list li:first-of-type {
	border-top: 0;
	padding: 0;
	margin-top: 0;
}

.search_shop_post .search_shop_data {
    padding: 0;
    overflow: hidden;
}
.search_shop_post .search_shop_data .search_shop_data_inner {
    padding: 44px 64px;
}
.search_shop_post .search_shop_data .shop_ttl {
    display: block;
}
.search_shop_post .search_shop_data .shop_ttl .c2 {
    justify-content: space-between;
    border-bottom: 1px solid var(--themecolor01);
    padding-bottom: 14px;
    margin-bottom: 24px;
}
.search_shop_post .shop_contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.search_shop_post .shop_contact .tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.search_shop_post .shop_contact .tel .tel_icon {
	margin-right: 14px;
}
.search_shop_post .shop_contact .tel a {
	font-size: 3.2em;
	font-weight: 600;
}
.search_shop_post .shop_contact .sns_hp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.search_shop_post .shop_contact .sns_hp li {
	width: 60px;
	margin-left: 7px;
}
.search_shop_post .swiper {
    margin-left: 10%;
    margin-right: 10%;
}
.search_shop_post .data_c1 .ph {
	margin: 30px 0;
	position: relative;
}

.search_shop_post .shop_detail_title01 {
	text-align: center;
	position: relative;
}
.search_shop_post .review_contents .shop_detail_title01:before {
	content: '';
	width: 100%;
	height: 50%;
	background: #ffff;
	position: absolute;
	top: 0;
	left: 0;
}
.search_shop_post .shop_detail_title01.m_line:before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--bkcolor03);
	position: absolute;
	left: 0;
	top: 50%;
}
.shop_detail_title01 .ttl {
	display: inline-block;
	padding: 12px 34px;
	font-size: 1.8em;
	line-height: 1.5em;
	color: var(--themecolor01);
	background: var(--bkcolor03);
	border-radius: 60px;
	margin: auto;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	min-width: 200px;
	text-align: center;
	position: relative;
}
.shop_detail.b_line {
	border-bottom: 1px solid var(--bkcolor03);
}
.shop_detail:first-of-type {
	margin-top: 60px;
}
.shop_detail {
	margin-top: 80px;
}
.shop_detail .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 24px 0;
}
.shop_detail .c2 ._contents {
	width: 48%;
}
.shop_detail .shop_detail_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 14px;
}
.shop_detail .shop_detail_data dt {
	background: #f0f0f0;
	padding: 10px 0;
	border-radius: 8px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 500;
	width: 8em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop_detail .shop_detail_data dd {
	width: calc( 100% - 9em - 28px );
	padding: 10px 14px;
}
.shop_detail .shop_detail_data dd a {
	color: var(--themecolor03);
	text-decoration: underline;
}

.plan_price {
	margin-top: 30px;
}
.plan_price .price_table {
	display: flex;
	justify-content: space-between;
}
.plan_price .price_table li {
	width: calc( 18% - 28px - 2px );
	border: 1px solid #eeeeee;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 14px;
	line-height: 1.5em;
	margin: 2px 0;
}
.plan_price .price_table li:nth-child(2) {
	width: calc( 26% - 28px - 2px );
}
.plan_price .price_table:nth-child(even) li {
	background: #fffbfb;
}
.plan_price .price_ttl .price_table li {
	background: #fcf7e2;
	border: none;
	font-size: 1.1em;
	line-height: 1em;
}
.plan_price .price_ttl .price_table li:nth-child(2) {
	background: #ffe5f2;
}
.plan_price .price_ttl .price_table li:nth-child(3) {
	background: #cef8bc;
}
.plan_price .price_ttl .price_table li:nth-child(4) {
	background: #fffbc1;
}
.plan_price .price_ttl .price_table li:nth-child(5) {
	background: #ffc7c7;
}

.plan_price_bottom {
	padding: 7px;
	background: #ed7f7f;
	border-radius: 8px;
	color: #fff;
	margin: 7px auto;
}
.indent_p {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}
.plan_price_bottom .indent_p {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.5em;
}

.search_shop_post .shop_detail_title02 {
	text-align: center;
	position: relative;
}
.search_shop_post .shop_detail_title02:before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--themecolor01);
	position: absolute;
	left: 0;
	top: 50%;
}
.shop_detail_title02 .ttl {
	display: inline-block;
	padding: 12px 34px;
	font-size: 1.8em;
	line-height: 1.5em;
	color: var(--themecolor01);
	background: #ffff;
	margin: auto;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}

.option_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.option_list .option_detail {
	width: calc( 33.3% - 18px );
	margin-left: 24px;
	border: 1px solid #eeee;
	border-radius: 12px;
}
.option_list .option_detail:nth-child(3n+1) {
	margin-left: 0;
}
.option_list .option_detail .inner {
	padding: 24px;
}
.option_list .option_detail .inner .ph {
	margin: 0;
}
.option_list .option_detail .inner dt {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
	margin: 14px 0 7px;
}

.shop_detail .point_list {
	margin: 30px auto 0;
}
.point_list  .point_detail {
	margin-top: 80px;
}
.point_list  .point_detail:first-of-type {
	margin-top: 40px;
}
.point_list  .point_detail dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.point_list  .point_detail dt .icon {
	width: 14%;
}
.point_list  .point_detail dt .ttl {
	font-size: 1.8em;
    line-height: 1.5em;
    color: var(--themecolor01);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    margin-left: 2%;
    text-align: left;
    margin-top: 0.5em;
}
.point_list  .point_detail dd {
	max-width: 600px;
	margin: auto;
}
.point_list  .point_detail dd p {
	font-size: 1.1em;
	line-height: 1.8em;
}
.point_list  .point_detail dd .ph {
    margin: 20px 0;
    position: relative;
}

.review_contents {
	background: #fffdf1;
	padding-bottom: 0;
}
.review_contents .score {
	margin: 30px 0;
}
.review_contents .score dt {
	background: #fffdf1;
	font-size: 1.8em;
    line-height: 1.5em;
    color: var(--themecolor01);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    margin-bottom: 7px;
}
.review_contents .score dd ul {
	display: flex;
	align-items: center;
	justify-content: center; 
}
.review_contents .score dd ul .num {
	font-size: 2em;
	font-weight: 600;
	line-height: 1em;
	margin-left: 14px;
}
.review_contents .score dd ul .str img {
	height: 28px;
}
.review_contents .rev_score_li {
	display: flex;
	align-items: center;
	width: 90%;
	margin: auto;
}
.review_contents .rev_score_li li {
	width: calc( 100% / 6 - 4px );
	margin-left: 4px;
}
.review_contents .rev_score_li li:first-of-type {
	margin-left: 0;
}
.review_contents .rev_score_li li a {
	display: block;
	text-align: center;
	line-height: 1em;
	padding: 14px 0;
	border-radius: 60px;
	border: 1px solid #eeee;
	background: #ffff;
	color: var(--themecolor04);
	transition: all .3s;
	cursor: pointer;
}
.review_contents .rev_score_li li a.active,
.review_contents .rev_score_li li a:hover {
	background: var(--bkcolor03);
}

.review_contents .rvreviews_list {
	width: calc( 90% - 128px );
	margin: 30px auto 0;
	background: #ffff;
	border-radius: 18px;
	padding: 64px;
	border: 1px solid #eeee;
}
.review_contents .rvreviews_list .reviews_data {
	border-top: 1px solid #d7d7d7;
	padding-top: 40px;
}
.review_contents .rvreviews_list .reviews_data:first-of-type {
	border-top: 0;
	padding-top: 0;
}
.review_contents .rvreviews_list .reviews_data .reviews_voice {
    padding: 14px 0;
    border: unset;
    border-radius: unset;
    margin-top: 14px;
}
.review_contents .staff_voice .staff_ttl {
	position: relative;
	text-align: left;
	margin-top: 14px;
}
.review_contents .staff_voice .staff_ttl:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--themecolor01);
    position: absolute;
    left: 0;
    top: 50%;
}
.review_contents .staff_voice .staff_ttl h4 {
	display: inline-block;
	padding: 14px 14px 14px 0;
	background: #ffff;
	color: var(--themecolor01);
	position: relative;
	font-size: 1.2em;
	line-height: 1.5em;
}

.review_contents .staff_voice .c2 {
    display: flex;
	justify-content: space-between;
}
.review_contents .staff_voice .c2 .ph {
    width: 82px;
}
.review_contents .staff_voice .c2 .ph img {
    border-radius: 50%;
    border: 1px solid #eeee;
}
.review_contents .staff_voice .c2 .txt {
    width: calc( 100% - 120px );
    background: #fff0f0;
    border-radius: 18px;
    position: relative;
}
.review_contents .staff_voice .c2 .txt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 32px 20px 0;
    border-color: transparent #FFF0F0 transparent transparent;
    position: absolute;
    top: 28px;
    left: -24px;
}
.review_contents .staff_voice .c2 .txt p {
    padding: 34px;
}
.review_contents .reviews_voice_img {
    max-width: 600px;
    margin: 0 auto 40px;
}
.reviews_voice_img .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffff;
	border: 2px solid var(--themecolor01);
	opacity: 0.8;
	margin: 0 4px;
}
.reviews_voice_img .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: var(--themecolor01);
	border: 2px solid var(--themecolor01);
	opacity: 1;
}
.reviews_voice_img .swiper-pagination {
    position: relative;
    margin-top: 7px;
}
.reviews_voice_img .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.rev_write {
	margin-top: 0;
	padding: 70px 0;
}
.rev_write .ch_txt {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}
.rev_write a.btn01 {
    min-width: 400px;
    margin: 1.35cqw auto 0;
}

.search_shop_post .map {
	width: 90%;
	margin: auto;
	padding: 40px 0;
}
.search_shop_post .map iframe {
	width: 100%;
	border-radius: 18px;
}
.search_shop_post .search_shop_data .search_shop_data_inner.access_map {
    padding: 64px;
}
.select_search_shop .search_shop_post {
	margin-top: 40px;
	margin-bottom: 40px;
}

.contents.page_contents ._in {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    padding: 60px 0 180px;
    position: relative;
}
.page_contents .page_contents_c1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    border-radius: 24px;
    border: 1px solid var(--themecolor01);
    background: #ffff;
    margin-top: 60px;
    overflow: hidden;
}
.page_contents_c1 .attent {
    padding: 60px 0px 80px;
    width: 90%;
    max-width: 900px;
    margin: auto;
}
.attent .thanks_txt {
    display: inline-block;
    margin: auto;
}
.attent .thanks_txt h3 {
    color: var(--themecolor01);
    font-size: 1.5em;
    line-height: 1.5em;
    position: relative;
    margin: 30px auto;
}
.attent .thanks_txt p {
    line-height: 2em;
}
.attent .ch_txt {
    color: var(--themecolor01);
    display: inline-block;
    padding: 1em;
    font-size: 1.3em;
    line-height: 1.5em;
    position: relative;
    margin: 30px auto;
}
.attent .ch_txt:before {
    content: '';
    width: 42%;
    height: 1px;
    background: var(--themecolor01);
    position: absolute;
    left: -45%;
    top: 50%;
}
.attent .ch_txt:after {
    content: '';
    width: 40%;
    height: 1px;
    background: var(--themecolor01);
    position: absolute;
    right: -42%;
    top: 50%;
}
.attent .important {
    margin: 34px 0;
    border-top: 2px solid var(--themecolor01);
    border-bottom: 2px solid var(--themecolor01);
    padding: 24px 0;
}

.attent .important li {
    text-indent: -1em;
    margin-left: 1em;
    padding: 4px 0;
    color: var(--themecolor01);
}

.rev_write_form .shop_detail_title01 {
	position: relative;
}
.rev_write_form .shop_detail_title01:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #ffff;
    position: absolute;
    top: 0;
    left: 0;
}
.rev_write_form {
    background: #fffdf1;
    padding-bottom: 80px;
}
.rev_write_form .form_outher {
    padding: 60px 0px;
    width: 90%;
    max-width: 900px;
    margin: auto;
}
.rev_write_form .form {
    margin-top: 24px;
    font-size: 1.2em;
    line-height: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rev_write_form .form dt {
	text-align: left;
	width: 12em;
	padding: 14px 0;
}
.rev_write_form .form dd {
    padding: 0 0;
    width: calc(100% - 14em);
}

.rev_write_form .form dt .icon {
    color: #f28592;
}
.form ._c01 {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 60px;
    background: var(--themecolor01);
    color: #fff;
    font-size: 0.7em;
    line-height: 1em;
    margin-left: 7px;
}
.btn_submit {
    background: var(--themecolor01);
    color: #fff;
    padding: 24px 24px 24px 24px;
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0.2em;
    border-radius: 60px;
    min-width: 300px;
    display: inline-block;
    position: relative;
    transition: .35s;
    cursor: pointer;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
.btn_submit:hover {
  	background: var(--themecolor02);
}
.selectbox {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 426px;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: var(--themecolor04);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    width: 100%;
    height: 2em;
    padding: .8em calc(.8em + 30px) .8em .8em;
    border: 1px solid #eeee;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 12px;
}
.radio li {
    margin: 3px 0;
}
.radio input {
    display: none;
}
.radio label {
    display: flex;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 5px 10px 15px;
    border-radius: 2px;
    line-height: 1.5em;
    align-items: center;
    flex-wrap: wrap;
}
.radio label img {
    width: 140px;
}
.radio._inline label {
    display: inline-block;
}
.radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #bdc3c7;
}
.radio input[type="radio"]:checked+label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: var(--themecolor01);
}
.file_list label {
 	/* ボタン部分の見た目（任意） */
 	display: inline-block;
 	position: relative;
 	background: #ffff;
 	color: var(--themecolor04);
 	font-size: 1em;
 	padding: 10px 18px;
 	border-radius: 4px;
 	transition: all 0.3s;
 	border: 1px solid #eeee;
 	border-radius: 60px;
 	margin: 7px 0;
}
.file_list label:hover {
	 background: #888;
	 transition: all 0.4s;
}
.file_list label input {
	 /* 今回のポイント */
	 position: absolute;
	 left:0;
	 top:0;
	 opacity: 0;
	 width: 100%;
	 height: 100%;
}
.file_list .filename {
	 font-size: 0.9em;
	 margin:0 0 0 10px;
}

.page_contents_c1 .service {
    padding: 80px 0px 80px;
    width: 90%;
    max-width: 1180px;
    margin: auto;
}
.service .service_li {
	margin-top: 60px;
}
.service .service_li dl {
    margin-top: 40px;
}
.service .service_li dl:first-of-type {
    margin-top: 0;
}
.service .service_li dl dt {
    text-align: left;
    font-size: 1.4em;
    line-height: 1.5em;
    color: var(--themecolor01);
    margin-bottom: 10px;
}
.attent .st_txt {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	margin: 40px auto;
}
.rev_write_form.contact_form .form dt {
    width: 100%;
}
.rev_write_form.contact_form .form dd {
    width: 100%;
}
.partner_title {
	background: var(--bkcolor03);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.partner_title .ph {
	width: 54%;
}
.partner_title .txt {
	width: 46%;
}
.partner_title .txt h2 {
	width: 84%;
	margin: auto 0;
}
.contents.page_contents.partner_contents ._in {
    max-width: 1500px;
}
.partner .inner {
	width: 90%;
	margin: auto;
	padding: 60px 0 100px;
}
.partner .inner p {
	font-size: 1.1em;
	line-height: 1.8em;
}
.partner_num {
	text-align: center;
}
.partner_num img {
	width: 90px !important;
}
.partner .partner_point_contents {
	max-width: 910px;
	margin: auto;
}
.partner .partner_point_contents .point_ph {
	max-width: 778px;
	margin: 30px auto;
}
.partner .partner_point_contents .point_ph.ilast {
	max-width: 624px;
	margin: 30px auto;
}
.partner .partner_point_contents .point_ph img {
	border-radius: 12px;
}

.point_table {
	font-size: 1.8em;
	line-height: 1.5em;
	border-top: 2px solid var(--themecolor01);
	border-left: 2px solid var(--themecolor01);
	width: 100%;
	border-radius: 18px;
	border-spacing: 0;
	border-collapse: separate;
	background: #a8a8a8;
	margin: 48px 0 14px;
}
.point_table th {
	border-right: 2px solid var(--themecolor01);
	border-bottom: 2px solid var(--themecolor01);
	padding: 24px 12px;
	font-weight: 600;
	text-align: center;
}
.point_table th {
	background: #a8a8a8;
	color: #ffff;
	font-family: "Zen Maru Gothic", sans-serif;
}
.point_table tr th:first-child {
  	border-radius: 18px 0 0 0;
}
.point_table tr th:last-child {
  	border-radius: 0 18px 0 0;
}
.point_table tr:last-child td:last-child {
  	border-radius: 0 0 18px 0;
}
.point_table tr:last-child td:first-child {
  	border-radius: 0 0 0 18px;
}
.point_table th.our {
	background: var(--themecolor01);
}
.point_table td {
	font-size: 1em;
	line-height: 1.5em;
	border-right: 2px solid var(--themecolor01);
	border-bottom: 2px solid var(--themecolor01);
	font-weight: 600;
	padding: 24px 12px;
	background: #ffff;
}
.point_table td .num {
	font-size: 1.8em;
	line-height: 1.5em;
}
.point_table td.our {
	background: #fff2bf;
}
.point_table li.td.our .num {
	color: var(--themecolor01);
}
.indent_ul li {
	text-indent: -1em;
	margin-left: 1em;
}
.partner .point_dl {
	margin-top: 48px;
}
.partner .point_dl dt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.5em;
	color: var(--themecolor01);
	text-align: left;
}
.partner .point_dl dt.line {
	padding-bottom: 7px;
	border-bottom: 1px solid var(--themecolor01);
	margin-bottom: 14px;
}
.partner .point_dl dd .c3 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
}
.partner .point_dl dd .c3 li {
	width: calc( 33.3% - 16px );
	margin-left: 24px;
}
.partner .point_dl dd .c3 li:first-of-type {
	margin-left: 0;
}
.partner .point_dl dd .c3 li img {
	border-radius: 12px;
	margin-bottom: 10px;
}
.partner .point_dl dd .c3 li p {
	text-align: center;
}

.partner .point_dl dd .c4 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
}
.partner .point_dl dd .c4 li {
	width: calc( 25% - 14px );
    margin-left: 18px;
    text-align: center;
}
.partner .point_dl dd .c4 li:first-of-type {
	margin-left: 0;
}
.partner .point_dl dd .c4 li img {
	border-radius: 12px;
	margin-bottom: 10px;
}
.partner .point_dl dd .c4.img_icon li img {
	max-width: 140px;
	margin: auto;
}
.partner .point_dl dd .c4 li p {
	text-align: center;
}

.indent_p.center {
	text-align: center;
}
.indent_p.center.mt {
	margin-top: 1.5em;
}

.partner .partner_point {
	margin-top: 80px;
}
.partner .partner_point:first-of-type {
	margin-top: 0;
}
.partner .contact_us {
	background: var(--bkcolor01);
	padding: 34px;
	border-radius: 18px;
	text-align: center;
	margin-top: 80px;
}
.contact_us a.btn01 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.3em;
	font-weight: 600;
	margin-top: 20px;
}
.sp_br {
	display: none;
}

.p-custom-pagenation {
    padding-top: 0;
}
.p-custom-pagenation ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}
.p-custom-pagenation ul.page-numbers>li {
    padding-left: 2px;
    padding-right: 2px
}
.p-custom-pagenation ul.page-numbers>li>.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    background: #ffff;
    border: 1px solid var(--themecolor01);
    border-radius: 4px;
    color: var(--themecolor04);
}
.p-custom-pagenation ul.page-numbers>li>.page-numbers:hover,
.p-custom-pagenation ul.page-numbers>li>.page-numbers.current {
    color: #fff;
    background-color: var(--themecolor01);
}
/*
.p-custom-pagenation ul.page-numbers>li>.page-numbers.next {
    padding-bottom: 2px;
}
.p-custom-pagenation ul.page-numbers>li>.page-numbers.prev {
    padding-bottom: 2px;
}
*/

.p-filter__notion p {
    text-align: center;
    padding: 30px 0 30px;
    font-size: 1.4em;
    line-height: 1.5em;
}
.p-filter__notion.area-cat p {
    text-align: center;
    padding: 60px 0 30px;
    font-size: 1.4em;
    line-height: 1.5em;
}

.review_contents .loader {
    margin: 30px auto 60px;
}
.review_contents .no_data_txt {
    display: inline-block;
    margin: auto;
    font-size: 1.2em;
    line-height: 1.5em;
}

.form_outher .btn_submit {
    margin-top: 40px;
}

.no_swiper .swiper-slide {
    width: calc( 25% - 16px );
    margin-left: 24px;
}
.no_swiper .swiper-slide:first-of-type {
    margin-left: 0;
}
.no_swiper .swiper-button-next,
.no_swiper .swiper-button-prev {
    display: none;
}
.reviews .side_illust01 {
	position: absolute;
    top: -9%;
    left: -12%;
    width: 16%;
}
.news .side_illust01 {
	position: absolute;
    top: -24%;
    left: -14%;
    width: 16%;
}
.column .side_illust01 {
	position: absolute;
    top: -24%;
    left: -22%;
    width: 16%;
}
.question .side_illust01 {
	position: absolute;
    top: -18%;
    left: -18%;
    width: 16%;
}
.reviews .side_illust02 {
    position: absolute;
    bottom: -8%;
    right: -16%;
    width: 16%;
}
.news .side_illust02 {
    position: absolute;
    bottom: -24%;
    right: -16%;
    width: 16%;
}
.column .side_illust02 {
    position: absolute;
    bottom: -24%;
    right: -20%;
    width: 16%;
}
.question .side_illust02 {
    position: absolute;
    bottom: 24%;
    right: -20%;
    width: 16%;
}
.captcha_label {
	text-align: center;
	display: inline-block;
	margin-bottom: 24px;
}
.captcha_label label {
	display: inline-block;
	margin: 0 auto 20px;
	text-align: left;
}
.captcha_label label input {
	margin: 10px auto 0;
	display: block;
}
#rev_form .error {
    display: block;
    margin-top: 7px;
    color: red;
    font-size: 0.9em;
    line-height: 1.5em;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
	display: block;
}

.wpcf7-spinner {
	margin: 0;
    margin-right: -24px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 4px solid var(--themecolor01);
    background: #fff;
    padding: 50px;
    margin: 0 auto 2em;
    width: 80%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 4px solid var(--themecolor02);
    background: #fff;
    padding: 50px;
    margin: 0 auto 2em;
    width: 80%;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wpcf7c-conf {
	background-color: #fff !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: 4px solid #f7931e;
    background: #fff;
    padding: 50px;
}
img.alignright{
	display: block;
	margin: 5px 0px 20px 30px;
	float: right;
}
 
img.alignleft{
	display: block;
	margin: 5px 30px 20px 0;
	float: left;
}
 
img.aligncenter{
	display: block;
	margin: 20px auto;
}

.post ul {
	margin: 1em;
}

.search_shop_list .swiper {
	overflow: inherit;
}
.search_shop_list .swiper-button-prev,
.search_shop_list .swiper-rtl .swiper-button-next {
    left: -20px;
    right: auto;
}
.search_shop_list .swiper-button-next,
.search_shop_list .swiper-rtl .swiper-button-prev {
    right: -20px;
    left: auto;
}


