/*
Theme Name: オール弘前プレミアム商品券_ver_01_2026
Theme URL:
Author:
Author URI:
Description: オール弘前プレミアム商品券_のテンプレート
Version: 9999
Tags:
License:
License URI:
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */

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



body{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:#333;
	font-feature-settings: "palt"/*文字詰め用*/;
}
a{
	text-decoration:none;
	color:rgba(79,52,23,1);
}
a:hover{opacity:0.8;}
a:hover img{}

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



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

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

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

.btn a:hover{
	opacity: 0.8;
}


/*事業ボタン*/
.btn.btn_b a{background:#15AF28;}

/*市民ボタン*/
.btn.btn_c a{background:#DD3434;}


/*ボタン大きい*/
.btn.btn_big a{
	font-size: clamp(20px, 3vw, 24px);
	line-height: 60px;
	border-radius: 50px;
}

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


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

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

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


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



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




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

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

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

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


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


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

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


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

/*共通リスト*/

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

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

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

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

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


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


/*事業者*/
.bus-color{color:#15AF28;}
.bus-bg{background-color:#15AF28;}
/*市民*/
.cit-color{color:#DD3434;}
.cit-bg{background-color:#DD3434;}


/*テーブル風*/




@media screen and (min-width: 581px){
.tbl{display:flex;flex-wrap:wrap;}
.tbl .th-box{width:18em;}
.tbl .td-box{flex:1;}
}
.tbl{
	margin-bottom:3px;
	border:solid 1px #fff6e1;
}
.tbl .th-box{
	padding:1rem;
	font-weight:bold;

	background:#fff6e1;
	font-size: clamp(13px, 1.5vw, 16px);
}
.tbl .td-box{
	padding:1rem;
}
@media screen and (max-width: 580px){
.tbl{margin-bottom:1rem;}
}


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


/* Header
----------------------------------------------------------------- */
header{
	width:100%;
	box-sizing:border-box;
	position:relative;
	background-image: 
		url('img/bg-sakura.svg'),
		url('img/bg-apple.svg'),
		url('img/bg-apple.svg'),
		linear-gradient(180deg, #60E9FF, #00BBD8);
	background-repeat: 
		repeat-x,
		no-repeat,
		no-repeat; 
	background-position:
		left top,
		left 50px bottom 50px,
		right 50px bottom 50px;
	background-size:
		50%,
		10%,
		15%;
}

.header-in{
	max-width:1200px;
	margin:0 auto;
	padding: 5rem 1rem;
}

.header-in .sub-txt{
	text-align: center;
	color: #fff;
	font-size: clamp(11px, 2.5vw, 25px);
	font-weight: bold;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
	margin-bottom: 2rem;
}
@media screen and (max-width: 480px){
	#other_page .header-in .sub-txt{
		text-align: left;
		margin-bottom: 0;
	}
}
#other_page .header-in{
	max-width: 800px;
	padding: 3rem 1rem;
}

@media screen and (max-width: 960px){
#other_page .header-in{
	padding: 1rem;
	margin: 0 60px 0 0;
}

}

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

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

.header-nav{
	position:relative;
	z-index:99;
	padding:0;
	background:#fff;
}


.header-nav-in{
	max-width:1000px;
	margin: auto;
	border-radius:10px;
}
.h_nav{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	box-sizing:border-box;
}
.h_nav li {
	text-align: center;
	flex:1;
	padding:1rem;
	box-sizing:border-box;
}
.h_nav li a{
	color:rgb(79,52,23);
	display:block;
	font-weight:bold;
	padding:10px 0.5rem;
	line-height:34px;
	font-size:clamp(13px, 2vw ,16px);
	position:relative;
	border-radius: 30px;
}

.h_nav li a.cit-bg,
.h_nav li a.bus-bg{
	color:#fff;
}



.h_nav li.sp-nav{display:none;}

}

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

.header-nav{}

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

/*ハンバーガー内のナビ*/
.h_nav{margin-bottom:0;}
.globalMenuSp-in .h_nav li a,
.sp-nav > li > a{
	color: #000;
	font-size: clamp(14px, 2vw, 18px);
	line-height: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-size: 10px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	        margin-bottom: 2px;
}

.globalMenuSp-in .h_nav li a.cit-bg,
.globalMenuSp-in .h_nav li a.bus-bg{color:#fff;}

.globalMenuSp-in .h_nav li a{padding:10px 0 10px 18px;}
.sp-nav > li > a{padding:10px 0;}
.sp-sns_nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:auto;
	margin-bottom:1rem;
}
.sp-sns_nav li{padding:0 1rem;}
}

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


/* footer
---------------------------------------------------------------- */
footer{
	background:#f8f8f8;
	padding:4rem 2rem;}
@media screen and (max-width: 480px){
	footer{padding:2rem 1rem;}
}
.f_inner{
	max-width:1200px;
	margin:0 auto;
}
.f_nav {margin:1rem 0 0;}
.f_nav li{
	margin-bottom:1rem;
}

/*インスタバナー*/
.insta-bnr{
	text-align:center;
	margin-bottom: 4rem;
}

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

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


#single .tit-wrap{

}

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

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

/*記事内*/

#single .entry_content{padding:4rem 1rem;}


#single .entry_content h1:not(.not){
	font-size:clamp(22px, 3vw, 32px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h2:not(.not){
	font-size:clamp(20px, 2.75vw, 28px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h3:not(.not){
	font-size:clamp(18px, 2.75vw, 22px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h4:not(.not){
	font-size:clamp(16px, 2.75vw, 20px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h5:not(.not){
	font-size:clamp(13px, 2.5vw, 18px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h6:not(.not){
	font-size:clamp(14px, 2.25vw, 18px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content p:not(.not){
	font-size:clamp(13px, 2vw, 16px);
	margin-bottom:2rem;
}
#single .entry_content a{
	text-decoration:underline;
}

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

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



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

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

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

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

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

}

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


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

/* ==========================================================================
   main内共通
========================================================================== */

#category{padding:4rem 2rem;}

main .entry_content{
	max-width:1000px;
	margin:0 auto;
	min-height: 200px;
	padding: 4rem 1rem;
}

.tit{margin-bottom:2rem;}
.tit h2{text-align:center;}
.tit .sub-tit{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.5rem;
	color:rgb(243 175 46);
}

/*固定ページのタイトル*/
.tit-wrap{
	padding:3rem 2rem;
	background:#f8f8f8;
	text-align: center;
}

.tit-wrap.business{background:#15AF28;}
.tit-wrap.citizen{background:#DD3434;}

.tit-wrap.business h1,
.tit-wrap.citizen h1{color:#fff;}


.tit-wrap .sub-title{
	font-size:clamp(16px, 2.25vw, 18px);
	line-height:1.5em;
	margin-bottom:1rem;
}
.tit-wrap.business .sub-title,
.tit-wrap.citizen .sub-title{color:#fff;}




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


#news{
 background: #fffbea;
}
#news .cont{
	max-width:900px;
	margin:0 auto;
}



.news-list{margin-bottom:2rem;}
.news-list > li{
	display:flex;
	flex-wrap:wrap;
	align-items: start;
	padding:1rem 0;
	border-bottom:solid 1px #d7cdc8;
}

.news-list > li time{
	width:7em;
	padding:4px;
}


.news-list > li .cat{
	width:6em;
	
}
.news-list > li .cat{
	display:inline-block;
	text-align:center;
	padding:4px 8px;
	border-radius:20px;
	color:#fff;
	margin-right: 1rem;
}
.news-list > li .cat.business_news{background-color:rgb(21 175 40);}
.news-list > li .cat.citizen_news{background-color:rgb(221 52 52);}

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

@media screen and (max-width: 480px) {
	.news-list > li a{flex:unset;width:100%; margin-top:.5rem;}
}










/*問い合わせフォーム*/
.form_tbl{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:3px;
	border:solid 1px #fff6e1;
	
}
.form_tbl h3{
	padding:calc(1rem + 5px) 1rem;
	width:18em;
	background:#fff6e1;
	font-size: clamp(13px, 1.5vw, 16px);
}
.form_tbl .in-box{
	flex:1;
	padding:1rem;
}
.form_tbl h3 .hissu{
	font-size:clamp(11px, 1.25vw, 14px);
	display:inline-block;
	padding:3px 5px;
	background: #e50000;
	color: #fff;
	line-height: 1em;
	margin-right: 5px;
	border-radius: 5px;
}
.form_tbl h4{font-size: clamp(13px, 1.5vw, 16px);}

.form_tbl p{
	flex:1;
	margin-bottom:0!important;
}
.form_tbl input, textarea{
	box-sizing:border-box;
	padding:5px;
	border:solid 1px #d5d5d5;
	border-radius:5px;
	line-height:1.5em;
	font-size:clamp(13px, 1.5vw, 16px);
}
.form_tbl textarea{
	width: 100%;
}
.form_tbl .textarea span{display:block;}
.form_tbl input[type=checkbox]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.form_tbl input[type="text"],
.form_tbl input[type="email"],
.form_tbl input[type="tel"]{
	width: 100%;
	max-width: 500px;
}
.form_tbl input.form-input{
	max-width:12em;
	margin-right: 5px;
	margin-bottom: 5px;
}

.form_tbl .name{min-width:5em;}
.form_tbl input[type=radio]{
	position: relative;
	margin-right:5px;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_tbl input[type=radio]:checked:before{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4CAF50;
  content: '';
}

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

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

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


.wpcf7-validates-as-number{margin-bottom:8px;}
.hidden-field {
    display: none !important;
}

/*indexの概要*/
#gaiyou.business{
	background:#f1fff2;
}

#gaiyou .inner{
	max-width:860px;
}

#gaiyou .sub-tit span{
	color:#fff;
	background:#15AF28;
	display:inline-block;
	font-size:clamp(18px, 2.5vw, 21px);
	padding:1rem;
	font-weight:bold;
}
#gaiyou .tit h2{
	font-size:clamp(22px, 3.5vw, 32px);
	color:#15AF28;
	font-weight:bold;
}

#gaiyou .cont .box{
	margin-bottom:2rem;
}

#gaiyou .cont .box h3{
	text-align:center;
	margin-bottom:1rem;
}
#gaiyou .cont .box p.kikan{
	font-size: clamp(22px, 3.5vw, 28px);
	text-align: center;
	font-weight: bold;
}
#gaiyou .cont .box p.kikan span{
	font-weight: bold;
	display:inline-block;
}

#gaiyou .cont .box p.kikan span.min{
	color: #fff;
    display: inline-block;
    background: #e91e1e;
    font-weight: bold;
    padding: 0 6px;
    margin-right: 8px;
	font-size: .8em;
    line-height: 1.5em;
}


#gaiyou .cont .box p.sub-kikan{
	text-align: center;
	/*font-weight: bold;*/
}
#gaiyou .cont .box p.sub-kikan span{
	color:#fff;
	display:inline-block;
	background:#15AF28;
	font-weight: bold;
	padding:0 6px;
	margin-right: 8px;
}
#gaiyou .cont .box p.sub-kikan b{
	font-weight:bold;
}


#gaiyou .cont .box.paper ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
	gap: 20px;
	justify-content: center;
}
#gaiyou .cont .box.paper ul li{
	width:calc((100% - 20px) / 2);
	text-align:center;
}
#gaiyou .cont .box.paper ul li h4{
	font-size: clamp(11px, 2.25vw, 16px);
}


