@charset "utf-8";

/*------------------------------*/
/* RESET & SETTING */
/*------------------------------*/


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,
font,
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,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  color: inherit;
  text-decoration: none;
}

html {
  overflow: auto;
}

body {
  font-size: 62.5%;
  overflow: hidden;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}

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

br {
  letter-spacing: normal;
}

img {
  vertical-align: top;
}

.fu {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}


/*------------------------------*/
/* UTILITY */
/*------------------------------*/
* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

body,
table,
input,
textarea,
select,
option {
  color: #8C8278;
}

p {
  font-size: 1.6em;
  line-height: 1.6;
  color: #8C8278;
}

/*------------------------------*/
/* STYLE */
/*------------------------------*/
body {
  line-height: 1.6;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .7s ease;
  -ms- transition: opacity .7s ease;
  -moz- transition: opacity .7s ease;
  transition: opacity .7s ease;
}

body.fadeout::after {
  opacity: 1;
}

.u_logo {
  position: fixed;
  top: 110px;
  left: 50px;
  z-index: 100;
}

#gHeader {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.h-menu {
  display: none;
}

.btn_menu {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.btn_menu span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 23px;
  height: 3px;
  background: #fff;
  width: 60%;
}

.btn_menu span:nth-of-type(1) {
  top: 19px;
}

.btn_menu span:nth-of-type(2) {
  top: 32px;
}

.btn_menu span:nth-of-type(3) {
  top: 45px;
}

.btn_menu.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}

.btn_menu.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#gHeader .menu {
  display: flex;
  justify-content: center;
  background: #AAA096;
  border-radius: 0 0 30px 0;
  padding-bottom: 14px;
  height: 67px;
  box-sizing: border-box;
}

#gHeader .menu li {
  color: #ffffff;
  font-size: 2.0em;
  padding: 10px 30px 4px;
  margin-top: 7px;
}

#gHeader .menu li:hover {
  color: #e9d2e9;
}

#gHeader .menu li::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 21px;
  background: url(../img/common/icon_header_makura.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -7px;
}


#gHeader .menuBox {
  display: none;
  padding: 14px 5px 5px;
  width: 34%;
  height: 110%;
  position: fixed;
  left: 0;
  top: 66px;
  z-index: 600;
  background-color: #AAA096;
  box-sizing: border-box;
}

#gHeader .menuBox .close {
  padding: 19px;
  position: absolute;
  top: -66px;
  left: 0;
  background: #AAA096;
}

#gHeader .menuBox ul li.logo {
  padding: 23px 0 39px 0;
}

#gHeader .menuBox ul li {
  color: #ffffff;
  font-size: 1.8em;
  text-align: left;
  margin: 0 30px;
  padding: 15px 0 15px 24px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

#gHeader .menuBox ul li span {
  position: absolute;
  right: 29px;
  top: 21px;
}

footer {
  width: 100%;
  margin: 0 auto;
  margin-top: -260px;
  padding: 0;
  color: #ffffff;
  position: relative;
}

