<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*======================================================================*/
/*Module
/*======================================================================*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.inner-wide {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.sp {
  display: none;
}

.ocher {
  color: #b57f18;
}

.Source-Sans-Pro {
  font-family: 'Source Sans Pro', sans-serif;
}

.serif {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*======================================================================*/
/*index.html
/*======================================================================*/
/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#051145+50,000000+50 */
  /*background: rgb(5,17,69); /* Old browsers */
  /* background: -moz-linear-gradient(left, rgba(5,17,69,1) 50%, rgba(0,0,0,1) 50%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, rgba(5,17,69,1) 50%,rgba(0,0,0,1) 50%); /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to right, rgba(5,17,69,1) 50%,rgba(0,0,0,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#051145', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}

.l_header {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 1100px;
  padding: 25px;
  background: url(../img/01_firstview/kv_background.png) center;
  background-size: cover;
  z-index: -1;
}

.l_header:after {
  position: absolute;
  left: 0;
  bottom: 200px;
  content: "";
  display: block;
  transform: skewY(15deg) translateY(89.5%);
  background: #fff;
  width: 100%;
  height: 100%;
}

.l_header_inner {
  overflow: hidden;
  height: 980px;
  transform: skewY(15deg) translateY(-25.6%);
}

header .header_bg {
  height: 115%;
  transform: skewY(-15deg) translateY(21.6%);
  background: url(../img/01_firstview/main_visual_02.png) no-repeat 70% -15%;
}

header .header-inner {
  padding: 130px 20px;
}

header .logo {
  max-width: 280px;
  margin: 0 auto;
}

header .main_copy {
  margin-top: 50px;
  color: #fff;
  font-size: 6.5rem;
  font-weight: bold;
}

header .main_ttl {
  max-width: 600px;
  margin-top: 50px;
}

/*------------------------------------------*/
/*kv
/*------------------------------------------*/
.kv_bg {
  background: url(../img/01_firstview/main_visual_pc.jpg) no-repeat center 5%;
  background-size: cover;
}

