@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
:root {
  --color-accent: #dc5511;
  --color-yellowgreen: #b7d801;
  --color-green: #98ba02;
  /* --color-yellowgreen: #DDE05F;
  --color-green: #9cc832; */
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: .07em;
  color: #222;
  overflow-x: hidden;
  background: url(../images/bg-pc.jpg) repeat center/contain;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.widewrap {
  max-width: 1150px;
  margin: 0 auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.underline {
  text-decoration: underline;
}

p {
  margin: 0 0 0.5em 0;
}

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

img.radius {
  border-radius: 20px;
}

img.shadow {
  box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0;
}

ol li {
  list-style: decimal;
}

/* タイトル */
h2 {
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

h2 span {
  padding-left: 10px;
  color: #555;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

h2::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #111;
}

h3 {
  font-size: 1.8rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width:768px) {
  body {
    background: url(../images/bg-sp.jpg) repeat center/contain;
  }

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

  .wrap,
  .widewrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  h2 {
    font-size: 2.6rem;
    padding-left: 40px;
  }

  h2 span {
    font-size: 1.1rem;
  }

  h2::before {
    top: 23px;
  }
}


/*================================================
 *  コンテンツ
 ================================================*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
  background: url(../images/bg-pc.jpg) repeat center/contain;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.header .logo {
  width: 200px;
}

.nav-wrap {
  width: 80%;
  text-align: right;
}

.nav li {
  display: inline-block;
  margin: 0 7px;
  font-size: 1.4rem;
}

.nav li a {
  color: #111;
}

.nav-wrap.open {
  display: block;
}

/* pc非表示 */
.nav-wrap.close,
.nav-button,
.nav li.sp_logo,
.nav li.shop span,
.sp_sns,
.sp_cart {
  display: none;
}

/* オンラインショップ */
.nav li.shop a {
  background: linear-gradient(90deg, #C6DA5C 0%, #99BC36 100%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}


@media screen and (min-width: 768px) {
  .nav-wrap {
    display: block !important;
  }
}

.content {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 20px 10px;
    background: none;
    box-shadow: none;
  }

  .header::after {
    content: none;
  }

  .header .logo {
    width: 150px;
  }

  .header.changeNav {
    background: url(../images/bg-pc.jpg) repeat center/contain;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 12px 10px;
  }

  .header.changeNav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
  }

  .header.changeNav .logo {
    width: 120px;
  }

  .nav-button {
    display: block;
    cursor: pointer;
  }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: url(../images/bg-sp.jpg) repeat center/contain;
    width: 100%;
    height: 100%;
  }

  .nav {
    position: relative;
    overflow-y: auto;
    padding: 60px 20px 10px;
  }

  .nav li {
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
    margin: 0;
    width: 68%;
    position: relative;
    font-size: 1.5rem;
    font-family: ten-mincho, serif;
    padding: 0 12px 20px;
  }

  .nav li a {
    color: #555;
  }

  .nav li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    top: 4px;
    left: -3px;
    color: #555;
    font-size: 1rem;
  }

  /* SPロゴ */
  .nav li.sp_logo {
    display: block;
    width: 160px;
    margin: 0 auto;
    font-size: 1.3rem;
    font-family: ten-mincho, serif;
    text-align: center;
    line-height: 3;
    padding: 0 0 30px 0;
  }

  .nav li.sp_logo a {
    color: #555;
  }

  .nav li.sp_logo::before,
  .nav li.shop::before {
    content: none;
  }

  /* SPオンラインショップ */
  .nav li.shop {
    width: 100%;
    text-align: center;
  }

  .nav li.shop span {
    display: block;
    font-size: 1.1rem;
    line-height: 4;
  }

  .nav li.shop span img {
    width: 33px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .nav li.shop a {
    padding: 13px 15px;
    display: block;
    font-size: 1.7rem;
  }

  /* SPのみSNSボタン */
  .sp_sns {
    display: block;
    text-align: center;
    font-size: 1.1rem;
  }

  .sp_sns a {
    display: inline-block;
    margin: 0 10px;
  }

  .sp_sns a img {
    width: 25px;
    object-fit: contain;
    height: 25px;
    margin-top: 10px
  }

  /* SPカートアイコン */
  .sp_cart {
    display: block;
    position: absolute;
    top: 21px;
    right: 65px;
    font-size: 2rem;
    color: #555;
  }

  .header.changeNav .sp_cart {
    top: 11px;
  }

  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 26px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #777;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 10px;
  }

  .nav-button span:nth-of-type(2)::after {
    position: absolute;
    content: "MENU";
    bottom: -23px;
    left: 3px;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
  }

  .nav-button:hover {
    opacity: 1;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    top: 31px;
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }

  .nav-button.active span:nth-of-type(2)::after {
    content: "CLOSE";
    bottom: -45px;
    left: 23px;
    transform: translateY(-16px) rotate(-45deg);
  }
}

/* ==================================================
  splash
====================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #faf5f1;
  display: flex;
}

#splash_logo {
  margin: auto;
}

#splash_logo img {
  width: 150px;
}

@media screen and (max-width:768px) {
  #splash_logo img {
    width: 100px;
  }
}


/* =======================================================
* section・共通
* ======================================================= */
section {
  padding-bottom: 10rem;
  position: relative;
}

.section {
  padding-top: 10rem;
}

/* ボタン */
.linkBtn {
  text-align: center;
  margin: 70px auto 0;
  position: relative;
}

.linkBtn a {
  color: #222;
  font-family: ten-mincho, serif;
  font-size: 1.8rem;
  padding: 10px 30px;
  box-sizing: border-box;
}

.linkBtn a::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: var(--color-yellowgreen);
  border-radius: 50%;
  top: -10px;
  left: 50%;
  margin-left: -25.5px;
  z-index: -1;
}

