@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    margin: 0 15px;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
  width: 342px;
  padding: 17px;
  margin: 0;
  color: #816d51;
  font-weight: bold;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background: #faf8ec url("../../img/common/icon04.png") no-repeat right 24px center;
  letter-spacing: 0.15em;
}
.comLink a:hover {
  opacity: 0.7;
}
.comLink01 a {
  background-image: url("../../img/common/icon05.png");
  background-color: rgba(251, 250, 249, 0.76);
  border: 2px solid #e0d8cb;
}
@media all and (max-width: 896px) {
  .comLink a {
    width: 100%;
    max-width: 342px;
    padding: 15px 34px;
    margin: 0 auto;
    background: #faf8ec url("../../img/common/icon04.png") no-repeat right 16px center;
    background-size: 12px auto;
  }
  .comLink01 a {
    background-image: url("../../img/common/icon05.png");
    background-color: rgba(251, 250, 249, 0.76);
    border-width: 1px;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 44px;
}
.headLine01 .top {
  margin-bottom: 14px;
  display: block;
}
.headLine01 .ttl {
  display: block;
  font-size: 2.55rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 30px;
  }
  .headLine01 .top img {
    width: 120px;
  }
  .headLine01 .ttl {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 57px;
  color: #937848;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.headLine02 .info {
  padding: 0 22px;
  position: relative;
  display: inline-block;
}
.headLine02 .info:before {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 58px;
  height: 1px;
  background: #937748;
  content: "";
}
.headLine02 .info:after {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 58px;
  height: 1px;
  background: #937748;
  content: "";
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 60px;
    font-size: 2.3rem;
  }
  .headLine02 .info {
    padding: 0 15px;
  }
  .headLine02 .info:before {
    width: 35px;
  }
  .headLine02 .info:after {
    width: 35px;
  }
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
  margin: 0 0 86px -22px;
}
.comInner .photoBox {
  float: left;
}
.comInner .textBox {
  padding-top: 136px;
  float: right;
  width: 550px;
}
.comInner .textBox .title {
  padding: 0 0 43px 90px;
  position: relative;
  font-weight: bold;
}
.comInner .textBox .title .txtSpan {
  position: absolute;
  font-size: 2.3rem;
  top: 15px;
  left: 0;
  letter-spacing: 0.15em;
}
.comInner .textBox .txt {
  margin-bottom: 50px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.comInner .textBox .txt:last-child {
  margin-bottom: 0;
}
.comInner .textBox .txtList {
  margin-bottom: 42px;
}
.comInner .textBox .txtList li {
  margin-bottom: 5px;
  color: #937848;
  padding: 7px;
  background: #fbfaf8;
  text-align: center;
  font-size: 1.7rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-radius: 30px;
  letter-spacing: 0.1em;
}
.comInner01 {
  margin: 0 -22px 62px -1px;
}
.comBg {
  position: relative;
}
.comBg:before {
  position: absolute;
  right: 0;
  top: 94px;
  width: calc(50% + 510px);
  height: 497px;
  background: #faf8ec;
  content: "";
  z-index: -1;
}
.comInner01 .photoBox {
  float: right;
}
.comInner01 .textBox {
  padding-top: 140px;
  float: left;
}
@media all and (max-width: 896px) {
  .comInner {
    margin: 0 0 50px;
  }
  .comInner .photoBox {
    float: none;
    text-align: center;
  }
  .comInner .textBox {
    padding-top: 30px;
    float: none;
    width: auto;
  }
  .comInner .textBox .title {
    padding: 0 0 26px 70px;
  }
  .comInner .textBox .title .txtSpan {
    font-size: 1.8rem;
  }
  .comInner .textBox .title .ttl img {
    width: 300px;
  }
  .comInner .textBox .txt {
    margin-bottom: 26px;
    line-height: 1.7;
  }
  .comInner .textBox .txt:last-child {
    margin-bottom: 0;
  }
  .comInner .textBox .txtList {
    margin-bottom: 22px;
  }
  .comInner .textBox .txtList li {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .comInner01 {
    margin: 0 0 40px;
  }
  .comBg {
    position: relative;
  }
  .comBg:before {
    position: absolute;
    right: 0;
    top: 40px;
    width: calc(100% - 30px);
    height: auto;
    bottom: 40px;
  }
  .comInner01 .photoBox {
    float: none;
  }
  .comInner01 .textBox {
    padding-top: 30px;
    float: none;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
}
.headLine03 img {
  margin: -18px 25px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .headLine03 img {
    margin-right: 15px;
    width: 80px;
  }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin-bottom: 30px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  border: 2px solid #431c13;
  line-height: 3;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .headLine04 {
    font-size: 1.5rem;
    line-height: normal;
    padding: 12px;
  }
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 40px;
}
.headLine05 span {
  margin-right: 10px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast:none) {
  .comLink a {
    padding: 21px 17px 17px;
  }
  .comInner .textBox .txtList li {
    padding-top: 10px;
  }
  .headLine02 .info {
    padding-top: 8px;
  }
}
img.waku {
  border: 3px solid #fff;
  box-shadow: 0 0 8px #e4e4e4;
}