/*
Theme Name: 青森県商工団体連合会_ver_01_2025
Theme URL:
Author:
Author URI:
Description: 青森県商工団体連合会_のテンプレートver01
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
   ----------------------------------------------------------------- */
.serif{
	font-family:"Noto Serif JP", serif;
	font-weight: 500;
  font-style: normal;
}
body{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
	color:#333;
	/*max-width:2400px;*/
	margin:0 auto;
	letter-spacing: 1px;
	/*font-feature-settings: "palt";*/
	background-color:#f8f8f8;
}
.bg-w{background-color:#fff;}
a{
	text-decoration:none;
	color:#333;
}
a:hover{opacity:0.8;}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
}

figcaption{
	text-align:center;
	font-size:clamp(13px, 1.5vw, 16px);
	line-height:1.5em;
	margin:5px 0;
}

ol{list-style:none}



/* ==========================================================================
   共通
========================================================================== */
html{
	font-size:clamp(13px, 2vw, 16px);
	scroll-padding-top: 50px;/*追従headerの高さ指定*/
}
main{/*overflow:hidden;*/}

/*文字寄せ*/
.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(11px, 1.5vw, 16px);
	box-sizing:border-box;
	line-height:40px;
	text-align:center;
	min-width:220px;
	display:inline-block;
	margin:0 auto;
	border:solid 2px #FF4E4E;
	background-color:#fff;
	color:#FF4E4E;
	font-weight:bold;
	border-radius:22px;
}
.btn a:after{
	content:" ";
	display:inline-block;
	background-image:url(img/arrow02.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	width:6px;
	height:10px;
	margin-left: 5px;
}
.btn a:hover{color:#fff;background:#FF4E4E;opacity:1;}
.btn a:hover:after{background-image:url(img/arrow02-w.svg);}

.btn-list {text-align:center;}
.btn-list li{
	display:inline-block;
	margin-right:8px;
	margin-bottom:8px;
}
.btn-list li a{
	font-size:clamp(11px, 1.5vw, 16px);
	box-sizing:border-box;
	line-height:40px;
	text-align:center;
	display:inline-block;
	margin:0 auto;
	border:solid 2px #FF4E4E;
	background-color:#fff;
	color:#FF4E4E;
	font-weight:bold;
	border-radius:22px;
	padding: 0 1rem;
}
.btn-list li a:after{
	content:" ";
	display:inline-block;
	background-image:url(img/arrow02.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	width:6px;
	height:10px;
	margin-left: 5px;
}
.btn-list li a:hover{color:#fff;background:#FF4E4E;opacity:1;}
.btn-list li a:hover:after{background-image:url(img/arrow02-w.svg);}
/*外部リンクボタン*/
.btn-blank {text-align:center;}
.btn-blank a{
	font-size:clamp(13px, 2vw, 14px);
	box-sizing:border-box;
	border-radius:25px;
	line-height:35px;
	padding:0.25rem 1.5rem 0.25rem 1.5rem;
	position: relative;
	background:rgb(252,130,136);
	color:#fff;
	text-align:center;
	min-width:160px;
	display:inline-block;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin:0 auto;
}
.btn-blank a:after{
	content:" ";
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:.5rem;
	background-image:url(img/icon-blank.svg);
	bakcground-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}
.btn a:hover{opacity: 0.8;}

/*ショップ関連ボタン*/
.shop-btn {
	text-align:center;
}
.shop-btn a{
	font-size: clamp(13px, 2vw, 18px);
	box-sizing: border-box;
	line-height: 1.25em;
	text-align: center;
	min-width: 240px;
	display: inline-block;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: bold;
	color:#fff;
	background:#bf0808;
	padding:1rem calc(2rem + 9px) 1rem 1rem;
	box-sizing:border-box;
	    position: relative;
}
.shop-btn a:after{
	content:" ";
	display:inline-block;
	background-image:url(img/icon-arrow-w.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 100%;
	width:9px;
	height:16px;
	position:absolute;
	right:1rem;
	top:calc(50% - 7px);
}
/*共通テーブル*/
table.tbl100{width: 100%;}
.tbl01 td,
.tbl01 th{
	padding: 1rem ;
	line-height: 1.5rem;
	font-size:clamp(13px, 1.5vw, 16px);
	border-bottom:solid 1px #ccc;
}
.tbl01{
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.tbl01 th{
	color:rgb(252,130,136);
	vertical-align: top;
	text-align: left;
}
@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;}
}



/*線なしのミニテーブル*/
.tbl-min{
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.tbl-min td,
.tbl-min th{
	padding: 0.5rem ;
	line-height: 1.5rem;
	font-size:clamp(13px, 1.5vw, 16px);
}
.tbl-min th{
	vertical-align: top;
	text-align: left;
}

/*営業時間のtable*/
.tbl-info{
	border-spacing: 2px;
	border-collapse: separate;
	max-width:300px;
	width:100%;
}
.tbl-info th,
.tbl-info td{
	font-size:clamp(14px, 1.5vw, 18px);
	color:#8B8B8B;
	background:#fff;
	padding:.5em .5em;
}
.tbl-info th{width:6em;box-sizing:border-box;}
.tbl-info .time th{
	color:#fff;
	background:#61C1BE;
	
}
.tbl-info .time td{
	font-size:clamp(14px, 2.25vw, 18px);
	color:#333;
}

/*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%;
}

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

.sec{padding:6rem 2rem;}
@media screen and (max-width: 768px){.sec{padding:3rem 2rem;}}
@media screen and (max-width: 480px){.sec{padding:2rem 1rem;}}
.inner{ 
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
}
.inner1080{
	max-width:1080px;
	margin:0 auto;
	box-sizing:border-box;
}
.inner800{
	max-width:800px;
	margin:0 auto;
	box-sizing:border-box;
}
@media screen and (max-width: 1580px){
	.inner{ /*max-width:1080px;*/}
}

/*見出し*/

/*共通の見出しサイズ*/
h1,
h2,
h3,
h4,
h5,
p{line-height:1.75em;}

h1:not(.not){font-size:clamp(28px, 3.5vw, 42px);}
h2:not(.not){font-size:clamp(24px, 3.5vw, 36px);}
h3:not(.not){font-size:clamp(20px, 3vw, 28px);}
h4:not(.not){font-size:clamp(18px, 2.5vw, 21px);}
h5:not(.not){font-size:clamp(15px, 2.25vw, 18px);}
h6:not(.not){font-size:clamp(13px, 2vw, 16px);}
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,
h6:not(.not) span{display:inline-block;}
p span{display:inline-block;}

/*共通の見出し装飾と余白*/
.bold{font-weight: 700;}
h1:not(.not){
	margin-bottom:2rem;
	font-weight: 700;
}
h2:not(.not){
	margin-bottom:1rem;
	font-weight: 700;
}

h3:not(.not){margin-bottom:1rem;font-weight: 700;}
h4:not(.not){margin-bottom:1rem;}
h5:not(.not){margin-bottom:1rem;}
p:not(.not){margin-bottom:1rem;}


/*背景に◯中央揃え見出し*/
h2.maru{
	position:relative;
	z-index:1;
	text-align:center;
	padding:2rem 0;
}
h2.maru:before{
	content:"";
	position:absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	z-index:-1;
	width:80px;
	height:80px;
	border-radius:50%;
	border:solid 10px #BBE0FF;
	box-sizing:border-box;
}
h2.maru-red{
	position:relative;
	z-index:1;
	text-align:center;
}
h2.maru-red:before{
	content:"";
	position:absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	z-index:-1;
	width:80px;
	height:80px;
	border-radius:50%;
	border:solid 10px #FFB7B7;
	box-sizing:border-box;
}
@media screen and (max-width: 480px){
h2.maru,
h2.maru-red{font-size: clamp(22px, 3.5vw, 36px);}
h2.maru:before,
h2.maru-red:before{
	width:60px;
	height:60px;
}
}




/*左に◯付き見出し3*/
h3.maru{
	position:relative;
	z-index:1;
	padding-left:clamp(22px, 3.5vw, 32px);
}
h3.maru:before{
	content:"";
	position:absolute;
	top: clamp(10px, 1vw, 14px);
  left: 0;
  margin: auto;
	z-index:-1;
	width:clamp(20px, 3vw, 28px);
	height:auto;
	aspect-ratio: 1 / 1;
	border-radius:50%;
	border:solid 5px #197bcd;
	box-sizing:border-box;
	
}
/*下線あり見出し4*/
h4.ub{
	padding:.5rem 0;
	font-weight:bold;
	border-bottom:solid 2px #197BCD;
}

/*固定ページ共通*/
.page-top{
	margin-bottom:0;
	position:relative;
	height:320px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:1rem;
	box-sizing:border-box;
}

.page-top .page-tit{
	color:#fff;
	font-size:clamp(20px, 3vw, 40px);
	font-weight:bold;
	position: relative;
	z-index: 9;
	    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing:border-box;
	text-shadow: 0 0 6px #666;
}
.page-top .pagetop-img:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background-image: linear-gradient(90deg, #808080, transparent);
	z-index:5;
	mix-blend-mode: multiply;
}
.page-top .pagetop-img img{
		position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 960px){
.page-top{height:220px;}
}
@media screen and (max-width: 480px){
.page-top{height:150px;}
}

/*共通リスト*/

/*ドットが歪んだ丸のリスト*/
ul.list01{
	margin-left: 0.5rem;
	margin-bottom:2rem;
}
ul.list01 > li{
	font-size:clamp(13px, 2vw, 16px);
	line-height: 2em;
	padding:.5rem .5rem .5rem 26px;
	position:relative;
	margin-bottom:.5rem;
}
ul.list01 > li:before{
	content: "";
	position:absolute;
	left:4px;
	top:calc(1em + 4px);
	width:10px;
	height:10px;
	background:#197BCD;
	display: block;
	border-radius:5px;
}

/*ドットが歪んだ丸のリストmini*/
ul.list01-min{
	margin-left: 0.5rem;
}
ul.list01-min > li{
	font-size:clamp(14px, 2vw, 16px);
	line-height: 1.5em;
	padding:0 0 0 26px;
	position:relative;
	margin-bottom:1rem;
}
ul.list01-min > li:before{
	content: "";
	position:absolute;
	left:4px;
	top:calc(1em / 2);
	width:10px;
	height:10px;
	background:#197BCD;
	display: block;
	border-radius:5px;
}

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

/*ドットがシンプルなリスト*/
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;}

/*inlineリスト*/
ul.list-inline > li{
	display:inline-block;
	margin-right:1rem;
	font-size:clamp(14px, 2vw, 16px);
	margin-bottom:1rem;
	line-height:1.5rem;
}

/*手前に■付きinlineリスト*/
ul.list-inline-sq > li{
	display:inline-block;
	margin-right:1rem;
	font-size:clamp(14px, 2vw, 16px);
	margin-bottom:1rem;
	line-height:1.5rem;
}
ul.list-inline-sq > li:before{
	content:"\0025a0";
	margin-right:5px;
}


/*チェックリスト*/
ul.list-check{
	margin-left: 0.5rem;
	margin-bottom:2rem;
}
ul.list-check > li{
	font-size:clamp(15px, 2vw, 18px);
	line-height: 2em;
	padding:0 0 0 26px;
	position:relative;
	margin-bottom:.5rem;
}
ul.list-check > li:before{
	content: "";
	position:absolute;
	left:4px;
	top:calc(.5em + 4px);
	width:10px;
	height:10px;
	background:rgb(255,255,255);
	display: block;
	border:solid 1px #333;
}


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;
	margin: 0 0 1rem 0;
	padding:0 0 0 26px;
	position:relative;
}
ol.list-num01 > li:before{
	position: absolute;
	left: 0px;
	counter-increment: listnum;
	content: counter(listnum) ".";
	width: 23px;
	text-align: right;
}

/*（）付き数字リスト*/

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

/*背景色用*/

/*共通Column 3→1Column*/
.col3-1{display:flex;flex-wrap:wrap;}

@media screen and (min-width: 769px){
.col3-1 > li{width:calc((100% - 2rem) / 3);margin-right:1rem;margin-bottom:1rem;}
.col3-1 > li:nth-child(3n){margin-right:0;}
}
@media screen and (min-width: 481px) and (max-width: 768px){
.col3-1 > li{width:calc((100% - 1rem) / 2);margin-right:1rem;margin-bottom:1rem;}
.col3-1 > li:nth-child(2n){margin-right:0;}
}
@media screen and (max-width: 480px){
	.col3-1 {display:block;}
	.col3-1 > li{margin-right:0;}
}

/*共通Column 3→２Column*/
.col3-2{display:flex;flex-wrap:wrap;}

@media screen and (min-width: 769px){
.col3-2 > li{width:calc((100% - 2rem) / 3);margin-right:1rem;margin-bottom:1rem;}
.col3-2 > li:nth-child(3n){margin-right:0;}
}
@media screen and (max-width: 768px){
.col3-2 > li{width:calc((100% - 1rem) / 2);margin-right:1rem;margin-bottom:1rem;}
.col3-2 > li:nth-child(2n){margin-right:0;}
}
/*共通Column 2*/
.col2{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:2rem;
}
.col2 > li{width:calc((100% - 1rem) / 2);margin-right:1rem;margin-bottom:1rem;}
.col2 > li:nth-child(2n){margin-right:0;}


/*共通Column txt2:img1 → １*/
.col2_1{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:2rem;
}
.col2_1 .item-txt{
	flex:1;
}
.col2_1 .item-img{
	max-width:255px;
	margin-left:2rem;
}
@media screen and (max-width: 620px){
	.col2_1{display:block;}
	.col2_1 .item-txt{margin-bottom:1rem;}
	.col2_1 .item-img{max-width:100%; margin:0 auto 1rem;}
}

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


/* Header と side
----------------------------------------------------------------- */
header{
	width:100%;
	box-sizing:border-box;
	position:relative;
	background:#fff;
}
.header-in{
	background:#fff;
	margin:0 auto;
	padding:1rem;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	height: 70px;
	box-sizing: border-box;
}
@media screen and (max-width: 1080px){
	.h-logo{width:280px;}
}
@media screen and (max-width: 480px){
	.header-in{
		padding:.5rem;
		height:50px;
	}
	.h-logo{width:200px;}
}
/*追従*/
header.m_fixed{
	width:100%;
	box-sizing: border-box;
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	height:70px;
	background:#fff;
}
header.m_fixed .header-in{}
@media screen and (max-width: 480px){
	header.m_fixed{height:50px;}
}
@media screen and (max-width: 380px){
header.m_fixed,
header.m_fixed .header-in{}

}

/*tab sp ナビ*/
header button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

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




/*ナビデザイン共通*/
.p-megaMenu__navigation .col-wrap{
	display:flex;
	flex-wrap:wrap;
}
.h_nav > li button,
.h_nav > li > a{
	display:flex;
	align-items:center;
	color:#333;
	font-size:clamp(13px, 1.5vw, 16px);
	padding:10px 1rem;
	position:relative;
	line-height:1.25rem;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
	letter-spacing:0;
}

.h_nav > li button:hover,
.h_nav > li > a:hover{
	opacity:1;
	color:#FF4E4E;
}

.p-megaMenu__navigation h3{margin-bottom:0;}

	.child_nav{
		margin-bottom:1rem;
	}
	.child_nav > li{
		position:relative;
		padding-left:26px;
		margin-bottom:.5rem;
	}
	.child_nav > li:before{
		content: "";
	position: absolute;
	left: 0;
	top: calc(.5rem - 2px);
	bottom: 0;
	width: 16px;
	height: 16px;
	background-image: url(img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: block;
	}
	.child_nav > li > a{
		display:block;
		line-height:1.5em;
		font-size:clamp(13px, 1.125vw, 16px);
		position: relative;
    display: block;
    font-size: 1rem;
	}
	
	.sub_child_nav {
		margin-left:1rem;
		}
	.sub_child_nav > li{
		
	}
	.sub_child_nav > li > a{
		display:block;
		position: relative;
    padding: 1rem 0 1rem 4rem;
    font-size:clamp(13px, 1.125vw, 16px);
}

	.sub_child_nav > li > a:before{
		position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 40px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
		border-top: 2px solid rgba(90, 185, 178);
    border-right: 2px solid rgba(90, 185, 178);

	}
	.third_child_nav{
		margin-bottom:0.5rem;
		margin-left:4rem;
		}
	.third_child_nav > li{
		display:inline-block;
		margin-right:5px;
		margin-bottom:5px;
	}
	.third_child_nav > li > a{
		display:inline-block;
		padding:5px 8px;
		background:#fff;
		font-size:clamp(13px, 1.125vw, 16px);
	}
	.third_child_nav > li > a:hover{
		background:#45C1AC;
		color:#fff;
	}

@media screen and (max-width: 1200px){
.h_nav > li button, .h_nav > li > a{
	padding: 5px .5rem;
}

}

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

nav.globalMenuSp {
	position: fixed;
	height: 100%;
	z-index: 99999;
	top: 0;
	right: 0;
	background:#f8f8f8;
	transform: translateX(100%);
	transition: all 0.6s;
	width: calc(100% - 1rem);
	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: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 999999;
	text-align: center;
	background:#197bcd;
}




.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 40px;
	height:4px;
	background:#fff;
	border-radius:2px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 15px;
}
.navToggle span:nth-child(1) {top: 18px;}
.navToggle span:nth-child(2) {top: 46px; }
.navToggle span:nth-child(3) {top: 32px;}
.navToggle span:nth-child(4) {
	/*top:30px;
	color:#F96C93;
	font-size:12px;
	font-weight:bold;
	background:none;*/
	display:none;
}
.navToggle.active{position:fixed; }
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 30px;
	left: 15px;
	-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: 30px;
	-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:2rem;}
