@charset "utf-8";
/*
Theme Name: hitotoki_theme
Theme URI:
Description: hitotoki_theme
Author: meakdesign Yuji Namatame
*/

/*-------------
reset
-------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd, hr,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
html {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sas-serif;
	*font-size: small;
	*font: x-small;
	background: #fff;
}
table {
	font-size: inherit; font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.cf {
	clear: both;
}
.taC {
	text-align: center!important;
}
.taL {
	text-align: left!important;
}
.sp-only {
	display: none!important;
}
.orange-bg {
	background: #ea5404;
}

/*-------------
base
-------------*/
html,body {
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
}
p {
	background-image: url(images/clear.gif);
	max-height: 999999px;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 30px;
}
li {
	line-height: 1.7;
	font-size: 15px;
}

/*擬似クラス指定*/
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.rollover a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*ヘッダー部分*/
#header {
	width: 100%;
	background: #efefef;
	overflow: hidden;
	padding: 20px 0;
}
.header-inner {
	width: 95%;
	margin: 0 auto;
}
#header h1 {
	float: left;
	width: 270px;
}
#global-menu {
	float: right;
}
#global-nav ul {
	clear: both;
	list-style: none;
}
#global-nav ul li {
	display: inline-block;
	vertical-align: top;
	padding:0 10px;
	text-align: center;
	line-height: 1.7;
	font-weight: 500;
	font-size: 15px;
}
#global-nav ul li a {
	padding: 5px 5px;
	display: block;
	color: #000;
	text-decoration: none;
}
#global-nav ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#global-nav ul li a span {
	color: #807373;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 11px;
  	font-weight: 400;
  	font-style: normal;
	padding-bottom: 2px;
}

/*スマホのトグルボタンのCSS*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 20px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*メイン*/
#mainvisual {
	clear: both;
	width: 100%;
	height: auto;
	padding: 50px 0 0;
	background-image: url(images/background3.png);
	background-size: cover;
	background-position: 65% 95%;
	position: relative;
}
/*.mainvisual-logo {
	display: block;
	width: 460px;
	margin: 0 auto;
}*/
.swiper-slide.slide-box { 
	display: block; 
	box-sizing: border-box;
}
.slide-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	box-sizing: border-box;
	transition: transform .35s ease, filter .35s ease;
}
.swiper-slide-active .slide-inner {
	transform: translateY(0) scale(1);
	filter: none;
}
.swiper-slide-prev .slide-inner,
.swiper-slide-next .slide-inner {
	transform: translateY(80px) scale(.96);
	filter: brightness(.98);
}
.swiper { padding-bottom: 90px; }
.swiper-slide { overflow: visible; }

/* スマホ */
@media (max-width: 768px) {
  .swiper-slide-prev .slide-inner,
  .swiper-slide-next .slide-inner {
    transform: translateY(48px) scale(.975);
  }
}

.slide-cafe-thumb {
	width: 55%;
	box-sizing: border-box;
}
.slide-cafe-thumb img {
	width: 100%;
	border: 3px solid #fff;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
}
.slide-cafe-ttl-txt {
	width: 40%;
	box-sizing: border-box;
}
.slide-cafe-ttl-txt h4 {
	font-size: 13px;
	position: relative;
	padding-left: 1.5em;
}
.slide-cafe-ttl-txt h4:before {
	content: '●';
	color: #e86e46;
	position: absolute;
	left: 0;
	top: 0;
}
.slide-cafe-ttl-txt h4 a {
	text-decoration: none;
}
.slide-cafe-introduction {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.swiper-slide.slide-box .newspot-genre-list li {
	font-size: 12px!important;
}
:root { --swiper-navigation-color: #000; }
.swiper-button-prev {
	left: 16%!important;
	top: 40%!important;
}
.swiper-button-next {
	right: 16%!important;
	top: 40%!important;
}
.swiper-button-prev,
.swiper-button-next {
	background: none!important;
	border: none!important;
}
.mainvisual-search {
	position: absolute;
	top: 480px;
	right: 5%;
	width: 245px;
	height: 245px;
	background-image: url(images/top_find.png);
	background-size: cover;
	background-position: 25% 90%;
	text-align: center;
	z-index: 999;
	transition: all 0.3s ease;
}
.mainvisual-search.sticky {
	position: fixed;
	top: 4%;
}
.mainvisual-search a {
	display: block;
	width: 245px;
	height: 245px;
	text-decoration: none;
	transition: all .5s ease;
}
.mainvisual-search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.mainvisual-count {
	display: block;
	color: #fff;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 55px;
  	font-weight: 500;
  	font-style: normal;
	padding-top: 120px;
}
.mainvisual-new {
	position: absolute;
	bottom: 30px;
	left: 2.5%;
}
.mainvisual-new-ttl {
	display: inline-block;
	background: #fff;
	padding: 4px 12px;
	font-size: 13px;
	font-weight: 500;
	color: #807373;
	margin-right: 10px;
}
.mainvisual-new-cafe {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
}
.mainvisual-new-cafe a {
	color: #fff;
	text-decoration: none;
}
.mainvisual-new-cafe a:hover {
	text-decoration: underline;
}

/*トップページコンテンツ*/
#contents {
	background: #efefef;
}
.top-content h2 {
	text-align: center;
	color: #807373;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 48px;
  	font-weight: 500;
  	font-style: normal;
	margin-bottom: 6px;
}
.top-content h3 {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}
.content-ttlline {
	width: 300px;
	margin: 0 auto 50px;
}

/*About*/
#about {
	background: #fff;
	padding: 100px 0 50px;
	position: relative;
	overflow: hidden;
}
#about h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 2.4;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.about-copy {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2.2;
	margin-bottom: 30px;
}
ul.about-list {
	list-style-type: none;
	width: 980px;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.about-list li {
	width: 30%;
	text-align: center;
}
.about-list-img {
	width: 77%;
	margin: 0 auto 5px;
}
ul.about-list li h5 {
	color: #807373;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 16px;
  	font-weight: 600;
  	font-style: normal;
	margin-bottom: 15px;
}
ul.about-list li p {
	font-weight: 500;
	letter-spacing: 1px;
}
.bg-about1 {
	position: absolute;
	left: 0;
	top: 60px;
	width: 280px;
}
.bg-about2 {
	position: absolute;
	right: 0;
	top: 130px;
	width: 290px;
}

/*News*/
#news {
	background-image: url(https://cafeslife.jp/hitotoki/wp-content/uploads/2025/05/bg_news.jpg);
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	text-align: center;
}
#news h2 {
	display: inline-block;
	color: #fff;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 30px;
  	font-weight: 500;
  	font-style: normal;
	margin-bottom: 15px;
	position: relative;
}
#news h2:before {
	content: '';
	width: 3px;
	height: 30px;
	background: #fff;
	position: absolute;
	left: -35px;
	bottom: 5px;
	transform:rotate(-40deg);
}
#news h2:after {
	content: '';
	width: 3px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: -35px;
	bottom: 5px;
	transform:rotate(40deg);
}
#news ul {
	list-style-type: none;
	border: 2px solid #fff;
	padding: 15px;
	width: 650px;
	margin: 0 auto;
}
#news ul li {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-sizing: border-box;
	text-align: left;
	align-items: center;
	border-bottom: 2px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.top-news__no-link {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-sizing: border-box;
	text-align: left;
	align-items: center;
}
#news ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.info-date {
	width: 150px;
	padding: 4px 0;
	text-align: center;
	background: #fff;
	font-size: 13px;
	color: #000;
}
#news ul li h3 {
	width: 470px;
	font-size: 14px;
	padding-left: 10px;
}
#news ul li h3 a {
	color: #fff;
}

