@charset "UTF-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /*font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  /*background:#eeeeee;*/
}

/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-weight: bold;
  color: #e34835;
}

a:hover, a:active {
  outline: none;
  color: #cdcdcd;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/**** Clearfix ****/
.nav .panel:before, nav .panel:after, #mainNav:before, #mainNav:after, .newsTitle:before, .newsTitle:after {
  content: "";
  display: table;
}

nav.panel:after, #mainNav:after, .newsTitle:after {
  clear: both;
}

nav.panel, #mainNav, .newsTitle {
  zoom: 1;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
  margin: 0 auto;
  width: 1110px;
}

#content {
  float: right;
  width: 750px;
  padding: 40px 0 50px;
}

#sidebar {
  float: left;
  width: 320px;
  padding: 42px 0;
}

#footer {
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #e34835;
}

/* ヘッダー
------------------------------------------------------------*/
#header h1 {
  padding-top: 10px;
  font-size: 90%;
  font-weight: bold;
}

#header h2 {
  clear: both;
  text-align: center;
  color: #000000;
  font-size: 160%;
  font-weight: bold;
      padding: 10px 0;
}

#header h2 img {
  width: 339px;
}

.contact {
  margin-top: -25px;
  float: right;
  text-align: left;
  /*border: 2px dashed #fef6f5;*/
  padding: 10px 20px;
  background: #fef6f5;
}

.contact p {
  /*padding-left:80px;*/
  font-size: 90%;
  font-weight: bold;
}

.contact p:before, .contact p span:before {
  color: #e34835;
}

.contact p.tel::before {
  content: "電話番号：";
}

.contact p.openTime::before {
  content: "営業時間：";
}

.contact p.address::before {
  content: "住所：";
}

.contact p.openTime span.closeTime {
  padding-left: 1em;
}

.contact p.openTime span.closeTime::before {
  content: "定休日：";
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg img {
  width: 100%;
  height: auto;
}

#mainImg {
  position: relative;
  z-index: -1;
}

#mainImg .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
}

#mainImg .catch img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 896px;
  width: 60%;
}

#mainImg .catch {
  /*animation: catchfade 4s ease 1s 1 normal;
  -webkit-animation: catchfade 4s ease 1s 1 normal;*/
}

@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
#mainImg .catch img {
  width: 65%;
}
}
@media only screen and (max-width: 644px) {
  #mainImg .mainimage img {
      height: 30vh;
      object-fit: cover;
  }
#mainImg .catch img {
  width: 85%;
}
}
@media only screen and (max-width: 420px) {
  #mainImg .mainimage img {
      height: 25vh;
      object-fit: cover;
  }
}

/* タイポグラフィ
------------------------------------------------------------*/
h2.title {
  clear: both;
      padding-top: 10px;
      padding-right: 36px;
      padding-bottom: 10px;
      text-align: center;
      font-size: 150%;
      font-weight: bold;
      position: relative;
      /* display: table; */
      margin: 0 auto 30px;
      border: 2px solid #e34835;
      border-radius: 8px;
      color: #e34835;
      background: #fef6f5;
}
h2.title:before {
  position: absolute;
  content: "";
  background: #e34835;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  width: 100%;
  height: 2px;
}

@media only screen and (max-width: 644px) {
  h2.title {
    font-size: 120%;
    padding-right: 0;
    /*padding-bottom: 4px;*/
  }

  h2.title:before {
    width: 100%;
  }

}
h2.title span {
  /*padding-bottom:10px;
  border-bottom:2px solid $color01;*/
}

h2.recentpost {
  margin: 30px 0 25px;
  padding: 15px 0;
  font-size: 150%;
  font-weight: bold;
  border-bottom: 3px solid #e34835;
}

h3 {
  margin: 10px 0 15px;
  padding: 10px 5px 10px 10px;
  font-size: 120%;
  font-weight: bold;
  border-left: 4px solid #e34835;
  background: #fef6f5;
  line-height: 1.5;
}
h3 span {
	font-size: 85%;
	margin-left: 1em;
	color: #e34835;
}
.post p {
  padding-bottom: 15px;
}

.post ul {
  margin: 10px 0 20px 20px;
}

.post ul li {
  padding-left: 5px;
  list-style: disc;
}

.post ol {
  margin: 0 0 10px 30px;
}

.post ol li {
  list-style: decimal;
}

.post h1 {
  margin: 15px 0 25px;
  padding: 15px 0;
  font-size: 150%;
  font-weight: bold;
  border-bottom: 3px solid #000000;
}

.post h2 {
  margin: 25px 0 25px;
  padding: 5px 0;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 2px solid #e34835;
}