.h_nav .js-megaMenu{margin-top:1rem;}
.p-megaMenu__navigation h3{/*display:none;*/}


.col-wrap .child_nav{margin-bottom:1rem;}
.h_nav > li button{
	padding: 5px 1rem;
	background:#45C1AC;
	color:#fff;
	margin-bottom:5px;
	pointer-events: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.h_nav > li button > a{color:#fff;}

.h_nav > li > a{
	    display: block;
    line-height: 1.5em;
    font-size: clamp(13px, 1.125vw, 16px);
    position: relative;
    display: block;
    font-size: 1rem;
		    position: relative;
    padding-left: 26px;
}
.h_nav > li > a:before{
	content: "";
    position: absolute;
    left: 0;
    top: calc(1rem - 2px);
    bottom: 0;
    width: 16px;
    height: 16px;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
}
.child_nav > li > a:hover{
	opacity: 1;
    color: #FF4E4E;
}
}

@media screen and (max-width: 480px){
	.navToggle{width:50px;height:50px;}
	.navToggle span{width: 30px;left:10px;}
	.navToggle span:nth-child(1){top: 14px;}
	.navToggle span:nth-child(2) {top: 34px;}
	.navToggle span:nth-child(3) {top: 24px;}
	.navToggle.active span:nth-child(1){top: 24px;left:10px;}
	.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3){top:24px;}
}


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


