@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&family=M+PLUS+Rounded+1c:wght@400;500&display=swap');

/* font-family: 'M PLUS 1p', sans-serif; @400;500 */
/* font-family: 'M PLUS Rounded 1c', sans-serif; @400;500 */

/* ========================
 common
=========================== */
html, body {
  font-family: "M PLUS Rounded 1c", 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  /* font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-size: 10px;
  font-weight: 400;
  color: #000;
  background: #fff;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 1.8rem;
  line-height: 1.7em;
}
section {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}
img {
  height: auto;
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1em;
  padding: 0;
  margin: 0 auto 45px;
}
h2 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1em;
  padding: 0;
  margin: 0 auto 35px;
}
h3 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.1em;
  padding: 0;
  margin: 0 auto 20px;
}
p {
  padding: 0;
  margin: 0;
}
i,address {
  font-style: normal;
}
picture {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0.1em;
}
picture img {
  width: 100%;
}
main {
  width: 100%;
  margin: 0 auto;
  z-index: 9999990;
  padding: 130px 0 80px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 9px;
  }
  body {
    font-size: 1.8rem;
    line-height: 1.47em;
  }
  section {
    padding: 50px 0;
  }
  main {
    padding: 70px 0 50px;
  }
  h1 {
    font-size: 3.2rem;
    margin: 0 auto 35px;
  }
  h2 {
    font-size: 2.7rem;
    margin: 0 auto 20px;
  }
  h3 {
    font-size: 1.8rem;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}


/* ========================
 共通
=========================== */
section.bge {
  background-color: #F7F6F4;
}

.wrap {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}
.wrap.min {
  max-width: 800px;
}

.wbr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr i {
  white-space: nowrap;
}

.btn_more {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.btn_more a {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 25px;
  line-height: 1em;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #000;
}
.btn_more a:hover {
  color: #fff;
  background-color: #000;
}

.sort {
  text-align: right;
}

.mb12 { margin-bottom: 12px; }

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}



/* ========================
 ヘッダー
=========================== */
header {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 130px;
  background-color: rgba(255,255,255,0.9);
  z-index: 9980;
  position: fixed;
  top: 0;
  left: 0;
}
header .wrap {
  padding: 0;
  height: 100%;
  /* max-width: none; */

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .head_logo {
  width: 320px;
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  font-size: 4rem;
  font-weight: 500;
  white-space: nowrap;
}
header nav {
  padding: 0;
  margin: 0;
  width: calc(100% - 330px);
  font-size: 1.7rem;
  line-height: 1.1em;
}
header ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
header ul li a {
  padding: 0 20px;
  display: block;
  white-space: nowrap;
  transition:all .5s ease-out;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
  header .head_logo {
    width: 300px;
    font-size: 4vw;
  }
  header nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  header .head_logo {
    font-size: 6vw;
  }
}



/* ========================
 ページタイトル
=========================== */
#head_title {
  padding: 0;
  background-color: #F3F0E8;
}
#head_title .wrap {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#head_title h1 {
  margin-bottom: 0;
}

#head_title picture {
  overflow: hidden;
  display: inline-block;
  width: 530px;
  max-width: 50%;
  position: relative;
  /* border-radius: 0 20px 0 0; */

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#head_title picture::before {
  content: '';
  display: block;
  padding-top: 65%;
}
#head_title picture img {
  position: absolute;
  width: auto;
  height: 130%;
}
#head_title .head_title_wrap {
  width: calc(100% - 580px);
  text-align: left;
  padding-left: 45px;
}
#head_title .head_title_wrap h1 {
  line-height: 1em;
  margin-bottom: 10px;
}
#head_title .head_title_wrap h1 p {
  line-height: 1.1em;
}

@media screen and (max-width: 1024px) {
  #head_title h1 {
    margin-bottom: 15px;
  }
  #head_title picture {
    width: 40%;
  }
  #head_title .head_title_wrap {
    width: calc(60% - 65px);
  }
  #head_title .head_title_wrap p {
    line-height: 1.4em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #head_title picture {
    width: 35%;
  }
  #head_title .head_title_wrap {
    width: calc(65% - 45px);
    padding-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  #head_title {
    position: relative;
    justify-content: center;
  }
  #head_title picture {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  #head_title picture::before {
    padding-top: 50%;
  }
  #head_title picture img {
    width: 100%;
    height: auto;
  }
  #head_title .head_title_wrap {
    width: 100%;
    text-align: center;
    padding-left: 0;
    position: absolute;
    color: #fff;
  }
  #head_title .head_title_wrap .wbr {
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
}

/* ========================
 フッター
=========================== */
footer {
  padding-bottom: 30px;
  z-index: 9985;
}
footer .wrap {
  padding: 48px 0 0;
  color: #727171;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer a {
  color: #727171;
}
footer .foot_logobox {
  width: 350px;
  text-align: left;
}
footer .foot_logobox .foot_logo {
  display: block;
  margin-bottom: 20px;
  font-size: 4rem;
  color: #000;
}
footer .foot_logobox address {
  padding-bottom: 7px;
}

footer .footer_link {
  width: calc(100% - 400px);
  padding: 0;
  margin: 0;
  margin-right: 50px;
}
footer .footer_link ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .footer_link ul li {
  padding: 0 0 0 12px;
  margin: 0;
  margin-bottom: 10px;
}
footer .footer_link ul li a {
  color: #727171;
  line-height: 1em;
}
footer .footer_link li::after {
  content: "/";
  padding-left: 12px;
}
footer .footer_link li:last-child::after {
  content: "";
  padding-left: 0;
}

footer #copyright {
  display: block;
  width: calc(100% - 50px);
  text-align: right;
  font-size: 1.6rem;
  padding: 15px 0;
  padding-right: 50px;
  margin-top: 45px;
  border-top: 1px solid #727171;
}

@media screen and (max-width: 1024px) {
  footer .wrap {
    font-size: 14px;
  }
  footer .footer_link ul li {
    padding: 0 0 0 8px;
  }
  footer .footer_link li::after {
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  footer .foot_logobox {
    width: 100%;
    text-align: center;
    /* padding-bottom: 20px; */
  }
  footer .foot_logobox .foot_logo {
    margin: 0 auto 12px;
  }
  footer .foot_logobox address {
    justify-content: center;
  }
  footer .footer_link {
    display: none;
  }
  footer #copyright {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}



/* ========================
 ページトップへ戻る
=========================== */
.gotop {
  position: fixed;
  right: -100px;
  bottom: 15px;
  z-index: 9991;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.gotop.activ {
  right: 8px;
}
#top {
  position: relative;
  border-radius: 10px;
  background-color: #000;
  width: 48px;
  height: 48px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}




/* ******************************************
	side_phone
****************************************** */
.side_phone, .side_contact {
  position: fixed;
  right: -100px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.side_phone {
  z-index: 9992;
  top: 65px;
}
.side_contact {
  z-index: 9993;
  top: 120px;
}
.side_phone.activ, .side_contact.activ {
  right: 8px;
}
.side_phone a, .side_contact a {
  position: relative;
  border-radius: 10px;
  background-color: #000;
  width: 48px;
  height: 48px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.side_phone a img, .side_contact a img {
  width: 40%;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}