@charset "utf-8";

/* CSS Document */

/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


/********************************************************************************************
ベース
********************************************************************************************/

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

/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/

.relative {
  position: relative !important;
}

.right,
.alignright {
  float: right !important;
}

.left,
.alignleft {
  float: left !important;
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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


.l-bottom-xxsmall {
  margin-bottom: 5px !important;
}

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

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

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

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

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

.l-bottom-xxlarge {
  margin-bottom: 80px !important;
}

.l-top-xxsmall {
  margin-top: 5px !important;
}

.l-top-xsmall {
  margin-top: 10px !important;
}

.l-top-small {
  margin-top: 15px !important;
}

.l-top {
  margin-top: 20px !important;
}

.l-top-large {
  margin-top: 30px !important;
}

.l-top-xlarge {
  margin-top: 50px !important;
}

.l-top-xxlarge {
  margin-top: 80px !important;
}

.l-bottom-xxsmall-p {
  padding-bottom: 5px !important;
}

.l-bottom-xsmall-p {
  padding-bottom: 10px !important;
}

.l-bottom-small-p {
  padding-bottom: 15px !important;
}

.l-bottom-p {
  padding-bottom: 20px !important;
}

.l-bottom-large-p {
  padding-bottom: 30px !important;
}

.l-bottom-xlarge-p {
  padding-bottom: 50px !important;
}

.l-bottom-xxlarge-p {
  padding-bottom: 80px !important;
}

.l-top-xxsmall-p {
  padding-top: 5px !important;
}

.l-top-xsmall-p {
  padding-top: 10px !important;
}

.l-top-small-p {
  padding-top: 15px !important;
}

.l-top-p {
  padding-top: 20px !important;
}

.l-top-large-p {
  padding-top: 30px !important;
}

.l-top-xlarge-p {
  padding-top: 50px !important;
}

.l-top-xxlarge-p {
  padding-top: 80px !important;
}


@media screen and (max-width:768px) {

  .l-bottom-xxsmall {
    margin-bottom: 5px !important;
  }

  .l-bottom-xsmall {
    margin-bottom: 7px !important;
  }

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

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

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

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

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

  .l-top-xxsmall {
    margin-top: 5px !important;
  }

  .l-top-xsmall {
    margin-top: 7px !important;
  }

  .l-top-small {
    margin-top: 10px !important;
  }

  .l-top {
    margin-top: 15px !important;
  }

  .l-top-large {
    margin-top: 20px !important;
  }

  .l-top-xlarge {
    margin-top: 30px !important;
  }

  .l-top-xxlarge {
    margin-top: 40px !important;
  }

  .l-bottom-xxsmall-p {
    padding-bottom: 5px !important;
  }

  .l-bottom-xsmall-p {
    padding-bottom: 7px !important;
  }

  .l-bottom-small-p {
    padding-bottom: 10px !important;
  }

  .l-bottom-p {
    padding-bottom: 15px !important;
  }

  .l-bottom-large-p {
    padding-bottom: 20px !important;
  }

  .l-bottom-xlarge-p {
    padding-bottom: 30px !important;
  }

  .l-bottom-xxlarge-p {
    padding-bottom: 40px !important;
  }

  .l-top-xxsmall-p {
    padding-top: 5px !important;
  }

  .l-top-xsmall-p {
    padding-top: 7px !important;
  }

  .l-top-small-p {
    padding-top: 10px !important;
  }

  .l-top-p {
    padding-top: 15px !important;
  }

  .l-top-large-p {
    padding-top: 20px !important;
  }

  .l-top-xlarge-p {
    padding-top: 30px !important;
  }

  .l-top-xxlarge-p {
    padding-top: 40px !important;
  }

}

/**********************************************
スペース
***********************************************/

.l-top-pt {
  padding-top: 0.9em;
}

.l-top-mt {
  margin-top: 0.9em;
}

.l-top-pb {
  padding-bottom: 0.9em;
}

.l-top-mb {
  margin-bottom: 0.9em;
}

.l-top-ptb {
  padding: 0.9em 0;
}

.l-top-mtb {
  margin: 0.9em 0;
}


/**********************************************
column
***********************************************/

.l-column-container {
  margin-left: -2%;
}

.l-grid-01,
.l-grid-02,
.l-grid-03,
.l-grid-04,
.l-grid-05,
.l-grid-06,
.l-grid-07,
.l-grid-08,
.l-grid-09,
.l-grid-10,
.l-grid-11,
.l-grid-12 {
  float: left;
  padding-left: 2%;
  box-sizing: border-box;
}

.l-grid-01 {
  width: 8.333%;
}

.l-grid-02 {
  width: 16.666%;
}

.l-grid-03 {
  width: 25%;
}

.l-grid-04 {
  width: 33.333%;
}

.l-grid-05 {
  width: 41.666%;
}

.l-grid-06 {
  width: 50%;
}

.l-grid-07 {
  width: 58.333%;
}

.l-grid-08 {
  width: 66.666%;
}

.l-grid-09 {
  width: 75%;
}

.l-grid-10 {
  width: 83.333%;
}

.l-grid-11 {
  width: 91.666%;
}

.l-grid-12 {
  width: 100%;
}


.l-wide-column {}

.l-first-column {
  width: 800px;
  float: right;
  word-break: break-all;
}

.l-second-column {
  width: 190px;
  float: left;
}

@media screen and (max-width:768px) {

  .l-column-container {
    margin-left: 0;
  }

  .l-grid-01,
  .l-grid-02,
  .l-grid-03,
  .l-grid-04,
  .l-grid-05,
  .l-grid-06,
  .l-grid-07,
  .l-grid-08,
  .l-grid-09,
  .l-grid-10,
  .l-grid-11,
  .l-grid-12 {
    float: none;
    padding-left: 0;
    box-sizing: border-box;
    width: auto;
  }



  .l-first-column {
    width: auto;
    float: none;
  }

  .l-second-column {
    width: auto;
    float: none;
  }


}

/**********************************************
grid-list
***********************************************/

.l-list {
  list-style: none;
}

.l-list>li {
  float: left;
  padding-bottom: 0.9em;
}

.l-list-half {
  margin-left: -2%;
}

.l-list-half>li {
  width: 48%;
  margin-left: 2%;
}

.l-list-half>li:nth-of-type(2n) {
  margin-right: 0;
}

.l-list-half>li:nth-of-type(2n+1) {
  clear: both;
}

.l-list-trisect {
  margin-left: -2%;
}

.l-list-trisect>li {
  width: 31.3%;
  margin-left: 2%;
}

.l-list-trisect>li:nth-of-type(3n) {
  margin-right: 0;
}

.l-list-trisect>li:nth-of-type(3n+1) {
  clear: both;
}

.l-list-quarter {
  margin-left: -2%;
}

.l-list-quarter>li {
  width: 23%;
  margin-left: 2%;
}

.l-list-quarter>li:nth-of-type(4n) {
  margin-right: 0;
}

.l-list-quarter>li:nth-of-type(4n+1) {
  clear: both;
}



/**********************************************
base
***********************************************/

.l-base {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-base-small {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-block {
  padding-bottom: 2.5em;
}

@media screen and (max-width:768px) {

  .l-base {
    width: auto;
    box-sizing: border-box;
  }

  .l-base-small {
    width: auto;
    box-sizing: border-box;
  }

  .l-base:not(.l-base-no-offset),
  .l-base-wide:not(.l-base-no-offset),
  .l-base-small:not(.l-base-no-offset) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .l-block {
    padding-bottom: 2.5em;
  }

}



/********************************************************************************************
モジュール
********************************************************************************************/


/**********************************************
common
***********************************************/

.container {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width:768px) {

  .container {
    width: auto;
  }

}

/**********************************************
module-heading
***********************************************/

.title {
  background-color: #0092d9;
  padding: 8px 15px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.25em;
}

.title.title-ver01 {
  background-color: #0092d9;
  color: #fff;
}

.subtitle {
  border-bottom: 3px solid #00a0e9;
  padding: 3px 5px;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.9em;
}

.midtitle {
  padding: 3px 5px;
  font-size: 1.125rem;
  margin-bottom: 0.6em;
  color: #000;
  font-weight: bold;
}

.midtitle img {
  height: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}

.mintitle {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.6em 10px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25em;
}


.bartitle {
  padding: 3px 5px;
  font-size: 131%;
  margin-bottom: 0.6em;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
}

.bartitle img {
  height: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}


.page-title {
  font-size: 1.5rem;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.9em 5px;
  margin-bottom: 1.25em;
}

.page-title span {
  display: inline-block;
  padding-left: 20px;
  border-left: 5px solid #333;
}

@media screen and (max-width:768px) {

  .title {
    font-size: 1.125em;
    padding: 3px 10px;
    margin-bottom: 1.25rem;
  }

  .subtitle {
    border-bottom: 2px solid #00a0e9;
    padding: 3px 5px;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }


  .midtitle {
    padding: 3px 5px;
    font-size: 1.125rem;
    margin-bottom: 0.6rem;
  }

  .mintitle {
    padding: 3px 8px;
    font-size: 108%;
    margin-bottom: 0.6rem;
  }


  .bartitle {
    padding: 3px 5px;
    font-size: 116%;
    margin-bottom: 0.6rem;
  }


  .page-title {

    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.6em 0;
    margin-bottom: 1.25em;
  }

  .page-title span {
    padding-left: 0px;
    border-left: none;
  }

}


/**********************************************
module-text
***********************************************/

.text-main {
  font-size: 1rem;
  padding-bottom: 1em;
  line-height: 1.8;
}

.text-small {
  font-size: 0.9375rem;
  padding-bottom: 1em;
  line-height: 1.5;
}

.text-xsmall {
  font-size: 0.875rem;
}


.text-large {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}



.text-accent {
  color: #f33;
}

.text-underline {
  background: linear-gradient(to bottom, rgba(255, 240, 0, 0) 0%, rgba(255, 240, 0, 0) 79%, rgba(255, 240, 0, 1) 80%, rgba(255, 240, 0, 1) 100%);
}


.lead {
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 0.6em;
}

.lead-pink {
  color: #e74287;
}

.list-asterisk li {
  margin-left: 1.2em;
  line-height: 1.8;
  font-size: 0.938rem;
  padding: 0.3em 0;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
  margin-right: 0.2em;
}


.list-dot li {
  margin-left: 1.2em;
  line-height: 1.8;
  font-size: 0.938rem;
  padding: 0.3em 0;
}

.list-dot li::before {
  content: "・";
  margin-left: -1em;
  margin-right: 0.2em;
}


.list-pdf li {
  margin-left: 1.2em;
  line-height: 1.75;
  font-size: 108%;
  background: url(../../img/icon/icon_pdf.png) no-repeat left 2px / 28px 28px;
  padding: 3px 0 10px 35px;
}

.list-pdf li a {
  color: #333;
  text-decoration: none;
}

.list-pdf li a:hover {
  text-decoration: underline;
}


@media screen and (max-width:768px) {


  .text-main {
    line-height: 1.6;
  }

  .list-asterisk li {
    line-height: 1.6;
  }

  .list-dot li {
    line-height: 1.6;
  }


  .list-pdf {
    clear: both;
  }

}


/**********************************************
module-btn
***********************************************/

.btn {
  display: block;
  background: #F4DD34;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  padding: 0.6em 0;
  border-radius: 100vw;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-right: 1px;
}

.btn:hover {
  opacity: 0.7;
}

.btn.btn-none-icon {
  padding: 8px 20px 8px 20px;
}

.btn.btn-none-icon::after {
  display: none;
}

.btn.btn-gray {
  background: #ddd;
}

.btn.btn-red {
  background: #FF3333;
  color:#fff;
}

.btn.orange {
  background: #ff9119;
  color:#fff;
  border-radius: 3px;
}

.btn.green {
  background: #8cc63e;
  color:#fff;
  border-radius: 3px;
}

.btn.red {
  background: #f1382e;
  color:#fff;
  border-radius: 3px;
}


.btn.btn-blue {
  background: #0092d9;
  color: #fff;
}





.btn.btn-back {
  background: #ddd;
  min-width: 80px;
}

.btn.btn-black {
  color: #fff;
  background: linear-gradient(to bottom, #444 0%, #333 100%);
}

.btn-inline-block {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  text-align: center;
}


.btn-small {
  font-size: 0.938rem;
  padding: 10px 30px 10px 30px;
}

.btn-large {
  font-size: 1.25rem;
  padding: 18px 60px 18px 60px;
}

@media screen and (max-width:768px) {

  .btn {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0px 10px 0px;
    text-align: center;
  }

  .btn.btn-large {
    padding: 14px 0px 12px 0px;
    font-size: 108%;
  }
}

/**********************************************
module-upper
***********************************************/

.upper {
  background-color: #231815;
  padding: 2px 0;
}

.upper-lead {
  /* color: #ff0; */
  color: #fff;
  float: left;
  font-size: 0.75rem;
  padding-left: 114px;
}

.upper-text{
  color: #fff;
  float: right;
  font-size:0.75rem;
}

@media screen and (max-width:768px) {
  .upper-lead {
    color: #ff0;
    float: left;
    font-size: 0.75rem;
    padding-left: 0px;
  }

  /*
  .upper-text{
    color: #fff;
    float: right;
    font-size: 93%;
  }
  */
  /*
  .upper-text{
    left: 120px;
    top: 0;
    font-weight: 500;

    position: static;
    background-color: #231815;
    font-size: 77%;
    color: #fff;
    padding: 1px 10px 1px 10px;
    text-align: center;
  }
  */
}

/**********************************************
module-header
***********************************************/

.header {
  position: relative;
}

.header-title {
  position: absolute;
  left: 126px;
  top: 4px;
  font-size: 0.813rem;
  font-weight: 500;
  padding-top: 3px;
  margin-left: -12.5px;
}

.header-logo {
  position: relative;
  top: -10px;
  margin-left: 0px;
}

.header-logo-img {
  width: 102px;
  padding-right: 17px;
}

.header-logo-name {
  width: 215px;
  padding-right: 10px;
  margin-left: -12.5px;
}

.header-logo-label {
  width: 70px;
}


@media screen and (max-width:768px) {

  .header {
    height: 52.5px
  }

  .header-title {
    left: 83.5px;
    top:0;
    margin-left: -5px;
    font-size: 0.563rem;
  }

  .header-logo {
    position: relative;
    top: 1.5px;
    margin-left: 10px;
    text-decoration: none;
    height: 50px;
  }

  .header-logo-img {
    width: 60px;
    padding-right: 7px;
  }

  .header-logo-name {
    width: 160px;
    padding-right: 0;
    margin-left: -5px;
  }

  .header-logo-label {
    width: 40px;
  }

}

.header-tel {
  position: absolute;
  right: 0px;
  top: 4px;
  font-size: 108%;
  color: #333;
  font-weight: bold;
}

.header-tel-number {
  font-family: "Roboto";
  font-size: 131%;
}

.header-tel-number img {
  height: 1.2em;
  padding-right: 0.1em;
  vertical-align: middle;
}


.header-link {
  position: absolute;
  top: 26.5px;
  right: 0px;
}

.header-link li {
  float: left;
  margin-left: 10px;
}

.header-link a {
  display: block;
  padding: 6px 14px 6px 14px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-decoration: none;
}

.header-link a img {
  height: 1.8em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -3px;
}

.header-link li:nth-child(1) a {
  background-color: #333;
}

.header-link li:nth-child(2) a {
  background-color: #4b4b4b;
}

.header-link li:nth-child(3) a {
  background-color: #e72c2f;
}

@media screen and (max-width:768px) {
  .header-link {
    position: static;
    width: 100%;
    top: 80px;
  }

  .header-link li {
    float: left;
    width: 30%;
    margin-left: 2.5%;
  }

  .header-link li:last-child {
    margin-right: 2%;
  }

  .header-link a {
    display: flex;
    height: 25px;
    padding: 6px 14px 6px 14px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .header-link a img {
    height: 1.8em;
    padding-right: 0.1em;
    vertical-align: middle;
    margin-top: -3px;
  }
}


/**********************************************
module-accordion
***********************************************/


@media screen and (max-width:768px) {

  .accordion-trigger {
    position: fixed;
    right: 20px;
    top: 32px;
    z-index: 9009;
    cursor: pointer;
    /* background: none; */
    background-color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 8px;
  }

  .btn-accordion {
    z-index: 9009;
    border: none;
    background: none;
    cursor: pointer;
  }

  .btn-accordion,
  .btn-accordion span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .btn-accordion {
    display: block;
    position: relative;
    width: 24px;
    height: 17px;
  }

  .btn-accordion span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #231815;
  }

  .btn-accordion span:nth-of-type(1) {
    top: 0;
  }

  .btn-accordion span:nth-of-type(2) {
    top: 7px;
  }

  .btn-accordion span:nth-of-type(3) {
    bottom: 0;
  }


  .btn-accordion.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(135deg);
  }

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

  .btn-accordion.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(-135deg);
  }


  .mobile-tel {
    position: absolute;
    right: 65px;
    top: 34px;
    z-index: 9009;
  }

  .mobile-tel a {
    display: block;
    font-size: 20px;
    color: #231815;
    width: 100%;
  }

}



/**********************************************
module-mainvisual
***********************************************/


.mainvisual {
  padding: 10px 0;
}

.page-visual {
  padding: 10px 0;
}

@media screen and (max-width:768px) {

  .mainvisual {
    padding: 0 0 5px 0;
  }

  .page-visual {
    padding: 0 0 5px 0;
  }

}


/**********************************************
module-contents
***********************************************/


.contents {
  text-align: left;
  padding-bottom: 40px;
}

@media screen and (max-width:768px) {

  .contents {
    padding-left: 4%;
    padding-right: 4%;
  }

}

/**********************************************
module-side
***********************************************/


.side-bnr-list {
  text-align: center;
}

.side-bnr-list li {
  margin-bottom: 8px;
}

.side-btn-main{
border: 1px solid #ccc;
padding: 20px 10px 10px;
margin-bottom: 0.6em;
border-radius: 7px;
}

.side-bnr-list .btn {
  display: block;
  text-align: left;
  padding-left: 10px;
}

.side-bnr-list .btn.side-bnr-estimate {
  padding-left: 65px;
  position: relative;
  overflow: hidden;
  font-size: 147%;
  line-height: 1.1;
}

.side-bnr-estimate::before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background: url(../../img/side_bnr_den.png) no-repeat left top / auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.side-bnr-list .btn.side-bnr-repeat {
  padding-left: 65px;
  position: relative;
  overflow: hidden;
  font-size: 147%;
  line-height: 1.1;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, rgba(124, 170, 42, 1) 0%, rgba(138, 185, 42, 1) 50%, rgba(124, 167, 43, 1) 51%, rgba(124, 167, 43, 1) 100%);
}

.side-bnr-repeat::before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background: url(../../img/side_bnr_den2.png) no-repeat 5px top / auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width:768px) {

  .side-bnr-list li {
    margin-bottom: 5px;
  }

  .side-bnr-list-half {
    margin-left: -2%;
    padding-bottom: 0.6em;
  }

  .side-bnr-list-half li {
    margin-left: 2%;
    width: 48%;
    float: left;
    margin-bottom: 3px;
  }

  .side-bnr-list-half li:nth-child(2n+1) {
    clear: both;
  }

}