footer .btn_link {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .btn_link h3 {
  margin-top: 20px;
}

footer .btn_link li {
  width: 250px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 0;
  border: 4px solid #ffffff;
  box-sizing: border-box;
}

footer .btn_link li:hover {
  border: 4px solid #e9d2e9;
  background: #f2edf2;
}

footer .btn_link li:nth-child(3) {
  width: 530px;
}

footer .btn_link li h3 {
  color: #8C8278;
  font-size: 2.0em;
}

footer .sns_link {
  display: flex;
  justify-content: center;
}

footer .sns_link li {
  padding: 0 10px;
  margin: 55px 10px 40px;
}

footer .text_link {
  width: 90%;
  margin: 0 auto;
  font-size: 1.8em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

footer .text_link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}

footer .text_link>li {
  width: 48%;
}

footer .text_link>li ul li {
  border-bottom: 1px solid #ffffff;
  padding: 12px 13px;
}

footer .text_link>li ul li:last-child {
  border-bottom: none;
}

footer .text_link>li ul li img {
  padding-top: 6px;
}

footer .bg_photo img {
  width: 100%;
}

footer p {
  color: #ffffff;
}

footer .f_menu {
  background: #AAA096;
  ;
  margin: 0 auto;
  padding: 30px 0 0;
}

footer .policy {
  font-size: 1.8em;
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

footer .policy li {
  padding: 0 10px;
  margin: 0 10px;
}

footer .copy {
  font-size: 1.5em;
  background: #ffffff;
  color: #C6B198;
  padding: 20px;
}

footer a:hover {
  color: #e9d2e9;
}

.btn_more {
  width: 520px;
  border: 2px solid #50A0C8;
  background: #50A0C8;
  color: #ffffff;
  border-radius: 50px;
  padding: 16px 0;
  margin: 50px auto 0;
  font-size: 2.9em;
  letter-spacing: 0.02em;
  transition: all .3s;
  text-align: center;
}

.btn_more:hover {
  background: #ffffff;
  color: #50A0C8;
}

.btn_more.orange {
  border: 2px solid #FAAF3B;
  background: #FAAF3B;
}

.btn_more.orange:hover {
  background: #ffffff;
  color: #FAAF3B;
}

.btn_more.green {
  border: 2px solid #00A89C;
  background: #00A89C;
}

.btn_more.green:hover {
  background: #ffffff;
  color: #00A89C;
}

.btn_more.purple {
  border: 2px solid #C375AD;
  background: #C375AD;
}

.btn_more.purple:hover {
  background: #ffffff;
  color: #C375AD;
}

h2 {
  font-size: 5.2em;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

h3 {
  font-weight: normal;
  font-size: 2.7em;
}

.block {
  display: block;
  padding-bottom: 13px;
}

.sp {
  display: none !important;
}

.max {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.bubble {
  position: absolute;
  animation-name: fuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.5s;
}

.bubble02 {
  position: absolute;
  animation-name: fuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3.0s;
}

.bubble03 {
  position: absolute;
  animation-name: fuwa2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 4.5s;
}

@keyframes fuwa {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -20px)
  }
}

@keyframes fuwa2 {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -30px)
  }
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer .text_link li #form {
  position: relative;
  margin-top: 13px;
}

footer .text_link li #sbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  height: 50px;
  padding: 0 0 0 10px;
  border-radius: 50px;
  background: #fff;
}

footer .text_link li #sbtn {
  width: 100px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  border-radius: 50px;
  background: #8C8278;
  border: none;
  color: #fff;
  font-size: 1.0em;
  letter-spacing: 0.2em;
}

footer .text_link li #sbtn:hover {
  background: #B79A7B
}

.btn_list {
  background: url(../img/common/img_top_bg03.png) no-repeat top center;
  background-size: cover;
  margin-top: -120px;
  padding: 110px 0 310px;
  position: relative;
  z-index: 0;
}

.btn_list .inner {
  width: 82%;
  margin: 0 auto;
  padding: 88px 0 0;
  position: relative;
}

.btn_list .inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn_list .inner ul li {
  width: 47%;
  position: relative;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 2px solid #8C827800;
}

.btn_list .inner ul li:hover {
  border: 2px solid #8C8278;
  border-radius: 150px;
  opacity: .7;
}

.btn_list .inner ul li:nth-child(2n) {
  margin-left: 40px;
}

.btn_list .inner ul li .bg_photo img {
  width: 100%;
  height: auto;
}

.btn_list .inner ul li .text {
  width: 64%;
  position: absolute;
  top: 15%;
  left: 28%;
}

.btn_list .inner ul li:nth-child(2n) .text {
  left: 32px;
}

.btn_list .inner ul li .text h4 {
  font-size: 1.8vw;
  margin-bottom: 1px;
  font-weight: normal;
  color: #B79A7B;
}

.btn_list .inner ul li .text p {
  font-size: 1.2vw;
  line-height: 1.65;
  text-align: left;
}

.btn_list picture {
  position: absolute;
}

.btn_list .makura13 {
  top: 162px;
  right: -140px;
  z-index: -1;
}

.btn_list .sheep06 {
  bottom: -150px;
  left: 220px;
  z-index: -1;
}

nav.bread {
  font-size: 1.5em;
  position: absolute;
  top: 140px;
  left: 35px;
  z-index: 20;
}

