@charset "UTF-8";
/* CSS Document */

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

body {
  font-size: 14px;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #362a25;
}

/***********************
フォント設定
***********************/
.ff_min {
  font-family: "Noto Serif JP", serif;
}

/***********************
画像設定
***********************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
  -webkit-appearance: none;
}

a:hover {
  opacity: 0.7;
}

/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 200px;
  }
}

/***********************
Utils
***********************/

.ly_inner {
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
  position: relative;
  padding: 0 14px;
}

@media screen and (min-width: 769px) {
  .ly_inner {
    max-width: 1020px;
    padding: 0 20px;
  }
}

/***********************
Header
***********************/

#ly_header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 50px;
  z-index: 9991;
}

.logo_blc {
  padding: 12px;
  padding-right: 15px;
  width: 246px;
}

.logo_blc .img {
  display: inline-block;
}

.logo_blc .txt {
  background: #e8b85b;
  height: 20px;
  line-height: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}

#ly_header .head_contact {
  width: 78px;
  height: 38px;
  border-left: solid 1px #d9d9d9;
  position: fixed;
  top: 6px;
  right: 50px;
  padding-top: 4px;
}

#ly_header .head_contact a {
  display: block;
  text-align: center;
  font-size: 10px;
}

#ly_header .head_contact .ico {
  display: inline-block;
  margin-bottom: 7px;
}

#ly_header .head_contact .pc {
  display: none;
}

.bl_hNav {
  width: 100%;
}

.bl_hNav li {
}

.bl_hNav li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.un_menuTrigger {
  position: fixed;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #906928;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.un_menuTrigger span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}

.un_menuTrigger span:nth-of-type(1) {
  top: 12px;
}
.un_menuTrigger span:nth-of-type(2) {
  top: 19px;
}
.un_menuTrigger span:nth-of-type(3) {
  top: 26px;
}

.un_menuTrigger.active span:nth-of-type(1) {
  transform: translateX(-13px) translateY(7px) rotate(-45deg);
}
.un_menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}
.un_menuTrigger.active span:nth-of-type(3) {
  transform: translateX(-13px) translateY(-8px) rotate(45deg);
}

#ly_header .bl_menu {
  width: 100%;
  position: fixed;
  top: 50px;
  right: -200vw;
  transition: all 0.5s;
  background: #fff;
  height: calc(100svh - 50px);
  z-index: 9990;
  padding: 38px 30px;
}

#ly_header.active .bl_menu {
  right: 0;
}

.bl_hNav {
  margin-bottom: 35px;
}

.bl_hNav li {
  width: 100%;
  margin-bottom: 25px;
}

.bl_hNav li a {
  font-size: 20px;
  padding-left: 40px;
  background: url(../images/common/ico_arw_black_right.svg) right center no-repeat;
  display: block;
  position: relative;
  text-align: left;
}

.bl_hNav li.last a {
  font-size: 16px;
}

.bl_hNav li a .ico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bl_hNav li a .ico32 {
  width: 32px;
  height: 32px;
}

.bl_hNav li a .mail img {
  width: 26px;
  margin-left: 3px;
}

