@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,600");
@import url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@400;900&display=swap");
.wf_garamond, .garamond_lg {
  font-family: 'EB Garamond', serif; }

/* Variable
------------------------------------------------------------ */
/* Global リセット的な
------------------------------------------------------------ */
body {
  /*  フォントの種類  */
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /*  フォントのサイズ  */
  font-size: 16px;
  /*  フォントの色  */
  color: #333;
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  /* 行間の設定 */
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 1.8; }
      body.home {
        margin-top: 0; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6; }

h3 {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold; }

h5 {
  font-size: 22px;
  font-weight: bold; }

p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1em;
  font-weight: 400; }
  @media (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 1.8;
      text-align: justify; } }

a {
  cursor: pointer; }
  a:hover {
    transition-duration: 200ms;
    opacity: .6;
    text-decoration: none; }

ul {
  list-style-type: none;
  padding: 0; }

hr {
  border-top: 1px solid #9FA0A0;
  margin-top: 0; }

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

.flexbox {
  /* Safari */
  display: flex;
  /* Safari */
  flex-wrap: wrap;
  /* Safari */
  justify-content: space-between; }

/* Utility
------------------------------------------------------------ */
.ta_c {
  text-align: center; }

.ta_l {
  text-align: left; }

.ta_r {
  text-align: right; }

.bg_gray {
  background-color: #9FA0A0; }

.bg_black {
  background-color: #231815; }

.i_w_100 {
  width: 100%; }

@media screen and (max-width: 991px) {
  .mt_body {
    margin-top: 78px; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .visible-xs {
      display: inline !important; } }

.visible-md {
  display: none !important; }
  @media screen and (max-width: 992px) {
    .visible-md {
      display: inline !important; } }

.garamond_lg {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: .14em; }
  .garamond_lg a {
    color: #231815; }
  @media screen and (max-width: 767px) {
    .garamond_lg {
      font-size: 36px; } }

.width_narrow {
  max-width: 600px;
  margin: 0 auto; }

/* Text
------------------------------------------------------------ */
.copy {
  font-size: 16px;
  line-height: 2.5;
  font-feature-settings: "palt";
  letter-spacing: .08em; }

.palt {
  font-feature-settings: "palt";
  letter-spacing: .12em;
  font-weight: 500; }

/* Button
------------------------------------------------------------ */
.btn-lg {
  font-size: 17px;
  min-width: 12em; }

/* List
------------------------------------------------------------ */
.list_news {
  text-align: center; }
  .list_news li {
    font-size: 20px;
    margin-bottom: 10px; }
    .list_news li a {
      color: #231815; }

@media (max-width: 767px) {
  .list_news {
    text-align: center; }
    .list_news li {
      font-size: 16px; }
      .list_news li a {
        color: #231815; } }

/* Card 
------------------------------------------------------------ */
/*
<div class="list_article_card">
	<a class="card" href="#">
		<img src="img/thumb_dummy.jpg" alt="" class="card-img-top">
		<div class="card-body">
			<p class="date">
				2019.00.00
			</p>
			<h4 class="card-title">
				タイトルが入ります。タイトルが入ります。
			</h4>
			<p class="card-text">
				本文の抜粋が入ります。本文の抜粋が入ります。本文の抜粋が入ります。本文の抜粋が入ります...
			</p>
		</div>
	</a>
</div>
*/
.list_article_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list_article_card .card {
    width: 100%;
    margin-bottom: 40px;
    border: none;
    background-color: transparent;
    color: #231815;
    text-decoration: none; }
    .list_article_card .card .cat {
      line-height: 1.4;
      margin-bottom: 4px; }
      .list_article_card .card .cat span {
        text-align: center;
        padding: 4px 16px;
        color: #fff;
        font-size: 12px;
        letter-spacing: .12em; }
    .list_article_card .card .card-img-top {
      margin-bottom: 25px; }
    .list_article_card .card .card-body {
      padding: 0; }
      .list_article_card .card .card-body .date {
        font-size: 12px;
        margin-bottom: 20px; }
      .list_article_card .card .card-body .card-title {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        background: linear-gradient(transparent 65%, #C4CFEA 65%, #C4CFEA 95%, transparent 95%);
        display: inline-block; }
      .list_article_card .card .card-body .card-text {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        text-justify: inter-ideograph; }
      .list_article_card .card .card-body .btn {
        display: block;
        max-width: 200px;
        margin: 0 auto;
        color: #fff; }
      .list_article_card .card .card-body .cat {
        background-color: #231815;
        padding: 2px 6px;
        color: #fff;
        margin-right: 10px;
        font-size: 10px; }
  @media (max-width: 767px) {
    .list_article_card {
      padding: 0 15px; }
      .list_article_card .card {
        width: 100%; } }

@media (max-width: 767px) {
  .list_article_card .card {
    width: 100%;
    margin-bottom: 60px; } }

/* Global Navivation
------------------------------------------------------------ */
#wrap_gnav {
  z-index: 10;
  margin: 20px 0 40px; }
  #wrap_gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  #wrap_gnav .navbar {
    padding: 10px 0; }
    #wrap_gnav .navbar .navbar-brand img {
      height: 170px; }
  #wrap_gnav .navbar .navbar-collapse {
    position: absolute;
    bottom: 10px;
    right: 0; }
    #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item {
      display: inherit; }
      #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
        padding: 0 0 0 60px; }
        #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link img.news {
          height: 10px; }
        #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link img.about {
          height: 10px; }
        #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link img.cafe {
          height: 10px; }
        #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link img.shop {
          height: 11px; }
        #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link img.workshop {
          height: 11px; }
        #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link img.access {
          height: 10px; }
      #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item:last-child a {
        padding-right: 0; }
      #wrap_gnav .navbar .navbar-collapse .navbar-nav li.nav-item:last-child:after {
        content: none; }
  #wrap_gnav .navbar .wrapper_sns {
    position: absolute;
    top: 24px;
    right: 0px; }
    #wrap_gnav .navbar .wrapper_sns ul {
      list-style-type: none;
      margin: 0; }
      #wrap_gnav .navbar .wrapper_sns ul li {
        display: inline-block;
        margin-left: 15px; }
        #wrap_gnav .navbar .wrapper_sns ul li img {
          width: 32px; }
  #wrap_gnav .navbar .copy {
    position: absolute;
    top: 120px;
    right: 60px; }
    #wrap_gnav .navbar .copy img {
      width: 470px; }
  @media screen and (max-width: 991px) {
    #wrap_gnav .navbar .navbar-brand img {
      height: 140px; }
    #wrap_gnav .navbar .copy {
      top: 103px;
      right: 0; }
      #wrap_gnav .navbar .copy img {
        width: 370px; } }

