/*
 Theme Name:   GUNMA1.2.3
 Theme URI:    https://gunma.karada.live/
 Description:  GUNMA
 Template:     twentyseventeen
 Version:      1.2.3
*/

/*------------------------------------------

	Reset

------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img{
  max-width: 100%;
  height: auto;
  width /***/:auto; /*IE8のみ適用*/
	vertical-align:bottom;
}
a img {
	border: none;
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/* clearfix
------------------------------------------*/

.cf:before,
.cf:after {
	content:"";
	display:table; 
}

.cf:after {
	clear:both; 
}   

.cf {
	zoom:1; 
} 


/*------------------------------------------

	Header

------------------------------------------*/
header{
  position:relative;
  max-width:1080px;
  height:100px;
  padding:0;
  margin:0 auto;
}
.head-logo{
  width:223px;
  margin:0;
  padding:0;
line-height:1;
}
.head-logo a{
  display:block;
  padding:18px 0;
  line-height:1;
}




/* grobal navigation (custom menu)
------------------------------------------*/
.grobal-nav {
  position:absolute;
  width:calc(100% - 250px);
  top:29px;
  right:0;
}
#menu-grobal-menu{
  display:table;
  width:100%;
  margin:0;
}
#menu-grobal-menu li{
  display:table-cell;
  margin:0;
}
#menu-grobal-menu li a{
  display:block;
  font-size:15px;
  color:#009039;
  font-weight:600;
  line-height:1;
  text-align:center;
  padding:13px 0;
}
#menu-grobal-menu li a:hover,
#menu-grobal-menu li.current-menu-item a{
  opacity:0.8;
}
.menu{
  list-style-type:none;
}


#toggle {
	display: none;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 1080px) {
header{
  height:60px;
  padding:0;
}
.head-logo{
width:140px;
  margin-left:3%;
}
.head-logo a{
  padding:11px 0;
}

.grobal-nav{
width:100%;
margin-left:0;
margin-right:0;
}
.menu-grobal-menu-container{
	position:absolute;
	width:100%;
	top:30px;
	display: none;
	z-index:20;
}
#menu-grobal-menu{
	display:block;
	background:rgba(0,144,57,0.9);
}
#menu-grobal-menu li{
	display:block;
	border-top:1px #FFF solid;
}
#menu-grobal-menu li a{
  color:#FFF;
}

#toggle{
	display:block;
	position:absolute;
	top:20px;
	right:3%;
	cursor:pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 19px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #1A9744;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#toggle.gnavon .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#toggle.gnavon .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#toggle.gnavon .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
}/* end 900px */

/*------------------------------------------

	footer

------------------------------------------*/
#footer{
	padding-bottom:20px;
}
#footer .inner{
	position:relative;
}

.footer-nav{
	padding:20px 0 0;
	margin-bottom:20px;
	background:#D6E6AE;
}
#menu-footer-menu{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin:0;
}
#menu-footer-menu li{
	width:24.5%;
	margin-bottom:20px;
}
#menu-footer-menu li a{
	display:block;
	font-size:15px;
	color:#009039;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	background:#FFF;
	border-radius:22px;
}
.gunma-logo{
	display:block;
width:112px;
	margin:0 auto;
}
.totop {
	position: absolute;
	right: 0;
	bottom: -10px;
}
.totop a {
    display: block;
    width: 76px;
    height: 76px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://gunma.karada.live/wp-content/uploads/2021/02/totop.png) 0 0 no-repeat;
    background-size: contain;
}

@media (max-width: 620px) {
#menu-footer-menu li{
width:100%;
}
footer small br{
display:block;
}

}

/*------------------------------------------

	Common

------------------------------------------*/
#main{
}
.home #main{
margin-bottom:0;
}


#content {
}
.site-content{
padding:0;
}
.sec{
	clear:both;
padding-bottom:80px;
}
.inner{
max-width:904px;
margin:0 auto;
}
.img{
	text-align:center;
	margin-bottom:20px;
}

.menu{
	list-style-type:none;
}
a{
	text-decoration:underline;
	transition: opacity .4s,background-color .4s;
}

header a,
.grobal-nav a,
.page-navigation a{
	text-decoration:none;
}

a:hover{
	opacity:0.8;
}

.simple-list{
	list-style:none;
}
.simple-list li{
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 0.3em;
}
.simple-list li:before{
	content:"・";
}