/*
side-search
*/

.side-search {
  padding: 2px 0 10px 0;
}

.side-search-input {
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 5px 10px;
  height: 30px;
  width: 75%;
  font-size: 14px;
  vertical-align: middle;
}

.side-search-submit {
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  background-color: #333;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em;
}

@media screen and (max-width:768px) {}

/*
header-search
*/

.header-search {
  padding: 2px 0 10px 0;
}

.header-search-input {
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 5px 10px;
  height: 30px;
  width: 225px;
  font-size: 14px;
  vertical-align: middle;
}

.header-search-submit {
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  background-color: #333;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em;
}

@media screen and (max-width:768px) {}

/*
side-item
*/


.side-item {
  margin-bottom: 0.6em;
}

.side-title {
  background-color: #666;
  font-size:1rem;
  padding: 0.6em 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 3px solid #F4DD34;
}




.side-item-list {
  border: 1px solid #666;
  border-top: none;
  padding: 0.6em 0;
  font-size: 0.875rem;
}

.side-item-list li {
  padding: 3px 0;
}

.side-item-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 3px 10px;
}

.side-item-list img {
  height: 1.6em;
  padding-right: 0.2em;
  vertical-align: middle;
  margin-top: -2px;
}



@media screen and (max-width:768px) {


  .side-item {
    margin-bottom: 0.6em;
  }

  .side-title {}


  .side-item-list {
    border: 1px solid #ccc;
    border-top: none;
    padding: 0 0;
  }

  .side-item-list li {
    width: 50%;
    float: left;
  }

  .side-item-list a {
    padding: 6px 10px;
    font-size: 100%;
    box-shadow: 1px 1px 0 #ccc;
  }

  .side-item-list img {}

}

