/*
 Theme Name:   mitaka-point1.1
 Version:      1.1.0
*/

/*-------------------------------------------
	fonts
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
/*------------------------------------------

	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;
}
ul{
	padding:0;
}

.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{
  height:190px;
  padding-top:38px;
  margin:0 auto;
}

header .inner{
  position:relative;
  max-width:1400px;
  padding-bottom:15px;
}
.httl{
  width:148px;
  margin:0 0 0 50px;
  padding:0;
}



/* grobal navigation (custom menu)
------------------------------------------*/
.grobal-nav {
  position:absolute;
  top:9px;
  left:22%;
}
#menu-grobal-menu{
  display:flex;
  justify-content:space-between;
  width:920px;
  margin:0;
}
#menu-grobal-menu li{
width:137px;
background: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/nav_bg.png") 0 0 no-repeat;
}
#menu-grobal-menu li a{
  display:block;
  width:137px;
  height:127px;
  font-size:18px;
  color:#006534;
  line-height:1.2;
  padding:65px 0 0;
text-align:center;
background-position:center 16px;
background-repeat:no-repeat;
}
#menu-grobal-menu li a:hover,
#menu-grobal-menu li.current-menu-item a{
  opacity:0.8;
}

#menu-grobal-menu li.gn-home a{
    background-image: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/nav_icon01.png");
}
#menu-grobal-menu li.gn-shoplist a{
    background-image: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/nav_icon02.png");
}
#menu-grobal-menu li.gn-souvenir a{
    background-image: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/nav_icon03.png");
}
#menu-grobal-menu li.gn-faq a{
    background-image: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/nav_icon04.png");
}
#menu-grobal-menu li.gn-manual a{
    background-image: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/nav_icon05.png");
}
#menu-grobal-menu li.gn-target a{
    background-image: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/03/nav_icon06.png");
}

.menu{
  list-style-type:none;
}


#toggle {
	display: none;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 1200px) {
header{
  height:60px;
  padding:0;
}
header .inner{
padding: 0 3%;
border:none;
}

.httl{
  width:110px;
  margin:0;
  padding:8px 0;
}

.grobal-nav{
  position:absolute;
top:0;
right:auto;
left:0;
width:100%;
margin-left:0;
margin-right:0;
}
.menu-grobal-menu-container{
	position:absolute;
	width:100%;
	top:60px;
	display: none;
	z-index:20;
}
#menu-grobal-menu{
	display:block;
width:100%;
	background:rgba(255,255,255,0.9);
	border-right:none;
}
#menu-grobal-menu li{
	width:100%;
	display:block;
	background:none;
	border-left:none;
	border-bottom:1px #B1EB59 solid;
}
#menu-grobal-menu li a{
width:100%;
height:auto;
text-align:left;
padding: 15px 0 15px 60px;
background-size:33px 30px;
background-position:10px center;
}

#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: #006534;
	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 1200px */

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

	footer

------------------------------------------*/
#footer{
border-bottom:14px #78A32D solid;
}
.footer-inner{
max-width:980px;
padding:110px 0 50px;
margin:0 auto;
background: url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/03/main03.png") 95% 50px no-repeat;
background-size:132px 226px;
}

#menu-footer-menu {
margin-bottom:10px;
}
#menu-footer-menu li{
display:inline-block;
padding-right:15px;
margin:0 10px 10px 0;
border-right:1px #201513 solid;
}
#menu-footer-menu li:last-child{
border:none;
}
#menu-footer-menu li a{
text-decoration:none;
}
.fmds{
font-size:27px;
color:#006334;
line-height:1.2;
margin-bottom:25px;
}

.finquiry{
}

.finquiry dt{
width:164px;
font-size:13px;
color:#FFF;
font-weight:400;
line-height:1;
text-align:center;
padding:9px;
margin:7px 0 0;
background-color:#E19729;
border-radius:15px;
float:left;
}
.finquiry dd{
padding:0 0 0 184px;
margin:0;
}
.finquiry dd.tel span{
font-size:32px;
}


