.VIpgJd-ZVi9od-l4eHX-hSRGPd,.goog-te-gadget{
font-size: 12px;
    color: #fff!important;
}


/* 全体 */
.accordion-006 {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* summary（見出し部分） */
.accordion-006 > summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: bold;
  background: #f5f5f5;
  position: relative;
  list-style: none;
}

/* デフォルトの三角を消す */
.accordion-006 > summary::-webkit-details-marker {
  display: none;
}

/* カスタム矢印 */
.accordion-006 > summary::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: transform 0.3s;
}

/* 開いたとき */
.accordion-006[open] > summary::after {
  content: "−";
}

/* 中身 */
.accordion-006 .search_wap {
  padding: 16px;
  border-top: 1px solid #ddd;
  animation: fadeIn 0.3s ease;
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*ログイン画面消す
div#wpadminbar {
    display: none;
}
html {
  margin-top: 0 !important;
}
*/
/* google翻訳 */
.lang-select {

}


.gwap{ 
position: absolute;
top: 10px;
right: 80px; /* ←ここがポイント */
z-index: 10;
padding: 6px 10px;
font-size: 14px;
border-radius: 6px;
border: 1px solid #ccc;
background: #fff;
}

.lang-select {
    border: none;
	outline: none;
}




a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 28px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
color:#666666;
}

/* PDFアイコン */
a[href$=".pdf"]::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("https://cdn-icons-png.flaticon.com/512/337/337946.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ダウンロードボタン */
a[href$=".pdf"]::after {
  content: "別ウィンドウで開く";
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #999999;

}

/* ===== PDFリンク（テキストだけ） ===== */
a[href$=".pdf"]:not(:has(img)) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 28px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  color: #666666;
}

/* PDFアイコン */
a[href$=".pdf"]:not(:has(img))::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("https://cdn-icons-png.flaticon.com/512/337/337946.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ボタン */
a[href$=".pdf"]:not(:has(img))::after {
  content: "別ウィンドウで開く";
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #999999;
  border-radius: 4px;
}


/* ===== バナーは装飾だけ外す（←ここ重要） ===== */
.page_bannerbox a[href$=".pdf"]::before,
.page_bannerbox a[href$=".pdf"]::after {
  content: none;
}



.year-archive summary {
    cursor: pointer;
    margin-top: 8px; 
	font-size: 1.2rem;
	text-align: center;
}

.month-link {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.1rem;
}

.over_text{
max-width:900px;
width:100%;
}


.single_tenpo_name .br {
  display: block;
}

/* ページネーション全体の中央寄せ */
.pagination-wrapper {
    text-align: center;
    margin: 40px 0;
}

/* ul をフレックスで横並び */
.pagination-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
}

/* li 内のリンク */
.pagination-wrapper li a,
.pagination-wrapper li span.current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;      /* 丸の横幅 */
    height: 36px;     /* 丸の高さ */
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;  /* 数字サイズ統一 */
    transition: all 0.2s ease;
}

/* ホバー時の色 */
.pagination-wrapper li a:hover {
    background-color: #7f6e02db;
    color: #fff;
}

/* 現在ページ */
.pagination-wrapper li span.current {
    background-color: #7f6e02db;
    color: #fff;
}














.site-title , .site-title-wrap h1{
margin:0;
}


.snswap {
display:flex;
padding:0;
    justify-content: center;
	gap:80px;
}





/* PC：横に流す */
.p-filter__block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

