@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:400,700|Roboto:100,300,400,500,700,900';
/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


/********************************************************************************************
ベース
********************************************************************************************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  background: url(../../img/bg_main.jpg) no-repeat center top / 2121px auto;
  color: #222;
/*
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
*/
}


button,
input,
select{
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


a {
  color:#0092d9 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:hover,
a:active {
  color: ;
  text-decoration: none;
  opacity: 0.7;
}

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


hr {
border:solid #ccc;
border-width:1px 0px 0px 0px;
height:1px;
overflow:hidden;
margin:15px 0;
clear:both;
}

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

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

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { margin-left:auto; margin-right:auto; }

.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; }

}


/**********************************************
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;
}

.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: 10px;
}

.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: 40px;
}

@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: 20px;
  }

}



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


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

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

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

  .container{
    width: auto;
  }

}

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

.title{
  background-color: #f4dd33;
  padding: 8px 15px;
  font-size: 147%;
  color: #222;
  line-height: 1.3;
  margin-bottom: 10px;
}
.title.title-ver01{
  background-color: #0092d9;
  color: #fff;
}

.subtitle{
  border-bottom: 3px solid #00a0e9;
  padding: 3px 5px;
  font-size: 147%;
  color: #222;
  line-height: 1.3;
  margin-bottom: 15px;
}

.midtitle{
  padding: 3px 5px;
  font-size: 131%;
  margin-bottom: 10px;
  font-weight: bold;
}
.midtitle img{
  height: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}

.mintitle{
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 6px 12px;
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 15px;
}


.bartitle{
  padding: 3px 5px;
  font-size: 131%;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
}
.bartitle img{
  height: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}


.page-title {
  font-size: 150%;
  color: #004fb5;
  border-bottom:solid 2px #004fb5;
  padding: 15px 5px;
  margin-bottom: 20px;
}
.page-title span{
  display: inline-block;
  padding-left: 20px;
}

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

  .title{
    font-size: 116%;
    padding: 3px 10px;
    margin-bottom: 5px;
  }

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


  .midtitle {
    padding: 3px 5px;
    font-size: 116%;
    margin-bottom: 10px;
  }

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


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


  .page-title {
    font-size: 154%;
    border-bottom:solid 2px #004fb5;
    padding: 10px 2px;
    margin-bottom: 20px;
  }

  .page-title span {
    display: inline-block;
    padding-left: 10px;
    border-left: 3px solid #fff;
  }

}


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

.text-main{
  font-size: 108%;
  padding-bottom: 1em;
  padding-left: 2em;
  line-height: 1.75;
}

.text-small{
}

.text-large{
}

.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-weight: bold;
  font-size: 139%;
  padding-bottom: 0.6em;
}

.lead-pink{
  color: #e74287;
}

.list-asterisk{

}
.list-asterisk li{
  margin-left: 1.2em;
  line-height: 1.75;
  font-size: 108%;
}
.list-asterisk li::before{
  content: "※";
  margin-left: -1em;
  margin-right: 0.2em;
}


.list-dot{

}
.list-dot li{
  margin-left: 1.2em;
  line-height: 1.75;
  font-size: 108%;
}
.list-dot li::before{
  content: "・";
  margin-left: -1em;
  margin-right: 0.2em;
}


.list-pdf{

}
.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: #222;
  text-decoration: none;
}
.list-pdf li a:hover{
  text-decoration: underline;
}


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


  .lead{
    font-size: 116%;
  }


  .text-main{
    font-size: 100%;
    padding-bottom: 1em;
    line-height: 1.7;
  }

  .list-asterisk li{
    line-height: 1.7;
    font-size: 100%;
  }
  .list-dot li {
    line-height: 1.7;
    font-size: 100%;
  }


  .list-pdf{
    clear: both;
  }

}


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

.btn {
  display: block;
  background: linear-gradient(to bottom, #f4d423 0%,#f2b322 100%);
  font-size: 131%;
  font-weight: bold;
  line-height: 1.2;
  color: #222;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  padding: 8px 30px 8px 10px;
  border-radius: 6px;
  position: relative;
  box-shadow: 1px 2px 1px rgba(0,0,0,0.8);
  border: none;
  cursor: pointer;
  margin-right: 1px;
}

.btn::after {
  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";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}

.btn:hover {
  opacity: 0.7;
}

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


.btn.btn-blue {
  background: linear-gradient(to bottom, #32a8e1 0%,#00a1e9 100%);
  color: #fff;
}

.btn.btn-gray {
  background: linear-gradient(to bottom, #eee 0%,#aaa 100%);
}

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

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

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


.btn-small {
  font-size: 108%;
  padding: 10px 20px 10px 8px;
}

.btn-large {
  font-size: 170%;
  padding: 17px 60px 17px 50px;
}

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

  .btn {
    width: 100%;
    font-size: 108%;
    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;
  float: left;
  font-size: 93%;
  padding-left: 130px;
}

.upper-text{
  color: #fff;
  float: right;
  font-size: 93%;
}


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

}

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

.header {
  position: relative;
}

.header-title{
  position: absolute;
  left: 130px;
  top: 0;
  font-size: 85%;
  font-weight: 500;
  padding-top: 3px;
}

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

.header-logo-img {
  width: 102px;
  padding-right: 17px;
}
.header-logo-name {
  width: 215px;
  padding-right: 10px;
}
.header-logo-label {
  width: 70px;
}


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

  .header {
  }

  .header-title{
    position: static;
    background-color: #231815;
    font-size: 77%;
    color: #fff;
    padding: 1px 10px 1px 10px;
    text-align: center;
  }

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

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

}

.header-tel {
  position: absolute;
  right: 20px;
  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: 35px;
  right: 20px;
}
.header-link li{
  float: left;
  margin-left: 5px;
}
.header-link a{
  display: block;
  padding: 6px 18px 4px 10px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
  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: #666;
}
.header-link li:nth-child(2) a{
  background-color: #e72c2f;
}
.header-link li:nth-child(3) a{
  background-color: #222;
}


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


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

  .accordion-trigger {
    position: fixed;
    right: 8px;
    top: 18px;
    z-index: 9009;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
  }
  .btn-accordion{
    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: fixed;
    right: 50px;
    top: 18px;
    z-index: 9009;
  }
  .mobile-tel a{
    display: block;
    font-size: 24px;
    color: #231815;
  }

}

/**********************************************
module-navi
***********************************************/