.gnav {
  position: absolute;
  width: 100%;
  z-index: 57;
  margin: 30px 0 0; }
  .gnav .description {
    font-size: 13px;
    letter-spacing: .15em; }
  .gnav .logo {
    margin-bottom: 15px; }
    .gnav .logo img {
      width: 100%;
      max-width: 200px; }
      .gnav .logo img .cls-1 {
        fill: black; }
  .gnav .header_search_form {
    display: inline-block; }
  .gnav .wrap_form {
    display: flex;
    justify-content: flex-end; }
    .gnav .wrap_form .search {
      width: 200px;
      padding: 2px 10px;
      font-size: 14px;
      line-height: 1.8;
      display: inline-block;
      margin-right: 15px; }
    .gnav .wrap_form .sns {
      display: inline-block; }
      .gnav .wrap_form .sns a {
        margin-right: 10px; }
        .gnav .wrap_form .sns a img {
          height: 20px; }
  .gnav .nav_inner {
    margin: 0 auto;
    position: relative;
    align-items: flex-start; }
  .gnav .flexbox {
    justify-content: space-between;
    padding-top: 80px; }
    .gnav .flexbox a {
      display: block;
      height: 10px;
      line-height: 1.6; }
      .gnav .flexbox a img {
        height: 9px; }
      .gnav .flexbox a:hover {
        text-decoration: none; }
  .gnav .container {
    position: relative; }
    .gnav .container .contact {
      position: absolute;
      right: 15px;
      top: 0; }
      .gnav .container .contact .icon {
        height: 30px;
        width: auto;
        margin-right: 10px; }
      .gnav .container .contact .contact_btn {
        height: 30px;
        width: auto; }
  .gnav .sns {
    position: absolute;
    top: 0;
    right: 15px; }
    .gnav .sns li {
      display: inline-block; }
      .gnav .sns li:not(:last-child) {
        margin-right: 20px; }
      .gnav .sns li img {
        height: 36px; }
  .gnav .ln {
    position: absolute;
    right: 15px;
    top: -50px; }
    .gnav .ln li {
      display: inline-block; }
    .gnav .ln img {
      height: 14px;
      margin-left: 20px; }

