@font-face {
  font-family: 'DIN Medium Regular';
  src: url(/items/font/DINBold.eot);
}
@font-face {
  font-family: 'DIN Medium Regular';
  src: url(/items/font/ufonts.com_din-medium.ttf) format('truetype');
}
.din {
  font-family: 'DIN Medium Regular';
}
/**** 加盟店サイトの共通CSS *****/



/****** Header Contact *****/
#header_contacts {
  width: 178px;
  display: table-cell;
  vertical-align:middle;
}
#header_contacts dt {
  width: 78.1%;/*139px;*/
  margin-left: 9%;
}
#header_contacts dt a {
  display: block;
  line-height:1;
  margin-bottom: 6px;
  font-size: 17px;
  color: black;
  text-decoration:none;
  background-image:url(../images/tel_icon.png);
  background-size: auto 14px;
  background-repeat:no-repeat;
  background-position:left center;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

#header_contacts dt img {
  width: 100%;
}
#header_contacts dd {
  width: 78.1%;/*139px;*/
  margin-left: 9%;
}

#header_contacts dd a {
  display: table;
  background-color: black;
  width: 100%;
  line-height:0;
}
#header_contacts dd a span {
  display: table-cell;
  vertical-align:middle;
  text-align:center;
  height: 30px;
}
#header_contacts dd a span img {
  width: 78px;
}
/************** Swipe Items *******************/
.swipe_container {
  position: relative;
}
.swipe_fold_left,
.swipe_fold_right {
  position: absolute;
  top: 55px;
}
.swipe_fold_left {
  left: -25px;
}
.swipe_fold_right {
  right: -25px;
}

.swipe_fold_left a img,
.swipe_fold_right a img {
  width: 15px;
}

.swipe_container_item {
  width: 100%;
  height: 240px;
  overflow:hidden;
}
.swipe_container_item ul:after {
  content: "";
  display: block;
  clear: both;
}
.swipe_container_item ul li {
  width: 341px;
  float: left;
  position:relative;
}
.swipe_container_item ul li.past:before {
  position: absolute;
  z-index:2;
  content: "終了しました";
  display:block;
  top:0;
  left:0;
  color: white;
  background-color:red;
  font-size: 13px;
  line-height:1;
  padding: 4px 7px;
  font-weight:bold;
}


/****************: Works Events ************************/
.c_news_event {
  width: 100%;
  margin: 0 auto;
}
.c_news_event .container {
  margin: 0 auto 85px;
}
.c_news_event > article {
  margin-top: 0;
  border-bottom: 1px solid #dcdcdc;
}

.c_news_event dl dt {
  padding: 11px 0;
  text-align: center;
  border-top: #1E1E1E solid 1px;
  border-bottom: #1E1E1E solid 1px;
  margin-bottom: 56px;
}
.c_news_event dl h3 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.12em;
}
.c_news_event dl dt > img {
  height: 16px;
  margin-right: 20px;
}
.c_news_event dl dt a img {
  height: 15px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
.c_news_event dl dt a:hover img {
  opacity: 0.7;
}

.c_news_event dl dd.swipe_container li a {
  display: block;
  background-position:center center;
  background-size: cover;
  background-repeat:no-repeat;
  padding-top: 195px;
  text-decoration:none;
  width: 310px;
  color: black;
}
.c_news_event dl dd.swipe_container li a cite {
  padding-top: 15px;
  height: 32px;
  background-color: white;
  display: block;
  color: black;
  font-size: 0.85em;
  line-height:1.4em;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
}
.c_news_event dl dd.swipe_container li a:hover cite {
  background-color: #eee;
}


/************ JOINUS Contact *****************/
#footer_contacts {
  width: 600px;
  margin: 0 auto;
  display: table;
}
#footer_contacts > h2 {
  display: table-cell;
  height: 146px;
  vertical-align:middle;
  line-height:0;
}
#footer_contacts > h2 img {
  width: 93px;
}
#footer_contacts #footer_contact_arrow {
  display: table-cell;
  vertical-align:middle;
  text-align: center;
  width: 77px;
  line-height:0;
}
#footer_contacts #footer_contact_arrow img {
  width: 41px;
}
#footer_contacts #footer_contact_tel {
  display: table-cell;
  vertical-align:middle;
}
#footer_contacts #footer_contact_tel a {
  background-image:url(../images/footer_tel_icon.png);
  background-position:left center;
  background-repeat:no-repeat;
  background-size: auto 22px;
  line-height: 22px;
  color: black;
  font-size: 25px;
  text-decoration:none;
  padding-left: 31px;
}
#footer_contacts #footer_contact_mail {
  display: table-cell;
  vertical-align:middle;
}
#footer_contacts #footer_contact_mail a{
  display: table;
  width: 190px;
  line-height:0;
  margin-left: auto;
}
#footer_contacts #footer_contact_mail a span {
  display: table-cell;
  vertical-align:middle;
  background-color: black;
  text-align:center;
  height: 30px;
}
#footer_contacts #footer_contact_mail a span img {
  width: 125px;
}
/****************** Bannres **************/
#footer_banners {
  border-top: 1px solid #dcdcdc;
}
#footer_banners ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer_banners ul li {
  width: 22.1%;
  float: left;
  margin-right: 3.8%;
  margin-bottom: 10px;
  margin-top: 10px;
}
#footer_banners ul li:nth-child(4n) {
  float: right;
  margin-right: 0;
}
#footer_banners ul li:nth-child(4n+1) {
  clear: both;
}