/*indexの概要 市民の方*/
#gaiyou2.citizen{
	background:#FFF6F3;
}

#gaiyou2 .inner{
	max-width:860px;
}

#gaiyou2 .sub-tit span{
	color:#fff;
	background:#DD3434;
	display:inline-block;
	font-size:clamp(18px, 2.5vw, 21px);
	padding:1rem;
	font-weight:bold;
}
#gaiyou2 .tit h2{
	font-size:clamp(22px, 3.5vw, 32px);
	color:#DD3434;
	font-weight:bold;
}

#gaiyou2 .cont .box{
	margin-bottom:2rem;
}

#gaiyou2 .cont .box h3{
	text-align:center;
	margin-bottom:1rem;
}
#gaiyou2 .cont .box p.kikan{
	font-size: clamp(22px, 3.5vw, 28px);
	text-align: center;
	font-weight: bold;
}
#gaiyou2 .cont .box p.kikan span{
	font-weight: bold;
	display:inline-block;
}

#gaiyou2 .cont .box p.kikan span.min{
	color: #fff;
    display: inline-block;
    background: #e91e1e;
    font-weight: bold;
    padding: 0 6px;
    margin-right: 8px;
	font-size: .8em;
    line-height: 1.5em;
}


#gaiyou2 .cont .box p.sub-kikan{
	text-align: center;
}
#gaiyou2 .cont .box p.sub-kikan span{
	color:#fff;
	display:inline-block;
	background:#15AF28;
	font-weight: bold;
	padding:0 6px;
	margin-right: 8px;
}
#gaiyou2 .cont .box p.sub-kikan b{
	font-weight:bold;
}


