@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;
}
}


/* =========== 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: 52px;
  font-size: 5.2rem;
  line-height: 1.5;
}
.topics_title span{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  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;*/
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
}
.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: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  top: 0;
}
  .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;*/
}
.topics_maintitle_h3 .txt_strong{
	font-size: 36px;
}


@media only screen and (max-width: 48em) {
  .topics_title_h3 {
    font-size: 24px;
    font-size: 2.4rem;
	margin-bottom: 10px;
	line-height: 1.5;
}
  .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: 18px;
  font-size: 1.8rem;
}
.topics_maintitle_h3 .txt_strong{
	font-size: 21px;
}
}


/* =========== h4 topics_title_h4 =========== */
.topics_title_h4 {
  display: inline-block;
  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: 18px;
  font-size: 1.8rem;
  line-height: 150%;
  padding: 5px 20px;
  /*border: 2px solid #444;*/
  border-bottom: 2px solid #444;
}
@media only screen and (max-width: 48em) {
  .topics_title_h4 {
    font-size: 21px;
    font-size: 2.1rem;
	margin: 0 0 10px 0;
	padding: 0;
}
.topics_title_h4.type2{
    font-size: 15px;
    font-size: 1.5rem;
	padding: 0;
}
}



/* =========== h5 topics_title_h5 =========== */
.topics_title_h5 {
  display: inline-block;
  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: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  padding: 2px 30px;
  /*border: 2px solid #444;*/
  background-color: #5A825C;
  color: #FFFFFF;
}
@media only screen and (max-width: 48em) {
  .topics_title_h5 {
    font-size: 18px;
    font-size: 1.8rem;
	margin: 0 0 10px 0;
}
}



/* =========== 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_area1 {
  padding-top: 5%;
}
.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_area .one_image_box{
	text-align: center;
}
.topics-box_area .one_image_box img{
	width: 100%;
}
.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_inner1 .imgbox_type3{
	width: 100%;
	margin: auto;
}
.topics-box_inner2 {
  padding: 20px;
}
.topics-box_inner3 {
	width: 100%;
	border: 2px solid #af840d;
	background-color: #fff;
	padding: 15px;
}
.topics-box_inner3 p.txt_h {
	width: 100%;
	padding: 10px 0 8px 0;
	background-color: #af840d; /*#877041*/
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.3;
}
.topics-box_inner3 p.txt_h2 {
	width: 100%;
	padding: 10px 0 8px 0;
	color: #af840d;
	font-size: 24px;
	line-height: 1.3;
}
.topics-box_inner3 p.txt_h3 {
	width: 100%;
	padding: 10px 0 0 0;
	color: #af840d;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.topics-box_inner3 p.txt_h4{
	width: 100%;
	color: #af840d;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.5;
}
.topics-box_inner3 p.txt_h4 span{
	font-size: 45px;
}
.topics-box_inner4 {
	width: 100%;
	border: 2px solid #5A825C;
	padding: 20px !important;
}
.topics-box_inner4 .txt_h {
	width: 100%;
	padding: 10px 0 8px 0;
	background-color: #5A825C; /*#877041*/
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.3;
}
.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;
}

@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_inner1 .imgbox_type3{
	width: 95%;
}
.topics-box_inner3 {
	width: 95%;
	margin: auto;
}
.topics-box_inner4 {
	width: 95%;
	margin: auto;
}
}

.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: 5% 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;
  }
}



/* =========== 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_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;
}


/* 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;
}
.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;
}
.flex_2B {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.flex_2B div {
    width: 50% !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;
}

/* 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;
}
.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: 42px;
}
}


/*=============== 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; }
.bg_color5{ background-color: #5a825c0f !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_3A_2 {
	display: flex;
	position: relative;
	justify-content:space-between;
	flex-wrap:wrap;
}
.flex_3A_2 div.topics-box_inner1 {
    width: 32.5%;
	margin: 0 0 0 0;
}
.topics-box_inner1 p.txt_h{
	width: 100%;
	padding: 10px 0 8px 0;
	background-color: #af840d; /*#877041*/
	color: #FFFFFF;
	font-size: 24px;
	border-bottom: 1px solid #FFFFFF;
}
.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) {
.flex_3A_2 div.topics-box_inner1{
    width: 49.5%;
}
.flex_3A_2 div.topics-box_inner1:first-child {
    width: 100% !important;
}
.topics_contents_btn p {
	font-size: 13px;
}
.topics-box_inner1 p.txt_h{
	padding: 5px 0 4px 0;
	font-size: 18px;
}
}