@media screen and (min-width: 520px) and (max-width: 960px) {
  .kv_bg {
    background: url(../img/01_firstview/main_visual_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.kv-logo h1 {
  width: 646px;
  max-width: 90%;
  margin: 100px 20px 50px;
}

@media screen and (min-width: 520px) and (max-width: 960px) {
  .kv-logo h1 {
    width: 100%;
    max-width: 560px;
    margin: 30vw auto 2vw;
  }
}

.kv-logo h2 {
  width: 980px;
  max-width: 90%;
  margin: 0 0 100px;
}

@media screen and (min-width: 520px) and (max-width: 960px) {
  .kv-logo h2 {
    width: 100%;
    max-width: 560px;
    margin: 2vw auto 2vw;
  }
}

/*------------------------------------------*/
/*shop_name
/*------------------------------------------*/
.shop_name {
  position: absolute;
  bottom: 5%;
  left: 8%;
  background-size: cover;
  z-index: 10;
}


.shop_name .shop_name-inner {
  margin: 0 auto;
  padding: 5px 0 0;
  display: table;
}

.shop_name .name_logo {
  max-width: 291px;
  display: table-cell;
  vertical-align: middle;
}

.shop_name h2 {
  padding-left: 2rem;
  display: table-cell;
  color: #c21732;
  font-size: 4.5rem;
  vertical-align: middle;
}

.name-pre {
  color: #c21732;
  font-size: 5rem;
}

.pre {
  padding-left: 1.5rem;
  font-size: 2.8rem;
}

/*------------------------------------------*/
/*contents-common
/*------------------------------------------*/
.contents {
  width: 100%;
}

section {
  width: 100%;
  padding: 4vw 0 0;
  overflow: hidden;
  box-sizing: border-box;
}

section:last-child {
  margin-bottom: 10vw;
}


.sub_ttl {
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 50px 0;
  margin-bottom: 40px;
}

.annotation {
  padding: 12px;
  background-color: #fff;
  border: solid 1px #000;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
  margin: 35px auto 50px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.right::after {
  content: '';
  clear: both;
}

/*------------------------------------------*/
/*cvbtn
/*------------------------------------------*/


.cvbtn_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 130px;
  margin: 50px auto;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.cvbtn_wrap::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: URL(../img/02_cpn/cp_btn_background.png) no-repeat left center;
  z-index: -1;
  transition: .5s;
}

.cvbtn_wrap:hover::after {
  transform: translate(-50%, -50%);
  transition: .5s;
}

.cvbtn {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #c21732;
  border: 2px solid #fff;
  border-radius: 6px;
}

.cvbtn_arrow {
  padding: 0 20px 0 0;
  background: url(../img/02_cpn/arrow_right.png) no-repeat right center;
}

/*------------------------------------------*/
/*cvtel
/*------------------------------------------*/
.cvtel_area {
  width: 100%;
  padding-bottom: 50px;
}

.cvtel_area p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.cvtel {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  color: #c21732;
}

.cvtel_icon {
  padding-left: 40px;
  max-height: 34px;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

.tel-area&gt;a {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #c21732;
  font-size: 3.5rem;
  font-weight: bold;
  pointer-events: none;
}

.cv_tel_tel {
  display: block;
  width: 7em;
  margin: 10px auto 0;
  padding-left: .7em;
  font-family: "Roboto";
  font-size: 4vw;
  font-weight: bold;
  color: #c21732;
  text-align: center;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
  background-size: 2.6vw;
  white-space: nowrap;
}

.cv_tel_tel2 {
  display: block;
  padding-left: 38px;
  font-family: "Roboto";
  font-size: 4rem;
  font-weight: bold;
  color: #c21732;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
  background-size: 2vw;
  white-space: nowrap;
}


/*------------------------------------------*/
/*renewal
/*------------------------------------------*/

#renewal_1, #renewal_2 {
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.renewal_ttl {
  display: block;
  max-width: 100%;
  height: 245px;
  color: #000;
  margin: 0 auto;
  padding: 0 0 15px;
  background: url(../img/10_renewal/img_renewal_ttl_bg.png) center center no-repeat;
  background-size: 100%;
}

.renewal_ttl img {
  max-width: 863px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.items_renewal {
  margin: 30px auto 0;
}

.annotation_red {
  margin: 10px auto 0;
  padding: 12px;
  background-color: #c21732;
  letter-spacing: -0.015rem;
}

.annotation_red p {
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  margin: 10px;
  letter-spacing: -0.015rem;
}

.redb {
  font-size: 2.5rem;
}

.shop_box {
  width: 100%;
  max-width: 670px;
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
  margin: 45px auto 66px;
}

.cv_box {
  margin-top: 5%;
}

/*------------------------------------------*/
/*campaign
/*------------------------------------------*/

section.l_campaign {
  padding: 0;
}

.ttl_01 {
  display: block;
  max-width: 1517px;
  color: #000;
  margin: 0 auto;
  padding: 0;
  background: url(../img/02_cpn/bg_cpn_01_2503.png) center center no-repeat;
  background-size: 100%;
}

.campaign_sub_ttl {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  line-height: 3;
}

#campaign .adverb {
  margin: 30px auto;
  text-align: center;
  font-size: 3rem;
  font-weight: bolder;
}

#campaign .deadline {
  margin: 50px auto;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
}

.campaign-bg {
  background: url(../img/02_cpn/cp_background_2310.jpg) center no-repeat;
  background-size: cover;
  margin-top: -4px;
  padding: 0;
}

#campaign .main {
  margin: 50px 0 0;
}


/*------------------------------------------*/
/*asking
/*------------------------------------------*/
h2.ttl_02 {
  max-width: 1429px;
  background: url(../img/03_asking/bg_asking_01.png) center no-repeat;
  color: #000;
  margin: 0 auto;
  background-size: 100%;
}

.sub_ttl_02 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 80px 0;
}

.asking-inner inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

#asking .a_block {
  margin-top: 70px;
  display: table;
}

#asking .a_box {
  max-width: 480px;
  display: table-cell;
}

#asking .a_box:nth-child(2n) {
  padding-left: 70px;
  vertical-align: middle;
}

#asking .a_box:nth-child(2n+1) {
  padding-right: 70px;
}