.totop {
	position: fixed;
	right: 3%;
	bottom: 30px;
	display:none;
}
.totop a {
    display: block;
    width: 70px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://mitakapoint.yomsubi.com/wp-content/uploads/2023/03/totop.png) 0 0 no-repeat;
    background-size: contain;
}


@media (max-width: 980px) {
#footer{
padding:0 3%;
}
.footer-inner{
padding:270px 0 20px;
margin:0 auto;
background-position:center 20px;

}

}
@media (max-width: 768px) {
.finquiry dt{
float:none;
}
.finquiry dd{
padding:0 0 0 0;
margin:5px 0 10px;
}
}
@media (max-width: 480px) {
.footer-inner{
padding:270px 0 80px;
}
}

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

	Common

------------------------------------------*/
body{
  font-family: 'Kosugi Maru', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.6;
margin:0;
}
#main{
}
.home #main{
margin-bottom:0;
}


#content {
}
.site-content{
padding:0;
}
.sec{
	clear:both;
padding-bottom:80px;
}
.inner{
max-width:980px;
margin:0 auto;
}
.inner02{
max-width:768px;
margin:0 auto;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}
.img{
	margin-bottom:20px;
}

.menu{
	list-style-type:none;
}
a{
color:#333;
	text-decoration:underline;
	transition: opacity .4s,background-color .4s;
}
table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}
p {
    margin: 0 0 1.5em;
    padding: 0;
}


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:"※";
}
select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 980px) {
.inner{
padding:0 3%;
margin:0;
}
}
@media (max-width: 768px) {
.inner02{
padding:0 3%;
margin:0;
}
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}

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

	page-header

------------------------------------------*/
.thead-frm{
background-image: 
url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg03.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/main04.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg02.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg01.png");
background-position: center bottom, center 130px, right 0, 0 22px;
background-size: 100% auto, 100% auto, 267px 222px, 311px 490px;
background-repeat: no-repeat;
background-color:#B1EB59;
}
.phead-frm{
background-image: 
url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg07.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/main04.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg02.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg01.png");
background-position: center bottom, center 40px, right 0, 0 22px;
background-size: 100% auto, 100% auto, 267px 222px, 311px 490px;
background-repeat: no-repeat;
background-color:#B1EB59;
}

header{
width:100%;
}
.thead{
width:100%;
position:relative;
padding:0 0 45px;
}
.thead-inner{
max-width:1400px;
margin:0 auto;
display: flex;
justify-content:space-around;
flex-wrap: wrap;
}



.thead-main{
position:relative;
width:37.5%;
padding:0 0 20px;
z-index: 0;
}

.thead-main h1{
text-align:center;
padding:0;
margin:90px 0 30px;
}
.thead-main-img{
text-align:center;
margin-bottom:30px;
display:none;
}
.thead-main .frm{
text-align:center;
margin:0 auto 10px;
}

.thead-main a.hbtn01,
.thead-main a.hbtn02{
display:inline-block;
font-size:18px;
line-height:1;
text-decoration:none;
margin:0 5px 20px;
border-radius:25px;
box-shadow: 0px 5px 10px 0px rgba(225,151,41,0.5);
}
.thead-main a.hbtn01{
color:#E19729;
padding:12px 40px;
background:#FFF;
border:3px #E19729 solid;
}
.thead-main a.hbtn02{
color:#FFF;
padding:15px 40px;
background:#E19729;
}


.thead-sub01{
width:23%;
text-align:right;
padding-top:80px;
}

.thead-sub02{
width:23%;
}

.tnews{
max-width:768px;
margin:0 auto;
}

.tnews h2{
font-size:17px;
color:#FFF;
font-weight:400;
line-height:1;
padding:10px 0 5px 20px;
margin:0;
background:#E19729;
border-radius:12px 12px 0 0;
}
.tnews-body{
position:relative;
padding:10px 20px 45px;
background:#FFF;
border-radius: 0 0 12px 12px;
}
.tnews dl{
height:80px;
font-size:14px;
margin:0;
overflow-y: scroll;
}
.tnews dl dt{
position:relative;
width:100px;
padding:10px 0 0 0;
float:left;
}
.tnews dl dd{
padding:10px 0 5px 100px;
margin:0;
border-bottom:1px #000 dashed;
}

