@charset "UTF-8";
/*
Theme Name: kurorita-original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 Medium 500 bold 700 */
  font-family: source-han-sans-japanese, '游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #191f1d;
  text-rendering: optimizeLegibility;
}

body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_min {
  font-family: 'Times New Roman', 游明朝体, 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HGS明朝B, 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

a {
  text-decoration: none;
  color: #191f1d;
}

a:hover {
  color: #191f1d;
}

.thumbimg:hover {
  opacity: .9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

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

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

table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}

.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}

.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}

.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.tit_b {
  position: relative;
  z-index: 1;
}

.tit_b:after {
  position: absolute;
  z-index: 2;
  top: -24px;
  left: -47px;
  width: 95px;
  height: 95px;
  content: '';
  background-image: url(./img/common/common_tit_bg_01@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tit_b h2 {
  font-size: 240%;
  font-weight: 700;
  line-height: 1.63;
  position: relative;
  z-index: 3;
}

.clm_l {
  margin-top: 48px;
}

.clm_l p {
  font-size: 120%;
  font-weight: 500;
  line-height: 2.4;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 289px;
  height: 79px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  border-radius: 5px;
  background-color: #cb6f25;
}

.btn:hover {
  opacity: .8;
}

.btn .inn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}

.btn .inn strong {
  font-size: 127%;
  font-weight: 700;
}

.btn .inn span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 10px;
  border-right: 1px dotted #fff;
}

.btn .inn i {
  position: relative;
  top: -2px;
}

.header .wrap {
  height: 239px;
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.sp_menu_btn {
  position: absolute;
  z-index: 102;
  top: 50%;
  right: 4vw;
  width: 37px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  color: #fff;
  border-radius: 50%;
  background-color: #cb6f25;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
}

.sp_menu_btn .inn {
  position: relative;
  height: 37px;
}

.sp_menu_btn .inn i {
  font-size: 18px;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sp_menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  border-left: 1px solid #cb6f25;
  background-color: #fff;
}

.sp_menu.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp_menu_list {
  width: 70vw;
  margin: 90px auto 0;
  text-align: center;
}

.sp_menu_list ul li {
  border-bottom: 1px dotted #cb6f25;
}

.sp_menu_list ul li a {
  font-size: 114%;
  position: relative;
  display: block;
  padding: 20px 0;
}

.sp_menu_list ul li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  color: #cb6f25;
}

.sp_close {
  width: 150px;
  margin: 40px auto 0;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #000;
}

.sp_close i {
  margin-right: 10px;
}

.gnav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.gnav ul li {
  display: inline-block;
  border-left: 1px solid #000;
}

.gnav ul li:first-child {
  border: none;
}

.gnav ul li a {
  font-weight: 500;
  line-height: 1;
  padding: 0 25px;
}

.sec_common_news {
  padding: 137px 0 0;
}

.common_news_outer {
  max-width: 546px;
  margin: 0 auto;
}

.common_news {
  margin-top: 50px;
}

.common_news a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #000;
}

.common_news a dl dt, .common_news a dl dd {
  line-height: 1.4;
  float: left;
}

.common_news a dl dt {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
}

.common_news_btn {
  margin-top: 77px;
  text-align: center;
}

.footer {
  padding-top: 137px;
  text-align: center;
}

.fnav {
  padding: 50px 0 90px;
}

.fnav ul li {
  display: inline-block;
  border-left: 1px solid #000;
}

.fnav ul li:first-child {
  border: none;
}

.fnav ul li a {
  font-weight: 500;
  line-height: 1;
  padding: 0 25px;
}

.footer_logos {
  padding-bottom: 66px;
}

.footer_logos ul li {
  display: inline-block;
}

.footer_logos ul li img {
  vertical-align: middle;
}

.footer_logos ul li:nth-child(2) {
  margin: 0 80px;
}

.footer_logos ul li:nth-child(2) img {
  position: relative;
  top: -15px;
}

.footer_logos ul:nth-child(2) {
  margin-top: 20px;
}

.footer_copy {
  padding: 10px 0;
  background-color: #000;
}

.footer_copy p {
  font-size: 87%;
  font-weight: 400;
  color: #fff;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_topimg {
  position: relative;
  z-index: 1;
  min-height: 720px;
}

.top_topimg_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc((100vw - 723px) / 2);
}

.top_topimg_bg.topimg_bg_01 {
  left: 0;
}

.top_topimg_bg.topimg_bg_02 {
  right: 0;
}