.navi {
  border-bottom: 2px solid #ddd;
}

.navi-upper {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #f4dd33;
}
.navi-upper li {
  display: table-cell;
  position: relative;
}
.navi-upper a {
  display: block;
  color: #222;
  text-decoration: none;
  text-align: center;
  padding: 4px 10px 4px 0;
  font-weight: bold;
}
.navi-upper img {
  height: 2em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -2px;
}


.navi-lower {
  display: table;
  width: 100%;
}
.navi-lower li {
  display: table-cell;
  position: relative;
}
.navi-lower a {
  display: block;
  color: #222;
  text-decoration: none;
  text-align: center;
  padding: 4px 5px 4px 0;
  font-weight: bold;
  font-style: 93%;
  letter-spacing: 0;
}
.navi-lower img {
  height: 1.6em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -2px;
}

.navi-upper li::after,
.navi-lower li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.navi-upper li:last-child::after,
.navi-lower li:last-child::after{
  display: none;
}


.navi-mobile-list {
  display: flex;
  margin-bottom: 10px;
}
.navi-mobile-list li{
  width: 25%;
  float: left;
}
.navi-mobile-list::after {
  content: "";
  display: table;
  clear: both;
}
.navi-mobile-list li:not(:last-child) a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.navi-mobile-list li a {
  display: block;
  text-align: center;
  background-color: #f4dd33;
  padding: 6px 0;
  color: #231815;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
.navi-mobile-list li a img{
  width:32px;
  display: block;
  margin: 0 auto;
}



/**********************************************
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: 2%;
    padding-right: 2%;
  }

}

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


.side-bnr-list {
  text-align: left;

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


.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: 10px;
  }
  .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 #222;
  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 #222;
  color: #fff;
  font-weight: bold;
  background-color: #222;
  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) {

}

/*
side-item
*/


.side-item {
  margin-bottom: 10px;
}

.side-title {
  background-color: #666;
  font-size: 108%;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}


.side-item-list {
  border: 1px solid #666;
  border-top: none;
  padding: 5px 0;
}
.side-item-list li {
}
.side-item-list a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 3px 10px;
  font-size: 108%;
}
.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: 10px;
  }

  .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;
  font-size: 93%;
}
.side-popular-list {
}
.side-popular-list li {
}
.side-popular-list a {
  display: block;
  background-color: #444;
  font-size: 124%;
  font-weight: bold;
  padding: 5px 0px 4px 5px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  border-bottom: 3px solid #222;
}

