﻿@charset "utf-8";
/* CSS Document　　共通項目スタイル */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, '.SFNSDisplay-Regular', 'メイリオ', Arial, sans-serif;
  font-size: 100%;
  color: #000;
}
@media screen and (min-width: 768px) {
body {
  min-width: 1180px;
}
}
body img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
input[type='button'],
input[type='text'],
input[type='submit'],
button {
  -webkit-appearance: none;
}


/**-------------------------------------------------------------
 * .footer
 ------------------------------------------------------------**/
.b-footer {
  padding-bottom: 40px;
}
.b-footer__logo {
  text-align: center;
  margin-top: 40px;
}

.b-footer__nav {
  display: table;
  width: 100%;
  max-width: 950px;
  margin: 30px auto 0;
  padding: 0;
  /*  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;*/
}

.b-footer__nav li {
  display: table-cell;
  padding: 0 6px;
  border-left: 1px solid #333;
  /*  border-left: 1px solid #333;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 20%;*/
}

.b-footer__nav li:first-child {
  border: none;
}
.b-footer__nav li a {
  color: #333;
  text-decoration: none;
  font-size: 94%;
}
.b-footer__nav_2 {
  margin: 30px 0 0;
}
.b-footer__nav_2 li {
  display: inline;
  padding: 0 1em;
  text-align: center;
}
@media screen and (max-width: 880px) and (min-width: 768px) {
  .b-footer__nav_2 li:nth-child(2)::after {
    content: "";
    display: block;
    margin: 0 0 1em;
  }
}
.b-footer__nav_2 li a {
  color: #333;
  text-decoration: none;
  font-size: 94%;
}
.b-footer__link {
  margin-top: 30px;
}
.b-footer__link a {
  background: url("images/icon_10@2x.png") left center/7px 11px no-repeat;
  padding-left: 20px;
  color: #048c01;
}
.b-footer__copyright {
  margin-top: 30px;
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .b-footer__nav a:hover,
  .b-footer__nav_2 a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .5;
    zoom: 1;
  }
}
@media screen and (max-width: 767px) {
  .b-footer {
    padding-bottom: 20px;
  }
  .b-footer__logo {
    margin-top: 15px;
  }
  .b-footer__nav {
    display: block;
    width: 92%;
    box-sizing: border-box;
    margin: 15px auto 0;
  line-height:1.8;
  }
  .b-footer__nav li {
    display: inline;
    padding: 0 1em;
    line-height: 1.4;
  }
  .b-footer__nav li a {
    font-size: 75%;
  }
  .b-footer__nav_2 {
    width: 252px;
    margin: 24px auto;
  }
  .b-footer__nav_2 li {
    display: inherit;
    margin: 0 0 1em;
  }
  .b-footer__nav_2 li a {
    font-size: 75%;
  }
  .b-footer__link {
    margin-top: 15px;
  }
  .b-footer__link a {
    font-size: 75%;
    background: url("images/icon_10@2x.png") left center/5px 9px no-repeat;
    padding-left: 20px;
    color: #048c01;
  }
  .b-footer__copyright {
    margin-top: 15px;
    font-size: 63%;
  }
}

/**-------------------------------------------------------------
 * .gnav
 ------------------------------------------------------------**/