@media screen and (min-width: 981px){
	.navToggle{display:none;}
	.globalMenuSp{flex:1;}
	.globalMenuSp-in{
		display:flex;
		flex-wrap:wrap;
		align-items: center;
		justify-content: flex-end;
	}
	
	.h_nav {
		display:flex;
		flex-wrap:wrap;
		
	}

	
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}

.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}
/*
.p-megaMenu__open::after {
  content: "∨";
  padding-bottom: 0.2em;
  transition: rotate 0.3s;
}
*/
.p-megaMenu__navigation {
	-webkit-clip-path: inset(0 -50vw 100%);
	background-color:#f8f8f8;
	clip-path: inset(0 -50vw 100%);
	left: 0;
	padding: 2rem;
	box-sizing: border-box;
	position: absolute;
	z-index:19;
	top: 100%;
	transition: all 0.4s;
	visibility: hidden;
	width: 100%;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
}


@media screen and (min-width: 981px) and (hover: hover) {
  .p-megaMenu:hover .p-megaMenu__navigation,
  .p-megaMenu:focus-within .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 -50vw);
    visibility: visible;
  }

  .p-megaMenu:hover .p-megaMenu__open::after,
  .p-megaMenu:focus-within .p-megaMenu__open::after {
    rotate: 180deg;
  }
	.col-wrap .child_nav{width:calc((100% - 2rem) / 2);}



}