/* ====================== 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 {
	padding: 0 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: 0;
}
}
.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.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;
}
}
/*=============== ▲バナー ===============*/



/*=============== こんなふたりにおすすめ ===============*/
.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;
  max-width: 500px;
  margin: auto;
}
.osusume_box li+li {
  margin-top: 5px;
}
.osusume_box li {
  position: relative;
  padding-left: 25px;
  display: inline-block !important;
  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;
}
@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;
	}
}


/* ====================== pickup ====================== */
.pickup_area {
	width: 100%;
	font-size: 18px;
	padding-top: 20px !important;
	padding-bottom: 30px !important;
	text-align: center;
}
.pickup_area h2 span{
	font-size: 48px !important;
	color: #bca475 !important;
}
.pickup_area p{
	font-size: 24px !important;
	line-height: 1.5 !important;
}
.pickup_area p span{
	font-size: 24px !important;
	line-height: 1.5 !important;
	font-weight: bold !important;
}
.pickup_area p.voice_txt{
	font-size: 16px !important;
	line-height: 1.8 !important;
	text-align: left;
}
.pickup_area p.voice_txt_2{
	font-size: 13px!important;
}
.pickup_area p.voice_txt span{
	/*color: #7D6B33;*/
	font-weight: bold;
	font-size: 16px !important;
}
.pickup_area p.voice_txt span.tab{
	font-weight: bold;
	font-size: 18px !important;
	background-color: #e8e8e8; /* #7D6B33; */
	padding: 8px 0;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
.pickup_area .swiper-slide{
	background-color: #FFFFFF;
	margin: auto;
	border: #7D6B33 1px dashed;
	height: 350px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 0;
}
.pickup_area p.voice_heading {
  display: inline-block;
  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: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding: 5px 20px;
  border: 3px solid #7D6B33;
  border-radius: 10px;
  background-color: #7D6B33;
  width: 300px;
  margin-bottom: 40px;
}
.pickup_area p.voice_heading:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #7D6B33 transparent transparent transparent;
}
.pickup_area p.voice_heading:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #7D6B33 transparent transparent transparent;
	}

/* 768 */
@media only screen and (max-width: 48em) {
	.pickup_area p.txt_type4 {
		font-size: 13px;
		width: 95%;
		margin: auto;
	}
	.pickup_area p{
		font-size: 16px !important;
	}
	.pickup_area p span{
		font-size: 16px !important;
	}
	.pickup_area p.voice_txt{
		font-size: 13px !important;
	}
	.pickup_area .swiper-slide{
		height: 180px;
	}
	.pickup_area .swiper-slide.long{
		height: 210px;
	}
	.pickup_area .swiper-slide.long_long{
		height: 350px;
	}
	.pickup_area p.voice_heading {
		font-size: 18px !important;
		font-size: 1.8rem !important;
		width: 200px;
	}
}


/* ====================== 4つの評価ポイント ====================== */
.flex_4A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_4A > div, .flex_4A > li , .flex_4A > section{
	width: 23%;
	margin: 0 0 10px 0;
}
.flex_4A p{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
}
.box {
    padding: 20px 0;
    margin: 2em 0;
    color: #877041;
	border-bottom: 2px #877041 solid;
	border-top: 2px #877041 solid;
	/*background-color: rgba(193, 192, 166, 0.2) !important;*/
    /*border-top: solid 10px #5A825C;*/
	position: relative;
}
.box img{
	width: 45px;
	margin: auto;
	margin-bottom: 5px;
}
.box p {
    margin: 0; 
    padding: 0;
}
.box a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 48em) {
.flex_4A{
	width: 95%;
	margin: auto;
}
.flex_4A p{
	font-size: 18px;
}
.flex_4A > div, .flex_4A > li , .flex_4A > section{
	width: 48%;
	margin: 0 0 10px 0;
}
.box {
    padding: 10px 0;
}
.box img{
	width: 40px;
}
}

/*  3つ  */
.flex_3B{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 32%;
	margin: 0 0 10px 0;
}
.flex_3B p{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
}
.flex_3B .box {
    padding: 20px 0;
    margin: 2em 0;
    color: #877041;
	border-bottom: 2px #877041 solid;
	border-top: 2px #877041 solid;
	position: relative;
}
.flex_3B .box img{
	width: 45px;
	margin: auto;
	margin-bottom: 5px;
}
.flex_3B .box p {
    margin: 0; 
    padding: 0;
}
.flex_3B .box a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 48em) {
.flex_3B p{
	font-size: 14px;
}
.flex_3B .box {
    padding: 10px 0;
}
.flex_3B .box img{
	width: 40px;
}
}