.insta_link a {
  background-image: linear-gradient(90deg, #fdbb56, #a037b8);
  display: block;
  border-radius: 6px;
  width: 160px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2em;
  margin: 0 auto 25px;
}

.insta_link a .ico {
  margin-right: 10px;
}

.housingtop {
  width: 155px;
  margin: 0 auto;
  text-align: center;
}

.housingtop .img img {
  width: 155px;
  max-width: none;
  margin-bottom: 10px;
}

.housingtop a {
  color: #666;
  font-size: 10px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  #ly_header {
    height: 200px;
    border-bottom: solid 4px #e8b85b;
    transition: all 0.5s;
  }

  #ly_header.scl {
    height: 140px;
  }

  .logo_blc {
    padding: 0;
    padding-top: 16px;
    padding-left: 24px;
    width: 429px;
    margin-bottom: 44px;
    transition: all 0.5s;
  }

  .logo_blc img {
    width: 405px;
  }

  #ly_header.scl .logo_blc {
    margin-bottom: 10px;
  }

  .logo_blc .txt {
    height: 37px;
    line-height: 37px;
    font-size: 22px;
    padding-left: 9px;
    padding-right: 16px;
  }

  #ly_header .head_contact {
    width: 320px;
    height: 48px;
    background: #906928;
    border-radius: 4px;
    top: 16px;
    right: 25px;
    padding: 0;
  }

  #ly_header .head_contact a {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 14px;
    padding-left: 18px;
    width: 320px;
    height: 48px;
  }

  #ly_header .head_contact br {
    display: none;
  }

  #ly_header .head_contact .ico {
    margin-right: 5px;
    margin-bottom: 0;
  }

  #ly_header .head_contact .pc {
    display: inline-block;
    vertical-align: middle;
  }

  #ly_header .head_contact .sp {
    display: none;
  }

  .bl_hNav {
    width: 100%;
  }

  .un_menuTrigger {
    display: none;
  }

  #ly_header .bl_menu {
    width: 100%;
    max-width: 980px;
    position: static;
    height: 88px;
    padding: 0;
    padding-bottom: 14px;
    margin: 0 auto;
  }

  #ly_header.scl .bl_menu {
    height: 44px;
  }

  .bl_hNav {
    margin-bottom: 0;
  }

  .bl_hNav li {
    width: 20%;
    display: inline-block;
    margin-bottom: 0;
    border-right: dotted 1px #906928;
  }

  .bl_hNav li:nth-child(5n) {
    border-right: none;
  }

  .bl_hNav li a {
    font-size: 16px;
    font-weight: 400;
    color: #906928;
    padding-left: 0;
    background: none;
    text-align: center;
    padding-top: 60px;
  }

  .scl .bl_hNav li a {
    padding-top: 40px;
  }

  .bl_hNav li.last {
    display: none;
  }

  .bl_hNav li a .ico {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 48px;
    transition: all 0.5s;
  }

  .scl .bl_hNav li a .ico {
    width: 32px;
  }

  .bl_hNav li a .ico img {
    width: 48px;
    max-width: none;
    transition: all 0.5s;
  }

  .scl .bl_hNav li a .ico img {
    width: 32px;
  }

  .insta_link {
    display: none;
  }

  .housingtop {
    display: none;
  }
}

/***********************
Footer
***********************/

#ly_footer {
  background: #fff;
  padding: 30px 0 60px;
}

#ly_footer .logo_blc {
  margin: 0 auto 10px;
  width: 279px;
  padding: 0;
}

#ly_footer .addr {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#ly_footer .contact_box {
  margin-bottom: 20px;
}

.contact_box {
  text-align: center;
}

.contact_box a {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
}

.contact_box a .min {
  font-size: 24px;
}

.contact_box .txt {
  font-size: 12px;
}

#ly_footer .contact_link {
  margin-bottom: 30px;
}

.contact_link {
  font-size: 16px;
  border: solid 2px #e8b85b;
  background: url(../images/common/ico_arw_brown_right.svg) right 14px center no-repeat;
  text-align: center;
  width: 100%;
  max-width: 347px;
  color: #362a25;
  border-radius: 10px;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

.contact_link.non_bd {
  display: inline-block;
  width: auto;
  border: none;
  height: auto;
  line-height: 1;
  padding: 5px 0;
  padding-right: 16px;
  background: url(../images/common/ico_arw_black_right.svg) right center no-repeat;
  background-size: 5px 8px;
}

.contact_link .ico {
  margin-right: 5px;
  display: inline-block;
  width: 26px;
  height: 16px;
  transform: translateY(-2px);
}

.contact_link .ico img {
  max-width: none;
  width: 100%;
}

#ly_footer .cards {
  width: 282px;
  margin: 0 auto 30px;
  color: #666;
  font-size: 12px;
  text-align: center;
}

#ly_footer .cards img {
  margin-bottom: 5px;
}