.note{
	font-size:15px;
	font-size:0.9375rem;
	text-indent:-1em;
	padding-left:1em;
}

.note:before{
	content:"※";
}
.cap{
	margin-top:-10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 904px) {
.inner{
padding:0 3%;
margin:0;
}
}
@media (max-width: 768px) {
.cap{
	text-align:left;
}
}
@media (max-width: 600px) {
}

/*------------------------------------------

	page-header

------------------------------------------*/
header{
text-align:center;
}
.thead{
position:relative;
padding:40px 0 84px;
padding:40px 0 14px;
margin-bottom:80px;
background:url("https://gunma.karada.live/wp-content/uploads/2021/02/tmain.jpg") no-repeat #BAE3F9;
background-size:cover;
background-position:center center;
}
.thead-ttl{
text-align:center;
margin:0;
}
.thead-ribbon{
text-align:center;
margin-top:-20px;
}

.thead:after{
position:absolute;
bottom:0;
left:0;
content:"";
background-image:url("https://gunma.karada.live/wp-content/uploads/2021/02/main_frm.png");
background-size:cover;
width:100%;
height:0;
padding-top:9.615%;
display:block;
z-index:10;
}

.head-frm{
width:100%;
position:absolute;
bottom:0;
left:0;
}
.head-frm img{
width:100%;
height:auto;
}



.phead{
position:relative;
color: #009039;
text-align:center;
padding:104px 0;
margin-bottom:80px;
background:url("https://gunma.karada.live/wp-content/uploads/2021/02/pmain.jpg") no-repeat #BAE3F9;
background-size:cover;
background-position:80% center;
}
.phead-ttl{
font-size: 30px;
font-size: 1.875rem;
font-weight:bold;
margin-bottom:0;
}
.phead:after{
position:absolute;
bottom:0;
left:0;
content:"";
background-image:url("https://gunma.karada.live/wp-content/uploads/2021/02/main_frm.png");
background-size:100% 30px;
width:100%;
height:0;
padding-top:30px;
display:block;
z-index:10;
}



/*-- ■ Media Queries ■ --*/
@media (max-width: 900px) {
}/* end 900px */

@media (max-width: 768px) {

}/* end 768px */

@media (max-width: 620px) {
.pagettl{
margin-bottom:40px;
}
}/* end 620px */

@media (max-width: 480px) {
.thead{
margin-bottom: 40px;
}
.phead{
padding:40px 0;
margin-bottom: 40px;
}

}/* end 480px */


/*--------------------------------------------------------------
	midashi
--------------------------------------------------------------*/
.cmnmds01{
font-size: 26px;
color:#009139;
font-weight: 700;
text-align:center;
padding:0 !important;
margin-bottom:60px;
}

.cmnmds02{
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin:60px 0 40px;
    background: #F9F9F9;
    border-left: 1px #00913A solid;
    border-bottom: 1px #EEE solid;
}}