/*個人カフェ検索MAP*/
#cafemap {
	padding: 100px 0;
}
.cafemap-content {
	width: 1080px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
}
.cafemap-search {
	width: 410px;
	height: 530px;
	background: #fff;
	overflow-y: scroll;
	padding: 10px;
	order: 1;
}
#result-count {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 30px;
}
#search-word {
	background-color: #fff;
	color: #666;
	width: 85%;
	border: 1px solid #828282;
	font-size: 15px;
	padding: 0.6em;
	border-radius: 4px;
	color: #828282;
	margin-bottom: 15px;
}
.filter-group {
	margin-bottom: 30px;
}
.filter-group h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}
.filter-button {
	display: inline-block;
	margin: 4px 5px 4px 0;
	cursor: pointer;
	user-select: none;
}
.filter-button input[type="checkbox"] {
	display: none;
}
.filter-button span {
	display: inline-block;
	padding: 5px 12px 6px;
	border-radius: 20px;
	border: 1px solid #807373;
	background: #fff;
	color: #333;
	transition: all 0.3s ease;
	font-size: 13px;
}
.filter-button:hover span {
	background-color: #eee;
}
.filter-button input[type="checkbox"]:checked + span {
	background-color: #807373;
	color: #fff;
	border-color: #807373;
}
#all-cafes-map {
	width: 650px;
	height: 550px;
	order: 2;
}
/*吹き出し*/
.mapfukidashi h4 {
	font-size: 20px;
	margin-bottom: 8px;
}
.mapfukidashi h4 a {
	text-decoration: none;
	transition: all .5s ease;
}
.mapfukidashi h4 a:hover {
	color: #807373;
}
.mapfukidashi div {
	margin-bottom: 10px;
}
.mapfukidashi p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}
.infowindow-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}
ul.infowindow-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 0;
}
ul.infowindow-tags li {
	background:#807373;
	font-size:13px;
	color:#fff;
	font-weight:500;
	padding:4px 8px;
	border-radius:15px;
	list-style:none;
}
.region-badge {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 16px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	white-space: nowrap;
	pointer-events: none;
	transform: translate(-50%, -50%);
}



/*最新カフェスポット*/
#newspot {
	padding: 100px 0;
}
.newspot-all {
	width: 940px;
	margin: 0 auto 25px;
	text-align: right;
	font-size: 16px;
}
.newspot-all a {
	display: inline-block;
	background: #807373;
	border-radius: 5px;
	color: #fff;
	padding: 10px 45px;
	text-decoration: none;
	transition: all .5s ease;
}
.newspot-all a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#newspot .content-ttlline {
	margin: 0 auto 20px;
}
ul.newspot-list {
	list-style-type: none;
	width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5%;
}
ul.newspot-list li {
	width: 31%;
	margin-bottom: 15px;
}
.cafe-thumb {
	display: block;
	margin-bottom: 15px;
}
.cafe-ttl-txt {
	margin-bottom: 7px;
}
ul.newspot-list li h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 3px;
}
ul.newspot-list li h4 a {
	text-decoration: none;
	transition: all .5s ease;
}
ul.newspot-list li h4 a:hover {
	color: #807373;
}
.cafe-ttl-area {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #a39e93;
	white-space: nowrap;
	padding-top: 8px;
	padding-left: 16px;
	position: relative;
}
.cafe-ttl-area:before {
	content: '';
	width: 12px;
	height: 17px;
	background-image: url(images/pin_search2.png);
	background-size: cover;
	position: absolute;
	top: 6px;
	left: 0;
}
.cafe-ttl-from {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #a39e93;
	white-space: nowrap;
	padding-top: 8px;
	margin-left: 8px;
}
.cafe-ttl-from span {
	border-left: 1px solid #a39e93;
	padding-left: 6px;
}
ul.newspot-list li p {
	font-size: 13px;
	margin-bottom: 10px;
}
ul.newspot-genre-list {
	list-style-type: none;
}
ul.newspot-genre-list li {
	display: inline-block;
	width: auto;
	background: #fff;
	border-radius: 30px;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #7D7D7D;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*ブログ*/
#blogtop {
	margin-bottom: 100px;
}
ul.top-blog__list {
	list-style-type: none;
	width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5%;
}
ul.top-blog__list li {
	width: 31%;
}
ul.top-blog__list li a {
	text-decoration: none;
}
.top-blog__thumb {
	margin-bottom: 10px;
}
ul.top-blog__list li h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}
ul.top-blog__list li time {
	color: #263339;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 13px;
  	font-weight: 600;
  	font-style: normal;
}