.linkBtn a:hover {
  opacity: 1;
}

.linkBtn a:hover::before {
  background: var(--color-green);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.2);
}


@media screen and (max-width:768px) {
  section {
    padding-bottom: 7rem;
  }

  .section {
    padding-top: 7rem;
  }

  .linkBtn {
    margin: 40px auto 0;
  }

}


/* =======================================================
* side
* ======================================================= */
#side {
  position: absolute;
  overflow: scroll;
  width: 230px;
  padding: 60px 20px 0;
  box-sizing: border-box;
}

#side h1 {
  margin-bottom: 50px;
}

#side h1 a {
  font-family: ten-mincho, serif;
  font-size: 1.7rem;
}

#side h1 img {
  width: 180px;
}

/* side_nav */
#side .side_nav li {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

#side .side_nav li span {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}

#side .side_nav li a {
  color: #222;
}

/* side_sns */
#side .side_sns {
  margin-top: 40px;
}

#side .side_sns a {
  display: inline-block;
  margin: 0 5px;
  color: var(--color-accent);
  font-size: 1.6rem;
}

@media screen and (max-width:768px) {
  #side {
    display: none;
  }
}


/* =======================================================
* main
* ======================================================= */
#main {
  width: calc(100% - 230px);
  margin-left: 230px;
  position: relative;
  padding: 5rem 5rem 0 0;
  box-sizing: border-box;
}

.swiper-slide.slide01,
.swiper-slide.slide02,
.swiper-slide.slide03 {
  height: 85vh;
  border-radius: 50px;
}

.swiper-slide.slide01 {
  background: url(../images/slide_02.jpg) no-repeat center/cover;
}

.swiper-slide.slide02 {
  background: url(../images/slide_01.jpg) no-repeat center/cover;
}

.swiper-slide.slide03 {
  background: url(../images/slide_03.jpg) no-repeat center/cover;
}

.bottom_logo {
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 80px;
  z-index: 2;
}

/* キャッチコピー */
.main_catch {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 2.5rem;
  color: var(--color-accent);
  background: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 50px 20px;
  border-radius: 0 30px;
  letter-spacing: .2em;
}

/* オンラインショップ */
.onlineshop {
  position: absolute;
  bottom: -60px;
  right: 10px;
  z-index: 2;
}

.onlineshop .online_txt {
  position: absolute;
  top: 2px;
  left: -2px;
  margin: 10px;
  animation: 30s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.onlineshop .online_logo {
  padding: 33px;
  background: url(../images/bg-pc.jpg) repeat center/contain;
  border-radius: 50%;
  width: 150px;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}

@media screen and (max-width:768px) {
  #main {
    width: calc(100% - 10px);
    margin-left: 10px;
    padding: 9rem 10px 0 0;
  }

  .swiper-slide.slide01,
  .swiper-slide.slide02,
  .swiper-slide.slide03 {
    height: 45vh;
    border-radius: 20px;
  }

  .onlineshop .online_txt {
    margin: 5px;
  }

  .onlineshop .online_logo {
    width: 120px;
    padding: 18px;
  }
}