.cmnmds01+.cmnmds02{
	padding:0 0 13px !important;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {

}

/*--------------------------------------------------------------
	flexbox
--------------------------------------------------------------*/

.flfrm{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.flbox2-1{
	width:47.5%;
}

.flbox3-1{
	width:30%;
}
.flbox4-1{
	width:23%;
	margin-bottom: 30px;}

/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {
.flfrm{
	display: block;
}
.flfrm .flbox2-1,
.flfrm .flbox3-1,
.flfrm .flbox4-1{
	width:auto;
	margin-bottom:30px;
}
}

/*--------------------------------------------------------------
	button
--------------------------------------------------------------*/
a.cmnbtn01{
	display:block;
	max-width:400px;
	padding:10px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	background:#009139;
	border-radius:28px;
}
a.cmnbtn01:visited,
a.cmnbtn01:hover,
a.cmnbtn01:focus,
a.cmnbtn01:active {
	color:#FFF;
	outline:none;
}
.cmnbtn01-off{
	display:block;
	max-width:400px;
	padding:10px;
	font-size:20px;
	color:#999;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
	background:#CCC;
	border-radius:28px;
}
.cmnbtn02 {
    display: block;
	max-width:650px;
    padding: 15px 20px 15px 10px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFF;
    font-weight: bold;
	margin:0 auto 20px;
    text-decoration: none;
    background: url(https://gunma.karada.live/wp-content/uploads/2021/02/arrow03.png) right center no-repeat #E95413;
    background-size: 16px 9px;
    border: 1px #C8E8FA solid;
    border: none;
    border-radius: 5px;
}
a.cmnbtn02:visited,
a.cmnbtn02:hover,
a.cmnbtn02:focus,
a.cmnbtn02:active {
	color:#FFF;
	outline:none;
}

.btn-back{
	display:block;
	border-radius: 6px;
	width: 230px;
	background: #F2F2F2 !important;
	padding:10px; 
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: normal;
	text-align:center; 
	text-decoration:none;
	border:none;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {
}

/*------------------------------------------

	HOME

------------------------------------------*/
#top-news{
	padding:0 0 80px;
}
.top-news-box{
	border:1px #BFBFBF solid;
}

#top-news .newshead{
	position:relative;
}


#top-news .newshead h2{
	font-size:18px;
	font-size:1.125rem;
	text-align:center;
	font-weight:normal;
	padding:8px;
	margin:0;
	border-bottom:1px #BFBFBF solid;
}
#top-news .newshead a{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:80px;
	font-size:14px;
	font-size:0.875rem;
	line-height:1;
	color:#FFF;
	text-decoration:none;
	padding:14px 13px;
	background-image:url("https://gunma.karada.live/wp-content/uploads/2021/02/arrow03.png");
	background-size:16px 9px;
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#009139;
}
#top-news dl{
/*	max-height:100px;
	overflow:auto;*/
	padding:20px 20px 0;
	margin:0;
}
#top-news dt{
	font-size:15px;
	font-size:0.9375rem;
	font-weight:normal;
	float:left;
}
#top-news dd{
	font-size:15px;
	font-size:0.9375rem;
	padding-left:11em;
	margin:0 0 1em;
}



.tmds01{
	font-size:26px;
	color:#009139;
	text-align:center;
}


#top-about{
	padding:0 0 80px;
}
#top-flow{
	padding:0 0 80px;
}
#top-detail{
	padding:0 0 80px;
	background-image:url("https://gunma.karada.live/wp-content/uploads/2021/02/tbg01.png");
	background-repeat:repeat-x;
	background-position:center bottom;
}

#top-about p.lead,
#top-flow p.lead,
#top-detail p.lead{
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
	line-height:1.8;
	text-align:center;
	margin-bottom:40px;
}

#top-about dl{
	max-width:520px;
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
	margin:0 auto;
	border-top:1px #BFBFBF solid;
}
#top-about dl dt{
	width:130px;
	color:#009139;
	padding:10px 0;
	float:left;
}
#top-about dl dd{
	padding:10px 0 10px 130px;
	margin:0;
	border-bottom:1px #BFBFBF solid;
}

.tstep-list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	list-style-type:none;
	margin-top:50px;
}
.tstep-list .step{
	position:relative;
	width:27.77%;
	text-align:center;
	padding:40px 5px 20px;
	background:#F5F9EB;
}
.tstep-list .arrow{
	width:1.85%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("https://gunma.karada.live/wp-content/uploads/2021/02/arrow01.png");
}
.tstep-list .step .mds{
	font-weight:bold;
	margin:15px 0 0;
}
.tstep-list .step span{
	position:absolute;
	top:-20px;
	left:50%;
	display:block;
	width:40px;
	height:40px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	line-height:40px;
	background:#009139;
	margin-left:-20px;
	border-radius:20px
}

.tdetail-imgbox{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	max-width:700px;
	margin:0 auto;
	list-style-type:none;
}
.tdetail-imgbox div:first-child{
	width:34.2%;
	text-align:center;
}
.tdetail-imgbox div:last-child{
	width:63.8%;
	text-align:center;
}


#top-download{
	padding:80px 0 60px;
	background:url("https://gunma.karada.live/wp-content/uploads/2021/02/tbg02.png") center 0 repeat-x #009039;
}

#top-download h2{
	position:relative;
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}
#top-download h2:before{
	position:absolute;
	top:45px;
	left:50%;
	margin-left:-165px;
	content:"";
	width:330px;
	height:1px;
	background:#FFF;
	z-index:1;
}
#top-download h2>span{
	position:relative;
	display:inline-block;
	background:#009039;
	line-height:1;
	padding:0 10px;
	z-index:2;
}

#top-download h2>span span{
	display:inline-block;
	font-size:16px;
	margin-bottom:10px;
}
#top-download p.lead{
	font-size:18px;
	font-size:1.125rem;
	color:#FFF;
	line-height:1.75;
	text-align:center;
	margin-bottom:40px;
}