.tnews .btn{
position:absolute;
bottom:15px;
right:20px;
display:block;
width:65px;
font-size:14px;
color:#FFF;
line-height:1;
text-align:center;
padding:2px;
text-decoration:none;
background:#E19729;
border-radius:14px;
}


.phead{
margin-bottom:60px;
}

.phead .inner{
position:relative;
text-align:center;
padding:30px 0 100px;
}

h1.phead-ttl{
position:relative;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 30px;
font-size: 1.875rem;
color: #006534;
font-weight:700;
padding:0;
margin:0;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 1000px) {
.thead-frm,
.phead-frm{
background-position: center bottom, center 0, right 0, 0 22px;
background-size: 100% auto, 1400px 152px, 267px 222px, 311px 490px;
}


.thead{
padding:30px 3%;
}
.land-ttl{
  padding:60px 20px 30px;
}
.thead-main .catch .title{
  font-size:28px;
}
.thead-frm{
flex-direction: column;
}

.thead-main{
width:100%;
text-align:left;
padding:0;
}
.thead-main h1{
margin: 0 0 30px;
}
.thead-main-img{
display:block;
}

.thead-sub01,
.thead-sub02{
display:none;
}
.tnews dl{
min-height:auto;
}
.phead{
padding:0 3%;
}
}/* end 1200px */

@media (max-width: 768px) {
.phead .inner{
}
.land-head-spimg{
display:block;
}
}/* end 768px */

@media (max-width: 620px) {
.thead-main .catch span{
  font-size:24px;
}
.thead-main012 p br{
display:block;
}
.pagettl{
margin-bottom:40px;
}
}/* end 620px */

@media (max-width: 480px) {
.land-ttl{
  padding:60px 20px 30px;
}
.thead-main .badge{
left:10%;
display:block;
width:80%;
margin-left:0;
}
.tnews dl dt{
width:120px;
float:none;
}
.tnews dl dd{
padding:0 0 10px 0;
}
.phead{
margin-bottom: 40px;
}

}/* end 480px */


/*--------------------------------------------------------------
	midashi
--------------------------------------------------------------*/
.cmnmds01{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  color:#000;
  font-weight: 700;
  padding:10px !important;
text-align:center;
}
.cmnmds02{
  font-size:18px;
  color:#006534;
  font-weight:bold;
  padding:0 0 20px;
  text-align:center;
  border-bottom:1px #006534 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 {
    max-width: 250px;
    width: 100%;
    background-color: #666;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    border-radius: 30px;
    display: block;
    padding: 20px;
    margin: 0 auto 40px;
    text-decoration: none;
}

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;
}
a.cmnbtn02 {
    max-width: 350px;
    width: 100%;
    background-color: #E19729;
    font-size: 16px;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    border-radius: 30px;
    display: block;
    padding: 20px;
    margin: 0 auto 40px;
    text-decoration: none;
}

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;
}
.btnbox{
position:relative;
margin-top:30px;
z-index:1;
}
a.cmnbtn03 span {
  display:inline-block;
  padding: 13px 0;
}
a.cmnbtn03:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}
a.cmnbtn03:after {
    background: repeating-linear-gradient(-45deg,#0A7E31,#0A7E31 4px,transparent 0,transparent 8px);
}
a.cmnbtn03:hover,
a.cmnbtn03:focus{
  -webkit-box-shadow:none;
  box-shadow:none;
}

a.cmnbtn03:hover{right:5px;top:5px;opacity:1;}
a.cmnbtn03:hover:after{top:5px;left:-5px;opacity:0;}



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

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

	HOME

------------------------------------------*/
/*------------------------------------------
	about
------------------------------------------*/
#tabout{
padding:50px 0 140px;
margin:0;
background-image:url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg05.png"),url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg04.png");
background-position: center bottom, right bottom;
background-size:100% auto, 383px 342px;
background-repeat: no-repeat; 
background-color:#E5F8C8;
}
.tabout-catch{
margin-bottom:-20px;
}
#tabout h2{
text-align:center;
margin:0 0 10px;
padding:0;
}
.tabout-lead{
font-size: 17px;
color:#006534;
text-align:center;
}
.tabout-txt{
font-size: 17px;
line-height:1.75;
text-align:center;
}

