html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
    background-color: #fff;
}
@media (max-width:768px) {
	body {
	    font-size: 1.6rem;
	}
}

a {}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.8;
}

p + p {
    padding-top: 1.5rem;
}

p.small {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}

figure {
    margin: 1rem 0;
}

figcaption {
    text-align: center;
    font-size: 1.4rem;
}
.entry_body table caption{
    font-size: 16px;
}
.entry_body figcaption ,
.entry_body figcaption p{
    font-size: 20px;
}

/*header*/

.headarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0;
    padding: 0 21px;
}

.headarea > .logo {
    margin-right: auto;
}

.logo img {
    height: 28px;
}
/*.burger img {height: 36px;}*/
/*global navigation*/
.burger {
    width: 36px;
    height: 36px;
    background: white;
    text-align: center;
    background-image: url(../img/burger-mv.png);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;
}
.burger.opennav {
    background-image: url(../img/burger-close-mv.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.burger:hover {
    cursor: pointer;
}

/*global navigation*/

.nav-trigger,
.nav-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-trigger {
    position: relative;
    width: 40px;
    height: 20px;
}

.nav-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #cc0000;
}

.nav-trigger span:nth-of-type(1) {
    top: 0;
}

.nav-trigger span:nth-of-type(2) {
    top: 8px;
}

.nav-trigger span:nth-of-type(3) {
    bottom: 0;
}

.nav-trigger::after {
    position: absolute;
    bottom: -16px;
    content: 'メニュー';
    display: block;
    width: 100%;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav-trigger.active::after {
    content: '閉じる';
    bottom: -16px;
}

.nav-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    width: 30px;
    margin-left: 5px;
}

.nav-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    width: 30px;
    margin-left: 5px;
}

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

.global-nav li a {
    display: block;
    text-decoration: none;
    padding: 1.56rem 3rem;
    color: #333;
    text-align: left;
    border-top: 1px solid #c3c3c3;
    background-color: #f6f3ec;
}

.global-nav li:nth-child(n+8) a {
    color: #000;
    text-align: left;
    background-color: #fff9ee;
}

.global-nav li:nth-child(n+16) a {
    color: #fff;
    text-align: left;
    border-top: 1px solid #dab879;
    border-bottom: 1px solid #75551a;
    background-color: #a27a30;
}

.global-nav li a span:before {
    font-size: 1.8rem;
    content: " ＞ ";
    float: right;
    color: #cc0000;
    font-weight: 600;
}

.global-nav li:nth-child(n+15) a span:before {
    color: #fff;
}

.head-nav {
    padding-bottom: 3rem;
    background: #f6f3ec;
}

.head-nav > .global-nav li:nth-child(8) a {
    border-bottom: 1px solid #c3c3c3;
}

.head-nav > .global-nav li:nth-child(n+9) a {
    text-align: center;
}

.head-nav > .global-nav li:nth-child(n+9) {
    text-align: center;
    background-color: #f6f3ec;
}

.head-nav > .global-nav li:nth-child(n+10) a {
    border-top: none;
}

.head-nav > .global-nav li a.btntop {
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 1rem;
    margin-top: 2rem;
    border: 1px solid #333;
}

.head-nav > .global-nav li a.btntop2 {
    width: 285px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #cc0000;
    display: inline-block;
    padding: 1.6rem 0;
    margin: 1.6rem 0 0;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
}

.head-nav > .global-nav li > a.btntop2 > img {
    vertical-align: middle;
    height: 22px;
    padding-left: 1rem;
}

.head-nav > .global-nav li a.btntop2:hover {
    background: #b40000;
}

#topnav {
    display: none;
}
#topnav.opennav {
    display: block;
}
/* .nav-trigger .active > nav#topnav {display: block;} */

/*main*/

.headline h1 {
	margin: 0;
	padding: 0;
}

h1.pagehead {
	font-size: 1.7rem;
	color: #fff;
	padding: .8rem 0;
	text-align: center;
	background: #ca0f0f;
}

.content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*3tsuyomi*/

.number {
    width: 56px;
    height: auto;
    padding-top: .8rem;
}

.tsuyomi h3 {
    margin: 0;
    padding: 0;
    margin-bottom: .8rem;
    font-size: 2rem;
    line-height: 1.6;
    color: #ca0f0f;
}
.tsuyomi-foot {
	margin-top: 2rem;
}

.punav,
.punav h2 {
    margin-top: 0;
}

/*emphasize*/

.emphasize {
	max-width: 1000px;
	margin: 20px auto 0;
}