/* 各項目 */
.p-filter__block label {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 元のチェックボックスを消す */
.p-filter__check {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff; /* ← これ追加 */
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

/* チェック時 */
.p-filter__check:checked {
border-color: #fff;
background: #333;
}

/* 中の丸 */
.p-filter__check:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* ホバー（PC） */
.p-filter__check:hover {
  border-color: #000;
}






.searchwind {
    display: block;
    padding: 0 16px;
	 margin-top: 20px;
  }

  .p-filter__button {
    padding: 0 16px;
  }

  /* 共通 */
  .searchwind .p-filter__input,
  .p-filter__button-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }

  /* 入力欄 */
  .searchwind .p-filter__input {
    margin: 0; /* ← ここ超重要（ズレ防止） */
    height: 48px;
    padding: 0 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  /* ボタン */
  .p-filter__button-item {
    height: 48px;
    margin-top: 10px;
    padding: 0;
    border-radius: 8px;
  }

	.p-filter__heading{
		text-align:left;
		padding-top: 1.5rem;
		padding-bottom: .5rem;
		font-size:1.2rem;
		  width: 100%;
  margin-bottom: 10px;
	}



ul.post-list {
    padding: 0;
}

.postlist img {
width:260px;
height:180px;
object-fit:cover;
}


.postlist {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
flex:1;
  position: relative;
background-color: rgba(255, 255, 255, 0.5); /* 黒色を50%透過 */
}
 
.postlist:hover {
background-color: #eee;
transition: 0.3s;
transform: translateY(-10px);
border:none;
}
 
.postlist a {
display: flex;
text-decoration: none;
color:#333333;
line-height: 1.4rem;
align-items: flex-start;
gap:20px;
}
 


 

 

.postlist .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
}
 


.postlist .text h2 {
  margin-bottom: .5rem;
}
 
.postlist .text .postlist-date,
.postlist .text .postlist-author {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}
 
.postlist .text .postlist-date {
  margin-right: .5rem;
}
 
.postlist .text .postlist-author i {
  margin-right: .3rem;
}
 
.postlist .text p {
  font-size: .8125rem;
  line-height: 1.7;
}




.postlist .text-wrap {
align-self:center;
}



.place_wap dd{
	padding:0;
	margin:0;
}

.top_map img{
	width:50%;
}

.widget-archive {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
}

.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.archive-list li a {
  color: #333;
  text-decoration: none;
}

.archive-list li a:hover {
  color: #0073aa;
}

.count {
  color: #999;
  font-size: 14px;
}



.content-wrap {
    display: flex;
    gap: 30px;          /* 左右カラムの余白 */
    align-items: flex-start;
	padding-bottom:6rem;
}



/* シンプルでスタイリッシュなアーカイブタイトル */
.archive-title {
    font-size: 26px;        /* 大きめの文字で目立たせる */
    font-weight: 700;       /* 太字で強調 */
    color: #222;            /* 濃いグレーで落ち着いた印象 */
    margin-bottom: 25px;    /* 下に余白を確保 */
 margin-top: 25px;    /* 下に余白を確保 */
    line-height: 1.3;       /* 行間を広めに */
    padding: 12px 20px;     /* 内側余白でゆとりを持たせる */
    border-left: 4px solid #ccc; /* 左にアクセントライン */
    border-radius: 6px;     /* 丸角で柔らかく */
    background-color: #f9f9f9; /* 薄い背景で区切る */
}

/* カテゴリ名だけ強調する場合（オプション） */
.archive-title .cat-name {
    font-weight: 700;
}





/* サイドバー全体 */
.sidebar-month-archives {
    background-color: #f9f9f9; /* 薄い背景 */
    padding: 15px;
    border-radius: 6px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
		    margin-top: 25px;
}

/* カテゴリタイトル */
.sidebar-month-archives h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	    margin-top: 15px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
	    text-align: center;
}

/* 月別リンク */
.sidebar-month-archives .month-link {
    display: block;
    padding: 6px 0;
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s ease;
	text-align:center;
}

/* ホバー時 */
.sidebar-month-archives .month-link:hover {
    color: #005177;
    text-decoration: underline;
}

/* 件数表示を右に */
.sidebar-month-archives .month-link span {
    float: right;
    opacity: 0.8;
}




.btn-category {
    display: inline-block;
    padding: 6px 12px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 14px;
}

.btn-category:hover {
    background-color: #005177;
}


.left_wap img {
  width: 100%;
	max-width:100%;/* 左ブロック幅いっぱいに広げる */
  height: auto;      /* 縦横比を維持 */
  display: block;
flex-shrink: 0;
	object-fit:cover;
	object-position: 50% 50%;
}

.right_wap {
  flex: 1;       /* 残り幅を全部 */
}

/* 画像がない場合は全幅にする */
.tenpo_mini:not(:has(.left_wap)) {
  display: block;       /* flexをやめる */
  width: 100%;          /* content-innerいっぱいに */
}


.bottom_banner_wap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 3rem 0;
}

.bottom_banner_wap > div {
    width: 25%;
    padding: 0.5rem; /* ← marginじゃなくpaddingにする */
    box-sizing: border-box;
}

.bannercaption{
text-align:center;
font-size:.9rem;
}



.bottom_banner_wap a{
	margin:0 1rem 0 1rem;
}

.section-wap_banner {
    max-width:1200px;
    display: block;
    margin: 0 auto;
	padding: 0 0 2rem 0;
	text-align:center;
}


.snswap li , .bannerwap li , .linkwap li , .page_bannerwap li{
list-style-type:none;
text-decoration:none;
}


.f_logo{
background-image:url("../images/f_logo.svg");
background-repeat: no-repeat;
}
.x_logo{
background-image:url("../images/x_logo.svg");
background-repeat: no-repeat;
}
.i_logo{
background-image:url("../images/i_logo.svg");
background-repeat: no-repeat;
}
.y_logo{
background-image:url("../images/y_logo.svg");
background-repeat: no-repeat;
background-position:center;
}