/*
side-popular
*/


.side-popular {
  margin-top: 20px;
  margin-bottom: 15px;
}

.side-popular-title {
  text-align: center;
  padding-bottom: 5px;
}

.side-popular-list {

}

.side-popular-list li {}

.side-popular-list a {
  display: block;
  background-color: #666;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px 0px 10px 6px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  border-bottom: 3px solid #333;
}

.side-popular-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 7px;
  vertical-align: middle;
}


.side-popular-icon img {}

@media screen and (max-width:768px) {

  .side-popular {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .side-popular-title {
    text-align: center;
    padding-bottom: 5px;
    font-size: 93%;
  }

  .side-popular-list {}

  .side-popular-list li {}

  .side-popular-list a {
    font-size: 108%;
    font-weight: bold;
    padding: 5px 0px 4px 5px;
    border-bottom: 2px solid #333;
  }

  .side-popular-icon {
    width: 28px;
    height: 28px;
    padding: 2px;
  }

  .side-popular-icon img {}

}

/*
side-link
*/

.side-link {
  margin-bottom: 15px;

}

.side-link-list {
  padding-top: 10px;
}

.side-link-list li {
  margin-left: 1em;
  padding: 2px 0;
}

.side-link-list li::before {
  content: "・";
  margin-left: -1em;
}

.side-link-list li a {
  color: #333;
  text-decoration: none;
  font-size:0.875rem;
}

@media screen and (max-width:768px) {


  .side-link {
    margin-bottom: 15px;
  }

  .side-link-list {
    padding-top: 0;
    border-left: 1px solid #ccc;
  }

  .side-link-list li {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    margin-right: -1px;
  }

  .side-link-list li::before {
    display: none;
    content: "";
    margin-left: 0;
  }

  .side-link-list li a {
    display: block;
    padding: 5px 8px;
    font-size: 93%;
    box-shadow: 1px 1px 0 #ccc;
    letter-spacing: 0;
  }

}

/*
side-corp
*/
.side-corp {
  padding-top: 15px;
  margin-bottom: 15px;
}

.side-corp-logo {
  text-align: center;
  padding-bottom: 0.6em;
}

.side-corp-logo img {
  width: 100px;
}

.side-corp-name {
  text-align: center;
  font-weight: bold;
  font-size: 93%;
  padding-bottom: 15px;
}

.side-corp-address {
  font-style: normal;
}

@media screen and (max-width:768px) {}

/*
side-schedule
*/

.side-schedule {
  padding-bottom: 15px;
}

.side-schedule-time {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0.6em;
}



#calendar table {
  border: 1px solid #ffe300;
  table-layout: fixed;
  margin-bottom: 5px;
}