#top-download .dlbox{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	max-width:730px;
	list-style-type:none;
	margin:0 auto;
}
#top-download .dlbox li{
	width:46.6%;
	margin-bottom:20px;
	font-weight:600;
	text-align:center;
}
#top-download .dlbox li{
}
#top-download .dlbox li .dl-frm{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding:6%;
	background:#FFF;
}
#top-download .dlbox li .dl-bnr{
	width:64%;
}

#top-download .dlbox li .dl-qr{
	width:33%;
}
#top-download .dlbox li .dl-note{
	width:100%;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
}
#top-download .dlbox li p{
	font-size:26px;
	font-size:1.625rem;
	font-weight:bold;
	margin-bottom:10px;
}


/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
#top-download p br,
.steplist01 .step .mds br,
.steplist01 .step .txt br{
	display:none;
}

}

@media (max-width: 620px) {

#top-news .newshead h2{
	text-align:left;
}
#top-news dl{
	padding:10px 10px 0;
}
#top-news dt{
	float:none;
}
#top-news dd{
	padding-left:0;
}
#top-about dl dt{
	width:100%;
	float:none;
}
#top-about dl dd{
	padding:0 0 10px;
}

.tdetail-imgbox div:first-child{
	width:100%;
	margin-bottom:40px;
}
.tdetail-imgbox div:last-child{
	width:100%;
}



#top-about p.lead,
#top-flow p.lead,
#top-detail p.lead{
	font-size:16px;
	font-size:1rem;
	text-align:left;
	padding-left:0;
}
#top-download .dlbox li{
	width:100%;
}
#top-download p.lead{
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
	text-align:left;
}

.tstep-list .step{
	width:100%;
}
.tstep-list .arrow{
	width:100%;
	padding-top:80px;
	background-size:auto;
	background-image:url("https://gunma.karada.live/wp-content/uploads/2021/02/arrow02.png");
	background-position:center 20px;
}

}

@media (max-width: 600px) {
}

/*------------------------------------------

	news

------------------------------------------*/
.news-list{
	margin-bottom:60px;
	border-top:1px #BFBFBF solid;
}
.news-list dt{
	width:10em;
	color:#009039;
	padding:1em 0;
	float:left;
}
.news-list dd{
	padding:1em 0 1em 11em;
	margin:0 0 1em;
	border-bottom:1px #BFBFBF solid;
}
.navigation.pagination {
	padding: 1em 0 3em;
	border-top:none;
}

.single-post:not(.has-sidebar) #primary{
	max-width:100%;
}
.postbox{
	margin-bottom:60px;
}

.postbox .date{
	font-size:14px;
	font-size:0.875rem;
	color:#009039;
	font-weight:bold;
}
.postbox h1{
	font-size:20px;
	font-size:1.25rem;
	padding:0.5em 0 0.75em;
	border-bottom:1px #CCC dotted;
}
/*-- ■ Media Queries ■ --*/
@media screen and (min-width: 48em){
.navigation.pagination {
	clear: both;
	float: none;
	width: 100%;
}
}
@media (max-width: 768px) {
.news-list dt{
	width:100%;
	padding:1em 0 0;
	float:none;
}
.news-list dd{
	padding:1em 0 1em 0;
	margin:0 0 1em;
	border-bottom:1px #CCC dotted;
}

}

/*--------------------------------------------------------------

	function

--------------------------------------------------------------*/
.function-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0;
list-style-type:none;
}
.function-list li{
width:30%;
margin-bottom:80px;
display: flex;
flex-direction: column;
justify-content:space-between;
}
.function-list li h2{
font-size: 24px;
color: #009139;
font-weight: 700;
}

.function-list li div{
margin:auto auto 0;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.function-list h2 br{
display:none;
}
.function-list li{
width:100%;
margin-bottom:60px;
}
}
/*--------------------------------------------------------------

	point menu

--------------------------------------------------------------*/
.scroll{
margin-bottom:60px;

}

.point-tbl{
margin-bottom:0;
}

.point-tbl th,
.point-tbl td{
text-align:center;
padding: 10px;
border-bottom:1px #BFBFBF solid; 
}

.point-tbl thead th{
color:#FFF;
background:#00913A;
}