.linkwap a ,.bannerwap a{
height:100%;
width:100%;
display:block;
	text-decoration:none;
	color:#999999;
	text-align:center;
line-height: 2.9rem;
}



.snswap a {
height:100%;
width:100%;
display:block;
text-decoration:none;
white-space: nowrap;
text-indent: 100%;
  overflow: visible;  /* ←変更 */
}







.snsbox {
height:60px;
width:60px;
}



.linkbox {
background-color:#cccccc;
box-sizing:border-box;
margin:.4rem;
height:80px;
}


.bannerwap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.bannerbox {
  flex: 1 1 240px;
}

/* リンク本体 */
.bannerbox a {
  display: block;
  padding: 18px 16px;
  text-align: center;
  text-decoration: none;
  color: #2b2b2b;
  font-size: 15px;
  letter-spacing: 0.05em;
  
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;

  transition: all 0.3s ease;
  position: relative;
}

/* 下線アクセント */
.bannerbox a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 1px;
  background: #8b6f47; /* 和風ゴールド */
  transform: translateX(-50%);
  transition: 0.3s;
}

/* hover */
.bannerbox a:hover {
  background: #faf8f5;
  border-color: #cbbfae;
}

/* 下線がスッと伸びる */
.bannerbox a:hover::after {
  width: 60%;
}






.bannerwap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
	padding:0;
}



.bannerbox {
margin:.4rem;
height:80px;
}

.page_bannerwap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	padding:0;
text-align:center;
}


.page_bannerbox {
margin:.4rem;
height:102px;
width:272px;
}


.page_bannerwap {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
}

.page_bannerbox {
  list-style: none;
  width: 280px;
  height: 120px;
}

/* 共通 */
.page_bannerbox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 8px;
overflow: visible;  /* ←変更 */
  transition: 0.3s;
}



.page_outside_bannerbox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.page_outside_bannerwap {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
	  list-style: none;
}


/* テキストボタン用 */
.page_bannerbox a:not(:has(img)) {
  background: linear-gradient(135deg, #f7f7f7, #eaeaea);
  border: 1px solid #ddd;
  color: #555;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* ホバー */
.page_bannerbox a:hover ,.page_outside_bannerbox a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* 画像ボタン */
.page_bannerbox img {
  width: auto;
  height: 110%;
  object-fit: cover;
  display: block;
}

/* 外部リンクの画像ボタン */
.page_outside_bannerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}






.link_section-wap {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
	margin-bottom:2rem;
}

.inq_section-wap {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
	margin-bottom:2rem;
}



.banner_section-wap{
    max-width: 1200px;
    display: block;
    margin: 0 auto;
	margin-bottom:3rem;
}




.decofoto {
	position: relative;
}

.decofoto::before,
.decofoto::after {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 70px;
	height: 25px;
	background-color: #fff;
	z-index: 1;
}

.decofoto::before {
	top: -10px;
	left: -25px;
	border-bottom: 1px solid #aaa;
}

.decofoto::after {
	bottom: -10px;
	right: -25px;
	border-top: 1px solid #aaa;
}



.shop_cat::before {
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
width:15px;
height:15px;
margin-bottom:3px;
margin-right:3px;
background-repeat: no-repeat;
background-color: #999999;
mask-image:url("../images/placepoint.svg");
mask-repeat: no-repeat;
mask-position: center;
}

.area_cat::before {
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
width:15px;
height:15px;
margin-bottom:3px;
margin-right:3px;
background-repeat: no-repeat;
background-color: #999999;
mask-image:url("../images/category.svg");
mask-repeat: no-repeat;
mask-position: center;
}


.shop_cat span , .area_cat span{
font-weight:bold;
color:#656565;
}

.kinds_wap, .place_wap{
margin:.5rem 0 .5rem 0;
}
.kinds_wap dl , .place_wap dl {
  display: flex;
  flex-wrap: wrap;
font-size:0.8rem;
color:#656565;
  align-items: center;     /* 垂直方向中央 */
}


.shopinfowap{
margin:0.7rem 0 .5rem .5rem;
font-size:.9rem;
}
.shopinfowap span{
line-height:1.7rem;
}

.shopinfowap a{
text-decoration:none;
color:#333333;
}


.shopinfowap span::before{
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
width:17px;
height:17px;
margin-bottom:3px;
margin-right:3px;
background-repeat: no-repeat;
background-color: #ff9933;
mask-repeat: no-repeat;
mask-position: center;
}


.shopinfowap_a::before{
mask-image:url("../images/shopinfo_a.svg");	
}
.shopinfowap_b::before{
mask-image:url("../images/shopinfo_b.svg");	
}
.shopinfowap_c::before{
mask-image:url("../images/shopinfo_c.svg");	
}
.shopinfowap_d::before{
mask-image:url("../images/shopinfo_d.svg");	
}
.shopinfowap_e::before{
mask-image:url("../images/shopinfo_e.svg");	
}

	
.post_date{
margin-top:1rem;
}

.post_wap{
margin-top:3rem;
}














.tenpo_honbun{
line-height:1.5rem;
	margin-top:1.5rem;
text-align: justify;
}

.single_honbun{
line-height:1.5rem;
text-align: justify;
}



.tenpo_minipicture{
display: grid;
gap: 1rem;
grid-template-columns: repeat(3, 1fr);
margin:1.5rem 0;
}






.mapwap{
width:100%;
height:500px;
margin:-2rem 0 3rem 0;
}

.tenpo_mini{
display: grid;
gap: 2rem;
grid-template-columns: repeat(2, 1fr);
margin:3.5rem 0 5rem 0;
}

.news_postwap{
display: grid;
gap: 2rem;
grid-template-columns: repeat(2, 1fr);
margin:3.5rem 0 5rem 0;
width:900px;
max-width:100%;
}


.news_postwap:not(:has(.left_wap)){
grid-template-columns:1fr;
}




.tenpo_mini_name{
font-size:1.35rem;	
	
}


.single_tenpo_name{
font-size:2rem;	
	
}

.spot-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
 
.spot-list:hover {
  background-color: #eee;
}
 
.spot-list a {
  display: block;
  text-decoration: none;
color:#333333;
line-height: 1.4rem;
}
 
.spot-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.spot-list .img-wrap {
  position: relative;

  line-height: 1; 
}
 
.spot-list .img-wrap img {
  width: 100%;
  max-width: 500px;
  height: 220px;
  object-fit: cover;
 margin-bottom:0.3rem;
}


 

 
.spot-list .text h2 {
  margin-bottom: .5rem;
}
 
.spot-list .text .spot-date,
.spot-list .text .spot-author {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}
 
.spot-list .text .spot-date {
  margin-right: .5rem;
}
 
.spot-list .text .spot-author i {
  margin-right: .3rem;
}
 
.spot-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
}