#calendar table caption {
  background-color: #ffe300;
  color: #333;
  padding: 2px 10px;
  font-size: 100%;
  font-weight: bold;
}

#calendar table th {
  border: 1px solid #ffe300;
  text-align: center;
  white-space: normal;
  font-size: 85%;
}

#calendar table td {
  border: 1px solid #ffe300;
  text-align: center;
  white-space: normal;
  font-size: 85%;
}

#calendar table tr td.cal_sun,
#calendar table tr td:first-child,
#calendar table tr th:first-child {
  color: #f00;
}

@media screen and (max-width:768px) {}

/*
side-brand
*/


.side-brand {
  padding-bottom: 15px;
}

.side-brand-list {
  margin-left: -2%;
  margin-top: 4px;
}

.side-brand-list li {
  float: left;
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 4px;
}

.side-brand-list li img {
  border: 1px solid #ddd;
}

@media screen and (max-width:768px) {}

/**********************************************
module-footer
***********************************************/


.footer {
  width: 100%;
  background-color: #F4DD34;
  padding-top: 2rem;
  font-size: 0.813rem;
}



@media screen and (max-width:768px) {
  .footer {
    padding: 10px 0;
    font-size: 0.875rem;
  }
}


/*
footer-corp
*/

.footer-corp {
  width: 180px;
  float: left;
  padding-top: 15px;
  margin-bottom: 15px;
}

.footer-corp-logo {
  padding-bottom: 10px;
}

.footer-corp-logo img {
  width: 140px;
}

.footer-corp-name {
  font-weight: bold;
  font-size: 0.813rem;
}

.footer-corp-address {
  font-style: normal;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width:768px) {

  .footer-corp {
    width: auto;
    float: none;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer-corp-logo {
    text-align: center;
  }

  .footer-corp-logo img {
    width: 120px;
  }

  .footer-corp-name {
    font-weight: bold;
    padding-bottom: 5px;
  }

  .footer-corp-address {
    font-style: normal;
  }

}


/*
footer-box
*/
.footer-box {
  float: left;
  padding: 10px 15px 0 15px;
}

.footer-box .footer-box-title {
  font-weight: bold;
}

.footer-box01 {
  background-color: #fdcf00;
  margin-right: 20px;
}

@media screen and (max-width:768px) {
  .footer-box {
    float: none;
    padding: 5px 5px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .footer-box01 {
    background-color: #fdcf00;
    margin-right: 0;
  }
}

/*
footer-link
*/
.footer-link {
  margin-bottom: 10px;
}

.footer-link li {
  padding: 1px 0;
}

.footer-link li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ea5514;
  margin-right: 5px;
  vertical-align: middle;
}

.footer-link li a {
  color: #333;
  text-decoration: none;
}

.footer-link li a:hover {
  text-decoration: underline;
}

.footer-link-nest li {
  margin-left: 5px;
}

.footer-link-nest li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: none;
  border-left: 1px solid #ea5514;
  border-bottom: 1px solid #ea5514;
  margin-right: 5px;
  vertical-align: middle;
}

