@charset "UTF-8";
/* CSS Document */
/*
Theme Name: akinaiena
Template: habakiri
*/

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

	リセットcss
	
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, pre, a, address, code, img, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus, *:focus { outline:none; }
a:link,a:visited,a:hover { color: inherit; text-decoration: none; }
a:hover,input:hover { opacity: 0.85; }
a{ word-break: break-all; }
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
  max-width: 100%;
}
table { border-collapse:collapse; }

/* ボックスサイジング */
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#main {
    margin: 0;
}

/* habakiriスライダーのSP対応 */
.slick-slide img {
    min-height: inherit!important;
}
/* recapchaの非表示 */
.grecaptcha-badge { display: none; }
.recaptcha-text { font-size: 1.2rem; text-align: center; }
.recaptcha-text a { color: #296FBA; }

/* コンタクトフォーム 初期化 */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    border: none;
    width: 100%;
    padding: 10px;
}

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

	書式設定
	
------------------------------------------------------------*/
.taCenter { text-align: center; }
.fwBold { font-weight: bold; }

.ftype01 { font-family: 'Kiwi Maru', serif; }

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

	汎用スタイル
	
------------------------------------------------------------*/
html { font-size: 62.5%; }
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	font-size: 1.7rem;
	line-height: 1.7;
}
h1, h2, h3{
	line-height: 1.4;
}

@media (max-width:768px){
body {
	font-size: 1.5rem;
}
}

.wrap1080 {
	width: 1080px;
	margin: 0 auto;
}
@media (max-width:1079px){	
.wrap1080  {
	width: 100%;
	padding: 0 20px;
}
}

.flex-container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*----- スマホのみ表示 ----*/
.sp-item01 { display: none; }
.sp-item02 { display: none; }

@media screen and (max-width : 768px){
.sp-item01 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item01 { display: none; }
}
@media screen and (max-width : 480px){
.sp-item02 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item02 { display: none; }
}

.btn-more {
  text-align: center;
  margin: 50px 0 0;
}
.btn-more a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  background: #c35a24;
  border-radius: 40px;
  padding: 10px;
  min-width: 350px;
}

@media(max-width:768px){
.btn-more {
  margin: 30px 0 0;
}
.btn-more a {
  font-size: 1.8rem;;
  width: 100%;
  min-width: 0;
}
}

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

	WP投稿用　スタイル調整 (#single-news > content > descの場合)
	
--------------------------------------------------------------------*/
#single-news .desc h2 {
    font-size: 1.95em;
	font-weight: bold;
}
#single-news .desc h3 {
    font-size: 1.56em;
	border-bottom: none;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}
#single-news .desc h4 {
    font-size: 1.25em;
}
#single-news .desc a:link,
#single-news .desc a:visited,
#single-news .desc a:hover {
      color: #00a0d2;
	  text-decoration: underline;
}
#single-news .desc ul li {
	list-style-position: inside;
}
#single-news .desc p {
    margin-bottom: 30px;
}
.wp-block-image figcaption {
	color: #555d66;
	font-size: 1.3rem;
	text-align: center;
}
.is-style-regular table {
	border-top: solid 1px;
	border-left: solid 1px;
}
.is-style-regular table tr th,
.is-style-regular table tr td {
	border-bottom: solid 1px;
	border-right: solid 1px;
	padding: .5em;
}
.wp-block-verse {
	display: block;
	padding: 11px;
	margin: 0 0 11.5px;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	margin-bottom: 28px;
	color: #40464d;
}
.wp-block-pullquote blockquote {
	border-left: none;
	margin: 1em;
	padding: 0;
}
.yrm-btn-wrapper {
	margin: 30px 0;
}
.wp-block-columns {
  margin-bottom: 0;
}

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

	共通
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* header */
.header-inner {
  padding: 20px;
}
#header .flex-container {
  justify-content: space-between;
  align-items: center;
}
#header .header-logo img {
  width: 270px;
}
#header nav ul li {
  list-style: none;
  padding: 0 20px;
}
#header nav ul li a {
  font-size: 1.8rem;
  font-weight: bold;
}
.pagehead-img {
  padding-top: 40px;
}

@media(max-width:768px){
#header nav {
  display: none;
}
}


