@charset "UTF-8";

* {
  box-sizing: border-box;
}

:root {
  --color-black: #674A40;
  --color-orange: #D15834;
  --color-green: #348D8E;
  --color-yellow: #DD8E15;
  --color-red: #C13C24;
  --font-mincho: "Kaisei Tokumin", serif;
}

/* =====================
  fonts
===================== */

/*  Regular (400)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"),
       url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
}

/*  Bold (700)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"),
       url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
}

/* =====================
  common
===================== */

#nishimuraya {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.85;
  font-style: normal;
  color: var(--color-black);
  overflow: clip;
}

#nishimuraya .inner {
  margin: 0 auto;
}

#nishimuraya img,
#footer_line img,
#footer img {
  width: 100%;
  height: auto;
}

#nishimuraya a {
  text-decoration: none;
}

#wrapper {
  overflow: clip;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    common
  ===================== */

  #nishimuraya {
    font-size: 16px;
    background: url(../../img/feature/nishimuraya/bg_beige.jpg) repeat;
    background-size: 1280px;
  }

  #nishimuraya .inner {
    width: 95%;
    max-width: 1120px;
  }

  .tab {
    display: none;
  }

  .pc_none {
    display: none !important;
  }

  /* =====================
    contents
  ===================== */
  
  .contents {
    padding: 100px 0;
  }

  .contents._beige {
    background: #FAF6ED;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .disc li {
    padding-left: 18px;
    text-indent: -18px;
  }

  .disc li::before {
    content: '・';
    margin-right: 4px;
  }

  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 400px;
    height: 80px;
    border-radius: 80px;
    margin: 50px auto 0;
    background: var(--color-red);
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }

  .btn a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }

  .btn a::before {
    content: '';
    width: calc( 100% - 10px );
    height: calc( 100% - 10px );
    display: block;
    border-radius: 80px;
    border: 1px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
  }

  .btn a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(../../img/feature/nishimuraya/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  /* =====================
    fv
  ===================== */
  
  #fv {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
  }

  #fv .inner {
    position: relative;
  }

  .fv_circle {
    width: 755px;
    height: 630px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: url(../../img/feature/nishimuraya/fv_circle.png) no-repeat center;
    background-size: contain;
    padding-top: 30px;
    position: relative;
    z-index: 1;
  }

  .fv_jikyu {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0 5px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .fv_jikyu .jikyu_ttl {
    width: 217px;
  }

  .fv_jikyu .jikyu_num {
    font-family: var(--font-mincho);
    font-weight: 500;
    font-size: 22px;
  }

  .fv_jikyu .jikyu_num strong {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-right: 3px;
  }

  .fv_text {
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0.1em;
  }

  #fv .btn {
    margin-top: 25px;
  }

  .fv_img1 {
    width: 197px;
    position: absolute;
    top: 120px;
    left: -67px;
  }

  .fv_img2 {
    width: 225px;
    position: absolute;
    top: 110px;
    right: -45px;
  }  
  
  .fv_bg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .fv_bg figure {
    width: 25%;
  }

  #fv .fv_bg figure img {
    height: 100%;
    object-fit: cover;
  }

  /* =====================
    ttl_area
  ===================== */

  .ttl_area {
    font-family: var(--font-mincho);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .ttl_area .kakko {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
  }

  .ttl_area .kakko span {
    display: inline-block;
    padding: 0 25px;
    position: relative;
  }

  .ttl_area .kakko span::before,
  .ttl_area .kakko span::after {
    content: '';
    width: 6px;
    height: 23px;
    display: block;
    background: url(../../img/feature/nishimuraya/ttl_kakko.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
  }

  .ttl_area .kakko span::after {
    left: auto;
    right: 0;
    transform: scale(-1,-1);
  }

  .ttl_area .ttl {
    font-size: 40px;
    font-weight: 400;
  }

  .ttl_area .ttl strong {
    font-weight: 400;
    color: var(--color-green);
  }

  /*  _tate
  ------------------------*/

  .ttl_area._tate {
    margin-bottom: 70px;
  }
  
  .ttl_area._tate .kakko {
    margin-bottom: 40px;
  }
  
  .ttl_area._tate .ttl {
    line-height: 1.7;
    letter-spacing: 0.12em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .ttl_area._tate .ttl._center {
    text-align: center;
  }

  /* =====================
    column
  ===================== */
  
  .column {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    margin-bottom: 60px;
  }

  .column._reverse {
    flex-direction: row-reverse;
  }

  .column_img {
    width: 397px;
  }

  .column_text {
    height: 285px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .column_text p:not(:last-of-type) {
    margin-left: 30px;
  }

  /* =====================
    box
  ===================== */
  
  .box {
    max-width: 920px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border-radius: 40px;
    padding: 50px 60px;
    margin: 100px auto 0;
    position: relative;
  }

  .box_ttl {
    font-family: var(--font-mincho);
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .box_img {
    width: 338px;
  }

  .box_text {
    width: calc( 100% - 338px - 45px );
    padding-top: 5px;
  }

  /* =====================
    about
  ===================== */

  #about {
    background: url(../../img/feature/nishimuraya/about_bg.jpg) no-repeat top center;
    background-size: 1682px;
  }

  /*  feature_list
  ------------------------*/
    
  .feature_list {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
  }

  .feature_item {
    max-width: 350px;
    width: 32%;
    position: relative;
  }

  .feature_item:nth-of-type(odd) {
    margin-top: 55px;
  }

  .feature_img {
    margin-bottom: 20px;
  }

  .feature_ttl {
    font-family: var(--font-mincho);
    font-size: 21px;
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    padding: 15px 10px;
    letter-spacing: 0.1em;
    background: #fff;
    position: absolute;
    top: 0;
    right: 45px;
  }

  .feature_ttl::before,
  .feature_ttl::after {
    content: '';
    display: block;
    background: var(--color-orange);
    position: absolute;
    top: -2px;
    right: 0;
  }

  .feature_ttl::before {
    width: 100%;
    height: 2px;
  }
  
  .feature_ttl::after {
    width: 2px;
    height: 15px;
  }

  .feature_item .text {
    padding: 0 25px;
  }

  /*  access
  ------------------------*/
  
  .access .g_map {
    height: 0;
    padding-bottom: 31.875%;
    position: relative;
  }

  .access .g_map iframe {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
  }

  .access_ttl::before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_ttl._train::before {
    background-image: url(../../img/feature/nishimuraya/icon_train.svg);
  }

  .access_ttl._car::before {
    background-image: url(../../img/feature/nishimuraya/icon_car.svg);
  }

  .access_ttl._station::before {
    background-image: url(../../img/feature/nishimuraya/icon_station.svg);
  }

  .access_item .disc li {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .access_item {
    margin-bottom: 25px;
  }

  .access_item:last-of-type {
    margin-bottom: 0;
  }

  /* =====================
    zadankai
  ===================== */

  #zadankai .inner {
    position: relative;
    z-index: 0;
  }
  
  /*  zadankai_bg
  ------------------------*/

  .zadankai_bg1 {
    max-width: 597px;
    width: 54%;
    position: absolute;
    top: 0;
    left: -167px;
    z-index: -1;
  }

  .zadankai_bg2 {
    max-width: 482px;
    width: 43%;
    position: absolute;
    top: -5px;
    right: -98px;
    z-index: -1;
  }

  /*  member_box
  ------------------------*/
  
  .member_box {
    width: 100%;
    background: none;
    border: 8px solid #F0E8DB;
    padding: 35px min(90px,7vw);
    position: relative;
    margin-bottom: 90px;
  }

  .member_box::before {
    content: '';
    width: 167px;
    height: 79px;
    display: block;
    background: url(../../img/feature/nishimuraya/zadankai_member_deco1.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 170px;
    left: -90px;
  }

  .member_box::after {
    content: '';
    width: 176px;
    height: 79px;
    display: block;
    background: url(../../img/feature/nishimuraya/zadankai_member_deco2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 134px;
    right: -108px;
  }

  .member_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .member_item {
    max-width: 260px;
    width: 29%;
  }

  .member_img {
    width: 220px;
    margin: 0 auto 15px;
  }

  .member_name {
    width: 180px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    margin: -75px auto 15px;
    position: relative;
  }

  .member_name .poti {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: var(--color-green);
    margin-bottom: 4px;
  }

  .member_name .name {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  .member_name .name span:not([class]) {
    font-size: 12px;
    display: inline-block;
    margin-left: 2px;
  }

  .member_item .text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  /*  zadankai_container
  ------------------------*/
  
  .zadankai_container {
    max-width: 920px;
    width: 83%;
    margin: 0 auto 120px;
  }

  .zadankai_conts {
    margin-bottom: 90px;
  }

  .zadankai_conts:last-of-type {
    margin-bottom: 0;
  }

  .zadankai_ttl {
    font-family: var(--font-mincho);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
  }

  .zadankai_ttl::before {
    content: '';
    width: 72px;
    height: 20px;
    display: block;
    background: url(../../img/feature/nishimuraya/zadankai_ttl.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 18px;
    left: -100px;
  }

  .zadankai_ttl::after {
    content: '';
    width: 250px;
    height: 250px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -40px;
    left: -305px;
    z-index: -1;
  }

  .zadankai_conts:nth-of-type(1) .zadankai_ttl::after {
    background-image: url(../../img/feature/nishimuraya/zadankai_ttl_deco1.png);
  }

  .zadankai_conts:nth-of-type(2) .zadankai_ttl::after {
    background-image: url(../../img/feature/nishimuraya/zadankai_ttl_deco2.png);
  }

  .zadankai_conts:nth-of-type(3) .zadankai_ttl::after {
    background-image: url(../../img/feature/nishimuraya/zadankai_ttl_deco3.png);
  }

  .zadankai_conts .text {
    margin-bottom: 40px;
  }

  .zadankai_img {
    width: 1120px;
    margin: 25px calc( 50% - 560px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .zadankai_img figure {
    width: 360px;
    margin-top: -10px;
  }

  .zadankai_img figure:nth-child(odd) {
    margin-top: 30px;
  }

  .zadankai_item {
    max-width: 860px;
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .zadankai_item:nth-of-type(even) {
    margin-left: auto;
  }

  .zadankai_item:last-of-type {
    margin-bottom: 0;
  }

  .member_icon {
    width: 165px;
  }

  .member_icon .member_img {
    width: 165px;
    margin: 0;
  }

  .member_icon .member_name {
    width: 130px;
    height: 35px;
    padding: 5px;
    margin: -35px auto 0;
  }

  .member_icon .member_name .name {
    font-size: 15px;
    letter-spacing: 0;
  }

  .zadankai_text {
    width: calc( 100% - 165px - 35px );
    margin-top: 28px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px;
    position: relative;
  }

  .zadankai_text::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #fff;
    border-left: 0;
    position: absolute;
    top: 30px;
    right: 100%;
  }

  .zadankai_text .text {
    margin: 0;
  }

  /*  nishimuraya
  ------------------------*/

  .nishimuraya_ttl {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .nishimuraya_ttl span {
    display: inline-block;
    background: var(--color-black);
    border-radius: 5px;
    padding: 5px 10px 6px;
    /* margin-bottom: 15px; */
  }

  .nishimuraya_sub {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .nishimuraya .text {
    font-size: 13px;
  }

  .sns_list {
    margin-top: 10px;
  }
  
  .sns_list li {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .sns_list li a {
    position: relative;
    padding-left: 24px;
    color: var(--color-black);
  }

  .sns_list li a::before {
    content: '';
    width: 17px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0.5px;
    left: 0;
  }

  .sns_list li.website a::before {
    background-image: url(../../img/feature/nishimuraya/icon_website.svg);
  }

  .sns_list li.insta a::before {
    background-image: url(../../img/feature/nishimuraya/icon_insta.svg);
  }

  .sns_list li.map a::before {
    background-image: url(../../img/feature/nishimuraya/icon_map.svg);
  }

  /* =====================
    tour
  ===================== */

  #tour {
    width: 100%;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  
  #tour .inner {
    height: calc( 100vh - 65px );
    display: flex;
    align-items: center;
    gap: 0 24px;
    position: sticky;
    top: 65px;
    z-index: 2;
  }

  #tour .inner::before {
    content: '';
    width: max(26vh, 280px);
    height: max(22vh, 230px);
    display: block;
    background: url(../../img/feature/nishimuraya/tour_deco.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 2;
  }

  #tour .ttl_area_wrap {
    display: flex;
    flex: 0 0 230px;
    z-index: 3;
  }

  #tour .ttl_area {
    height: 500px;
    margin: 0;
  }

  #tour .ttl_area_wrap .btn {
    font-family: "M PLUS 1p", sans-serif;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin: auto 0 0;
    font-size: 13px;
    line-height: 1.4;
  }

  #tour .ttl_area_wrap .btn a {
    padding-bottom: 10px;
  }

  #tour .ttl_area_wrap .btn a::after {
    width: 15px;
    height: 15px;
    top: auto;
    bottom: 25px;
    left: 50%;
    right: auto;
    transform: translate(-50%,0);
  }

  .tour_list_wrap {
    flex: 1 1 auto;
    position: absolute;
    top: 0;
    top: calc( 50% + 50px);
    z-index: 1;
    transform: translateY(-50%);
  }

  .tour_list_wrap_inner {
    padding: 20px;
    overflow-x: clip; 
  }
  
  .tour_list {
    display: flex;
    align-items: stretch;
    will-change: transform;
    transform: translateX(0);
    gap: 0 60px;
  }

  .tour_list::after {
    content: '';
    flex: 0 0 calc( (100vw - 1120px) / 2 ); 
  }

  .tour_item {
    width: 370px;
    flex: 0 0 370px;
    position: relative;
  }

  .tour_img {
    border: 8px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.016);
    margin-bottom: 25px;
  }

  .tour_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .tour_text .text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .tour_osusume {
    width: 107px;
    height: 68px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.05em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: -15px;
  }

  .tour_osusume.osusume1 {
    background-image: url(../../img/feature/nishimuraya/tour_osusume1.svg);
  }

  .tour_osusume.osusume2 {
    background-image: url(../../img/feature/nishimuraya/tour_osusume2.svg);
  }

  .tour_item .sns_list {
    margin-top: 15px;
  }

  .tour_rode {
    width: calc( 1120px - 230px );
    position: absolute;
    top: -80px;
    left: 0;
  }

  .tour_rode::before {
    content: '';
    width: 200vw;
    height: 90px;
    display: block;
    background: url(../../img/feature/nishimuraya/tour_bg.svg) repeat-x center;
    background-size: 1288px;
    position: absolute;
    top: 50px;
    left: calc( 0% - 50vw );
    z-index: -1;
  }

  .tour_rode .people {
    width: 78px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center bottom;
    will-change: transform;
  }

  .tour_rode .people img {
    animation: walk-bob 2s ease-in-out infinite;
  }
 
  @keyframes walk-bob {
    0%   { transform: translateY(0) rotate(-3deg); }
    25%  { transform: translateY(3px) rotate(2deg); }
    50%  { transform: translateY(0) rotate(-2deg); }
    75%  { transform: translateY(3px) rotate(2deg); }
    100% { transform: translateY(0) rotate(-3deg); }
  }

  /* =====================
    faq
  ===================== */

  #faq .inner {
    position: relative;
    z-index: 0;
  }

  #faq .inner::before {
    content: '';
    width: 667px;
    height: 244px;
    display: block;
    background: url(../../img/feature/nishimuraya/faq_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -56px;
    left: -187px;
    z-index: -1;
  }

  #faq .inner::after {
    content: '';
    width: 540px;
    height: 359px;
    display: block;
    background: url(../../img/feature/nishimuraya/faq_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: -152px;
    z-index: -1;
  }

  .faq_list {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }

  .faq_item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .faq_item:last-of-type {
    margin-bottom: 0;
  }

  .faq_item .question,
  .faq_item .answer {
    position: relative;
  }

  .faq_item .question {
    display: block;
    padding: 30px 55px 30px 115px;
    cursor: pointer;
  }

  .faq_item .answer {
    font-size: 15px;
    background: #f5efe4;
  }

  .faq_item .question::before,
  .faq_item .answer::before {
    width: 26px;
    height: 35px;
    line-height: 26px;
    text-align: center;
    font-family: var(--font-mincho);
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }

  .faq_item .question::before {
    content: 'Q';
    color: var(--color-green);
  }

  .faq_item .answer::before {
    content: 'A';
    color: var(--color-orange);
  }

  .faq_item .question::after,
  .faq_item .answer::after {
    content: '';
    width: 1px;
    height: calc( 100% - 40px );
    background: #F0E8DB;
    display: block;
    position: absolute;
    top: 20px;
    left: 80px;
  }

  .faq_item .question span {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .faq_item .question span::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../img/feature/nishimuraya/icon_faq.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq_item .answer a {
    color: var(--color-black);
    text-decoration: underline;
  }

  .cssacc {
    display: none;
  }

  .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    padding: 0 55px 0 115px;
  }

  .cssacc:checked + .question span {
    transform: translateY(-50%) scale(1,-1);
  }

  .cssacc:checked + .question + .accshow {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1;
  }

  /* =====================
    gallery
  ===================== */
  
  #gallery {
    padding: 0;
  }

  .gallery_wrap {
    display: flex;
    overflow: hidden;
  }

  .gallery_wrap ul {
    display: flex;
    animation: gallery_loop 80s infinite linear 0.5s both;
  }

  .gallery_wrap ul li {
    width: 375px;
  }

  @keyframes gallery_loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  /* =====================
    job
  ===================== */

  #job .inner {
    position: relative;
    z-index: 0;
  }

  #job .inner::before {
    content: '';
    width: 198px;
    height: 198px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 95px;
    z-index: -1;
  }

  #job .inner::after {
    content: '';
    width: 198px;
    height: 198px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 52px;
    z-index: -1;
  }

  #job .ttl_area {
    margin-bottom: 50px;
  }

  .job_conts {
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
  }

  .job_conts:last-of-type {
    margin-bottom: 0;
  }

  .job_conts_ttl {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    padding: 40px 0 23px;
    position: relative;
    margin-bottom: 30px;
  }

  .job_conts_ttl::before {
    content: '';
    width: 269px;
    height: 25px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_ttl_t.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .job_conts_ttl::after {
    content: '';
    width: 269px;
    height: 7px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_ttl_b.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /*  job_list
  ------------------------*/
  
  .job_list {
    width: 1060px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 45px auto 0;
  }

  .job_list::before,
  .job_list::after {
    content: '';
    max-width: 250px;
    width: 24%;
  }

  .job_list::before {
    order: 1;
  }

  .job_item {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    max-width: 250px;
    width: 24%;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }

  .job_item a:not(.job_favo) {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #444444;
    padding-bottom: 20px;
    position: relative;
  }

   .job_item a:not(.job_favo)::before {
    content: '';
    width: 30px;
    height: 29px;
    display: block;
    background: url(../../img/common/icon_detail.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -0.5px;
  }

  .job_img {
    width: 100%;
    height: 0;
    padding-bottom: 52.5%;
    position: relative;
  }

  #job .job_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_text {
    flex: 1;
    padding: 15px 15px 10px;
  }

  .job_area {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    padding: 0 20px 0 18px;
    margin-bottom: 5px;
  }

  .job_area::before {
    content: '';
    width: 11px;
    height: 14px;
    display: block;
    background: url(../../img/common/icon_area.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_ttl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .job_data {
    margin: auto 15px 0;
  }

  .job_data li {
    min-height: 25px;
    display: flex;
    background: #F5F7F8;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 5px 5px 5px 35px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 5px;
  }

  .job_data li::before {
    content: '';
    width: 25px;
    height: 100%;
    background: #444;
    border-radius: 2px 0 0 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_data li.cat::before {
    background-image: url(../../img/common/icon_cat.svg);
  }

  .job_data li.pay::before {
    background-image: url(../../img/common/icon_pay.svg);
  }

  .job_data li:last-child {
    margin-bottom: 0;
  }

  .job_favo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 52.5%;
    right: -5px;
    transform: translateY(-100%);
  }

  #job .job_favo img {
    width: 20px;
  }  

  /*  job_nishimuraya
  ------------------------*/

  #job_nishimuraya::before {
    content: '';
    width: 430px;
    height: 360px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_nishimuraya_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -185px;
    left: -174px;
    z-index: -1;
  }

  #job_nishimuraya::after {
    content: '';
    width: 463px;
    height: 300px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_nishimuraya_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -155px;
    right: -150px;
    z-index: -1;
  }
  
  .job_nishimuraya {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 15px;
  }

  .job_nishimuraya_ttl {
    width: 100px;
  }

  .job_nishimuraya .disc li {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  /*  job_kinosakionsen
  ------------------------*/
  
  #job_kinosakionsen::before {
    content: '';
    width: 387px;
    height: 313px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_kinosakionsen_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -205px;
    z-index: -1;
  }

  #job_kinosakionsen::after {
    content: '';
    width: 359px;
    height: 249px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_kinosakionsen_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -17px;
    right: -185px;
    z-index: -1;
  }

  /* =====================
    PC調整
  ===================== */
  
  @media screen and (max-width:1178px) {

    .tour_list::after {
      flex: 0 0 100px;
    }

    .tour_rode {
      width: 95%;
    }
    
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

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

  /* =====================
    common
  ===================== */

  #nishimuraya {
    font-size: 14px;
    background: url(../../img/feature/nishimuraya/bg_beige.jpg) repeat;
    background-size: contain;
    padding-top: 100px;
  }

  #nishimuraya .inner {
    width: 95%;
    max-width: 550px;
  }

  .sp_none {
    display: none !important;
  }

  /* =====================
    contents
  ===================== */
  
  .contents {
    padding: 50px 0;
  }

  .contents._beige {
    background: #FAF6ED;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .disc li {
    padding-left: 16.5px;
    text-indent: -16.5px;
  }

  .disc li::before {
    content: '・';
    margin-right: 4px;
  }

  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 90%;
    max-width: 400px;
    height: 65px;
    border-radius: 80px;
    margin: 30px auto 0;
    background: var(--color-red);
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }

  .btn a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }

  .btn a::before {
    content: '';
    width: calc( 100% - 10px );
    height: calc( 100% - 10px );
    display: block;
    border-radius: 80px;
    border: 1px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
  }

  .btn a::after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: url(../../img/feature/nishimuraya/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  /* =====================
    fv
  ===================== */
  
  #fv {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
  }

  #fv .inner {
    width: 100%;
    position: relative;
  }

  .fv_circle {
    max-width: 440px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../img/feature/nishimuraya/fv_circle.png) no-repeat center;
    background-size: 110%;
    padding-top: 60px;
    margin: 0 auto;
  }

  .fv_jikyu {
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
  }

  .fv_jikyu .jikyu_ttl {
    width: 110px;
    display: block;
    margin-bottom: 5px;
  }

  .fv_jikyu .jikyu_num {
    font-family: var(--font-mincho);
    font-weight: 500;
    font-size: 15px;
  }

  .fv_jikyu .jikyu_num strong {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-right: 3px;
  }

  .fv_ttl {
    width: 220px;
  }

  .fv_text {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
  }

  #fv .btn {
    width: 90%;
    margin-top: 25px;
  }
  
  .fv_bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .fv_bg figure {
    width: 50%;
    height: 50%;
  }

  #fv .fv_bg figure img {
    height: 100%;
    object-fit: cover;
  }

  /* =====================
    ttl_area
  ===================== */

  .ttl_area {
    font-family: var(--font-mincho);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .ttl_area .kakko {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
  }

  .ttl_area .kakko span {
    display: inline-block;
    padding: 0 25px;
    position: relative;
  }

  .ttl_area .kakko span::before,
  .ttl_area .kakko span::after {
    content: '';
    width: 5px;
    height: 18px;
    display: block;
    background: url(../../img/feature/nishimuraya/ttl_kakko.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
  }

  .ttl_area .kakko span::after {
    left: auto;
    right: 0;
    transform: scale(-1,-1);
  }

  .ttl_area .ttl {
    font-size: 25px;
    font-weight: 400;
  }

  .ttl_area .ttl strong {
    font-weight: 400;
    color: var(--color-green);
  }

  /*  _tate
  ------------------------*/

  .ttl_area._tate {
    margin-bottom: 25px;
  }
  
  .ttl_area._tate .kakko {
    margin-bottom: 30px;
  }
  
  .ttl_area._tate .ttl {
    line-height: 1.7;
    letter-spacing: 0.12em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .ttl_area._tate .ttl._center {
    text-align: center;
  }

  /* =====================
    column
  ===================== */
  
  .column {
    display: block;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .column_img {
    margin-bottom: 20px;
  }

  .column_text p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  /* =====================
    box
  ===================== */
  
  .box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 50px auto 0;
    position: relative;
  }

  .box_ttl {
    font-family: var(--font-mincho);
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    line-height: 1;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .box_img {
    margin-bottom: 20px;
  }

  .box_text {
    font-size: 12px;
  }

  /* =====================
    about
  ===================== */

  #about {
    background: url(../../img/feature/nishimuraya/about_bg.jpg) no-repeat top center;
    background-size: 580px;
  }

  /*  feature_list
  ------------------------*/

  .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 4%;
  }
  
  .feature_item {
    width: 48%;
    position: relative;
  }

  .feature_item:first-of-type {
    width: 100%;
  }

  .feature_img {
    width: 160px;
    margin: 0 auto 15px;
  }

  .feature_ttl {
    font-family: var(--font-mincho);
    font-size: 14px;
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    padding: 8px 6px;
    letter-spacing: 0.1em;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(30px);
  }

  .feature_ttl::before,
  .feature_ttl::after {
    content: '';
    display: block;
    background: var(--color-orange);
    position: absolute;
    top: -2px;
    right: 0;
  }

  .feature_ttl::before {
    width: 100%;
    height: 2px;
  }
  
  .feature_ttl::after {
    width: 2px;
    height: 12px;
  }

  .feature_item .text {
    padding: 0 10px;
    font-size: 13px;
  }  
  
  /*  access
  ------------------------*/
  
  .access .g_map {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }

  .access .g_map iframe {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_ttl {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
  }

  .access_ttl::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -1px;
    left: 0;
  }

  .access_ttl._train::before {
    background-image: url(../../img/feature/nishimuraya/icon_train.svg);
  }

  .access_ttl._car::before {
    background-image: url(../../img/feature/nishimuraya/icon_car.svg);
  }

  .access_ttl._station::before {
    background-image: url(../../img/feature/nishimuraya/icon_station.svg);
  }

  .access_item .disc li {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .access_item {
    margin-bottom: 20px;
  }

  .access_item:last-of-type {
    margin-bottom: 0;
  }

  /* =====================
    zadankai
  ===================== */

  #zadankai .inner {
    position: relative;
    z-index: 0;
  }
  
  /*  zadankai_bg
  ------------------------*/

  .zadankai_bg1 {
    width: 165px;
    position: absolute;
    top: 140px;
    left: -40px;
    z-index: -1;
  }

  .zadankai_bg2 {
    width: 152px;
    position: absolute;
    top: 40px;
    right: -30px;
    z-index: -1;
  }

  /*  member_box
  ------------------------*/
  
  .member_box {
    width: 100%;
    background: none;
    border: 4px solid #F0E8DB;
    position: relative;
    margin-bottom: 50px;
    padding: 20px 10px;
  }

  .member_box::before {
    content: '';
    width: 90px;
    height: 44px;
    display: block;
    background: url(../../img/feature/nishimuraya/zadankai_member_deco1.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: -55px;
  }

  .member_box::after {
    content: '';
    width: 85px;
    height: 38px;
    display: block;
    background: url(../../img/feature/nishimuraya/zadankai_member_deco2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: -50px;
  }

  .member_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
  }

  .member_item:last-of-type {
    margin-bottom: 0;
  }

  .member_img {
    width: 100px;
    margin: 0 auto;
  }

  .member_name {
    width: 120px;
    height: 45px;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px 5px;
    margin: -35px auto 0;
    position: relative;
  }

  .member_name .poti {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: var(--color-green);
    margin-bottom: 4px;
  }

  .member_name .name {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  .member_name .name span:not([class]) {
    font-size: 10px;
    display: inline-block;
    margin-left: 2px;
  }

  .member_item .text {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-top: 5px;
    width: calc( 100% - 100px - 30px);
  }

  /*  zadankai_container
  ------------------------*/
  
  .zadankai_container {
    padding: 0 10px;
    margin-bottom: 60px;
  }

  .zadankai_conts {
    margin-bottom: 40px;
  }

  .zadankai_conts:last-of-type {
    margin-bottom: 0;
  }

  .zadankai_ttl {
    font-family: var(--font-mincho);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
  }

  .zadankai_ttl::before {
    content: '';
    width: 52px;
    height: 15px;
    display: block;
    background: url(../../img/feature/nishimuraya/zadankai_ttl.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: calc( -2% - 52px);
  }

  .zadankai_ttl::after {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -55px;
    left: -90px;
    z-index: -1;
  }

  .zadankai_conts:nth-of-type(1) .zadankai_ttl::after {
    background-image: url(../../img/feature/nishimuraya/zadankai_ttl_deco1.png);
  }

  .zadankai_conts:nth-of-type(2) .zadankai_ttl::after {
    background-image: url(../../img/feature/nishimuraya/zadankai_ttl_deco2.png);
  }

  .zadankai_conts:nth-of-type(3) .zadankai_ttl::after {
    background-image: url(../../img/feature/nishimuraya/zadankai_ttl_deco3.png);
  }

  .zadankai_conts .text {
    margin-bottom: 25px;
  }

  .zadankai_img {
    width: 100vw;
    margin: 20px calc( 50% - 50vw );
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .zadankai_img figure {
    width: 32%;
    margin-top: -10px;
  }

  .zadankai_img figure:nth-child(odd) {
    margin-top: 0;
  }

  .zadankai_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .zadankai_item:nth-of-type(even) {
    margin-left: auto;
  }

  .zadankai_item:last-of-type {
    margin-bottom: 0;
  }

  .member_icon {
    width: 70px;
  }

  .member_icon .member_img {
    width: 70px;
    margin: 0;
  }

  .member_icon .member_name {
    width: 60px;
    height: 25px;
    padding: 5px;
    margin: -24px auto 0;
  }

  .member_icon .member_name .name {
    font-size: 11px;
    letter-spacing: 0;
  }

  .zadankai_text {
    width: calc( 100% - 70px - 20px );
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    font-size: 13px;
  }

  .zadankai_text::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 12px solid #fff;
    border-left: 0;
    position: absolute;
    top: 25px;
    right: 100%;
  }

  .zadankai_text .text {
    margin: 0;
  }

  /*  nishimuraya
  ------------------------*/

  .nishimuraya_ttl {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .nishimuraya_ttl span {
    display: inline-block;
    background: var(--color-black);
    border-radius: 5px;
    padding: 5px 10px 6px;
  }

  .nishimuraya_sub {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .nishimuraya .text {
    font-size: 13px;
  }

  .sns_list {
    margin-top: 10px;
  }
  
  .sns_list li {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .sns_list li a {
    position: relative;
    padding-left: 24px;
    color: var(--color-black);
  }

  .sns_list li a::before {
    content: '';
    width: 17px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0.5px;
    left: 0;
  }

  .sns_list li.website a::before {
    background-image: url(../../img/feature/nishimuraya/icon_website.svg);
  }

  .sns_list li.insta a::before {
    background-image: url(../../img/feature/nishimuraya/icon_insta.svg);
  }

  .sns_list li.map a::before {
    background-image: url(../../img/feature/nishimuraya/icon_map.svg);
  }

  /* =====================
    tour
  ===================== */

  #tour .inner {
    position: relative;
  }

  #tour .inner::before {
    content: '';
    width: 150px;
    height: 120px;
    display: block;
    background: url(../../img/feature/nishimuraya/tour_deco.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: -25px;
    z-index: 2;
  }

 #tour .ttl_area {
    margin-bottom: 60px;
  }

  .tour_list_wrap {
    width: 100vw;
    margin: 0 calc( 50% - 50vw );
    position: relative;
    z-index: 0;
  }
  
  .tour_list {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    gap: 0 30px;
    padding: 10px 30px;
  }

  .tour_list::after {
    content: '';
  }

  .tour_item {
    width: 280px;
    flex: 0 0 280px;
    position: relative;
  }

  .tour_img {
    border: 7px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.016);
    margin-bottom: 15px;
  }

  .tour_ttl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .tour_text .text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .tour_osusume {
    width: 97px;
    height: 61px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.05em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: -15px;
  }

  .tour_osusume.osusume1 {
    background-image: url(../../img/feature/nishimuraya/tour_osusume1.svg);
  }

  .tour_osusume.osusume2 {
    background-image: url(../../img/feature/nishimuraya/tour_osusume2.svg);
  }

  .tour_item .sns_list {
    margin-top: 15px;
  }

  .tour_rode {
    width: 100vw;
    position: absolute;
    top: -80px;
    left: 0;
  }

  .tour_rode::before {
    content: '';
    width: 200vw;
    height: 90px;
    display: block;
    background: url(../../img/feature/nishimuraya/tour_bg.svg) repeat-x center;
    background-size: 1288px;
    position: absolute;
    top: 50px;
    left: calc( 0% - 50vw );
    z-index: -1;
  }

  .tour_rode .people {
    width: 50px;
    position: absolute;
    top: 20px;
    left: 0;
    transform-origin: center bottom;
    will-change: transform;
  }

  .tour_rode .people img {
    animation: walk-bob 2s ease-in-out infinite;
  }
 
  @keyframes walk-bob {
    0%   { transform: translateY(0) rotate(-3deg); }
    25%  { transform: translateY(3px) rotate(2deg); }
    50%  { transform: translateY(0) rotate(-2deg); }
    75%  { transform: translateY(3px) rotate(2deg); }
    100% { transform: translateY(0) rotate(-3deg); }
  }

  /* =====================
    faq
  ===================== */

  #faq .inner {
    position: relative;
    z-index: 0;
  }

  #faq .inner::before {
    content: '';
    width: 227px;
    height: 84px;
    display: block;
    background: url(../../img/feature/nishimuraya/faq_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -35px;
    left: -60px;
    z-index: -1;
  }

  #faq .inner::after {
    content: '';
    width: 220px;
    height: 150px;
    display: block;
    background: url(../../img/feature/nishimuraya/faq_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -50px;
    z-index: -1;
  }

  .faq_item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .faq_item:last-of-type {
    margin-bottom: 0;
  }

  .faq_item .question,
  .faq_item .answer {
    position: relative;
  }

  .faq_item .question {
    display: block;
    padding: 15px 45px 15px 70px;
    cursor: pointer;
    font-size: 13px;
  }

  .faq_item .answer {
    font-size: 13px;
    background: #f5efe4;
  }

  .faq_item .question::before,
  .faq_item .answer::before {
    width: 21px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    font-family: var(--font-mincho);
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .faq_item .question::before {
    content: 'Q';
    color: var(--color-green);
  }

  .faq_item .answer::before {
    content: 'A';
    color: var(--color-orange);
  }

  .faq_item .question::after,
  .faq_item .answer::after {
    content: '';
    width: 1px;
    height: calc( 100% - 20px );
    background: #F0E8DB;
    display: block;
    position: absolute;
    top: 10px;
    left: 48px;
  }

  .faq_item .question span {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .faq_item .question span::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../img/feature/nishimuraya/icon_faq.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq_item .answer a {
    color: var(--color-black);
    text-decoration: underline;
  }

  .cssacc {
    display: none;
  }

  .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    padding: 0 45px 0 75px;
  }

  .cssacc:checked + .question span {
    transform: translateY(-50%) scale(1,-1);
  }

  .cssacc:checked + .question + .accshow {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
  }

  /* =====================
    gallery
  ===================== */
  
  #gallery {
    padding: 0;
  }

  .gallery_wrap {
    display: flex;
    overflow: hidden;
  }

  .gallery_wrap ul {
    display: flex;
    animation: gallery_loop 80s infinite linear 0.5s both;
  }

  .gallery_wrap ul li {
    width: 255px;
  }

  @keyframes gallery_loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  /* =====================
    job
  ===================== */

  #job .inner {
    position: relative;
    z-index: 0;
  }

  #job .inner::before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #job .inner::after {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  #job .ttl_area {
    margin-bottom: 30px;
  }

  .job_conts {
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
  }

  .job_conts:last-of-type {
    margin-bottom: 0;
  }

  .job_conts_ttl {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    padding: 35px 0 21px;
    position: relative;
    margin-bottom: 25px;
  }

  .job_conts_ttl::before {
    content: '';
    width: 245px;
    height: 23px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_ttl_t.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .job_conts_ttl::after {
    content: '';
    width: 269px;
    height: 6px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_ttl_b.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /*  job_list
  ------------------------*/

  .job_item {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }

  .job_item:last-of-type {
    margin-bottom: 0;
  }

  .job_item a:not(.job_favo) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 20px;
    position: relative;
    color: #444444;
  }

  .job_item a:not(.job_favo)::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(../../img/common/icon_detail.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .job_img {
    width: 80px;
  }

  #job .job_img img {
    height: 80px;
    object-fit: cover;
  }

  .job_text {
    width: calc( 100% - 80px - 10px );
  }

  .job_area {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 14px;
    margin-bottom: 5px;
  }

  .job_area::before {
    content: '';
    width: 10px;
    height: 14px;
    display: block;
    background: url(../../img/common/icon_area.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_ttl {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .job_data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 13px;
  }

  .job_data li {
    width: calc( 50% - 2.5px );
    min-height: 20px;
    display: flex;
    background: #F5F7F8;
    font-size: 10px;
    line-height: 1.4;
    padding: 3px 5px 3px 25px;
    border-radius: 2px;
    position: relative;
  }

  .job_data li::before {
    content: '';
    width: 20px;
    height: 100%;
    background: #444;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 2px 0 0 2px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_data li.cat::before {
    background-image: url(../../img/common/icon_cat.svg);
  }

  .job_data li.pay::before {
    background-image: url(../../img/common/icon_pay.svg);
  }

  .job_favo {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -4px;
    right: -4px;
  }

  #job .job_favo img {
    width: 18px;
  }

  /*  job_nishimuraya
  ------------------------*/

  #job_nishimuraya::before {
    content: '';
    width: 120px;
    height: 100px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_nishimuraya_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: -30px;
    z-index: -1;
  }

  #job_nishimuraya::after {
    content: '';
    width: 160px;
    height: 105px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_nishimuraya_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -80px;
    right: -70px;
    z-index: -1;
  }
  
  .job_nishimuraya {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .job_nishimuraya_ttl {
    width: 75px;
  }

  .job_nishimuraya .disc {
    width: calc( 100% - 75px - 10px );
  }

  .job_nishimuraya .disc li {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  /*  job_kinosakionsen
  ------------------------*/
  
  #job_kinosakionsen::before {
    content: '';
    width: 125px;
    height: 100px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_kinosakionsen_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: -40px;
    z-index: -1;
  }

  #job_kinosakionsen::after {
    content: '';
    width: 130px;
    height: 90px;
    display: block;
    background: url(../../img/feature/nishimuraya/job_kinosakionsen_bg2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -40px;
    right: -50px;
    z-index: -1;
  }

  /* =====================
    SP調整
  ===================== */
  
  @media screen and (min-width:768px) {

    #nishimuraya {
      padding-top: 0;
    }
    
  }
  
}