/* =======================================================
* intro
* ======================================================= */
#intro .flex div {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.7;
  font-family: ten-mincho, serif;
  font-size: 1.7rem;
  margin-left: 20px;
}

#intro div.intro_ttl {
  font-size: 2.6rem;
  line-height: 1.7;
}

#intro .flex div img {
  width: 55px;
  margin-top: 140px;
  margin-right: 15px;
}

#intro .linkBtn {
  margin-top: 0;
}

@media screen and (max-width:768px) {
  #intro .flex div.intro_ttl {
    font-size: 2.2rem;
    writing-mode: unset;
    margin-left: 0;
    margin-bottom: 30px;
  }

  #intro .flex div {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    line-height: 2;
    font-size: 1.5rem;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  #intro .flex div img {
    width: 51px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    bottom: 130px;
    right: 30px;
  }

  #intro .linkBtn {
    margin-top: 30px;
  }
}

/* =======================================================
* news
* ======================================================= */
#news .newsArea {
  width: 60%;
}

#news .facebookArea {
  width: 40%;
  text-align: center;
}

#news .newsArea iframe {
  width: 100%;
  height: 250px;
}

#news .newsArea .linkBtn {
  margin-top: 30px;
}

#news .blogArea {
  max-width: 400px;
  margin: 80px auto 0;
}

#news .blogArea img {
  border-radius: 15px;
  border: 1px solid var(--color-green);
}

@media screen and (max-width:768px) {
  #news .newsArea {
    width: 100%;
    margin-bottom: 80px;
  }

  #news .newsArea .linkBtn {
    margin-top: 60px;
  }

  #news .facebookArea {
    width: 100%;
  }

  #news ul li {
    margin-bottom: 15px;
  }
}


/* =======================================================
* service
* ======================================================= */
#service .flex {
  margin-top: 60px;
}

#service .service_left,
#service .service_right {
  width: 40%;
}

#service .service_center {
  width: 10%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  margin: 0 auto;
}

#service .service_center img {
  width: 40px;
  vertical-align: baseline;
  margin-top: 10px;
}

#service .service_left div {
  padding: 15px 0 0 10%;
}

#service .service_right div {
  padding: 0 10% 15px 0;
}

#service .service_left div p,
#service .service_right div p {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width:768px) {
  #service .flex {
    margin-top: 20px;
  }

  #service .service_left,
  #service .service_right {
    width: 100%;
  }

  #service .service_center {
    width: 100%;
    font-size: 2.2rem;
    writing-mode: unset;
    text-align: center;
    margin: 10px auto;
    display: block;
  }

  #service .service_left div,
  #service .service_right div {
    padding: 15px 20px 35px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  #service .linkBtn {
    margin-top: 20px;
  }
}


/* =======================================================
* social
* ======================================================= */
#social {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

#social ul {
  margin-top: 30px;
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

#social ul li img {
  width: 100%;
}

@media screen and (max-width:768px) {
  #social ul {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 15px;
  }

  #social .linkBtn {
    margin-top: 70px;
  }
}

/* =======================================================
* recruit
* ======================================================= */
/* スライドの動き等速 */
#recruit .swiper-wrapper {
  transition-timing-function: linear;
  margin-top: 50px;
}

/* 画像のサイズ調整 */
#recruit .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

#recruit .recruit_ttl,
#recruit .recruit_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.7;
  font-family: ten-mincho, serif;
}

#recruit .recruit_ttl {
  font-size: 2.6rem;
  line-height: 1.7;
  margin-left: 40px;
}

#recruit .recruit_txt {
  font-size: 1.7rem;
  margin-left: 20px;
}

#recruit .recruit_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  opacity: 0.3;
  z-index: -1;
}

@media screen and (max-width:768px) {
  #recruit .recruit_ttl {
    font-size: 2.2rem;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #recruit .recruit_txt {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    line-height: 2;
    font-size: 1.5rem;
    margin-left: 0;
  }

  #recruit .recruit_logo {
    top: 30%;
    width: 200px;
  }

  #recruit .swiper-slide img {
    border-radius: 10px;
  }
}