.post h3 {
  /*margin:15px 0 25px;
  padding:15px 0;
  font-size:120%;
  font-weight:bold;
  border-bottom:1px solid #000000;*/
}

.post h4 {
  margin: 0 0 10px;
      padding: 10px 15px 5px 5px;
      font-size: 115%;
      font-weight: bold;
      border-bottom: 1px dashed #e34835;
      line-height: 1.4;
      display: flex;
}

.post h5 {
  margin: 15px 0 10px;
  padding: 15px 0;
  font-size: 110%;
  font-weight: bold;
}

.post h6 {
  margin: 15px 0 10px;
  padding: 15px 0;
  font-size: 110%;
  font-weight: bold;
}

.post blockquote {
  clear: both;
  padding: 10px 0 10px 25px;
  margin: 10px 0 25px 0px;
  border-left: 5px solid #e9e9e9;
}

.post blockquote p {
  padding: 5px 0;
}

.post table {
  border: 1px #e34835 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px;
  width: 100%;
}

.post table th {
    padding: 15px 10px;
    border: #e34835 solid;
    border-bottom: 1px solid #e34835;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 30%;
    background: #fef6f5;
    color: #e34835;
    font-size: 110%;
}
.post table tr:last-child th {
  border-bottom: 1px solid #e34835;
}

.post table td {
  padding: 15px 10px;
  border: 1px #e34835 solid;
  border-width: 0 0 1px 1px;
}

.post dt {
  font-weight: bold;
}

.post dd {
  padding-bottom: 10px;
}

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

img.aligncenter {
  display: block;
  margin: 5px auto;
  text-align: center;
}

img.alignright {
  margin: 0 0 20px 20px;
}

img.alignleft {
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* サイドバー　ウィジェット
------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 3px solid #000000;
}

.widget ul {
  margin: 30px 0 30px 0;
}

.widget li a {
  display: block;
  margin-top: 15px;
  color: #000000;
  font-weight: bold;
}

.widget a:hover {
  color: #cdcdcd;
}

p.banner {
  padding-bottom: 10px;
}

p.banner img {
  width: 100%;
}

#banners {
  padding-bottom: 10px;
}

#contactBanner {
  width: 320px;
  height: 80px;
  padding-top: 22px;
  background: url(../images/banner_tel.jpg) no-repeat;
  background-size: 320px;
}

#contactBanner p.tel {
  display: inline;
  padding-left: 60px;
  font-weight: bold;
  font-size: 20px;
}

#contactBanner p.tel::before {
  content: "TEL : ";
}

.newsTitle {
  clear: both;
  margin: 15px 0 10px;
  padding: 5px 0;
  /*font-size:130%;*/
  font-weight: bold;
  /*border-bottom:3px solid #000000;*/
}

.newsTitle h2.title {
  clear: both;
  margin-bottom: 0;
}

.newsTitle h3 {
  float: left;
}

.newsTitle p {
  float: right;
  /*padding:5px 10px 0 10px;
  font-size:70%;*/
}

.newsTitle p a {
  color: #fff;
  font-size: 80%;
  background: #e34835;
  padding: 3px 10px;
  border: 1px solid #e34835;
}

.newsTitle p a:hover {
  color: #e34835 !important;
  background: #fff;
}

.news p a {
  color: #000000;
}

.newsTitle p a:hover {
  color: #cdcdcd;
}

.news {
  margin: 20px 0 50px 0;
  background: #fef6f5;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news p {
  clear: both;
  margin-bottom: 15px;
}

.news p a {
  display: block;
  color: #000000;
  font-weight: bold;
}

.news span {
  padding-left: 10px;
}

.news a:hover span {
  color: #e34835;
}

/* フッター
------------------------------------------------------------*/
#footerLogo {
  float: left;
  width: 280px;
  text-align: center;
  padding: 10px 0 20px;
}

#footerLogo img {
  /*width: 113px;*/
}

#footer ul {
  float: right;
  width: 750px;
  padding-top: 12px;
}

#footer ul ul {
  display: none;
}

#footer ul li {
  display: inline-block;
  text-align: left;
  padding: 5px 0;
  margin-left: 5px;
}

#footer ul li a {
  padding: 0 0 0 10px;
  color: #e34835;
}

#footer ul li a:hover {
  /*color:#cdcdcd;*/
  opacity: 0.4;
}

#copyright {
  clear: both;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  background: #fef6f5;
}



/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/
.thumbWrap {
  width: 770px;
  margin: 0 -20px 20px 0;
}

.thumbWrap li {
  display: inline-block;
  width: 233px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}

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