.side-popular-icon{
  display: inline-block;
  width:34px;
  height: 34px;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
  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 #222;
  }

  .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: #222;
  text-decoration: none;
  font-size: 108%;
}

@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: 10px;
}
.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: 10px;
}



#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 {
  background-color: #ffe30a;
  padding: 20px 0;
}


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

  .footer {
    padding: 10px 0;
  }

}


/*
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: 93%;
  padding-bottom: 15px;
}

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

@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;
    font-size: 93%;
    padding-bottom: 5px;
  }

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

}


/*
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;
  }

  .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: #222;
  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: #043771;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 93%;
}

@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: #222;
    text-decoration: none;
    font-size: 93%;
  }
  .footer-link li a:hover {
    text-decoration: underline;
  }


  .copyright{
    font-size: 77%;
  }

}

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


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

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

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

}


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

.home-flow{
  margin-bottom: 15px;
  background: url(../../img/flow_bg.jpg) no-repeat right bottom;
}

.home-flow-list{
}
.home-flow-list li{
  float: left;
  margin-right: 18px;
  position: relative;
}
.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 #222;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -20px;
}
.home-flow-list li:last-child::after{
  display: none;
}
.home-flow-number{
  display: inline-block;
  position: absolute;
  font-weight: 700;
  font-family: "Roboto";
  color: #fff;
  text-align: center;
  background-color: #222;
  padding: 3px 0 2px 0;
  width: 60px;
  height: 13px;
  line-height: 1;
  font-size: 93%;
}
.home-flow-number::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 6px 0 0;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 60px;

}
.home-flow-img{
}
.home-flow-img figcaption{
  font-size: 85%;
  padding-top: 5px;
  letter-spacing: 0;
}

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


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


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

  .home-flow-list{
  }
  .home-flow-list li{
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .home-flow-list li::after{
    border-width: 8px 0 8px 8px;
    right: -9px;
    z-index: 2;
  }
  .home-flow-number{
    padding: 3px 0 2px 0;
    width: 40px;
    height: 10px;
    font-size: 77%;
  }
  .home-flow-number::after{
    border-width: 15px 6px 0 0;
    top: 0;
    left: 40px;

  }
  .home-flow-img{
  }
  .home-flow-img img{
    border: 1px solid #ccc;
  }
  .home-flow-img figcaption{
    font-size: 77%;
    padding-top: 3px;
    line-height: 1.2;
  }

  .home-flow-text{
    position: static;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    line-height: 1.2;
  }

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

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


.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-item
***********************************************/


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

.item-search {
  padding-bottom: 20px;
}

.item-search-box {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
}
.item-search-select {
  width: 150px;
  font-size: 15px;
  padding: 2px 4px;
  margin-left: 0.5em;
}
.item-search-sort {
  text-align: right;
  padding-top: 10px;
}



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


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

  .item-search {
    padding-top: 5px;
  }

  .item-search-box {
    display: block;
    font-size: 108%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .item-search-select {
    width: 150px;
    font-size: 15px;
    padding: 2px 4px;
    margin-left: 0.5em;
  }
  .item-search-sort {
    text-align: right;
    padding-top: 5px;
    font-size: 85%;
  }

}


.item-cat-list {
  padding: 10px;
}
.item-cat-list li {
  padding-bottom: 30px;
}
/*
.item-cat-list li > a {
  display: block;
  color: #222;
  text-decoration: none;
}
*/
.item-cat-list-img {
}
.item-cat-list-title {
  font-size: 131%;
  padding-bottom: 3px;
  text-align:center;
}

.item-cat-list-title:hover{
  opacity: 0.7;
}

.item-cat-list-info {
  padding-bottom: 5px;
}