#gaiyou2 .cont .box.paper ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
	gap: 20px;
	justify-content: center;
}
#gaiyou2 .cont .box.paper ul li{
	width:calc((100% - 20px) / 2);
	text-align:center;
}
#gaiyou2 .cont .box.paper ul li h4{
	font-size: clamp(11px, 2.25vw, 16px);
}


/*m_nav*/
#m_nav .cont{
	display:flex;
	flex-wrap:wrap;
	max-width:1000px;
	margin:0 auto;
		gap:4rem;
}

#m_nav .cont .box{
	width:calc((100% - 4rem) / 2);
}

#m_nav .cont .box a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	aspect-ratio: 5 / 3;
	border-radius:30px;
	color: #fff;
}

#m_nav .cont .c_box a{background:#DD3434;}
#m_nav .cont .b_box a{background:#15AF28;}


#m_nav .cont .box a h2{font-size:clamp(16px, 3.5vw, 28px);}
#m_nav .cont .box a p{font-size:clamp(11px, 2.5vw, 21px);font-weight: bold;}


@media screen and (max-width: 1100px){
#m_nav .cont{gap:2rem;}
#m_nav .cont .box{width:calc((100% - 2rem) / 2);}

}

@media screen and (max-width: 768px){
	#m_nav .cont .box a{
		aspect-ratio: 5 / 4;
	border-radius:15px;
	}
	#m_nav .cont .box a img{width:20%;}
}