.tabout-bnr-list{
list-style:none;
text-align:center;
margin:0px;
}
.tabout-bnr-list li{
display:inline-block;
margin:10px 10px 20px;
vertical-align:middle;
}
.tabout-dltxt{
font-size:16px;
color:#006534;
text-align:center;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 980px) {
.tabout-txt{
text-align:left;
}
.tabout-txt br{
display:none;
}

}


@media (max-width: 768px) {
.tabout-catch{
margin-bottom:5px;
}
}
@media (max-width: 480px) {
.tabout-frm>div{
width:100%;
}
.tabout-frm .point h3 span img{
position:absolute;
top:-80px;
left:5px;
}

}


/*------------------------------------------
	dekirukoto
------------------------------------------*/
#tdekiru{
padding:70px 0 50px;
background:url("https://mitakapoint.yomsubi.com/wp-content/uploads/2023/02/bg06.png") left bottom no-repeat #FFF8CB;
border-bottom:80px #E5F8C8 solid;
}
.tdekiru-mds{
font-size:18px;
color:#FFF;
font-weight:400;
line-height:1.4;
text-align:center;
padding:6px!important;
margin-bottom:40px;
background:#E19729;
border-radius:40px;
}
.tdekiru-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
list-style:none;
margin-bottom:0;

}
.tdekiru-list li{
width:25%;
text-align:center;
padding:10px 10px;
background:#FFF;
border:5px #9AC93A dashed;
border-radius:10px;
}
.tdekiru-list li .img{
margin-bottom:20px;
}
.tdekiru-list li .txt{
font-size:14px;
line-height:1.2;
margin-bottom:0;
}

.tdekiru-btn{
display:block;
width:276px;
text-decoration:none;
padding:2px;
margin:0 auto 40px;
background:#D46B54;
border-radius:10px;
}
.tdekiru-btn span{
display:block;
font-size:20px;
color:#FFF;
font-weight:bold;
text-align:center;
padding:10px;
border:1px #FFF solid;
border-radius:8px;
}
.tdekiru-notes{
text-align:center;
padding:20px 20px 0;
border:1px #6D6B6B solid;
border-radius:10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 1190px) {
#tdekiru{
padding:60px 3%;
}
.tdekiru-mds img{
right:0;
}

}
@media (max-width: 980px) {
.tdekiru-list li{
width:30%;
}
}

@media (max-width:768px) {
.tdekiru-list li{
width:100%;
margin-bottom:20px;
}
.tdekiru-mds{
text-align:center;
margin-bottom:40px;
}

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









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

	news

------------------------------------------*/
.news-list{
	margin-bottom:60px;
	border-top:1px #BFBFBF solid;
}
.news-list dt{
	width:10em;
	color:#006534;
	padding:1em 0;
	float:left;
}
.news-list dd{
	padding:1em 0 1em 11em;
	margin:0 0 1em;
	border-bottom:1px #BFBFBF solid;
}
span.new{
display:inline-block;
width:46px;
font-size:11px;
color:#FFF;
font-weight:bold;
line-height:1;
padding:5px;
margin-left:10px;
text-align:center;
background:#FF0000;
border-radius:11px;
vertical-align:middle;
}

.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:#006534;
	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;
}

}

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

	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;
}


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

	entry

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


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: auto;
  width: 100%;
}
textarea{
  width: 100%;
}

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

.formbox h2{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size:22px;
  color:#006636;
  padding:0 0 10px; 
  margin:3em 0 2em;
  border-bottom:1px #006636 solid;
}
.formbox h2:first-child{
	margin:0 0 2em;
}
.formbox h3{
	font-size:16px;
	color:#000;
	margin:0 0 1.2em;
}
.formbox h3 span{
	font-size:15px;
}
.formbox h2+h3{
	padding-top:0;
	margin:0 0 1.2em;
}
html[lang="ja"] .formbox h4{
	font-size:16px;
	color:#000;
	font-weight:bold;
	padding-top:0;
	margin:20px 0;
}
.formbox .required {
  color: #ff0000;
  padding: 0 2px;
}
.formbox p{
  margin:0 0 1em;
}
.formbox .check-box{
text-align:center;
padding:10px;
background:#F9F9F9;
}
.formbox .kiyaku-box{
height: 200px; 
overflow-y: scroll; 
border: solid 1px #DDD; 
padding: 10px;
margin-top:-10px;
}
.formbox .kiyaku-box ol{
margin-left:2em;
}