.un_Copyright {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #ly_footer {
    background: #fff;
    padding: 45px 0 60px;
  }

  #ly_footer .logo_blc {
    margin: 0 auto 15px;
    padding: 0;
    width: 405px;
  }

  #ly_footer .logo_blc img {
    width: 405px;
    max-width: none;
  }

  #ly_footer .addr {
    font-size: 16px;
    margin-bottom: 50px;
  }

  #ly_footer .addr br {
    display: none;
  }

  #ly_footer .addr span {
    display: inline-block;
    width: 1em;
  }

  #ly_footer .contact_box {
    margin-bottom: 50px;
  }

  .contact_box a {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .contact_box a .min {
    font-size: 36px;
  }

  .contact_box .txt {
    font-size: 16px;
  }

  #ly_footer .contact_link {
    margin-bottom: 40px;
  }

  .contact_link {
    font-size: 24px;
    width: 100%;
    max-width: 720px;
    height: 88px;
    line-height: 88px;
  }

  .contact_link.non_bd {
    display: inline-block;
    width: auto;
    border: none;
    height: auto;
    line-height: 1;
    padding: 5px 0;
    padding-right: 16px;
    background: url(../images/common/ico_arw_black_right.svg) right center no-repeat;
    background-size: 5px 8px;
  }

  .contact_link .ico {
    width: 46px;
    height: 28px;
    transform: translateY(-4px);
  }

  .contact_link .ico img {
    max-width: none;
    width: 100%;
  }

  #ly_footer .cards {
    width: 480px;
    margin: 0 auto 50px;
    font-size: 14px;
  }

  #ly_footer .cards img {
    margin-bottom: 10px;
  }

  #ly_footer .insta_link {
    display: block;
  }

  #ly_footer .insta_link a {
    width: 240px;
    height: 66px;
    line-height: 66px;
    font-size: 15px;
    margin: 0 auto 40px;
    border-radius: 9px;
  }

  #ly_footer .insta_link a .ico {
    margin-right: 10px;
  }

  #ly_footer .insta_link a img {
    width: 36px;
  }

  #ly_footer .housingtop {
    width: 220px;
    display: block;
  }

  #ly_footer .housingtop .img img {
    width: 220px;
  }

  #ly_footer .housingtop a {
    font-size: 14px;
  }

  .un_Copyright {
    text-align: center;
  }
}

/***********************
Parts
***********************/

.bg_green {
  background: url(../images/common/backimg_main.png) left top repeat;
}

.bg_blue {
  background: #ecf6fa;
}

.bg_yellow {
  background: #ffdf69;
}

.center {
  text-align: center;
}

.sec {
  padding-top: 20px;
}

.sec_ttl {
  margin-bottom: 18px;
  text-align: center;
  color: #906928;
  font-size: 24px;
  font-weight: 800;
}

.sec_ttl .ja {
  padding: 3px 12px;
  display: inline-block;
  background: #e8b85b;
  font-size: 11px;
  border-radius: 20px;
  color: #362a25;
  font-weight: 700;
}

.new {
  width: 36px;
  height: 38px;
  position: absolute;
  top: -6px;
  right: 24px;
  z-index: 10;
}

.border_box {
  border: solid 2px #906928;
  background: #fff;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #b5d86b;
  border-radius: 10px;
}

.slick-dots li.slick-active button {
  background: #3b9e0d;
}

.slick-dots li button:before {
  display: none;
}

.slick-prev,
.slick-next {
  width: 8px;
  height: 15px;
  z-index: 10;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  background: url(../images/common/ico_arw_green_large_left.svg) center center no-repeat;
  left: 0;
}

.slick-next {
  background: url(../images/common/ico_arw_green_large_right.svg) center center no-repeat;
  right: 0;
}
.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/common/ico_arw_green_large_left.svg) center center no-repeat;
}

.slick-next:hover,
.slick-next:focus {
  background: url(../images/common/ico_arw_green_large_right.svg) center center no-repeat;
}

.btn_cmn {
  display: inline-block;
  width: 280px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  border: solid 1px #906928;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #906928;
  background: #fff url(../images/common/ico_arw_brown_right.svg) right 14px center no-repeat;
}

.page_nav {
  text-align: center;
  margin: 30px auto 0;
}

.page_nav .current,
.page_nav a {
  border-radius: 4px;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  border: none;
}

.page_nav .current {
  background: #906928;
  color: #fff;
}

.page_nav a {
  background: #fff;
  color: #e8b85b;
}