.empimg {
    padding: 0 0 2.6rem 1rem;
    white-space: nowrap;
    /* width: calc(100% - 3.5rem); */
    width: calc(100% - 1rem);
}

.emphasize img {
    width: 50%;
    height: auto;
}

.emphasize img:nth-child(1) {
    padding-right: 1rem;
}

/*story*/

.story .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-category {
    display: inline-block;
    /* width: calc(50% - 4px); */
    width: calc(50% - 6px);
    text-align: center;
    padding: 1.5rem 0;
    margin: 1px 0;
    letter-spacing: .3rem;
    text-decoration: none;
    color: #333;
    background: #eaeaea;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-category:nth-child(odd) {
    margin-right: 2px;
    margin-left: 2px;
}

.btn-category:active,
.btn-category:hover {
    color: #fff;
    background: #cc0000;
}



/*blog news story*/

.article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
}

.list-eyecatch {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 1rem .8rem 1rem 0;
}
.list-eyecatch img{
    width:100%;
    height:auto;
}

.list-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1;
    padding: 1rem 0 1rem .8rem;
}

.list-content h2 ,
.list-content h3 {
    font-size: 1.5rem;
    padding: 1rem 0 0 0;
    margin: 0;
    font-weight: normal;
}

span.categoryLink a {
    font-size: 1.5rem;
    border: 1px solid #cc0000;
    padding: 0 .6rem;
    text-decoration: none;
}

p.pagehead {
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    padding: .3rem 0;
    text-align: center;
    background: #ca0f0f;
}

.blogtitlebox {
    margin: 20px 10px;
    padding-left: 1rem;
    padding-bottom: 0;
    border-left: 5px solid #c00;
}

.blogtitlebox > h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
	word-wrap:break-word;
}

.blogtitlebox > h2 {
    font-size: 2.1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.blogtitlebox_single {
    padding: 1rem 2rem;
    background: #ca0f0f;
    letter-spacing: -1px;
}
.blogtitlebox_single > h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    word-wrap:break-word;
    color: white;
}

.blogkomibox {
    margin: 10px;
    padding-left: 2.4rem;
    background: url(../img/mimi-icon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
}

.blogkomibox > h2 {
    font-size: 2rem;
}

.blogkomibox_single {
    padding: 10px 10px 10px 34px;
    background: url(../img/mimi-icon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    background-position-x: 10px;
    background-position-y: 18px;
    background-color: #009966;
    line-height: 1.2;
    color: white;
}
.blogkomibox_single > h2 {
	font-size: 2rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

.writer {
    margin: 20px;
}

.writer img {
    height: 180px;
    width: 180px;
}

/*voice*/

h2.fukibottom {
    position: relative;
    padding: 1rem 0;
    font-size: 1.8rem;
    background-color: #c00;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2.6rem;
}

h2.fukibottom:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12px solid transparent;
    border-top-color: #c00;
    top: 100%;
    left: calc(50% - 12px);
}

h2.fukibottom > span {
    display: block;
    font-size: 1.2rem;
}

h2.fukibottom > span.big {
    display: block;
    font-size: 2.8rem;
}

/*faq*/

dl.faq dd {
    margin: 0;
    padding: 0;
    display: none;
}

dl.faq dt {
    position: relative;
    line-height: 1.4;
    padding: 1rem 60px;
    margin-bottom: 2px;
    background: #faeded;
    background-image: url(../img/faq-q.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 20px .5rem;
    border-top: 1px solid #dbc0c0;
    border-bottom: 1px solid #dbc0c0;
}

dl.faq dt:after {
    content: " ∨ ";
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 1.4rem);
    color: #c00;
    font-weight: 600;
}

dl.faq dt.open:after {
    content: " ∧ ";
}

dl.faq dd {
    line-height: 1.3;
    font-size: 1.5rem;
    padding: 1rem 20px 1rem 60px;
    background: #fff;
    background-image: url(../img/faq-a.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 20px .5rem;
    border-top: none;
    border-bottom: none;
}

/*shop*/
.ceo {
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #f6f3ec;
}

.ceoimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem 20px 3rem 20px;
}

.ceoimg > figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: calc(50% - 10px);
    margin: 0;
    line-height: 1.6;
}

.mana-come {
    background: #f6f3ec;
    padding: 20px;
}

.mana-come > h3 {
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: .4rem;
}

.shopmap {
    margin: 20px;
}

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-style: none;
}
h4.neighborhood{
    font-size: 1.7rem;
    color: #fff;
    padding: .8rem 0;
    text-align: center;
    background: #ca0f0f;
}