.spot-list .text-wrap h2 {
font-size:1.5rem;
}











.search_tag{
list-style-type:none;
margin-top:0.2rem;
}

/*個別ページ用*/
.search_tag_single{
margin-top:2rem;
	margin-left:5rem;
}

.search_wap{
max-width:100%;	
	display: flex;
    justify-content: center;
	padding: 0 3rem 2rem 3rem;
}


.search_tag_list {
	position: relative;
	display: inline-block;
	padding: .4em .3em .45em .5em;
	line-height: 1;
	text-decoration: none;
	font-size:0.8rem;
	font-weight:bold;
	color: #666666;
	z-index:100;
}




.search_tag_list--kinds::after , .search_tag_list--place::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
z-index:-50;
}

.search_tag_list--kinds::after{
  background: repeating-linear-gradient(-45deg, #ffe3c7, #ffe3c7 2px, white 2px, white 4px);
}
.search_tag_list--place::after{
  background: repeating-linear-gradient(-45deg, #c5e6c5, #c5e6c5 2px, white 2px, white 4px);
}

.search_tag_list--place::before , .search_tag_list--kinds::before {
content: '';
display: inline-block;
background-size: contain;
vertical-align: bottom;
width:15px;
height:15px;
margin-bottom:1px;
margin-right:1px;
background-repeat: no-repeat;
mask-repeat: no-repeat;
mask-position: center;
mask-image:url("../images/sharp.svg");	
}

.search_tag_list--place::before {
background-color: #5bb25b;
}

.search_tag_list--kinds::before {
background-color: #ff9328;
}







.spot-date{
	font-size:.85rem;
	line-height:1.2rem;
	margin-top:.3rem;
}






	


	


.tenpo_mini_archive{
display: grid;
gap: 2rem;
grid-template-columns: repeat(3, 1fr);
margin:5rem 0;
}
.top_map {
    max-width: 90%;
    text-align: center;
    margin: auto;
	margin-top: 3rem;
}	
	


	
.shopinfowap {
	font-size: 1rem;
}
	
dd.term-item {
    margin-right: .7rem;
    padding: .15rem;
}
	



	


.linkwap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

}	

	
.tenpo_minipicture img {
background-color: #999999;
max-width: 100%;
height: 100%;
object-fit: cover;

}

	

	
	
	
	
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}

.wp-block-table.is-style-vk-table-border table:where(:not(.has-border-color)) td {
display:none;
}