/* スマホメニュー */
.sp-menu {
	display: none;
}
@media screen and (max-width : 1024px){
.sp-menu {
	display: flex;
	align-items: center;
}
#nav-drawer {
  display: inline-block;
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #A08F87;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  margin: 15px 0 0 13px;
}
#nav-open span:before {
  bottom: -8px;
  margin: 0;
}
#nav-open span:after {
  bottom: -16px;
  margin: 0;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 100000;
  top: 15px;/*全体に広がるように*/
  right: 20px;
  width: 50px;
  height: 50px;
  overflow-y: auto;
  transition: .3s ease-in-out;
  background: #A08F87 url(images/sp-menu-close.png) center center no-repeat;
  background-size: 60%;
}
/*中身*/
#nav-content {
overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  max-width: 345px;/*最大幅（調整してください）*/
  background: #ECE9E7;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(120%);
  transform: translateX(120%);/*左に隠しておく*/
}
#nav-content ul {
	width: auto;
	margin: 50px 30px;
	padding-left: 0;
}
#nav-content ul li {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	width: auto;
	padding: 15px 20px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


/* footer */
#footer {
  color: #fff;
  background: #c35a24;
  padding: 60px 0 20px
}
#footer .box01 {
  justify-content: space-between;
  margin-bottom: 120px;
}
#footer .footer-logo img {
  width: 275px;
}
#footer .flex-right ul.footer-nav {
  margin-bottom: 30px;
}
#footer .flex-right ul.footer-nav li {
  list-style: none;
  padding: 0 20px;
}
#footer .flex-right ul.footer-nav li a {
  font-weight: bold;
}
#footer .flex-right ul.sns-link {
  justify-content: flex-end;
}
#footer .flex-right ul.sns-link li {
  list-style: none;
  padding: 0 5px;
}
#footer .flex-right ul.sns-link li a img {
  width: 45px;
}
#footer .copy {
	font-size: 1.4rem;
  text-align: center;
}

@media(max-width:768px){
#footer .flex-left {
  width: 100%;
}
#footer .flex-left .footer-logo {
  text-align: center;
}
#footer .flex-left .address {
  text-align: center;
}
}


/* pagenavi */
.wp-pagenavi {
    margin: 80px 0 40px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none;
	margin: 15px;
}
.wp-pagenavi a {
    font-weight: bold;
}
.wp-pagenavi span.current {
    color: #fff;
    background: #000;
    border-radius: 23px;
    padding: 4px 13px;
}

/* main-img */
.main-img {
  position: relative;
}
.main-img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  background: url(images/common/bg-deco01.png) bottom center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-img .img-box {
  position: relative;
}
.main-img .img-box .catch {
  position: absolute;
  bottom: 250px;
  left: 10%;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
}
.main-img .img-box .catch span {
  background: #c35a24;
  padding: 10px 0 10px 20px;
}

@media(max-width:768px){
.main-img .img-box img {
  object-fit: cover;
  height: 250px;
}
.main-img .img-box .catch {
  bottom: 40px;
  left: 20px;
  font-size: 1.8rem;
  line-height: 2.4;
}
.main-img .img-box .catch span {
  padding: 10px 0 10px 10px;
}
}

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

	トップページ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* 共通 */
#toppage .ttl-box {
  padding-left: 80px;
  margin-bottom: 30px;
}
#toppage .ttl-box h2 {
  font-size: 3.4rem;
  font-weight: 400;
  font-family: 'Kiwi Maru', serif;
}
#toppage .ttl-box .sub-ttl {
  font-size: 1.7rem;
  font-weight: 500;
}
#toppage .event-block .ttl-box {
  background: url(images/common/icon-event.png) center left no-repeat;
  background-size: 78px;
}
#toppage .news-block .ttl-box {
  background: url(images/common/icon-news.png) center left no-repeat;
  background-size: 78px;
}
#toppage .shop-block .ttl-box {
  background: url(images/common/icon-shop.png) center left no-repeat;
  background-size: 78px;
}
#toppage .contact-block .ttl-box {
  background: url(images/common/icon-contact.png) center left no-repeat;
  background-size: 78px;
}