@media screen and (max-width: 980px){
.col-wrap .child_nav{width:calc((100% - 2rem) / 2);}

}


.btn-contact a{
	
}




/* footer
---------------------------------------------------------------- */

#f_link.sec{
	padding:4rem 2rem 2rem 2rem;
}
#f_link .inner{
	max-width:960px;
}


.f_link_list{
	display:flex;
	flex-wrap:wrap;
}
@media screen and (min-width: 481px){
.f_link_list{
	display:flex;
	flex-wrap:wrap;
}
}
@media screen and (min-width: 681px){
.f_link_list li{
	width:calc((100% - 4rem) / 3);
	margin-right:2rem;
	margin-bottom:2rem;
}
.f_link_list li:nth-child(3n){margin-right:0;}
}

@media screen and (min-width: 481px) and (max-width: 680px){

.f_link_list li{
	width:calc((100% - 1rem) / 2);
	margin-right:1rem;
	margin-bottom:1rem;
}
.f_link_list li:nth-child(2n){margin-right:0;}
}

@media screen and (max-width: 480px){
.f_link_list{max-width:280px;margin:0 auto;}
.f_link_list li{
	margin:0 auto 1rem;
}

}


.f-wrap{
	padding:2rem 1rem 4rem 1rem;
}

.f_inner{
	max-width:1200px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.f_inner .item01,
.f_inner .item02,
.f_inner .item03,
.f_inner .item04{
	flex:1;
	padding-right:2rem;
}

.f-nav > li > a{
	    display: inline-block;
	font-size: clamp(11px, 1.75vw, 16px);
	line-height: 1.5em;
	font-feature-settings: "palt";
	margin-bottom: 0.5rem;
	position: relative;
    padding-left: clamp(18px, 2vw, 26px);
}
.f-nav > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(.5rem - 2px);
	bottom: 0;
	width: clamp(11px, 1.75vw, 16px);
	height: clamp(11px, 1.75vw, 16px);
	background-image: url(img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: block;
}
.f-nav > li > span{
	    display: block;
	font-size: clamp(11px, 1.75vw, 16px);
	line-height: 1.5em;
	font-feature-settings: "palt";
	margin-bottom: 0.5rem;
	font-weight: bold;
	color: #888;
	border-bottom: solid 1px #ccc;
}

.f-sub-nav > li{
	position: relative;
	padding-left: clamp(18px, 2vw, 26px);
}
.f-sub-nav > li > a{
	    display: inline-block;
	font-size: clamp(11px, 1.75vw, 16px);
	line-height: 1.5em;
	font-feature-settings: "palt";
	margin-bottom: 0.25rem;
}
.f-sub-nav > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(.5rem - 2px);
	bottom: 0;
	width: clamp(11px, 1.75vw, 16px);
	height: clamp(11px, 1.75vw, 16px);
	background-image: url(img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: block;
}
@media screen and (max-width: 680px){
	.f_inner .item01,
	.f_inner .item02,
	.f_inner .item03,
	.f_inner .item04{
		width: 50%;
    flex: unset;
    box-sizing: border-box;
		margin-bottom:2rem;
	}
}





.f_inner_bottom{
	max-width:1200px;
	margin:2rem auto 0;
}
.f_inner_bottom p span{
	display:inline-block;
	margin-right:1rem;
}




footer .address{
	padding:1rem;
	border-top:solid 3px #197BCD;
	text-align:center;
}

.totop{
	position:fixed;
	z-index:9;
	right: 8px;
    bottom: 10%;
}
.totop a{
	display:block;
	background:#fff;
	width:45px;
	height:45px;
	position:relative;
	border-radius:25px;
}
.totop a:before{
	content:" ";
	position:absolute;
	left: calc(50% - 10px);
	top: calc(50% - 8px);
	width: 20px;
	height: 14px;
	clip-path: polygon(0 14px, 10px 0, 20px 14px, 17px 14px, 10px 4px, 3px 14px);
	background:#FF4E4E;
}
@media screen and (max-width: 480px){
	.totop{bottom:5px;}
	.totop a{width:45px; height:45px;}
}





/*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: #61c1be;
	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{overflow: hidden;}
#single .entry_content .tit-wrap .date{
	text-align:right;
}
#single .entry_content .tit-wrap h1:not(.not){
	font-size: clamp(24px, 3.5vw, 40px);
	margin-bottom: 2rem;
	font-weight: bold;
	color:#197BCD;
}

#single .entry_content .tit-wrap .cat-name-wrap{
	margin-bottom:1rem;
}
#single .entry_content .tit-wrap .cat-name-wrap .cat-name a{
	text-decoration:none;
	color:#197BCD;
	display:inline-block;
	margin-right:1rem;
	font-size:clamp(14px, 2vw, 16px);
	font-weight:bold;
}

#single .entry_content .cont-wrap{
	max-width:900px;
	margin:0 auto;
}
#single .entry_content .cont-wrap1200{
	max-width:1200px;
	margin:0 auto;
}


#single .entry_content h1:not(.not){
	font-size:clamp(24px, 3.5vw, 40px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h2:not(.not){
	border-bottom:solid 1px #ccc;
	font-size:clamp(22px, 3.25vw, 30px);
	margin-bottom:2rem;
	font-weight:bold;
	border:none;
	padding:0;
}
#single .entry_content h2:not(.not):before{
	content: "";
	background: none;
}
#single .entry_content h3:not(.not){
	font-size:clamp(20px, 3vw, 28px);
	margin-bottom:2rem;
	font-weight:bold;
}
#single .entry_content h4:not(.not){
	font-size:clamp(16px, 2.75vw, 22px);
	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, 1.75vw, 16px);
	margin-bottom:2rem;
}
#single .entry_content b,
#single .entry_content strong{
	font-weight:bold;
}


#single .entry_content a{
	text-decoration:underline;
}

#single .entry_content img{
	display:inline-block;
	margin-bottom:5px;
}

#single .entry_content p.date{margin-bottom:0;color:#999;}


#single .entry_content ul:not(.list01){
	margin-left: 0.5rem;
	margin-bottom:2rem;
}
#single .entry_content ul:not(.list01) > li{
	font-size:clamp(13px, 1.75vw, 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;
}


/*次の記事*/
.navigation{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.navigation .alignleft,
.navigation .alignright{
	width:50%;
	box-sizing:border-box;
	position:relative;
}
.navigation .alignleft{padding-right:1rem;}
.navigation .alignright{padding-left:1rem;text-align:right; /*border-left:solid 1px #ddd;*/}

.navigation .next,
.navigation .prev{
	position:absolute;
	z-index:1;
	top:0;
	background:#197BCD;
	padding:3px 6px;
	color:#fff;
	font-size:12px;
}

.navigation .next{right:0;}
.navigation .prev{left:0;}


.navigation .tit{margin-bottom:0;}
.navigation a{
	display:block;
	padding:2rem 0;
	font-weight:bold;
	position:relative;
}
.navigation .date{
	position:absolute;
	bottom:5px;
	font-size:12px;
	color:#666;
}
.navigation .alignleft .date{left:0;}
.navigation .alignright .date{right:0;}

/*会員*/
#single .entry_content .kaiin-tit-wrap h1:not(.not){
	color:#333;
}

.kaiin-wrap{
	max-width:1200px;
	margin:0 auto;
}
.kaiin-wrap .col{
	margin-bottom:4rem;
}
.kaiin-wrap .col .item-txt,
.kaiin-wrap .col .item-img{margin-bottom:2rem;}


@media screen and (min-width: 768px){
	.kaiin-wrap .col{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
}
.kaiin-wrap .col .item-txt{flex:1;}
.kaiin-wrap .col .item-img{
	width:calc((100% - 4rem) / 2);
	margin-left:4rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px){
	.kaiin-wrap .col .item-img{margin-left:2rem;}
}



.shop_details{
	padding: 4rem 2rem;
  margin: 0 calc(50% - 50vw);
	box-sizing:border-box;
  width: 100vw;
  background: #fff;
}
.shop_details .inner{
	display:flex;
	flex-wwrap:wrap;
}
.shop_details .inner .item-txt{
	flex:1;
}
.shop_details .inner .item-txt .add-list li{
	margin-bottom:.5rem;
	line-height:1.25rem;
}

.shop_details .k_url a{
	color:#FF4E4E;
	text-decoration: underline;
}
.shop_details .k_tel span{
	font-size:clamp(18px, 2.5vw, 21px);
	font-weight:bold;
}


.shop_details .sns-links{
	margin-top:2rem;
}
@media screen and (min-width: 581px){
	.shop_details .inner .gmap-wrap{
	width:50%;
	margin-left:2rem;
}
}
@media screen and (max-width: 580px){
	.shop_details .inner{display:block;}
	.shop_details .inner .gmap-wrap{margin-top:2rem;}
}


/* ==========================================================================
   カテゴリー
========================================================================== */
.category-top{
	padding:4rem 2rem 0rem 2rem;
}
.category-tit{
	max-width:1200px;
	margin:0 auto;
	font-size:clamp(24px, 3.5vw, 36px);
	font-weight:bold;
}


.blog-list{
	margin-bottom:2rem;
}
.blog-list > li{
	border-bottom: solid 1px #555;
}
.blog-list > li a{
	display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 0;
}
.blog-list > li a span{
	width: 7em;
}
.blog-list > li a h2{
	flex:1;
	line-height:1em;
}

/*パンくず*/
#breadcrumb{
	max-width: 1280px;
	margin: 0 auto 1rem;
	box-sizing:border-box;
	padding:8px;
	background:rgb(255,246,225);
	border-radius:4px;
}
#breadcrumb ul{display:flex;flex-wrap:wrap;}
#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内共通
========================================================================== */
/*お近くの民商へ*/
#nav_minsho{
	padding-top:4rem;
}
#nav_minsho .tit{
	background-image:url(img/nami_bg.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:left bottom;
	position: relative;
	z-index: 1;
	bottom: -2px;
}
#nav_minsho .tit p{
	font-size:clamp(13px, 1.75vw, 18px);
}