.i-hamburger .wrap_i {
  position: relative;
  width: 22px;
  height: 22px;
  top: 75px;
  transition-duration: 500ms; }
  .i-hamburger .wrap_i span {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #231815;
    border-radius: 4px; }
    .i-hamburger .wrap_i span:nth-of-type(1) {
      top: 0; }
    .i-hamburger .wrap_i span:nth-of-type(2) {
      top: 9px; }
    .i-hamburger .wrap_i span:nth-of-type(3) {
      bottom: 0; }
  .i-hamburger .wrap_i.open span {
    background-color: #222; }
    .i-hamburger .wrap_i.open span:nth-of-type(1) {
      transform: translateY(20px) rotate(-45deg);
      top: -10px; }
    .i-hamburger .wrap_i.open span:nth-of-type(2) {
      opacity: 0; }
    .i-hamburger .wrap_i.open span:nth-of-type(3) {
      transform: translateY(-20px) rotate(45deg);
      bottom: -11px; }

.header-sp {
  position: absolute;
  width: 100%;
  top: 0;
  transition-duration: 500ms;
  z-index: 57; }
  .header-sp .logo {
    margin-bottom: 0; }
    .header-sp .logo img {
      margin-top: 15px;
      width: 120px; }
  .header-sp.scroll_on {
    transition-duration: 500ms;
    position: fixed; }

body.home .header-sp .logo {
  opacity: 0;
  transition-duration: 500ms; }

body.home .header-sp.scroll_on .logo {
  opacity: 1; }

#menu-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 150px;
  background-color: #fff;
  z-index: 56;
  text-align: center; }
  #menu-sp .wrap-menu {
    margin-top: 30px; }
    #menu-sp .wrap-menu a {
      display: block;
      color: #231815;
      font-size: 20px;
      letter-spacing: .15em;
      text-align: center;
      margin: 0 auto 15px;
      padding-bottom: 15px;
      line-height: 1.6;
      position: relative;
      font-family: "Londrina Solid", cursive;
      font-feature-settings: "palt";
      font-weight: 600; }
      #menu-sp .wrap-menu a span {
        display: block;
        text-align: center;
        color: #9FA0A0;
        font-size: 11px;
        letter-spacing: .15em; }
      #menu-sp .wrap-menu a img {
        height: 14px; }
      #menu-sp .wrap-menu a .menu {
        display: block;
        font-weight: bold;
        font-size: 16px; }
      #menu-sp .wrap-menu a .cap {
        display: block;
        margin-bottom: 0;
        font-size: 12px; }
      #menu-sp .wrap-menu a:hover {
        text-decoration: none; }
      #menu-sp .wrap-menu a:after {
        content: '';
        display: block;
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: linear-gradient(to left, rgba(35, 24, 21, 0) 0%, #231815 20%, #231815 80%, rgba(35, 24, 21, 0) 100%); }
  #menu-sp a.contact {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .12em;
    padding: 14px 0 6px;
    display: block;
    margin: 20px auto;
    max-width: 300px; }
    #menu-sp a.contact .menu {
      display: block; }
    #menu-sp a.contact .cap {
      display: block;
      margin-bottom: 3px; }
    #menu-sp a.contact:hover {
      text-decoration: none; }
  #menu-sp .ln {
    width: 100%;
    max-width: 300px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #menu-sp .ln li {
      width: 33%;
      text-align: center;
      margin-bottom: 0; }
      #menu-sp .ln li:not(:last-child) {
        border-right: 1px solid #231815; }
      #menu-sp .ln li img {
        height: 30px;
        width: auto;
        margin-right: 0; }
      #menu-sp .ln li span {
        display: none; }
  #menu-sp .store {
    max-width: 300px;
    margin: 50px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #menu-sp .store img {
      width: 100%;
      max-width: 190px; }

/* Layout　各エリア共通
------------------------------------------------------------ */
.wrap_area {
  padding: 120px 0 100px;
  margin-bottom: 120px; }
  .wrap_area .area {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .wrap_area {
      padding: 80px 0 80px;
      margin-bottom: 80px; } }