#asking h3 {
  margin-top: 10px;
  font-weight: bolder;
}

.asking-bg {
  position: relative;
  background-color: #000;
  background-size: cover;
}

#asking .text {
  color: #fff;
  border: solid 4px #fff;
  border-radius: 10px;
  display: table-cell;
  font-size: 3.25rem;
  font-weight: bold;
  width: 430px;
  height: 280px;
  text-align: center;
  vertical-align: middle;
}

.comments_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.comments01, p.comments02, p.comments03, p.comments04, p.comments05, p.comments06, p.comments07, p.comments08, p.comments09, p.comments10, p.comments11, p.comments12 {
  display: block;
  position: absolute;
  left: 100%;
  font-size: 8rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
}

.comments01 {
  top: 5%;
  width: 5em;
  animation: mov_comments 25s ease -2s infinite normal;
}

.comments02 {
  top: 15%;
  width: 6em;
  animation: mov_comments 25s ease 12s infinite normal;
}

.comments03 {
  top: 20%;
  width: 3em;
  animation: mov_comments 25s ease -3s infinite normal;
}

.comments04 {
  top: 25%;
  width: 5em;
  animation: mov_comments 25s ease 10s infinite normal;
}

.comments05 {
  top: 30%;
  width: 10em;
  animation: mov_comments 25s ease 8s infinite normal;
}

.comments06 {
  top: 35%;
  width: 10em;
  animation: mov_comments 25s ease 5s infinite normal;
}

.comments07 {
  top: 40%;
  width: 10em;
  animation: mov_comments 25s ease 12s infinite normal;
}

.comments08 {
  top: 60%;
  width: 10em;
  animation: mov_comments 25s ease -2s infinite normal;
}

.comments09 {
  top: 70%;
  width: 10em;
  animation: mov_comments 25s ease -10s infinite normal;
}

.comments10 {
  top: 80%;
  width: 10em;
  animation: mov_comments 25s ease 6s infinite normal;
}

.comments11 {
  top: 85%;
  width: 10em;
  animation: mov_comments 25s ease 10s infinite normal;
}

.comments12 {
  top: 95%;
  width: 10em;
  animation: mov_comments 25s ease -3s infinite normal;
}

@keyframes mov_comments {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

/*------------------------------------------*/
/*about
/*------------------------------------------*/
h2.ttl_03 {
  display: block;
  max-width: 1311px;
  background: url(../img/04_about/bg_about_01.png) center no-repeat;
  color: #000;
  margin: 0 auto;
  background-size: 100%;
}

.sub_ttl_03 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 80px 0;
}

.about-bg {
  width: 100%;
  box-sizing: border-box;
}

.l_about .catch {
  color: #000;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  padding: 0 0 80px;
  font-family: "NotoSansCJKjp";
}

.l_about .catch .rb {
  color: #c21732;
  font-size: 4.7rem;
  padding: 80px 0;
}

.l_about .catch_02 {
  background: url(../img/04_about/bg_about_02.png) top no-repeat;
  background-size: 110px;
  color: #000;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  margin: 80px 0 0;
  padding: 80px 0 80px;
  font-family: "NotoSansCJKjp";
}

.l_about .catch img {
  width: 10%;
  padding: 2vw 0 0;
  margin: 0 auto;
  height: auto;
  display: block;
}

.l_about .catch_02 img {
  width: 10%;
  padding: 2vw 0 0;
  margin: 0 auto;
  height: auto;
  display: block;
}

.bg1 .feature_inner {}

.bg2 .feature_inner {
  padding-bottom: 60px;
}

.bg3 .feature_inner {
  padding-bottom: 60px;
}

.bg4 .feature_inner {}

.bg5 .feature_inner {
  padding-bottom: 60px;
}

.l_about .bg1 {
  position: relative;
  padding: 200px 0 0;
  background: url(../img/04_about/bg_about_24_01.png) left 15% no-repeat;
  background-size: 50%;
  overflow: hidden;
}

.l_about .bg_img {
  padding: 8vw 0 18vw;
}

.l_about .bg2 {
  position: relative;
  padding: 150px 0 0;
  background: url(../img/04_about/bg_about_efficiency_01.png) no-repeat right 35%;
  background-size: 50%;
}

