@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 300;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #000;
	font-size: 100%;
  font-weight: 300;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 300;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after,
.l_inner:after,
.box:after,
.s_box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
  }
  .sp {display: block;}
  .sp-left {text-align:left!important;}
  .sp-right {text-align:right!important;}
  .sp-center {text-align:center!important;}
}
@media screen and (min-width: 768px) {
  .inner {
    margin: 0 auto;
    padding: 0 10% 0 5%;
    box-sizing: border-box;
  }
  .left_space {
    padding-left: calc(280px + 5%)!important;
  }
  .pc {display: block;}
  .pc-left {text-align:left!important;}
  .pc-right {text-align:right!important;}
  .pc-center {text-align:center!important;}
}
/******************************************************
基本フォント
******************************************************/
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.bold {font-weight: bold;}
/******************************************************
メイン
******************************************************/
@media screen and (min-width:1280px) {
  .main_title {
    margin-bottom: 6rem;
    line-height: 1.5;
  }
  .main_title.left {
    text-align: left;
  }
  .main_title.center {
    text-align: center;
  }
  .main_title.right {
    text-align: right;
  }
  .main_title span {
    font-size: 4.8rem;
    letter-spacing: .1em;
  }
  /******************************************************
  メインビジュアル
  ******************************************************/  
  #top_main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #top_main:after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200px + 10%);
    display: block;
    content: "";
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0));
    z-index: 1;
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: calc(200px + 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .1em;
    z-index: 1;
  }
  #catch_copy span {
    font-size: 6rem;
  }
  #main_visual {
    position: relative;
  }
  #main_visual:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 4.25);
    background: linear-gradient(180deg,rgba(0,0,0,.1) 0%, rgba(0,0,0,.2) 65%, rgba(0,0,0,.8) 95%, rgba(0,0,0,1) 100%);
  }
  #main_visual .image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #main_visual .image_1 {
    background: url(/wp-content/uploads/images/main_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image_2 {
    background: url(/wp-content/uploads/images/main_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image_3 {
    background: url(/wp-content/uploads/images/main_img003.webp) top center no-repeat;
    background-size: cover;
  }
  /******************************************************
  喜・桐・里とは
  ******************************************************/ 
  #top_concept {
    padding: 12rem 0 24rem;
    color: #fff;
    background: #000;
  }
  #top_concept .concept_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #top_concept .concept_flex .image {
    position: relative;
    width: calc(50% - 3rem);
    margin-top: -24rem;
    background: url(/wp-content/uploads/images/concept_img001.webp) top center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #top_concept .concept_flex .text {
    width: calc(50% - 3rem);
    margin-bottom: -12rem;
  }
  #top_concept .concept_flex .message {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  #top_concept .concept_flex .message span:nth-child(n+2) {
    margin-left: 9em;
  }
  #top_concept .concept_flex .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /******************************************************
  喜・桐・里の施設・お部屋
  ******************************************************/ 
  #top_introduction {
    padding: 12rem 0;
    background: url(/wp-content/uploads/images/bg_white.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_introduction .introduction_list .list {
    width: calc((100% / 3) - 6rem);
    margin-left: 9rem;
  }
  #top_introduction .introduction_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_introduction .introduction_list .list:nth-child(n+4) {
    margin-top: 9rem;
  }
  
  #top_introduction .introduction_list .list:nth-child(1) {
    margin-top: 0;
  }
  #top_introduction .introduction_list .list:nth-child(2) {
    margin-top: 6rem;
  }
  #top_introduction .introduction_list .list:nth-child(3) {
    margin-top: 12rem;
  }  
  
  #top_introduction .introduction_list .list .image {
    object-fit: cover;
    aspect-ratio: 2 / 3;
  }
  #top_introduction .introduction_list .list .image_1 {
    background: url(/wp-content/uploads/images/introduction_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_2 {
    background: url(/wp-content/uploads/images/introduction_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_3 {
    background: url(/wp-content/uploads/images/introduction_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_4 {
    background: url(/wp-content/uploads/images/introduction_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_5 {
    background: url(/wp-content/uploads/images/introduction_img005.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_6 {
    background: url(/wp-content/uploads/images/introduction_img006.webp) top center no-repeat;
    background-size: cover;
  }
  /******************************************************
  喜・桐・里の特徴
  ******************************************************/   
  #top_feature {
    padding: 12rem 0;
    background: #f3eeee;
  }
  #top_feature .feature_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_feature .feature_list .list {
    width: calc((100% / 4) - 3rem);
    margin-left: 4rem;
  }  
  #top_feature .feature_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  #top_feature .feature_list .list:nth-child(n+5) {
    margin-top: 6rem;
  }
  #top_feature .feature_list .number {
    color: #600;
    font-size: 4.2rem;
    text-align: center;
  }
  #top_feature .feature_list .title {
    margin-bottom: .8em;
    font-size: 2rem;
    text-align: center;
  }
  #top_feature .feature_list .comment {
    padding: 3rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  /******************************************************
  喜・桐・里の宿泊・レンタルすペースご利用プラン
  ******************************************************/ 
  #top_plan {
    padding: 12rem 0;
  }
  #top_plan .plan_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  #top_plan .plan_list .list {
    width: calc(50% - 4.5rem);
    margin-left: 9rem;
    text-align: center;
  }
  #top_plan .plan_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_plan .plan_list .list:nth-child(n+3) {
    margin-top: 6rem;
  }
  #top_plan .plan_list .list .image {
    margin-bottom: 3rem;
  }
  #top_plan .plan_list .list .title {
    margin-bottom: .8em;
    font-size: 2.4rem;
  }
  #top_plan .plan_list .list .comment {
    margin-bottom: 3rem;
    text-align: left;
  }
  #top_plan .plan_list .list .price_title {
    margin-bottom: .8em;
    font-size: 2rem;
  }
  #top_plan .plan_list .list .data table {
    width: 100%;
    table-layout: fixed;
  }
  #top_plan .plan_list .list .data th,
  #top_plan .plan_list .list .data td {
    padding: .8em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_plan .plan_list .list .data th {
    width: 25%;
    text-align: left;
  }
  #top_plan .plan_list .list .data td {
    text-align: right;
  }
  #top_plan .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_plan .btn a:hover {
    color: #000;
    background: #fff;
  }
  
  /******************************************************
  イメージスライダー
  ******************************************************/ 
  #top_slider {
    padding: 2rem 0;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 1rem;
    margin: 0;
    width: 420px;
    height: 280px;
    list-style:none!important;
  }    
  #image-scroll.simply-scroll-list img {
    display: block;
  }    
  /******************************************************
  周辺観光地のご案内
  ******************************************************/ 
  #top_area {
    padding: 12rem 0;
    color: #fff;
    background: #000;
  }
  #top_area .area_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_area .area_list .list {
    width: calc((100% / 3) - 4rem);
    margin-left: 6rem;
  }
  #top_area .area_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_area .area_list .list:nth-child(n+4) {
    margin-top: 6rem;
  }
  #top_area .area_list .list .image {
    margin-bottom: 3rem;
  }
  #top_area .area_list .list .title {
    margin-bottom: .8em;
    font-size: 2.4rem;
  }
  /******************************************************
  インスタグラム
  ******************************************************/ 
  #top_instagram .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_instagram .instagram_list .list {
    width: calc(100% / 4);
  }
  #top_instagram_main {
    padding: 10px;
    background: #000;
  }
}
@media screen and (max-width:1279px) {
  .main_title {
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  .main_title.left {
    text-align: left;
  }
  .main_title.center {
    text-align: center;
  }
  .main_title.right {
    text-align: right;
  }
  .main_title span {
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  /******************************************************
  メインビジュアル
  ******************************************************/  
  #top_main {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 3rem;
    height: 65vh;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .1em;
    z-index: 1;
    box-sizing: border-box;
  }
  #catch_copy span {
    font-size: 2.4rem;
  }
  #main_visual {
    position: relative;
  }
  #main_visual:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65vh;
    content: "";
    background: rgba(0, 0, 0, 4.25);
    background: linear-gradient(180deg,rgba(0,0,0,.1) 0%, rgba(0,0,0,.25) 65%, rgba(0,0,0,.8) 90%, rgba(0,0,0,1) 100%);
  }
  #main_visual .image {
    width: 100%;
    height: 65vh;
    overflow: hidden;
  }
  #main_visual .image_1 {
    background: url(/wp-content/uploads/images/main_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image_2 {
    background: url(/wp-content/uploads/images/main_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image_3 {
    background: url(/wp-content/uploads/images/main_img003.webp) top center no-repeat;
    background-size: cover;
  }
  /******************************************************
  喜・桐・里とは
  ******************************************************/ 
  #top_concept {
    padding: 5rem 0;
    color: #fff;
    background: #000;
  }
  #top_concept .concept_flex {}
  #top_concept .concept_flex .image {
    position: relative;
    width: 100%;
    height: 60vw;
    margin-bottom: 2rem;
    background: url(/wp-content/uploads/images/concept_img001.webp) top center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #top_concept .concept_flex .text {}
  #top_concept .concept_flex .message {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  #top_concept .concept_flex .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /******************************************************
  喜・桐・里の施設・お部屋
  ******************************************************/ 
  #top_introduction {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_white.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_introduction .introduction_list .list {
    width: calc((100% / 3) - 4px);
    margin-left: 6px;
  }
  #top_introduction .introduction_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_introduction .introduction_list .list:nth-child(n+4) {
    margin-top: 6px;
  }
  #top_introduction .introduction_list .list .image {
    object-fit: cover;
    aspect-ratio: 2 / 3;
  }
  #top_introduction .introduction_list .list .image_1 {
    background: url(/wp-content/uploads/images/introduction_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_2 {
    background: url(/wp-content/uploads/images/introduction_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_3 {
    background: url(/wp-content/uploads/images/introduction_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_4 {
    background: url(/wp-content/uploads/images/introduction_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_5 {
    background: url(/wp-content/uploads/images/introduction_img005.webp) top center no-repeat;
    background-size: cover;
  }
  #top_introduction .introduction_list .list .image_6 {
    background: url(/wp-content/uploads/images/introduction_img006.webp) top center no-repeat;
    background-size: cover;
  }
  /******************************************************
  喜・桐・里の特徴
  ******************************************************/   
  #top_feature {
    padding: 5rem 0;
    background: #f3eeee;
  }
  #top_feature .feature_list {}
  #top_feature .feature_list .list {}  
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 2rem;
  }
  #top_feature .feature_list .number {
    font-size: 2.4rem;
    text-align: center;
  }
  #top_feature .feature_list .title {
    margin-bottom: .8em;
    font-size: 1.8rem;
    text-align: center;
  }
  #top_feature .feature_list .comment {
    padding: 3rem 1.5rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  /******************************************************
  喜・桐・里の宿泊・レンタルすペースご利用プラン
  ******************************************************/ 
  #top_plan {
    padding: 5rem 0;
  }
  #top_plan .plan_list {
    margin-bottom: 3rem;
  }
  #top_plan .plan_list .list {
    text-align: center;
  }
  #top_plan .plan_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_plan .plan_list .list .image {
    margin-bottom: 2rem;
  }
  #top_plan .plan_list .list .title {
    margin-bottom: .8em;
    font-size: 1.8rem;
  }
  #top_plan .plan_list .list .comment {
    margin-bottom: 2rem;
    text-align: left;
  }
  #top_plan .plan_list .list .price_title {
    margin-bottom: .8em;
    font-size: 1.8rem;
  }
  #top_plan .plan_list .list .data table {
    width: 100%;
    table-layout: fixed;
  }
  #top_plan .plan_list .list .data th,
  #top_plan .plan_list .list .data td {
    padding: .8em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_plan .plan_list .list .data th {
    text-align: left;
  }
  #top_plan .plan_list .list .data td {
    text-align: right;
  }
  #top_plan .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_plan .btn a:hover {
    color: #000;
    background: #fff;
  }
  
  /******************************************************
  イメージスライダー
  ******************************************************/ 
  #top_slider {
    padding: 1rem 0;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 240px;
    height: 160px;
    list-style:none!important;
  }    
  #image-scroll.simply-scroll-list img {
    display: block;
  }    
  /******************************************************
  周辺観光地のご案内
  ******************************************************/ 
  #top_area {
    padding: 5rem 0;
    color: #fff;
    background: #000;
  }
  #top_area .area_list {}
  #top_area .area_list .list {}
  #top_area .area_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_area .area_list .list .image {
    margin-bottom: 2rem;
  }
  #top_area .area_list .list .title {
    margin-bottom: .8em;
    font-size: 1.8rem;
  }
  /******************************************************
  インスタグラム
  ******************************************************/ 
  #top_instagram .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_instagram .instagram_list .list {
    width: calc(100% / 2);
  }
  #top_instagram_main {
    padding: 1.5rem;
    background: #000;
  }  
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1280px) {
  #h_cover {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 280px;
    height: calc(100vh - 16rem);
    padding: 3rem 0;
    border-right: 1px solid #ccc;
    z-index: 101;
    box-sizing: border-box;
  }
  #h_logo {
    padding: 0 3rem;
  }
  .site_logo {
    display: flex;
    flex-direction: column;
    color: #f2f2f2;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .site_logo .sub {
    letter-spacing: .1em;
  }
  .site_logo .main {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .site_logo .main span {
    width: 3rem;
    font-size: 3rem;
    line-height: 1;
  }
  .site_logo .kana {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
    text-align: center;
  }
  .site_logo .kana span {
    width: 3rem;
  }
  .site_logo .produce {
    font-size: 1.4rem;
  }
  /* 黒字 */
  #h_cover.text_dark .site_logo {
    color: #000;
  }
  #h_cover.text_dark .site_logo .main {
    border: 1px solid #000;
  }
  #h_logo.on .site_logo {
    color: #000;
  }
  #h_logo.on .site_logo .main {
    border: 1px solid #000;
  }
  /* ハンバーガーメニュー */
  #h_toggle_btn_cover {
    position: fixed;
    top: 50%;
    left: 140px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 101;
  }
  #h_toggle_btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 40px;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 24px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 36px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #000;
  }
  #h_toggle_btn.open span:nth-child(2) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #000;
  }  
  /* 黒字 */
  #h_cover.text_dark #h_toggle_btn span {
    background: #000;
  }
  /****************************************************
  メニュー
  ****************************************************/
  #h_nav {
    background: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    opacity: 1;
  }
  #h_nav_inner {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  #h_nav_menu ul.first-menu {
    width: 600px;
    margin: 0 auto;
  }
  #h_nav_menu li.first-list {
    position: relative;
    font-size: 1.8rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  #h_nav_menu li.first-list a {
    position: relative;
    display: block;
    padding: 1.5rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_nav_menu li.first-list a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f105";
    font-size: 1.4rem;
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;
  }    
  #h_nav_menu li.first-list a:hover {
    color: #ccc;
  }
  /* フローティングボタン */  
  #fix_btn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 100;
  }
  #fix_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #600;
    border: 1px solid #600;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #fix_btn a:hover {
    color: #600;
    background: #fff;
  }
  
  #page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
  #page_top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #212121;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }    
  
}
@media screen and (max-width:1279px) {
  #header {
    height: 7rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    z-index: 101;
    box-sizing: border-box;
    background: #000;
  }
  #h_logo {
    padding: .5rem 1rem;
  }
  #h_logo .site_logo {
    display: flex;
    align-items: center;
  }
  #h_logo .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90px;
    height: 60px;
    color: #f2f2f2;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_logo .site_logo .sub {
    font-size: 1rem;
    letter-spacing: .1em;
  }
  #h_logo .site_logo .main {
    display: flex;
    justify-content: center;
    padding: .3rem;
    text-align: center;
    border: 1px solid #f2f2f2;
  }
  #h_logo .site_logo .main span {
    width: 1.1rem;
    font-size: 1.1rem;
    line-height: 1;
  }
  #h_logo .site_logo .kana {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #h_logo .site_logo .kana span {
    width: 1.1rem;
    font-size: 1rem;
  }
  #h_logo .site_logo .produce {
    margin-left: 1em;
    color: #fff;
    font-size: 1rem;
  }
  /* ハンバーガーメニュー */
  #h_toggle_btn_cover {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
  }
  #h_toggle_btn {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    background: #600;
  }
  #h_toggle_btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 31px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 39px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    top: 35px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  /****************************************************
  メニュー
  ****************************************************/
  #h_nav {
    background: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    opacity: 1;
  }
  #h_nav_inner {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  #h_nav_menu ul.first-menu {
    padding: 0 1.5rem;
  }
  #h_nav_menu li.first-list {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  #h_nav_menu li.first-list a {
    position: relative;
    display: block;
    padding: 1.5rem;
    padding-left: 0;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_nav_menu li.first-list a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f105";
    font-size: 1.4rem;
    font-family: "FontAwesome";
    margin-top: -.5em;
    line-height: 1;
  }    
  #h_nav_menu li.first-list a:hover {
    color: #ccc;
  }
  /* フローティングボタン */  
  #fix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 6rem);
    z-index: 100;
  }
  #fix_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 6rem;
    text-align: center;
    color: #fff;
    background: #600;
    box-sizing: border-box;
  }
  #page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
  #page_top.fixed {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    text-align: center;
    background: #212121;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  }  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1280px) {
  #footer {
    padding-top: 12rem;
    padding-left: calc(280px + 5%)!important;
    color: #fff;
    background: #000;
  }
  #f_cover {
    padding: 12rem;
    background: url(/wp-content/uploads/images/bg_footer.webp) top center no-repeat;
    background-size: cover;
  }
  
  #f_cover .f_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #f_cover .f_btn .btn:nth-child(n+2) {
    margin-top: 2rem;
  }
  #f_cover .f_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 60px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_cover .f_btn a:hover {
    color: #000;
    background: #fff;
  }
  #f_cover .f_logo {
    width: 220px;
  }
  #official_logo {
    margin-top: 1rem;
  }
  #official_logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: #600;
  }
  
  #copyright {
    padding-right: calc(8rem + 1em);
    line-height: 8rem;
    text-align: right;
  }
}
@media screen and (max-width:1279px) {
  #footer {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 6rem;
    color: #fff;
    background: #000;
  }
  #f_cover {
    padding: 5rem 3rem 5rem 1.5rem;
    background: url(/wp-content/uploads/images/bg_footer.webp) top center no-repeat;
    background-size: cover;
  }
  
  #f_cover .f_flex {
    display: flex;
    flex-direction: column;
  }
  #f_cover .f_btn {
    margin-bottom: 3rem;
  }
  #f_cover .f_btn .btn:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #f_cover .f_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_cover .f_btn a:hover {
    color: #000;
    background: #fff;
  }
  #f_cover .f_logo {
    margin: 0 auto;
  }
  #f_cover .f_logo .site_logo {
    display: flex;
    flex-direction: column;
    color: #f2f2f2;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_cover .f_logo .site_logo .sub {
    letter-spacing: .1em;
  }
  #f_cover .f_logo .site_logo .main {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #f_cover .f_logo .site_logo .main span {
    width: 2.4rem;
    font-size: 2.4rem;
    line-height: 1;
  }
  #f_cover .f_logo .site_logo .kana {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_cover .f_logo .site_logo .kana span {
    width: 2.4rem;
  }
  #f_cover .f_logo .site_logo .produce {
    font-size: 1.4rem;
  }  
  
  
  
  #official_logo {
    margin-top: 1rem;
  }
  #official_logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #600;
  }
  
  #copyright {
    font-size: 1.2rem;
    line-height: 7rem;
    text-align: center;
  }
}