.page_nav .previouspostslink,
.page_nav .nextpostslink {
  background: transparent;
  vertical-align: bottom;
}

.page_nav .previouspostslink {
  background: url(../images/common/ico_arw_large_brown_left.svg) center center no-repeat;
}

.page_nav .nextpostslink {
  background: url(../images/common/ico_arw_large_brown_right.svg) center center no-repeat;
}

.page_single_nav {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.page_single_nav .center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page_single_nav .left {
  text-align: left;
  float: left;
}

.page_single_nav .right {
  text-align: left;
  float: right;
}

.page_single_nav a {
  color: #906928;
  font-size: 14px;
  font-weight: 800;
}

.page_single_nav a .ico {
  vertical-align: bottom;
  display: inline-block;
}

.page_single_nav a.prev .ico {
  margin-right: 5px;
}

.page_single_nav a.next .ico {
  margin-left: 5px;
}

.fc_red {
  color: #f54c4c;
}

@media screen and (min-width: 769px) {
  .sec {
    padding-top: 50px;
  }

  .sec_ttl {
    margin-bottom: 50px;
    font-size: 48px;
  }

  .sec_ttl .ja {
    padding: 6px 24px;
    font-size: 22px;
    border-radius: 50px;
  }

  .new {
    width: 54px;
    height: 57px;
    top: -14px;
    right: 32px;
  }

  .new img {
    width: 100%;
  }

  .border_box {
    border: solid 4px #906928;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #b5d86b;
    border-radius: 10px;
  }

  .slick-prev,
  .slick-next {
    width: 16px;
    height: 30px;
    z-index: 10;
  }

  .slick-prev {
    background: url(../images/common/ico_arw_green_large_left.svg) center center no-repeat;
    background-size: 16px 30px;
    left: 0;
  }

  .slick-next {
    background: url(../images/common/ico_arw_green_large_right.svg) center center no-repeat;
    background-size: 16px 30px;
    right: 0;
  }
  .slick-prev:hover,
  .slick-prev:focus {
    background: url(../images/common/ico_arw_green_large_left.svg) center center no-repeat;
    background-size: 16px 30px;
  }

  .slick-next:hover,
  .slick-next:focus {
    background: url(../images/common/ico_arw_green_large_right.svg) center center no-repeat;
    background-size: 16px 30px;
  }

  .btn_cmn {
    width: 420px;
    height: 54px;
    line-height: 54px;
    font-size: 21px;
    background: #fff url(../images/common/ico_arw_brown_right.svg) right 20px center no-repeat;
    background-size: 8px 12px;
  }

  .page_nav {
    text-align: center;
    margin: 60px auto 0;
  }

  .page_nav .current,
  .page_nav a {
    border-radius: 6px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 21px;
    margin: 0 4px;
  }

  .page_nav .previouspostslink,
  .page_nav .nextpostslink {
    background: transparent;
  }

  .page_nav .previouspostslink {
    background: url(../images/common/ico_arw_large_brown_left.svg) center center no-repeat;
    background-size: 12px 19px;
  }

  .page_nav .nextpostslink {
    background: url(../images/common/ico_arw_large_brown_right.svg) center center no-repeat;
    background-size: 12px 19px;
  }

  .page_single_nav {
    max-width: 472px;
    margin: 0 auto;
  }

  .page_single_nav a {
    font-size: 21px;
  }

  .page_single_nav a img {
    width: 12px;
    height: 19px;
  }

  .page_single_nav a.prev .ico {
    margin-right: 10px;
  }

  .page_single_nav a.next .ico {
    margin-left: 10px;
  }
}
.pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 50;
  transition: all 0.3s;
}

.pagetop a {
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 1.5rem;
}

.pagetop a span {
  display: none;
}

.pagetop.on {
  visibility: visible;
  opacity: 1;
}

.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

/*PC版のみhoverを付与*/

@media screen and (min-width: 769px) {
  .pagetop.on a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}

@media screen and (max-width: 480px) {
  .pagetop {
    bottom: 7.5rem;
  }
}

@media screen and (min-width: 481px) {
  .a_sp {
    pointer-events: none;
  }
}