/* =======================================================
* 下層ページ sub_main
* ======================================================= 
*/
#sub_main {
  width: calc(100% - 230px);
  margin-left: 230px;
  position: relative;
  padding: 8rem 5rem 0 0;
  box-sizing: border-box;
}

#sub_main .sub_ttl {
  text-align: center;
  font-family: ten-mincho, serif;
  font-size: 3rem;
  margin-bottom: 30px;
}

#sub_main .sub_ttl span {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
}

#sub_main .sub_bg {
  height: 60vh;
  border-radius: 50px;
}

@media screen and (max-width:768px) {
  #sub_main {
    width: calc(100% - 10px);
    margin-left: 10px;
    padding: 10.5rem 10px 0 0;
  }

  #sub_main .sub_ttl {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }

  #sub_main .sub_bg {
    height: 30vh;
    border-radius: 20px;
  }

}


/* =======================================================
* footer
* ======================================================= 
*/
footer {
  padding: 5rem 3%;
  border-top: 1px solid #fff;
  margin: 0 2%;
}

footer a {
  color: #222;
}

/* footer_address */
.footer_address {
  width: 23%;
  font-size: 1.3rem;
}

.footer_address img {
  width: 220px;
  margin-bottom: 10px;
  display: block;
}

.footer_address--logo a {
  font-family: ten-mincho, serif;
  font-size: 2rem;
  color: #555;
}

.footer_sns a {
  display: inline-block;
  margin: 0 5px;
  color: #555;
  font-size: 1.7rem;
}

/* footer_menu */
.footer_menu {
  margin-bottom: 30px;
  text-align: right;
}

.footer_menu li {
  display: inline-block;
  padding-right: 27px;
  position: relative;
  font-size: 1.3rem;
}

.footer_menu li:not(:last-child)::after {
  position: absolute;
  content: "/";
  top: 1px;
  right: 5px;
  color: #555;
}

/* footer_contact */
.footer_contact {
  width: 73%;
}

.footer_contact .footer_banner a {
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  font-family: ten-mincho, serif;
  font-size: 1.5rem;
}

.footer_contact .footer_banner a span {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: var(--color-accent);
}

.footer_contact .footer_banner a img.small {
  width: 45px;
  vertical-align: middle;
  margin-right: 10px;
}

.footer_contact .footer_banner a img.big {
  width: 170px;
}

/* フッターバナー */
.footer_contact .footer_banner {
  text-align: right;
}

.footer_contact .footer_banner ul li {
  display: inline-block;
  width: 180px;
  margin: 10px 10px 0;
}

.footer_contact .footer_banner ul li a {
  border: none;
  padding: 0;
  background: none;
}


/* copyright */
.copyright {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 1rem;
  margin-top: 40px;
}

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

  .footer_address,
  .footer_contact {
    width: 100%;
  }

  .footer_address {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_address--logo a {
    font-size: 1.8rem;
  }

  .footer_address img {
    width: 140px;
    margin: 0 auto 10px;
  }

  .footer_menu {
    text-align: left;
  }

  .footer_menu li {
    display: block;
    padding-bottom: 7px;
    padding-left: 20px;
    border-bottom: 1px dotted #c8b3a1;
    margin-bottom: 12px;
  }

  .footer_menu li:not(:last-child)::after,
  .footer_menu li:last-child::after {
    position: absolute;
    top: 0px;
    color: #555;
    content: "-";
    left: 5px;
    z-index: -1;
  }

  .footer_contact .footer_banner {
    margin: 30px 0 20px;
  }

  .footer_contact .footer_banner a {
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 10px;
  }

  .footer_contact .footer_banner a img.small {
    width: 30px;
    margin-right: 5px;
  }

  .footer_contact .footer_banner a img.big {
    width: 140px;
  }

  .footer_contact .footer_banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }

  .footer_contact .footer_banner ul li {
    width: 65%;
    margin: 0 auto;
  }

  .footer_sns {
    margin: 15px auto 0;
  }

  .footer_sns a {
    font-size: 2rem;
    margin: 0 10px;
  }
}

/*================================================
 *  pagetop
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
}

#pagetop .arrow-up {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: var(--color-accent) var(--color-accent) transparent transparent;
  transform: rotate(-45deg);
}