/*カフェ運営支援*/
#service {
	margin-bottom: 100px;
}
ul.service-list {
	list-style-type: none;
	width: 1080px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.service-list li {
	width: 31%;
	background: #fff;
	padding: 0.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: end;
}
.service-list-photo {
	width: 47%;
}
.service-list-txt {
	display: block;
	width: 49%;
	padding-bottom: 40px;
}
.service-list-txt h4 {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 8px;
	border-bottom: 2px solid #807373;
	margin-bottom: 35px;
}
.service-list-more {
	font-size: 13px;
	padding-left: 50px;
	position: relative;
}
.service-list-more:before {
	content:'';
	width: 42px;
	height: 1px;
	border-bottom: 1px dashed #000000;
	position: absolute;
	top: 9px;
	left: 0;
}
.service-list-more a {
	text-decoration: none;
}
.service-list-more a:hover {
	text-decoration: underline;
}

/*よくあるご質問*/
#faq {
	margin-bottom: 100px;
}
.accordion-area {
	list-style: none;
	width: 505px;
	margin: 0 auto 20px;
}
.accordion-area li{
	margin: 20px 0;
}
.accordion-area section {
	background: #fff;
	border-radius: 8px;
}
.title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 3% 50px 3% 2.75em;
	transition: all .5s ease;
	color: #636D79;
  	text-indent: -1.75em; 
}
.title::before,
.title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #636D79;
}
.title::before{
	top: 48%;
	right: 15px;
	transform: rotate(0deg);
}
.title::after{
	top: 48%;
	right: 15px;
	transform: rotate(90deg);

}
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}
.box {
	display: none;/*はじめは非表示*/
	margin:0 5% 0 3%;
	padding-bottom: 3%;
	padding-left: 5%;
	position: relative;
}
.box:before {
	content: 'A.';
	font-size: 15px;
	color: #A2A9B0;
	position: absolute;
	top: 0;
	left: 1%;
}
.box p {
	font-size: 15px;
	color: #A2A9B0;
	margin-bottom: 0;
}

/*お問い合わせフォーム*/
#contact {
	padding-bottom: 100px;
}
.form-content {
	width: 445px;
	margin: 0 auto;
}
dl.form-list dt {
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0;
	display: inline-block;
	position: relative;
}
.form-hissu:after {
	content:'必須';
	background: #807373;
	border-radius: 4px;
	padding: 3px 5px;
	font-size: 9px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	bottom: 3px;
	right: -40px;
}
.form-nini:after {
	content:'任意';
	background: #bebebe;
	border-radius: 4px;
	padding: 3px 5px;
	font-size: 9px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	bottom: 3px;
	right: -40px;
}
dl.form-list dd {
	display: block;
	padding: 5px 0 10px;
}
#form-privacy a {
	color: #7d7d7d!important;
}
.hitotoki-form select {
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 90%;
	padding: 0.6em;
}
.select-list {
    position: relative;
    width: 100%;
}
.select-list:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    pointer-events: none;
    transform: translateY(-50%) rotate(-135deg);
}
.hitotoki-form input[type="text"],
.hitotoki-form input[type="email"],
.hitotoki-form input[type="tel"],
.hitotoki-form input[type="url"],
.hitotoki-form textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 90%;
	padding: 0.6em;
	border-radius: 4px;
	color: #828282;
}
.hitotoki-form input[type="submit"] {
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	padding: 8px 0;
	background: #807373;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}
.hitotoki-form input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.hitotoki-form input[type="number"] {
	background-color: #fff;
	color: #333;
	width: 20%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.form-privacy-agree {
	display: block;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 12px!important;
	padding: 0.6em!important;
	border-radius: 4px;
	color: #828282;
}

/*サーチエリア*/
#foot-search {
	width: 100%;
	background: #efefef;
	padding: 50px 0;
}
.foot-search-inner {
	width: 1080px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.foot-search-inner h3 {
	font-size: 16px;
	font-weight: 700;
	color: #807373;
	margin-bottom: 12px;
}
.foot-search-left {
	width: 48%;
}
ul.footarea-list {
	list-style-type: none;
	margin-bottom: 20px;
}
ul.footarea-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 12px;
	margin-bottom: 3px;
	position: relative;
	padding-left: 16px;
}
ul.footarea-list li:before {
	content: '';
	width: 12px;
	height: 17px;
	background-image: url(images/pin_search.png);
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0;
}
ul.footarea-list li a {
	color: #807373;
	text-decoration: none;
	transition: 0.5s ease-in-out;
}
ul.footarea-list li a:hover {
	color: #333;
}
ul.footfrom-list {
	list-style-type: none;
	margin-bottom: 20px;
}
ul.footfrom-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 12px;
	margin-bottom: 3px;
	position: relative;
	padding-left: 16px;
}
ul.footfrom-list li:before {
	content: '';
	width: 12px;
	height: 17px;
	background-image: url(images/buil_search.png);
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0;
}
ul.footfrom-list li a {
	color: #807373;
	text-decoration: none;
	transition: 0.5s ease-in-out;
}
ul.footfrom-list li a:hover {
	color: #333;
}
.foot-search-right {
	width: 48%;
}
ul.footkeyword-list {
	list-style-type: none;
	margin-bottom: 20px;
}
ul.footkeyword-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 8px;
	margin-bottom: 12px;
}
ul.footkeyword-list li a {
	color: #807373;
	text-decoration: none;
	background: #fff;
	border-radius: 20px;
	padding: 4px 15px 5px;
	transition: 0.5s ease-in-out;
}
ul.footkeyword-list li a:hover {
	background: #ccc;
}