table.inquiry {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textsp , input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.mailsp ,input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.tel, input#zip ,input#pref ,input#city ,input#addr{
    height: 2.5rem;
	margin-left:0.5rem;
		width:97.5%
}
input#zip ,input#pref ,input#city ,input#addr{
margin-top:1rem;
}

td.ad {
    padding-bottom: 1rem;
}


textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.content{
		margin-left:0.55rem;
	width:97.2%;
	margin-top:1rem
}
.vertical{
vertical-align: middle;
}
span.wpcf7-not-valid-tip {
    color: red;
	display:flex;
	margin-left:1.4rem;
	font-weight:bold;
	padding-top:.2rem;
}


/*カテゴリー*/
.term-item {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
padding:1px 4px;
  border-radius: 4px;
  margin-right: 6px;
}



/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:1.2rem;
 color:#444;
 padding-right:5px;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
	padding:1.2rem 1rem 1.2rem 1rem;

}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:1rem;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:1rem;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#ffe1c3;
 color:#ffaa56;
}

.wpcf7-response-output {
    text-align: center;
	margin-bottom:5rem;
}

.screen-reader-response {
    white-space: nowrap;
    text-indent: 100%;
  overflow-x: hidden;   /* 横だけ隠す */
  overflow-y: visible;
    display: none;
}








/*サイト全体の基準となるCSSを記述*/
html {
 font-size: 15px;
}
 
body {
/*フォントの指定*/
font-family: 'BIZ UDGothic', sans-serif;

/*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
/*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}
 
/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #000;
}
 
img {
  width: 100%;
  height: auto;
}

.latelyposttitle {
  margin: 50px 0 20px;
}

.latelyposttitle h2 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.latelyposttitle h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 22px;
  background: #0073aa;
}













.related-posts .news {
right: 20px;
	top: -5px;
}

.related-posts .event {
right: 20px;
	top: -15px;
}

/* 日付 */
.related-posts .update {
    font-size: 12px;
    color: #666;
	text-align: right;
}



body.single {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.single .news_container {
    flex: 1;
}

.right_wap .update{
text-align:right;
	padding-top:0.5rem;
	margin-top:1rem;
	border-top:1px solid #999999;
}






input[type="submit"] {
  appearance: none;
}



/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#942D2F;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}












html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }


.randompost_tham{
width:100%;
height:auto;
}


.areabutton{
    margin-bottom: 30px;
	display: flex;
	  justify-content: center;
  align-items: center;
}

.areabutton a{
display:block;
text-decoration:none;
width: 100%;
	line-height: 3.5rem;
	color:#ffffff;
}

.area {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 3.5rem;
    background-color: #333333;
    margin: 10px;
    width: 100%;flex: 1;
}





.tenpo-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
margin:5rem 0;
}
 
.tenpo-list .tenpo-item {
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
}
 
.tenpo-list .tenpo-item a {
  display: block;
  text-decoration: none;
  color: #333;
}
 
.tenpo-list .tenpo-item img {
  display: block;
  width: 100%;
  height: min(22vw, 16rem);
  object-fit: cover;
}
 
.tenpo-list .tenpo-item .text-wrap {
  padding: 1rem;
}
 
.tenpo-list .tenpo-item .tenpo-cat {
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
  margin-right: .5rem;
  padding: .25rem .5rem;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}
 
.tenpo-list .tenpo-item .tenpo-date {
  font-size: .875rem;
  display: inline-block;
  vertical-align: middle;
  color: #888;
}
 
.tenpo-list .tenpo-item .tenpo-date i {
  font-size: 1rem;
  position: relative;
  top: .1875rem;
  margin-right: .125rem;
}
 
.tenpo-list .tenpo-item .text-wrap h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: .5rem;
}
 
.tenpo-list a {
text-decoration:none;
color:#333333;
}


 
.tenpo_img-wrap img {
  width: 550px;
  height: 320px;
  object-fit: cover;
 margin-right: 1.5rem;
}
















