@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@400;500;700&family=Almarai:wght@300;400;700&display=swap');

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"),
    url("../../fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("../../fonts/NotoSansJP-Regular.woff")
      format("woff");
}
/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"),
    url("../../fonts/NotoSansJP-Medium.woff2") format("woff2"),
    url("../../fonts/NotoSansJP-Medium.woff")
      format("woff");
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"),
    url("../../fonts/NotoSansJP-Bold.woff2") format("woff2"),
    url("../../fonts/NotoSansJP-Bold.woff")
      format("woff");
}

/* noto-serif-jp-regular - latin_japanese */
/* @font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP"), local("NotoSerifJP-Regular"),
    url("../../fonts/NotoSerifCJKjp-Regular.min.woff2") format("woff2"),
      url("../../fonts/NotoSerifCJKjp-Regular.min.woff") format("woff");
} */
/* noto-serif-jp-500 - latin_japanese */
/* @font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"),
    url("../../fonts/NotoSerifCJKjp-Medium.min.woff2") format("woff2"),
      url("../../fonts/NotoSerifCJKjp-Medium.min.woff") format("woff");
} */
/* noto-serif-jp-600 - latin_japanese */
/* @font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"),
    url("../../fonts/NotoSerifCJKjp-SemiBold.min.woff2") format("woff2"),
      url("../../fonts/NotoSerifCJKjp-SemiBold.min.woff") format("woff");
} */

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #8B6841;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

/* FONT
***************************************************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.almarai {
  font-family: 'Almarai', sans-serif;
  font-weight: 400;
}

.yuGothic {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana,
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #8B6841;
}
a:active,
a:focus {
  outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media all and (max-width: 680px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* lazyload
***************************************************************/

.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}

/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
    transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1_sp {
    transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
    transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
    transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
}

/* w_title01
***************************************************************/
.w_title01 {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #8B6841;
}
.w_title01 .t1 {
  font-size: 70px;
  text-align: center;
  line-height: 1;
}
.w_title01 .t2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
.w_title01.c_white {
  color: #fff;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .w_title01 .t1 {
    font-size: 39px;
    line-height: 1.2;
  }
  .w_title01 .t2 {
    font-size: 13px;
    margin-top: 0;
  }
}
@media all and (max-width: 370px) {
}