#nav_minsho .tit .inner{
	background-image:url(img/mapimg.svg);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:bottom right 1rem;
	padding: 4rem 2rem;
	max-width: 1000px;
}
#nav_minsho .cont{
	position:relative;
	background-color:#BBE0FF;
	padding:2rem;
}
.list_minsho{
	display:flex;
	flex-wrap:wrap;
}
.list_minsho > li{
	border-left:solid 5px;
	box-sizing: border-box;
}
.list_minsho > li.mut{border-left-color:#54A840;}
.list_minsho > li.hac{border-left-color:#C638BF;}
.list_minsho > li.kam{border-left-color:#E86900;}
.list_minsho > li.aom{border-left-color:#4073C6;}
.list_minsho > li.hir{border-left-color:#D3333F;}
.list_minsho > li.gos{border-left-color:#EDC211;}

.list_minsho > li a{
	display:block;
	padding:2rem 0 2rem 1.5rem;
	background:#fff;
	font-size:clamp(16px, 2vw, 28px);
	color:#197BCD;
	font-weight:bold;
}
@media screen and (min-width: 681px){
.list_minsho > li{
	width:calc((100% - 4rem) / 3);
	margin-right:2rem;
	margin-bottom:2rem;
	}
.list_minsho > li:nth-child(3n){
	margin-right:0;
}
}

@media screen and (max-width: 680px){
#nav_minsho .tit .inner{background-size:auto 60%;}
#nav_minsho .tit p{margin-right:130px;}
.list_minsho > li{
	width:calc((100% - 1rem) / 2);
	margin-right:1rem;
	margin-bottom:1rem;
	}
.list_minsho > li:nth-child(2n){
	margin-right:0;
}
}
@media screen and (max-width: 480px){
	.list_minsho > li a{
		font-size:clamp(12px, 3vw, 15px);
		padding: 1.5rem 0 1.5rem .5rem;
	}
}

/*会員紹介 topics*/



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

/*indextop*/
.index-top {position:relative;}
.index-top > img{width:100%;}


@media screen and (min-width: 961px){
	.index-top > img.spimg{display:none;}
}
@media screen and (max-width: 960px){
	.index-top > img.pcimg{display:none;}
}

.index-top .catch{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	box-sizing: border-box;
}
.index-top .catch h2{
	width:40%;
	margin:0 auto;
	padding:2rem;
	background-color:rgba(255,255,255,0.7);
	text-align:center;
}
.index-top .catch h2 img{width:100%;}

@media screen and (max-width: 480px){
	.index-top .catch h2{width:70%;padding:1.25rem;}
}

/*index catch*/
#index-catch .tit h2{
	font-size:clamp(24px, 3.5vw, 42px);
	margin-bottom:1rem;
	text-align:center;
	letter-spacing: 3px;
}
#index-catch .tit h2 span{
	display:inline-block;
	font-weight:bold;
}
#index-catch .cont p{
	font-size:clamp(16px, 3vw, 28px);
	margin-bottom:2rem;
	letter-spacing: 2px;
}
#index-catch .cont p span{
	display:inline-block;
}
@media screen and (max-width: 680px){
	.catch-img img{width:80%;}
}



/*indexよくある相談*/
/*よくある相談のナビ*/
.consultation .tit{
	margin-bottom:4rem;
}

.consul-nav{
	display:flex;
	flex-wrap:wrap;
}
.consul-nav > li{
	width:calc((100% - 6rem) /4);
	margin-right:2rem;
	margin-bottom:2rem;
	
}
.consul-nav > li:nth-child(4n){
	margin-right:0;
}
.consul-btn a{
	background:#197BCD;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-bottom:1rem;
	aspect-ratio: 4 / 3;
}

@media screen and (max-width: 480px){
	.consultation .tit{margin-bottom:2rem;}
}


/*小さめに*/
.p-navigation-global .consul-btn a{
	aspect-ratio:4/1;
	flex-direction: initial;
	justify-content: flex-start;
	padding: 0 8px;
}
.p-navigation-global .consul-btn figure{
	width: 20%;
	max-width: 40px;
}
.p-navigation-global .consul-btn h3{
	font-size: clamp(13px, 1.75vw, 18px);
}

.consul-btn figure{
	width:40%;
	max-width:80px;
}
.consul-btn h3{
	color:#fff;
	text-align:center;
	margin-top:0.5rem;
	font-size:clamp(16px, 1.75vw, 24px);
	font-weight:bold;
	font-feature-settings: "palt";
	
}
@media screen and (max-width: 480px){
.consul-btn figure{width:50px;}
}
.consul-sub-nav > li{
	position:relative;
	padding-left:26px;
	margin-bottom:0.5rem;
}
.consul-sub-nav > li a{
	font-size:clamp(13px, 1.75vw, 16px);
	line-height: 1.5em;
	font-feature-settings: "palt";
}

.consul-sub-nav > li a:before{
	content: "";
	position:absolute;
	left:0;
	top:calc(.5rem - 2px);
	bottom:0;
	width:16px;
	height:16px;
	background-image:url(img/arrow.svg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	display: block;
}



@media screen and (max-width: 980px){
	.consul-nav > li{
		width:calc((100% - 3rem) /4);
	margin-right:1rem;
	margin-bottom:1rem;
	}
	.p-navigation-global .consul-btn figure{max-width: 25px;margin-right:5px;}
	.p-navigation-global .consul-btn h3{
		margin-top:0;
		font-size: clamp(11px, 1.25vw, 16px);
		font-feature-settings: "palt";
	}
}

@media screen and (max-width: 680px){
	.consul-nav{
		max-width:480px;
		margin:0 auto; 
	}
	.p-navigation-global .consul-nav{max-width:unset;}
	.consul-nav > li{
		width:calc((100% - 1rem) /2);
	}
	.consul-nav > li:nth-child(2n){margin-right:0;}
	.consul-sub-nav > li{padding-left:20px;}
	.consul-sub-nav > li a:before{
		width:13px;
		height:13px;
		top: calc(.5rem - 4px);
	}
	.p-navigation-global .consul-btn a{aspect-ratio:unset;padding:8px;}
	.h_nav > li > a,
	.child_nav > li{padding-left:20px;}
	.h_nav > li > a:before,
	.child_nav > li:before{width:13px; height:13px;}
}

/*ページ内の小さいやつ*/
.consul-nav-min{
	display:flex;
	flex-wrap:wrap;
}
.consul-nav-min > li{
	width:calc((100% - 3rem) / 4);
	margin-right:1rem;
	margin-bottom:1rem;
	box-sizing:border-box;
	
}
.consul-nav-min > li:nth-child(4n){
	margin-right:0;
}
.consul-nav-min > li a{
	background:#197BCD;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:1rem;
	color:#fff;
	font-size:clamp(11px, 1.25vw, 16px);
	font-feature-settings: "palt";
}
.consul-nav-min > li a img{width:32px;margin-right:8px;}
@media screen and (max-width: 980px){
	.consul-nav-min > li a{padding:0.5rem;}
	.consul-nav-min > li a img{width:21px;margin-right:8px;}
}
@media screen and (max-width: 680px){
	.consul-nav-min > li{
	width:calc((100% - 1rem) / 2);
	margin-right:1rem;
	margin-bottom:1rem;
	box-sizing:border-box;
	
}
.consul-nav-min > li:nth-child(2n){
	margin-right:0;
}
}
@media screen and (max-width: 420px){
	.consul-nav-min > li{
	width:calc((100% - 0.5rem) / 2);
	margin-right:0.5rem;
	margin-bottom:0.5rem;
	}
}

/*indexお知らせ topics*/
#index-news .tit,
#index-topics .tit{
	margin-bottom:4rem;
}


.news-list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:2rem;
}
.news-list li{
	width:calc((100% - 6rem) / 4);
	margin-right:2rem;
	margin-bottom:3rem;
}
.news-list li:nth-child(4n){
	margin-right:0;
}
@media screen and (max-width: 980px){
	.news-list li{
		width: calc((100% - 3rem) / 4);
		margin-right: 1rem;
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 680px){
	.news-list {
		max-width:560px;
		margin:0 auto;
	}
	.news-list li{
		width: calc((100% - 1rem) / 2);
	}
	.news-list li:nth-child(2n){
	margin-right:0;
}
}

.news-list li .img-wrap{margin-bottom:1rem;}
.news-list li .img-wrap img{
	aspect-ratio: 276 / 189;
	object-fit: cover;
}
.news-list li .date-wrap{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.news-list li .date-wrap .date{
	display:inline-block;
	margin-right:auto;
	margin-bottom:5px;
	font-size:clamp(11px, 1.25vw, 13px);
	color:#999999;
}
.news-list li .date-wrap .cat-name{margin:0 0 5px 5px; }
.news-list li .date-wrap .cat-name a{
	display:inline-block;
	font-size:clamp(11px, 1.25vw, 13px);
	padding:4px 6px;
	background:#197BCD;
	color:#fff;
}
.news-list li .title a{
	font-weight:bold;
	line-height:1.5em;
}
@media screen and (max-width: 480px){
	#index-news .tit, #index-topics .tit{margin-bottom:2rem;}
}





/*会員のお店紹介*/
#searchbox{}

#searchbox .tit{
	text-align:center;
	margin-bottom:2rem;
}
#searchbox .tit p{
	font-size:clamp(20px, 3vw, 28px);
}
#searchbox .cont{
	background:#fff;
	border:solid 1px #FF4E4E;
	padding:3rem 4rem 4rem 4rem;
	position:relative;
}
#searchbox .cont h3{
	font-size:clamp(15px, 1.5vw, 21px);
}