/* 新着情報一覧のページネーション */
.pagination {
  display: flex;
  justify-content: center;
  background: #f9f9f9;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
.pagination__list {
  display: none;
}
.pagination__pos {
  order: 2;
  margin: 0 1em;
  padding: 0;
}
.pagination__btn--prev {
  order: 1;
}
.pagination__btn--next {
  order: 3;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
  text-decoration: none;
}




.single-wrap h2{
font-size:1rem;
margin-bottom: 0.3rem;
padding-left:4rem;
}

.update , .catpost{
font-size:0.9rem;
position: relative;
}

.catpost{
margin-top: 0.2rem;
}

.catpost a{
color:#333333;
}

.update::before , .catpost::before{
content: '';
display: inline-block;
background-size: contain;
vertical-align: middle;
width:15px;
height:15px;
margin-bottom:3px;
margin-right:3px;
background-repeat: no-repeat;
background-color: #999999;
}

.update::before{
mask-image:url("../images/update.svg");
mask-repeat: no-repeat;
mask-position: center;
}

.catpost::before{
mask-image:url("../images/category.svg");
mask-repeat: no-repeat;
mask-position: center;
}

div.cattitle{
z-index:20;
position:absolute;
color:#ffffff;
}
	
p.event{
background-color:#ff9900;
}

p.news{
background-color:#6699cc;
}

p.news , p.event{
padding:0 0.5rem;
font-size:0.85rem;
display: inline-block;
position: relative;

top:5px;
right:10px;
}

.event:before , .news:before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 10px rgb(71, 74, 73);/*折り返し部分*/
}






/* ===============================
   ■ 共通
=============================== */
/* パンくずリスト */
.bread ul{
    list-style: none;
	font-size:0.9rem;
	font-weight:400;
	margin-top:1rem;
	padding:0;
  }

.bread li{
    display: inline;color: #633513;
  }

.bread li a{
color: #633513;
text-decoration: none;
padding-right:0.5rem;
margin-right:0.5rem;
	opacity:0.8;

}

.bread li a:hover{
color: #633513;
opacity:1!important;
}

div#breadcrumb li a ::after{
content: ' ＞';
position: absolute;
}




.newslist{
text-decoration:none;
list-style:none;
}






.detail{
width:40%;
line-height:3rem;
color:white;
background-color:#333333;
text-align:center;
margin:3rem auto;
border-radius:10px;
}

.detail a{
width:100%;
display:block;
color:white;
text-decoration:none;
}

.article-item {
 margin-bottom: 2rem;
}

.article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
flex:1;

}
 
.article-list:hover {
background-color: #eee;
transition: 0.3s;
transform: translateY(-10px);
border:none;
}
 
.article-list a {
  display: block;
  text-decoration: none;
color:#333333;
line-height: 1.4rem;
 align-items: flex-start;
}
 
.article-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.title {
    padding-left: 4rem;
}
 

.article-list .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
}
 


.article-list .text h2 {
  margin-bottom: .5rem;
}
 
.article-list .text .article-date,
.article-list .text .article-author {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}
 
.article-list .text .article-date {
  margin-right: .5rem;
}
 
.article-list .text .article-author i {
  margin-right: .3rem;
}
 
.article-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
}






/* 画像サイズはそのまま維持 */
.article-list .img-wrap img {
  width: 240px;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* marginで押してたのを解除 */
.article-list .text {
  margin-left: 0;
}

/* clearfixの名残を無効化 */
.article-list a:after {
  display: none;
  content: none;
}


.related-wrap.related-posts{
display:flex;
gap:15px;
padding-bottom:3rem;
}


.sikiri{
border-top: 2px dotted #333333; /* 点線 */
}

.ms-edit-frontend {
    text-decoration: none !important;
    font-size: 18px;
	display: none;}


.ml-slider-3-40-0{
height:80vh;
	
}



@keyframes scroll-anim {
  0% {
    opacity: 0;
    translate: 0 -10px;
  }
  5% {
    opacity: 0;
    translate: 0 -10px;
  }
  10% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
  }
}



.menu-btn {
position: fixed;
top: 10px;
right: 10px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 100;
background-image:url("../images/b-menu.png");
background-repeat:no-repeat;
text-align:center;
background-position:center;
opacity: 0;
animation: scroll-anim linear;
animation-timeline: scroll();

}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {

    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 25px 0;
    position: relative;
	text-align: center;
}
.menu-content ul li a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 30px;
}

.menu-line {
  border-top: 1px dotted #fff;
}

.menu-line:first-child {
  border-top: none;
}

.menu-content {
    width: 250px;
    height: 103%;
    position:fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #333333;
    transition: all 0.5s;/*アニメーション設定*/
	opacity:0.8;
}


#menu-btn-check:checked ~ .menu-content {
    left: 0%;/*メニューを画面内へ*/
}





.page_top {
position:fixed;
bottom:3rem;
right:10px;
width: 50px;
height: 50px;
padding:0.5rem;
-moz-border-radius: 15%;
border-radius:15%;
color:#fff;
font-size:0.7rem;
text-decoration:none;
background:#999999;
text-align: center;
line-height: 50px;
}

.page_top:hover {
background:#000000;
}


/*シングルの*/
.s_content-inner{
max-width:900px;
display:block;
margin:0 auto;
padding:0 1rem;
}