#footer_banners ul li a {
  text-decoration: none;
  transition: opacity .3s;
}
#footer_banners ul li a img {
  width: 100%;
}
#footer_banners ul li a:hover {
  opacity: 0.7;
}
/******************* Footer **************************/
#footer {
  background-color: black;
  padding-top: 45px;
}
#footer > div {
  width: 100%;
  max-width: 1023px;
  margin: 0 auto;
  display: table;
}
/** Logo **/
#footer > div > h2 {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
#footer > div > h2 img {
  height: 60px;
}
#footer > div > nav {
  display: table-cell;
  vertical-align: top;
  width: 70%;
}
#footer > div > nav > div {
  width: 100%;
  display: table;
  margin-left: auto;
}
#footer > div > nav > div dl {
  display: table-cell;
  vertical-align:top;
  width: 25%;
  border-left: 1px solid #646464;
}
#footer > div > nav > div dl dt,
#footer > div > nav > div dl dd {
  padding-left: 21px;
  line-height:1;
}
#footer > div > nav > div dl dt a,
#footer > div > nav > div dl dd a {
  display: inline-block;
  margin-bottom: 10px;
  color: white;
  text-decoration:none;
  font-size: 0.95em;
}
#footer > div > nav > div dl dt a {
  font-weight:bold;
}

#footer > address {
  text-align:center;
  color: #969696;
  padding-top: 47px;
  padding-bottom: 12px;
  font-size: 0.8em;
}
#footer > address > a {
  color: #969696;
  text-decoration: none;
}
/***** Content Common ********/
h2.black_h2 {
  font-size: 20px;
  color: white;
  background-color: black;
  text-align:center;
  padding: 34px 0;
}
h2.black_h2 span {
  display: inline-block;
}
.container {
  width: 100%;
  max-width: 1023px;
  margin: 40px auto;
}

/***** Pager *****/
.pager {
  text-align: center;
  padding-bottom: 45px;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 4px 8px;
  border-radius:6px;
  text-decoration:none;
  margin:0 5px;
}
.pager a {
  border: 1px solid #0B0B0B;
  background-color: #0B0B0B;
  color: white;
}
.pager a:hover {
  background-color: #646464;
}
.pager span {
  border: 1px solid #0B0B0B;
}

/******** More Button ****/
.more_button {
  position: relative;
}
.more_button a{
  display: block;
  text-align: center;
  color: white;
  background-color: black;
  line-height:1;
  text-decoration:none;
  transition: background .2s;
}
.more_button a:hover {
  background-color: #999;
}
.more_button a:before,
.more_button a:after {
  content: "";
  display: block;
  position: absolute; 
  top:0;
  transition: border-color .2s;
}