.point-tbl tbody th{
width:27%;
color:#009139;
background:#F5F9EB;
}

@media (max-width: 768px) {
.scroll{
overflow-x: scroll;
}
.scroll::before{
display:inline-block;
content:"※スクロールしてご覧ください→";
font-size:14px;
padding-bottom:10px;
}

.point-tbl{
width:904px;
white-space:nowrap;
}

}


/*--------------------------------------------------------------

	privilege

--------------------------------------------------------------*/
.privilege-tbl{
margin-bottom:0;
}

.privilege-tbl th,
.privilege-tbl td{
text-align:center;
padding: 10px;
border-bottom:1px #BFBFBF solid; 
}

.privilege-tbl thead th{
color:#FFF;
background:#00913A;
}

.privilege-tbl tbody th{
width:10%;
color:#009139;
background:#F5F9EB;
}


/*--------------------------------------------------------------

	health

--------------------------------------------------------------*/
.health-menu-list{
	list-style-type:none;
}
.health-menu-list li{
	margin-bottom:20px;
}
.health-menu-list li a{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:10px 30px 10px 10px;
	margin:0;
	text-decoration:none;
	align-items:center;
	background: url("https://gunma.karada.live/wp-content/uploads/2021/02/arrow04.png") center right no-repeat ;
border:5px #F2F2F2 solid;
}
.health-menu-list li a .img{
	width:100px;
	margin:0;
}
.health-menu-list li a .txt{
	width:calc(100% - 120px);
}
.health-menu-list li a .listttl{
	font-size:18px;
	width:calc(100% - 120px);
	margin:0;
}
.health-menu-list li a .txt p{
	margin:0;
}
.health-menu-list li a .txt p.num{
	color:#009139;
}
.health-menu-list li a .txt p.ttl{
	font-size:18px;
}
.health-menu-list li a .listttl span{
	display:block;
	font-size:16px;
	color:#009139;
}


.writer-box{
	position:relative;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:30px;
	margin:80px 0;
	background:#F5F9EB;
}
.writer-box .img{
	width:110px;
	margin:0;
}
.writer-box .txt{
	width:110px;
	width:calc(100% - 130px);
}
.writer-box .txt .mds{
position:absolute;
top:-30px;
left:50%;
width:60px;
height:60px;
font-size:15px;
text-align:center;
line-height:60px;
color:#FFF;
	margin-left:-30px;
background:#333;
border-radius:30px;
}
.writer-box .txt .name{
font-size:18px;
margin:0;
}
.writer-box .txt .post{
margin-bottom:10px;
}
.writer-box .txt .detail{
font-size:15px;
}
.writer-box .txt dl{
margin:0;
}

.writer-box .txt dt{
	color:#009139;
	margin-bottom:5px;
}
.writer-box .txt dd{
	margin:0;
}

.health-column .ttlbox{
	position:relative;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:25px 0 15px;
	margin-bottom:40px;
	background:#F9F9F9;
	border-top:1px #00913A solid;
	border-bottom:1px #EEE solid;
}
.health-column .ttlbox span{
position:absolute;
top:-20px;
left:50%;
width:40px;
height:40px;
font-size:15px;
text-align:center;
line-height:40px;
color:#FFF;
	margin-left:-20px;
background:#009139;
border-radius:20px;
}
.health-column .imgbox{
	display:flex;
	justify-content: space-around;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:40px;
}
.health-column .imgbox .img01{
	max-width:600px;
}
.health-column .imgbox .img02{
	width:48%;
	text-align:center;
}
.health-column .txtbox p{
	line-height:1.8;
}
.health-column .txtbox p span{
	color:#E95413;
	font-weight:bold;
}


@media (max-width: 620px) {
.writer-box .img{
	width:100%;
	margin:0 0 20px;
}
.writer-box .txt{
	width:100%;
}
.health-column .imgbox .img02{
	width:100%;
	margin:0 0 20px;
}

}

/*--------------------------------------------------------------

	project

--------------------------------------------------------------*/
.project-menu-list{
	list-style-type:none;
}
.project-menu-list li{
	margin-bottom:20px;
}
.project-menu-list li a{
	display:block;
	padding:10px 30px 10px 10px;
	margin:0;
	text-decoration:none;
	align-items:center;
	background: url("https://gunma.karada.live/wp-content/uploads/2021/02/arrow04.png") center right no-repeat ;
border:5px #F2F2F2 solid;
}
.project-menu-list li a .date{
color:#009039;
font-weight:bold;
margin-bottom:10px;
}
.project-menu-list li a .listttl{
font-size:18px;
margin:0;
}


