@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: 10%;*/
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  height: 180px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 60px;
  font-size: 6.0rem;
}

.topics_title span {
  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;
}

.topics_title img {
	width: 50%;
	margin: auto;
}

@media only screen and (max-width: 48em) {
  .topics_title {
    height: 100px; 
    font-size: 44px;
    font-size: 4.4rem;
  }
  .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 {
  	bottom: 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .topics_title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topics_sub_title br {
    display: none;
  }
}


/* =========== h3 topics_title_h3 =========== */
h3.topics_title_h3 {
	display: block;
	line-height: 2;
	font-size: 36px;
	border-bottom: dotted 2px;
	width: 50%;
	margin: auto;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	text-align: center;
}
h3.topics_title_h3 span{
	font-weight: bold;
}

@media only screen and (max-width: 48em) {
h3.topics_title_h3 {
	width: 90%;
}
}
@media only screen and (max-width: 30em) {
h3.topics_title_h3 {
	font-size: 24px;
}
}
@media only screen and (max-width: 20em) {
h3.topics_title_h3 {
	font-size: 18px;
}
}

.topics-box_about p span{
	font-weight: bold;
	/*background: linear-gradient(transparent 50%, #ecb49e 50%);*/
}


/* =========== h4 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 {
    font-size: 20px;
    font-size: 2.0rem;
	line-height: 150%;
}
}

.topics_title_h4 span{
	display: block;
  	font-size: 17px;
  	font-size: 1.7rem;
	font-weight: bold;
  	position: relative;
  	padding: 1.5rem;
  	text-align: center;
  	line-height: 1;
}
.topics_title_h4 span:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000;
}

@media only screen and (max-width: 48em) {
.topics_title_h4 span{
  font-size: 14px;
  font-size: 1.4rem;
}
}

/* =========== h4 topics_title_h4_2 =========== */
.topics_title_h4_2 {
  margin: 0 0 1% 0;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
  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_title_h4 {
    font-size: 20px;
    font-size: 2.0rem;
	line-height: 150%;
}
}

.topics_title_h4 span{
	display: block;
  	font-size: 17px;
  	font-size: 1.7rem;
	font-weight: bold;
  	position: relative;
  	padding: 1.5rem;
  	text-align: center;
  	line-height: 1;
}
.topics_title_h4 span:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #000;
}

@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;
	padding: 0 5%;
	font-weight: bold;
}

.main_strong1{
	font-size: 23px;
	background: linear-gradient(transparent 60%, #F5E4FF 60%);
}

@media only screen and (max-width: 48em) {
.topics_lead_txt {
	font-size: 12px;
	font-size: 1.2rem;
}
.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;
}





/* =========== ヨコハマの【景色】を楽しむ =========== */
.topics-contentsarea1 {
	text-align: center;
}
.topics-contentsarea1 .contentsarea1_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-size: 24px;
	font-size: 2.4rem;
	padding: 0 5%;
	font-weight: bold;
}

@media only screen and (max-width: 48em) {
.topics-contentsarea1 .contentsarea1_txt{
	font-size: 18px;
	font-size: 1.8rem;
}
}
@media only screen and (max-width: 30em) {
.topics-contentsarea1 .contentsarea1_txt{
	font-size: 16px;
	font-size: 1.6rem;
}
}



/* =========== ヨコハマらしい「誓いの空間」 =========== */
.topics-contentsarea2 {
	text-align: center;
　　　background-color: rgba(236, 180, 158, 0.1);
	
}






/* =========== ヨコハマの「食」でもてなす =========== */
.topics-contentsarea3 {
	text-align: center;
}

.topics-contentsarea3 .contentsarea3_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-size: 24px;
    font-size: 2.4rem;
    padding: 0 5%;
    font-weight: bold;
}

@media only screen and (max-width: 48em) {
.topics-contentsarea3 .contentsarea3_txt{
	font-size: 18px;
	font-size: 1.8rem;
}
}
@media only screen and (max-width: 30em) {
.topics-contentsarea3 .contentsarea3_txt{
	font-size: 16px;
	font-size: 1.6rem;
}
}




/*=============== リニューアル特典 ===============*/
.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;
  }
}





/*=============== コンテンツボタン ===============*/
.flex_2A {
	position: relative;
}
.flex_2A div{
    width: 49% !important;
	margin-bottom: 20px;
}
.flex_2A img {
	/*border-radius: 30px;*/
	/*box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);*/
}