.area {
  margin-bottom: 200px; }
  .area .sub_title {
    margin-bottom: 22px;
    text-align: center;
    font-size: 26px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: .16em; }
    .area .sub_title .small {
      display: inline-block;
      font-size: 16px;
      line-height: 1.6;
      font-weight: bold; }
  .area .content p {
    line-height: 2.3;
    letter-spacing: .16em;
    font-feature-settings: "palt"; }

@media screen and (max-width: 767px) {
  .area {
    margin-bottom: 120px; }
    .area .area_title {
      margin-bottom: 50px;
      font-size: 32px; }
      .area .area_title img {
        height: 25px; }
    .area .sub_title {
      margin-bottom: 28px;
      font-size: 20px; }
      .area .sub_title .small {
        font-size: 14px;
        margin-bottom: 16px; }
    .area .content p {
      line-height: 2.0;
      letter-spacing: .08em; } }

/* Layout Area
------------------------------------------------------------ */
.area#access {
  margin-bottom: 60px; }
  .area#access .map {
    margin-bottom: 90px; }
  .area#access .address p {
    margin-bottom: 80px;
    line-height: 2.4; }
  .area#access .address .a_gmap {
    width: 140px;
    float: right;
    margin: 6px 100px 0 0; }
  .area#access .time {
    font-size: 28px;
    margin-bottom: 4px;
    line-height: 1.6; }
  @media screen and (max-width: 719px) {
    .area#access .map {
      margin-bottom: 20px; }
    .area#access .address p {
      margin-bottom: 20px;
      line-height: 2.0; }
    .area#access .address .a_gmap {
      float: none;
      text-align: center; }
      .area#access .address .a_gmap img {
        width: 140px;
        margin: 0 0 10px; } }

.area.area_traffic {
  max-width: 1000px; }
  .area.area_traffic .row {
    /* Safari */
    justify-content: space-between; }
    .area.area_traffic .row .item {
      background-color: #9FA0A0;
      padding: 40px 30px;
      max-width: 48%; }
      .area.area_traffic .row .item h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px; }
      .area.area_traffic .row .item p {
        line-height: 2.2; }
        .area.area_traffic .row .item p:last-child {
          margin-bottom: 0; }
  @media screen and (max-width: 719px) {
    .area.area_traffic {
      margin-bottom: 0; }
      .area.area_traffic .row .item {
        max-width: 100%;
        margin-bottom: 20px; } }

/* Top Page (three feeelings)
------------------------------------------------------------ */
/* Top Page (Architecture)
------------------------------------------------------------ */
#architecture .item {
  max-width: 800px;
  margin: 0 auto 80px; }
  #architecture .item a {
    color: #231815; }
  #architecture .item .title {
    margin-top: 20px;
    text-align: center; }
  #architecture .item:last-child {
    margin-bottom: 0; }

/* Top Page (House tour)
------------------------------------------------------------ */
#housetour .item {
  margin-bottom: 100px; }
  #housetour .item a {
    color: #231815; }
  #housetour .item h3 {
    font-size: 21px;
    margin-bottom: 25px;
    background: linear-gradient(transparent 65%, #C4CFEA 65%, #C4CFEA 95%, transparent 95%);
    display: inline-block; }
  #housetour .item p {
    font-size: 13px;
    margin-bottom: 25px; }
  #housetour .item .info {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 2.8; }
  #housetour .item .label {
    background-color: #C4CFEA;
    width: 7em;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block;
    line-height: 1; }
  #housetour .item:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  #housetour .item {
    margin-bottom: 60px; }
    #housetour .item .thumb {
      margin-bottom: 20px; }
    #housetour .item h3 {
      font-size: 16px; }
    #housetour .item .info {
      line-height: 2.2; }
    #housetour .item .label {
      display: block;
      margin-bottom: 10px; } }

/* Top Page (Instagram)
------------------------------------------------------------ */
.instagram ul.img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .instagram ul.img li {
    width: 23%;
    margin-bottom: 30px;
    background-color: #eee; }
    .instagram ul.img li a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-top: 100%; }
      .instagram ul.img li a img {
        width: 100%;
        max-width: inherit;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .instagram ul.img li {
    width: 47%; } }

/* Top Page (Contact)
------------------------------------------------------------ */
#contact .line {
  max-width: 80px; }

#contact .wrap_contact_form {
  max-width: 700px;
  margin: 0 auto; }
  #contact .wrap_contact_form .form-group {
    margin-bottom: 20px; }
    #contact .wrap_contact_form .form-group label {
      font-size: 16px;
      padding-left: 30px; }