@media(max-width:768px){
#toppage .ttl-box {
  padding-left: 70px;
  margin-bottom: 20px;
}
#toppage .ttl-box h2 {
  font-size: 2.2rem;
}
#toppage .ttl-box .sub-ttl {
  font-size: 1.5rem;
}
#toppage .event-block .ttl-box {
  background: url(images/common/icon-event.png) center left no-repeat;
  background-size: 60px;
}
#toppage .news-block .ttl-box {
  background: url(images/common/icon-news.png) center left no-repeat;
  background-size: 60px;
}
#toppage .shop-block .ttl-box {
  background: url(images/common/icon-shop.png) center left no-repeat;
  background-size: 60px;
}
#toppage .contact-block .ttl-box {
  background: url(images/common/icon-contact.png) center left no-repeat;
  background-size: 60px;
}
}

/* intro */
#toppage .intro-block {
  position: relative;
  background-color: #f6f6f5;
  background-image: url("images/home/intro-bg01.png"),url("images/home/intro-bg02.png");
  background-position: bottom -3px left,bottom -3px right;
  background-repeat: no-repeat;
  background-size: 354px auto,363px auto;
  padding-bottom: 140px;
  z-index: 2;
}
#toppage .intro-block::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  left: 0;
  background: url("images/home/intro-deco01.png") bottom center no-repeat;
  background-size: 623px auto;
  width: 100%;
  height: 100%;
}
#toppage .intro-block .text01 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

@media(max-width:1080px){
#toppage .intro-block {
  background-size: 284px auto,293px auto;
}
}
@media(max-width:768px){
#toppage .intro-block {
  background-size: 164px auto;
  padding: 40px 0 80px;
}
#toppage .intro-block::after {
  bottom: -100px;
  background: url("images/home/intro-deco01.png") bottom center no-repeat;
  background-size: 413px auto;
}
}
@media(max-width:768px){
#toppage .intro-block::after {
  bottom: -70px;
  background: url("images/home/intro-deco01.png") bottom center no-repeat;
  background-size: 70% auto;
}
}

/* event */
#toppage .event-block {
  padding: 220px 0 120px;
}
#toppage .event-block .flex-box {
  width: 32%;
  margin: 0 3% 0 0;
}
#toppage .event-block .flex-box:nth-of-type(3n) {
  margin: 0;
}
#toppage .event-block .flex-box .icatch {
  margin-bottom: 10px;
}
#toppage .event-block .flex-box h3 {
  font-size: 1.9rem;
  font-weight: 500;
}

@media(max-width:768px){
#toppage .event-block {
  padding: 140px 0 60px;
}
#toppage .event-block .flex-container {
  flex-wrap: wrap;
}
#toppage .event-block .flex-box {
display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
#toppage .event-block .flex-box a {
  display: flex;
  justify-content: space-between;
}
#toppage .event-block .flex-box .icatch {
  width: 48%;
}
#toppage .event-block .flex-box .text-box {
  width: 48%;
}
#toppage .event-block .flex-box h3 {
  font-size: 1.5rem;
}
}

/* news */
#toppage .news-block {
  padding: 0 20px 120px;
}
#toppage .news-blockinner {
  border: solid 9px #cfd2cd;
  padding: 40px;
}
#toppage .news-block ul.box01 li {
display: flex;
  font-size: 1.9rem;
  list-style: none;
  border-bottom: solid 1px #b8b8b8;
  padding: 10px 0;
}
#toppage .news-block ul.box01 li time {
  padding-right: 40px;
}

@media(max-width:768px){
#toppage .news-block {
  padding: 0 20px 60px;
}
#toppage .news-blockinner {
  border: solid 7px #cfd2cd;
  padding: 20px;
}
#toppage .news-block ul.box01 li {
	flex-wrap: wrap;
}
#toppage .news-block ul.box01 li time {
  display: block;
width: 100%;
}
}

/* shop */
#toppage .shop-block {
  background: #e6e7e5;
  padding: 120px 0;
}
#toppage .shop-block .box01 {
  justify-content: space-between;
}
#toppage .shop-block .box01 .btn-more {
  margin: 0;
}
#toppage .shop-block ul.box02 {
  flex-wrap: wrap;
  justify-content: center;
}
#toppage .shop-block ul.box02 li {
  list-style: none;
  width: 25%;
}
#toppage .shop-block ul.box02 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-family: 'Kiwi Maru', serif;
  background: #f2f4f2;
  border: solid 2px #e6e7e5;
  min-height: 150px;
}
#toppage .shop-block ul.box02 li a:hover {
  background: #cacdc8;
}