@media screen and (min-width: 981px) and (max-width: 1600px){
	#searchbox .cont{padding:2rem 3rem 3rem 3rem;}
}


@media screen and (max-width: 980px){
	#searchbox .cont{padding:2rem 2rem 3rem;}
}

/*業種を選ぶ*/
.group-list{
	margin-bottom:1rem;
}
.group-list > li{
	display:inline-block;
	margin:0 .75rem .75rem 0;
}
.group-list > li button{
	font-size:clamp(11px, 1.75vw, 17px);
	border:solid 2px #FF4E4E;
	border-radius:3px;
	display:inline-block;
	background:#fff;
	padding:.5rem 1rem;
	font-weight:bold;
	color:#FF4E4E;
}
.group-list > li button.active{
	background:#FF4E4E;
	color:#fff;
}
@media screen and (max-width: 680px){
.group-list > li{margin:0 .5rem .5rem 0;}
.group-list > li button{
	border: solid 2px #FF4E4E;
	padding: .5rem .75rem;
}
}



/*エリアを選ぶ*/
.area-list{
	display:flex;
	flex-wrap:wrap;
}
.area-list > li{
	width:calc(100% / 6);
}
.area-list > li button,
.area-list > li a{
	width:100%;
	border:none;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1.125/1;
	color:#fff;
	font-weight:bold;
	background-color:#ADADAD;
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:center;
	padding:1rem 0;
}
.area-list > li.m_mutsu button,
.area-list > li.m_mutsu a{background-image:url(img/area/mutsu.svg);}
.area-list > li.m_hachinohe button,
.area-list > li.m_hachinohe a{background-image:url(img/area/hachi.svg);}
.area-list > li.m_kamitosan button,
.area-list > li.m_kamitosan a{background-image:url(img/area/kamitousan.svg);}
.area-list > li.m_aomori button,
.area-list > li.m_aomori a{background-image:url(img/area/aomori.svg);}
.area-list > li.m_hirosaki button,
.area-list > li.m_hirosaki a{background-image:url(img/area/hirosaki.svg);}
.area-list > li.m_goshogawara button,
.area-list > li.m_goshogawara a{background-image:url(img/area/gosho.svg);}