/*フッター*/
footer {
	background: #fff;
	padding: 60px 0 0;
}
.footer-inner {
	width: 100%;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 11px;
	margin-bottom: 100px;
}
.iframe {
	margin: 0;
	padding: 0;
}

/*-------------
contents
-------------*/
/*ここからコンテンツページ共通*/
#page-contents {
	width: 1100px;
	min-height: 800px;
	margin: 80px auto;
	padding-bottom: 20px;
}
#page-contents h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}


/*カフェマップページ*/
.cafemap-page-content {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
}
.cafemap-page-search {
	width: 31%;
	height: 960px;
	background: #fff;
	padding: 20px 2%;
	order: 1;
}
#all-cafes-page-map {
	width: 65%;
	height: 1000px;
	order: 2;
}

/*カフェ単独ページ*/
.cafe-first {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
}
.cafe-first-left {
	width: 55%;
}
ul.keyword-list {
	list-style-type: none;
	margin-bottom: 20px;
}
ul.keyword-list li {
	display: inline-block;
	background: #807373;
	border-radius: 20px;
	padding: 4px 15px 5px;
	font-size: 15px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cafe-first-from {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	padding-left: 10px;
	border-left: 2px solid #333;
	margin-bottom: 30px;
}
.cafe-first-left h3 {
	font-size: 18px;
	font-weight: normal;
	color: #807373;
	margin-bottom: 15px;
}
.cafe-first-left table {
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #807373;
	margin-bottom: 40px;
}
.cafe-first-left table tr {
	border-bottom: 1px solid #807373;
}
.cafe-first-left table th {
	font-weight: normal;
	text-align: left;
	padding: 17px 15px;
}
.cafe-first-left table td {
	padding: 17px 15px;
}
.cafe-first-address {
	margin-bottom: 10px;
}

.cafe-first-right {
	width: 40%;
}
.cafe-first-rightphoto {
	margin-bottom: 20px;
}
ul.cafe-first-rightsub {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
ul.cafe-first-rightsub li {
	aspect-ratio: 1 / 1;
	width: 32%;
 	overflow: hidden;
	margin-bottom: 2%;
}
ul.cafe-first-rightsub li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.cafe-txtbg {
	background: #e5e3e3;
	padding: 12px 20px;
	border-radius: 3px;
}

.owner-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 80px;
}
.owner-info {
	width: 55%;
}
.owner-img {
	height: 160px;
	float: left;
	margin-bottom: 20px;
}
.owner-img img {
	height: 160px;
	padding-right: 25px;
}
.owner-info h3 {
	font-size: 22px;
	font-weight: normal;
	color: #807373;
	margin-bottom: 30px;
}
.owner-info h3 span {
	font-size: 15px;
}
.owner-course {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.owner-comment {
	clear: both;
}
.owner-comment h4 {
	font-size: 18px;
	font-weight: normal;
	color: #807373;
	margin-bottom: 15px;
}
.owners-side {
	width: 40%;
}
.owners-side h3 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.owners-side ul {
	list-style-type: none;
}
.owners-side ul li {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.owners-side ul li a {
	text-decoration: none;
}
.side-blog__thumb {
	width: 36%;
}
.side-blog__content {
	width: 61%;
	position: relative;
}
.owners-side ul li h4 {
	font-size: 14px;
	font-weight: 500;
}
.owners-side ul li time {
	position: absolute;
	left: 0;
	bottom: 3px;
	color: #263339;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 11px;
  	font-weight: 500;
  	font-style: normal;
}

.related-cafes h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.related-cafe-list {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5%;
}
.related-cafe-list li {
	width: 31%;
	margin-bottom: 30px;
}
.relatedcafe-ttl-txt {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: top;
	margin-bottom: 7px;
}
.relatedcafe-ttl-txt h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}
.relatedcafe-ttl-txt h4 a {
	text-decoration: none;
	transition: all .5s ease;
}
.relatedcafe-ttl-txt h4 a:hover {
	color: #807373;
}
.related-cafe-list li p {
	font-size: 13px;
	margin-bottom: 10px;
}
ul.relatedcafe-genre-list {
	list-style-type: none;
}
ul.relatedcafe-genre-list li {
	display: inline-block;
	width: auto;
	background: #807373;
	border-radius: 30px;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*ブログ*/
.blog-date {
	color: #263339;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 12px;
  	font-weight: 500;
  	font-style: normal;
	padding-left: 1.5em;
	margin-bottom: 15px;
	position: relative;
}
.blog-date:before {
	content: '';
	width: 13px;
	height: 13px;
	background-image: url(images/pen.png);
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}
.blog-contents {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.blog-contents-main {
	width: 54.5%;
}
.blog-contents-img {
	margin-top: 40px;
	margin-bottom: 40px;
}
.blog-contents-lead {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 600;
	margin-bottom: 40px;
}
#ez-toc-container {
	width: 80%!important;
	margin-bottom: 50px!important;
	background: #f9f5f2;
	padding: 30px 10%;
}
.ez-toc-title {
	color: #807373;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 15px;
  	font-weight: 600;
  	font-style: normal;
}
.ez-toc-title-toggle {
	display: none;
}
ul.ez-toc-list {
	list-style-type: none;
}
ul.ez-toc-list li {
	padding-left: 1em;
	border-left: 1px solid #807373;
	margin-bottom: 15px;
}
ul.ez-toc-list li a {
	text-decoration: none;
}
.blog-contents-main h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	background: #f9f5f2;
	border-bottom: 1px dashed #807373;
	border-left: 6px solid #807373;
	padding: 12px 18px;
}
.blog-contents-main h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-left: 1.25em;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
	background: linear-gradient(transparent 50%, #e8e1e1 50%);
}
.blog-contents-side {
	width: 40%;
}
.blog-contents-side h3 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 23px;
}
ul.latest-posts__list {
	list-style-type: none;
}
ul.latest-posts__list li {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-sizing: border-box;
	margin-bottom: 10px;
}
ul.latest-posts__list li a {
	text-decoration: none;
}
.latest-posts__thumb {
	width: 36%;
}
.latest-posts__meta {
	width: 61%;
	position: relative;
}
ul.latest-posts__list li h4 {
	font-size: 14px;
	font-weight: 500;
}
.latest-posts-date {
	position: absolute;
	left: 0;
	bottom: 3px;
	color: #263339;
	font-family: "Raleway", sans-serif;
  	font-optical-sizing: auto;
	font-size: 11px;
  	font-weight: 500;
  	font-style: normal;
}

.breadcrumbs {
	background: #00b4f0;
	padding: 10px 10%;
	font-size: 13px;
	color: #fff;
}
.breadcrumbs a {
	color: #fff;
}




/*サイトマップ*/
ul.sitemap-list {
	margin-left: 50px;
}
ul.sitemap-list li {
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #dddddd;
}

/*ニュース単独*/
.single-date {
	font-size: 13px;
	text-align: right;
	margin-bottom: 30px;
}

/*お知らせ一覧*/
ul.news-list {
	width: 100%;
	list-style-type: none;
	margin-bottom: 20px;
}
ul.news-list li {
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #dddddd;
}
ul.news-list li h5 {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	font-weight: normal;
	font-size: 14px;
}
ul.news-list ul li a {
	font-weight: normal;
}
.wp-pagenavi {
	font-size: 15px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: inline-block;
	margin-right: 4px;
	padding: 6px;
	background: #dd341e;
	color: #fff;
}
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #dd341e;
	border-radius: 50%;
	background: #dd341e;
	color: #fff;
	line-height: 30px;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin: 4px;
	font-weight: bold;
	line-height: 30px;
}
.wp-pagenavi a {
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	margin: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #dd341e;
	border-radius: 0;
	background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #dd341e;
	border-radius: 50%;
	line-height: 30px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
	border-color: #dd341e;
	background: #dd341e;
	color: #fff;
	transition: all .3s;
}