.b-gnav {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #DEDEDE;
  border-bottom: 3px solid #DEDEDE;
}
.b-gnav nav{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-gnav {
    display: none;
  }
}
.b-gnav__list {
  /* display: table; */
  display: flex;
  justify-content: center;
  table-layout: fixed;
  width: 94%;
  margin: 0 3%;
  /* padding: 20px 0; */
}
@media screen and (min-width: 1000px) {
  .b-gnav__list {
    width: 100%;
    margin: 0;
  }
}
.b-gnav__list li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
  /* width: 100%; */
  /* border-left: 1px solid rgba(0,0,0,0.1); */
  /* box-shadow: 0 1px 0 rgba(255,255,255,1); */
  /* padding:6px 0; */
}
.b-gnav__list li a {
  text-decoration: none;
  font-size: 78%;
  font-size: 14px;
  padding: 6px 20px;
  display:block;
  border-left: 1px solid rgba(0,0,0,0.1);
  color: #000;
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;*/
}
@media screen and (max-width: 1130px) {
  .b-gnav__list li a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .b-gnav__list li a{
    padding: 6px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .b-gnav__list li a{
    padding: 6px 10px;
  }
}


/* .b-gnav__list li:last-child{
  border-right: 1px solid rgba(0,0,0,0.1);
} */
.b-gnav__list li:first-child a{
  border-left: none;
}
.b-gnav__list li.hojin a{
	background: #deedde;
}

.b-gnav__list li:hover,
.b-gnav__list li.current{
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #c72826), color-stop(0.00, #ffc3b1));
  background: -webkit-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: -moz-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: -o-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: -ms-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: linear-gradient(to bottom, #ffc3b1 0%, #c72826 98%); */
  /* color: #fff; */
}

.b-gnav__list li:hover a,
.b-gnav__list li.current a{
  color: #c72826;
}

@media screen and (max-width: 880px) {
  .b-gnav__list li a {
    font-size: 76%;
  }
}

/* プルダウンメニュー　*/
.dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -50%;
  margin: 0;
  padding: 0;
  transition: .2s;
  z-index: 9999;
  border: 1px solid #DEDEDE;
}
.dropmenu li ul li{
  display: block;
  width: 300px;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  transition: .2s;
}
.dropmenu li ul li:first-of-type a{
  padding-left: 30px;
}
.dropmenu li:hover ul li {
  overflow: visible;
  height: 43px;
  border-top: 1px solid #DEDEDE;
  box-sizing: border-box;
}
.dropmenu li:hover ul li:last-of-type a {
  border-bottom: 1px solid #DEDEDE;
}
.dropmenu li ul li a {
  position: relative;
  display: block;
  line-height: 43px;
  margin: 0;
  padding: 0 0 0 30px;
  color: #000!important;
  text-align: left;
  background: #fff;
}
.dropmenu li ul li a:before,
.dropmenu li ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.dropmenu li ul li a:before {
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropmenu li ul li a:hover{
  background: #DEDEDE;
  color: #c72826;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #c72826), color-stop(0.00, #ffc3b1));
  background: -webkit-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: -moz-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: -o-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: -ms-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
  background: linear-gradient(to bottom, #ffc3b1 0%, #c72826 98%); */
}

/**-------------------------------------------------------------
 * .header
 ------------------------------------------------------------**/
.fixed-header {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
.fixed-header .b-container{
  display: flex;
}
.b-header {
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  width: 100%;
}
.b-header--logo {
  float: left;
  width: 158px;
}
.b-header--logo a img{
  width: 100%;
}

.b-header--holiday {
  width:180px;
  font-size:14px;
  line-height:130%;
  text-align:center;
  float: left;
  border:1px #c72826 solid;
  background-color:#f9e9e9;
  padding:5px 3px;
  border-radius:5px;
}

.b-header--holiday:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.b-header--holiday a{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#666666;
}

.b-header--holiday a:visited,
.b-header--holiday a:hover {
  color:#666666;
}

.b-header--info {
  /* width: 574px; */
  width: 920px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.remove {
  /* width: 192px; */
  width: 20%;
}

.b-header--entry {
  /* width: 225px; */
  /* width: 289px; */
  width: 27%;
  margin-top: 20px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}




.b-header--entry p {
  width: 100%;
}
.b-header--entry p img{
  width: 100%;
}
.area-list {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
height: auto;
}
.area-list__item {
  margin-left: 2.6%;
  margin-bottom: 3px;
  width: 48.7%;
}
.area-list__item:nth-child(2), .area-list__item:nth-child(4) {
  margin-left: 0;
}
.area-list p {
  width: 100%;
  font-size: 13px;
  margin-bottom: 8px;
}
.area-list__item span {
  margin-right: 0px;
  /* font-size: 14px; */
  font-size: 13px;
  letter-spacing: 0em;
  font-weight: bold;
}
.area-list__item span:after {
  content: "";
  width: 1px;
  height: 15px;
  margin: 0px 3px 0 5px;
  position: relative;
  top: 3px;
  display: inline-block;
  background: #000;
}
.area-list__item .area {
  text-decoration: none;
  color: #000;
}
.area-list__item .tel {
  color: #3E8926;
  /* font-size: 17px; */
  font-size: 16px;
  letter-spacing: .018em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .area-list__item .tel {
    pointer-events: none;
  }
}

.area-list__item a small {
  /* letter-spacing: .1em; */
}

@media screen and (max-width: 1100px) {
  .b-header--info {
    width: calc(100% - 188px);
  }
  .area-list {
    width: 41.3%;
  }
  .area-list__item span .area {
    font-size: 12px;
  }
  .area-list__item .tel {
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  .area-list__item span .area {
    font-size: 10px;
  }
  .area-list__item .tel {
    font-size: 12px;
  }
  .area-list__item span:after {
    height: 10px;
  }
}
@media screen and (max-width: 930px) {
  .remove {
    width: 15%;
  }
  .b-header--entry {
    width: 20%;
  }
  .area-list {
    width: 51.3%;
  }
}




.b-header--tel {
  width: 335px;
  float: left;
  margin-left: 14px;
}
.b-header--tel--headline {
  font-size: 82%;
  font-family: 'Hiragino Sans';
  font-weight: 600;
}
.b-header--tel--paragraph_1 {
  font-size: 163%;
  font-family: 'Hiragino Sans';
  font-weight: 600;
}
.b-header--dial {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 166%;
  font-weight: bold;
}
.b-header--dial img {
  position: relative;
  top: 8px;
  width: 30px;
  margin: 0 6px;
  vertical-align: top;
}
.b-header--dial span {
  font-family: 'arial';
  font-size: 122%;
  color: #048c01;
  position: relative;
  top: 2px;
}
.b-header--dial--under {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 80%;
  font-weight: bold;
}
.b-header--dial--under img {
  position: relative;
  top: 3px;
  width: 15px;
  margin: 0 3px;
  vertical-align: top;
}
.b-header--dial--under span {
  font-family: 'arial';
  font-size: 120%;
  color: #048c01;
}
.b-header--dial--under span:nth-of-type(1) {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .b-header {
    display: none;
  }
}
/**-------------------------------------------------------------
 * .sp-header
 ------------------------------------------------------------**/
.b-sp-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-sp-header {
    display: block;
  }
  .b-sp-header .b-row {
    -ms-flex-align: center;
        align-items: center;
  }
  .b-sp-header--logo {
    padding: 3px;
  }
  .b-sp-header--link a {
    padding-left: 20px;
    font-size: 75%;
    color: #048c01;
    background: url("images/icon_10@2x.png") left center/6px 10px no-repeat;
  }
  .b-sp-header--readcrumb {
    margin-top: 0.5em;
    background-color: #c72826;
    color: #fff;
    font-size: 100%;
    padding: 14px;
  }
}
/**-------------------------------------------------------------
 * .sp-menu
 ------------------------------------------------------------**/
@media screen and (max-width: 767px) {
  .b-sp-header .b-sp-menu__wrap {
    position: relative;
    transition: all 0.5s;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
  }
  .b-sp-header .b-sp-menu {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #DEDEDE;
    border-bottom: 3px solid #DEDEDE;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .b-sp-header .b-sp-menu__link {
    min-width: 36%;
    text-align: center;
    margin-right: 10px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .b-sp-header .b-sp-menu__link a,
  .b-sp-header .b-sp-menu__link p.b-sp-menu__modal__btn {
    width: 100%;
    padding: 9px 0;
    display: block;
    text-decoration: none;
    background-color: #048c01;
    color: #fff;
    float: left;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal {
    display: none;
    position: absolute;
    left: 5%;
    top: 60px;
    width: 90%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal::after {
    content: '';
    position: absolute;
    left: 65%;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 12px 5px;
    border-color: transparent transparent #fff transparent;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal__headline {
    font-size: 94%;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal__list li a {
    display: block;
    margin-top: 1em;
    padding: .7em 0;
    background-color: #f0f0f0;
  }
  .b-sp-menu__modal__list__address {
    font-size: 84%;
    font-weight: bold;
    color: #000;
  }
  .b-sp-menu__modal__list__area {
    display: inline-block;
    margin: .5em 0;
    padding: .1em .8em;
    background: #c72826;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 76%;
  }
  .b-sp-menu__modal__list__dial {
    font-family: 'arial';
    font-size: 136%;
    font-weight: bold;
    color: #048c01;
  }
  .b-sp-menu__modal__list__dial img {
    position: relative;
    top: 3px;
    width: 22px;
    margin: 0 7px 0 0;
    vertical-align: top;
  }
  .b-sp-header .b-sp-menu__btn {
    min-width: 27px;
    min-height: 33px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    background: url("images/sp-menu_icon@2x.png") center center/contain no-repeat;
    z-index: 9999;
  }
  .b-sp-header .b-sp-menu__btn--open {
    background: url("images/sp-menu_icon--close@2x.png") center center/contain no-repeat;
  }
  .b-sp-header .b-sp-gnav {
    width: 100%;
    position: relative;
  }
  .b-sp-header .b-sp-gnav__list {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    max-height: calc(100vh - 260px);
    overflow: auto;
  }
  .b-sp-header .b-sp-gnav__list li {
    border-bottom: 1px solid #048c01;
    text-align: center;
  }
  .b-sp-header .b-sp-gnav__list li a {
    padding: 1em 0;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 82%;
    font-weight: 700;
  }
  .b-sp-header .b-sp-gnav__list li p {
    padding: 1em 0;
    color: #048c01;
    font-size: 82%;
    font-weight: 700;
  }
  .b-sp-header .b-sp-gnav ul li ul li {
    border-top: 1px dotted #048c01;
    border-bottom: none;
  }
}

/**-------------------------------------------------------------
 * .hero
 ------------------------------------------------------------**/

.b-hero .b-title {
  text-align: center;
  padding-top:80px;
}

/*タイトル部分*/
.b-hero {
  width: 100%;
  position: relative;
 /*背景画像：各ページスタイルで指定*/
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .b-hero {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width:959px) {
  .b-hero {
    max-width: 950px;
  }
}
@media screen and (min-width: 600px) {
  .b-hero {
    padding-top: 131px;
  }
}


div.b-sp-hero h1.mb {/*モバイル用のヘッダ*/
  text-align:center;
  font-size: 22px;
  font-weight:bold;
  margin: 0;
  color: #000;
  padding:0;
  height: 70px;
  line-height: 70px;
  }

.b-hero .b-title h1 { /*PC用のヘッダ*/
  position: absolute;
  right: 50%;
  top:60%;/*55%;*/
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  width: 100%;
  font-size: 46px;
  font-weight: bold;
}

.b-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .b-container {
    max-width: 1120px;
  }
}
.b-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}
.b-col p{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-container {
    width: 100%;
  }
}

/* 下層
-------------------------------------------------------------- */
.common-banner {
  padding: 6% 3% 5%;
/*  background: #f0f0f0;*/
  text-align: center;
}
.common-banner02 {
  padding: 0 3%!important;
}
@media screen and (min-width:768px) {
  .common-banner {
    margin: 0 3%;
    padding: 80px 0 20px;
    background: #fff;
  }
  .common-banner .b-pc-display img {
    border: 1px solid #d6d6d6;
  }
}
@media screen and (min-width:1000px) {
  .common-banner {
    margin: 0;
  }
}
@media screen and (max-width:999px) {
  .b-tab-display {
    display: none;
  }
}


/* float
-------------------------------------------------------------- */
.b-fl {
  float: left;
}
.b-fr {
  float: right;
}
.b-cb {
  clear: both;
}
/* margin
-------------------------------------------------------------- */
/**
 * margin-top
 */
.b-mt5 {
  margin-top: 5px;
}
.b-mt10 {
  margin-top: 10px;
}
.b-mt15 {
  margin-top: 15px;
}
.b-mt20 {
  margin-top: 20px;
}
.b-mt25 {
  margin-top: 25px;
}
.b-mt30 {
  margin-top: 30px;
}
.b-mt35 {
  margin-top: 35px;
}
.b-mt40 {
  margin-top: 40px;
}
.b-mt45 {
  margin-top: 45px;
}
.b-mt50 {
  margin-top: 50px;
}
.b-mt55 {
  margin-top: 55px;
}
.b-mt60 {
  margin-top: 60px;
}
.b-mt65 {
  margin-top: 65px;
}
.b-mt70 {
  margin-top: 70px;
}
.b-mt75 {
  margin-top: 75px;
}
.b-mt80 {
  margin-top: 80px;
}
.b-mt85 {
  margin-top: 85px;
}
.b-mt90 {
  margin-top: 90px;
}
.b-mt95 {
  margin-top: 95px;
}
.b-mt100 {
  margin-top: 100px;
}
.b-mt105 {
  margin-top: 105px;
}
.b-mt110 {
  margin-top: 110px;
}
.b-mt115 {
  margin-top: 115px;
}
.b-mt120 {
  margin-top: 120px;
}
.b-mt125 {
  margin-top: 125px;
}
.b-mt130 {
  margin-top: 130px;
}
.b-mt135 {
  margin-top: 135px;
}
.b-mt140 {
  margin-top: 140px;
}
.b-mt145 {
  margin-top: 145px;
}
.b-mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .b-sp-mt0 {
    margin-top: 0px !important;
  }
  .b-sp-mt5 {
    margin-top: 5px !important;
  }
  .b-sp-mt10 {
    margin-top: 10px !important;
  }
  .b-sp-mt15 {
    margin-top: 15px !important;
  }
  .b-sp-mt20 {
    margin-top: 20px !important;
  }
  .b-sp-mt25 {
    margin-top: 25px !important;
  }
  .b-sp-mt30 {
    margin-top: 30px !important;
  }
  .b-sp-mt35 {
    margin-top: 35px !important;
  }
  .b-sp-mt40 {
    margin-top: 40px !important;
  }
  .b-sp-mt45 {
    margin-top: 45px !important;
  }
  .b-sp-mt50 {
    margin-top: 50px !important;
  }
  .b-sp-mt55 {
    margin-top: 55px !important;
  }
  .b-sp-mt60 {
    margin-top: 60px !important;
  }
  .b-sp-mt65 {
    margin-top: 65px !important;
  }
  .b-sp-mt70 {
    margin-top: 70px !important;
  }
  .b-sp-mt75 {
    margin-top: 75px !important;
  }
  .b-sp-mt80 {
    margin-top: 80px !important;
  }
  .b-sp-mt85 {
    margin-top: 85px !important;
  }
  .b-sp-mt90 {
    margin-top: 90px !important;
  }
  .b-sp-mt95 {
    margin-top: 95px !important;
  }
  .b-sp-mt100 {
    margin-top: 100px !important;
  }
  .b-sp-mt105 {
    margin-top: 105px !important;
  }
  .b-sp-mt110 {
    margin-top: 110px !important;
  }
  .b-sp-mt115 {
    margin-top: 115px !important;
  }
  .b-sp-mt120 {
    margin-top: 120px !important;
  }
  .b-sp-mt125 {
    margin-top: 125px !important;
  }
  .b-sp-mt130 {
    margin-top: 130px !important;
  }
  .b-sp-mt135 {
    margin-top: 135px !important;
  }
  .b-sp-mt140 {
    margin-top: 140px !important;
  }
  .b-sp-mt145 {
    margin-top: 145px !important;
  }
  .b-sp-mt150 {
    margin-top: 150px !important;
  }
}
.b-mt1em {
  margin-top: 1em;
}
.b-mt2em {
  margin-top: 2em;
}
.b-mt3em {
  margin-top: 3em;
}
.b-mt4em {
  margin-top: 4em;
}
.b-mt5em {
  margin-top: 5em;
}
.b-mt6em {
  margin-top: 6em;
}
.b-mt7em {
  margin-top: 7em;
}
.b-mt8em {
  margin-top: 8em;
}
.b-mt9em {
  margin-top: 9em;
}
.b-mt10em {
  margin-top: 10em;
}

.b-mr0 {
  margin-right: 0px;
}
.b-mr5 {
  margin-right: 5px;
}
.b-mr10 {
  margin-right: 10px;
}
.b-mr15 {
  margin-right: 15px;
}
.b-mr20 {
  margin-right: 20px;
}
.b-mr25 {
  margin-right: 25px;
}
.b-mr30 {
  margin-right: 30px;
}
.b-mr35 {
  margin-right: 35px;
}
.b-mr40 {
  margin-right: 40px;
}
.b-mr45 {
  margin-right: 45px;
}
.b-mr50 {
  margin-right: 50px;
}

.b-mb5 {
  margin-bottom: 5px;
}
.b-mb10 {
  margin-bottom: 10px;
}
.b-mb15 {
  margin-bottom: 15px;
}
.b-mb20 {
  margin-bottom: 20px;
}
.b-mb25 {
  margin-bottom: 25px;
}
.b-mb30 {
  margin-bottom: 30px;
}
.b-mb35 {
  margin-bottom: 35px;
}
.b-mb40 {
  margin-bottom: 40px;
}
.b-mb45 {
  margin-bottom: 45px;
}
.b-mb50 {
  margin-bottom: 50px;
}
.b-mb55 {
  margin-bottom: 55px;
}
.b-mb60 {
  margin-bottom: 60px;
}
.b-mb65 {
  margin-bottom: 65px;
}
.b-mb70 {
  margin-bottom: 70px;
}
.b-mb75 {
  margin-bottom: 75px;
}
.b-mb80 {
  margin-bottom: 80px;
}
.b-mb85 {
  margin-bottom: 85px;
}
.b-mb90 {
  margin-bottom: 90px;
}
.b-mb95 {
  margin-bottom: 95px;
}
.b-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .b-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .b-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .b-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .b-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .b-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .b-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .b-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .b-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .b-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .b-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .b-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .b-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .b-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .b-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .b-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .b-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .b-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .b-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .b-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .b-sp-mb100 {
    margin-bottom: 100px !important;
  }
}
/**
 * margin-left
 */
.b-ml0 {
  margin-left: 0px;
}
.b-ml5 {
  margin-left: 5px;
}
.b-ml10 {
  margin-left: 10px;
}
.b-ml15 {
  margin-left: 15px;
}
.b-ml20 {
  margin-left: 20px;
}
.b-ml25 {
  margin-left: 25px;
}
.b-ml30 {
  margin-left: 30px;
}
.b-ml35 {
  margin-left: 35px;
}
.b-ml40 {
  margin-left: 40px;
}
.b-ml45 {
  margin-left: 45px;
}
.b-ml50 {
  margin-left: 50px;
}
.b-ml55 {
  margin-left: 55px;
}
.b-ml60 {
  margin-left: 60px;
}
.b-ml65 {
  margin-left: 65px;
}
.b-ml70 {
  margin-left: 70px;
}
.b-ml75 {
  margin-left: 75px;
}
.b-ml80 {
  margin-left: 80px;
}
.b-ml85 {
  margin-left: 85px;
}
.b-ml90 {
  margin-left: 90px;
}
.b-ml95 {
  margin-left: 95px;
}
.b-ml100 {
  margin-left: 100px;
}
.b-ml105 {
  margin-left: 105px;
}
.b-ml110 {
  margin-left: 110px;
}
.b-ml115 {
  margin-left: 115px;
}
.b-ml120 {
  margin-left: 120px;
}
.b-ml125 {
  margin-left: 125px;
}
.b-ml130 {
  margin-left: 130px;
}
.b-ml135 {
  margin-left: 135px;
}
.b-ml140 {
  margin-left: 140px;
}
.b-ml145 {
  margin-left: 145px;
}
.b-ml150 {
  margin-left: 150px;
}
@media screen and (max-width: 767px) {
  .b-sp-ml0 {
    margin-left: 0 !important;
  }
  .b-sp-ml5 {
    margin-left: 5 !important;
  }
  .b-sp-ml10 {
    margin-left: 10 !important;
  }
  .b-sp-ml15 {
    margin-left: 15 !important;
  }
  .b-sp-ml20 {
    margin-left: 20 !important;
  }
  .b-sp-ml25 {
    margin-left: 25 !important;
  }
  .b-sp-ml30 {
    margin-left: 30 !important;
  }
  .b-sp-ml35 {
    margin-left: 35 !important;
  }
  .b-sp-ml40 {
    margin-left: 40 !important;
  }
  .b-sp-ml45 {
    margin-left: 45 !important;
  }
  .b-sp-ml50 {
    margin-left: 50 !important;
  }
  .b-sp-ml55 {
    margin-left: 55 !important;
  }
  .b-sp-ml60 {
    margin-left: 60 !important;
  }
  .b-sp-ml65 {
    margin-left: 65 !important;
  }
  .b-sp-ml70 {
    margin-left: 70 !important;
  }
  .b-sp-ml75 {
    margin-left: 75 !important;
  }
  .b-sp-ml80 {
    margin-left: 80 !important;
  }
  .b-sp-ml85 {
    margin-left: 85 !important;
  }
  .b-sp-ml90 {
    margin-left: 90 !important;
  }
  .b-sp-ml95 {
    margin-left: 95 !important;
  }
  .b-sp-ml100 {
    margin-left: 100 !important;
  }
}
/* text-align
-------------------------------------------------------------- */
.b-tac {
  text-align: center;
}
.b-tal {
  text-align: left;
}
.b-tar {
  text-align: right;
}
.b-sp-display {
  display: none;
}
.b-pc-display {
  display: block;
}
.b-sp-display-inline {
  display: none;
}
.b-pc-display-inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .b-sp-display {
    display: block;
  }
  .b-pc-display {
    display: none;
  }
  .b-sp-display-inline {
    display: inline;
  }
  .b-pc-display-inline {
    display: none;
  }
}

/* 調整 _________________ */
@media screen and (min-width:1080px) {
  .b-section_6__panel_2 {
    width: 910px;
    margin: auto;
  }
}

@media screen and (min-width:1080px) {
  .b-section_6__panel_3__wrap {
    width: 950px;
    margin: auto;
  }
}

.b-section_6__panel_3__wrap::after {
  content: "";
  display: table;
  clear: both;
}

.b-section_6__panel_3 {
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .b-section_6__panel_3 {
    float: left;
    width: 47.4%;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-top: 30px;
    margin-bottom: 0;
  }
}

/* お申込フォームボタン */
.flow-list__btn {
  position: relative;
  display: block;
  background: #048c01;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  /*width: 64%;*/
  max-width: 240px;
  margin: 16px auto 0;
  padding: 14px 0;
}
.flow-list__btn2 {
  position: relative;
  display: block;
  background: #048c01;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  /*width: 64%;*/
  max-width: 180px;
  margin: 18px auto 0;
  padding: 10px 0;
}
@media screen and (min-width:767px) {
  .flow-list__btn {
    width: 260px;
    max-width: inherit;
    margin: 20px 0 5px;
    padding: 14px 0;
    font-size: 20px;
  }
	 .flow-list__btn2 {
    width: 320px!important;
    max-width: inherit;
    margin: 20px 0 5px;
    padding: 14px 0;
    font-size: 16px;
  }
}

.flow-list__btn:hover {
    opacity: 0.5;
}
.flow-list__btn2:hover {
    opacity: 0.5;
}
.flow-list__btn::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 8px;
  width: 8px;
  height: 8px;
}
.flow-list__btn2::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 8px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:767px) {
  .flow-list__btn::after {
    top: 18px;
    right: 12px;
    width: 9px;
    height: 9px;
  }
	  .flow-list__btn2::after {
    top: 18px;
    right: 12px;
    width: 9px;
    height: 9px;
  }
}


/*　ボタン：モバイル版は　縦に */
.btn_box {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

/*　PC版　ボタンを並べる */
@media screen and (min-width: 768px) {
.btn_box {
  max-width: 700px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.btn_box:after {
    clear: both;
}
.b-section_1__btn{
  /* float:left; */
  margin:0 auto;
}
}

/*　バナースペース */
div.banner_space {
  width:100%;
  margin-top:50px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
div.banner_space {
  padding-top:0px;
}
}

/* モバイル版休業案内 */
.holiday{
  font-size:85%;
}

.linkParent {
  position: relative;
}
.linkParent__to {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.linkParent__to:hover {
  opacity: 0.7;
}

/*--------- style phone header ----------------*/

.area-list__item a {
  background-color: #3E8926;
  border-radius: 4px;
  color: #2D2D2F;
  display: table;
  padding: 1.5px;
  text-decoration: none;
  width: 100%;
}
.area-list__item:nth-child(2) .area-list__txt,
.area-list__item:nth-child(3) .area-list__txt {
  letter-spacing: 0.3em;
}
.area-list__txt,
.area-list__number {
  display: table-cell;
  vertical-align: middle;
}
.area-list__txt {
  background-color: #D2E3D2;
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
  width: 45px;
  padding-left: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: 0.5px;
}
.area-list__item span.area-list__txt:after,
.area-list__item span.area-list__number:after {
  display: none;
}
.area-list__number {
  background-color: #FFF;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  padding-left: 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*--------- 新型コロナウイルス関連告知用 ----------------*/

.info_bar {
  width: 95%;
  text-align: center;
  border: 1px solid #c72826; box-sizing: border-box; border-radius: 5px;
  background-color: #f9e9e9;
  padding: 10px 0px;
  margin: 32px auto;
  font-weight: 600;
  font-size: 130%;
  color: #f00;
}
.info_bar a {
  text-decoration: none;
  line-height: 1.4;
  color: #f00;
}
.info_bar a:hover { color: #949494; }
.info_bar:hover { background-color: #fbf0f0; }

/*--------- その他告知用 ----------------*/

.info_bar2 {
  width: 100%;
  text-align: left;
  border: 1px solid #c72826; box-sizing: border-box; border-radius: 5px;
  background-color: #f9e9e9;
  padding: 10px 10px;
  margin: 16px auto;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, '.SFNSDisplay-Regular', 'メイリオ', Arial, sans-serif;
  font-weight: bold;
  font-size: 130%;
  color: #f00;
}

.info_bar2 p {
  border: none;
  margin: auto;
  padding: 10px 0px 0px 0px;
  font-weight: normal;
  font-size: 75%;
  line-height: 150%;
}
.info_bar3 {
    width: calc(100% - 20px);
    text-align: center;
    padding: 10px 10px;
    margin: 0px auto 40px;
    font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, '.SFNSDisplay-Regular', 'メイリオ', Arial, sans-serif;
    font-weight: normal;
    font-size: 105%;
    color: #000000;
    line-height: 1.6em;
}

@media screen and (min-width: 767px) {
  .sp{
    display: none;
  }
}

.before-area-list{
  width: 220px;
  margin-right: -40px;
}
@media screen and (max-width: 1050px) {
  .before-area-list{
    margin-right: 0;
  }
}

.before-area-list .before-area-list__item{
  width: 100%;
}

.before-area-list .before-area-list__item a{
	border: 2px solid #dc143c;
	background-color: rgba(199,40,37,0.10);
	/*color: #C72825;*/
	color:#dc143c;
	/*height: 49px;*/
	display: flex;
	align-items: center;
	border-radius: 6px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	/*padding: 10px 13px;*/
	padding: 5px 13px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	margin: 0 0 5px;
}

.before-area-list .before-area-list__item a::after{
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #dc143c;
  border-top: 1px solid #dc143c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  transform: rotate(45deg);
}

.before-area-list .before-area-list__item a span{
  width: 100%;
	text-align: center;
}

.menu_new_sp{
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #3E8926;
  display: block;
  padding: 0 16px;
  margin-top: 8px;
  margin-bottom: 20px;
}


footer .add_txt_nasne{
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  footer .add_txt_nasne{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    max-width: 92%;
  }
	}

/*20220621追記*/
.product-media_list__name .txt1{
	line-height: 1;
	margin-top: -5px;
}
.product-media_list__name .txt1 small {
    font-size: 10px;
}
.product-media_list__name p.txt2{
	margin-top: 15px;
}

