body{
	 color: #1F0000;
}

@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
  }
}

/* ヘッダー */
header.tax_header{
	position: relative;
	margin: 0 0 5% 0;
	padding: 320px 0;
	text-align: center;
	background: url("img/header_bg_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	/*
	background: -webkit-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	*/
}
div.tax_header_inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.6);
	width: 90%;
	height: 85%;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
}

.header_image1{
	position: relative;
	top: 100px;
}

.header_image1 img{
	width: 70%;
}

.header_txt1{
	position: relative;
	top: 75px;
}

h1.header_txt2{
	font-size: 40px;
 　　background: linear-gradient(transparent 60%, #F5E4FF 60%);
	}

/* 768px */
@media only screen and (max-width: 48em) {
header.tax_header{
	padding: 235px 0;
	background: url("img/header_bg_mb.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}
div.tax_header_inner{
	width: 95%;
	height: 90%;
	margin: auto;
	padding: 20px 5px;
}

.header_image1{
	position: relative;
	top: 40px;
}

.header_image1 img{
	width: 85%;
}

.header_txt1{
	position: relative;
	top: 10px;
}

h1.header_txt2{
	font-size: 45px;
 　　background: linear-gradient(transparent 60%, #F5E4FF 60%);
	}

}
/* 480px */
@media only screen and (max-width: 30em) {
header.tax_header{
	padding: 200px 0;
	background: url("img/header_bg_mb.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}

.header_image1{
	position: relative;
	top: 70px;
}

.header_image1 img{
	width: 100%;
}

.header_txt1{
	position: relative;
	top: 45px;
}

h1.header_txt2{
	font-size: 23px;
 　　background: linear-gradient(transparent 60%, #F5E4FF 60%);
	}
}

/* =========== 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;
  }
}

/* =========== 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: 1%;	
  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: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .topics_title {
    height: 100px; 
    font-size: 18px;
    font-size: 1.8rem;
  }
 }
.topics_title strong{
	border: solid 1px #fff;
	padding: 7px;
	font-size: 20px;
	line-height: 65px;
	letter-spacing: 3px;
}
@media only screen and (max-width: 48em) {
 .topics_title strong{
	padding: 4px;
	font-size: 15px;
	line-height: 40px;
}
  }


.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_sub_title br {
    display: none;
  }
}

/* =========== h3 topics_title_h3 =========== */
.topics_title_h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 120%;
}
@media only screen and (max-width: 48em) {
  .topics_title_h3 {
    font-size: 22px;
    font-size: 2.2rem;
	margin-bottom: 10px;
}
}

/* =========== h3 topics_title_h4 =========== */
.topics_title_h4 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  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;
}
}

/* =========== top_area =========== */

.top_area{
	text-align: center;
	margin: 35px auto 50px auto;
}
@media only screen and (max-width: 48em) {
.top_area{
	text-align: center;
	margin: 25px auto 20px auto;
}
}

.top_area p{
	font-weight: bold;
}

p.top_titl{
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 25px 0;
}
@media only screen and (max-width: 48em) {
p.top_titl{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 15px 0;
}
}

p.top_titl span{
	color: #A90000;
}

.schedule_top_box {
	width: 60%;
	padding: 3% 3% 1% 3%;
	margin: 3% auto;
	border: 4px #e6dbce double;
}
@media only screen and (max-width: 48em) {
.schedule_top_box {
	width: 95%;
	padding: 5% 3% 1% 3%;
	margin: 3% auto;
}
}

p.schedule_maintxt{
	font-size: 30px;
	font-weight: bold;
	 color: #1F0000;
	line-height: 40px;
}
@media only screen and (max-width: 48em) {
p.schedule_maintxt{
	font-size: 20px;
	line-height: 25px
}
}

p.schedule_subtxt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 48em) {
p.schedule_subtxt{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
}

.top_txt{
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 48em) {
.top_txt{
	margin: 30px auto;
	width: 95%;
}
}

.top_txt p{
	line-height:40px;
}
@media only screen and (max-width: 48em) {
.top_txt p{
	line-height:25px;
}
.top_txt_p{
	padding: 10px 0;
}
}
.strong01{
	color: #A90000;
}
.strong02{
	font-size: 18px;
	color: #A90000;
}
@media only screen and (max-width: 48em) {
.strong02{
	font-size: 15px;
}
}


/* =========== おすすめ＆Reason =========== */
.topics-box {
  padding: 4% 0;
}
.topics-box:nth-child(2n+1) {
  background-color: rgba(230, 219, 206, 0.2);
}
.topics-box:nth-child(2n) .topics-box_img-outer {
  float: right;
}
.topics-box:nth-child(2n) .topics-box_header-inner {
  right: auto; 
  left: 0;
}
@media only screen and (max-width: 48em) {
  .topics-box {
    padding: 0;
	/*margin-bottom: 6%*/
  }
}
.topics-box03 {
  padding: 4% 0;
  background-color: transparent;
}
@media only screen and (max-width: 48em) {
  .topics-box03 {
    padding: 0;
	/*margin-bottom: 6%*/
  }
}

.topics-box_inner:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.topics-box_img-outer {
  position: relative;
  float: left;
  overflow: hidden; 
  width: 50%;
}
@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    margin-bottom: 6%; 
    width: 100%;
    background-color: #f5f5f5;
  }
}

.topics-box_img {
  font-size: 0;
}
.topics-box_img img {
  float: left; 
  width: 49.8%;
}
.topics-box_img img:nth-child(3n+3) {
  float: right;
}
.topics-box_img img:first-child {
  margin-bottom: 0.3%; 
  width: 100% !important;
}


.topics-box_img02 img:first-child {
  margin-bottom: 0.3%; 
  width: 49.8%;
  float: left; 
}

.topics-box_img02 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 49.8%;
}

.topics-box_img03 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 100%;
}