@media(max-width:768px){
#toppage .shop-block {
  padding: 60px 0;
}
#toppage .shop-block ul.box02 li {
  width: 33%;
}
#toppage .shop-block ul.box02 li a {
  font-size: 1.6rem;
  min-height: 80px;
}
}

/* contact */
#toppage .contact-block {
  background: url(images/common/deco01.png) bottom -1px center no-repeat;
  background-size: 100% auto;
  padding: 120px 0 300px;
}
#toppage .contact-block .flex-container {
  justify-content: center;
}
#toppage .contact-block .text-tel {
  font-size: 4.6rem;
  text-align: center;
}
#toppage .contact-block .text01 {
  text-align: center;
}

@media(max-width:768px){
#toppage .contact-block {
  padding: 60px 0 160px;
}
#toppage .contact-block .text-tel {
  font-size: 3rem;
}
}


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

	サブページ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
.page #main {
  background: #f6f6f5;
}
.sub-page .pagehead {
  padding: 60px 0;
}
.sub-page .pagehead h1 {
  font-size: 3.4rem;
  font-family: 'Kiwi Maru', serif;
  border-bottom: solid 1px #231815;
  padding: 20px 0 20px 110px;
}
#archive-shop .pagehead h1,
#single-shop .pagehead h1{
  background: url(images/common/icon-shop.png) center left no-repeat;
  background-size: 100px auto;
}
#archive-news .pagehead h1,
#single-news .pagehead h1{
  background: url(images/common/icon-news.png) center left no-repeat;
  background-size: 100px auto;
}
#archive-flyer .pagehead h1,
#single-flyer .pagehead h1{
  background: url(images/common/icon-event.png) center left no-repeat;
  background-size: 80px auto;
}
#contact .pagehead h1 {
  background: url(images/common/icon-contact.png) center left no-repeat;
  background-size: 100px auto;
}

@media(max-width:768px){
.sub-page .pagehead {
  padding: 30px 0;
}
.sub-page .pagehead h1 {
  font-size: 2.4rem;
  padding: 10px 0 10px 60px;
}
#archive-shop .pagehead h1,
#single-shop .pagehead h1{
  background: url(images/common/icon-shop.png) center left no-repeat;
  background-size: 50px auto;
}
#archive-news .pagehead h1,
#single-news .pagehead h1{
  background: url(images/common/icon-news.png) center left no-repeat;
  background-size: 50px auto;
}
#archive-flyer .pagehead h1,
#single-flyer .pagehead h1{
  background: url(images/common/icon-event.png) center left no-repeat;
  background-size: 50px auto;
}
#contact .pagehead h1 {
  background: url(images/common/icon-contact.png) center left no-repeat;
  background-size: 50px auto;
}
}


.sub-page .desc-wrap {
	padding-bottom: 80px;
}

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

	店舗一覧
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#archive-shop {
  background: #f6f6f5;
}
/* search */
#archive-shop .search-block {
  padding-bottom: 60px;
}
#archive-shop .search-block h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
#archive-shop .search-block ul.flex-container {
  flex-wrap: wrap;
  justify-content: center;
}
#archive-shop .search-block ul li {
  list-style: none;
  width: 23%;
  margin: 0 1% 20px;
}
#archive-shop .search-block ul li a {
  display: block;
  font-size: 2.3rem;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  background: #fff;
  border: solid 2px #000;
  border-radius: 30px;
  padding: 2px 10px;
}
#archive-shop .search-block ul li a:hover {
  color: #fff;
  background: #cf5a24;
  opacity: 1;
}

@media(max-width:768px){
#archive-shop .search-block {
  padding-bottom: 30px;
}
#archive-shop .search-block h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#archive-shop .search-block ul li {
  width: 48%;
  margin: 0 1% 10px;
}
#archive-shop .search-block ul li a {
  font-size: 1.6rem;
  padding: 2px 10px;
}
}