#breadcrumbs {
	font-size: 90%;
	margin: 0 0 20px;
	text-align: left;
}

/*タイトル 共通*/
.contents h2 span {
	display: inline-block!important;
	font-size: 26px!important;
	line-height: 1.3!important;
	max-width: 1110px!important;
	margin: 0 auto!important;
	padding: 0 10px!important;
}

/* スマホ */
@media screen and ( max-width:800px )
{
	body {
		font-size: 1.0em;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
	}
	.sp-only {
		display: block!important;
	}
	.pc-only {
		display: none!important;
	}	

	/*ヘッダー部分*/
	#header {
		padding: 10px 0;
	}
	.header-inner {
		width: 95%;
		margin: 0 auto;
	}
	#header h1 {
		float: none;
		width: 50%;
	}
	#global-menu {
		float: none;
	}
	#global-nav {
		position: absolute;
		top: -500px;
		left: 0;
		background: #fff;
		width: 100%;
		padding: 10px 0!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index: 99999;
	}
	#global-nav ul {
		display: block;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#global-nav ul li {
		display: block;
		padding: 0 5%;
		text-align: left;
		line-height: 1.7;
		font-weight: 500;
		font-size: 4vw;
	}
	#global-nav ul li a {
		padding: 5px 5px;
		display: block;
		color: #000;
		text-decoration: none;
	}
	#nav-toggle {
		display: block;
	}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(580px);
        -webkit-transform: translateY(580px);
        transform: translateY(580px);
    }
	
	/*メイン*/
	#mainvisual {
		width: 100%;
		height: auto;
		padding: 40px 0 0;
		background-image: url(images/background3.png);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	/*.mainvisual-logo {
		width: 50%;
		margin: 0 auto;
	}*/
	.slide-inner {
		display: block;
		flex-direction: column;
	}
	.slide-cafe-thumb {
		width: 100%;
		margin-bottom: 15px;
	}
	.slide-cafe-thumb img {
		width: 100%;
	}
	.slide-cafe-ttl-txt {
		width: 100%;
	}
	.slide-cafe-ttl-txt h4 {
		font-size: 3vw;
	}
	.slide-cafe-introduction {
		font-size: 4.5vw;
		margin-bottom: 15px;
	}
	.swiper-slide.slide-box .newspot-genre-list li {
		font-size: 2.9vw!important;
	}
	.swiper-button-prev {
		left: 5%!important;
		top: 28%!important;
	}
	.swiper-button-next {
		right: 5%!important;
		top: 28%!important;
	}

	.mainvisual-search {
		position: absolute;
		top: 75%;
		right: 2%;
		width: 150px;
		height: 150px;
		background-image: url(images/top_find.png);
		background-size: cover;
		background-position: 10% 10%!important;
	}
	.mainvisual-search a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.mainvisual-count {
		display: block;
		font-size: 8.5vw;
		padding-top: 47%;
	}
	.mainvisual-new {
		position: absolute;
		top: 20px;
		left: 4%;
	}
	.mainvisual-new-ttl {
		padding: 4px 12px;
		font-size: 3vw;
		margin-right: 10px;
	}
	.mainvisual-new-cafe {
		font-size: 3.6vw;
	}
	.mainvisual-new-cafe a {
	}
	.mainvisual-new-cafe a:hover {
	}

	/*トップページコンテンツ*/
	#contents {
		width: 100%;
		overflow: hidden;
	}
	.top-content h2 {
		font-size: 11vw;
		margin-bottom: 5px;
	}
	.top-content h3 {
		font-size: 3.3vw;
		letter-spacing: 1px;
	}
	.content-ttlline {
		width: 70%;
		margin: 0 auto 50px;
	}
	
	/*About*/
	#about {
		padding: 100px 0 50px;
	}
	#about h4 {
		font-size: 4.2vw;
		line-height: 1.8;
		letter-spacing: 1px;
		margin-bottom: 24px;
	}
	.about-copy {
		text-align: left;
		width: 90%;
		margin: 0 auto 30px;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2;
	}
	ul.about-list {
		list-style-type: none;
		width: 70%;
		margin: 0 auto 30px;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	ul.about-list li {
		width: 100%;
		text-align: center;
	}
	.about-list-img {
		width: 60%;
		margin: 0 auto 5px;
	}
	ul.about-list li h5 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	ul.about-list li p {
		letter-spacing: 1px;
	}
	
	/*News*/
	#news {
		background-image: url(https://cafeslife.jp/hitotoki/wp-content/uploads/2025/05/bg_news.jpg);
		background-size: cover;
		background-position: center center;
		padding: 40px 0;
	}
	#news h2 {
		display: inline-block;
		font-size: 8vw;
		margin-bottom: 15px;
		position: relative;
	}
	#news h2:before {
		content: '';
		width: 3px;
		height: 30px;
		position: absolute;
		left: -35px;
		bottom: 5px;
		transform:rotate(-40deg);
	}
	#news h2:after {
		content: '';
		width: 3px;
		height: 30px;
		position: absolute;
		right: -35px;
		bottom: 5px;
		transform:rotate(40deg);
	}
	#news ul {
		border: 2px solid #fff;
		padding: 14px;
		width: 88%;
		margin: 0 auto;
	}
	#news ul li {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		align-items: center;
		text-align: left;
		border-bottom: 2px dotted #fff;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.top-news__no-link {
		display: block;
		justify-content: normal;
		flex-direction: column;
		box-sizing: border-box;
		text-align: left;
		align-items: center;
	}
	#news ul li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.info-date {
		display: inline-block;
		width: auto;
		padding: 2px 15px;
		text-align: center;
		background: #fff;
		font-size: 3.3vw;
		margin-bottom: 5px;
	}
	#news ul li h3 {
		display: block;
		width: 100%;
		font-size: 3.5vw;
	}
	#news ul li h3 a {
	}
	
	/*個人カフェ検索MAP*/
	#cafemap {
		padding: 70px 0 0 0;
	}
	.cafemap-content {
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: normal;
		justify-content: normal;
		flex-direction: column;
	}
	.cafemap-search {
		width: 94%;
		height: auto;
		overflow-y: hidden;
		padding: 10px 3%;
		order: 2;
	}
	#result-count {
		font-size: 15px;
		margin-bottom: 30px;
	}
	#search-word {
		width: 85%;
		border: 1px solid #828282;
		font-size: 15px;
		padding: 0.6em;
		border-radius: 4px;
		margin-bottom: 15px;
	}
	.filter-group {
		margin-bottom: 30px;
	}
	.filter-group h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.filter-button {
		display: inline-block;
		margin: 4px 5px 4px 0;
		cursor: pointer;
		user-select: none;
	}
	.filter-button span {
		display: inline-block;
		padding: 5px 12px 6px;
		border-radius: 20px;
		border: 1px solid #807373;
		font-size: 13px;
	}
	.filter-button:hover span {
	}
	.filter-button input[type="checkbox"]:checked + span {
	}
	#all-cafes-map {
		width: 100%;
		height: 80vh;
		order: 1;
	}
	
	/*最新カフェスポット*/
	#newspot {
		padding: 70px 0;
	}
	.newspot-all {
		width: 90%;
		margin: 0 auto 10px;
		text-align: right;
		font-size: 3.8vw;
	}
	.newspot-all a {
	}
	#newspot .content-ttlline {
		margin: 0 auto 20px;
	}
	ul.newspot-list {
		width: 85%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		flex-wrap: wrap;
		gap: 0;
	}
	ul.newspot-list li {
		width: 100%;
		margin-bottom: 25px;
	}
	.cafe-thumb {
		margin-bottom: 15px;
	}
	.cafe-ttl-txt {
		margin-bottom: 7px;
	}
	ul.newspot-list li h4 {
		font-size: 4.4vw;
		line-height: 1.3;
	}
	ul.newspot-list li h4 a {
	}
	ul.newspot-list li h4 a:hover {
	}
	.cafe-ttl-from {
		font-size: 12px;
		line-height: 1;
		padding-top: 8px;
		margin-left: 3%;
	}
	.cafe-ttl-from span {
		border-left: 1px solid #a39e93;
		padding-left: 6px;
	}
	ul.newspot-list li p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	ul.newspot-genre-list {
	}
	ul.newspot-genre-list li {
		display: inline-block;
		width: auto;
		border-radius: 30px;
		padding: 3px 10px;
		font-size: 13px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	/*ブログ*/
	#blogtop {
		margin-bottom: 50px;
	}
	ul.top-blog__list {
		width: 85%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		flex-wrap: wrap;
		gap: 0;
	}
	ul.top-blog__list li {
		width: 100%;
		margin-bottom: 25px;
	}
	.top-blog__thumb {
		margin-bottom: 10px;
	}
	ul.top-blog__list li h4 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	ul.top-blog__list li time {
		font-size: 2.7vw;
	}
	
	/*カフェ運営支援*/
	#service {
		margin-bottom: 70px;
	}
	ul.service-list {
		list-style-type: none;
		width: 85%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	ul.service-list li {
		width: 100%;
		padding: 0.5%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: end;
		margin-bottom: 20px;
	}
	.service-list-photo {
		width: 47%;
	}
	.service-list-txt {
		display: block;
		width: 49%;
		padding-bottom: 40px;
	}
	.service-list-txt h4 {
		display: block;
		font-size: 3.4vw;
		line-height: 1.4;
		padding-bottom: 8px;
		border-bottom: 2px solid #807373;
		margin-bottom: 35px;
	}
	.service-list-more {
		font-size: 13px;
		padding-left: 50px;
		position: relative;
	}
	.service-list-more:before {
		content:'';
		width: 42px;
		height: 1px;
		border-bottom: 1px dashed #000000;
		position: absolute;
		top: 9px;
		left: 0;
	}
	.service-list-more a {
	}
	.service-list-more a:hover {
	}
	
	/*よくあるご質問*/
	#faq {
		margin-bottom: 70px;
	}
	.accordion-area {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	/*お問い合わせフォーム*/
	#contact {
		padding-bottom: 70px;
	}
	.form-content {
		width: 90%;
		margin: 0 auto;
	}
	
	/*サーチエリア*/
	#foot-search {
		padding: 50px 0;
	}
	.foot-search-inner {
		width: 85%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.foot-search-inner h3 {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.foot-search-left {
		width: 100%;
	}
	ul.footarea-list {
		margin-bottom: 20px;
	}
	ul.footarea-list li {
		display: inline-block;
		font-size: 14px;
		margin-right: 12px;
		margin-bottom: 3px;
		position: relative;
		padding-left: 16px;
	}
	ul.footarea-list li:before {
		content: '';
		width: 12px;
		height: 17px;
		background-image: url(images/pin_search.png);
		background-size: cover;
		position: absolute;
		top: 4px;
		left: 0;
	}
	ul.footarea-list li a {
	}
	ul.footarea-list li a:hover {
	}
	ul.footfrom-list {
		margin-bottom: 20px;
	}
	ul.footfrom-list li {
		display: inline-block;
		font-size: 14px;
		margin-right: 12px;
		margin-bottom: 3px;
		position: relative;
		padding-left: 16px;
	}
	ul.footfrom-list li:before {
		content: '';
		width: 12px;
		height: 17px;
		background-image: url(images/buil_search.png);
		background-size: cover;
		position: absolute;
		top: 4px;
		left: 0;
	}
	ul.footfrom-list li a {
	}
	ul.footfrom-list li a:hover {
	}
	.foot-search-right {
		width: 100%;
	}
	ul.footkeyword-list {
		margin-left: -2%;
		margin-bottom: 20px;
	}
	ul.footkeyword-list li {
		display: inline-block;
		font-size: 14px;
		margin-right: 8px;
		margin-bottom: 12px;
	}
	ul.footkeyword-list li a {
		border-radius: 20px;
		padding: 4px 15px 5px;
	}
	ul.footkeyword-list li a:hover {
	}
	
	
	
	/*インフォ*/
	footer {
		padding: 40px 0 0;
	}
	.footer-inner {
		width: 90%;
		margin: 0 auto 40px;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.foot-left {
		width: 100%;
	}
	footer h1 {
		width: 70%;
		margin-bottom: 30px;
	}
	.foottel {
		font-size: 6vw;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.foot-left p {
		margin-bottom: 40px;
	}
	.foot-btn {
		display: block;
		font-size: 15px;
		margin-bottom: 70px;
	}
	.foot-btn a {
		display: block;
		border-radius: 60px;
		padding: 7px 0 8px 20px;
		position: relative;
	}
	.foot-btn a:after {
		position: absolute;
		top: 15px;
		right: 17px;
		content: '';
		width: 12px;
		height: 9px;
		background-image: url(images/arrow-wh.png);
		background-size: cover;
	}
	.foot-btn a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
	address {
		width: 90%;
		margin: 0 auto 50px;
		font-size: 11px;
	}
	.foot-right {
		width: 100%;
	}
	.foot-right table {
		width: 100%;
	}
	.foot-right table th {
		font-size: 3vw;
		padding: 3px;
	}
	.foot-right table td {
		font-size: 3.3vw;
		padding: 7px;
	}
	.th-right {
		width: 121px;
	}
	.td-s {
		font-size: 3vw!important;
		padding: 3px!important;
	}
	.td-m {
		padding: 3px!important;
	}
	
	/*-------------
	contents
	-------------*/
	/*ここからコンテンツページ共通*/
	#page-contents {
		width: 100%;
		min-height: 600px;
		margin: 60px auto;
		padding-bottom: 20px;
	}
	#page-contents h2 {
		width: 90%;
		font-size: 6.6vw;
		margin: 0 auto 20px;
	}
	.pages-inner {
		width: 90%;
		margin: 0 auto;
	}

	/*カフェマップページ*/
	.cafemap-page-content {
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: normal;
		justify-content: normal;
		flex-direction: column;
	}
	.cafemap-page-search {
		width: 94%;
		height: auto;
		padding: 20px 3%;
		order: 2;
	}
	#all-cafes-page-map {
		width: 100%;
		height: 520px!important;
		order: 1;
	}
	
	/*カフェ単独ページ*/
	.cafe-first {
		width: 90%;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin: 0 auto 40px;
	}
	.cafe-first-left {
		width: 100%;
		margin-bottom: 40px;
	}
	ul.keyword-list {
		margin-bottom: 20px;
	}
	ul.keyword-list li {
		border-radius: 20px;
		padding: 4px 15px 5px;
		font-size: 3.5vw;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.cafe-first-from {
		font-size: 3.3vw;
		padding-left: 10px;
		border-left: 2px solid #333;
		margin-bottom: 30px;
	}
	.cafe-first-left h3 {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.cafe-first-left table {
		font-size: 3.3vw;
		border-top: 1px solid #807373;
		margin-bottom: 40px;
	}
	.cafe-first-left table tr {
		border-bottom: 1px solid #807373;
	}
	.cafe-first-left table th {
		display: block;
		padding: 17px 15px 0;
	}
	.cafe-first-left table td {
		display: block;
		padding: 8px 15px 17px;
	}
	.cafe-first-address {
		margin-bottom: 10px;
	}

	.cafe-first-right {
		width: 100%;
	}
	.cafe-first-rightphoto {
		margin-bottom: 20px;
	}
	ul.cafe-first-rightsub {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	ul.cafe-first-rightsub li {
		aspect-ratio: 1 / 1;
		width: 49%;
 		overflow: hidden;
		margin-bottom: 2%;
	}
	ul.cafe-first-rightsub li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	.cafe-txtbg {
		padding: 12px 20px;
		border-radius: 3px;
	}

	.owner-wrapper {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin-bottom: 60px;
	}
	.owner-info {
		width: 90%;
		margin: 0 auto 60px;
	}
	.owner-img {
		height: 160px;
		float: left;
		margin-bottom: 20px;
	}
	.owner-img img {
		height: 160px;
		padding-right: 20px;
	}
	.owner-info h3 {
		font-size: 4.5vw;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.owner-info h3 span {
		font-size: 3.3vw;
	}
	.owner-course {
		font-size: 3.4vw;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.owner-comment {
	}
	.owner-comment h4 {
		font-size: 3.8vw;
		margin-bottom: 15px;
	}
	.owners-side {
		width: 90%;
		margin: 0 auto;
	}
	.owners-side h3 {
		font-size: 3vw;
		margin-bottom: 20px;
	}
	.owners-side ul {
	}
	.owners-side ul li {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.owners-side ul li a {
	}
	.side-blog__thumb {
		width: 36%;
	}
	.side-blog__content {
		width: 61%;
		position: relative;
	}
	.owners-side ul li h4 {
		font-size: 3vw;
		font-weight: 500;
	}
	.owners-side ul li time {
		position: absolute;
		left: 0;
		bottom: 3px;
		font-size: 2.6vw;
	}
	.related-cafes h3 {
		width: 90%;
		font-size: 3.8vw;
		margin: 0 auto 15px;
	}
	.related-cafe-list {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
	}
	.related-cafe-list li {
		width: 48%;
		margin-bottom: 20px;
	}
	.relatedcafe-ttl-txt {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin-bottom: 7px;
	}
	.relatedcafe-ttl-txt h4 {
		font-size: 20px;
		line-height: 1.3;
	}
	.relatedcafe-ttl-txt h4 a {
	}
	.relatedcafe-ttl-txt h4 a:hover {
	}
	.related-cafe-list li p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	ul.relatedcafe-genre-list {
	}
	ul.relatedcafe-genre-list li {
		display: inline-block;
		border-radius: 30px;
		padding: 2px 10px 4px;
		font-size: 13px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	/*ブログ*/
	.blog-date {
		width: 82%;
		font-size: 12px;
		padding-left: 1.5em;
		margin: 0 auto 15px;
		position: relative;
	}
	.blog-date:before {
		content: '';
		width: 13px;
		height: 13px;
		background-image: url(images/pen.png);
		background-size: cover;
		position: absolute;
		top: 2px;
		left: 0;
	}
	.blog-contents {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.blog-contents-main {
		width: 90%;
		margin: 0 auto 40px;
	}
	.blog-contents-img {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.blog-contents-lead {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#ez-toc-container {
		width: 80%!important;
		margin-bottom: 50px!important;
		padding: 30px 10%;
	}
	.ez-toc-title {
		font-size: 15px;
	}
	.ez-toc-title-toggle {
		display: none;
	}
	ul.ez-toc-list {
	}
	ul.ez-toc-list li {
		padding-left: 1em;
		border-left: 1px solid #807373;
		margin-bottom: 15px;
	}
	ul.ez-toc-list li a {
	}
	.blog-contents-main h3 {
		font-size: 24px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #807373;
		border-left: 6px solid #807373;
		padding: 12px 18px;
	}
	.blog-contents-main h4 {
		font-size: 16px;
		margin-left: 1.25em;
		margin-bottom: 30px;
		padding-bottom: 0.25em;
		background: linear-gradient(transparent 50%, #e8e1e1 50%);
	}
	.blog-contents-side {
		width: 90%;
		margin: 0 auto;
	}
	.blog-contents-side h3 {
		font-size: 14px;
		margin-bottom: 23px;
	}
	ul.latest-posts__list {
	}
	ul.latest-posts__list li {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	ul.latest-posts__list li a {
	}
	.latest-posts__thumb {
		width: 36%;
	}
	.latest-posts__meta {
		width: 61%;
		position: relative;
	}
	ul.latest-posts__list li h4 {
		font-size: 14px;
	}
	.latest-posts-date {
		position: absolute;
		left: 0;
		bottom: 3px;
		font-size: 11px;
	}
	
	/*フォーム*/
	table.form-table {
		width: 100%!important;
	}
	table.form-table th {
		display: block;
		background: #f1f1f1;
	}
	table.form-table td {
		display: block;
	}
	
	.movie-wrap {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	/*サイトマップ*/
	ul.sitemap-list {
		margin-left: 5%;
	}
	ul.sitemap-list li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	/*ニュース単独*/
	.single-date {
		font-size: 13px;
		margin-bottom: 30px;
	}

	/*お知らせ一覧*/
	ul.news-list {
		width: 100%;
		margin-bottom: 20px;
	}
	ul.news-list li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	ul.news-list li h5 {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	ul.news-list ul li a {
	}

	/*アクセス*/
	.map-main {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.map-main img {
	}

}

@media print {
body {
/*A4縦*/
	width: 210mm;
	width: A4;
	background: #fff;
   -webkit-print-color-adjust: exact;
   color-adjust: exact;
	overflow-x: visible!important;
	overflow-y: visible!important;
   }
 }
@page { size: A4 } /* A4縦 */