@charset "UTF-8";
/* ===================================================================
	Author: aki
=================================================================== */
body {
  color: #000;
  font-size: 100%;
  line-height: 170%;
  /*	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f2f2f2;
}

a {
  text-decoration: underline;
  color: #000;
}

a:link {
  text-decoration: underline;
  color: #000;
}

a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #000;
}

.mf-btm {
  width: 1000px;
  margin: 0 auto;
}

#header {
  background: #fff;
}

#header .mf-inner {
  padding: 15px 0;
}

#header .hlogo {
  float: left;
}

#header .hlogo .logo {
  float: left;
}

#header .hlogo .logo img {
  width: 112px;
}

#header .hlogo .sitetitle {
  float: left;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  padding: 7px 0 0 10px;
}

#header .hcbox {
  float: right;
}

#header .htel {
  float: left;
  position: relative;
  padding: 0 20px 0 50px;
  margin: 2px 0 0 0;
}

#header .htel:before {
  content: url(../img/cmn/ic1.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

#header .htel .fd {
  font-size: 1.7em;
  line-height: 1em;
}

#header .htel .fd a {
  text-decoration: none;
  color: #ca1622;
  font-weight: bold;
  letter-spacing: -1px;
}

#header .htel .ftime {
  font-size: 0.7em;
  line-height: 1.3em;
}

#header .hsatei {
  float: right;
}

#header .hsatei a {
  display: inline-block;
  background: #ca1622;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px 15px 35px;
  border-radius: 10px;
  font-size: 1.1em;
  line-height: 1em;
  position: relative;
}

#header .hsatei a:before {
  content: url(../img/cmn/ic2.jpg);
  position: absolute;
  top: 13px;
  left: 10px;
}

#header #smpbtn {
  display: none;
}

#header #smpbtn2 {
  display: none;
}

#main-menu {
  background: #ca1622;
}

#main-menu li {
  float: left;
  margin: 0 30px 0 0;
}

#main-menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

#contents {
  padding: 30px 0 0 0;
}

#contents .mf-btm {
  background: #fff;
}

#contents .mf-inner {
  padding: 20px 20px 50px 20px;
}

#main {
  float: left;
  width: 630px;
}

#side {
  float: right;
  width: 300px;
}

#side .intro {
  background: #7fa839;
  color: #fff;
  padding: 20px;
  font-size: 0.85em;
  line-height: 1.8em;
  margin: 0 0 45px 0;
}

#side .search,
#side .catelist,
#side .newent,
#side .kwlist {
  margin: 0 0 45px 0;
}

#side .newent h5 {
  background: #ca1622;
  padding: 5px 10px;
  color: #fff;
}

#side .newent .ebox {
  padding: 15px 0;
  border: 1px dashed #c0c0c0;
  border-width: 0 0 1px 0;
}

#side .newent .ebox .cimg {
  float: left;
}

#side .newent .ebox .cbody {
  float: right;
  width: 186px;
}

#side .newent .ebox .cate {
  color: #7fa839;
  font-size: 0.9em;
  line-height: 1em;
  margin: 0 0 10px 0;
}

#side .newent .ebox h6 {
  line-height: 1.5em;
}

#side .newent .ebox h6 a {
  text-decoration: none;
}

#side .catelist h5 {
  background: #ca1622;
  padding: 5px 10px;
  color: #fff;
  margin: 0 0 20px 0;
}

#side .catelist li ul {
  padding: 0 0 0 1em;
}

#side .catelist li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  border: 1px dashed #c0c0c0;
  border-width: 0 0 1px 0;
}

#side .catelist li a:before {
  position: absolute;
  content: url(../img/cmn/ic3.jpg);
  top: 10px;
  left: 10px;
}

#side .kwlist h5 {
  background: #ca1622;
  padding: 5px 10px;
  color: #fff;
  margin: 0 0 20px 0;
}

#side .kwlist li {
  float: left;
  padding: 0 10px 10px 0;
}

#side .kwlist li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
  color: #444;
  font-size: 0.9em;
  line-height: 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

#side .kwlist li a:before {
  position: absolute;
  content: url(../img/cmn/ic4.jpg);
  top: 10px;
  left: 10px;
}

#side .search h5 {
  background: #ca1622;
  padding: 5px 10px;
  color: #fff;
}

#side .searchbox {
  padding: 10px;
}

#side .searchbox #s {
  border: 1px solid #aaa;
  padding: 5px;
  width: calc(70% - 10px);
  border-radius: 5px;
}

#footer {
  background: #322929;
}

#footer .mf-inner {
  padding: 50px 0;
}

#footer .flogo {
  float: left;
  color: #fff;
}

#footer .flogo .logo {
  float: left;
  margin: 0 0 10px 0;
}

#footer .flogo .logo img {
  width: 112px;
}

#footer .flogo .sitetitle {
  float: left;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  padding: 7px 0 0 10px;
}

#footer .flogo .stnum {
  clear: both;
  font-size: 0.8em;
  line-height: 1em;
}

#footer .fcbox {
  float: right;
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px;
}

#footer .ftel {
  float: left;
  position: relative;
  padding: 0 20px 0 50px;
  margin: 2px 0 0 0;
}

#footer .ftel:before {
  content: url(../img/cmn/ic1.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

#footer .ftel .fd {
  font-size: 1.7em;
  line-height: 1em;
}

#footer .ftel .fd a {
  text-decoration: none;
  color: #ca1622;
  font-weight: bold;
  letter-spacing: -1px;
}

#footer .ftel .ftime {
  font-size: 0.7em;
  line-height: 1.3em;
}

#footer .fsatei {
  float: right;
}

#footer .fsatei a {
  display: inline-block;
  background: #ca1622;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px 15px 35px;
  border-radius: 10px;
  font-size: 1.1em;
  line-height: 1em;
  position: relative;
}

#footer .fsatei a:before {
  content: url(../img/cmn/ic2.jpg);
  position: absolute;
  top: 13px;
  left: 10px;
}

#telpopup-frame {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

#telpopup-frame-inner {
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#telpopup-close {
  padding: 30px 0 0 0;
}

#telpopup-close img {
  vertical-align: bottom;
}

#telpopup-close a {
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  background: #ddd;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #666;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0px;
}

#telpopup-gotel {
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: none;
  background: #ca1622;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0px;
}

#telpopup-shop {
  font-size: 1.5rem;
  line-height: 1.7;
}

#telpopup-gotel img {
  vertical-align: baseline;
}

#telpopup-gotel a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: bold;
  text-decoration: underline;
}

#telpopup-stelb {
  padding: 15px 0;
}

.tellink {
  pointer-events: none;
  text-decoration: none;
}

#slidemenu,
#smpmenu {
  display: none;
}

#wrap {
  left: 0;
  position: static;
}

.pchide {
  display: none;
}

#dheader {
  display: none;
}

#toc_container {
  width: 100% !important;
  padding: 0 !important;
}

#toc_container > ul {
  padding: 0 20px 20px 20px !important;
}

#toc_container ul li {
  border: 1px dashed #b6b6b6;
  border-width: 1px 0 0 0;
  padding: 10px 5px;
}

#fixedtelbtn {
  display: none;
}

#cbox3 .ebody .catch {
  background: #fff4e5;
  padding: 20px;
  text-align: center;
}

#cbox3 .ebody .catch p {
  color: #000;
}

#cbox3 .ebody .catch p strong {
  background: linear-gradient(transparent 50%, #fff600 0%);
}

#cbox3 .ebody .catch p:last-child {
  margin: 0;
  line-height: 1.7em;
}

#cbox3 .ebody .catch a {
  color: #0064d4;
  font-weight: bold;
}

#cbox3 .ebody .catch a:before {
  content: url(../img/arr.png);
  margin: 0px 5px 0 0;
  position: relative;
  top: 5px;
}

#cbox3 .ebody .catch2 a {
  color: #fff;
  font-weight: bold;
  display: block;
  background: #30ba00;
  padding: 15px 20px;
  border-radius: 30px;
  text-align: center;
}

#cbox3 .ebody .catch2 a:before {
  content: url(../img/arr2.png);
  margin: 0px 5px 0 0;
  position: relative;
  top: 5px;
}

#cbox3 .ebody .catch3 {
  background: #ffe3e5;
  padding: 20px;
  text-align: center;
}

#cbox3 .ebody .catch3 a {
  color: #fff;
  font-weight: bold;
  display: block;
  background: #fe0000;
  padding: 15px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.7em;
}

#cbox3 .ebody .catch3 a:before {
  content: url(../img/arr2.png);
  margin: 0px 5px 0 0;
  position: relative;
  top: 5px;
}

#cbox3 .ebody .shoplists {
  border: 3px solid #ca1622;
  border-radius: 10px;
  padding: 20px;
}

#cbox3 .ebody .shoplists h6 {
  color: #ca1622;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7em;
  border: 3px solid #ca1622;
  border-width: 0 0 3px 0;
  padding: 0 0 5px 0;
  text-align: center;
}

#cbox3 .ebody .shoplists ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
}

#cbox3 .ebody .shoplists li {
  width: 16.6666666667%;
  margin: 0 0px 10px 0;
  text-align: center;
}

#cbox3 .ebody .shoplists li a {
  color: #0034dd;
}

@media screen and (max-width: 800px) {
  .smphide {
    display: none;
  }
  .pchide {
    display: block;
  }
  #smpmenu {
    display: block;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  .tellink {
    pointer-events: auto;
    text-decoration: none;
  }
  .mf-btm {
    width: auto;
    margin: 0 auto;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    border: 1px solid #ca1622;
    border-width: 0 0 2px 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    background: url(../img/cmn/cfi.png) 0px 5px no-repeat #fff;
    background-size: contain;
  }
  #dheader {
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #ca1622;
    border-width: 0 0 2px 0;
  }
  #dheader .mf-inner,
#header .mf-inner {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #dheader .hlogo,
#header .hlogo {
    width: 28%;
    margin: 0 auto 0 7%;
    padding: 0;
  }
  #header .hlogo .logo {
    background: #fff;
    padding: 2px;
  }
  #header .hlogo .logo img {
    width: auto;
  }
  #dheader #smpbtn2,
#header #smpbtn {
    display: block;
    width: 50%;
    margin: 0 0 0 auto;
  }
  #dheader #smpbtn2 dl,
#header #smpbtn dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #dheader #smpbtn2 dt,
#header #smpbtn dt {
    width: 49%;
  }
  #dsmpmenu,
#smpmenu {
    width: 13%;
    text-align: right;
  }
  #dheader .hlogo .sitetitle,
#header .hlogo .sitetitle {
    display: none;
  }
  #header .hcbox {
    display: none;
  }
  #header .hsatei {
    float: none;
    width: auto;
  }
  #main-menu {
    background: #ca1622;
    display: none;
  }
  #main-menu li {
    float: none;
    width: auto;
    margin: 0 50px 0 0;
  }
  #main-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }
  #contents {
    padding: 10px 0 0 0;
  }
  #contents .mf-btm {
    background: #fff;
  }
  #contents .mf-inner {
    padding: 20px 20px 50px 20px;
  }
  #main {
    float: none;
    width: auto;
  }
  #side {
    float: none;
    width: auto;
  }
  #side .intro {
    background: #7fa839;
    color: #fff;
    padding: 20px;
    font-size: 0.85em;
    line-height: 1.8em;
    margin: 0 0 45px 0;
  }
  #side .catelist,
#side .newent {
    margin: 0 0 45px 0;
  }
  #side .newent h5 {
    background: #ca1622;
    padding: 5px 10px;
    color: #fff;
  }
  #side .newent .ebox {
    padding: 15px 0;
    border: 1px dashed #c0c0c0;
    border-width: 0 0 1px 0;
  }
  #side .newent .ebox .cimg {
    float: left;
    width: 25%;
  }
  #side .newent .ebox .cbody {
    float: right;
    width: 73%;
  }
  #side .newent .ebox .cate {
    color: #7fa839;
    font-size: 0.9em;
    line-height: 1em;
    margin: 0 0 10px 0;
  }
  #side .newent .ebox h6 {
    line-height: 1.5em;
  }
  #side .newent .ebox h6 a {
    text-decoration: none;
  }
  #side .catelist h5 {
    background: #ca1622;
    padding: 5px 10px;
    color: #fff;
    margin: 0 0 20px 0;
  }
  #side .catelist li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    border: 1px dashed #c0c0c0;
    border-width: 0 0 1px 0;
  }
  #side .catelist li a:before {
    position: absolute;
    content: url(../img/cmn/ic3.jpg);
    top: 10px;
    left: 10px;
  }
  #side .kwlist h5 {
    background: #ca1622;
    padding: 5px 10px;
    color: #fff;
    margin: 0 0 20px 0;
  }
  #side .kwlist li {
    float: left;
    padding: 0 10px 10px 0;
  }
  #side .kwlist li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 35px;
    text-decoration: none;
    color: #444;
    font-size: 0.9em;
    line-height: 1em;
    border: 1px solid #bbb;
    border-radius: 5px;
  }
  #side .kwlist li a:before {
    position: absolute;
    content: url(../img/cmn/ic4.jpg);
    top: 10px;
    left: 10px;
  }
  #footer {
    background: #322929;
  }
  #footer .mf-inner {
    padding: 20px;
    padding-bottom: 100px;
  }
  #footer .flogo {
    float: none;
    width: auto;
    color: #fff;
  }
  #footer .flogo .logo {
    float: left;
    width: auto;
  }
  #footer .flogo .sitetitle {
    float: left;
    width: auto;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    padding: 7px 0 0 10px;
  }
  #footer .flogo .stnum {
    clear: both;
    font-size: 0.8em;
    line-height: 1em;
  }
  #footer .fcbox {
    float: none;
    width: auto;
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    text-align: center;
  }
  #footer .ftel {
    float: none;
    width: auto;
    position: relative;
    padding: 0 10px 0 10px;
    margin: 2px 0 0 0;
  }
  #footer .ftel:before {
    content: url(../img/cmn/ic1.jpg);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #footer .ftel .fd {
    font-size: 1.7em;
    line-height: 1em;
  }
  #footer .ftel .fd a {
    text-decoration: none;
    color: #ca1622;
    font-weight: bold;
    letter-spacing: -1px;
  }
  #footer .ftel .ftime {
    font-size: 0.7em;
    line-height: 1.3em;
  }
  #footer .fsatei {
    float: none;
    width: auto;
    margin: 20px 0 0 0;
  }
  #footer .fsatei a {
    display: inline-block;
    background: #ca1622;
    text-decoration: none;
    color: #fff;
    padding: 15px 20px 15px 35px;
    border-radius: 10px;
    font-size: 1.1em;
    line-height: 1em;
    position: relative;
  }
  #footer .fsatei a:before {
    content: url(../img/cmn/ic2.jpg);
    position: absolute;
    top: 13px;
    left: 10px;
  }
  #slidemenu {
    display: block;
    background: #333;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 100%;
    width: 85%;
    height: 100%;
    overflow: auto;
  }
  #slidemenu-inner {
    padding: 20px 10px;
  }
  #slidemenu p {
    margin: 0 0 10px 0;
  }
  #slidemenu ul {
    margin: 10px 0 20px 0;
  }
  #slidemenu ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.7em;
    border: 1px dotted #fff;
    border-width: 1px 0 0 0;
    padding: 10px 10px;
    text-decoration: none;
  }
  #slidemenu ul li a:before {
    position: absolute;
    top: 15px;
    right: 2%;
    content: ">";
    font-weight: normal;
  }
  #slidemenu ul li.slmareaclose li a:before {
    content: ">";
  }
  #slidemenu ul li.slmareaopen li a:before {
    content: ">";
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #wrap {
    position: relative;
    z-index: 5;
  }
  #chatplusview {
    z-index: 10;
  }
  #telpopup-frame {
    z-index: 100;
  }
  #cbox3 .ebody .shoplists li {
    width: 25%;
    margin: 0 0px 10px 0;
    text-align: center;
  }
  #cbox3 .ebody .shoplists {
    border: 3px solid #ca1622;
    border-radius: 10px;
    padding: 10px;
  }
  #cbox3 .ebody .shoplists h6 {
    color: #ca1622;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.7em;
    border: 3px solid #ca1622;
    border-width: 0 0 3px 0;
    padding: 0 0 5px 0;
    text-align: center;
  }
  #cbox3 .ebody .shoplists ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0 10px;
  }
}
.newmain {
  position: relative;
}

.newmain a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jikosya_lp_box {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 30px;
}

.jikosya_lp_box_link {
  padding: 20px;
  margin: 20px auto;
  position: relative;
  display: block;
  color: #fff !important;
  background: #3B0603;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  border-radius: 10px;
  box-shadow: #c6b2b2 1px 5px;
  font-size: 24px;
}

.jikosya_lp_box_link:after {
  position: absolute;
  content: "";
  border-right: 3px solid;
  border-bottom: 3px solid;
  right: 40px;
  width: 10px;
  height: 10px;
  top: 28px;
  transform: rotate(-45deg);
  color: #3B0603;
}

.jikosya_lp_box_link:before {
  position: absolute;
  content: "";
  background: white;
  width: 10px;
  height: 10px;
  padding: 10px;
  right: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  .jikosya_lp_box_link {
    padding: 15px;
    font-size: 20px;
    line-height: 140%;
  }
  .jikosya_lp_box_link:before {
    top: 25px;
    right: 15px;
  }
  .jikosya_lp_box_link:after {
    right: 26px;
    width: 7px;
    height: 7px;
    top: 35px;
  }
}
.supervision_block {
  margin-top: 85px;
  margin-bottom: 25px;
  position: relative;
  border-top: 1px solid #c0c0c0;
}

.supervision_block .supervision_catch {
  position: absolute;
  top: -17px;
  background: #fff;
  border: none !important;
  padding: 0px 30px 0 0 !important;
}

.supervision_block .supervision_user {
  margin: 35px 0 20px;
  display: flex;
  align-items: center;
}

.supervision_block .supervision_user img {
  border-radius: 50px;
}

.supervision_text_box {
  margin-left: 20px;
  text-align: center;
}

.supervision_block .supervision_user .user_ttl {
  font-size: 1.2em;
  font-weight: bold;
}

.ebox table {
  width: 100%;
  margin: 20px 0;
}
.ebox table tr {
  height: auto !important;
}

.ebox table th,
.ebox table td {
  padding: 5px;
  font-size: 0.9em;
}

.ebox table th {
  background: #cf181c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: #fff solid 1px;
}

.ebox table td {
  border: #cf181c solid 1px;
}
.ebox table td p {
  margin: 0 !important;
}/*# sourceMappingURL=frame.css.map */