/*--------------------------------------------------------------

	contact

--------------------------------------------------------------*/

.address-frm{
	padding:20px;
	background:#F2F2F2;
}

.address-box{
	text-align:center;
	padding:20px 20px 0;
	margin:0;
}
.address-box dt{
	font-size:1.125rem;
	color:#009139;
	font-weight:bold;
	margin-bottom:0.5em;
}
.address-box dd{
	margin:0;
}


/*--------------------------------------------------------------

	member-entry

--------------------------------------------------------------*/
.page-template-page-plain .site-content-contain{
	padding-top:40px;
}
h1.plain-page-ttl{
	font-size:24px;
	color:#FFF;
	text-align:center;
	padding:10px;
	background:#8EC21E;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 5px;
	display: inline-block;
	padding: 0.7em;
	width: 100%;
}
textarea{
	width: 100%;
}

.formbox{
	font-size:1rem;
	padding:1em 0 3%;
	background:#FFF;
}

.formbox h2{
	font-size:18px;
	color:#000;
	margin:2em 0 1.2em;
}
.formbox h3{
	font-size:16px;
	color:#000;
	margin:0 0 1.2em;
}
.formbox h2+h3{
	padding-top:0;
	margin:0 0 1.2em;
}
html[lang="ja"] .formbox h4{
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding-top:0;
	margin:0 0 10px;
}

.formbox .required {
	color: #ff0000;
	padding: 0 2px;
}
.formbox p{
	margin:0 0 1em;
}
.formbox dl{
	margin:0;
}
.formbox dt{
	width:90px;
	float:left;
	font-weight:normal;
	padding:10px 0;
}
.formbox dd{
	padding:0 0 0 90px;
	margin:0 0 20px;
}
.formbox .bank-code dt{
	width:120px;
}
.formbox .bank-code dd{
	padding:0 0 0 120px;
}

.formbox dd input{
	width:100%;
}

.formbox ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style-type:none;
	margin:0;
}
.formbox ul li{
	width:49%;
}
.formbox h3+p{
	margin-top:5px;
}
.formbox table{
	font-size:14px;
}
.formbox tr{
	background:#F9F9F9;
	border-bottom: 1px solid #FFF;
}
.formbox tr:nth-child(odd){
	background:#F5F5F5;
}
.formbox th,
.formbox td{
	padding:10px;
}

.formbox th{
	width:90px;
	text-align:center;
}
.formbox td span{
	display:block;
	font-size:13px;
	color:#588CF5;
}

.kouza-type-box select{
	width:200px;
}
.formbox input::placeholder {
	color:#999;
}
.formbox input[type="text"],
.formbox input[type="tel"],
.formbox input[type="email"],
.formbox input[type="url"],
.formbox input[type="date"],
.formbox textarea{
	padding:0.5em;
}
.formbox textarea{
	height:6em;
}
.representative-birthyear,
.representative-birthmonth,
.representative-birthday,
.n-representative-birthyear,
.n-representative-birthmonth,
.n-representative-birthday{
margin:0 5px;
}


.formbox .service-target2 input{
	width:5em;
}
.formbox .store-category .wpcf7-radio,
.formbox .n-store-category .wpcf7-checkbox{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
}
.formbox .store-category .wpcf7-radio .wpcf7-list-item,
.formbox .n-store-category .wpcf7-checkbox .wpcf7-list-item{
	width:45%;
}
.formbox .store-type-box{
	padding:3%;
	margin-top:1em;
	background:#F9F9F9;
}

.formbox .youkou-box{
	height:400px;
	padding:3%;
	margin-bottom:60px;
	overflow-y:scroll;
	border:1px #DDD solid;
	border-radius: 5px;
}
.formbox .mds-hanbaiten{
	font-weight:bold;
}
.formbox .check,
.formbox .submit{
	text-align:center;
	margin-top:4em;
}
.formbox .check{
    padding: 10px 3%;
    margin-top: 1em;
    background: #F9F9F9;
}
.formbox button,
.formbox input[type="button"],
.formbox input[type="submit"] {
	max-width: 250px;
	width: 100%;
	background: #E75197;
	font-size: 19px;
	color:#FFF;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	border-radius: 30px;
	display:inline-block;
	position: relative;
	padding:16px;
}