.company-size input{
width:220px;
}

.bank-name-box{
display:flex;
}
.bank-name-box .bank-name{
width:calc(100% - 140px);
}
.bank-name-box .bank-type{
width:140px;
padding-left:10px;
}
.shiten-name  input{
width:calc(100% - 40px);
margin-right:10px;
}


.formbox dl{
  margin:0;
}
.formbox dt{
  width:120px;
  float:left;
  font-weight:normal;
  padding:10px 0;
}
.formbox dd{
  padding:0 0 0 120px;
  margin:0 0 20px;
}

.formbox dl.opening-hour-frm{
  margin:0 0 20px;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items:center;
}
.formbox dl.opening-hour-frm dt{
  width:70px;
  font-weight:normal;
text-align:right;
  padding:0;
}
.formbox dl.opening-hour-frm dd{
  width:calc(33.33% - 70px);
  padding:0 10px;
  margin:0;
}

.formbox .address2 dt{
  width:125px;
}
.formbox .address2 dd{
  padding:0 0 0 125px;
}

.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:70px;
  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;
}
.formbox .service-target2 input{
  width:5em;
}
.narrow-box input {
    width: 220px;
}
.formbox .store-type-box,
.formbox .company-join-box{
    padding: 3%;
    margin-top: 1em;
    background: #F9F9F9;
}
.formbox .store-type-box span.off{
display:inline-block;
text-decoration:line-through;
padding:0 40px 0 0;
    margin-bottom: 0.5em;
color:#999;
}

.formbox .terminal-request-box dt{
width:120px;
}
.formbox .terminal-request-box dd{
padding:10px 0 10px 130px;
}
.formbox .terminal-request-box dd input{
width:auto;
}

.formbox textarea::placeholder { color: #999; }


.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:2em;
}

.formbox button,
.formbox input[type="button"],
.formbox input[type="submit"] {
  max-width: 250px;
  width: 100%;
  background-color: #006636;
  font-size: 16px;
  color:#FFF;
  text-align: center;
  font-weight: 700;
  line-height:1;
  border-radius: 30px;
  display:inline-block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
  padding:20px;
  border:none;
}
.formbox input[type="button"]{
  max-width: 250px;
  width: 100%;
  background-color: #333;
  margin-bottom:20px;
}

.formbox input[type="button"]:hover,
.formbox input[type="submit"]:hover{
  opacity:0.8;
}
.formbox .submit span{
position:relative;
display:inline-block;
  max-width: 450px;
  width: 100%;
z-index:0;
}




.formbox .submit span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg,#05E5A9,#05E5A9 5px,transparent 0,transparent 10px);
  border-radius: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

.formbox ul.mare-note{
display:block;
max-width:700px;
margin:0 auto 20px;
}
.formbox ul.mare-note li{
width:100%;
text-align:left;
text-indent:-1em;
padding-left:1em;
margin-bottom:1em;
}
.formbox .check {
padding: 10px 3%;
margin-top: 1em;
background: #F9F9F9;
}

.formbox p.note{
font-size:14px;
margin-top:-10px;
}

.formbox .seiyaku-box{
  margin:60px 0 0;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.formbox dt{
  width:100%;
  float:none;
}
.formbox dd{
  padding:0;
}
.formbox dl.opening-hour-frm dt{
  width:70px;
  margin-bottom:10px;
}
.formbox dl.opening-hour-frm dd{
  width:calc(100% - 70px);
  margin-bottom:10px;
}
.formbox .terminal-request-box dt{
  width:100%;
}
.formbox .terminal-request-box dd{
  padding:0;
}

.formbox .address2 dt{
  width:100%;
}
.formbox .address2 dd{
  padding:0;
}


.formbox ul li{
  width:100%;
}
.formbox .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;
}
}

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

	MW WP Form