.area-list > li.m_mutsu button.active,
.area-list > li.m_mutsu a:hover{background-color:#54A840;}
.area-list > li.m_hachinohe button.active,
.area-list > li.m_hachinohe a:hover{background-color:#C638BF;}
.area-list > li.m_kamitosan button.active,
.area-list > li.m_kamitosan a:hover{background-color:#E86900;}
.area-list > li.m_aomori button.active,
.area-list > li.m_aomori a:hover{background-color:#4073C6;}
.area-list > li.m_hirosaki button.active,
.area-list > li.m_hirosaki a:hover{background-color:#D3333F;}
.area-list > li.m_goshogawara button.active,
.area-list > li.m_goshogawara a:hover{background-color:#EDC211;}

.area-list > li a:hover{opacity:1;}

.area-list > li button h3,
.area-list > li a h3{
	font-size:clamp(13px, 2vw, 21px);
	font-weight:bold;
}
.area-list > li button p,
.area-list > li a p{
	font-size:clamp(11px, 1.5vw, 16px);
	margin-bottom:0;
	line-height:1.5em;
	font-weight:bold;
}

@media screen and (max-width: 680px){
.area-list > li{
	width:calc((100% - 2px) / 3);
	margin-right:1px;
	margin-bottom:1px;
}
.area-list > li:nth-child(3n){margin-right:0;}
.area-list > li button h3,
.area-list > li a h3{font-size:clamp(13px, 3vw, 21px);}

}

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


.btn-submit button{
	font-size: 20px;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	display: flex;
	align-items:center;
	justify-content: center;
	margin: 0 auto;
	border: solid 2px #FF4E4E;
	background-color: #fff;
	color: #FF4E4E;
	font-weight: bold;
	border-radius: 30px;
	padding: 0 1rem;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	max-width: 180px;
}
.btn-submit button img{
	margin-right:8px;
}

input[type="button"],input[type="submit"],button{
    cursor: pointer;
}


/*検索結果*/
.search-top {
	padding:2rem 2rem;
}
.search-top .inner .tit{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.search-top .inner .tit h3{
	
}
.search-top .inner .tit img{
	margin-left:auto;
	width:30%;
	max-width:200px;
}

@media screen and (min-width: 761px){
.search-top .area-list > li a{
	aspect-ratio: 1.25 / 1;
}
}


.search-result-wrap{
	padding:2rem;
}


.post-taxonomy-info{
	font-size:clamp(11px, 1.5vw, 13px);
	color:#999;
}


/*よくある相談*/
.soudan-top{
	padding:4rem 2rem 2rem;
}

.soudan{
	padding:2rem;
}
.soudan h2{
	font-size:clamp(28px, 3.5vw, 42px);
	font-weight:bold;
	color:#197BCD;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:2rem;
}
.soudan h2 img{
	width:clamp(28px, 5.5vw, 60px);
	margin-right:5px;
}
.soudan-box{
	background:#fff;
	padding:3rem;
	border-top:solid 3px #197BCD;
	margin-bottom:2rem;
}
.soudan-box .col{
	display:flex;
	flex-wrap:wrap;
}
.soudan-box .col .item-txt{
	flex:1;
}
.soudan-box .col .item-txt h5{
	color:#197BCD;
	font-weight:bold;
}
.soudan-box .col .item-img{
	width:40%;
	max-width:360px;
	text-align:center;
	margin-left:2rem;
}

@media screen and (max-width: 980px){
	.soudan-box{padding:2rem;}
}
@media screen and (max-width: 680px){
	.soudan-box .col{display:block;}
	.soudan-box .col .item-img{
		margin-left:auto;
		
	}
}
@media screen and (max-width: 480px){
	.soudan-top{padding:2rem 1rem;}
	.soudan{padding:2rem 1rem;}
	.soudan-box{padding:1rem;}
}



/*当会について*/

#about_us_top .tit p{
	font-size: clamp(18px, 2.5vw, 21px);
	text-align: center;
	font-weight: bold;
}

#about_us .tit{
	margin-bottom:4rem;
}
#about_us .tit p{
	font-size:clamp(18px, 2.5vw, 21px);
	text-align:center;
	font-weight:bold;
}
#about_us .cont.col{
	display:flex;
	flex-wrap:wrap;
}
#about_us .cont.col .box{
	width:calc((100% - 2rem) / 2);
	margin-right:2rem;
	margin-bottom:2rem;
	background:#fff;
}
#about_us .cont.col .box:nth-child(2n){
	margin-right:0;
}
#about_us .cont.col .box h3{
	color:#fff;
	font-size:clamp(18px, 2.5vw, 24px);
	padding:.5rem 1rem;
	background:#197BCD;
	margin-bottom:1rem;
	font-weight:bold;
}