.l_about .bg3 {
  position: relative;
  padding: 150px 0 0;
  background: url(../img/04_about/bg_about_comfortable_01.png) no-repeat left 40%;
  background-size: 50%;
}

.l_about .bg4 {
  position: relative;
  padding: 100px 0 0;
  background: url(../img/04_about/bg_about_one_01.png) right 30% no-repeat;
  background-size: 50%;
}

.l_about .bg5 {
  position: relative;
  padding: 200px 0 0;
  background: url(../img/04_about/bg_about_safety_01.png) left 50% no-repeat;
  background-size: 50%;
}

.l_about .bg6 {
  position: relative;
  background: url(../img/04_about/bg_about_safety_01.png) right bottom no-repeat;
  background-size: 50%;
}

.l_about .feature {
  max-width: 1000px;
}

.l_about .headline {
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
}

.l_about .text {
  margin-top: 30px;
  letter-spacing: 0;
}

.bg1 .feature_img {
  box-shadow: 130px 30px 0 rgba(233, 162, 30, 1);
}

.bg2 .feature_img {
  box-shadow: -40px 100px 0 rgba(24, 65, 129, 1);
}

.bg3 .feature_img {
  box-shadow: -30px 130px 0 rgba(155, 20, 109, 1);
}

.bg4 .feature_img {
  box-shadow: -130px 30px 0 rgba(191, 148, 86, 1);
}

.bg5 .feature_img {
  box-shadow: 80px 110px 0 rgba(48, 116, 104, 1);
}

.feature_img {
  margin: 50px 0 50px;
  width: 60%
}

.feature_img img {
  width: 100%;
}

.feature_img_right {
  float: right;
}

.feature_point {
  position: absolute;
  z-index: 10;
}

.bg1 .feature_point {
  width: 40%;
  max-width: 433px;
  right: 0;
  bottom: 0;
}

.bg2 .feature_point {
  width: 60%;
  max-width: 703px;
  left: 0;
  bottom: -120px;
}

.bg3 .feature_point {
  width: 40%;
  max-width: 565px;
  right: 0;
  bottom: 100px;
}

.bg4 .feature_point {
  width: 60%;
  max-width: 703px;
  left: 0;
  bottom: -120px;
}

.bg5 .feature_point {
  width: 40%;
  max-width: 639px;
  right: 0;
  bottom: 100px;
}

.fade-in {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transition: .8s;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}

.slide-right {
  opacity: 0;
  transition: .8s;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
}

.slide-up {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
}

.slide-in {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.l_about .bg7 {
  position: relative;
  padding: 150px 0 0;
  background: url(../img/04_about/bg_about_low_01.png) no-repeat left 40%;
  background-size: 50%;
}

.bg7 .feature_inner {
  padding-bottom: 60px;
}

.bg7 .feature_point {
  width: 40%;
  max-width: 565px;
  right: 0;
  bottom: 100px;
}

.mtext {
  font-size: 75%;
}

.rtext {
  color: #c21732;
  font-size: 90%;
}

/*------------------------------------------*/
/*facility
/*------------------------------------------*/
h2.ttl_04 {
  max-width: 1377px;
  background: url(../img/05_facility/bg_facility_01.png) center no-repeat;
  color: #000;
  margin: 0 auto;
  background-size: 100%;
}

.sub_ttl_04 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 80px 0;
}

.facility_ttl {
  color: #fff;
  z-index: 1;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 10px 40px;
}

#facility .inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  overflow: hidden;
  box-sizing: border-box;
}

.floor_guide {
  position: relative;
}

.floor_guide img {
  display: block;
  width: 40%;
  max-width: 650px;
  margin: -100px auto 10px;
  box-sizing: border-box;
}

#facility .p_block {
  margin-top: 30px;
  display: flex;
  width: 100%;
}

#facility .p_box {
  display: table-cell;
}

#facility .p_box:nth-child(2n) {
  position: relative;
  width: 50%;
}

#facility .p_box:nth-child(2n+1) {
  position: relative;
  width: 50%;
}

#facility h3 {
  font-weight: bolder;
}

#facility .f_block {
  text-align: center;
  margin-top: -30px;
}