.more_button a:before {
  left: -3px;
  border-left: 3px solid transparent;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
}
.more_button a:after {
  right: -3px;
  border-left: 3px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.more_button a:hover:before {
  border-top-color: #999;
  border-bottom-color: #999;
}
.more_button a:hover:after {
  border-left-color: #999;
}


.din_title {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/****************** NoItem データが未登録の場合 ***********/
.noItemMessage {
  padding: 90px 0;
}


/**********************************************************

                        Media Query

***********************************************************/
@media only screen and (max-width: 1100px) {
    .swipe_container_item {
      width: 93%;
      margin: 0 auto;
    }
    .swipe_fold_left {
      left: 1%;
    }
    .swipe_fold_right {
      right: 1%;
    }



    .container {
      width: 93%;
    }
}

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

    #footer > div > h2 {
      display: table-header-group;
      width: 100%;
    }
    #footer > div > h2 a {
      display: inline-block;
      margin-left: 3%;
      margin-bottom: 30px;
    }

    #footer > div > nav {
      display: table-footer-group;
      width: 100%;
    }

}
@media only screen and (max-width: 768px) {
    #header_contacts dt,
    #header_contacts dd {
      width: 100%;
      margin-left:0;
    }
}
@media only screen and (max-width: 736px) {
    .swipe_container_item {
      width: 83%;
    }

    /*** FOOOTER ****/
    #footer_banners ul li {
      width: 30.2%;
      margin-right: 4.5%;
    }
    #footer_banners ul li:nth-child(4n) {
      margin-right: 4.5%;
      float: left;
    }
    #footer_banners ul li:nth-child(4n+1) {
      clear: none;
    }
    #footer_banners ul li:nth-child(3n) {
      margin-right: 0;
      float: right;
    }
    #footer_banners ul li:nth-child(3n+1) {
      clear: both;
    }


}
@media only screen and (max-width: 667px) {
    #footer_contacts {
      width: 82%;
      display: block;
      margin-top: 40px;
      margin-bottom: 40px;
    }
    #footer_contacts:after {
      content: "";
      display: block;
      clear: both;
    }

    #footer_contacts > h2 {
      width: 100%;
      display: block;
      text-align:center;
      height: auto;
      margin-bottom: 20px;
    }
    #footer_contacts #footer_contact_arrow {
      display: none;
    }
    #footer_contacts #footer_contact_tel {
      width: 50%;
      float: left;
      text-align:center;
      display: table;
    }
    #footer_contacts #footer_contact_tel a {
    /*  display: table-cell; */
      height: 30px;
      vertical-align:middle;
      text-align:center;
    }
    #footer_contacts #footer_contact_mail {
      width: 50%;
      float: left;
      display: block;
    }
    #footer_contacts #footer_contact_mail a {
      width: 100%;
      max-width: 190px;
      margin-right: auto;
    }
    #footer > div > nav > div {
      display: block;
      width: 93%;
      margin-left: auto;
      margin-right: auto;
    }
    #footer > div > nav > div:after {
      content: "";
      display: block;
      clear: both;
    }

    #footer > div > nav > div dl {
      width: 50%;
      display: block;
      border-left: none;
      float: left;
      padding-bottom: 12px;
    }
    #footer > div > nav > div dl dt, #footer > div > nav > div dl dd {
      padding-left: 0;
    }

}
@media only screen and (max-width: 568px) {
    #footer_contacts #footer_contact_tel,
    #footer_contacts #footer_contact_mail {
      width: 222px;
      float: none;
      display: block;
      margin: 0 auto;
    }
    #footer_contacts #footer_contact_tel a {
      display: block;
    }
    #footer_contacts #footer_contact_mail a {
      max-width:none;
    }
}
@media only screen and (max-width: 414px) {

    /*** Footer Banner ***/
    #footer_banners ul li {
      width: 48.6%;
      float: left;
      margin-right: 0!important;
    }
    #footer_banners ul li:nth-child(3n+1) {
      clear: none;
    }
    #footer_banners ul li:nth-child(odd) {
      clear: both!important;
    }
    #footer_banners ul li:nth-child(3n),
    #footer_banners ul li:nth-child(4n) {
      float: left;
    }

    #footer_banners ul li:nth-child(even) {
      float: right;
    }

}
@media only screen and (max-width: 360px) {
    #header > h1 a img {
      height: auto;
      width: 99%;
      padding: 0;
    }
    #footer_banners ul li {
      width: 96%;
      float: none!important;
    }
}



/********************************************

            SUB Page Common CSS

*********************************************/
#page_title dt {
    font-size: 24px;
    font-weight:bold;
    letter-spacing:0.1em;
}
#page_title dd {
    font-size: 16px;
    letter-spacing:0.08em;
}

#subnavi a {
    color:#000;
}
#subnavi a:hover,
#subnavi .current a {
    color:white;
}
#subnavi a dt {
    font-size: 14px;
    letter-spacing:0.2em;
}
#subnavi a dd {
    font-size: 11px;
}