.topics_contents p {
    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_btn {
	position: relative;
  	background-color: #000000;
}
.topics_contents_btn img {
	  display: block;
	  opacity: 0.7;
}
.topics_contents_btn p {
	position: absolute;
	width: 100%;
	font-size: 24px !important;
    top: 50%;
    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: 28px;
	text-align: center;
}
.img_wrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.img_wrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/*
.img_wrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	/*transition-duration: 0.3s;	/*変化に掛かる時間*/
/*}*/

@media only screen and (max-width: 48em) {
	.topics_contents_btn p {
		font-size: 14px !important;
	}
  }




/*=============== コンテンツボタン ===============*/



/*=============== Items&Coordinate ===============*/
section.Items_area {
	/*background-color: rgba(236, 180, 158, 0.1);
	padding: 50px 0 50px 0;*/
}
section.Items_area h4{
	text-align: center;
	font-weight: normal;
  	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 32px;
}
section.Items_area h5{
	text-align: center;
	font-weight: bold;
  	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 28px;
}
/* ※topics.css打消し※ */ 
.topics-box{
	padding: 0 0 0 0 !important;
	/*background-color: rgba(236, 180, 158, 0.1) !important;*/
}
@media only screen and (max-width: 48em) {
section.Items_area h4{
    font-size: 24px;
}
section.Items_area h5{
    font-size: 18px;
}
}




/*=============== オープンエアに楽しむ空間 ===============*/
section.partyroom_area {

}
section.partyroom_area h4{
	text-align: center;
	font-weight: normal;
  	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 32px;
}
section.partyroom_area h5{
	text-align: center;
	font-weight: bold;
  	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 28px;
}
@media only screen and (max-width: 48em) {
section.partyroom_area h4{
    font-size: 24px;
}
section.partyroom_area h5{
    font-size: 18px;
}
}


.partyroom_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-size: 24px;
	font-size: 2.4rem;
	padding: 0 5%;
	font-weight: bold;
}

@media only screen and (max-width: 48em) {
.partyroom_txt{
	font-size: 18px;
	font-size: 1.8rem;
}
}
@media only screen and (max-width: 30em) {
.partyroom_txt{
	font-size: 16px;
	font-size: 1.6rem;
}
}




/*=============== 日付エリア ===============*/
.txt_1 {
	margin-bottom: 20px;
	padding:0;
	text-align:center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.special_box {
	max-width: 1024px;
	/*background-color: rgba(236, 180, 158, 0.1);*/
	border: solid 2px #534E4C;
	padding: 50px 0 30px 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;
}
.special_box .special_box_text1{
	font-size: 24px;
	font-weight: bold;
}
.special_box .special_box_text1 span{
	font-size: 18px;
}

/* 768px */
@media only screen and (max-width: 48em) {
.special_box {
	margin: auto 3%;
}
}

/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_001 {
	font-size: 26px;
}
h2.heading2_001 span{
	font-size: 16px;
}
.special_box .special_box_text1{
	font-size: 18px;
}
.special_box .special_box_text1 span{
	font-size: 14px;
}
}


















/*=============== リニューアルコンテンツ ===============*/
.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;
	width: 80%;
	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;
	border: 2px solid #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;
	transition: 0.5s;
}
.topics-box_fair_btn a span{
    display: block;
    font-size: 16px;
  	font-size: 1.6rem;
}
.topics-box_fair_btn a:hover{
    background-color: #fff;
	transition: 0.5s;
    color: #ecb49e;
}

@media only screen and (max-width: 48em) {
.topics-box_fair_btn {
	letter-spacing: 2px;
	width: 90%;
}
.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%;
	justify-content: space-between;
}
.gallery_container1 {
	width: 49.8%;
	margin-bottom: 0.4%;
}
.gallery_container2 {
	width: 100%;
	margin-bottom: 0.4%;
}
.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;
}
}



/*=============== YOKOHAMA Open-Air WEDDINGとは↓ ===============*/
.topics-aboutarea{
	background-color: rgba(236, 180, 158, 0.1);
	padding: 50px 0 50px 0;
}
.topics-aboutarea h3 {
	padding-top: 3%;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.3;
	text-align: center;
}
.topics-box_about {
	display: block;
	text-align: center;
}
.topics-aboutarea .topics-box_about p{
	display: block;
	line-height: 2;
	font-size: 28px;
	border-bottom: dotted 2px;
	width: 50%;
	margin: auto;
	/*text-decoration: underline;*/
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.topics-box_about p span{
	font-weight: bold;
	/*background: linear-gradient(transparent 50%, #ecb49e 50%);*/
}
.topics-box_about picture{
	display: block;
	text-align: center;
}
p.aboutarea_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-size: 24px;
	font-size: 2.4rem;
	padding: 0 5%;
	font-weight: bold;
}