#facility .f_box {
  max-width: 310px;
  margin-top: 30px;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
}

#facility .text {
  letter-spacing: 0;
  font-size: 1.4rem;
}

#facility .anywhere_joy {
  margin-top: 140px;
  padding: 20px;
  border: solid 1px #000;
  text-align: center;
}

#facility .anywhere_joy .box {
  max-width: 40%;
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
}

#facility .anywhere_joy .box .text {
  margin-top: 20px;
  font-size: initial;
}

#facility .bg_img {
  background: url(../img/01_firstview/decoration.png) center bottom no-repeat;
  background-size: 100%;
  padding: 200px 0 100px;
}

.annotation_02 {
  margin: 0 auto;
  padding: 12px;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
  margin: 35px 0 40px;
}

.annotation_02 p {
  font-weight: bold;
}

.annotation_03 {
  margin: 0 auto;
  padding: 12px;
  background-color: #fff;
  border: solid 1px #000;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
}

/*------------------------------------------*/
/*program
/*------------------------------------------*/
h2.ttl_08 {
  max-width: 1443px;
  background: url(../img/09_program/bg_program_01.png) center no-repeat;
  color: #000;
  margin: 0 auto;
  background-size: 100%;
}

.sub_ttl_08 {
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 50px 0;
}

.program_ttl {
  color: #fff;
  z-index: 1;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 10px 40px;
}

.program-bg {
  background: url(../img/09_program/bg_program_08.png) center no-repeat;
  background-size: cover;
}

#program .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 96px 0 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .p_block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#program .p_box {
  display: table-cell;
}

#program .p_box:nth-child(2n) {
  position: relative;
  width: 48%;
}

#program .p_box:nth-child(2n+1) {
  position: relative;
  width: 48%;
}

#program h3 {
  margin-top: 10px;
  font-weight: bolder;
}

#program .f_block {
  text-align: center;
  margin-top: -30px;
}

#program .f_box {
  max-width: 310px;
  margin-top: 30px;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
}

#program .text {
  letter-spacing: 0;
  font-size: 1.4rem;
}

.annotation_04 {
  margin: 0 auto;
  padding: 12px;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
  margin: 35px 0 96px;
}

.annotation_04 p {
  font-weight: bold;
  color: #FFF;
}

.annotation_02 {
  margin: 0 auto;
  padding: 13px;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
  margin: 35px 0 40px;
}

.annotation_02 p {
  font-weight: bold;
  text-align: center;
}

/*------------------------------------------*/
/*other
/*------------------------------------------*/
h2.ttl_05 {
  max-width: 1037px;
  background: url(../img/06_other/bg_other_01.png) center no-repeat;
  color: #000;
  margin: 0 auto;
  background-size: 100%;
}

.sub_ttl_05 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 61px 0;
}

#other .p_block {
  margin-top: 30px;
  display: table;
}

#other .p_box {
  max-width: 480px;
  display: table-cell;
}

#other .p_box:nth-child(2n) {
  padding-left: 10px;
}

#other .p_box:nth-child(2n+1) {
  padding-right: 10px;
}

#other h3 {
  color: #c21732;
  font-size: 4.9rem;
  font-weight: bolder;
  text-align: center;
}

#other .f_block {
  text-align: center;
}

#other .f_box {
  border: 1px solid #c21732;
  max-width: 960px;
  margin: 0 auto 40px;
}

#other .f_box:after {
  content: "";
  display: block;
  clear: both;
}

#other .f_box2 {
  max-width: 960px;
  margin: 90px auto 40px;
}

#other .f_box3 {
  max-width: 960px;
  margin: 0 auto 96px;
}

#other .text {
  display: block;
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

#other .rtext {
  color: #c21732;
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#other .btext {
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 160%;
}

#other .bbtext {
  color: #c21732;
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 160%;
}

#other .bstext {
  color: #c21732;
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  margin-top: 10px;
}

#other .pr {
  float: left;
}

#other .ottl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

#other .oimg {
  float: right;
  width: 35%;
}

#other .oimg img {
  width: 100%;
}

#other .anywhere_joy {
  margin-top: 140px;
  padding: 20px;
  border: solid 1px #000;
  text-align: center;
}