.formbox input[type="button"]{
	max-width: 250px;
	width: 100%;
	color:#FFF;
	background-color: #333;
	margin-bottom:20px;
}
.formbox a{
	color:#6EAB11;
}

/* Acordeon styles */
.accordion .tab {
  position: relative;
  margin: 0 0 1px;
  width: 100%;
  color: #fff;/* アコーディオン タブ文字色 */
  overflow: hidden;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #F3F9E8;/* アコーディオン タブ背景色 */
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  margin:0;
}
.accordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #F9F9F9;/* タブ内背景色 */
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.accordion .tab-content p {
  margin: 1em;
  color: #000;/* タブ内文字色 */
}
/* :checked */
.accordion input:checked ~ .tab-content {
  max-height: 1000em;
}
/* Icon */
.accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.accordion input[type=checkbox] + label::after {
  content: "+";
}
.accordion input[type=radio] + label::after {
  content: "\25BC";
}
.accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}




div.wpcf7 .ajax-loader {
display:none !important;
}
.wpcf7c-conf{
	background:#FFFFDD;
	border-color:#CCC;
}

.thanks-box{
	text-align:center;
	padding:10px 20px 40px;
	background:#EFEFEF;
	border-radius:30px;
}


.bank-code .wpcf7-not-valid-tip::after{
content:"4気度数字";
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.formbox dt{
	width:100%;
	float:none;
}
.formbox dd{
	padding:0;
}
.formbox .bank-code dt{
	width:100%;
}
.formbox .bank-code dd{
	padding:0;
}


.formbox ul li{
	width:100%;
}
.formbox .store-category .wpcf7-checkbox .wpcf7-list-item,
.formbox .n-store-category .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
}

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

.formbox .store-category .wpcf7-radio .wpcf7-list-item,
.formbox .n-store-category .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
}
}

@media screen and (min-width: 30em){
body, button, input, select, textarea {
	font-size: 16px;
	font-size: 1rem;
}
}



/*--------------------------------------------------------------

	faq

--------------------------------------------------------------*/

.faq-list dt{
	padding:10px 10px 10px calc(10px + 1.3em);
	margin-bottom:1em;
	text-indent:-1.3em;
	background:#F2F2F2;
}

.faq-list dt:before{
	content:"Q. ";
	color:#009139;
}
.faq-list dd{
	padding:0 0 0 calc(10px + 1.3em);
	margin:0 0 2em 0;
	text-indent:-1.3em;
}

.faq-list dd:before{
	content:"A. ";
	color:#999;
	font-weight:bold;
}

/*------------------------------------------

	kenko_lp

------------------------------------------*/
.kenko-pop{
    text-align:center;
    margin-top:40px;
}
.address-box {
    text-align: center;
    padding: 1.5em;
    margin: 40px 0 0;
    border: 2px #009139 solid;
}



/*------------------------------------------

	shoplist

------------------------------------------*/
/*------------------------------------------
	search
------------------------------------------*/
.searchandfilter>ul>li{
	padding:0;
	margin:40px 0;
}
.searchandfilter ul li.sf-field-taxonomy-kenkoshop_cat,
.searchandfilter ul li.sf-field-taxonomy-kenkoshop_area,
.searchandfilter ul li.sf-field-search{
	padding:20px;
	border:2px #009139 solid;
	border-radius:5px;
}

.sf-field-taxonomy-kenkoshop_cat h4,
.sf-field-taxonomy-kenkoshop_area h4,
.sf-field-search h4{
	font-size: 18px;
	color:#009139;
	text-align: center;
	margin:0 auto 10px auto;
}
.sf-field-taxonomy-kenkoshop_cat ul,
.sf-field-taxonomy-kenkoshop_area ul{
	padding:20px;
	background:#F2F2F2;
	border-radius:5px;
	overflow:hidden;
}
.sf-field-taxonomy-kenkoshop_area ul li.sf-level-1{
	width:33%;
	float:left;
}

.searchandfilter ul li.sf-field-submit {
	text-align: center;
	margin:0;
}
.sf-field-submit input{
	width: 230px;
	font-size: 16px;
	color: #FFF;
	padding:1em 20px 1em 10px;
	margin: 0 auto;
	background: url("images/arrow04.png") right center no-repeat #E95413!important;
	background-size:21px 19px!important;
	border-radius:5px;
}