#about_us .cont.col .box .item-txt{
	padding:1rem;
}
#about_us .cont.col .box ul.list01-min > li{
	font-size:clamp(14px, 2.25vw, 18px);
}

@media screen and (max-width: 680px){
	#about_us .cont.col{display:block;}
	#about_us .cont.col .box{width:unset;margin-right:0;}
}





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


/*よくある質問*/
#faq .faq_box{
	margin-bottom:2rem;
	padding: 1rem 2rem;
	background: #fff;
}

@media screen and (max-width: 680px){
#faq .faq_box{padding: 1rem 1rem;}
}

/*各商工会のページ共通*/
#minsho{
	
}


#minsho-contact{
	padding:4rem 2rem;
	box-sizing: border-box;
	background: #fff;
}
#minsho-contact .inner .item-txt p{
	margin-bottom:.5rem;
}
#minsho-contact .inner .item-txt p.m_url a{
	color: #FF4E4E;
	text-decoration: underline;
}
#minsho-contact .inner .item-txt p.m_tel a{
	font-size: clamp(18px, 2.5vw, 21px);
	font-weight: bold;
}

@media screen and (min-width: 581px){
#minsho-contact .inner{
	display:flex;
	flex-wrap:wrap;
}
#minsho-contact .inner .item-txt{flex:1;}
#minsho-contact .inner .gmap-wrap{
	width: 50%;
	margin-left: 2rem;
}
}

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

#minsho-contact .inner .gmap-wrap{margin-top:2rem;}



}