#other .anywhere_joy .box {
  max-width: 40%;
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
}

#other .anywhere_joy .box .text {
  margin-top: 20px;
  font-size: initial;
}

#other .bg_img {
  background: url(../img/01_firstview/decoration.png) center bottom no-repeat;
  background-size: 100%;
  padding: 200px 0 100px;
}

#other .mbox {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#other .mbox li:first-child {
  position: relative;
  width: 32%;
}

#other .mbox li {
  position: relative;
  width: 32%;
}

#member .other:after {
  content: "";
  display: block;
  clear: both;
}

/*------------------------------------------*/
/*member
/*------------------------------------------*/
h2.ttl_06 {
  max-width: 1439px;
  background: url(../img/07_member/bg_member_01.png) center no-repeat;
  color: #000;
  margin: 0 auto;
  background-size: 100%;
}

.sub_ttl_06 {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 30px 0;
}

#member {
  background: url(../img/07_member/bg_member_02.png) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 0;
}

#member .ttl, #member .sub_ttl {
  color: #fff;
}

#member .items {
  margin: 40px 0 50px;
}

#member h3 {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}

#member .mbox {
  max-width: 980px;
  margin: 5px auto;
}

#member .mbox li:first-child {
  margin-left: 0;
  color: #fff;
  border: solid 1px #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: bold;
}

#member .mbox li {
  float: left;
  color: #fff;
  border: solid 1px #fff;
  width: 298px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: bold;
}

#member .mbox li.db {
  font-size: 1.65rem;
  /*line-height: 125%;*/
  padding: 4px 10px;
}

#member .mbox:after {
  content: "";
  display: block;
  clear: both;
}

#member .notes {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: left;
}

/*------------------------------------------*/
/*shop
/*------------------------------------------*/
h2.ttl_07 {
  max-width: 1460px;
  background: url(../img/08_shop/bg_shop_01.png) center no-repeat;
  background-size: 100%;
  color: #000;
  margin: 0 auto;
}

.sub_ttl_07 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 45px 0;
}

#shop_info .shop_block {
  margin-top: 5vw;
}

#shop_info .shop_block_inner {
  overflow: hidden;
  text-align: center;
}

#shop_info .shop_box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

/* #shop_info .shop_box .g-map iframe {
  width: 100%;
  max-width: 440px;
  height: 300px;
} */

.g_map {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 50px auto;
}

.g_map iframe.map {
  border: 0;
  width: 100%;
  filter: saturate(150%);
  -webkit-filter: saturate(150%);
}

.g_map iframe {
  width: 100%;
  height: 400px;
}

#shop_info .shop-overview {
  height: auto;
  text-align: left;
}

#shop_info .shop-overview .shop-ttl {
  display: table;
}

#shop_info .shop-overview .shop-ttl img {
  max-width: 60px;
  margin-right: 20px;
  display: table-cell;
  vertical-align: middle;
}

#shop_info .shop-overview .shop-ttl h3 {
  display: table-cell;
  font-size: 2.76rem;
  vertical-align: middle;
}

#shop_info .shop-overview .address {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: bolder;
}

#shop_info .shop-overview .notes {
  text-align: left;
  font-size: 1.3rem;
}

#shop_info .shop-overview .notes img {
  width: 70%;
}

#shop_info .shop-overview .notes span {
  display: inline-block;
}

#shop_info .shop-overview .notes_bold {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
}

#shop_info .shop-overview .tel {
  font-weight: bold;
  font-size: 4rem;
  color: #c21732;
  text-decoration: none;
  pointer-events: none;
  cursor: text;
}

#shop_info .shop-overview .tel span {
  font-size: 1.8rem;
  color: #000;
}

#shop_info .shop-overview .annotation_03 {
  margin-top: 18px
}

#shop_info .cta {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #c21732;
  display: table;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  box-sizing: border-box;
}

#shop_info .cta:hover {
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#shop_info .cta p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

#shop_info .cta img {
  max-width: 13px;
  margin-left: 20px;
  position: absolute;
  top: 35%;
  right: 5%;
}

