@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
  }
}


/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* =========== site-logo =========== */
.topics-logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-height: 34px;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .topics-logo {
    width: 45%;
  }
  .topics-logo img {
    max-width: 240px;
  }
}
.topics-svg_header-logo {
  display: block;
  max-height: 34px;
  width: 100%;
  height: 100%;
  fill: #fff;
}


/*=============== btn ===============*/
.topics-box_btn {
	text-align: center;
	letter-spacing: 5px;
	width: 70%;
	margin: auto;
}
.topics-box_btn a {
    display: block;
    margin: 0 auto;
    padding: 30px 10px;
    font-size: 24px;
  	font-size: 2.4rem;
    background-color: #5A825C;
    color: #FFF;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s;
}
.topics-box_btn a span{
    display: block;
    font-size: 14px;
  	font-size: 1.4rem;
}
.topics-box_btn a:hover {
  background-color: #8BA88C;
  color: #fff;
}
.topics-box_btn img{
	width: 30px;
	padding-right: 5px;
}
@media only screen and (max-width: 48em) {
.topics-box_btn {
	letter-spacing: 2px;
	width: 80%;
}
.topics-box_btn a {
    padding: 20px 10px;
    font-size: 14px;
  	font-size: 1.4rem;
}
.topics-box_btn a span{
    display: block;
    font-size: 13px;
  	font-size: 1.3rem;
}
}


/*====== icon area ======*/

.present_container{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between !important;
	margin: auto;
}
.item{
	width: 16.6%;
	text-align: center;
	margin-bottom: 3%;
}
.item p{
    font-size: 12px;
	font-weight: 700;
	margin:auto;
	width: 95%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.svg_icon01{
	width: 45%;
	margin-bottom: 7%;
}
@media only screen and (max-width: 48em) {
.present_container{
	margin: auto auto 10px auto;
}
.item{
	width: 16.66%;
	text-align: center;
	margin-bottom: 4%;
}
.item p{
	font-weight: 700;
	margin:auto;
	width: 95%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	}
.svg_icon01{
	width: 55%;
	margin-bottom: 7%;
	}
}



/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}


/* =========== h2 topics_title =========== */
.topics_title {
  position: absolute;
  top: -30%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 65px;
  font-size: 6.5rem;
	line-height: 1.3;
}
.topics_title span{
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游明朝", "游明朝体", "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;
}
.topics_title img{
	display: block;
	width: 35%;
	margin: auto;
	padding-bottom: 15px;
}
.topics_title strong{
	border: solid 1px #fff;
	padding: 7px;
	font-size: 23px;
	line-height: 65px;
	letter-spacing: 3px;
}
@media only screen and (max-width: 48em) {
 .topics_title strong{
	padding: 4px;
	font-size: 17px;
	line-height: 40px;
}
  }

@media only screen and (max-width: 48em) {
  .topics_title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topics_title img{
	width: 70%;
}
}
.topics_title_02 {
  font-weight: normal;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Times New Roman", Times, serif;
  line-height: 2.1;
}
@media only screen and (max-width: 48em) {
  .topics_title_02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* block_sub_title */
.topics_sub_title {
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .topics_sub_title {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .topics_title img{
	width: 65%; /* 50 */
    margin: auto;
}
.topics_title {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.3;
  top: -25%;
}
  .topics_sub_title br {
    display: none;
  }
}


/* =========== h3 topics_title_h3 =========== */
.topics_title_h3 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "游明朝", "游明朝体", "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;*/
}
.topics_title_h3 span {
  display: block;
  /*font-size: 45px;*/
  /*font-size: 4.5rem;*/
  /*color: #7D6B33;/*#70924D*/
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  /*font-family: 'Mrs Saint Delafield', cursive;*/
}
.topics_title_h3 span.number{
  display: block;
  /*font-size: 45px;*/
  /*font-size: 4.5rem;*/
  /*color: #7D6B33;/*#70924D*/
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  padding-top: 20px;
  font-family: 'Mrs Saint Delafield', cursive;
  padding-bottom: 0;
}
.topics_title_h3 span.type2 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics_maintitle_h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: "游明朝", "游明朝体", "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;
}