.navbutton {
  display: none;
}

.container-wap{
width:100%;
}

.content-inner{
max-width:1200px;
display:block;
margin:0 auto;
padding:0 1rem;
min-width: 0;
flex: 1;
}

.news_container {
max-width: 1200px;
margin: 0 auto;
width: 100%;
flex: 1;
}
 
.contents {
background-color: #a5e2ff;
}
 


	
.menu-btn {
position: fixed;
top: 10px;
right: 10px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 100;
background-image:url("../images/b-menu.png");
background-repeat:no-repeat;
text-align:center;
background-position:center;
opacity: 100;
animation: scroll-anim linear;
animation-timeline: scroll();
}

.article-list {
padding: .5rem;
}
 
.article-list .img-wrap .cat-data {
font-size: .6rem;
}
 
.article-list .text {
margin-left: 140px;
padding: 0;
}
 
.article-list .text h2 {
font-size: 1rem;
 margin-bottom: 0;
}
 
.article-list .text p {
display: none;
}
 
 .article-list .text .article-date,
 .article-list .text .article-author {
font-size: .625rem;
margin-bottom: 0;
}
 
.article-list .text .article-date {
margin-right: .2rem;
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

html{
scroll-behavior: smooth;
}
	
.text-wrap h2, .newslist h2, .single_title {
font-size: 1.3rem;
margin-bottom: 0rem;
min-height: 0px;
}	
	
.kinds_wap dl, .place_wap dl {
margin: 0;
}

.shop_cat ,.area_cat{
margin:0;
padding:0;
}	

.content-inner{
margin-top:0;

}
	
.content-inner_2column{
margin-top:0;
border-right: 1px solid #999999;
border-image: linear-gradient(180deg, #999999, #FFF);
border-image-slice: 1;
}


/* ===============================
   ■ ヘッダー
=============================== */	
.header-nav-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 230px;
  /*タイトル分の余白をあけておく*/
  transform: translateY(-50%);
}
 
.header-nav {
  font-size: 0;
}
 
.header-inner li {
  font-size: 1rem;
  display: inline-block;
 margin-right: 1rem;
}

.header-inner li a {
  display: block;
  text-decoration: none;
color:#ffffff;
}
 
.header-inner li a:hover {
color:#ffcc00;
}

.header-wap{
background-color: #333333;
width:100%;
height:110px;
}
 
.header-inner{
height: 100%;
display:flex;
text-align:right;
justify-content:space-between;
align-items: center;
}

.header-inner_nav{
padding-right:60px;
margin-top:30px;
}






/* ===============================
   ■ フッター
=============================== */	

.footer-wap{
background-color: #333333;
}

.footer-inner{
box-sizing: border-box;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding: 1.25rem;
}

.foot_text{
color:#ffffff;
text-align:center;
font-size:0.8rem;
font-weight:lighter;
}
	
.foot_text_google{
color:#ffffff;
font-size:0.7rem;
text-align:center;
margin:0;
padding:1rem 1rem 1rem 1rem;
}	

.foot_text_google_wap{
background-color:#666666;
max-width: 100%;
word-break: break-all;
}	


/* ===============================
   ■ トップページ
=============================== */	

/*　各タイトルのアイコン　*/
.look{
background-image:url("/main/wp-content/uploads/2023/10/b1b.png");
}
.eat{
background-image:url("/main/wp-content/uploads/2023/10/b2b.png");
}
.play{
background-image:url("/main/wp-content/uploads/2023/10/b3b.png");
}
.stay{
background-image:url("/main/wp-content/uploads/2023/10/b4b.png");
}

.look,.eat,.play,.stay{
background-repeat:no-repeat;
text-align:center;
background-position:center;
}

/*　トップページのsection　*/

.outside_section-wap {
    max-width: 75%;
    min-height: 100%;
    display: block;
    margin: 0 auto;
	padding:5% 0;
	margin-top: 0rem;
	border-top:1px solid #999999;
}


.section-wap {
    max-width: 75%;
    min-height: 100%;
    display: block;
    margin: 0 auto;
	padding:5% 0;
	margin-top: 0rem;
}
	
.section-wap h3{
display:none;
}


.section01{
    width: 80%;
    margin: 0 auto;
}

.section02{
background-image:url("/main/wp-content/uploads/2023/10/img01.jpg");
}

.section03{
background-image:url("/main/wp-content/uploads/2023/10/img02.jpg");
}

.section04,.section05{
background-image:url("/main/wp-content/uploads/2023/10/img03.jpg");
}

.section02,.section03,.section04,.section05{
background-size: cover;
 background-repeat: no-repeat;
background-position: center;
height:100%;
}

.section06{
	background-color:#f0f0f0;
}

.section08{
	padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}

.section07 ,.section09{
	background-color:#f0f0f0;
	padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}

.section-title{
text-align:center;
font-size:2rem;
padding-bottom:3rem;
text-indent:100%;
white-space:nowrap;
  overflow: visible;
margin: 0;
}

.section-title02{
text-align:center;
font-size:2rem;
padding:3rem 0;
}


/* ===============================
   ■ 固定ページのサイドバー
=============================== */	
.sidebar-page {
width:180px;
background-color: aliceblue;
padding: 1.5rem;
height: 100vh;
}

.sidebar{
	width:250px;
	list-style-type:none;
	display:block;
}

.page_titleimg img {
  width: 872px;
  height: 200px;
  display: block;
}


/* ===============================
   ■ レスポンシブ
=============================== */	

/*　画面幅が 768 以下 の場合 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width: 768px) {
	
	
.header-inner_nav{
display:none;
}	
	
	
.detail {
    width: 75%;
}
	
	
	
.menu-content {
    width: 100%;
}
	
.tenpo-list .tenpo-item img {
height: 32vw;
}
	
.tenpo-list {
display: grid;
gap: 2rem;
grid-template-columns: repeat(2, 1fr);
margin:5rem 0;	
}	
	
.sidebar-month-archives {
padding: 10px;
}
	
.sidebar-month-archives h3 {
text-align: center;
}
	
 .sidebar-month-archives .month-link {
font-size: 14px;
}
	
.archive-title {
font-size: 20px;
padding: 10px 15px;
}
	
.inq_section-wap h3 {
padding-bottom: 0;
}	
	
.single_honbun {
width:95%;
margin:0 auto;
}	

.left_wap {
width: 100%;
}	
		
.content-wrap {
display:block;
}
	
.news_postwap {
display:block;
width:100%;
margin:0;
}	
	
.tenpo_mini {
display:block;
margin:0;
}	
	
.tenpo_mini_archive {
display:block;
}	
	
.spot-list .img-wrap img {
width: 100%;
}
	
.single_tenpo_name {
font-size: 1.5rem;
text-align: center;
position: relative;
z-index: 200;
font-weight: 600;
letter-spacing: .05em;
}
	
.related-wrap.related-posts {
display:block;
padding-bottom:0rem;
}	
	
	
.bread ul {
margin-top: 1rem;
padding: 0;
z-index: 1000;
position: sticky;
}
	
.postlist a {
display: block;
}
	
.postlist img {
width: 100%;
height: 180px;
object-fit: cover;
}
	
.mapwap{
margin:0;
}
	
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
	
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
	
.sidebar{
	width:100%;
text-align:center;
}		
	
	.sidebar img {
  width: 100%;
  max-width: 300px; /* 好きな幅に調整OK */
  height: auto;
  display: block;
  margin: 0 auto;
}
	
	
	
}	