.item-list-cat-rank {
  padding: 1px 5px;
  background-color: #e60012;
  color: #fff;
}
.item-cat-list-kind {
  font-size: 108%;
  margin-left: 0.5em;
}
.item-cat-list-lineup {
  font-size: 93%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.item-cat-list-text {
  font-size: 85%;
  line-height: 1.3;
}



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

  .item-cat-list {
    padding: 10px 0;
    margin-left: 0;
  }
  .item-cat-list li {
    margin-left: 0;
    width: auto;
    float: none;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .item-cat-list li:first-child {
    border-top: 1px solid #ccc;
  }
/*
  .item-cat-list li > a {
    display: block;
    opacity: 0.3;
    color: #222;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
*/
  .item-cat-list-img {
    width: 30%;
    float: right;
  }
  .item-cat-list-title {
    font-size: 116%;
    padding-bottom: 3px;
  }
  .item-cat-list-info {
    padding-bottom: 5px;
    font-size: 85%;
  }
  .item-list-cat-rank {
  }
  .item-cat-list-kind {
    font-size: 108%;
    margin-left: 0.5em;
  }
  .item-cat-list-lineup {
    font-size: 85%;
    padding-bottom: 3px;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .item-cat-list-text {
    font-size: 85%;
    line-height: 1.2;
  }

}

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


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

.useful-list{
}
.useful-list li{
}
.useful-list li a {
  display: block;
  padding: 20px 20px;
  color: #222;
  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: #222;
  }
  .useful-list-title {
    font-size: 124%;
    color: #6a3906;
  }
  .useful-list-text {
    font-size: 77%;
  }

}
/**********************************************
module-home-process
***********************************************/


.home-process{
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.process-list{

}

.process-list li{

}
.process-list li a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.process-list-title{
  font-size: 124%;
  padding: 3px 0;
  text-align: center;
  background-color: #222;
}
.process-list-box{
  position: relative;
  background-color: #0092d9;
}
.process-list-img{
  width: 48%;
  float: left;
}
.process-list-inner{
  width: 52%;
  float: right;
  padding: 6px 8px;
  box-sizing: border-box;
  padding-bottom: 35px;
}
.process-list-text{
  font-size: 93%;
  line-height: 1.3;
}
.process-list-link{
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.process-list-link i{
  padding-right: 0.3em;
}


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

  .home-process{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

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

  .process-list li{
    margin-left: 0;
    width: auto;
    float: none;
    padding-bottom: 5px;
  }
  .process-list li a{
  }
  .process-list-title{
    font-size: 116%;
    padding: 2px 0;
  }
  .process-list-box{
  }
  .process-list-img{
    width: 30%;
    padding: 10px 5px 5px 5px;
    float: right;
  }
  .process-list-inner{
    width: auto;
    float: none;
    padding: 10px;
  }
  .process-list-text{
    font-size: 93%;
    line-height: 1.3;
  }
  .process-list-link{
    position: static;
    padding-top: 5px;
  }
  .process-list-link i{
    padding-right: 0.3em;
  }



}


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

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


.home-voice-lead {
  font-size: 185%;
  font-weight: bold;
  color: #6a3906;
  text-align: center;
  padding-top: 15px;
}
.home-voice-text {
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}


@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: #222;
  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-wrap{
}

.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: 131%;
  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: 20px 0;
}

.review-box-img {
  width: 40%;
  float: left;
}
.review-box-inner {
  width: 55%;
  float: right;
}
.review-box-title {
  font-size: 154%;
  padding-bottom: 10px;
}
.review-box-text {
}
.review-box-link {
  text-align: right;
  padding-top: 10px;
}
.review-box-link i{
  margin-right: 0.3em;
}

.review-box-data{
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 85%;
  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: 8px 0;
  }

  .review-box-img {
    width: 30%;
    float: right;
    padding: 0 0 5px 5px
  }
  .review-box-inner {
    width: auto;
    float: none;
  }
  .review-box-title {
    font-size: 116%;
    padding-bottom: 6px;
  }
  .review-box-text {
    font-size: 85%;
    line-height: 1.3;
  }
  .review-box-link {
    text-align: left;
    padding-top: 0;
    font-size: 85%;
  }

  .review-box-data{
    padding: 8px 10px;
    margin-top: 5px;
    font-size: 85%;
    background-color: #f6f6f6;
    line-height: 1.5;
    border: none;
  }

}

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

.conversion{

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

.conversion-list {
}
.conversion-list li {
  border: 1px solid #0092d9;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.conversion-title {
  background-color: #0092d9;
  text-align: center;
  font-weight: bold;
  font-size: 124%;
  padding: 4px 0;
  color: #fff;
}
.conversion-inner {
  padding: 15px 10px 10px 15px;
}
.conversion-subtext {
  float: left;
  font-size: 93%;
}
.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: 100%;
    padding-bottom: 10px;
    line-height: 1.5;
  }

  .conversion-list {
    margin-left: 0;
  }
  .conversion-list li {
    margin-left: 0;
    float: none;
    width: auto;
    border: 1px solid #0092d9;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .conversion-title {
    font-size: 116%;
    padding: 2px 0;
  }
  .conversion-inner {
    padding: 10px 8px 10px 8px;
    background-color: #f0f0f0;
  }
  .conversion-subtext {
    float: none;
    font-size: 93%;
    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: 8px;
  letter-spacing: 0;
}

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

.breadcrumb-lists li {
  display: inline-block;
  font-size: 85%;
}

.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;
    font-size: 85%;
    letter-spacing: 0;
  }
}


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