/*flow*/

ul.flow,
ul.flow2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.flow > li {
    padding: 10px 20px 40px;
    /* margin-bottom: 1rem; */
    height: auto;
    background-image: url(../img/flow-arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /* background-size: 50px; */
}

ul.flow > li:last-child {
    background-image: none;
}

.flowbox {
    padding: 10px;
    height: auto;
    background: #fff;
    border: 1px solid #d53f3f;
    border-radius: 4px;
}

.flowbox h3 {
    margin: .5rem 0;
}

.flowbox h3 span, ul.flow2 > li > h3 span {
    font-size: 2rem;
    color: #d53f3f;
    margin-right: .6rem;
}

ul.flow2 > li {
    margin: 20px;
}

ul.flow2 > li > h3 {
    padding: .4rem;
    border: 1px solid #d53f3f;
    border-radius: 50px;
}

ul.flow2 > li > h4 {
    color: #d53f3f;
    margin: 1rem 0;
}


/*3month*/

.threemon-img {
    float: right;
    width: 100px;
}

/*subsidy*/

ul.subsidy {
    list-style: decimal;
    padding-left: 20px;
}

ul.subsidy ul {
    padding-left: -10px;
}

table.subsidy {
    border: 1px solid #999;
    border-collapse: collapse;
    width: 100%;
}

table.subsidy td {
    border: 1px solid #999;
    border-collapse: collapse;
    padding: 1rem;
}

table.subsidy .sidy-head {
    background: #fff3d2;
    text-align: center;
}

table.subsidy .sidy-mida {
    text-align: center;
}

ul.kome {
    list-style: none;
    margin-left: 0;
}

ul.kome li {
    margin-right: 20px;
}

ul.kome li:before {
    content: "※";
    padding-right: .8rem;
    margin-left: -2.4rem;
}

/*good-hochoki*/

.makerbanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
}

.makerbanner > img {
    width: 50%;
    height: 50%;
}

.good-illustration {
    margin: 20px;
    padding: 20px 50px;
    background: #f8f6f3;
}

dl.good-ranking {
    line-height: 1.5;
    background: #f8f6f3;
    padding: 10px;
}

dl.good-ranking dt {
    clear: left;
    float: left;
    width: 6rem;
}

dl.good-ranking dd {
    margin: 0 0 0 7rem;
}


/*company*/

.company > h3 {
    font-size: 1.6rem;
    line-height: 1.6;
}

table.company {
    border-collapse: collapse;
    text-align: left;
}

table.company th {
    padding: 1rem;
    vertical-align: top;
}

table.company td {
    padding: 1rem;
    vertical-align: top;
}

table.company caption {
    text-align: left;
}

/*mail*/
span.hissu {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    padding: .3rem;
    margin-left: .6rem;
    background: #d71e0d;
}
span.nini {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    padding: .3rem;
    margin-left: .6rem;
    background: #727272;
}
.entry_body div.wpcf7 {
    width:90%;
	margin:0 auto;
}
.entry_body div.wpcf7 div.row{
	padding:10px 0;
}
.entry_body div.wpcf7 div.border{
	border-bottom:1px solid #cccccc;
}
span.wpcf7-list-item {
	display: block;
}
input[type='text'],
input[type='tel'],
input[type='email'] {
    width: 95%;
    padding: .5rem;
}
textarea {
    width: 95%;
    height: 12rem;
    padding: .5rem;
}


.contactmirukiku {
    margin: 2rem 0 3rem;
    line-height: 1;
}

.contactmirukiku > .h3 {
    font-size: 1.6rem;
    margin-bottom: .4rem;
    font-weight: bold;
}

.contactmirukiku > p.tel {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0;
}


/*footer*/

footer {
	max-width: 1000px;
	margin: 0 auto;
}

footer {
    padding: 0;
    margin-bottom: 7.5rem;
    margin-top: 3rem;
}

.foot-about {
    width: 100%;
    background: #fff;
    padding: 4rem 0;
}
.foot-about .logo img{
    margin: 0 auto;
    max-width: 445px;
    width: 80%;
    height: auto;
}
.foot-about div.about-txt {
    margin: 0 auto;
    padding-top: 1.5rem;
    line-height: 1.6;
    width: max-content;
    text-align:left;
}

@media (max-width:360px) {
	.foot-about div.about-txt {
		width: 100%;
	}
}


.foot-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 75px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

.foot-line,
.foot-mail,
.foot-tel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    max-width:50%;
}

.foot-mail {
    background: #cc0000;
}