@media screen and (max-width:480px){
	#m_nav .cont {gap: 1rem;}
	#m_nav .cont .box{width:calc((100% - 1rem) / 2);}
}

@media screen and (max-width:380px){
	#m_nav .cont .box a h2{font-size:clamp(15px, 3.5vw, 28px);}
#m_nav .cont .box a p{font-size:clamp(13px, 2.5vw, 21px);}
}


/*事業者の方*/
#gaiyou .cont2 .box{
	margin-top:4rem;
	margin-bottom:4rem;
}

#gaiyou .cont2 .box h3{
	padding: 0.5rem 1rem;
	background: #ecffef;
	border-left: solid 3px #15af28;
	margin-bottom: 1rem;
}

#gaiyou .cont2 .box p{
	margin-bottom:1rem;
}

#gaiyou .cont2 .box .btn-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}


#gaiyou .tokurei-box{
	padding: 2rem 2rem 1rem;
	border: solid 1px #15af28;
}

#gaiyou .setumeikai{
	    padding: 2rem;
    border: solid 1px #15af28;
    font-weight: bold;
}

#bus_form h2{
	background:#15af28;
	padding:.5rem 1rem;
	margin-bottom: 1rem;
	color:#fff;
}
#bus_form p{
	margin-bottom:1rem;
}

#bus_form h3.tit{
	padding: 0.5rem 1rem;
	background: #ecffef;
	border-left: solid 3px #15af28;
	margin-bottom: 1rem;
}

#bus_form .notes{
	padding:1rem;
	background:#fff6e1;
	margin-bottom:2rem;
	border-radius:15px;
}
#bus_form .notes p{
	font-size:clamp(11px, 1.5vw, 15px);
	margin-bottom:0;
}


/*市民の方*/
#bus_form h2.cit{
	background:#DD3434;
}
#gaiyou .cont2 .box h3.cit,
#bus_form h3.cit{
	background: #FFF6F3;
	border-left: solid 3px #DD3434;
}



/*個人情報保護方針*/


#policy .box{
	margin-bottom:4rem;
}
#policy .box h2{
	margin-bottom: 2rem;
}
#policy .box p{margin-bottom:2rem;}



/*使用可能店舗*/

.shop_search{
	margin-bottom: 4rem;
}
.shop_search input{
	box-sizing:border-box;
	padding:5px;
	border:solid 1px #d5d5d5;
	border-radius:5px;
	line-height:1.5em;
	font-size: clamp(11px, 1.5vw, 14px);
}

.shop_search label{
	font-size: clamp(11px, 1.5vw, 14px);
	margin: 0.5em 0 0.5em 1em;
    display: inline-block;
}