.topics-box_img04 img:first-child {
  margin-bottom: 0.3%; 
  width: 68%;
  float: left; 
}

.topics-box_img04 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 31.6%;
}

.topics-box_img05 img:first-child {
  margin-bottom: 0.3%; 
  width: 100%;
}

.topics-box_header {
  position: relative; 
  float: left;
  width: 50%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header {
    padding-top: 0;
    width: 100%;
  }
}

.topics-box_header-inner {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 500px; 
  width: 92.5%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header-inner {
    position: relative;
    padding: 0 4% 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_header-inner {
    padding: 0 4% 4%;
  }
}

.topics-box_title {
  margin-bottom: 4%;
  text-align: left;
  font-size: 20px;
  font-size: 2.0rem;
  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;
  line-height: 1.6;
}
@media only screen and (max-width: 54em) {
  .topics-box_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_title {
    text-align: center;
  }
}
.topics-box_title span {
  display: block; 
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #570000;
}
@media only screen and (max-width: 54em) {
  .topics-box_title span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_title span {
    text-align: center;
  }
}

.topics-box_sub-title {
  margin-bottom: 5.6%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.topics-box_sub-title span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
}
.topics-box_sub-title span:before {
  content: "— ";
}
.topics-box_sub-title span:after {
  content: " —";
}
@media only screen and (max-width: 54em) {
  .topics-box_sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .topics-box_sub-title span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.topics-box_lead-txt {
  margin-bottom: 4.4%;
  color: #5fcc85;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 54em) {
  .topics-box_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.topics-box_description {
  margin-top: 50px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
@media only screen and (max-width: 54em) {
.topics-box_description {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
}

.topics-box_description span{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #83ad60;
}

.topics-box_description04{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 54em) {
.topics-box_description04{
 margin-bottom: 10px;
}
}

.topics-box01 {
	width: 80%;
	padding: 5%;
	margin: 6% auto 3% auto;
	border: 7px #cab9db double;
}
.topics-box01_inner {
	padding-top: 2%;
}
.topics-box02 {
  padding: 4% 0;
  background-color: #fff;
}
.topics-box02:nth-child(2n) {
  background-color: rgba(236, 180, 158, 0.3);
}
.topics-box02:nth-child(2n) .topics-box_header-inner {
  right: auto; 
  left: 0;
}
.slick_imgbox {
	width: 80%;
	margin: auto;
}
@media only screen and (max-width: 48em) {
.topics-box01 {
	width: 90%;
}
 .topics-box02 {
    padding: 0;
  }
.slick_imgbox {
	width: 100%;
}
}
.topics-box_img-outer02 {
  position: relative;
  text-align: center;
  overflow: hidden; 
  width: 50%;
}
.topics-box_description02 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  text-align: center;
}
.topics-box_description03 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.topics-box_description03 li{
	list-style: none;
	margin-bottom: 10px;
}

@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    margin-bottom: 2%; 
    width: 100%;
    background-color: #f5f5f5;
  }
  .topics-box_description02 {
    margin-bottom: 4%; 
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topics-box_description03 {
    margin-bottom: 4%; 
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.topics-box_img-outer02 {
  position: relative;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 54em) {
  .topics-box_img-outer02 {
	width: 100%;
    margin-bottom: 6%; 
    margin-bottom: 6%; 
    background-color: #f5f5f5;
  }
}

.topics-box_header02 {
  position: relative; 
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 54em) {
  .topics-box_header02 {
    padding-top: 0;
    width: 100%;
  }
}

.topics-box_header-inner02 {
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header-inner02 {
    position: relative;
    padding: 0 4% 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_header-inner02 {
    padding: 0 4% 4%;
  }
  .topics-box_description02 {
    text-align: left;
  }
}

.topics-box_title02 {
  margin: 17% auto 4% auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  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;
  line-height: 1.6;
}

.topics-box_title03 {
  margin: 4% auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  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;
  line-height: 1.6;
}

.topics-box_title04 {
  margin: 5% auto 4% auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  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;
  line-height: 1.6;
}
@media only screen and (max-width: 54em) {
  .topics-box_title02  {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topics-box_title03  {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topics-box_title04  {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.topics-box_title02 span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  color: #DA6252;
}

.topics-box_title04 span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  color: #DA6252;
}
@media only screen and (max-width: 48em) {
.topics-box_title02 {
  margin: 10% auto 4% auto;
  }
}

/*=============== txt_box ===============*/
.txt_box{
	text-align: center;
	margin: 50px auto 25px;
}
@media only screen and (max-width: 48em) {
.txt_box{
	text-align: center;
	margin: 20px auto;
	width: 95%;
}
}

.txt_box p{
	font-weight: bold;
	font-size: 17px;
}
@media only screen and (max-width: 48em) {
.txt_box p{
	font-weight: bold;
	font-size: 15px;
}
}

/*=============== 豪華3大プレゼント ===============*/
.voice_box {
	text-align: center;
	padding: 4% 2%;
	margin: 2% auto;
	border: 4px #e6dbce double;
}
@media only screen and (max-width: 48em) {
.voice_box {
	width: 95%;
	margin: 30px auto;
}
}
.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;
}
}

h3.present_title_h3 {
  font-size: 30px;
  font-size: 3.0rem;
　color: #83ad60;
  line-height: 1.2;
}
h3.present_title_h3 span{
  font-size: 20px;
}

@media only screen and (max-width: 48em) {
	h3.present_title_h3 {
	  font-size: 20px;
	  font-size: 2.0rem;
	  margin: 10px auto;
	}
	h3.present_title_h3 span{
	  font-size: 18px;
	}
}


p.present_txt {
  margin-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  line-height: 1.3;
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  p.present_txt {
    margin: 0 auto 5px auto;
    max-width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 10px;
  }
}

p.present_txt span{
 /*color: #A90000;*/
font-size: 15px;
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: 30em) {
 p.present_txt span{
 font-size: 14px;
}
}

p.present_txt strong{
	font-size: 20px;
	color: #A90000;
}
@media only screen and (max-width: 30em) {
p.present_txt strong{
	font-size: 16px;
}
}

/*フェアへのバナー*/
.pickupPlanBox-linkBtn {
  margin : 2% 20% 0% 20%;
  font-size: 1.8rem;
}

.pickupPlanBox-linkBtn span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
.pickupPlanBox-linkBtn {
  margin : 1% 5%;
  font-size: 1.8rem;
}
}


.pickupPlanBox-linkBtn a{
  padding: 20px;
  background-color: #570000;
}
.linkBtn_a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a25151; 
  color: #fff;
}
.linkBtn_a:hover {
  background-color: #a25151;
  color: #fff;
}
@media only screen and (max-width: 60em) {
  .linkBtn_a {
    background-color: #5d7e2a; 
    color: #fff;
  }
}

.pickupPlanBox-linkBtn-b {
  margin : 2% 20% 0 20%;
  font-size: 1.8rem;
}

.pickupPlanBox-linkBtn-b span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
.pickupPlanBox-linkBtn-b {
  margin : 5%;
  font-size: 1.8rem;
}
}


.pickupPlanBox-linkBtn-b a{
  padding: 20px;
}
.linkBtn_a-b {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #570000; 
  color: #570000;
}
/*フェアへのバナー END */

/*=============== アクセス ===============*/
.schedule_maintxt{
	margin-bottom: 10px;
}
.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;
}
}


span.day{
	font-size: 20px;
    display: inline-block!important;
    color: #1F0000;
}
@media only screen and (max-width: 60em) {
span.day{
	font-size: 15px;
}
}

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.acces_txt{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 60em) {
p.acces_txt{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
}
p.acces_txt span{
 color: #A90000;
 font-size: 15px;
font-weight: bold;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a{
	 color: #1F0000;
}

.map_img{
	width: 50%;
	margin: 20px auto auto auto;
}
@media only screen and (max-width: 30em) {
.map_img{
	width: 100%;
	margin: 10px auto auto auto;
}
}

/*=============== ブライダルフェア===============*/

/*背景色*/

.fair_area_background{
	/*background-color: #FAF7FF;*/
}

.fair_area{
	padding: 3% 0;
	text-align: center;
}
@media only screen and (max-width: 30em) {
.fair_area{
	padding: 5% 0 6% 0;
}
}

/*三角▼*/
.triangle3{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #5d7e2a;
  margin: auto 48% 2% 48%;
}
@media only screen and (max-width: 30em) {
.triangle3{
  margin: 3% 44% 2% 44%;
}
}

/*Bridal Fair タイトル*/
h3.fair_title_h3{
	margin: 0 0 5% 0;
	padding-top: 3%;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100%;
}

h3.fair_title_h3 span{
	font-size: 1.4rem;
}
@media only screen and (max-width: 30em) {
h3.fair_title_h3{
	margin: 0 0 3% 0;
    font-size: 26px;
    font-size: 2.6rem;
}

h3.fair_title_h3 span{
	font-size: 1.2rem;
}
}

/*枠線*/
.fair_box{
	border: solid 2px #9EB27F;
	/*background-color: #FFFFFF;*/
	margin-bottom: 3%;
	padding: 2%;
}
@media only screen and (max-width: 30em) {
.fair_box{
	margin: 0 2.5% ;
	padding: 3%;
}
}

.fair_box_inner{
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 30em) {
.fair_box_inner{
	flex-wrap: wrap;
	padding-bottom: 3%;
}
}

/*テキスト*/
.fair_txt_area{
	width: 50%;
	margin-right: 2%;
	margin-top: 1%;
	text-align: left;
}
@media only screen and (max-width: 30em) {
 .fair_txt_area{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
	text-align: left;
}
}

.fair_txt_area02{
	width: 100%;
	text-align: left;
}

.fair_txt_area03{
	width: 100%;
	padding: 0% 2%;
	text-align: left;
}
@media only screen and (max-width: 30em) {
.fair_txt_area03{
	padding: 3% 2% 0 2%;
}
}

h4.fair_title_h4{
	margin-bottom: 1%;
	font-size: 22px;
	font-size: 2.2rem;
}

h4.fair_title_h4 span{
	padding-right: 1%;
}
@media only screen and (max-width: 30em) {
h4.fair_title_h4{
	text-align: center;
	margin-bottom: 3%;
	font-size: 16px;
	font-size: 1.6rem;
}
}

/*画像*/
.fair_img_area{
	width: 50%;
}
@media only screen and (max-width: 30em) {
.fair_img_area{
	width: 100%;
}
}

.fair_img_area img{
	width: 49%;
}



/*=============== リニューアルコンテンツ ===============*/
.slider_color{
	background-color: rgba(230, 219, 206, 0.2);
	/*rgba(185, 218, 150, 0.2);*/
	padding-top: 35px;
}
@media only screen and (max-width: 54em) {
.slider_color{
	padding-top: 15px;
	margin-bottom: 25px;
}
}

.topics-renewalbox_title {
  margin-bottom: 4%;
  text-align: left;
  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;
  line-height: 1.6;
}
@media only screen and (max-width: 54em) {
.topics-renewalbox_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
.topics-renewalbox_title {
    text-align: center;
  }
}
.topics-renewalbox_title span {
  display: block; 
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #DA6252;
  font-family: "Times New Roman", Times, serif;
}
@media only screen and (max-width: 54em) {
.topics-renewalbox_title span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 48em) {
.topics-renewalbox_title span {
    text-align: center;
  }
}

.topics-renewalbox_description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  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;
  line-height: 1.5;
  color: #B39358;
}
@media only screen and (max-width: 54em) {
.topics-renewalbox_description {
    margin-bottom: 4%; 
    font-size: 12px;
    font-size: 1.2rem;
	text-align: center;
  }
}



/* GREEN */

@media only screen and (max-width: 48em) {
  .contact-box_tel {
    border: 2px solid #78d297;
  }
  .contact-box_tel:after {
    background-image: url("/common/img/icon_arrow-right-green.png");
  }
}

.btn a.color_a_1,
.btn span.color_a_1 {
  background-color: #570000; 
  color: #fff;
}
.btn a.color_a_2,
.btn span.color_a_2 {
  background-color: #ADA561; 
  color: #fff;
}

@media only screen and (max-width: 30em) {
.btn_topics04 {
  margin: 3% 0 0 18%;
}
}

.eyecatch_bg-img:before {
  background-color: rgba(90, 91, 79, 0.5);
}

.tile-box:after {
  background-color: #5d7e2a;
  color: #fff;
}

.js_hover-blur:hover {
  background-color: #78d297;
}

.tile-box_header.type-a:before {
  border: 1px solid #5d7e2a;
}

.card-box.layout-3_1.is-fair .card-box_img.js_is-hover:before {
  background-color: rgba(93, 126, 42, 0.45);
}

.card-box.layout-3_1.is-fair .btn a,
.card-box.layout-3_1.is-fair .btn span {
  background-color: #570000;
  color: #fff;
}

@media only screen and (max-width: 48em) {
  .contact-box_tel {
    border: 2px solid #570000;
  }
}

.slide-box_slider-inner .sp-thumbnail-container:before {
  background-color: #5D7E2A;
}

.slide-box_slider-inner .sp-selected-button {
  background-color: #78d297;
}

@media only screen and (max-width: 48em) {
  .chef-box_slider .sp-selected-button {
    background-color: #78d297;
  }
}

.slide-box_slider-inner .sp-thumbnail-container:before {
  background-color: #5D7E2A;
}

.slide-box_slider-inner .sp-selected-button {
  background-color: #78d297;
}

.contactform_tag-item.js_is-active {
  background-color: #78d297;
}

form.contactform >dl >dt.js_is-required:after {
  background-color: #78d297;
}

.image-box:hover .image-box_bg-img:before {
  border-color: #5d7e2a;
}

#weddingSpaceArea .wedding-space-list >li {
  color: #b69458;
}

.btn a.color_b_1,
.btn span.color_b_1 {
  background-color: #ada561; 
  color: #fff;
}

.card-box.layout-3_1.is-plan .card-box_img.js_is-hover:before {
  background-color: rgba(182, 148, 88, 0.45);
}

.card-box.layout-3_1.is-plan .card-box_content.js_is-hover {
  color: #b69458;
}

.card-box.layout-3_1.is-plan .btn a,
.card-box.layout-3_1.is-plan .btn span {
  background-color: #b69458;
  color: #fff;
}

.slide_aside .aside_title {
  color: #b69458;
}

.banner_block.color_b_1 .banner-box {
  background-color: #b49360;
}

.flow_item {
  border: 1px solid #b8974f;
}
.flow_item:after {
  background: transparent url("/common/img/icon_arrow-down-gold.png") center center no-repeat;
}

/* TOP */
#pageBase.top .wedding-report {
  background-color: #f5f5f5;
}