--------------------------------------------------------------*/
.mwform-radio-field label,
.mwform-checkbox-field {
display:inline-block;
}
#bank-select{
margin-bottom:20px;
}

.mw_wp_form_confirm .input-box{
padding:10px;
background:#F9F9F9;
}
.formbox input.back-btn[type="submit"]{
background:#666;
border:none;
color:#FFF;
}
.mw_wp_form .horizontal-item.horizontal-item {
margin-left: 0;
margin-right: 10px;
}



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

	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{
  font-family: 'M PLUS Rounded 1c', sans-serif;
	content:"Q. ";
	color:#006534;
}
.faq-list dd{
	padding:0 0 0 calc(10px + 1.3em);
	margin:0 0 2em 0;
	text-indent:-1.3em;
}

.faq-list dd:before{
  font-family: 'M PLUS Rounded 1c', sans-serif;
	content:"A. ";
	color:#999;
	font-weight:bold;
}


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

	shoplist

------------------------------------------*/
/*------------------------------------------
	search
------------------------------------------*/
.shoplist-head h1{
  text-align:center;
}
.searchandfilter>ul>li{
	padding:0;
	margin:40px 0;
}
.searchandfilter ul li.sf-field-taxonomy-shop_cat,
.searchandfilter ul li.sf-field-taxonomy-shop_area,
.searchandfilter ul li.sf-field-taxonomy-shop_point,
.searchandfilter ul li.sf-field-search{
	padding:20px;
	border:2px #006534 solid;
	border-radius:5px;
}

.sf-field-taxonomy-shop_cat h4,
.sf-field-taxonomy-shop_area h4,
.sf-field-taxonomy-shop_point h4,
.sf-field-search h4{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 22px;
	color:#000;
	text-align: center;
	margin:0 auto 10px auto;
}
.sf-field-taxonomy-shop_cat ul,
.sf-field-taxonomy-shop_area ul,
.sf-field-taxonomy-shop_point ul{
	padding:20px;
	background:#F2F2F2;
	border-radius:5px;
	overflow:hidden;
}
.sf-field-taxonomy-shop_area ul,
.sf-field-taxonomy-shop_point ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.sf-field-taxonomy-shop_area ul li,
.sf-field-taxonomy-shop_point ul li{
	width:49%;
}

.sf-field-taxonomy-shop_area ul li:after{
	display:block;
	font-size:14px;
	padding:10px;
	margin:10px 0;
	background:#fff;
	border-radius: 3px;
}


.searchandfilter ul li.sf-field-submit {
	text-align: center;
	margin:0;
}
.sf-field-submit input{
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	max-width: 250px;
	width:100%;
	font-size: 16px;
	color: #FFF;
	line-height:1;
	padding:20px;
	margin: 0 auto;
	background: #006534!important;
	background-size:21px 19px!important;
	border-radius: 30px;
	transition: opacity .3s,background-color .3s;
border:none;
}
.sf-field-submit input:hover{
opacity:0.8;
}

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

.searchandfilter ul li ul.children{
	padding:5px 0 0;
	margin-bottom:-5px;
}
.searchandfilter ul li ul li ul{
	margin-left:0;
}
.searchandfilter ul li.sf-item-75,
.searchandfilter ul li.sf-item-76,
.searchandfilter ul li.sf-item-77,
.searchandfilter ul li.sf-item-78,
.searchandfilter ul li.sf-item-79,
.searchandfilter ul li.sf-item-80,
.searchandfilter ul li.sf-item-81,
.searchandfilter ul li.sf-item-82,
.searchandfilter ul li.sf-item-83{
margin-top:-10px;
}
.sf-item-75>input,
.sf-item-75>label,
.sf-item-76>input,
.sf-item-76>label,
.sf-item-77>input,
.sf-item-77>label,
.sf-item-78>input,
.sf-item-78>label,
.sf-item-79>input,
.sf-item-79>label,
.sf-item-80>input,
.sf-item-80>label,
.sf-item-81>input,
.sf-item-81>label,
.sf-item-82>input,
.sf-item-82>label,
.sf-item-83>input,
.sf-item-83>label{
	display:none;
}