@media only screen and (max-width: 48em) {
.topics-aboutarea h3 {
    font-size: 24px;
    font-size: 2.4rem;
	margin-bottom: 20px;
}
.topics-aboutarea .topics-box_about p{
	font-size: 24px;
	width: 70%;
}
p.aboutarea_txt{
	font-size: 18px;
	font-size: 1.8rem;
}
}
@media only screen and (max-width: 30em) {
.topics-aboutarea h3 {
    font-size: 26px;
    font-size: 2.6rem;
}
.topics-aboutarea .topics-box_about p{
	font-size: 20px;
	width: 80%;
}
p.aboutarea_txt{
	font-size: 16px;
	font-size: 1.6rem;
}
}
@media only screen and (max-width: 20em) {
.topics-aboutarea .topics-box_about p{
	font-size: 18px;
	width: 85%;
}
}







/*=============== 挙式会場「LIFE TREE」の特徴↓ ===============*/
.topics-box {
}
.topics-box:nth-child(2n) {
  background-color: rgba(236, 180, 158, 0.3);
}
.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;
  }
}

.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%;
}
.topics-box_img-outer_style2 {
  position: relative;
  overflow: hidden; 
  width: 100% !important;
}
@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    margin-bottom: 3%; 
    width: 100%;
    background-color: #f5f5f5;
  }
.topics-box_img-outer_style2 {
    margin-bottom: 3%;
}
}

.topics-box_img {
  font-size: 0;
}
.topics-box_img img {
  width: 100%;
}
.topics-box_img img:nth-child(3n+3) {
  float: right;
}
.topics-box_img img:first-child {
  margin-bottom: 0 !important; 
  width: 100%;
}


/*　画像が縦長1:横2のとき */
.topics-box_img_02 {
  font-size: 0;
}
.topics-box_img_02 picture {
  float: left;
  width: 49.8%;
}
.topics-box_img_02 picture:nth-child(2n) {
  float: right;
  margin-bottom: 0.6%;
}
.topics-box_img_02 picture:nth-child(3n) {
  float: right;
}

/*　画像が横2のとき */
.topics-box_img_2_2 {
  font-size: 0;
}
.topics-box_img_02_2 picture {
  float: left !important;
  width: 49.8% !important;
  margin: 0 0.2% 0.6% 0 !important;
}
.topics-box_img_02_2 picture:nth-child(2n) {
  float: right;
  margin: 0 0 0.6% 0.2% !important;
}

/*　画像が横1:2のとき */
.topics-box_img_2_3 {
  font-size: 0;
}
.topics-box_img_2_3 picture {
	width: 100%;
}
.topics-box_img_2_3 picture:nth-child(2) {
  float: left;
  width: 49.8%;
  margin-top: 0.6% !important;
}
.topics-box_img_2_3 picture:nth-child(3) {
  float: right;
  width: 49.8%;
  margin-top: 0.6% !important;
}

/*=============== 挙式会場「LIFE TREE」の特徴↑ ===============*/



/*=============== 体験イベント↓ ===============*/
.topics-box_img_03 {
  font-size: 0;
}
.topics-box_img_03 picture {
  float: left; 
  width: 49.8%;
}
.topics-box_img_03 picture:nth-child(3n+3) {
  float: right;
}
.topics-box_img_03 picture:first-child {
  margin-bottom: 3px; 
  width: 100%;
}
/*=============== 体験イベント↑ ===============*/