.foot-tel {
    background: #eadec8;
}

.foot-line {
    background: #edfbec;
}

.foot-contact img {
	max-height: 75px;
	max-width: 100%;
	width: fit-content;
}


/*parts*/

h2.seriffont {
    font-family: serif;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}

h2.seriffont > span {
    display: inline-block;
    line-height: 1;
    color: #c00;
    background: #f8f3e7;
}

.btn {
	width: 85%;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 1.6rem 5px;
	margin: 1.6rem auto;
	text-decoration: none;
	color: #ffffff;
	background: #FF2200;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 4px;
}
.btn-type-base {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.btn-type2 {
	color: #000;
	background: linear-gradient(#fff,#ffc 40%,#ffff39);
	border: 1px solid #aaa;
	box-shadow: 3px 3px 6px #777;
}
.btn-lg {
	font-size: 120%;
	width: 100%;
	padding: 2rem 0;
}
.btn:hover {
	background: #ff9999;
}
.btn-type2:hover {
	background: linear-gradient(#ffff39,#ffc 70%,#fff);
}
.btn-yoyaku {
	background: #ff6600;
}
.btn-yoyaku:hover {
	background: #cc5200;
}

.btn-green {
	color: #ffffff;
	font-size: 2rem;
	background: #35b81c;
}
.btn-green:hover {
	background: #2d8b1c;
}
.btn-submit {
	border-radius: 8px;
	border-style: none;
}
.btn-2line {
	font-size: 1.5rem;
	line-height: 1.6;
	padding: .8rem 0;
}
.btn img {
	vertical-align: middle;
	width: 22px;
	height: auto;
	margin-right: 1rem;
	float: left;
}
.btn-yoyaku img {
	vertical-align: middle;
	/* width: 27px; */
	width: 1.8em;
	height: auto;
	padding-top: 0;
	padding-right: 1rem;
	/* float: left; */
	float: none;
}
.btn-green img {
	vertical-align: middle;
	width: 29px;
	height: auto;
	padding-right: 1rem;
}
.snstitle {
    font-weight:bold;
    font-size: 1.5rem;
    margin: 20px 0 5px;
}
.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    margin: 10px 20px;
}

.btn-sns {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-right: .8rem;
}

.btn-sns a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: .5rem 0;
}

.twi {
    /* background-color: #2196f3; */
    background-color: #55ACEE;
}

.fac {
    /* background-color: #2c4373; */
    background-color: #3b5998;
}

.goo {
    background-color: #ad3a2d;
}
.line {
    background-color: #38b035;
}
.pin {
    background-color: #BD081C;
}
.sns img {
    width: auto;
    height: 1.8rem;
    vertical-align: middle;
}

.snsname {
    vertical-align: text-bottom;
}

hr.dotted {
    border-top: 1px dotted #333;
    border-bottom: none;
    margin: 4px 0;
}

hr.solid {
    border-top: 1px solid #aaa;
    border-bottom: none;
    margin: 4px 0;
}

.c00 {
    color: #c00;
}

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mlr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}

.mtb0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl20 {
    margin-left: 20px;
}

.pr20 {
    margin-right: 20px;
}

.mt-10 {
    margin-top: -10px;
}

.mb-10 {
    margin-bottom: -10px;
}

.ml-10 {
    margin-left: -10px;
}

.mr-10 {
    margin-right: -10px;
}

.mt-20 {
    margin-top: -20px;
}

.mb-20 {
    margin-bottom: -20px;
}

.ml-20 {
    margin-left: -20px;
}

.mr-20 {
    margin-right: -20px;
}

.pt-10 {
    padding-top: -10px;
}

.pb-10 {
    padding-bottom: -10px;
}

.clear {
    clear: both;
}

.txt-center {
    text-align: center;
}


.entry_body {
	word-break: break-all;
}
.entry_body img {
    max-width: 100%;
    height: auto;
}
.container {
	max-width: 1000px;
	margin: auto;
}

.pagenavi {
  color: #2583ad;
  margin: 1em auto;
  line-height:2em;
  text-align:center;
}

a.page-numbers, .pagenavi .current {
  color: #666666;
  padding: 2px .4em;
  border:solid 1px #ccc;
  text-decoration:none;
  font-size:smaller;
  background:white;
}

a.page-numbers:hover {
  color:white;
  background: #693;
}

.pagenavi .current {
  color: white;
  background:#693;
  border-color:#690;
  font-weight:bold;
}

.pagenavi .next, .pagenavi .prev {
  border:0 none;
  background:transparent;
  font-size:smaller;
}