#pageBase.top .fair {
  background-color: #f5f5f5;
}

#pageBase.ceremony .aside-area {
  background-color: #fff;
}

#pageBase.report .aside-area {
  background-color: #f5f5f5;
}

#pageBase.shrine .contact {
  background-image: url("/common/img/contact_bg-img002.jpg");
}

#pageBase.mice .contact {
  background-image: url("/common/img/contact_bg-img003.jpg");
}


/*=============== 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;
}
}

.topics02_width100{
	width: 100% !important;
}

/*=============== margin ===============*/
.mb10{margin-bottom: 10px;}
.mb40{margin-bottom: 40px;}
.mb60{margin-bottom: 60px;}

.mt10{margin-top: 10px;}
.mt40{margin-top: 40px;}

.mbA{margin-bottom: 40px;}
@media only screen and (max-width: 48em) {
.mbA{margin-bottom: 20px;}
}
.mbB{margin-bottom: 30px;}
@media only screen and (max-width: 48em) {
.mbB{margin-bottom: 10px;}
}


.swiper-container_topic {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}


/* 日程詳細内scheduleエリア調整 */
.schedule .schedule_area .schedule_top_box {
	border: none !important;
	padding: 0;
}
.schedule .schedule_area .schedule_top_box .schedule_subtxt {
	display: none;
}
.schedule .schedule_area .schedule_top_box .pdtb05p {
	display: none;
}