ul.thumbUnder h3 {
  padding-top: 10px;
  font-size: 120%;
  font-weight: bold;
}

ul.thumbUnder h3 span {
  display: block;
}

ul.thumbUnder h3 a {
  color: #000000;
}

ul.thumbUnder h3 a:hover {
  color: #cdcdcd;
}

ul.thumbUnder li p {
  margin: 15px 0 10px;
}

ul.thumbUnder li img {
  margin-top: 10px;
}

ul.thumbUnder .thumbUnderDate {
  font-size: 80%;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  nav#mainnav {
    position: relative;
    margin-top: 15px;
  }

  nav#mainnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	  background: #fef6f5;
  }

  nav#mainnav ul li {
    float: left;
  }

  nav#mainnav ul li a {
    display: block;
    text-align: center;
    _float: left;
    height: 60px;
    padding: 0 25px 0;
    line-height: 60px;
    font-weight: bold;
    color: #e34835;
    border-bottom: 3px solid #fef6f5;
  }

  nav#mainnav ul li a:hover {
    /*color:#999999;*/
    border-bottom: 3px solid #e34835;
  }

  nav#mainnav ul ul {
    width: 160px;
    border-top: 0;
  }

  nav#mainnav ul li ul {
    display: none;
  }

  nav#mainnav ul li:hover ul {
    display: block;
    position: absolute;
    top: 60px;
    text-align: center;
    z-index: 500;
  }

  nav#mainnav ul li li {
    background: #ffffff;
    border-bottom: 1px dotted #cdcdcd;
    float: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0;
  }

  nav#mainnav ul li li:last-child {
    border: 0;
  }

  nav#mainnav ul li li a {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 95%;
    text-align: center;
  }

  nav#mainnav ul li li a:hover {
    color: #999999;
  }

  nav div.panel {
    display: block !important;
  }

  a#menu {
    display: none;
  }
}
/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }

  #headerWrap {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
  }

  #header h2 {
    padding-top: 15px;
  }

  #header h2 img {
    max-height: 28px;
    width: auto !important;
    margin-top: 0;
  }

  #header .pnav ul {
    display: none;
  }

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 75%;
    left: 30%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000000;
    -webkit-transition: .2s;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000000;
    -webkit-transition: .3s;
    transition: .3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 1px;
    z-index: 100;
  }

  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 500;
  }
  #menuWrap {
      height: 100%;
  }
  #mainnav ul {
    background: #fef6f5;
    text-align: left;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 12px 25px;
    border-bottom: 1px solid #ccc;
    color: #000000;
    font-weight: bold;
  }

  #mainnav li a:hover {
    color: #e34835;
  }

  #mainnav ul li li {
    border: 0;
  }

  #mainnav ul li li a {
    padding-left: 40px;
  }
}
/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #wrapper, .inner {
    width: 100%;
  }

  .contact {
    display: none;
  }

  #header h1 {
    display: none;
  }

  #mainImg img {
    padding-top: 60px;
  }

  h2.first {
    margin-top: 35px;
  }

  h2.title {
    /*padding-top: 20px;*/
  }

  .newsTitle h2.title {
    padding-top: 0;
  }

  .thumbWrap {
    width: 100%;
  }

  .thumbWrap ul.thumbUnder li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 0 1.5%;
  }

  .thumbWrap ul.thumbUnder li img {
    width: 100%;
  }

  .thumbWrap ul.thumb li {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }

  #content, #sidebar {
    clear: both;
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
  #content {
    padding: 50px 0 50px;
  }
  .home #content {
    padding: 10px 0 50px;
  }
  #banners {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
  }

  #banners p {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  #banners p img {
    width: 100%;
    height: auto;
    margin:0 auto;
  }

  #contactBanner {
    margin: 0 auto;
  }

  #footer {
    margin: 0;
    border: 0;
    text-align: center;
  }

  #footerLogo, #footer ul {
    float: none;
    width: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  #footerLogo {
    width: 240px;
    margin: 0 auto;
  }
  #footer ul {
    padding-top: 20px;
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto 20px auto;
  }

  .alignright, .alignleft {
    float: none;
  }

  .thumbWrap ul.thumbUnder li {
    width: 95%;
    margin-bottom: 10px;
  }

  .thumbWrap ul.thumbUnder li img {
    width: 100%;
  }

  #banners p {
    float: none;
    width: 100%;
    margin: 0 0 1.5%;
  }

  #banners p img {
    width: 100%;
  }

  #footer ul {
    text-align: left;
    padding: 15px;
  }
}
/* 追記
------------------------------------------------------------*/
/* slick-----------------*/
.slick-slide img {
  width: auto !important;
  /*auto or コンテンツサイズを指定*/
  /* width: 100%!important;　画面いっぱいの場合は100%指定*/
  max-width: 100%;
}