/*　画面幅が 480px 以下 の場合 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media(max-width: 480px) {

	
	
.content-inner{
border:none;
}	
	
	
	
	
	
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.content{
	width:95%;
}	
	
	
	
	
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textsp , input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.mailsp ,input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.tel, input#zip ,input#pref ,input#city ,input#addr{
		width:95%
}
	
.page_titleimg img {
        width: 100%;
        height: auto;
        max-width: 900px;
        max-height: 140px;
    }
	
	
.bannerbox {
width:80%;
margin:0 auto;
margin-bottom:1rem;
}
	
.snswap {
display: grid;
grid-template-rows: repeat(1, minmax(6.5rem, auto));
grid-template-columns: repeat(2, 8rem);
place-content: center;
place-items: center;
padding:0;
gap:30px;
}

.bannerwap ,.page_outside_bannerwap{
display: block;
justify-items: center;
}

.page_outside_bannerwap img{
margin-bottom:2rem;
}	
	
	
.page_bannerwap {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;    /* 横中央 */
  padding: 0;
  margin: 0 auto;
	gap:5px;
}
	
	
	
	
.tenpo-list {
display: block;
gap: none;
grid-template-columns: none;
}
 
.tenpo-list .tenpo-item {
margin-bottom: 2rem;
}
 
.tenpo-list .tenpo-item img {
height: 60vw;
}	

.random-post{
margin-bottom:2rem;
}

.areabutton{
margin-bottom: 30px;
display: block;
}

.bottom_banner_wap div{
width:47.9%;
padding:.1rem;
}
	
.bottom_banner_wap a{
width:47.9%;
display: contents;
}

	

	

.gwap select {
padding: 0;
}
	
	
.site-title-wrap img{
width:95%;
}	
	
	
	
	
}