/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.sf-field-taxonomy-shop_area ul li,
.sf-field-taxonomy-shop_point ul li{
	width:100%;
}
}

/*------------------------------------------
	shoplist
------------------------------------------*/
.post-type-archive-ct_shop sec{
margin-top:20px;
}


.shop-list{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.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>span{
}

.shop-list-ttl p .cat span:before,
.shop-list-ttl p .area span:before{
	content:", ";
}
.shop-list-ttl p .cat span:first-child:before,
.shop-list-ttl p .area span:first-child:before{
	content:"";
}
.shop-list-ttl h2{
	position:relative;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight:400;
	padding:0 100px 0 0;
	margin:0 0 10px;
}
.shop-list .tokuten{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
	background:#F5F5F5;
}
.shop-list .tokuten dt{
	color:#009FE8;
	padding:5px;
}
.shop-list .tokuten dd{
	padding:0 5px 5px;
	margin:0;
}
.shop-list .address{
	margin:0 0 10px;
}

.shop-list li a{
	display:block;
	padding:6px;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	background:#006534;
	border-radius:19px;
}
.search_count{
	color:#006534;
	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 #006534 solid;
	border-bottom:1px #CCC dotted;
}

.shop-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-ttl p>span{
	display:inline-block;
}

.shop-ttl p .cat span:before,
.shop-ttl p .area span:before{
	content:", ";
}
.shop-ttl p .cat span:first-child:before,
.shop-ttl p .area span:first-child:before{
	content:"";
}


.shop-ttl .point{
	top:3px;
	right:0;
	font-size:12px;
	color:#000;
	padding:5px;
	margin-right:5px;
	background:#FAC92C;
	border-radius:5px;
}
.shop-list-ttl .point{
	top:3px;
	right:0;
	font-size:12px;
	color:#000;
	padding:5px;
	margin-right:5px;
	background:#FAC92C;
	border-radius:5px;
}
.point-box{
margin:10px 0;
}
.shop-ttl .point-box{
margin:10px 0 0;
}

	
.shop-ttl h1{
	position:relative;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight:400;
	padding:0 100px 0 0;
	margin:0;
}
.shop-txt{
	margin-bottom:40px;
}
.shop-tokuten{
	margin-bottom:40px;
}
.shop-tokuten h2{
	font-size: 24px;
	font-size: 1.5rem;
	color:#009FE8;
	text-align:center;
	padding:10px;
	border-bottom:1px #CCC dotted;
}
.shop-tokuten dt{
	width:150px;
	color:#009FE8;
	padding:0 0 0.75em;
	float:left;
}
.shop-tokuten dd{
	width:100%;
	padding:0 0 0.75em 150px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}
.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;
}
.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: 768px) {
.shop-tokuten dt{
	width:100%;
	float:none;
}
.shop-tokuten dd{
	padding:0 0 0.75em 0;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}
.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;
}
}

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

	Target

------------------------------------------*/
.target-catmds01{
	font-size:16px;
	color:#006534;
	padding:10px 0;
	margin:0;
	border-top: 1px #006534 solid;
}

.target-tbl{
	border-top: 1px #DDD solid;
	border-left: 1px #DDD solid;
}
.target-tbl th{
	width:5%;
	white-space:nowrap;
}
.target-tbl td{
	width:25%;
}
.target-tbl td:last-child{
	width:45%;
}
.target-tbl thead th{
	color:#FFF;
	font-weight:normal;
	background:#006534;
	border-right:1px #DDD solid;
}
.target-tbl tbody th,
.target-tbl tbody td {
	padding: 10px;
	border-right: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
}
.target-tbl tbody th{
	background:#F9F9F9;
}

/*---counter--*/
.target-tbl {
	counter-reset: rowCount;
}

.target-tbl > tbody > tr {
	counter-increment: rowCount;
}

.target-tbl > tbody > tr > th::before {
	content: counter(rowCount);
}

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

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

	Souvenir