/*------------------------------------------*/
/*text_link
/*------------------------------------------*/
.text_link {
  width: 100%;
  background-color: #002059;
  padding: 20px 0;
}

.text_link ul {
  text-align: center;
}

.text_link ul li {
  display: inline-block;
  color: #fff;
}

.text_link ul li::after {
  content: "｜";
}

.text_link ul li:last-child::after {
  content: "";
}

.text_link ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.text_link ul li a:hover {
  color: #b57f18;
}

/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer {
  margin-top: 10vw;
  width: 100%;
}

footer .copyright {
  padding: 5px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.2rem
}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-size: 70%;
  font-weight: 800;
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.3;
}

/*======================================================================*/
/*width:641~900px
/*======================================================================*/
@media screen and (min-width:641px) and (max-width:900px) {

  /*======================================================================*/
  /*Module
  /*======================================================================*/
  .inner {
    padding: 0 40px;
  }

  /*------------------------------------------*/
  /*shop_name
  /*------------------------------------------*/
  .shop_name .name_logo {
    /* width: 50%; */
    width: 50%;
  }

  .shop_name h2 {
    /* font-size:6vw; */
    font-size: 4.68vw;
  }

  /*------------------------------------------*/
  /*about
  /*------------------------------------------*/
  #about .feature {
    max-width: 1000px;
  }
}

/*-----------*\
$animation
\*-----------*/
/*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.fadeIn {
  opacity: 1.0;
}

/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}

.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*----- zoomIn fancy -----*/
.js-zoomIn_fancy {
  opacity: 0.5;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.zoomIn_fancy {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: .8s;
  transition: .8s;
}

.js-fadeIn_delay li.fadeIn {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInLeft -----*/
.btnflash {
  -webkit-animation: move-btnflash .5s ease 1 alternate;
  animation: move-btnflash .5s ease 1 alternate;
}

@-webkit-keyframes move-btnflash {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes move-btnflash {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

.covid19 {
  display: block;
  width: 90%;
  max-width: 960px;
  text-align: center;
  margin: 30px auto;
}

.bb {
  font-weight: bold;
  color: #c21732;
}

.btngrad {
  animation: move-btngrad .8s ease 1 alternate;
}

.js-btngrad {
  position: relative;
}

.ctaArea {
  padding: 20px;
}

.ctaBack {
  max-width: 780px;
  margin: 50px auto 0;
  padding: 20px;
  border-radius: 7px;
  background: #f0f0f0;
}

.ctaBtn {
  overflow: hidden;
  max-width: 660px;
  margin: 10px auto;
  border-radius: 7px;
  background: #c21732;
  transition: .3s;
}

.ctaBtn a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 30px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/02_cpn/arrow_right.png) no-repeat 96% center;
  background-size: 16px;
  z-index: 2;
}

.ctaBtn:hover {
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/*------------------------------------------*/
/*cvbtn_fixed
/*------------------------------------------*/

.cvbtn_fixed {
  position: fixed;
  top: 150px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.cvbtn_r {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 300;
}

.cvbtn_r2 {
  position: fixed;
  top: 320px;
  right: 0;
  z-index: 300;
}

.cvbtn_fixed_inner {
  box-sizing: border-box;
  width: 8em;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #c21732;
  border: 2px solid #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: .3s;
}

.cvbtn_fixed:hover .cvbtn_fixed_inner {
  color: #c21732;
  border-color: #c21732;
  background: #fff;
  transition: .3s;
}

.cvbtn_r_inner {
  box-sizing: border-box;
  width: 4em;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #c21732;
  border: 2px solid #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: .3s;
}

.cvbtn_r2_inner {
  box-sizing: border-box;
  width: 4em;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #c21732;
  border: 2px solid #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: .3s;
}

.cvbtn_r:hover .cvbtn_r_inner {
  color: #c21732;
  border-color: #c21732;
  background: #fff;
  transition: .3s;
}

.cvbtn_r2:hover .cvbtn_r2_inner {
  color: #c21732;
  border-color: #c21732;
  background: #fff;
  transition: .3s;
}

.cvbtn_txt {
  /* -ms-writing-mode: tb-rl;*/
  writing-mode: vertical-rl;
}</pre></body></html>