nav.bread a img {
  width: 18px;
  height: auto;
  padding-right: 7px;
  padding-top: 2px;
}

.btn_list nav.bread {
  top: auto;
  bottom: -30px;
  left: -60px;
}

@media (max-width: 1100px) {
  .mv .inner {
    width: auto;
  }

  #gHeader .menu li {
    color: #ffffff;
    font-size: 1.8vw;
    padding: 1.4vw 2vw 4px;
    margin-top: 7px;
  }

  footer .btn_link {
    width: auto;
    margin: 0 20px;
  }

  footer .btn_link li {
    width: 30vw;
    padding: 30px 0;
    margin-right: 16px;
  }

  footer .btn_link li:last-child {
    margin-right: 0;
  }

  footer .btn_link li h3 {
    color: #8C8278;
    font-size: 2.4vw;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {

  body {
    min-width: auto;
    font-size: 55.147% !important;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  a:hover img,
  a:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

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

  body {
    font-size: 12px;
    min-width: inherit;
  }

  #container {
    min-width: auto;
  }

  .cont {
    width: auto;
  }

  p {
    font-size: 1.4em;
    word-break: break-all;
    line-height: 1.6;
  }

  h2 {
    font-size: 2.8em;
  }

  h3 {
    font-size: 2.0em;
  }

  .u_logo {
    width: 100px;
    height: auto;
    top: 20px;
    left: 20px;
  }

  #gHeader {
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0 0 0 60px;
    padding: 0 0 30px;
    background: #AAA096;
    box-sizing: border-box;
  }

  #gHeader .menu {
    height: auto;
    display: inherit;
    margin-top: 53px;
    background: none;
  }

  #gHeader .menuBox {
    display: none;
    top: 0;
    padding: 14px 5px 5px;
    width: 100%;
    overflow-y: scroll;
  }

  #gHeader .menu li {
    font-size: 1.5em;
    padding: 16px 16px 4px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  #gHeader .menuBox ul li.logo img {
    width: 36%;
  }

  #gHeader .menu li:first-child {
    display: none;
  }

  #gHeader .menu li.sns img {
    width: 26px;
  }

  #gHeader .menu li.sns::before {
    display: none;
  }

  .btn_menu {
    width: 61%;
    height: 30px;
    margin: 0 11px;
  }

  #gHeader .menu li::before {
    padding-right: 0;
    margin: 0 0 9px -6px;
  }

  .btn_menu span {
    left: 0;
    width: 100%;
  }

  #gHeader .sp_menu {
    width: 18px;
    display: block;
    position: fixed;
    right: 2px;
    top: 13px;
    z-index: 500;
    padding: 15px;
  }

  #gHeader.subBox {
    text-align: left;
    padding: 40px 0;
  }

  #gHeader .subBox ul {
    width: auto;
    margin: 0 auto;
    display: inherit;
    flex-wrap: wrap;
    padding-bottom: 70px;
  }

  #gHeader .subBox ul li {
    font-size: 1.8em;
    margin: 0 16px 0;
  }

  #gHeader .subBox ul li:last-child {
    margin-bottom: 0;
  }

  #gHeader .subBox ul li.insta {
    width: 25px;
    padding-top: 17px;
  }

  #gHeader .subBox span {
    font-size: 1.5em;
    display: block;
  }

  #gHeader .menuBox .close {
    width: 30px;
    position: absolute;
    top: 0;
    right: 0px;
    left: auto;
    padding: 18px;
    z-index: 10;
  }

  #gHeader .menuBox ul li span {
    width: 5%;
    position: absolute;
    right: 23px;
    top: 19px;
  }

  #gHeader .menuBox .subBox {
    text-align: left;
    color: #fff;
  }

  #main .cont {
    width: auto;
    margin: 0 20px;
  }

  .more_btn {
    width: 160px;
    margin-top: 26px;
    padding: 4px 0;
  }

  footer {
    width: auto;
    margin: -59px auto 0;
  }

  footer .btn_link {
    width: auto;
    margin: 0 70px 0 20px;
  }

  footer .btn_link li:first-child {
    margin-right: 5%;
  }

  footer .f_menu {
    width: auto;
    margin: 0 auto;
  }

  footer .inner {
    width: auto;
    margin: 0 20px;
  }

  footer .btn_link {
    width: auto;
    margin: 0 70px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .btn_link li {
    width: 47%;
    padding: 22px 0 0;
    margin-bottom: 5%;
  }

  footer .btn_link li:nth-child(3) {
    width: 100%;
    flex-shrink: 0;
  }

  footer .btn_link li img {
    width: 60px;
    height: auto;
    margin-left: -15px;
  }

  footer .sns_link {
    margin: 0 70px 0 20px;
  }

  footer .text_link {
    width: auto;
    margin: 0 70px 0 20px;
    display: inherit;
  }

  footer .text_link>li ul li img {
    padding-top: 6px;
    width: 13px;
    height: auto;
  }

  footer .text_link>li {
    width: 100%;
  }

  footer .sp_fmenu {
    background: #efefef;
    margin-bottom: 30px;
    text-align: left;
    padding: 40px 0;
  }

  footer .sp_fmenu ul {
    width: 266px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 70px;
  }

  footer .sp_fmenu ul li {
    width: 130px;
    margin-bottom: 23px;
  }

  footer .sp_fmenu ul li:last-child {
    margin-bottom: 0;
  }

  footer .sp_fmenu span {
    font-size: 1.5em;
    display: block;
  }

  footer .inner .menu_box {
    margin-right: 0;
  }

  footer .inner ul {
    font-size: 1.2em;
    position: inherit;
    margin: 29px 70px 29px 0;
  }

  footer .policy li {
    padding: 0;
    margin: 0 7px;
  }

  footer .policy {
    font-size: 1.4em;
    position: inherit;
    margin: 40px 51px 44px 0;
  }

  footer .copy {
    position: static;
    padding: 25px 40px 25px 0;
  }

  footer .text_link>li ul li {
    padding: 12px 0 12px 8px;
  }

  .btn_more {
    width: 78vw;
    padding: 10px 0;
    margin: 36px 120px 0 20px;
    font-size: 4.1vw;
    box-sizing: border-box;
  }

  footer .text_link li #form {
    position: relative;
    margin: 11px 0 27px;
  }

  footer .text_link li #sbtn {
    width: 71px;
  }

  .btn_list {
    margin-top: -120px;
    padding: 110px 0 100px;
  }

  .btn_list .inner {
    width: auto;
    padding: 68px 0 0;
  }

  .btn_list .inner ul {
    display: inherit;
    margin: 0 70px 0 20px;
  }

  .btn_list .inner ul li {
    width: auto;
    margin-bottom: 30px;
  }

  .btn_list .inner ul li:nth-child(2n) {
    margin-left: 0;
  }

  .btn_list .inner ul li:nth-child(2n) .text {
    left: 28px;
  }

  .btn_list .makura13 {
    top: 284px;
    right: -30px;
    z-index: -1;
    width: 35%;
  }

  .btn_list .sheep06 {
    bottom: -104px;
    left: 80px;
    z-index: -1;
    width: 16%;
  }

  .btn_list .inner ul li .text {
    width: 63%;
    left: 30%;
  }

  .btn_list .inner ul li .text p {
    font-size: 2.6vw;
    line-height: 1.5;
  }

  .btn_list .inner ul li .text h4 {
    font-size: 3.5vw;
    margin-bottom: 6px;
  }

  nav.bread {
    font-size: 1.2em;
    position: absolute;
    top: 49px;
    left: 13px;
    z-index: 20;
  }

  nav.bread a img {
    width: 14px;
    height: auto;
    padding-top: 0px;
    padding-right: 4px;
  }

  .btn_list nav.bread {
    top: auto;
    bottom: -56px;
    left: 12px;
  }

  footer .btn_link li:nth-child(2) {
    margin-right: 0;
  }

  footer .btn_link li h3 {
    font-size: 4vw;
    line-height: 1.5;
    padding-bottom: 21px;
  }

}

@media all and (min-width: 0) and (max-width: 376px) {

  .btn_list .inner ul li .text p {
    width: 93%;
  }

  .btn_list .inner ul li:nth-child(3) .text p {
    margin-left: 14px;
  }

}