/* w_btn01
***************************************************************/
.w_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 348px;
  height: 73px;
  padding: 0 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #8B6841;
  border: 1px solid #8B6841;
  position: relative;
  transition: 0.3s ease;
}
.w_btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
/* type2 */
.w_btn01.type2 {
  color: #8B6841;
  background-color: #fff;
  border-color: #8B6841;
}
.w_btn01.type2::after {
  border-color: #8B6841;
}
/* type3 */
.w_btn01.type3 {
  color: #8B6841;
  background-color: #fff;
}
.w_btn01.type3::after {
  display: none;
}
/* type4 */
.w_btn01.type4 {
  color: #4e4e4e;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.w_btn01.type4::after {
  border-color: #4e4e4e;
}
/* type5 */
.w_btn01.type5 {
}
.w_btn01.type5::after {
  display: none;
}
/* type6 */
.w_btn01.type6 {
  color: #4e4e4e;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.w_btn01.type6::after {
  display: none;
}
/* type7 */
.w_btn01.type7 {
  width: 600px;
  background: #C96565;
  border-color: #C96565;
}
.w_btn01.type7:before {
  content: "";
  background-image: url(../../img/common/ico_flag01_w.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  left: -50px;
  display: block;
  width: 39px;
  height: 100%;
}
.w_btn01.type7::after {
}
/* type8 */
.w_btn01.type8 {
  color: #fff;
  background-color: #C96565;
  border-color: #C96565;
}
.w_btn01.type8::after {
  display: none;
}
/* type9 */
.w_btn01.type9 {
  color: #8B6841;
  background-color: #fff;
  border-color: #8B6841;
}
.w_btn01.type9::after {
  border-color: #8B6841;
  transform: rotate(45deg);
  top: -5px;
}
/* type10 */
.w_btn01.type10 {
  color: #C96565;
  background-color: #fff;
  border-color: #C96565;
}
.w_btn01.type10::after {
  border-color: #C96565;
}
/* type11 */
.w_btn01.type11 {
  color: #fff;
  background-color: #C96565;
  border-color: #C96565;
}
.w_btn01.type11::after {
  border-color: #fff;
}
/* type12 */
.w_btn01.type12 {
  color: #8B6841;
  background-color: #fff;
  border-color: #fff;
}
.w_btn01.type12::after {
  display: none;
}
/* type13 */
.w_btn01.type13 {
  color: #8B6841;
  background-color: #EBEBEB;
  border-color: #8B6841;
}
.w_btn01.type13::after {
  border-color: #8B6841;
  transform: rotate(45deg);
  top: -5px;
}

@media all and (min-width: 681px) {
  .w_btn01:hover,
  a:hover .w_btn01 {
    color: #8B6841;
    background-color: #fff;
  }
  .w_btn01:hover::after,
  a:hover .w_btn01::after {
    border-color: #8B6841;
  }
  .w_btn01.h_b_w:hover {
    border-color: #fff;
  }
  .w_btn01.type2:hover,
  a:hover .w_btn01.type2 {
    color: #fff;
    background-color: #643F17;
    border-color: #643F17;
  }
  .w_btn01.type2:hover::after,
  a:hover .w_btn01.type2::after {
    border-color: #fff;
  }
  .w_btn01.type3:hover,
  a:hover .w_btn01.type3 {
    color: #fff;
    background-color: #8B6841;
  }
  .w_btn01.type3:hover::after,
  a:hover .w_btn01.type3::after {
    border-color: #fff;
  }
  .w_btn01.type4:hover,
  a:hover .w_btn01.type4 {
    color: #fff;
    background-color: #8B6841;
  }
  .w_btn01.type4:hover::after,
  a:hover .w_btn01.type4::after {
    border-color: #fff;
  }
  .w_btn01.type6:hover,
  a:hover .w_btn01.type6 {
    color: #fff;
    background-color: #8B6841;
  }
  .w_btn01.type7:hover {
    background: #fff;
    color: #C96565;
  }
  .w_btn01.type7:hover:before,
  a:hover .w_btn01.type7:before {
    background-image: url(../../img/common/ico_flag01_p.svg);
  }
  .w_btn01.type7:hover::after {
    border-color: #C96565;
  }
  .w_btn01.type8:hover,
  a:hover .w_btn01.type8 {
    color: #C96565;
    background-color: #fff;
  }
  .w_btn01.type9:hover,
  a:hover .w_btn01.type9 {
    color: #fff;
    background-color: #8B6841;
  }
  .w_btn01.type9:hover::after,
  a:hover .w_btn01.type9::after {
    border-color: #fff;
  }
  /* type10 */
  .w_btn01.type10:hover,
  a:hover .w_btn01.type10 {
    color: #fff;
    background-color: #A33434;
    border-color: #A33434;
  }
  .w_btn01.type10:hover::after,
  a:hover .w_btn01.type10::after {
    border-color: #fff;
  }
  /* type11 */
  .w_btn01.type11:hover,
  a:hover .w_btn01.type11 {
    color: #C96565;
    background-color: #fff;
  }
  .w_btn01.type11:hover::after,
  a:hover .w_btn01.type11::after {
    border-color: #C96565;
  }
  .w_btn01.type12:hover,
  a:hover .w_btn01.type12 {
    color: #fff;
    background-color: #8B6841;
    border-color: #8B6841;
  }
  .w_btn01.type13:hover,
  a:hover .w_btn01.type13 {
    color: #fff;
    background-color: #8B6841;
  }
  .w_btn01.type13:hover::after,
  a:hover .w_btn01.type13::after {
    border-color: #fff;
  }
}
@media all and (max-width: 680px) {
  .w_btn01 {
    width: 230px;
    height: 48px;
    padding: 0 14px;
    font-size: 13px;
  }
  .w_btn01::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
  .w_btn01.type7 {
    width: 250px;
  }
  .w_btn01.type7:before {
    left: -10px;
    width: 27px;
  }
}
@media all and (max-width: 370px) {
}

/* OTHER CONTENTS
***************************************************************/
.othercontentsWrap {
  padding: 100px 0;
}
.othercontentsWrap .othercontentsTitle1 {
  color: #8B6841;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}
.othercontentsWrap .othercontentsList {
  display: flex;
  justify-content: center;
}
.othercontentsWrap .othercontentsList .li1 {
  width: calc((100% - 12px) / 4);
  margin-right: 4px;
}
.othercontentsWrap .othercontentsList .li1:last-child {
  margin-right: 0;
}
.othercontentsWrap .othercontentsList .li1 a {
  display: block;
  width: 100%;
  height: 274px;
  position: relative;
}
.othercontentsWrap .othercontentsList .li1 .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.othercontentsWrap .othercontentsList .li1 .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.othercontentsWrap .othercontentsList .li1 .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.othercontentsWrap .othercontentsList .li1 .textBox {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.othercontentsWrap .othercontentsList .li1 .textBox .caption {
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.othercontentsWrap .othercontentsList .li1 .textBox .caption::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.othercontentsWrap .othercontentsList .li1 .textBox .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 681px) {
  .othercontentsWrap .othercontentsList .li1 a:hover .thumb .img1 {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .othercontentsWrap {
    padding: 40px 0 80px;
  }
  .othercontentsWrap .othercontentsTitle1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .othercontentsWrap .othercontentsList {
    display: block;
  }
  .othercontentsWrap .othercontentsList .li1 {
    width: 100%;
    margin-right: 0;
  }
  .othercontentsWrap .othercontentsList .li1 + .li1 {
    margin-top: 2px;
  }
  .othercontentsWrap .othercontentsList .li1 a {
    height: 152px;
  }
  .othercontentsWrap .othercontentsList .li1 .textBox .caption {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .othercontentsWrap .othercontentsList .li1 .textBox .title {
    font-size: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* 下層アイキャッチ
***************************************************************/
.icatchWrap .thumb .img1 {
  background-image: url(../../img/common/sample5.jpg);
}

/* typeA */
.icatchWrap.typeA {
  width: 100%;
  height: 358px;
  position: relative;
  display: flex;
}
.icatchWrap.typeA .thumb {
  width: calc(100% - 400px);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.icatchWrap.typeA .thumb .img1 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icatchWrap.typeA .titleBox {
  width: 400px;
  padding-right: 80px;
  height: 100%;
  background-color: #EBEBEB;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.icatchWrap.typeA .titleBox .w_title01 .t1 {
  font-size: 53px;
}

/* typeB */
.icatchWrap.typeB {
  width: 100%;
  height: 358px;
  position: relative;
}
.icatchWrap.typeB .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.icatchWrap.typeB .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.icatchWrap.typeB .thumb .img1 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icatchWrap.typeB .titleBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icatchWrap.typeB .titleBox .w_title01 {
  color: #fff;
}
.icatchWrap.typeB .titleBox .w_title01 .t1 {
  font-size: 53px;
}

/* typeC */
.icatchWrap.typeC {
  width: 100%;
  height: 358px;
  position: relative;
}
.icatchWrap.typeC .titleBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icatchWrap.typeC .titleBox .w_title01 {
}
.icatchWrap.typeC .titleBox .w_title01 .t1 {
  font-size: 53px;
}

/* typeD */
.icatchWrap.typeD {
  width: 100%;
  height: 217px;
  position: relative;
}
.icatchWrap.typeD .titleBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icatchWrap.typeD .titleBox .w_title01 {
}
.icatchWrap.typeD .titleBox .w_title01 .t1 {
  font-size: 53px;
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  /* typeA */
  .icatchWrap.typeA {
    height: auto;
    display: block;
    /* margin-bottom: 30px; */
  }
  .icatchWrap.typeA .thumb {
    height:0;
    width: 100%;
  }
  .icatchWrap.typeA .titleBox {
    width: 230px;
    padding-right: 0;
    height: 110px;
    /* position: absolute;
    bottom: -50px;
    left: 0;
    right: 0; */
    margin: auto;
  }
  .icatchWrap.typeA .titleBox .w_title01 .t1 {
    font-size: 28px;
  }

  /* typeB */
  .icatchWrap.typeB {
    height: 160px;
  }
  .icatchWrap.typeB .titleBox .w_title01 .t1 {
    font-size: 39px;
  }
  /* typeC */
  .icatchWrap.typeC {
    height: 110px;
  }
  .icatchWrap.typeC .titleBox .w_title01 .t1 {
    font-size: 39px;
  }
  /* typeD */
  .icatchWrap.typeD {
    height: 110px;
  }
  .icatchWrap.typeD .titleBox .w_title01 .t1 {
    font-size: 39px;
  }
}
@media all and (max-width: 370px) {
}

/* タイトル
***************************************************************/

.sectionTitleWrap {
  text-align: center;
  position: relative;
}

.sectionTitleWrap .title {
  color: #8B6841;
  text-align: center;
  background-color: #EBEBEB;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.sectionTitleWrap .title .jpn {
  font-size: 30px;
  line-height: 1;
  display: block;
}

.sectionTitleWrap .title .eng {
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

.sectionTitleWrap:before {
  content: "";
  background-color: #8B6841;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .sectionTitleWrap .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectionTitleWrap .title .jpn {
    font-size: 19px;
  }
  .sectionTitleWrap .title .eng {
    font-size: 11px;
  }
}
@media all and (max-width: 370px) {
}

/* インナー
***************************************************************/

.sectionInner {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 681px) {
  .sectionInner {
    width: 1200px;
  }
  .sectionInner.type2 {
    width: 840px;
  }
  .sectionInner.type3 {
    width: 1000px;
  }
  .sectionInner.type4 {
    width: 800px;
  }
  .sectionInner.type5 {
    width: 1100px;
  }
  .sectionInner.type6 {
    width: 900px;
  }
}

#infscr-loading {
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 200px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}


/* 共通お問い合わせ
***************************************************************/
.pageContactBox {
  width: 580px;
  margin: auto;
}

.pageContactBox .text {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 32px;
  color: #8B6841;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 12px;
  position: relative;
  z-index: 0;
}

.pageContactBox .text span {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 468px;
  height: 14px;
}

.pageContactBox .text span::before,
.pageContactBox .text span::after {
  content: '';
  position: absolute;
}

.pageContactBox .text span::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #8B6841;
}

.pageContactBox .text span::after {
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 1px solid #8B6841;
  border-bottom: 1px solid #8B6841;
  background: #EBEBEB;
}

.pageContactBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 83px;
  font-size: 24px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #8B6841;
  border-radius: 70px;
  border: 1px solid #8B6841;
  position: relative;
  z-index: 0;
}

.pageContactBox .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media all and (min-width: 681px) {
  .pageContactBox .btn {
    transition: background 0.3s,color 0.3s;
  }

  .pageContactBox .btn::before {
    transition: border-color 0.3s;
  }

  .pageContactBox .btn:hover {
    background: #fff;
    color: #8B6841;
  }

  .pageContactBox .btn:hover::before {
    border-color: #8B6841;
  }
}

@media all and (max-width: 680px) {
  .pageContactBox {
    width: 84%;
    margin: 42px auto 0;
  }
  
  .pageContactBox .text {
    font-size: 16px;
    letter-spacing: 0.035em;
    line-height: 24px;
    padding-bottom: 24px;
    margin-bottom: 11px;
  }
  
  .pageContactBox .text span {
    width: 75%;
    height: 9px;
  }
  
  .pageContactBox .text span::after {
    bottom: 1px;
    width: 15px;
    height: 15px;
  }
  
  .pageContactBox .btn {
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
  
  .pageContactBox .btn::before {
    right: 15px;
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
/* 共通お問い合わせ
***************************************************************/

/* ページナビ
***************************************************************/
.pageNaviBox {
  padding: 90px 0 5px;
}

.pageNavi {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.pageNavi li {
  width: 240px;
  border-right: 1px dotted #8B6841;
  text-align: center;
}

.pageNavi li a {
  padding: 7px 0;
}

.pageNavi li .number {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.pageNavi li .text {
  font-size: 16px;
  letter-spacing: 0.09em;
  margin: 3px 0;
}

.pageNavi li i {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #8B6841;
  border-bottom: 2px solid #8B6841;
  transform: rotate(45deg);
  margin: auto;
}

.pageNavi li:last-child {
  border-right: none;
}

@media all and (min-width: 681px) {
  .pageNavi li a {
    transition: color 0.3s;
  }

  .pageNavi li i {
    position: relative;
    bottom: 0;
    transition: border-color 0.3s,bottom 0.3s;
  }

  .pageNavi li a:hover {
    color: #C96565;
  }

  .pageNavi li:hover i {
    border-color: #C96565;
    bottom: -10px;
  }
}

@media all and (max-width: 680px) {
  .pageNaviBox {
    padding: 10px 0 5px;
  }
  
  .pageNavi li {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
  
  .pageNavi li i {
    width: 12px;
    height: 12px;
  }
  
  .pageNavi li:nth-child(3n) {
    border-right: none;
  }

  .pageNavi li:last-child,
  .pageNavi li:nth-last-child(2),
  .pageNavi li:nth-last-child(3) {
    margin-bottom: 0;
  }
}
/* ページナビ
***************************************************************/


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
/* LIXIL banner */	
  .lixilBnr {
	margin-bottom: 30px;
  }

  img .pcDisplayNone {
	display: none !important;
  }
/* LIXIL banner end */

}
@media all and (max-width: 680px) {
/* LIXIL banner */	
  .lixilBnr {
	margin-bottom: 60px;
	text-align: center !important;
  }

  img .spDisplayNone{
	display: none !important;
  }
/* LIXIL banner end */
}

@media all and (max-width: 370px) {
}