@media (max-width: 767px) {
  #contact .wrap_contact_form .form-group label {
    font-size: 13px;
    padding-left: 0; } }

/* Page (Architecture)
------------------------------------------------------------ */
.page-architecture .bx-wrapper {
  margin-bottom: 30px; }

.page-architecture #slider_architecture_carousel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .page-architecture #slider_architecture_carousel li {
    width: 18%;
    margin-bottom: 15px; }
    .page-architecture #slider_architecture_carousel li:not(:nth-child(5n)) {
      margin-right: 2.5%; }

.page-architecture .title {
  font-size: 28px;
  margin: 60px 0 60px; }

/* Single
------------------------------------------------------------ */
.page-single .title {
  font-size: 28px;
  margin: 0 0 60px; }

.article {
  line-height: 2.0; }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: .08em; }
  .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.4; }
  .article h1 {
    font-size: 2.4em;
    margin-bottom: 1em; }
  .article h2 {
    font-size: 2.0em;
    margin: 2em 0 1em;
    padding: 15px 0;
    font-weight: bold; }
  .article h3 {
    font-size: 1.5em;
    margin: 2em 0 1em;
    padding: 8px 0 8px 15px;
    border-left: 5px solid #231815;
    font-weight: bold; }
  .article h4 {
    font-size: 1.5em;
    margin: 2em 0 1em;
    font-weight: bold; }
  .article h5 {
    font-size: 1.4em;
    margin: 2em 0 1em;
    font-weight: bold; }
  .article h6 {
    font-size: 1.2em;
    margin: 2em 0 1em;
    font-weight: bold; }
  .article p {
    font-size: 16px;
    line-height: 2.5;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    margin-bottom: 2.0em; }
  .article ul li, .article ol li {
    font-size: 16px;
    line-height: 2.5;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    margin-bottom: .8em; }
  .article img {
    max-width: 100%;
    width: inherit;
    height: auto; }
  @media (max-width: 767px) {
    .article h2 {
      font-size: 1.6em; }
    .article h3 {
      font-size: 1.2em;
      margin: 1.4em 0 .8em; }
    .article h4 {
      font-size: 1.2em; }
    .article h5 {
      font-size: 1.1em; } }

/* SNS
------------------------------------------------------------ */
#sns {
  margin-bottom: 100px; }

/* Temp
------------------------------------------------------------ */
.new_open {
  display: block;
  margin: 0 auto 60px;
  max-width: 480px;
  width: 80%; }
  @media screen and (max-width: 719px) {
    .new_open {
      margin-bottom: 30px; } }

/* Slider(Eyecatch)
------------------------------------------------------------ */
.area_eyecatch {
  position: relative;
  height: 80vh;
  overflow: hidden;
  margin-bottom: 40px; }
  .area_eyecatch .wrap_logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1; }
    .area_eyecatch .wrap_logo .logo {
      margin: 0 auto;
      display: block;
      width: 280px; }
  .area_eyecatch .wrap_sns {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: -60px;
    margin: 0 auto;
    text-align: right;
    z-index: 1; }
    .area_eyecatch .wrap_sns a {
      margin-left: 15px; }
      .area_eyecatch .wrap_sns a img {
        width: 35px; }

@media screen and (max-width: 767px) {
  .area_eyecatch {
    height: 60vh;
    margin-bottom: 0; }
    .area_eyecatch .wrap_logo .logo {
      width: 53%;
      max-width: 280px; } }

/* Toppage Slider */
.p-mv {
  height: 100%;
  width: 100%;
  position: relative; }
  .p-mv .swiper-container-mv-bg, .p-mv .swiper-wrapper {
    width: 100%;
    height: 100%; }
  .p-mv .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .p-mv {
      height: 60vh;
      margin-bottom: 60px; } }

/* PCメニュー */
#gnav_pc {
  margin-bottom: 20px; }
  #gnav_pc nav ul {
    display: flex;
    justify-content: space-between; }
    #gnav_pc nav ul li a {
      color: #231815;
      font-family: "Londrina Solid", cursive;
      font-size: 19px;
      letter-spacing: .2em;
      font-weight: 600;
      line-height: 2.0; }
      #gnav_pc nav ul li a span {
        display: block;
        text-align: center;
        color: #9FA0A0;
        font-size: 11px;
        letter-spacing: .16em;
        font-weight: 400; }