.copyright {
  display: block;
  background-color: #231815;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 93%;
}

.copyright .sns-icon {
  margin-top: 0.5rem;
}

.copyright .sns-icon a {
  text-decoration: none;
  color: #fff;
  font-size: 300%;
  margin-right: 20px;
}

.copyright .sns-icon a:last-child {
  margin-right: 0px;
}

@media screen and (max-width:768px) {
  .footer-link {}

  .footer-link li {
    padding: 1px 3px 1px 0;
    display: inline-block;
  }

  .footer-link li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ea5514;
    margin-right: 5px;
    vertical-align: middle;
  }

  .footer-link li a {
    display: inline-block;
    padding: 1px 0;
    color: #333;
    text-decoration: none;
    font-size: 93%;
  }

  .footer-link li a:hover {
    text-decoration: underline;
  }

  .copyright {
    font-size: 77%;
    margin-bottom: 6rem;
  }

}

/**********************************************
module-home-pickup
***********************************************/


.home-pickup {
  padding-bottom: 15px;
}

.home-pickup ul {
  widows: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-pickup ul li {
  float: left;
  width: 22.75%;
  padding-right: 3%;
}

.home-pickup ul li:last-child {
  padding-right: 0px;
}

.home-pickup a {
  text-decoration: none;
  color: #000;
}

.home-pickup a p:hover {
  text-decoration: none;
  color: #000;
}

.home-pickup p {
  margin-top: 5px;
}

@media screen and (max-width:768px) {

  .home-pickup {
    padding-bottom: 10px;
  }

  .home-pickup ul li {
    float: left;
    width: 48%;
    padding-right: 4%;
    margin-bottom: 10px;
  }

  .home-pickup ul li:nth-child(2n) {
    padding-right: 0px;
  }

  .home-pickup p {
    font-size: 11px;
  }

}

/**********************************************
mcashless
***********************************************/


.cashless {
  padding-bottom: 15px;
}

@media screen and (max-width:768px) {

  .cashless {
    padding-bottom: 10px;
  }

}



/**********************************************
module-home-flow
***********************************************/

.home-flow {
  padding-bottom: 1.25em;
  border-bottom: 1px #ccc solid;
  margin-bottom: 2.5em;
}

.home-flow-list {
  display: flex;
  flex-wrap: wrap;
}

.home-flow-list li {
  float: left;
  width: 22.7%;
  margin-right: 3%;
  position: relative;
}

.home-flow-list li:last-child {
  margin-right: 0;
}

.home-flow-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -20px;
}


.home-flow-list li:last-child::after {
  display: none;
}


.home-flow-number {
  display: inline-block;
  position: absolute;
  font-family: "Roboto";
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 3px 0 2px 0;
  width: 60px;
  height: 13px;
  line-height: 1;
  font-size: 0.875rem;
}

.home-flow-number::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 6px 0 0;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 60px;
}



.home-flow-img figcaption {
  font-size: 0.875rem;
  padding-top: 0.6em;
  letter-spacing: 0;
  text-align: center;
}

.home-flow-text {
  position: absolute;
  right: 25px;
  top: 40px;
  font-size: 0.875rem;
}

.home-flow-img img {
  border: #666 1px solid;
}


.recommended {
  margin-bottom: 20px;
}


@media screen and (max-width:768px) {


  .home-flow {
    padding-bottom: 10px;
    background: none;
  }

  .home-flow-list {
    margin-top: 10px;
  }

  .home-flow-list li {
    width: 47.5%;
    margin-right: 4%;
    margin-bottom: 1.25em;
  }

  .home-flow-list li::after {
    content: none;
  }

  .home-flow-list li:nth-child(2n) {
    margin-right: 0;
  }

}



/**********************************************
module-home-pickup-item
***********************************************/

.home-pickup-item {
  overflow: hidden;
  margin: 0 0 30px;
}


.home-pickup-item li {
  float: left;
  margin: 10px 20px 20px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 139%;
}

.home-pickup-item li:nth-child(3n) {
  margin-right: 0;
}


.home-pickup-item a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .home-pickup-item li {
    width: 28%;
    font-size: 80%;
  }
}

/**********************************************
module-home-useful
***********************************************/


.home-useful {
  padding-bottom: 15px;
}

.useful-list {}

.useful-list li {}