/* archive */
#archive-shop .archive-block {
  padding-bottom: 120px;
}
#archive-shop .archive-block .flex-container {
  flex-wrap: wrap;
}
#archive-shop .archive-block .flex-box {
  width: 30%;
  margin: 0 4% 80px 0;
}
#archive-shop .archive-block .flex-box:nth-of-type(3n) {
  margin: 0 0 40px 0;
}
#archive-shop .archive-block .flex-box .icatch {
  margin-bottom: 20px;
}
#archive-shop .archive-block .flex-box h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#archive-shop .archive-block .flex-box .type {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  background: #cf5a24;
  border-radius: 20px;
  padding: 5px 15px;
}


#archive-shop .archive-block .flex-box.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#archive-shop .archive-block button {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  background: #c35a24;
  border: none;
  border-radius: 40px;
  padding: 10px;
  min-width: 350px;
}

@media(max-width:768px){
#archive-shop .archive-block .flex-box {
  width: 100%;
  margin: 0 0 30px 0;
}
#archive-shop .archive-block .flex-box:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
#archive-shop .archive-block .flex-box a {
  display: flex;
  justify-content: space-between;
}
#archive-shop .archive-block .flex-box .icatch {
  width: 48%;
}
#archive-shop .archive-block .flex-box .text-box {
  width: 48%;
}
#archive-shop .archive-block .flex-box h3 {
  font-size: 1.5rem;
}
#archive-shop .archive-block .flex-box .type span {
  font-size: 1.3rem;
  padding: 5px 20px;
}
#archive-shop .archive-block button {
  display: block;
  min-width: 0;
  width: 100%;
}
}


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

	店舗詳細
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#single-shop {
  background: #f6f6f5;
  padding-bottom: 100px;
}

/* about */
#single-shop .single-block .about-box {
  padding: 40px 0 60px;
}
#single-shop .single-block .about-box dl {
  flex-wrap: wrap;
}
#single-shop .single-block .about-box dl dt {
  font-weight: bold;
  width: 15%;
  padding: 10px 0;
}
#single-shop .single-block .about-box dl dd {
  width: 85%;
  padding: 10px 0;
}
#single-shop .single-block .about-box dl dd .btn-map {
  color: #fff;
  background: #c35a24;
  border-radius: 20px;
  padding: 5px 20px;
}

@media(max-width:768px){
#single-shop .single-block .about-box dl dt {
  width: 100%;
  padding: 10px 0 0;
}
#single-shop .single-block .about-box dl dd {
  width: 100%;
  padding: 10px 0;
}
}


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

	フライヤー
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#archive-flyer {
  background: #f6f6f5;
}
#archive-flyer .archive-block {
  padding-bottom: 80px;
}
#archive-flyer .archive-block .flex-container {
  flex-wrap: wrap;
}
#archive-flyer .archive-block .flex-box {
  width: 31%;
  margin: 0 3% 40px 0;
}
#archive-flyer .archive-block .flex-box:nth-of-type(3n) {
  margin: 0 0 40px 0;
}
#archive-flyer .archive-block .flex-box .icatch {
  margin-bottom: 10px;
}
#archive-flyer .archive-block .flex-box .day {
  font-size: 1.9rem;
}
#archive-flyer .archive-block .flex-box h2 {
  font-size: 1.9rem;
}

#archive-flyer .archive-block .flex-box.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#archive-flyer .archive-block .btn-more {
  margin: 0;
}
#archive-flyer .archive-block button {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  background: #c35a24;
  border: none;
  border-radius: 40px;
  padding: 10px;
  min-width: 350px;
}

@media(max-width:768px){
#archive-flyer .archive-block {
  padding-bottom: 40px;
}
#archive-flyer .archive-block .flex-box {
  width: 48%;
  margin: 0 0 30px 0;
}
#archive-flyer .archive-block .flex-box:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
#archive-flyer .archive-block .flex-box .day {
  font-size: 1.4rem;
}
#archive-flyer .archive-block .flex-box h2 {
  font-size: 1.5rem;
}
#archive-flyer .archive-block button {
  display: block;
  min-width: 0;
  width: 100%;
}
}



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

	恵那市商店街復興組合
	