.mobile-menu{
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 15px;
  background-color: rgba(255, 227, 10, 0.95);
  position: fixed;
  top: 0;
  z-index: 9000;
  opacity: 0;
  transition:all 0.2s ease;
  transform:scale(0.9);
}

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



/*
mobile-search
*/

.mobile-search {
  width: 80%;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
.mobile-search-input {
  box-sizing: border-box;
  border: 1px solid #222;
  padding: 5px 10px;
  height: 30px;
  width: 75%;
  font-size: 14px;
  vertical-align: middle;
}
.mobile-search-submit {
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #222;
  color: #fff;
  font-weight: bold;
  background-color: #222;
  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;
}


/*
mobile-item
*/

.mobile-item-title{
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fdcf00;
}
.mobile-item-title img{
  height: 2em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -2px;
}

.mobile-item-list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fdcf00;
}

.mobile-item-list li {
}
.mobile-item-list li a {
  width: 50%;
  float: left;
  padding: 10px 6px;
  box-sizing: border-box;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.mobile-item-list li a img {
  height: 2em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -2px;
}


/*
mobile-navi
*/
.mobile-navi {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-navi li {
}
.mobile-navi li a {
  width: 50%;
  float: left;
  padding: 10px 6px;
  box-sizing: border-box;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.mobile-navi li a img {
  height: 2em;
  padding-right: 0.1em;
  vertical-align: middle;
  margin-top: -2px;
}


/*
header-link
*/

.mobile-link{
  margin-left: -1%;
  padding: 5px;
}
.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: #666;
}
.mobile-link li:nth-child(2) a{
  background-color: #e72c2f;
}
.mobile-link li:nth-child(3) a{
  background-color: #222;
}


.mobile-all{
  text-align: center;
}
.mobile-all a{
  color: #222;
  text-align: center;
  padding: 12px 0;
  display: block;
  text-decoration: none;
}



/**********************************************
module-pagination
***********************************************/


.pagination{
  padding: 80px 0;
  text-align: center;
}

.pagination a,
.pagination span{
  display: inline-block;
  color: #2f2e2e;
  padding: 6px 0;
  width: 36px;
  text-decoration: none;
  margin-right: 2px;
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.pagination a:hover,
.pagination span.current{
  color: #fff;
  background-color: #2f2e2e;
}
.pagination span.dots{
  border-color:#fff;
}



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

}


/**********************************************
module-aaaaaaaaa
***********************************************/

/**********************************************
module-aaaaaaaaa
***********************************************/

/**********************************************
module-aaaaaaaaa
***********************************************/


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

.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 red;
text-align:center;
padding:20px;
margin:0px 0px 20px;
}

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

.news-text{
padding: 10px 0 10px;
}
.newsbox strong {
color:red;
font-weight: bold;
font-size:185%;
}

.newsbox span {
font-size:120%;
color:red;
font-weight: bold;
}
.newsbox p{
font-size:105%;
text-align: left;
}

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

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



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

.sp-menu-link {
  margin-bottom: 10px;
  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: #222;
  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: #222;
    text-decoration: none;
    font-size: 93%;
  }
  .sp-menu-link li a:hover {
    text-decoration: underline;
  }
}
  /*コンテンツブロック追加*/
.featured_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.featured_box .featured_products {
  width: 20%;
  padding: 0 5px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
img.featured_img {
  width: 90%;
  padding: 20px 0 0 15px;
}
.rank_img {
  position: absolute;
  top: 0;
  left: 0;
}
.featured_txt {
  font-weight: bold;
  font-size: 1.2em;
}
.featured_price {
  color: #E72C2F;
  font-weight: bold;
  font-size: 1.2em;
}

#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) {
  .featured_box .featured_products {
    width: 50%;
  }
  .featured_txt {
    font-weight: bold;
    font-size: 1em;
  }
  img.featured_img {
    width: 80%;
    padding: 25px 0 0 5px;
  }
  #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;
  }
}