.useful-list li a {
  display: block;
  padding: 1.25em 20px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.useful-list-title {
  font-size: 185%;
  color: #6a3906;
}

.useful-list-text {}

.useful-list01 a {
  background-image: url(../../img/bnr_bg01.png);
}

.useful-list02 a {
  background-image: url(../../img/bnr_bg02.png);
}


@media screen and (max-width:768px) {


  .home-useful {
    padding-bottom: 10px;
  }

  .useful-list {
    margin-left: 0;
  }

  .useful-list li {
    margin-left: 0;
    width: auto;
    float: none;
    padding-bottom: 5px;
  }

  .useful-list li a {
    padding: 10px 10px;
    color: #333;
  }

  .useful-list-title {
    font-size: 124%;
    color: #6a3906;
  }

  .useful-list-text {
    font-size: 77%;
  }

}


/**********************************************
module-home-voice
***********************************************/

.home-voice {
  padding-bottom: 2.5em;
}


.home-voice-lead {
  font-size: 1.25rem;
  font-weight: bold;
  color: #6a3906;
  text-align: center;
  padding-bottom: 1.25em;
}

.home-voice-text {
  text-align: center;
  font-size: 0.938rem;
  padding-bottom: 2.5em;
}


@media screen and (max-width:768px) {


  .home-voice {
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .home-voice-lead {
    font-size: 124%;
    padding-top: 10px;
  }

  .home-voice-text {
    font-size: 85%;
    padding-bottom: 10px;
    line-height: 1.2;
  }


}

.review-tab-menu {
  border-bottom: 3px solid #0092d9;
}

.review-tab-menu li {
  float: left;
  width: 30%;
  margin-right: 1px;
}

.review-tab-menu li a {
  display: block;
  padding: 8px 0px 5px;
  font-weight: bold;
  font-size: 116%;
  color: #333;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  text-align: center;
  cursor: pointer;
  background: url(../../img/pattern01.png) repeat #ccc;
}

.review-tab-menu li a.is-active {
  background-color: #0092d9;
  color: #fff;
}


@media screen and (max-width:768px) {


  .review-tab-menu {
    border-bottom: 3px solid #0092d9;
  }

  .review-tab-menu li {
    float: left;
    width: 50%;
    margin-right: 0;
  }

  .review-tab-menu li a {
    display: block;
    padding: 8px 0px 5px;
    font-weight: bold;
    font-size: 100%;
  }

  .review-tab-menu li a.is-active {}

}

.js-tab-content {
  display: none;
}


.review-category {
  margin-left: -2%;
  margin-bottom: 30px;
}

.review-category li {
  margin-left: 2%;
  width: 48%;
  float: left;
}

.review-category li a {
  display: block;
  background: url(../../img/pattern01.png) #f0f0f0;
  text-decoration: none;
  color: #231815;
  font-weight: bold;
  font-size: 1.125em;
  padding: 25px 0;
  text-align: center;
  border: 3px solid #0092d9;
}

.review-category li a.is-active {
  background-color: #0092d9;
  color: #fff;
}

.review-box {
  border-bottom: 1px solid #ccc;
  padding: 1.25em 0;
}

.review-box-img {
  width: 40%;
  float: left;
}

.review-box-inner {
  width: 55%;
  float: right;
}

.review-box-title {
  font-size: 1.125rem;
  padding-bottom: 0.6em;
}

.review-box-text {
  font-size: 0.938rem;
}

.review-box-link {
  text-align: right;
  padding-top: 0.6em;
}

.review-box-link i {
  margin-right: 0.3em;
}

.review-box-data {
  border: 1px solid #ccc;
  padding: 0.6em 20px;
  margin-top: 1.25em;
  font-size: 0.875em;
  line-height: 1.8;
}



@media screen and (max-width:768px) {

  .review-category li a {
    font-size: 108%;
    padding: 12px 0;
  }

  .review-box {
    border-bottom: 1px solid #ccc;
    padding: 1.25em 0;
  }

  .review-box-img {
    width: 100%;
    float: none;
    padding: 0 0 0.6em;
  }

  .review-box-inner {
    width: auto;
    float: none;
  }

  .review-box-title {
    padding-bottom: 0.6em;
  }

  .review-box-text {
    line-height: 1.3;
    margin-bottom: 0.6em;
  }

  .review-box-link {
    text-align: left;
    padding-top: 0;
    font-size: 0.875rem;
  }

  .review-box-data {
    padding: 0.6em 10px;
    margin: 1.25em 0;
    font-size: 0.875em;
    background-color: #f6f6f6;
    line-height: 1.5;
    border: none;

  }

}

/**********************************************
module-conversion
***********************************************/

.conversion {}

.conversion-text {
  font-size: 1rem;
  padding-bottom: 15px;
  line-height: 1.8;
}

.conversion-list {}

.conversion-list li {
  border: 1px solid #666;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.conversion-title {
  background-color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 4px 0;
  color: #fff;
}

.conversion-inner {
  padding: 15px 10px 10px 15px;
}

.conversion-subtext {
  float: left;
}

.conversion-tel {
  font-size: 160%;
  font-weight: bold;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1;
}

.conversion-tel img {
  height: 1.5em;
  margin-right: 0.2em;
  vertical-align: middle;
}

.conversion-link {
  float: right;
  padding-top: 2px;
}


@media screen and (max-width:768px) {

  .conversion {}

  .conversion-text {
    font-size:0.875rem;
    padding-bottom: 10px;
    line-height: 1.5;
  }

  .conversion-list {
    margin-left: 0;
  }

  .conversion-list li {
    margin-left: 0;
    float: none;
    width: 100%;
    border: 1px solid #333;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .conversion-title {
    font-size: 1rem;
    padding: 2px 0;
  }

  .conversion-inner {
    padding: 10px 8px 10px 8px;
    background-color: #f0f0f0;
  }

  .conversion-subtext {
    float: none;
    font-size: 0.875rem;
    text-align: center;
  }

  .conversion-tel {
    display: block;
    font-size: 140%;
    text-align: center;
  }

  .conversion-tel img {
    height: 1.5em;
    margin-right: 0.2em;
    vertical-align: middle;
  }

  .conversion-link {
    float: none;
    padding-top: 5px;
  }

}

/**********************************************
module-point
***********************************************/
.points {
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
}

/**********************************************
module-breadcrumb
***********************************************/

.breadcrumb {
  padding-bottom: 0.6em;
  letter-spacing: 0;
  font-size: 0.875rem;
}

.breadcrumb-lists {
  list-style: none;
  color: #666;
}

.breadcrumb-lists li {
  display: inline-block;
  font-size: 0.875rem;
}

.breadcrumb-lists li a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px 5px;
  color: rgba(0, 0, 0, 0.7);
}

.breadcrumb-lists li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.breadcrumb-lists li a:hover {
  text-decoration: underline;
}

.breadcrumb-lists li a i {
  padding-right: 4px;
}

.breadcrumb-lists li a strong {
  font-weight: 500;
}

.breadcrumb-lists li:last-child a {
  color: #888;
  text-decoration: none;
  cursor: text;
  pointer-events: none;
}

.breadcrumb-lists li:last-child a:after {
  display: none;
}

@media screen and (max-width:768px) {
  .breadcrumb {
    padding: 3px 0;
    letter-spacing: 0;
  }
  

  .breadcrumb ul{
  margin-top: 0.6em;
  }

}


/**********************************************
module-mobile-menu
***********************************************/

.mobile-menu {
  width: 90%;
  height: 100vh;
  box-sizing: border-box;
  background-color: rgba(255, 227, 10, 0.95);
  font-size: 0.875rem;
  color:#000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  opacity: 0;
  transition: all 0.2s ease;
  transform: scale(0.9);
  overflow:scroll;
  padding: 15px 1.25em 0;
  
}

.is-accordion-open .mobile-menu {
  opacity: 1;
  transform: scale(1);
}

.mobile-img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5em;
  margin-bottom: 20em;
}

/*
mobile-search
*/

.mobile-search {
  width: 80%;
  padding: 0;
  box-sizing: border-box;
  margin-top: 19px;
  margin-bottom: 22.5px;
  border-radius:0;
}

.mobile-search-input {
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 5px 10px;
  height: 30px;
  width: 75%;
  font-size: 0.875rem;
  vertical-align: middle;
  border-radius:0;
}

.mobile-search-submit {
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  background-color: #333;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em;
  border-radius:0;
}


/*
mobile-item
*/

.mobile-item{
  margin-bottom: 1.25em;

}

.mobile-item-title{
  text-align: center;
  border-bottom: 1px #000 solid;
  padding: 10px 0;
  text-align: left;
  padding-left: 1.25em;
  margin-bottom: 1.25em;
  position: relative;
  overflow: hidden;
}

.mobile-item-title a{
  color: #000;
  text-decoration: none;
}