------------------------------------------------------------------------------------------------------------------------------------------*/
.page-id-38 .desc-wrap h2.ttl-typeh2 {
	font-size: 2.8rem;
	border-bottom: solid 1px #231815;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.page-id-38 .desc-wrap .about-table table tr th {
	border: none;
}
.page-id-38 .desc-wrap .about-table table tr td {
	border: none;
}
.page-id-38 .desc-wrap .mainbusiness-box p {
	margin-bottom: 10px;
}



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

	お問い合わせ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#contact .pagehead {
	background: #F6F6F5;
}

#contact .desc-wrap {
	background: #F6F6F5;
}
#contact .tel-block {
	margin-bottom: 80px;
}
#contact .tel-block .box01 {
	text-align: center;
	background: #fff;
	width: 530px;
	margin: 0 auto;
	padding: 30px;
}
#contact .tel-block .box01 h2 {
	font-size: 2.8rem;
	margin-bottom: 10px;
}
#contact .tel-block .box01 .text-tel {
	font-size: 4.3rem;
	margin-bottom: 10px;
}

@media(max-width:768px){
#contact .tel-block {
	margin-bottom: 40px;
}
#contact .tel-block .box01 {
	width: 100%;
	padding: 30px 20px;
}
#contact .tel-block .box01 h2 {
	font-size: 2.4rem;
}
#contact .tel-block .box01 .text-tel {
	font-size: 3rem;
}
}



/* コンタクトフォーム */
#contact .mail-block h2 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 10px;
}
#contact .mail-block .text01 {
	text-align: center;
	margin-bottom: 40px;
}
#contact .mail-block table {
	width: 100%;
}
#contact .mail-block table tr th {
	font-weight: bold;
	vertical-align: top;
	border-bottom: solid 5px #BEC8B9;
	padding: 20px 0;
}
#contact .mail-block table tr th .required {
	color: #fff;
	background: #CF5A24;
	border-radius: 20px;
	padding: 10px 20px;
	margin-left: 10px;
}
#contact .mail-block table tr td {
	border-bottom: solid 5px #BEC8B9;
	padding: 20px 0;
}
#contact .mail-block table tr:nth-last-of-type(1) th,
#contact .mail-block table tr:nth-last-of-type(1) td {
	border-bottom: none;
}
#contact .mail-block table tr td input,
#contact .mail-block table tr td textarea {
	background: #fff;
	border: solid 1px #808080;
}

#contact .mail-block .btn-send {
  text-align: center;
  margin: 50px 0 0;
}
#contact .mail-block .btn-send input {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  background: #c35a24;
	border: none;
  border-radius: 40px;
  padding: 10px;
  min-width: 350px;
}

@media(max-width:768px){
#contact .mail-block h2 {
	font-size: 2.4rem;
}
#contact .mail-block table tr th {
	display: block;
	border-bottom: none;
	width: 100%;
	padding-bottom: 0;
}
#contact .mail-block table tr td {
	display: block;
	width: 100%;
}
#contact .mail-block .btn-send {
  margin: 30px 0 0;
}
#contact .mail-block .btn-send input {
  font-size: 1.8rem;;
  width: 100%;
  min-width: 0;
}
}


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

	お知らせ　一覧
	
------------------------------------------------------------------------------------------------------------------------------------------*/
.archive #main {
  background: #f6f6f5;
}

#archive-news .archive-block {
  padding-bottom: 80px;
}
#archive-news .archive-block ul.box01 li {
display: flex;
  font-size: 1.9rem;
  list-style: none;
  border-bottom: solid 1px #b8b8b8;
  padding: 10px 0;
}
#archive-news .archive-block ul.box01 li time {
  padding-right: 40px;
}

@media(max-width:768px){
#archive-news .archive-block ul.box01 li {
flex-wrap: wrap;
}
#archive-news .archive-block ul.box01 li time {
  display: block;
width:100%;
}
}


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

	お知らせ　詳細
	
------------------------------------------------------------------------------------------------------------------------------------------*/
.single #main {
  background: #f6f6f5;
}

#single-news .single-block {
  padding-bottom: 80px;
}
#single-news .single-block .day {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#single-news .single-block .btn-previous {
  margin-top: 40px;
}
#single-news .single-block .btn-previous a {
  position: relative;
  font-size: 1.3rem;
  background: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 5px 20px 5px 33px;
}
#single-news .single-block .btn-previous a::before {
  content: "←";
  display: block;
  position: absolute;
  top: 1px;
  left: 10px;
}