@media screen and (min-width: 581px){
	.shop_search .keyword,
	.shop_search .ticket_check,
	.shop_search .category_check{
	display: flex;
	align-items: center;
	justify-content: center;
	}
}
.shop_search .keyword,
.shop_search .ticket_check,
.shop_search .category_check{
		padding:1rem;
}


.shop_search .keyword,
.shop_search .category_check{
	background:#f3f3f3;
}
.shop_search .keyword p,
.shop_search .ticket_check p,
.shop_search .category_check p{
	font-size: clamp(11px, 1.5vw, 14px);
	margin-right:1rem;
	font-weight: bold;
	min-width: 15em;
}
.shop_search .keyword .item,
.shop_search .ticket_check .item,
.shop_search .category_check .item{
	flex:1;
}


.shop_search .ticket_check input,
.shop_search .category_check input{
	transform: scale(1.25);
	position: relative;
	top: -2px;
}

.shop_search .submit-wrap{
	padding: 1rem;
	text-align: center;
}
.shop_search .submit-wrap button[type=submit]{
	padding: 10px 30px;
	background: #69c;
	border: solid 1px #69c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size:clamp(14px, 1.5vw, 16px);
	min-width:200px;
}


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

.shop_search .keyword p,
.shop_search .ticket_check p,
.shop_search .category_check p{margin-bottom:8px;}

}

/*◯件ありました*/
.result_info{
	padding: 1rem;
	background:#f3f3f3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#04bdda;
	color:#fff;
	margin-bottom: 2rem;
}
.result_info .num-wrap{font-size: clamp(11px, 1.5vw, 14px);}
.result_info .ynj-wrap{font-size: clamp(9px, 1.25vw, 16px);}

.result_info .num-wrap span{font-size:clamp(18px, 2.5vw, 21px);font-weight:bold;}

@media screen and (max-width: 580px){
	.result_info{margin-bottom: 1rem;}
}


@media screen and (min-width: 581px){
.shop_list{
	display: flex;
	flex-wrap:wrap;
	gap:2rem;
}
.shop_list li{
	width:calc((100% - 2rem) / 2);
	
}
}

.shop_list li{
	padding:2rem;
	border:solid 1px #ccc;
	box-sizing: border-box;
}

.shop_list li .ticket{
	margin-bottom:8px;
}


.shop_list li .ticket .ticket_all,
.shop_list li .ticket .ticket_local{
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size: clamp(11px, 1.5vw, 14px);
	padding: 4px 8px;
	line-height:1.5em;
	margin-right:3px;
}
.shop_list li .ticket .ticket_all{background:#006CB7;}
.shop_list li .ticket .ticket_local{background:#E7326D;}


.shop_list li .industry{
	font-size: clamp(11px, 1.5vw, 16px);
	margin-bottom:8px;
}

.shop_list li .tenpo_add,
.shop_list li .tenpo_tel{
	font-size: clamp(11px, 1.5vw, 16px);
	margin-bottom:8px;
}
.icon_map,
.tenpo_tel{line-height:1em;}
.icon_map{margin-left:8px;}
.shop-btn {padding-top:8px;}
.shop-btn a{
	font-size: clamp(11px, 1.5vw, 14px);
	font-weight: bold;
	display: inline-block;
	background: #20B934;
	padding: 0 1rem;
	line-height: 2em;
	border-radius: 15px;
	color: #fff;
}


@media screen and (max-width: 580px){
	.shop_list li{margin-bottom:1rem;}
	
}

#gaiyou .cont2 .box_border{
	padding: 2rem 1rem 0 1rem;
	border: solid 2px #05beda;
	position:relative;
}

#gaiyou .cont2 .box_border .num{
	position: absolute;
	z-index: 2;
	font-size: 24px;
	line-height: 60px;
	aspect-ratio: 1 / 1;
	text-align: center;
	width: 60px;
	background: #e62d8a;
	left: -30px;
	top: -30px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
}

#gaiyou .cont2 .box_border .kikan{
	margin-top:1rem;
	font-size: clamp(22px, 3.5vw, 28px);
	text-align: center;
	font-weight: bold;
	background: #e62d8a;
	color: #fff;
}
#gaiyou .cont2 .box_border .kikan span{
	font-weight: bold;
	display: inline-block;
}

@media screen and (max-width: 1080px){
	#gaiyou .cont2 .box_border{margin:3rem 2rem;}
}






