@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

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

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

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

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

main {
  overflow: hidden; }

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.inner_wide {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px; }
  .sp_menu i {
    font-size: 36px;
    color: #FFF; }

h1 {
  width: 165px;
  top: 0;
  left: 0;
  position: relative;
  z-index: 0;
  transition: .3s; }
  h1 a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  h1:hover {
    opacity: .7;
    transition: .3s; }

h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #003049;
  font-size: 48px;
  letter-spacing: 1px; }
  h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #d8e2dc;
    font-size: 20px;
    margin-bottom: -10px; }

h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #003049;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  h3::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 42px;
    background: url("../images/common/strawberry_icon.svg") no-repeat;
    margin-right: 20px;
    vertical-align: -20%; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:first-of-type {
    padding: 0 0 80px; }
    section:first-of-type::after {
      content: '';
      background: url(../images/home/first_view_img.jpg) center/cover no-repeat;
      width: 500px;
      height: 500px;
      transform: translateX(0%);
      position: absolute;
      top: 160px;
      right: 0;
      z-index: -1; }
  section:nth-of-type(even) {
    background: url("../images/common/lightpaperfibers.png"); }

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

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box; }

.link_btn {
  display: block;
  width: 80%;
  margin: 60px 0 0;
  background: #971e28;
  padding: 10px;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 10px; }
  .link_btn img {
    width: 48px;
    margin-right: 24px;
    vertical-align: -20%; }
  .link_btn:hover {
    opacity: .7;
    transition: .3s; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  h1 {
    width: 100px;
    top: 20px;
    right: 0;
    margin: 0 auto 20px; }

  h2 {
    font-size: 31px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }
    section:first-of-type {
      padding: 0 0 60px; }

  section:first-of-type::after {
    width: 48vw;
    height: 250px;
    right: auto;
    left: 5%;
    top: 450px;
    transform: none; }

  .sp_none {
    display: none !important; }

  .inner, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #0573DD; }

  .link_btn {
    width: 100%;
    font-size: 18px; }
    .link_btn img {
      width: 28px;
      margin-right: 16px; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.global_header {
  display: flex;
  width: 100%;
  height: 160px;
  position: relative;
  padding: 0 1%;
  box-sizing: border-box; }
  .global_header > a {
    display: block;
    width: 80px;
    text-decoration: none;
    margin: 40px 0 40px auto; }
    .global_header > a:hover {
      opacity: .7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .global_header {
    height: 390px;
    margin-bottom: 60px; }

  .global_header > a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; } }
/*****************************************************

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  height: auto;
  background: #971e28;
  padding: 40px 0;
  box-sizing: border-box; }
  .global_footer figure {
    width: 426px;
    margin: 0 auto; }

@media screen and (max-width: 896px) {
  .global_footer {
    padding: 20px 0; }

  .global_footer figure {
    width: 80%; } }
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #971e28;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #971e28;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

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

 HOME
 
*****************************************************/
/* First View
----------------------------------------------------*/
.firstview_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-top: 160px;
  position: relative; }
  .firstview_container h2 {
    margin-left: 60px; }
  .firstview_container h2, .firstview_container h2 + p {
    writing-mode: vertical-rl; }
  .firstview_container h2 span {
    margin-top: -160px; }
  .firstview_container h2 span:nth-of-type(2) {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #003049;
    font-size: 48px;
    letter-spacing: 1px; }
  .firstview_container h2 + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #333;
    line-height: 5vw;
    min-width: 510px; }