/* ====================== お楽しみコンテンツ ====================== */
.flex_4B{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_4B > div, .flex_4B > li , .flex_4B > section{
	width: 24%;
	margin: 0 0 10px 0;
}
.flex_4B p{
	font-size: 14px;
	width: 100%;
	text-align: left;

}
.flex_4B h4{
	font-size: 18px;
}

@media only screen and (max-width: 48em) {
.flex_4B{
	width: 95%;
	margin: auto;
}
.flex_4B p{
	font-size: 13px;
}
.flex_4B > div, .flex_4B > li , .flex_4B > section{
	width: 48% !important;
	margin: 0 0 10px 0;
	height: 300px;
}
.flex_4B h4{
	font-size: 16px;
	padding: 0%;
}
}
@media only screen and (max-width: 32em) {
	.flex_4B > div, .flex_4B > li , .flex_4B > section{
		width: 48% !important;
		margin: 0 0 10px 0;
		height: 270px;
	}
}




.info_text{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none !important;
	color: #444;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.info_text span{
	font-size: 18px;
}
.info_text a{
	color: #444;
	text-decoration: none;
}
@media only screen and (max-width: 48em) {
.info_text{
	font-size: 14px;
}
.info_text span{
	font-size: 12px;
}
}









/* ========== 選ばれる4つのポイント ========== */
.point_container{
	padding: 5% 0;
}
.point-box_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.point-box_inner {
  width: calc(50% - 10px);
  border: solid 2px #5A825C;
  padding: 20px;
  margin: 0 0 20px 0;
  height: auto;
  text-align: left;
  background-color: #fff;
}
.point-box_inner .number{
  font-size: 18px;
  font-weight: bold;
}
.point-box_inner .number span{
  font-size: 30px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: #5A825C;
}

.topics_title_01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.topics_title_01 span{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
.point_container{
	padding: 5% 0;
}
.point-box_area{
	display: block;
	width: 95%;
	margin: auto;
}
.point-box_inner {
  width: 100%;
  border: solid 2px #5A825C;
  padding: 20px;
  margin: 0 0 20px 0;
}
.point-box_inner .number{
  font-size: 20px;
}
.point-box_inner .number span{
  font-size: 35px;
}
}









/* ========== ※大きい画像を入れるとき・横スクロール※ ========== */
.bigimage_box_pc {
	display: block;
}
.bigimage_box_mb {
	display: none;
}
.bigimage_box_mb_text {
	display: none;
}
@media only screen and (max-width: 48em) {
	.bigimage_box_pc {
		display: none;
	}
	.bigimage_box_mb {
		display: block;
		width: 100%;
		height: 380px;
		overflow-x: scroll;
	}
	.bigimage_box_mb::-webkit-scrollbar { 
	height: 10px; 
	} 
	.bigimage_box_mb::-webkit-scrollbar-track { 
	margin: 0 2px; 
	background: #ccc; 
	border-radius: 5px; 
	} 
	.bigimage_box_mb::-webkit-scrollbar-thumb { 
	border-radius: 5px; background: #666; 
	}
	.bigimage_box_mb img {
		width: 1024px;
		height: 360px;
		margin: 5px;
		flex-shrink: 0;
	}
	.bigimage_box_mb_text {
		display: block;
		text-align: left !important;
		font-size: 13px;
	}
}



/* ========== parts ========== */
.marker {
	background: linear-gradient(transparent 0%, #FFF1AB 0%);
}
.marker2 {
	background: linear-gradient(transparent 60%, #B5FF14 0%);
}
.marker3 {
	background: linear-gradient(transparent 60%, #5a825c4e 0%);
}
.dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(.15em .15em at center center,#444,#444 100%,transparent);
}
.emphasis01{
	display: inline-block;
	position: relative;
}
.emphasis01::before{
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #444;
	font-size: 1.5em;
	content: "・";
}
 @media only screen and (max-width: 48em) {
.emphasis01::before{
	position: absolute;
	top: -30px;
	left: 50%;
}
}
/*=============== スタバ ===============*/
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;
}
}


#other p{
	font-size: 13px;
}



/* ========== 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;}
}

/* ========== text setting ========== */
.center {text-align: center !important;}

/* ========== swiper setting ========== */
.swiper-button-prev　::after,
.swiper-button-next::after {
    color: white !important;
}
.div.swiper-wrapper{
	background-color: rgba(193, 192, 166, 0.2) !important;
}