.mobile-item-title a::after{
  position: absolute;
  top: 50%;
  right:10px;
  content: '\f105';
  color:#000;
  font-size: 0.875rem;
  font-family: fontAwesome;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  }



.mobile-item-list li a img {
  height: 2em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -2px;
}



/*
header-link
*/

.mobile-link {
  margin-left: -1%;
  margin-bottom: 1.25em;
}

.mobile-link li {
  float: left;
  width: 32.3%;
  margin-left: 1%;
}

.mobile-link a {
  display: block;
  padding: 10px 0 8px 0;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
  text-decoration: none;
  text-align: center;
}

.mobile-link a img {
  height: 1.8em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -3px;
}

.mobile-link li:nth-child(1) a {
  background-color: #333;
}

.mobile-link li:nth-child(2) a {
  background-color: #4b4b4b;
}

.mobile-link li:nth-child(3) a {
  background-color: #e72c2f;
}

 



/********************************************************************************************
ステータス
********************************************************************************************/

.is-hide {
  display: none;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}


@media screen and (max-width:768px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none !important;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}








/********************************************************************************************
アイコン
********************************************************************************************/

.fa-blue {
  display: inline-block;
  background-color: #30a7e0;
  border-radius: 3px;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  font-size: 0.8em !important;
  box-sizing: border-box;
  padding-top: 0.3em;
  padding-left: 0.1em;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.3em;
  margin-top: -2px;
}


/********************************************************************************************
アニメーション関係
********************************************************************************************/

.fadein {
  transform: translate(0, 20px);
  transition: all 1s ease;
  opacity: 0;
}

.fadein.is-visible {
  transform: translate(0, 0);
  opacity: 1 !important;
  top: 0;
}

.fadein-group>* {
  opacity: 0;
}

@media screen and (max-width:768px) {

  .fadein-group>* {
    opacity: 1;
  }

}



/*newsbox */
.newsbox {
  border: 3px solid #FF3333;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 20px;
}

.newsbox h2 {
  font-size: 150%;
  color: #FF3333;
}

.news-text {
  padding: 10px 0 10px;
}

.newsbox strong {
  color: #FF3333;
  font-weight: bold;
  font-size: 185%;
}

.newsbox span {
  font-size: 120%;
  color: #FF3333;
  font-weight: bold;
}

.newsbox p {
  font-size: 105%;
  text-align: left;
}

@media screen and (max-width:768px) {
  .newsbox strong {
    color: #FF3333;
    font-weight: bold;
    font-size: 140%;
  }

  .newsbox span {
    font-size: 100%;
    color: #FF3333;
    font-weight: bold;
  }
}



/********************************************************************************************
2018/03/16追加分
********************************************************************************************/
/*
sp-menu-link
*/

.sp-menu-link {
  margin-bottom: 30px;
  text-align: center;
}

.sp-menu-link li {
  padding: 1px 0;
}

.sp-menu-link li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ea5514;
  margin-right: 5px;
  vertical-align: middle;
}

.sp-menu-link li a {
  color: #333;
  text-decoration: none;
}

.sp-menu-link li a:hover {
  text-decoration: underline;
}

.sp-menu-link-nest li {
  margin-left: 5px;
}

.sp-menu-link-nest li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: none;
  border-left: 1px solid #ea5514;
  border-bottom: 1px solid #ea5514;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width:768px) {

  .sp-menu-link {}

  .sp-menu-link li {
    padding: 1px 3px 1px 0;
    display: inline-block;
  }

  .sp-menu-link li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ea5514;
    margin-right: 5px;
    vertical-align: middle;
  }

  .sp-menu-link li a {
    display: inline-block;
    padding: 1px 0;
    color: #333;
    text-decoration: none;
    font-size: 93%;
  }

  .sp-menu-link li a:hover {
    text-decoration: underline;
  }
}

/*コンテンツブロック追加*/


#footerFloatingMenu {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 5px;
  z-index: 9999;
  text-align: center;
  box-sizing: border-box;
}

.FloatingMenu_box {
  display: flex;
  width: 440px;
  box-sizing: border-box;
}

.FloatingMenu_list {
  width: 50%;
  margin: 0 10px 0 0;
  height: 40px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.1em;
}

.FloatingMenu_list._list01 {
  background: #0092d9;
}

.FloatingMenu_list._list02 {
  background: #e72c2f;
}

.FloatingMenu_list a.list_txt {
  position: relative;
  padding: 10px 0 0 0;
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}

.list_txt:after {
  content: '▶';
  position: absolute;
  margin: 0 0 0 3px;
  top: 13px;
  font-size: 10px;
}

.FloatingMenu_box a:hover {
  opacity: 0.5;
}

@media screen and (max-width:415px) {

  #footerFloatingMenu {
    width: 100%;
    text-align: center;
    padding: 0 auto;
  }

  .FloatingMenu_box {
    width: 100%;
  }

  .FloatingMenu_list {
    width: 50%;
    margin: 0 5px;
    font-size: 1em;
  }
}

@media screen and (max-width:321px) {
  .FloatingMenu_list a.list_txt {
    font-size: 11px;
  }

  .list_txt:after {
    top: 11px;
  }
}

@media screen and (max-width:768px) {
  .home-item._add .item-cat-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .home-item._add li {
    width: 33.3%;
    border-top: none;
    border-bottom: none;
  }

  .home-item._add li .item-cat-list-img {
    width: 100%;
  }

  .home-item._add li .item-cat-list-info,
  .home-item._add li .item-cat-list-lineup,
  .home-item._add li .item-cat-list-text {
    display: none;
  }

  .home-item._add li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
  }
}