.firstview_photo_container {
  width: 100%;
  max-width: 1440px;
  padding: 0 1%;
  box-sizing: border-box;
  margin: 160px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .firstview_photo_container figure {
    width: 32%; }

@media screen and (max-width: 896px) {
  .firstview_container {
    padding-top: 60px; }

  .firstview_container h2, .firstview_container h2 + p {
    width: 100%; }

  .firstview_container h2 + p {
    line-height: 12vw;
    margin: 40px 0 0;
    min-width: 100%;
    padding-right: 10%;
    box-sizing: border-box;
    font-size: 18px; }

  .firstview_container h2 span {
    margin-top: -60px; }

  .firstview_container h2 span:nth-of-type(2) {
    font-size: 31px; }

  .firstview_photo_container {
    margin: 40px 0 0; } }
/* LIVE CAM
----------------------------------------------------*/
.live_cam_wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 1%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .live_cam_wrap .youtube {
    width: 560px;
    margin-right: 2%; }
  .live_cam_wrap .live_cam_container {
    width: 46%; }
    .live_cam_wrap .live_cam_container h2 + p {
      margin-top: 20px;
      font-family: 'Noto Serif JP', serif;
      line-height: 40px;
      font-size: 21px;
      color: #333; }
    .live_cam_wrap .live_cam_container .business_hours {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 40px; }
      .live_cam_wrap .live_cam_container .business_hours figure {
        width: 50px;
        margin-right: 30px; }
      .live_cam_wrap .live_cam_container .business_hours p {
        font-size: 18px;
        color: #333; }

@media screen and (max-width: 896px) {
  .live_cam_wrap {
    width: 90%; }

  .live_cam_wrap .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .live_cam_wrap .youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

  .live_cam_wrap .live_cam_container {
    width: 90%;
    margin-top: 40px; }

  .live_cam_wrap .live_cam_container h2 + p {
    line-height: 31px;
    font-size: 16px; }

  .live_cam_wrap .live_cam_container .business_hours {
    margin-top: 20px; }

  .live_cam_wrap .live_cam_container .business_hours p {
    font-size: 14px; }

  .live_cam_wrap .live_cam_container .business_hours figure {
    margin: 0 auto 20px; } }
/* SNS
----------------------------------------------------*/
.sns_wrap h2 {
  text-align: center; }
.sns_wrap .sns_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px; }
  .sns_wrap .sns_container h3 {
    text-align: center; }
  .sns_wrap .sns_container .fb {
    width: 48%; }
  .sns_wrap .sns_container .instagram {
    width: 48%;
    text-align: center; }
    .sns_wrap .sns_container .instagram .insta_item {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .sns_wrap .sns_container .instagram .insta_item figure {
        width: 48%;
        margin-bottom: 20px; }
        .sns_wrap .sns_container .instagram .insta_item figure img {
          border-radius: 10px; }
    .sns_wrap .sns_container .instagram .link_btn {
      margin: 0 auto;
      font-size: 21px; }

@media screen and (max-width: 896px) {
  .sns_wrap .sns_container .fb {
    width: 100%;
    margin-bottom: 40px; }

  .sns_wrap .sns_container .instagram {
    width: 100%; } }
/* ACCESS
----------------------------------------------------*/
.shopinfo_wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start; }
  .shopinfo_wrap h2 {
    writing-mode: vertical-rl; }
  .shopinfo_wrap .shopinfo_container {
    width: 80%;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start; }
    .shopinfo_wrap .shopinfo_container > p {
      writing-mode: vertical-rl;
      font-family: 'Noto Serif JP', serif;
      font-size: 24px;
      color: #333;
      margin-right: 80px; }
    .shopinfo_wrap .shopinfo_container .map_item {
      width: 80%; }
      .shopinfo_wrap .shopinfo_container .map_item iframe {
        width: 100%; }
      .shopinfo_wrap .shopinfo_container .map_item p {
        margin-top: 30px;
        font-size: 18px;
        color: #333; }

@media screen and (max-width: 896px) {
  .shopinfo_wrap {
    width: 90%;
    justify-content: flex-start; }

  .shopinfo_wrap h2 {
    width: 100%;
    writing-mode: lr; }

  .shopinfo_wrap .shopinfo_container {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px; }

  .shopinfo_wrap .shopinfo_container > p {
    writing-mode: lr;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 20px; }

  .shopinfo_wrap .shopinfo_container .map_item {
    width: 100%; } }