.topimg_bgs {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.topimg_bgs.topimg_bgs_01 {
  background-image: url(./img/top/top_topimg_01@2x.jpg);
}

.topimg_bgs.topimg_bgs_02 {
  background-image: url(./img/top/top_topimg_02@2x.jpg);
}

.topimg_bgs.topimg_bgs_03 {
  background-image: url(./img/top/top_topimg_03@2x.jpg);
}

.topimg_bgs.topimg_bgs_04 {
  background-image: url(./img/top/top_topimg_04@2x.jpg);
}

.topimg_bgs.topimg_bgs_05 {
  background-image: url(./img/top/top_topimg_05@2x.jpg);
}

.top_topimg_clms {
  position: relative;
  z-index: 2;
  max-width: 546px;
  margin: 0 auto;
  padding: 75px 0 0 27px;
}

.top_topimg_btn {
  margin-top: 70px;
}

.sec_top_toplead {
  position: relative;
  z-index: 1;
  min-height: 1254px;
}

.top_toplead_bg {
  position: absolute;
  z-index: 1;
  width: calc(100vw - 662px - ((100vw - 1140px) / 2));
}

.top_toplead_bg.top_toplead_01 {
  top: 0;
  left: 0;
}

.top_toplead_bg.top_toplead_02 {
  bottom: 0;
  left: calc(100vw - 662px - ((100vw - 1140px) / 2));
}

.toplead_bgs {
  height: 418px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.toplead_bgs.toplead_bgs_01 {
  background-image: url(./img/top/top_toplead_01@2x.jpg);
}

.toplead_bgs.toplead_bgs_02 {
  background-image: url(./img/top/top_toplead_02@2x.jpg);
}

.toplead_bgs.toplead_bgs_03 {
  background-image: url(./img/top/top_toplead_03@2x.jpg);
}

.toplead_bgs.toplead_bgs_04 {
  background-image: url(./img/top/top_toplead_04@2x.jpg);
}

.top_toplead_clms {
  position: relative;
  z-index: 2;
  float: right;
  max-width: 546px;
  padding: 220px 78px 0 0;
}

.top_toplead_btn {
  margin-top: 70px;
}

/****************************************
		page Setting 
*****************************************/
.sec_pages_topimg {
  background-image: url(./img/common/common_pageimg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_pages_topimg .wrap {
  height: 192px;
}

.pages_topimg_clms {
  position: absolute;
  top: 50%;
  left: 0;
  width: 570px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-color: #fff;
}

.pages_topimg_clms .inn {
  height: 76px;
}

.pages_topimg_clms h2 {
  position: absolute;
  top: 50%;
  left: 48px;
  display: block;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.pages_topimg_clms h2 strong {
  font-size: 240%;
  letter-spacing: .06em;
}

.pages_topimg_clms h2 span {
  font-weight: 500;
  position: relative;
  top: -7px;
  margin-left: 12px;
  color: #cb6f25;
}

.sec_pages_bread {
  font-size: 94%;
  padding: 13px 0 13px 55px;
}

/****************************************
		philosophy Setting 
*****************************************/
.sec_philosophy_lead {
  padding: 115px 0;
  text-align: center;
}

.philosophy_outer {
  margin: 30px 0 0;
}

.philosophy_lead {
  padding: 53px 0 36px;
}

.philosophy_lead h3 {
  font-size: 240%;
  margin-bottom: 38px;
}

.philosophy_lead h3:last-child {
  margin-bottom: 0;
}

.philosophy_lead h3 strong {
  position: relative;
}

.philosophy_lead h3 strong:after {
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 100%;
  height: 20px;
  content: '';
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.philosophy_lead h3 strong.plsl_01:after {
  background-image: url(./img/philosophy/philosophy_img_02@2x.png);
}

.philosophy_lead h3 strong.plsl_02:after {
  background-image: url(./img/philosophy/philosophy_img_03@2x.png);
}

.philosophy_clms p {
  font-size: 120%;
  line-height: 2.4;
}

.philosophy_clms p.lg {
  font-size: 130%;
  line-height: 1.8;
  margin-top: 10px;
}

.philosophy_btn {
  margin-top: 80px;
}

/****************************************
		store Setting 
*****************************************/
.sec_store_list {
  padding: 50px 0 0;
}

.store_lists {
  max-width: 865px;
  margin: 0 auto;
}

.store_list {
  margin-bottom: 47px;
  color: #fff;
  background-color: #1a1311;
}

.store_list .boxs .box {
  width: 50%;
}

.store_list .box_clms {
  padding: 33px 37px;
}

.store_list .box_tit {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.store_list .box_tit h3 span {
  font-size: 120%;
  font-weight: 500;
  margin-right: 10px;
}

.store_list .box_tit h3 strong {
  font-size: 194%;
}

.store_list .box_adr p {
  font-size: 100%;
}

.store_list .box_tel {
  margin-top: 6px;
}

.store_list .box_tel a {
  font-size: 160%;
  font-weight: 700;
  color: #fff;
}

.store_list .box_btn {
  margin-top: 39px;
}

.store_list .box_btn a {
  display: inline-block;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  color: #fff;
}

.store_list .box_btn a:hover {
  opacity: .6;
}

.store_list .box_btn a .inn strong {
  font-size: 127%;
  display: inline-block;
  margin: 0 16px 0 9px;
}

.store_list .box_btn a .inn span {
  display: inline-block;
  width: 1px;
  height: 15px;
  border-right: 1px dotted #fff;
}

.store_list .box_btn a .inn i {
  position: relative;
  top: -2px;
  margin-left: 18px;
}

/****************************************
		info Setting 
*****************************************/
.sec_info {
  padding: 83px 0 50px;
}

.info_tbl {
  max-width: 865px;
  margin: 0 auto;
}

.info_tbl table {
  width: 100%;
  margin-top: 25px;
}

.info_tbl table tbody tr th, .info_tbl table tbody tr td {
  font-size: 114%;
  font-weight: 400;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #000;
}

.info_tbl table tbody tr th {
  width: 24%;
  padding-left: 48px;
}

.info_tbl table tbody tr td {
  width: 76%;
}

.info_tbl table tbody tr td ol li {
  margin-bottom: 10px;
}

.info_tbl table tbody tr td ol li:last-child {
  margin-bottom: 0;
}

.info_tbl table tbody tr td dl {
  margin-bottom: 26px;
}

.info_tbl table tbody tr td dl:last-child {
  margin-bottom: 0;
}

.info_tbl table tbody tr td dl dt {
  font-weight: 700;
}

.info_btn {
  margin-top: 61px;
  text-align: center;
}

/****************************************
		news Setting 
*****************************************/
.sec_news_list {
  padding: 10px 0 50px;
}

.news_nav {
  padding-top: 50px;
  text-align: center;
}

.news_nav .wp-pagenavi a, .news_nav .wp-pagenavi span {
  margin: 0 5px;
  padding: 3px 9px;
  border-color: #000;
}

.news_nav .wp-pagenavi a.current, .news_nav .wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
}

.news_nav .wp-pagenavi a {
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.news_nav .wp-pagenavi a:hover {
  color: #fff;
  background-color: #000;
}

/****************************************
		single Setting 
*****************************************/
.pages_cont_min {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 0;
}

.single_tit {
  margin-bottom: 10px;
}

.single_tit h1 {
  font-size: 154%;
  line-height: 1.4;
}

.single_info .tag {
  font-size: 90%;
  margin-right: 10px;
  padding: 0 5px;
  color: #fff;
  background-color: #cb6f25;
}

.single_body {
  padding: 15px 0 50px;
}

.single_clms h2 {
  font-size: 147%;
  line-height: 1.4;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #cb6f25;
}

.single_clms p {
  font-size: 114%;
  margin: 20px 0;
}

.single_clms .wp-block-image {
  margin-right: 0;
  margin-left: 0;
}

.single_more {
  text-align: center;
}

.single_more ul li {
  display: inline-block;
}

.single_more ul li a {
  font-size: 120%;
  text-decoration: underline;
}

.single_more ul li.list {
  margin: 0 20px;
}

/****************************************
		single Setting 
*****************************************/
.sec_job_btn {
  margin-bottom: 10px;
}

.job_btn {
  position: relative;
  z-index: 1;
  top: -47px;
  display: block;
  float: right;
  width: 50%;
  height: 54px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  background-color: #000;
}

.job_btn:hover {
  opacity: .8;
}

.job_btn .inn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.job_btn .inn strong {
  font-size: 114%;
  font-weight: 700;
  padding-left: 30px;
  letter-spacing: .03em;
}

.job_btn .inn span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 10px;
  border-right: 1px dotted #fff;
}

.job_btn .inn i {
  position: relative;
  top: -2px;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1200px) {
  .top_topimg_bg {
    width: calc((100vw - 610px) / 2);
  }
}

@media (max-width: 1180px) {
  .wrap {
    padding: 0 4vw;
  }
  .header_logo {
    left: 4vw;
  }
  .gnav {
    right: 2vw;
  }
  .pages_topimg_clms {
    left: 4vw;
  }
  .sec_pages_bread {
    padding-left: 20px;
  }
  .job_btn {
    width: 70%;
  }
}

@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sp_menu {
      height: -webkit-fill-available;
    }
  }
  body {
    font-size: 80%;
  }
  .top_topimg_bg {
    width: calc((100vw - 560px) / 2);
  }
  .top_topimg_clms {
    max-width: 476px;
  }
  .footer_logos ul li:nth-child(1) {
    width: 200px;
  }
  .footer_logos ul li:nth-child(2) {
    width: 150px;
    margin: 0 50px;
  }
  .footer_logos ul li:nth-child(3) {
    width: 220px;
  }
  .footer_logos ul:nth-child(2) li:nth-child(1) {
    width: 300px;
  }
  .top_toplead_clms {
    padding-right: 3vw;
  }
  .store_list .box_clms {
    padding: 20px 37px;
  }
  .store_list .box_btn {
    margin-top: 20px;
  }
  .store_list .box_btn a .inn img {
    width: 126px;
  }
  .store_list .box_btn a .inn strong {
    margin: 0 9px 0 9px;
  }
  .store_list .box_btn a .inn i {
    margin-left: 9px;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    font-size: 100%;
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type='submit'], input[type='button'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type='submit']::-webkit-search-decoration, input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']::focus, input[type='button']::focus {
    outline-offset: -2px;
  }
  /****************************************
			Base Setting 
	*****************************************/
  .wrap {
    padding: 0 4vw;
  }
  .tit_b:after {
    top: -14px;
    left: -35px;
    width: 70px;
    height: 70px;
  }
  .tit_b h2 {
    font-size: 190%;
    line-height: 1.7;
  }
  .clm_l {
    margin-top: 24px;
  }
  .clm_l p {
    font-size: 100%;
    text-align: justify;
  }
  .clm_l p br {
    display: none;
  }
  .btn {
    width: 289px;
    height: 65px;
  }
  .btn .inn strong {
    font-size: 107%;
  }
  .header {
    position: fixed;
    z-index: 103;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .wrap {
    height: 60px;
  }
  .header_logo {
    left: 4vw;
  }
  .header_logo img {
    width: 160px;
  }
  .gnav {
    display: none;
  }
  .sec_common_news {
    padding: 80px 30px 0;
  }
  .common_news {
    margin-top: 20px;
  }
  .common_news a dl dt, .common_news a dl dd {
    float: none;
  }
  .common_news a dl dt {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
  }
  .common_news_btn {
    margin-top: 40px;
  }
  .footer {
    padding-top: 120px;
  }
  .fnav {
    width: 80%;
    margin: 50px auto;
    padding: 0;
  }
  .fnav ul li {
    display: block;
    border-bottom: 1px dotted #000;
    border-left: none;
  }
  .fnav ul li:first-child {
    border-bottom: 1px dotted #000;
  }
  .fnav ul li a {
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 15px 0;
  }
  .footer_logos {
    padding-bottom: 50px;
  }
  .footer_logos ul li {
    display: block;
    margin: 0 auto;
  }
  .footer_logos ul li:nth-child(2) {
    margin: 20px auto 40px;
  }
  .footer_logos ul li:nth-child(2) img {
    top: 0;
  }
  .footer_copy p {
    font-size: 75%;
  }
  /****************************************
			top Setting 
	*****************************************/
  .sec_top_topimg {
    min-height: auto;
    margin-top: 0;
  }
  .top_topimg_bg {
    position: relative;
    top: inherit;
    width: 100%;
  }
  .top_topimg_bg.topimg_bg_01 {
    left: inherit;
  }
  .top_topimg_bg.topimg_bg_02 {
    right: inherit;
  }
  .topimg_bgs {
    float: left;
    width: 50%;
    height: 150px;
  }
  .topimg_bgs.topimg_bgs_03 {
    float: right;
  }
  .top_topimg_clms {
    padding: 20px 30px 60px;
  }
  .top_topimg_clms .span_l {
    margin-left: -10px;
  }
  .top_topimg_btn {
    margin-top: 40px;
  }
  .sec_top_toplead {
    min-height: auto;
  }
  .top_toplead_bg {
    position: relative;
    width: 100%;
  }
  .top_toplead_bg.top_toplead_01 {
    top: inherit;
    left: inherit;
  }
  .top_toplead_bg.top_toplead_02 {
    bottom: inherit;
    left: inherit;
  }
  .toplead_bgs {
    float: left;
    width: 50%;
    height: 150px;
  }
  .top_toplead_clms {
    float: none;
    padding: 80px 30px 60px;
  }
  .top_toplead_clms .clm_l {
    padding: 0 20px 0 0;
  }
  .top_toplead_clms .tit_b h2 {
    font-size: 179%;
  }
  .top_toplead_btn {
    margin-top: 40px;
  }
  /****************************************
			page Setting 
	*****************************************/
  .body_pages {
    margin-top: 30px;
  }
  .sec_pages_topimg {
    background-image: url(./img/common/common_pageimg_01@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .sec_pages_topimg .wrap {
    height: 100px;
  }
  .pages_topimg_clms {
    left: 0;
    width: 75%;
  }
  .pages_topimg_clms .inn {
    height: 40px;
  }
  .pages_topimg_clms h2 {
    left: 8vw;
    width: 90%;
  }
  .pages_topimg_clms h2 strong {
    font-size: 140%;
  }
  .pages_topimg_clms h2 span {
    font-size: 70%;
    top: -4px;
    margin-left: 5px;
  }
  .sec_pages_bread {
    font-size: 60%;
    padding: 13px 0 13px 0;
  }
  /****************************************
			philosophy Setting 
	*****************************************/
  .sec_philosophy_lead {
    padding: 100px 0 60px;
  }
  .philosophy_logo img {
    width: 300px;
  }
  .philosophy_outer {
    margin: 15px 0 0;
  }
  .philosophy_lead {
    padding: 53px 0 25px;
  }
  .philosophy_lead h3 {
    font-size: 160%;
  }
  .philosophy_lead h3 strong:after {
    bottom: -20px;
    height: 16px;
  }
  .philosophy_clms {
    padding: 0 20px;
  }
  .philosophy_clms p {
    font-size: 94%;
    line-height: 2.4;
    text-align: justify;
  }
  .philosophy_clms p br {
    display: none;
  }
  .philosophy_btn {
    margin-top: 50px;
  }
  /****************************************
			store Setting 
	*****************************************/
  .sec_store_list {
    padding: 40px 0 0;
  }
  .store_list {
    margin-bottom: 35px;
  }
  .store_list .boxs .box {
    float: none;
    width: 100%;
  }
  .store_list .box_clms {
    padding: 15px 30px 25px;
  }
  .store_list .box_tit {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .store_list .box_tit h3 span {
    font-size: 100%;
    margin-right: 5px;
  }
  .store_list .box_tit h3 strong {
    font-size: 140%;
  }
  .store_list .box_adr p {
    font-size: 90%;
  }
  .store_list .box_tel {
    margin-top: 6px;
  }
  .store_list .box_btn {
    margin-top: 20px;
  }
  .store_list .box_btn a .inn img {
    position: relative;
    top: 1px;
    width: 134px;
  }
  .store_list .box_btn a .inn strong {
    font-size: 90%;
    margin: 0 9px 0 9px;
  }
  .store_list .box_btn a .inn i {
    position: relative;
    top: -2px;
    margin-left: 9px;
  }
  /****************************************
			info Setting 
	*****************************************/
  .sec_info {
    padding: 50px 30px;
  }
  .info_tbl table {
    display: block;
  }
  .info_tbl table tbody {
    display: block;
  }
  .info_tbl table tbody tr {
    display: block;
  }
  .info_tbl table tbody tr th, .info_tbl table tbody tr td {
    display: block;
    padding: 0;
  }
  .info_tbl table tbody tr th {
    font-weight: 700;
    width: 100%;
    padding: 15px 10px 5px;
    border: none;
  }
  .info_tbl table tbody tr td {
    width: 100%;
    padding: 0 10px 15px;
  }
  .info_btn {
    margin-top: 50px;
  }
  /****************************************
			single Setting 
	*****************************************/
  .pages_cont_min {
    font-size: 80%;
    padding: 30px 0;
  }
  /****************************************
		single Setting 
*****************************************/
  .sec_job_btn {
    margin: 80px 0 30px;
  }
  .job_btn {
    top: 0;
    width: 90%;
    height: 54px;
    text-align: center;
  }
  .job_btn .inn {
    line-height: 1.2;
    padding-left: 20px;
  }
  .job_btn .inn strong {
    font-size: 80%;
    padding-left: 0;
  }
  .job_btn .inn span {
    height: 12px;
    margin: 0 7px;
  }
  .job_btn .inn i {
    font-size: 80%;
    top: 0;
  }
}
/*# sourceMappingURL=style.css.map */