------------------------------------------*/
.exchange-box01{
	padding:1px 20px 1px;
	margin:40px 0;
	background:#F6F6F6;
	border-radius:10px;
}
.exchange-mds01{
	width:200px;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	padding:5px;
	margin:-17px auto 20px;
	background:#006534;
	border-radius:18px;
}
.exchange-box01 p{
	text-align:center;
}
.exchange-box01 p.note{
	color:#f00;
}

.exchange-frm{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.exchange-frm dl{
	width:48%;
	padding:10px;
	margin:0 0 20px;
	background:#FFF;
	border-radius:10px;
}
.exchange-frm dl dt{
	color:#006534;
}
.exchange-frm dl dd{
	margin:0;
}
.exchange-box02{
	text-align:center;
	padding:0 20px;
	margin:40px 0 80px;
	border:2px #006534 solid;
	border-radius:10px;
}
.souvenir-list{
	display:flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.souvenir-list li{
	width:31%;
	text-align:center;
	list-style: none;
	margin-bottom:30px;
}
.souvenir-list:after{
	content:"";
	display: block;
	width:31%;
}
.souvenir-list li a{
	display:block;
}

.souvenir-list li .bnr{
display:flex;
justify-content: center;
align-items:center;
width:100%;
height:220px;
margin-bottom:10px;
padding:10px;
background:#FFF8CB;
}
.souvenir-list li h2{
font-size:16px;
font-weight:400;
padding:0;
margin:0 0 10px;
}
.souvenir-list li .point01,
.souvenir-list li .point02{
display:inline-block;
font-size:14px;
color: #FFF;
padding:0 10px;
margin:0 auto 10px;
border-radius: 12px;
}
.souvenir-list li .point01{
background: #E19729;
}
.souvenir-list li .point02{
background: #78A32D;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.exchange-frm dl{
	width:100%;
}

.souvenir-list li{
	width:100%;
}

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


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

	Manual

------------------------------------------*/
.page-manual .bgfrm{
padding:60px 0 0;
background:#F3F4D8;
}
.page-manual .sec{
padding-bottom:40px;
}
.manual-list{
list-style:none;
margin-bottom:0;
}

.manual-list li{
padding:20px;
margin-bottom:30px;
background:#FFF;
border-left:10px #006534 solid;
}
.manual-list li h2{
font-size:18px;
margin:0 0 10px;
}
.manual-list li p{
margin:0;
}

.manual-list li p a{
color:#006534;
}


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


/* コミュニティ活動記事確認用設定 */

/*------------------------------------------
	post
------------------------------------------*/

.community-ttl{
display:flex;
flex-direction: column;
padding:10px 0;
margin-bottom:20px;
border-top:2px #136535 solid;
border-bottom:1px #CCC dotted;
}
.community-ttl h1{
position:relative;
font-size: 1.5rem;
font-weight:400;
padding:0;
margin:0 0 10px;
order: 1;
}

.community-ttl .catch{
color:#136535;
margin:0;
order: 2;
}

.community-cat{
margin:0;
order: 0;
}
.community-cat li{
display:inline-block;
font-size:0.75rem;
color:#FFF;
line-height:1;
vertical-align:middle;
padding:6px;
margin:0 5px 5px 0;
background:#136535;
border-radius:4px;
}

	
.community-data{
padding:2%;
margin-bottom:40px;
background:#FCFFF3;
border-radius:5px;
}
.community-gallery{
display: flex;
align-items:center;
width:100%;
margin-bottom:2%;
}
.community-gallery div{
max-width:32%;
text-align:center;
margin-right:5px;
}
.community-gallery div img{
max-height:200px;
}

.community-data table{
}
.community-data tr{
border-bottom:1px #CCC dotted;
}

.community-data th{
width:210px;
text-align:left;
padding:0.75em 0;
}
.community-data td{
padding:0.75em 0;
}
.community-data td ul{
margin:0;
padding-left:1.5em;
}
.community-data td ul li{
margin-bottom:10px;
}
.community-data td ol{
margin:0;
padding-left:1.5em;
}
.community-data td ol li{
margin-bottom:10px;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.community-data th,
.community-data td{
	display:block;
	width:100%;
}
.community-data th{
padding:0.75em 0 0;
}

}