.sf-field-search label,
.sf-field-search input[type="text"]{
	width:100%;
}

/*------------------------------------------
	shoplist
------------------------------------------*/

.shop-list{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.shop-list li {
	width:49%;
	list-style: none;
	padding:10px;
	margin-bottom: 2%;
	border: 1px #ccc solid;
	border-radius:5px;
}
.shop-list-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-list-ttl p .cat span:after,
.shop-list-ttl p .area span:after{
	content:", ";
}
.shop-list-ttl p .cat span:last-child:after,
.shop-list-ttl p .area span:last-child:after{
	content:"";
}

.shop-list-ttl h2{
	font-size: 20px;
	font-size: 1.25rem;
	padding:0;
	margin:0 0 10px;
}
.shop-list-image{
text-align:center;
}
.shop-list-image img{
display:inline-block;
max-width:300px;
width:100%;
}

.shop-list-data{
    padding: 10px 10px 1px;
    margin: 10px 0 0;
    background: #F5F5F5;
    border-radius: 5px;
}

.shop-list-data dt{
	width:130px;
	padding:0 0 0.75em;
	float:left;
}
.shop-list-data dd{
	width:100%;
	padding:0 0 0.75em 130px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}


.shop-list .address{
	margin:0 0 10px;
}
.shop-list li a.btn{
	display:block;
	padding:6px;
	margin-top:10px;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	background:#009139;
}
.search_count{
	color:#009139;
	font-weight:bold;
}
.wp-pagenavi{
	font-size:14px;
	text-align:center;
	margin-bottom:40px;
}
.wp-pagenavi a, .wp-pagenavi span{
	display:inline-block;
	padding:5px 10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.shop-list{
	display:block;
}

.shop-list li {
	width:100%;
}
}
/*------------------------------------------
	ct_shop page
------------------------------------------*/

.shop-ttl{
	padding:10px 0;
	margin-bottom:20px;
	border-top:2px #009139 solid;
	border-bottom:1px #CCC dotted;
}

.shop-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-ttl p .cat span:after,
.shop-ttl p .area span:after{
	content:", ";
}
.shop-ttl p .cat span:last-child:after,
.shop-ttl p .area span:last-child:after{
	content:"";
}
	
.shop-ttl h1{
	font-size: 24px;
	font-size: 1.5rem;
	padding:0;
	margin:0;
}
.shop-txt{
	margin-bottom:40px;
}
.shop-img div{
	margin-bottom:40px;
}
.shop-img div .shop-img-cap{
	margin-top:5px;
}

.shop-data{
	padding:20px;
	margin-bottom:40px;
	background:#F5F5F5;
	border-radius:5px;
}
.shop-data dl{
	width:57%;
	margin:0;
	float:left;
}
.shop-data dt{
	width:150px;
	padding:0 0 0.75em;
	float:left;
}
.shop-data dd{
	width:100%;
	padding:0 0 0.75em 150px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}

.shop-data .gmap{
	width:40%;
	float:right;
}

.google_map {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 56.6%;
	padding-bottom: 100%;
	overflow: hidden;
}
.google_map iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border:1px #FFF solid;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.shop-data dl{
	width:100%;
	margin:0;
	float:none;
}
.shop-data dt{
	width:100%;
	float:none;
}
.shop-data dd{
	padding:0 0 0.75em 0;
}

.shop-data .gmap{
	width:100%;
	float:none;
}

}

/*------------------------------------------

	Sponsor

------------------------------------------*/
.sponsor-companies{
	display:flex;
	width:100%;
	margin-top:60px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sponsor-companies li{
	width:31%;
	text-align:center;
	list-style: none;
	margin-bottom:10px;
}
.sponsor-companies:after{
	content:"";
	display: block;
	width:31%;
}
.sponsor-companies li a{
	display: block;
	text-decoration:none;
}
.sponsor-companies li a:hover{
	opacity:0.8;
}

.sponsor-companies li .bnr{
	margin-bottom:20px;
	border:2px #DDD solid;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.sponsor-companies li{
	width:100%;
}

}
@media (max-width: 600px) {
}

/* COMING SOON表示 */
.comingsoon{
	font-size: 1.2em;
	color:#999;
	font-weight:bold;
	text-align:center;
	padding:20px;
	margin:40px 0 60px;
	border:2px #ddd solid;
}