.p-title {
  font-family: "Londrina Solid", cursive;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: .18em;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.2; }
  .p-title span {
    display: block;
    font-size: 17px;
    letter-spacing: .12em;
    margin-top: 22px;
    font-weight: 900; }

.p-news-list li {
  margin-bottom: 12px; }
  .p-news-list li .meta {
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
    .p-news-list li .meta .date {
      display: inline-block;
      width: 7em;
      margin-right: 10px; }
    .p-news-list li .meta .cat {
      display: inline-block;
      width: 7em;
      margin-right: 10px;
      color: #E3007F; }
  .p-news-list li .title {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6; }

@media screen and (max-width: 719px) {
  .list li .meta {
    display: block;
    margin-bottom: 2px; } }

.wrap_box_r, .wrap_box_l {
  margin-bottom: 100px; }
  .wrap_box_r .box_top, .wrap_box_l .box_top {
    overflow: hidden;
    margin-bottom: 60px;
    position: relative; }
    .wrap_box_r .box_top .image, .wrap_box_l .box_top .image {
      width: 67%;
      margin-top: 50px;
      float: left; }
    .wrap_box_r .box_top .title, .wrap_box_l .box_top .title {
      position: absolute;
      width: 60%;
      right: 0;
      top: 25%;
      font-size: 18px;
      line-height: 2.4;
      color: #fff;
      text-align: right; }
      .wrap_box_r .box_top .title > span, .wrap_box_l .box_top .title > span {
        display: block; }
      .wrap_box_r .box_top .title > .-en, .wrap_box_l .box_top .title > .-en {
        font-family: "Londrina Solid", cursive;
        color: #E5CC32;
        font-size: 110px;
        line-height: 1;
        margin-bottom: 25px; }
  .wrap_box_r:last-of-type, .wrap_box_l:last-of-type {
    margin-bottom: 0; }

.wrap_box_l .box_top .image {
  width: 67%;
  float: right; }

.wrap_box_l .box_top .title {
  float: left;
  margin-right: 0;
  left: 0;
  text-align: left; }

@media (max-width: 767px) {
  .wrap_box_r, .wrap_box_l, .wrap_box_l {
    margin-bottom: 60px; }
    .wrap_box_r .box_top, .wrap_box_l .box_top, .wrap_box_l .box_top {
      overflow: inherit;
      position: relative;
      margin-bottom: 40px; }
      .wrap_box_r .box_top .image, .wrap_box_l .box_top .image, .wrap_box_l .box_top .image {
        width: 100%;
        float: none;
        margin-top: 20px; }
      .wrap_box_r .box_top .title, .wrap_box_l .box_top .title, .wrap_box_l .box_top .title {
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 1rem;
        line-height: 2; }
        .wrap_box_r .box_top .title > .-en, .wrap_box_l .box_top .title > .-en, .wrap_box_l .box_top .title > .-en {
          font-size: 80px; } }

.p-project-list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto; }
  .p-project-list a {
    width: 48%; }
  @media (max-width: 767px) {
    .p-project-list {
      justify-content: center;
      flex-wrap: wrap; }
      .p-project-list a {
        width: 100%;
        margin: 0 20px;
        text-align: center; }
        .p-project-list a img {
          max-width: 400px;
          width: 60%; } }

.footer {
  padding: 40px 0; }
  .footer .logo {
    max-width: 260px; }
  .footer h3 {
    letter-spacing: .08em; }
  .footer .copyright {
    width: 100%;
    text-align: center; }
  .footer:before {
    content: '';
    display: block;
    max-width: 800px;
    margin: 0 auto 50px;
    border-top: 1px solid #9FA0A0; }
  @media screen and (max-width: 767px) {
    .footer .logo {
      max-width: 180px; } }

.p-bar-contact .-inner {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 420px;
  padding: 30px 10px;
  text-align: center; }
  .p-bar-contact .-inner h3 {
    font-family: "Londrina Solid", cursive;
    font-size: 44px; }
  .p-bar-contact .-inner .-tel {
    color: #231815;
    font-size: 30px;
    font-weight: bold; }

.p-siteinfo h1 {
  font-size: 0;
  margin: 0; }

.c-title {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .c-title {
      font-size: 22px; } }

.c-copy {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2.4; }
  @media screen and (max-width: 767px) {
    .c-copy {
      font-size: 1rem; } }

.c-bg {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .c-bg.-beige {
    background-color: #fef6e4; }
/*# sourceMappingURL=maps/style.css.map */
