@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
    margin: auto;
    /*padding: 0;*/ 
    width: 100%;
  }
}


/* ヘッダー */
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: -20%;/*10%*/
  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: 32px;
  font-size: 3.2rem;
}

.topics_title span {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

.topics_title img {
	width: 50%;
	margin: auto;
}

@media only screen and (max-width: 48em) {
  .topics_title {
    height: 100px; 
    font-size: 20px;
    font-size: 2rem;
  }
  .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_sub_title br {
    display: none;
  }
}


/* =========== h3 topics_title_h3 =========== */
h3.topics_title_h3 {
	padding-top: 3%;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100%;
	text-align: center;
}
h3.topics_title_h3 span{
    font-size: 17px;
    font-size: 1.7rem;
}

@media only screen and (max-width: 48em) {
h3.topics_title_h3 {
    font-size: 24px;
    font-size: 2.4rem;
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 30em) {
h3.topics_title_h3 {
    font-size: 26px;
    font-size: 2.6rem;
}
}


/* =========== h3 topics_title_h4 =========== */
.topics_title_h4 {
  margin: 0 0 1% 0;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}

@media only screen and (max-width: 48em) {
  .topics_title_h4 {
	 margin: 0 0 3% 0;
    font-size: 20px;
    font-size: 2.0rem;
	line-height: 150%;
}
}

.topics_title_h4 span{
  font-size: 17px;
  font-size: 1.7rem;

}


@media only screen and (max-width: 48em) {
.topics_title_h4 span{
  font-size: 14px;
  font-size: 1.4rem;
}
}





/* =========== lead_txt =========== */
.topics_lead_txt {
	text-align: center;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}



.main_strong1{
	font-size: 23px;
	background: linear-gradient(transparent 60%, #F5E4FF 60%);
}

@media only screen and (max-width: 48em) {
.main_strong1{
	font-size: 20px;
	line-height: 1.2;
	background: linear-gradient(transparent 60%, #F5E4FF 60%);
}
}

.main_strong2{
	color: #AD92C7;
	font-size: 16px;
}


@media only screen and (max-width: 48em) {
.main_strong2{
	font-size: 14px;
}
}

p.main_lead_txt02 span{
	line-height: 1;
}



/*=============== リニューアル特典 ===============*/
.present_box {
	/*background-color: rgba(236, 180, 158, 0.3);*/
	border: 4px double #ecb49e;
	padding: 5%;
	text-align: center;
	width: 95%;
	margin: auto;
}

h3.present_title_h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
}

h3.present_title_h3 span{
  /*text-decoration: underline;*/
  font-size: 24px;
  font-size: 2.4rem;
}

div.present_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: auto;
	padding: 20px 0;
}

div.present_container .item{
	text-align: center;
	width: 17%; /*30*/
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	/*background-color: #F5F5F5;*/
	font-size: 12px;
	font-size: 1.2rem;
	/*margin: 10px;
	padding: 15px;*/
}

div.present_container .erase{
	display: none;
	/*background-color: #FFF;*/
}

@media only screen and (max-width: 64em) {
div.present_container {
	width: 100%;
}
}

@media only screen and (max-width: 48em) {
h3.present_title_h3 {
  font-size: 26px;
  font-size: 2.6rem;
}
h3.present_title_h3 span {
  font-size: 21px;
  font-size: 2.1rem;
}
div.present_container .item {
	width: 25%;/*46*/
	/*margin: 5px;*/
	padding: 2px;
}
div.present_container .erase {
	display: none;
}
div.present_container .erase{
	display: block;
	background-color: #FFF;
}
}

@media only screen and (max-width: 48em) {
  p.present_txt {
    margin: 0 auto 5px auto;
    max-width: 90%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}


p.present_txt span{
 color: #AA78DB;
 font-size: 22px;
font-weight: 500;
font-family: "Parisienne","Cornet Script";
}

@media only screen and (max-width: 30em) {
 p.present_txt span{
 font-size: 16px;
font-weight: 700;
}
}

p.present_txt strong{
	font-size: 16px;
}

@media only screen and (max-width: 30em) {
p.present_txt strong{
	font-size: 12px;
}
}

/* SVG */
.inc_svg {
	display: none;
}
.svg_icon01 {
	display: block;
	width: 50px;
	height: 80px;
	margin: auto;
}



/*     対象条件      */


.conditions_box{
	border-top: #000000 solid 0.5px;
	border-bottom: #000000 solid 0.5px;
	width: 30%;
	margin: 35px auto 0 auto;
	padding-bottom: 20px;
}


@media only screen and (max-width: 48em) {
.conditions_box{
	border-top: #000000 solid 0.5px;
	border-bottom: #000000 solid 0.5px;
	width: 90%;
	margin: 25px auto 15px auto;
	padding-bottom: 8px;
}
}


h3.conditions_title_h3 {
  position: relative;
  display: inline-block;
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-size: 2.0rem;
}


@media only screen and (max-width: 48em) {
h3.conditions_title_h3 {
  padding: 15px 0 5px 0 ;
  margin: 0 0 0.2% 0;
  font-size: 17px;
  font-size: 1.7rem;
}
}


p.conditions_txt {
  margin-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
  p.conditions_txt {
    margin: 0 auto 5px auto;
    max-width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
	 line-height: 1.5;
  }
}



/*=============== リニューアルコンテンツ ===============*/
.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;
  }
}



/*=============== topics内プラン ===============*/
.plan-box_background {
	background-color: rgba(236, 180, 158, 0.3);
	padding: 5% 0 !important;
}
@media only screen and (max-width: 48em) {
.plan-box_background {
	padding-bottom:0 !important;
}
}

.pickup_bg-img {
  position: relative;
  float: left;
  padding-top: 42.96875%;
  min-height: 460px;/*440*/
  width: 39.0625%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.pickup_bg-img img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 54em) {
  .pickup_bg-img {
    padding-top: 100%;
    width: 100%;
		min-height:300px;
  }
}
@media only screen and (max-width: 30em) {
  .pickup_bg-img {
    padding-top: 95%;
		min-height:250px;
  }
}

.pickup_content {
  position: relative;
  float: left;
  padding-top: 42.96875%;
  min-height: 460px;/*440*/
  width: 60.9375%;
  background-color: #fff;
}
@media only screen and (max-width: 54em) {
  .pickup_content {
    padding-top: 0; 
    width: 100%;
  }
}

.pickup_content-inner {
  position: absolute;
  top: 0;
  padding: 4%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 54em) {
  .pickup_content-inner {
    position: relative;
  }
}

.pickup_sub-title {
  margin-bottom: 10px; 
  color: #b39358;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .pickup_sub-title {
    margin-bottom: 2%;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.pickup_title {
  margin-bottom: 2%;
  letter-spacing: 0.1rem; 
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

.pickup_lead-txt {
  margin-bottom: 3%; 
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pickup_detail {
  padding: 15px 0; 
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .pickup_detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pickup_detail-title {
  padding-right: 10px; 
  vertical-align: baseline;
  text-align: left;
}

.pickup_detail-data {
  vertical-align: baseline;
}
.pickup_detail-data.is-price {
  color: #e30000;
  font-weight: bold; 
  font-size: 18px;
  font-size: 1.8rem;
}
.pickup_detail-data.is-price strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.pickup_detail-data.is-price span {
  display: block;
  padding: 0 5px; 
  max-width: 170px;
  background-color: #e30000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .pickup_detail-data.is-price {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pickup_detail-data.is-price strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*.topics_plan_pt {
	padding-bottom: 5% !important;
}*/
.topics_plan_pt .btn {
	padding-top: 20px;
}
.topics_plan_pt .btn a {
	width: 230px;
}

@media only screen and (max-width: 54em) {
.topics_plan_pt .btn {
	position: relative;
    text-align: center;
}
.topics_plan_pt .btn a {
	display:block;
	width: 100%;
	margin-bottom:10px;
}
}

/* モーダル */
.modal_block {
  background-color: #fff !important;
}

.modal_title {
  margin-bottom: 3%; 
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-box {
  margin: auto; 
  width: 92%;
}

.modal-box_title {
  margin-top: 4%;
  margin-bottom: 4%; 
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

.modal-box_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.modal-box_list {
  float: left;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.modal-box_list:nth-child(2n) {
  float: right;
}
.modal-box_list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .modal-box_list {
    float: none; 
    width: 100%;
  }
}

.modal-box_list-title {
  float: left;
  padding: 15px 0; 
  width: 30%;
  font-weight: bold;
}

.modal-box_list-item {
  margin-top: -1px;
  padding: 15px 0 15px 30%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*タイトル改行時に崩れないためのクリア↓*/
.modal-box_list-item:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/*=============== 8大サポート ===============*/
.policy-box {
  position: relative;
  padding: 60px 0;
}
.plan-box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .policy-box {
    padding: 5% 0;
  }
}

.policy-box_bg-img {
  position: absolute;
  top: 0; 
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.policy-box_bg-img img {
  visibility: hidden;
	
}
.policy-box_bg-img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  content: "";
}
.policy-box_content {
  position: relative; 
  font-size: 0;
}
.policy-box_item {
  display: inline-block ;
  margin-right: auto;
  margin-right: 2.5%;
  margin-left: 2.5%;
  padding: 20px 0;
  min-height: 225px; 
  width: 28.33333%;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .policy-box_item {
    width: 28.33333%;
  }
  .policy-box_item:nth-child(n) {
    width: 30% ;
  }
  .policy-box_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .policy-box_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .policy-box_item {
    display: block;
    margin: auto; 
    min-height: 0;
    width: 92%;
    border-top: none;
  }
  .policy-box_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.policy-box_item-title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px; 
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.policy-box_item-title span {
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Oranienbaum";
}

.policy-box_item-text {
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}


/*=============== 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;
}
}


/*=============== parts <strong> ===============*/
.strong_h {
	font-size: 32px;
  	font-size: 3.2rem;
}
.strong_p_01 {
	font-size: 16px;
  	font-size: 1.6rem;
	font-weight: bold;
}
.strong_p_02 {
	font-size: 16px;
  	font-size: 1.6rem;
	font-weight: bold;
	color: #b9da96;
}
@media only screen and (max-width: 48em) {
.strong_h {
	font-size: 28px;
  	font-size: 2.8rem;
}
}


/* =========== parts margin =========== */
.mb20 {
	margin-bottom: 20px;
}


/* =========== 見学予約ボタン =========== */


/* ボタン */

.btn_box{
	text-align: center;
	margin: 5% 0;
}

div.tax_btn{
	text-align: center;
	margin: 0 0 1.5% 0;
}
div.tax_btn a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 25px 60px;
	transition: all 0.3s;
	color: #fff;
	background-color: #cab9db;
	max-width: 80%;
}
div.tax_btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-repeating-linear-gradient(-45deg,#e5d8f2 0,#e5d8f2 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#e5d8f2 0,#e5d8f2 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#e5d8f2 0,#e5d8f2 10px,#fff 10px,#fff 20px);
	transition: all 0.3s;
}
span.tax_btn_txt1{
	display: block;
	letter-spacing: 1.8px;
	font-size: 26px;
	font-weight: bold;
}

/*hover*/
div.tax_btn a:hover::after{
	top: 0px;
	left: 0px;
}
@media only screen and (max-width: 30em) {
span.tax_btn_txt1{
	font-size: 22px;
}
}

p.tax_btn_txt2{
	font-size: 16px;
	font-weight: bold;
	color: #a58ac0;
}

@media only screen and (max-width: 30em) {
p.tax_btn_txt2{
	padding: 0 7%; 
	margin-top: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #a58ac0;
}
}







/*=============== topics内フェアバナー ===============*/
.topics-box_fair_btn {
	text-align: center;
	letter-spacing: 5px;
	width: 50%;
	margin: auto;
}
.topics-box_fair_btn a {
    display: block;
    margin: 0 auto;
    padding: 30px 10px;
    font-size: 24px;
  	font-size: 2.4rem;
    background-color: #ecb49e;
    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;
}
.topics-box_fair_btn a span{
    display: block;
    font-size: 14px;
  	font-size: 1.4rem;
}

@media only screen and (max-width: 48em) {
.topics-box_fair_btn {
	letter-spacing: 2px;
	width: 80%;
}
.topics-box_fair_btn a {
    padding: 20px 10px;
    font-size: 18px;
  	font-size: 1.8rem;
}
.topics-box_fair_btn a span{
    display: block;
    font-size: 13px;
  	font-size: 1.3rem;
}
}





/*=============== フェア見学の流れ ===============*/
.fair_area{
	width: 95%;
	margin: auto;
	text-align: center;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ecb49e;
  margin: auto 48% 2% 48%;
}

@media only screen and (max-width: 48em) {
.topics_fair_txt {
	font-size: 12px;
	font-size: 1.2rem;
}
}

@media only screen and (max-width: 30em) {
.triangle3{
  margin: 3% 44% 2% 44%;
}
}

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: 17px;
	font-size: 1.7rem;
}

@media only screen and (max-width: 30em) {
h3.fair_title_h3{
    font-size: 26px;
    font-size: 2.6rem;
}
}

.fair_box{
	border: solid 2px #ecb49e;
	margin-bottom: 3%;
	padding: 2%;
}

@media only screen and (max-width: 30em) {
.fair_box{
	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;
}
.fair_txt_area02 {
	width: 100%;
	text-align: left;
}
.fair_txt_area03 {
	width: 100%;
	padding: 0% 2%;
	text-align: left;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.fair_txt_area04 {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
 .fair_txt_area {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
	text-align: left;
}
.fair_txt_area03 {
	padding: 3% 2% 0 2%;
}
.fair_txt_area04 {
	font-size: 12px;
	font-size: 1.2rem;
}
}



h4.fair_title_h4{
	margin-bottom: 1%;
	font-size: 22px;
	font-size: 2.2rem;
}

h4.fair_title_h4 span{
	font-family: "Times New Roman", Times, serif;
	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%;
}



/*フェアへのバナー*/
.pickupPlanBox-linkBtn {
  margin : 2% 20% 3% 20%;
  font-size: 1.8rem;
}


@media only screen and (max-width: 30em) {
.pickupPlanBox-linkBtn {
  margin : 2% 5% 3% 5%;
  font-size: 1.8rem;
}
}


.pickupPlanBox-linkBtn a{
  padding: 20px;
  background-color: #cab9db;
}
.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 #cab9db; 
  color: #fff;
}
.linkBtn_a:hover {
  background-color: #fff;
  color: #cab9db;
}
@media only screen and (max-width: 60em) {
  .linkBtn_a {
    background-color: #cab9db; 
    color: #fff;
  }
}
/*フェアへのバナー END */



/*=============== フォトギャラリー ===============*/
div.gallery_container_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.gallery_container1 {
	width: 50%;
}
.gallery_container2 {
	width: 50%;
}
.gallery_container_txt {
	text-align: left;
	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;
	padding: 3% 2% 0 2%;
}

@media only screen and (max-width: 48em) {
.gallery_container_txt {
	font-size: 12px;
	font-size: 1.2rem;
}
}



/*=============== swiper ===============*/
.swiper-container_topics {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media only screen and (max-width: 54em) {
.swiper-button-next,.swiper-button-prev{top:40%;}
}

/* 矢印色の置き換え */
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23A37E39'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23A37E39'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
/*=============== swiper ===============*/











/* =========== br =========== */
/* モバイル時改行する */
.mb_show {
	display: none;
}
@media only screen and (max-width: 30em) {
.mb_show {
	display: block;
}
}

/*=============== margin_bottom ===============*/
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_100 { margin-bottom: 100px !important; }