@media only screen and (max-width: 48em) {
  .topics_title_h3 {
    font-size: 21px;
    font-size: 2.1rem;
	margin-bottom: 10px;
}
  .topics_title_h3 span { 
    font-size: 14px;
    font-size: 1.4rem;
}
  .topics_maintitle_h3 {
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 10px;
}
.topics_title_h3 span.type2 {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
}


/* =========== h3 topics_title_h4 =========== */
.topics_title_h4 {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
@media only screen and (max-width: 48em) {
  .topics_title_h4 {
    font-size: 20px;
    font-size: 2.0rem;
	margin: 0 0 10px 0;
}
}

/*無料変更アクセント*/
.topics_title2_h4 {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
  color: #b69458;
  font-weight: bold;
  padding: 10px;
  border: solid;
  border-color: #b69458;
  width: 600px;
  margin: auto;
}
@media only screen and (max-width: 48em) {
  .topics_title2_h4 {
  font-size: 18px;
  font-size: 1.8rem;
  width: 90%;
}
}
/*無料変更アクセント*/

/* =========== maintxt_are =========== */
.maintxt_area {
	text-align: center;
	line-height: 2;
	/*padding: 5% 0;*/
	width: 100%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.maintxt_area p span{
	font-weight: bold;
}
@media only screen and (max-width: 48em) {
.maintxt_area{
	line-height: 2;
	/*padding: 3% 0 5% 0;*/
	width: 90%;
	margin: auto;
}
}



/* =========== topics-box_area =========== */
.topics-box_area {
  padding: 5% 0;
}
.topics-box_inner1 {
  padding: 0;
  max-width: 1024px;
  margin: auto;
}
.topics-box_area p{
  text-align: center;
	width: 90%;
  margin: auto;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics-box_inner1 p.txt_note{
  text-align: left;
  font-size: 12px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics-box_inner1 p span.txt_heading{
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics-box_area p span.txt_heading2{
  display: block;
  font-size: 24px;
  margin: auto;
  font-weight: bold;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics-box_inner1 .imgbox_type2{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.topics-box_inner1 .imgbox_type2 .imgbox_type2_inner{
	width: 49.5%;
}
.topics-box_inner2 {
  padding: 20
}

@media only screen and (max-width: 48em) {
  .topics-box {
    padding: 0;
	/*margin-bottom: 10%;*/
  }
.topics-box_inner1 .imgbox_type2 .imgbox_type2_inner{
	width: 100%;
}
.topics-box_inner1 p span.txt_heading{
  font-size: 18px;
}
.topics-box_area p span.txt_heading2{
  font-size: 18px;
}
}

.topics-box_inner2:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* 480px */
@media only screen and (max-width: 30em) {
.topics-box_area {
  padding: 10% 0;
}
}


/*=============== 画像 ===============*/
.image_box{
	width: 100%;
	margin: auto;
    padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.image_box_inner{
	width: 49%;
	margin-bottom: 2%;
}
.image_box2{
	width: 70%;
	margin: auto;
	margin-bottom: 2%;
}
@media only screen and (max-width: 48em) {
.image_box_inner{
	width: 100%;
}
.image_box2{
	width: 90%;
	margin: auto;
}
}


/*=============== topics-box_img topics.css上書き 別タイプ ===============*/
/* type2 */
.topics-box_img.type2 img {
  float: left; 
  width: 49.8%;
  outline: solid 2px #FFFFFF;
}
.topics-box_img.type2 img:nth-child(3n+3) {
  float: right;
}
.topics-box_img.type2 img:nth-child(2n) {
  float: right;
}
.topics-box_img.type2 img:first-child {
  margin-bottom: 0.3%; 
  width: 49.8%;
	outline: solid 0px #FFFFFF;
}
/* type3 */
.topics-box_img.type3 img {
  float: left; 
  width: 100%;
  height: 50%;  
  outline: solid 2px #FFFFFF;
}

@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    background-color: #FFFFFF;
  }
}




/*=============== topicsIcon topics.css上書き ===============*/
@media only screen and (max-width: 48em) {
span.topics_icon{
	font-size: 18px;
	line-height: 3.5;
}
span.topics_icon strong{
	font-size:32px;
	}
}




/* =========== partyreport common.neo 上書き =========== */
.neo_common_slide_inner p {
	color: #000 !important;
}




/* =========== reservationArea =========== */
h3.topics_fairtitle_h3 {
	margin-bottom: 20px;
	padding:0;
	text-align:center;
	font-size: 28px;
	color: #5A825C !important;
	line-height: 1.2;
}
h3.topics_fairtitle_h3 span{
	font-size: 18px;
}
.special_box {
	max-width: 1024px;
	background-color: #FFFFFF;
	border: solid 2px #5A825C;
	padding: 50px 0;
	margin: auto;
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.special_box2 {
	width: 60%;
	padding: 45px 10px 30px 10px;
	margin: auto;
	text-align: center;
	background-color: #7D6B33;
	color: #FFFFFF;
	border: 5px double #FFFFFF;
}
.special_box2 p{
	font-size: 18px;
	font-weight: bold;
}
.special_box2 p span.typeA{
	font-size: 24px;
	border-bottom: 1px solid #FFFFFF;
}
.special_box2 p span.typeB{
	font-size: 36px;
	vertical-align: -3px;
	font-style: italic;
	padding-right: 5px;
}
.special_box_inner {
	padding: 5px;
	margin: 0 auto 20px auto;
}
.special_box .special_box_text1{
	font-size: 24px;
	font-weight: bold;
}
.special_box .special_box_text1 span{
	font-size: 18px;
}
.special_box .special_box_text2{
	font-size: 14px;
	font-weight: normal;
}
br.add_480{
	display: none;
}

/* 768px */
@media only screen and (max-width: 48em) {
.special_box2 {
	width: 100%;
}
.special_box2 p{
	font-size: 16px;
}
.special_box2 p span.typeA{
	font-size: 18px;
}
}

/* 480px */
@media only screen and (max-width: 30em) {
h3.topics_fairtitle_h3 {
	font-size: 26px;
}
h3.topics_fairtitle_h3 span{
	font-size: 16px;
}
.special_box .special_box_text1{
	font-size: 18px;
}
.special_box .special_box_text1 span{
	font-size: 14px;
}
.special_box .special_box_text2{
	font-size: 12px;
}
br.add_480{
	display: block;
}
}









/* =========== event =========== */
.event_btnbox {
}
.plus {
	font-size: 80px;
	font-weight: bold;
}
.figure {
	
}
.benefit_box {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	/*border:double;*/
	padding: 20px;
}
.benefit_box p.text1 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
.benefit_box p {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.benefit_box p.text1 span.style1 {
	font-size: 45px;
	font-style: italic;
	padding-right: 15px;
	border-bottom: double 5px #444;
}
.benefit_box p.text1 span.style2{
	font-size: 16px;
}
.benefit_box p.text2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 5px;
}
.benefit_box p.text3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.flex_2A_2 {
	position: relative;
	display: flex;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 40% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 60% !important;
}

/* modal */
.benefit_box .planbox {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.benefit_box .planbox a{
	text-decoration: none;
	color: #000000;
	border: 2px #000000 solid;
	padding: 5px 30px;
	font-weight: bold;
	transition: 0.5s;
}
.benefit_box .planbox a:hover{
	text-decoration: none;
	color: #FFFFFF;
	border: 2px #000000 solid;
	background-color: #000000;
	transition: 0.5s;
}
p.text3 {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.remodal-cancel {
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
    background: #5A825C !important;
}
.Plus {
	font-size: 70px;
	font-weight: normal;
}

/* 480px */
@media only screen and (max-width: 30em) {
.benefit_box {
	width: 95%;
	margin: auto;
}
.benefit_box p.text1 {
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.benefit_box p.text1 span.style1 {
	font-size: 32px !important;
	line-height: 2;
}
.benefit_box p.text1 span.style2{
	font-size: 14px !important;
}	
.benefit_box p.text2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.benefit_box p.text3 {
	font-size: 16px;
}
.flex_2A_2 {
	display: block;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 100% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 100% !important;
}
.benefit_box .planbox {
	margin-bottom: 25px;
}
p.text3 {
	font-size: 18px;
}
.Plus {
    font-size: 50px;
    line-height: 1;
}
}




/* =========== osusume =========== */
.special_box_type2 {
	max-width: 1024px;
	background-color: #FFFBF4; /* #FFFBF4 */
	/*border: solid 2px #5A825C;*/
	padding: 50px 0;
	margin: auto;
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.special_box_type2 .text1{
	font-size: 18px;
	line-height: 2;
}
.special_box_type2 .text1 span{
	font-weight: bold;
}

/* 480px */
@media only screen and (max-width: 30em) {
.special_box_type2 .text1{
	font-size: 18px;
	line-height: 2;
}
.special_box_type2 .text1{
	font-size: 14px;
	line-height: 2;
}
}

/*=============== parts color ===============*/

.bg_color1{ background-color: rgba(193, 192, 166, 0.2) !important; }
.bg_color2{ background-color: #f5f5f5 !important; }
.bg_color3{ background-color: #FFFFFF !important; }
.bg_color4{ background-color: #FFEFD1 !important; }

/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(20px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}










/*=============== コンテンツボタン ===============*/
.flex_3A {
	display: flex;
	position: relative;
}
.flex_3A div{
    width: 33.33% !important;
	margin: 0 0 0 0;
}
.flex_2A {
	position: relative;
}
.flex_2A div.flex_2A_inner1 {
    width: 33.33% !important;
}
.flex_2A div.flex_2A_inner2 {
    width: 66.67% !important;
}
.topics_contents p {
	font-size: 18px;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
}
.topics_contents .box_1 {
	height: 300px;
}
.topics_contents_btn {
	position: relative;
  	background-color: #000000;
}
.topics_contents_btn img {
	  display: block;
	  opacity: 0.7;
}
.topics_contents_btn p {
	position: absolute;
    /*top: 50%;*/
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 21px;
	text-align: center;
}
.img_wrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.img_wrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/*.img_wrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	/*transition-duration: 0.3s;	/*変化に掛かる時間*/
/*}*/


@media only screen and (max-width: 48em) {
.topics_contents_btn p {
	font-size: 13px;
}
}







/* ====================== swiper Setting ====================== */
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -30px;
}
.swiper-button-prev {
    /*background: url("../img/icon-prev.png") no-repeat center center / contain;*/
}
.swiper-button-next {
    /*background: url("../img/icon-next.png") no-repeat center center / contain;*/
}
.swiper-container {
  text-align: center;
  padding-bottom: 20px !important;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}





/*=============== ▼アクセス ===============*/
.topics-accessarea {
	
}
.topics-accessarea h3 {
	padding-top: 3%;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.3;
	text-align: center;
}
.topics-accessarea h3 span{
    font-size: 24px;
    font-size: 2.4rem;
}
.info_box {
	background-color: #F5F5F5;
	/*border: 4px double #ecb49e;*/
	padding: 5%;
	text-align: center;
	width: 95%;
	margin: auto;
}
.voice_box {
	text-align: center;
	padding: 4% 2%;
	margin: 2% auto;
	border: 4px #e6dbce double;
}
@media only screen and (max-width: 48em) {
.topics-accessarea h3 {
    font-size: 21px;
    font-size: 2.1rem;
}
.voice_box {
	width: 95%;
	margin: 30px auto;
}
.info_box {
	padding: 5% 2%;
}
}
.voice_box02 {
	text-align: center;
	padding: 4% 2%;
	margin: 3% auto;
	border: 4px #A90000 double;
}
@media only screen and (max-width: 48em) {
.voice_box02 {
	width: 95%;
	margin: 30px auto;
}
}
p.acces_titl {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 60em) {
p.acces_titl {
	font-weight: bold;
	font-size: 20px;
	margin: 10px auto;
}
}

p.schedule_maintxt{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
@media only screen and (max-width: 48em) {
p.schedule_maintxt{
	font-size: 20px;
	line-height: 25px
}
}

.schedule_maintxt span{
	font-size: 22px;
}
.schedule_maintxt strong{
	color: #A90000;
}
@media only screen and (max-width: 60em) {
.schedule_maintxt span{
	font-size: 16px;
}
}

.schedule_maintxt02{
	margin-bottom: 10px;
}
.schedule_maintxt02 span{
	font-size: 22px;
	line-height: 2.5;
}
.schedule_maintxt02 strong{
	color: #A90000;
	font-size: 22px;
}
@media only screen and (max-width: 60em) {
.schedule_maintxt02 span{
	font-size: 16px;
}
.schedule_maintxt02 strong{
	color: #A90000;
	font-size: 16px;
}
}
p.access_txt{
	font-weight: bold;
	font-size: 18px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
p.access_txt_2{
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
p.access_txt span {
 /*color: #A90000; */
 font-size: 15px;
font-weight: bold;
}
p.access_txt span.type2 {
color: #A90000;
font-size: 18px;
font-weight: bold;
}
.map_img{
	width: 60%;
	margin: 20px auto auto auto;
}
@media only screen and (max-width: 30em) {
p.access_txt{
	font-weight: bold;
	font-size: 16px;
}
p.access_txt_2{
	font-size: 13px;
}
.map_img{
	width: 100%;
	margin: 10px auto auto auto;
}
}

span.day{
	font-size: 20px;
	display: inline-block;
	color: #463e3a;
	font-weight: bold;
}
@media only screen and (max-width: 60em) {
span.day{
	font-size: 15px;
}
}
/*=============== ▲アクセス ===============*/




/*=============== ▼バナー ===============*/
/* component.css 上書き */
.image-box_title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "游明朝", "游明朝体", "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;
}
.image-box_title span {
    font-size: 18px;
    font-size: 1.8rem;
}
.image-box_header {
    position: absolute;
    top: 0;
    height: 60%;
}
.image-box_content {
    position: absolute;
    bottom: -20px;
    height: 40%;
}
@media only screen and (max-width: 30em) {
.image-box_title {
    font-size: 18px;
    font-size: 1.8rem;
}
.image-box_content {
    position: absolute;
    bottom: -10px;
}
}
/*=============== ▲バナー ===============*/


/*=============== 特典 ===============*/
section.tax_message_sect{
	text-align: center;
}
section.tax_message_sect .tax_message_sect_box p{
	font-size: 20px;
	line-height: 1.5;
}
section.tax_message_sect .tax_message_sect_box strong{
	font-size: 34px;
    color: #5A825C;
	font-weight: bold;
	vertical-align: -2px;
	line-height: 1;
}
section.tax_message_sect .tax_message_sect_box strong span{
	font-size: 24px;
	vertical-align: 4px;
}
section.tax_message_sect .tax_message_sect_box span.type2{
	font-size: 14px;
}
section.tax_message_sect .text_plus {
	font-size: 50px;
	color: #7D6B33;
}
.amazon_logo img{
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 48em) {
section.tax_message_sect .tax_message_sect_box p{
	font-size: 16px;
	line-height: 1.5;
}
section.tax_message_sect .tax_message_sect_box strong span{
	font-size: 16px;
	vertical-align: 3px;
}
}


/*=============== こんなふたりにおすすめ ===============*/
.osusume_box{
	padding: 5% 0;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.osusume_box_inner{
	width: 100%;
	background-color: #FFFFFF;
	padding: 3% 2%;
}
.osusume_box p{
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
    line-height: 1.8;
	font-weight: bold;
	padding-top: 5px;
	border-top: 1px #444 solid;
	border-bottom: 1px #444 solid;
}
.osusume_box ul {
  line-height: 1.8;
  list-style-type: none;
  text-align: center;
}
.osusume_box li+li {
  margin-top: 5px;
}
.osusume_box li {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.osusume_box li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 18px;
  top: 5px;
  left: 8px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #5A825C;
  border-bottom: 2px solid #5A825C;
}
.osusume_box li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #5A825C;
  border-radius: 2px;
}
.marker {
	background: linear-gradient(transparent 0%, #FFF1AB 0%);
}
@media only screen and (max-width: 48em) {
	.osusume_box p{
		font-size: 24px;
		font-size: 2.4rem;
	}
	.osusume_box li {
		font-size: 14px;
		font-size: 1.4rem;
	  }
	.osusume_box_inner{
		width: 95%;
		margin: auto;
		padding: 20px;
	}
	.osusume_box li:before {
	top: 0px;
	left: 8px;
	width: 5px;
	height: 15px;
	}
	.osusume_box li:after {
	top: 3px;
	left: 0;
	}
}


/* ========== margin setting ========== */
.mbset_A{margin-bottom:5% !important;}
.mbset_B{margin-bottom:3% !important;}
.mbset_C{margin-bottom:30px !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.mbset_A{margin-bottom:10% !important;}
.mbset_B{margin-bottom:5% !important;}
.mbset_C{margin-bottom:20px !important;}
}