.js-toggle {
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.pointer-events-pc-no {
  pointer-events: none;
}

@media screen and (max-width:768px) {
  .pointer-events-pc-no {
    pointer-events: all;
  }
}

.est_box {
  background: #F4DD34;
  padding: 10px 5px 5px;
  border-radius: 7px;
}

.est_box p.txt01 {
  text-align: center;
  font-size: 0.938rem;
  font-weight: bold;
  margin: 10px 0 20px;
}



.est_box .btn_area {
  background: #FFF6B4;
  padding: 10px;
}

.est_box .btn_area p.txt02 {
  font-size: 0.938em;
  text-align: center;
  font-weight: bold;
}

.est_box .btn_area p.txt02 span.ext_txt_c {
  font-size: 1em;
  color: #FF3333;
}

.est_box .btn_area a.est_btn {
  background: #ff9119;
  width: 100%;
  display: flex;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 7px;
  padding: 0.6em 0;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}

/*
 magazine-search
*/

.magazine-search {
  padding: 2px 0 10px 0;
}

.magazine-search-input {
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 5px 10px;
  height: 30px;
  width: 50%;
  font-size: 0.875rem;
  vertical-align: middle;
}

.magazine-search-submit {
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  background-color: #333;
  width: 10%;
  text-align: center;
  vertical-align: middle;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em;
}

@media screen and (max-width:768px) {
  .magazine-search {
    width: 100%;
    padding: 0;
  }

  .magazine-search-input {
    width: 78%;
    padding: 0;
  }

  .magazine-search-submit {
    width: 20%;
    padding: 0;
  }
}



/**********************************************
index-menu
***********************************************/

.index-menu-list a {
  display: block;
  background-color: #f0f0f0;
  color: #000;
  padding: 1.25em 10px 1.25em 15px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
.index-menu-list a img {
  width: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width:768px) {
  .index-menu-list {
    margin-left: 0;
  }
  .index-menu-list li {
    margin-left: 0;
    width: auto;
    float: none;
  }
}

/**********************************************
page-navi
***********************************************/

.page-navi {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ccc;
  padding: 15px 20px 10px 20px;
}
.page-navi-list {
  margin-left: -1%;
}
.page-navi-list li {
  margin-left: 1%;
  width: 24%;
  padding-bottom: 5px;
}
.page-navi-list li a {
  display: block;
  padding: 8px 10px;
  font-size: 0.938em;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.page-navi-list li a {
}
.page-navi-list li a::before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  opacity: 0.5;
  margin-right: 0.2em;
}


@media screen and (max-width:768px) {
  .page-navi {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ccc;
    padding: 5px 5px 4px 5px;
  }
  .page-navi-list {
    margin-left: -1%;
  }
  .page-navi-list li {
    margin-left: 1%;
    width: 49%;
    padding-bottom: 1px;
  }
  .page-navi-list li a {
    display: block;
    padding: 8px 6px;
    font-size: 0.875rem;
  }
  .page-navi-list li a {
  }
}

/* スマートフォン 改行 */
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.box {
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.box p:last-child {
  padding-bottom: 0;
}
.box.box-yellow {
  background-color: #ffffa6;
}
@media screen and (max-width:768px) {

  .box {
    background-color: #f0f0f0;
    padding: 10px 10px;
    margin-bottom: 15px;
  }

  /*
    横スクロールさせる枠と画像に入れる
  */

  .sp-side-scroll {
    overflow: auto;
    padding:1.25em 0;
  }

  .sp-side-scroll>table {
    width: 200vw;
  }

  .sp-side-scroll-img {
    width: auto;
    max-width: initial;
    max-width: auto;
    height: 200px;
  }

}


.youtube-canvas {
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width:768px) {

  .youtube-canvas iframe {
    width: auto;
    height: auto;

  }
}


/**********************************************
料金表
***********************************************/


.price-table {
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

.price-table thead th {
  border: 1px solid #aaa;
  background-color: #333;
  color: #fff;
  padding: 0.6em 0;
  text-align: center;
  font-size: 1rem;
}

.price-table tbody th {
  border: 1px solid #aaa;
  padding: 0.6em 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;

}

.price-table tbody td {
  border: 1px solid #aaa;
  text-align: center;
  vertical-align: middle;
  padding: 0.6em 5px;
}

.price-table-number {
  font-size: 1rem;
  color: #FF3333;
  font-weight: bold;
}

.price-table-down {
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #f0f0f0;
}

.price-table.table-fixed {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.25em;
}

@media screen and (max-width:768px) {}







/* TOPに戻るボタンのスタイル */
#backToTop {
  width: 50px;
  height: 50px;
  background-color: #231815;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 99999;
  pointer-events: auto !important;
  margin-left: 5px;
  margin-bottom: 5px;
}

/* ホバー時に色を変更 */
#backToTop:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* 非表示時（スクロール前）はクリック無効＆透明化 */
#backToTop.hidden {
  opacity: 0;
  pointer-events: none;
}



/* hiddenクラスの時にpointer-eventsを無効にする */
/*
#backToTop.hidden {
  opacity: 0;
  pointer-events: none;
}
*/


/**********************************************
category
***********************************************/


.category-list-boxgroup {
  margin-left: -1%;
}

.category-list-boxgroup li {
  margin-left: 1.1%;
  width: 23.9%;
  float: left;
  margin-bottom: 0.6em;
}

.category-list-boxgroup li a {
  display: block;
  border: 1px solid #ccc;
  padding: 8px 10px 6px 10px;
  background-color: #fff;
  font-size: 0.938em;
  text-decoration: none;
  color: #333;
}

.category-list-boxgroup li a img {
  height: 1.7em;
  margin-right: 0.3em;
  vertical-align: middle;
  margin-top: -2px;
}

.category-list-linkgroup {
  background-color: #fff;
  padding: 15px 20px;
}

.category-list-linkgroup li {
  display: inline-block;
  font-size: 0.875em;
  padding-right: 10px;
  padding-bottom: 0.6em;
}

.category-list-linkgroup a {
  padding: 0.6em 10px;
  border: 1px #ccc solid;
  display: inline-block;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width:768px) {


  .category-box {}

  .category-list-boxgroup {
    margin-left: -1%;
  }

  .category-list-boxgroup li {
    margin-left: 3%;
    width: 47%;
    float: left;
    margin-bottom: 0.6em;
  }

  .category-list-boxgroup li a {
    padding: 8px 8px 6px 8px;
    background-color: #fff;
  }

  .category-list-boxgroup li a img {}

  .category-list-linkgroup {
    background-color: #fff;
    padding: 5px 10px 5px 10px;
  }

  .category-list-linkgroup li {
    display: inline-block;
    padding-right: 0px;
    padding-bottom: 1.25em;
  }

  .category-list-linkgroup li:first-child {
    margin-top: 1.25em;
  }

  .category-list-linkgroup a {}


}



.pagination {
  text-align: center;
  padding: 2.5em 0;
  margin-bottom: 2.5em;
}

.page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  margin: 0px 8px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1rem;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  text-decoration: none !important;
  font-family: "Roboto";
}

a.page-numbers:hover {
  background-color: #333;
  color: #ffffff;
}

.page-numbers.current {
  color: #ffffff;
  background-color: #333;
}

.page-numbers.dots {
  border: none;
  margin: 0;
}

.prev.page-numbers,
.next.page-numbers {
  border: none;
  margin: 0;
}

.next.page-numbers:hover {
  background-color: #fff;
  color: #333;
}

.prev.page-numbers:hover {
  background-color: #fff;
  color: #333;
}


@media screen and (max-width:768px) {

  .paging {
    position: relative;
    height: 80px;
  }

  .paging a {
    padding: 8px 15px 8px 15px;
    font-size: 100%;
  }

}