@charset "UTF-8";

.mainvisual_bg-img{
  display: block;
}
.mainvisual_sp-img{
  display: none;
}

@media only screen and (max-width: 30em) {
.mainvisual_bg-img{
  display: none;
}  
.mainvisual_sp-img{
  display: block;
  background-image: url('./img/mainvisual_sp.jpg') !important;
  background-position: center;       /* 水平・垂直方向の中心に配置 */
  background-repeat: no-repeat;      /* 画像を繰り返さない [4] */
  background-size: cover;            /* 要素全体を覆うように拡大・縮小 [5] */
  height: 50vh;     
}

.header-area.type-b .mainvisual {
  padding-top: 0;
}
}

/* 下からふわっとアニメーション設定 */
.animation {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.animation.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s;
}


/* ==== ポイント ==== */
.title_box_A {
  color: #49bbbc;
  text-align: center;
  padding: 1.5em;
  border-top: solid 2px #49bbbc;
  border-bottom: solid 2px #49bbbc;
  background: -webkit-repeating-linear-gradient(-45deg, #e5fbfc, #e5fbfc 3px,#f0feff 3px, #f0feff 7px);
  background: repeating-linear-gradient(-45deg, #e5fbfc, #e5fbfc 3px,#f0feff 3px, #f0feff 7px);
  position: relative;
}
.title_box_A h4{
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5em;
}
.title_box_A h4 span{
  font-size: 40px;
  font-weight: normal;
}

@media only screen and (max-width: 30em) {
.title_box_A {
  padding: 2.0em;
}
.title_box_A h4{
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.3em;
}
.title_box_A h4 span{
  font-size: 25px;
  font-weight: normal;
}
}


/* ポイントナンバリング */
.number {
 height:70px;
 width:70px;
 border-radius:50%;
 line-height:70px;
 text-align:center;
 background-color: #49bbbc;
 position: absolute;
 left: 0;
 right: 0;
 top: -50px;
 margin: auto;
}
.number span{
 font-size: 30px;
}
@media only screen and (max-width: 30em) {
.number {
 height:45px;
 width:45px;
 line-height:45px;
 top: -30px;
}
.number span{
 font-size: 25px;
}
}
/* ==== ポイント ==== */









/* ==== 特典 ==== */
.favor_area{
  border: #b69458 solid 1px;
}
.favor_box_1{
  border-top: #b69458 solid 1px;
  border-bottom: #b69458 solid 1px;
  padding: 10px 0;
  width: 80%;
  margin: 20px auto;
}
.favor_box_2{
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}

/* プラスマーク */
.dli-plus-circle {
  display: inline-block;
  vertical-align: middle;
  color: #b69458;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 3em;
  
  border: 0.2em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.dli-plus-circle > span {
  width: 52%;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dli-plus-circle > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


/* 480px */
@media only screen and (max-width: 30em) {
.favor_box_1{
  width: 100%;
}
.container{
  width: 90%;
}

/* プラスマーク */
.dli-plus-circle {
  width: 2.5em;
  height: 2.5em;
}
}


/* btn */
.btn_area{
text-align: center;
}
.Btn_01,
a.Btn_01,
button.Btn_01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #b69458;
}
.Btn_01 span{
  font-size: 1.3rem;
}
a.btn--blue.btn--cubic {
  border-bottom: 5px solid #8d7244;
}

a.btn--blue.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8d7244;
}

a.btn--radius {
  border-radius: 100vh;
}

/* component上書き */
@media only screen and (max-width: 48em) {
  .image-box.layout-2_1 {
    margin: 0 0 20px;
  }
  .image_block .btn {
    margin-bottom: 5%;
		width:230px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}


/* テキストアイコン */
.txt_icon {
 height:120px;
 width:120px;
 border-radius:50%;
 text-align:center;
 background-color: #b69458;
 position: absolute;
 left: -30px;
 top: 50px;
 margin: auto;

 display: flex;
 justify-content: center;
 align-items: center;
}
.txt_icon span{
 font-size: 25px;
 line-height: 30px;
}
@media only screen and (max-width: 30em) {
.txt_icon {
 height:60px;
 width:60px;
 left: -15px;
 top: 60px;
}
.txt_icon span{
 font-size: 15px;
 line-height:18px;
}
}

/* ==== 特典 ==== */





.sp_box01 {
	text-align: center;
	padding: 3% 1%;
	margin: 3% auto;
	border: 4px #83ad60 double;
    background-color: #f9f9f9;
}
/* 480px */
@media only screen and (max-width: 30em) {
.sp_box01 {
	width: 95%;
	padding: 4% 2%;
	margin: 5px auto;
	border: none;
}
}

.sp_box01_h3_01 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
 background-color: #5d7e2a;
 color: #fff;
}

.sp_box01_h3_01 span {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 2;
}

@media only screen and (max-width: 48em) {
  .sp_box01_h3_01 {
    font-size: 16px;
    font-size: 1.6rem;
	margin-bottom: 15px;
}
  .sp_box01_h3_01 span { 
    font-size: 18px;
    font-size: 1.8rem;
}
}


/*共通*/
.title_1{
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: "Average", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.title_2{
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  font-family: "Average", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.title_3{
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "Average", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.title_3 span{
  font-size: 24px;
  font-size: 2.4rem;
}
.text_1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-family: "Average", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.text_2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

/* 480px */
@media only screen and (max-width: 30em) {
.title_1{
  font-size: 20px;
  font-size: 2.0rem;
}
.title_2{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.text_1 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
}

.bg_color_blue{
  background-color: rgba(122, 208, 197, 0.2);
}
.bg_color_white{
  background-color: #fff;
}
.bg_color_beige{
  background-color: #f5f1eb;
}

.center{
  text-align: center;
}

.flex_2{
 display: flex;
 justify-content: space-between;
}
.flex_2_inner{
 width: 49.5%;
}
.flex_2a{
 display: flex;
 justify-content: space-between;
}
.flex_2a_inner{
 width: 50%;
}
@media only screen and (max-width: 30em) {
.flex_2_inner{
 width: 49%;
} 
}


.pdtb05p{
  padding: 5% 0;
}
.pdb10p{
  padding: 0 0 10%;
}
.pd5p{
  padding: 5%;
}

.gold{
  color: #b69458;
}
.blue{
  color: #49bbbc !important;
}
.white{
  color: #fff;
}


.gothic{
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.shadow{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 30em) {
.shadow{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}  
}