/* googlemap-----------------*/
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 30%;
  /*ここで高さ調整*/
  min-height: 300px;
  margin-bottom: 20px;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 汎用-----------------*/
a:focus, *:focus {
  outline: none;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.text-bold {
  font-weight: bold;
}

.text-large {
  font-size: 120% !important;
}

.text-xlarge {
  font-size: 150% !important;
}

.text-small {
  font-size: 80% !important;
}

.highlight {
  padding: 2%;
  background: #fef6f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px;
  overflow: hidden;
}
.highlight h3 {
  background: #fff;
}

.border_box {
  padding: 2%;
  border: 4px solid #fef6f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 25px;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color01 {
  color: #e34835;
}
.color02 {
  color: #fccb00;
}
.color03 {
    color: #03A9F4;
}

.text-red {
  color: #ff0000;
}

section {
  overflow: hidden;
  margin-bottom: 3%;
}

img {
  width: auto;
  max-width: 100%;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.post table {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 644px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 645px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 645px) {
  img.alignright, img.alignleft {
    width: 45%;
    max-width: 310px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  a#menu {
    cursor: pointer;
  }

  #banners p img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 644px) {
  .post img, img.alignright, img.alignleft {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    display: block;
  }
}
/*==========================
	ブロック
==========================*/
/* 2列並び-----------------*/
.box2 {
  display: inline-block;
  margin: 0 2% 2% 0;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  float: left;
}

.box2:nth-child(2n) {
  margin: 0 0 2% 0;
}

.box2 .link_btn {
  max-width: 100%;
}

/* 3列並び-----------------*/
.box3 {
  display: inline-block;
  margin: 0 2% 2% 0;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  float: left;
}

.box3:nth-child(3n) {
  margin: 0 0 2% 0;
}

.box3 p {
  padding-bottom:0;
}


/* 4列並び-----------------*/
.box4 {
  float: left;
  margin: 0 2% 2% 0;
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.box4:nth-child(4n) {
  margin: 0 0 2% 0;
}

/* 5列並び-----------------*/
.box5 {
  float: left;
  margin: 0 2% 2% 0;
  width: 18.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.box5:nth-child(5n) {
  margin: 0 0 2% 0;
}

@media only screen and (max-width: 644px) {
  .box2, .box3, .box4, .box5 {
    margin: 0 0 1%;
    width: 100%;
  }
}
/*ページ送り */
ul.pageNav {
  margin: 20px 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}

ul.pageNav li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #f2f3f5;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #f2f3f5;
  color: #000;
}

ul.pageNav li span {
  background: none;
  color: #e34835;
}

ul.pageNav li a:hover {
  color: #fff;
  background: #fccb00;
  border-color: #fccb00;
}

/*pageTOP------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #e34835;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
}

#pageTop a::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* リンクボタン */
.link_btn {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}
.link_btn.center {
  margin:0 auto;
}
.link_btn a {
  line-height: 1.4;
  display: block;
  padding: 15px 20px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  background: #e34835;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border:1px solid #e34835;
}

.link_btn a:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 6px;
	-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.link_btn a:hover {
  background: #fff;
	color:#e34835;
}
.link_btn a:hover:before {
  border-color: #e34835;
	-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 644px) {
  .link_btn {
    max-width: 260px;
    margin:10px auto 0;
  }
}

/* side_info */
.side_info {
  background: #fff;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 1.8;
  width: 100%;
  -webkit-box-shadow: #bfbfbf 0px 5px 7px;
          box-shadow: #bfbfbf 0px 5px 7px;
  margin: 0 auto 50px;
  clear: both;
}

.side_info img {
  max-width: 100% !important;
  padding-bottom: 0 !important;
  margin: 0 auto 10px;
  display: block;
}

.side_info .p01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #e34835;
}
.side_info .p01 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.side_info .tel {
    display: inline;
    padding-left: 26px;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel.png) no-repeat 0 40%;
    background-size: 24px;
    color: #e34835;
}

.side_info .tel a {
  color: #e34835;
}

.side_info .tel a:hover {
  color: #e34835;
  opacity: 0.7;
}

.side_info .side_info_block {
  display: table;
  margin: 0 auto;
}

.lead {
  color: #e34835;
  font-size: 115%;
  font-weight: bold;
}
@media only screen and (max-width: 644px) {
  .lead {
    font-size: 110%;
  }
}
/* ul01 */
ul.ul01 {
  list-style: none;
  margin: 0 0 10px;
}

ul.ul01 li {
  padding: 0 0 5px 16px;
  position: relative;
  word-wrap: break-word;
  list-style: none;
      /*display: table;*/
}

.ul01 li:before {
  background: none repeat scroll 0 0 #e34835;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 8px;
  width: 8px;
}

/* ul02 */
ul.ul02 {
  list-style: none;
  margin: 0;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
  list-style: none;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fccb00;
}

ul.ul02 li .ul01 li:before {
  background: none repeat scroll 0 0 #e34835;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 9px;
  width: 5px;
  border: 0;
}

@media only screen and (max-width: 644px) {
  ul.ul02 li {
    padding: 0 0 5px 10px;
  }
}
.sub_title {
  float: right;
  font-size: 80%;
  line-height: 2.4;
}

@media only screen and (max-width: 644px) {
  .sub_title {
    float: none;
    display: block;
    line-height: 1.4;
  }
}
/* sitemap */
ul.sitemap_ul {
  display: table;
  width: 70%;
  margin: 60px auto;
}

.sitemap_ul li {
  list-style: none !important;
  float: left;
  width: 32%;
  padding: 0;
  margin: 0 0 10px;
}

.sitemap_ul li a {
  padding: 5px 0;
  background: #fef6f5;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.sitemap_ul li a:hover {
  background: #e34835;
  color: #fff;
}

@media only screen and (max-width: 644px) {
  .sitemap_ul li {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
/* contact */
.contact_logo {
  margin: 15px auto 0;
  max-width: 300px;
  width: 60%;
}

.contact_block {
  text-align: center;
}

.contact_block .tel {
  display: inline;
  padding-left: 40px;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/tel.png) no-repeat 0 15%;
  background-size: 32px;
  color: #e34835;
}

.contact_block .tel a:hover {
  color: #e34835;
  opacity: 0.7;
}

/* news_list */
.news_list li {
  list-style: none !important;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}

.news_list li a span {
  padding-left: 10px;
}

.news_list li a {
  display: block;
  color: #000000;
  font-weight: bold;
}

.news_list li a:hover span {
  color: #e34835;
}

/* overScroll */
@media screen and (max-width: 644px) {
  .overScroll {
    overflow-x: scroll;
    width: 100%;
    display: block;
    margin: 0 0 5px;
  }
  .overScroll table {
    width: 750px;
    margin: 10px 0;
  }
  .overScroll::-webkit-scrollbar {
    height: 10px;
  }
  .overScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .overScroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}


@media screen and (max-width: 644px) {
  #a01, #a02, #a03 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.text-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.telNo {
  text-align: center;
}
.telNo a {
    display: inline;
    padding-left: 32px;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel2.png) no-repeat 0 40%;
    background-size: 27px;
    color: #e34835;
}

/* time-table */
.post table.time-table thead th {
  background: #e34835;
color: #fff;
border-right:1px solid #fff;
}
.post table.time-table th {
  width: auto;
  text-align: center;
  background: #fef6f5;
  color: #e34835;
}
.post table.time-table th:last-child {
  border-right: 1px solid #e34835;
}
.post table.time-table td {
  text-align: center;
    color: #e34835;
}
.post table.time-table td span {
  color: #e34835;
}
@media screen and (max-width: 644px) {
  .post table.time-table th, .post table.time-table td {
    padding:5px;
    font-size: 90%;
  }
}
@media screen and (max-width: 480px) {
.post table.time-table th, .post table.time-table td {
  font-size: 80%;
  padding:5px;
}
}

@media screen and (max-width: 644px) {
table.statsDay th, table.statsDay td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 89%;
    padding: 5px 10px;
    border-left: 0;
}
table.statsDay tr:last-child td {
  border-bottom: 0;
}
}
@media screen and (min-width: 645px) {
.floatList li {
    float: left;
    margin-right: 15px;
}
}

/* priceTable */
.post table.priceTable  {
    margin:0 0 10px;
}
.priceTable thead th {
  background: #ffcfca;
  color: #e34835;
  text-align: center;
}
.priceTable thead th:last-child {
    width: 70%;
}
.priceTable tbody td {
    /*text-align: right;*/
}
@media screen and (max-width: 644px) {
  .priceTable th, .priceTable td {
    font-size: 90%;
  }
}

/* 20200706追記 */
.triangle {
    font-size: 130%;
    color: #03a9f4!important;
}

/* 20200720追記 */
/*@media screen and (max-width: 1024px) {
  #banners p img {
      width: 320px;
  }
}*/
h2.title.center span {
    display: table;
    text-align: left;
    margin: 0 auto;
}