/*=============== クチコミランキング↓ ===============*/
.award-box_area {
	max-width: 768px;
	margin: auto;
	text-align: center;
	padding: 2% 2% 1% 2%;
	background-color: #FFFFFF;
	border: 2px #bca475 solid;
	line-height: 1.5;
	color: #bca475;
}
.award-box_area .text1{
  	font-size: 22px;
  	font-size: 2.2rem;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
.award-box_area .text2{
  	font-size: 24px;
  	font-size: 2.4rem;
}
.award-box_area .text3{
  	font-size: 32px;
  	font-size: 3.2rem;
}
@media only screen and (max-width: 48em) {
.award-box_area {
	padding: 5% 2% 2% 2%;
	margin: auto 3%;
}
.award-box_area .text1{
  	font-size: 14px;
  	font-size: 1.4rem;
}
}
/*=============== クチコミランキング↑ ===============*/




/* =========== 特典 =========== */
.event_btnbox {
}
.plus {
	font-size: 80px;
	font-weight: bold;
}
.figure {
}
.benefit_area {
	position: relative;
}
.benefit_area .circle{
	position: absolute;
	top: -30px;
	left: 30px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #b39358;
	z-index: 1000;
}
.benefit_area .circle .circle-inner {
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	transform:rotate(-15deg);
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.benefit_area .circle .circle-inner span{
	font-size: 18px;
}
.benefit_box {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
	/*border:double;*/
	padding: 20px;
	width: 80%;
	margin: auto;
	background-color: #FFFFFF;
}
.benefit_box p.text1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	vertical-align: text-top;
}
.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 {
	font-size: 58px;
	/*font-style: italic;*/
	padding-left: 5px;
	border-bottom: double 5px #444;

}
.benefit_box p.text2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 5px;
}
.benefit_box p.text3 {
	font-weight: bold;
}
.flex_2A_2 {
	position: relative;
	display: flex;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 40% !important;
	padding: 5px;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 60% !important;
	padding: 5px;
}


/* 480px */
@media only screen and (max-width: 30em) {
.benefit_area .circle{
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
.benefit_area .circle .circle-inner {
	font-size: 13px;
}
.benefit_area .circle .circle-inner span{
	font-size: 14px;
}
.benefit_box {
	width: 90%;
}
.benefit_box p.text1 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.benefit_box p.text1 span {
	font-size: 38px;
}
.benefit_box p.text2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	padding-left: 20%;
}
.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;
}
}





/*=============== アクセス ===============*/
.topics-accessarea {
	
}
.topics-accessarea h3 {
	padding-top: 3%;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.3;
	text-align: center;
}
.topics-accessarea h3 span{
    font-size: 24px;
    font-size: 2.4rem;
}
.info_box {
	background-color: #F5F5F5;
	/*border: 4px double #ecb49e;*/
	padding: 5%;
	text-align: center;
	width: 95%;
	margin: auto;
}
.voice_box {
	text-align: center;
	padding: 4% 2%;
	margin: 2% auto;
	border: 4px #e6dbce double;
}
@media only screen and (max-width: 48em) {
.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;
}
}
p.acces_titl {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 60em) {
p.acces_titl {
	font-weight: bold;
	font-size: 20px;
	margin: 10px auto;
}
}

p.schedule_maintxt{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
@media only screen and (max-width: 48em) {
p.schedule_maintxt{
	font-size: 20px;
	line-height: 25px
}
}

.schedule_maintxt span{
	font-size: 22px;
}
.schedule_maintxt strong{
	color: #A90000;
}
@media only screen and (max-width: 60em) {
.schedule_maintxt span{
	font-size: 16px;
}
}

.schedule_maintxt02{
	margin-bottom: 10px;
}
.schedule_maintxt02 span{
	font-size: 22px;
	line-height: 2.5;
}
.schedule_maintxt02 strong{
	color: #A90000;
	font-size: 22px;
}
@media only screen and (max-width: 60em) {
.schedule_maintxt02 span{
	font-size: 16px;
}
.schedule_maintxt02 strong{
	color: #A90000;
	font-size: 16px;
}
}
p.access_txt{
	font-weight: bold;
	font-size: 18px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
p.access_txt_2{
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
p.access_txt span {
 /*color: #A90000; */
 font-size: 15px;
font-weight: bold;
}
p.access_txt span.type2 {
color: #A90000;
font-size: 18px;
font-weight: bold;
}
.map_img{
	width: 50%;
	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;
}
}
/*=============== アクセス ===============*/





/*=============== お役立ちコンテンツ ===============*/
.flex_3A {
	display: flex;
	position: relative;
}
.flex_3A div{
    width: 33.33% !important;
	margin: 0 0 0 0;
}




/*=============== 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 ===============*/






/*=============== 動画 ===============*/
.movie_mt {
	margin-top: 0 !important;
}




/* =========== textaline =========== */
/* モバイル時センターにする */
.txt_type1 {
	text-align: left !important;
}
@media only screen and (max-width: 30em) {
.txt_type1 {
	text-align: center !important;
}
}





/* =========== 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_80 { margin-bottom: 80px !important; }
.mb_100 { margin-bottom: 100px !important; }

/*=============== padding_bottom ===============*/
.pb_0 { padding-bottom: 0 !important;}
