@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  color: #322a27;
  font-size: 18px;/*---16---*/
  letter-spacing: 0.05em;
  background: #ffffff;
  transition: 2s;
}

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

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #322a27;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 768px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 999;
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    width: 15%;
    max-width: 200px;
  }
  .header .logo a {
    display: block;
  }
  .header .hamburgerBox {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 768px) {
  .navBox {
    display: flex;
    align-items: center;
  }
  .navBox .navList .ul .li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .navBox .navList .ul .li a {
    display: inline-block;
    /*font-size: clamp(13px, 1vw, 16px);*/
    font-size: clamp(13px, 1vw, 18px);
  }
  .navBox .navItem {
    width: 220px;
    width: 240px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background: #656565;
  }
  .navBox .navItem .ttl {
    padding: 2px 10px;
    font-size: 16px;/*14*/
    background: #909090;
  }
  .navBox .navItem .contact {
    max-width: 180px;
    margin: 5px auto 0;
  }
  .navBox .navItem .contact a {
    display: block;
    padding: 5px 10px;
    font-size: 18px;/*15*/
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #b6942e;
  }
  .navBox .navItem .contact a p {
    display: inline-block;
    padding: 0 0 0 25px;
    background: url(https://www.lacorolle.com/system_panel/uploads/images/header_mail.png) left center no-repeat;
    background-size: 15px auto;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.pageMain {
  margin: 82px 0 0;
}

.pageKvPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 270px;
  padding: 20px;
}
.pageKvPanel .pageKvTitle {
  width: 100%;
  max-width: 600px;/*550*/
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 40px;
  color: #f9f7f1;
  text-align: center;
  background: #5e5e5e;
}

.pageSecTtlBox {
  margin: 0 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.pageSecTtlBox .sub {
  font-size: 70px;
  color: #b6942e;
  line-height: 1;
}
.pageSecTtlBox .pageSecTtl {
  position: relative;
  margin: -30px 0 0;
  font-size: 40px;
  line-height: 1.2;
}

.secWrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 35%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore {
  max-width: 260px;
}
.btnMore a {
  display: block;
  padding: 7px 10px;
  text-align: center;
  border: 1px solid #030303;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow.png) right 15px center no-repeat;
  background-size: 5px auto;
}
@media (min-width: 768px) {
  .btnMore a:hover {
    background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat;
    background-size: 5px auto;
  }
}

.btnContact {
  max-width: 260px;
}
.btnContact a {
  display: block;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow_white.png) right 15px center no-repeat #b6942e;
  background-size: 10px auto;
}
@media (min-width: 768px) {
  .btnContact a:hover {
    background: url(https://www.lacorolle.com/system_panel/uploads/images/btn_more_arrow_white.png) right 10px center no-repeat #b6942e;
    background-size: 10px auto;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  position: relative;
  padding: 60px 0 100px;
  color: #efefef;
  text-align: center;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/footer_contact_bg.png) center no-repeat;
  background-size: cover;
}
.footer .footContact .contactItem .itemBox {
  padding: 15px 0;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}
.footer .footContact .contactItem .itemBox .ttl {
  margin: 0 0 5px;
  font-size: 24px;
}
.footer .footContact .contactItem .itemBox .tel a {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 34px;
  color: #ffffff;
  background: url(https://www.lacorolle.com/system_panel/uploads/images/footer_contact_tel.png) left center no-repeat;
  background-size: 20px auto;
}
.footer .footContact .contactItem .itemBox .btnContact {
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .footContact .contactItem {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .contactItem .itemBox {
    width: 45%;
  }
  .footer .footContact .contactItem .btnContact {
    position: relative;
    top: 20px;
  }
}
.footer .footPanel {
  padding: 60px 0 40px;
  color: #ffffff;
  background: #333333;
}
.footer .footPanel .logo {
  max-width: 300px;
  margin: 0 0 20px;
}
.footer .footPanel .copy {
  margin: 30px 0 0;
  font-size: 16px;/*14*/
  text-align: right;
}