@charset "UTF-8";
body{
	 color: #222;
   font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


/* =========== header =========== */
.header_area {
  margin: auto;
  max-width: 768px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.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.25);
  content: "";
}
@media only screen and (max-width: 48em) {
.topics_bg-img img{
  display: none;
}
.header_area {
  height: 600px;
}
.topics_bg-img {
  height: 600px;
}
}


/*=============== contents ===============*/
.contents_block{
  padding: 10% 0 5%;
}
.contents_area_a {
  position: relative;
  margin: auto;
  max-width: 768px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5% 0;
}
.contents_area_b {
  position: relative;
  margin: auto;
  max-width: 768px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5% 0;
}
.contents_box{
  padding: 5% 0;
}
.border_box01{
  border: solid 1px #b69458;
  padding: 3%;
}
.border_box02{
  border: double 5px #b69458;
  padding: 5%;
}
.privilege_box_a{
  padding: 10%;
}
.privilege_box_b{
  padding: 5% 0;
}


@media only screen and (max-width: 48em) {
.contents_area_a {
  padding: 10% 0 5%; 
}
.contents_area_b {
  width: 90%;
  padding: 5% 0; 
}
.privilege_box_a{
  padding: 5% 0;
}
}



/* =========== header_title =========== */
.header_title{
  position: absolute;
  top: -20%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
}
@media only screen and (max-width: 48em) {
.header_title{
  top: -50%;	
}
}

/* =========== h2 =========== */
.header_title h2{
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 35px;
}
.header_title h2 span{
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font-size: 55px
}
@media only screen and (max-width: 48em) {
.header_title h2{
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 25px;
}
.header_title h2 span{
    font-size: 35px
}  
}


/* =========== h3 =========== */
h3 {
  font-size: 25px;
}
h3 span{
  font-size: 35px;
}
@media only screen and (max-width: 48em) {
h3 {
  font-size: 18px;
  line-height: 30px;
}
h3 span{
  font-size: 25px;
}
}


/* =========== h4 =========== */
h4 {
  font-size: 35px;
}
@media only screen and (max-width: 48em) {
h4 {
  font-size: 25px;
}
}


/* =========== text =========== */
.text_01{
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
}
.text_02{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.text_03{
  font-size: 15px;
}
.text_04{
  font-size: 25px;
  font-weight: 500;
}
.text_05{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
.text_01{
  font-size:13px;
  line-height: 1.7;
}  
.text_02{
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
.text_03{
  font-size: 13px;
}
.text_04{
  font-size: 18px;
}
.text_05{
  font-size: 15px;
  line-height: 1.7;
}  
}


/* =========== txt block =========== */
.txt-block_01{
  background-color: #b69458;
  padding: 15px 0; 
}
.txt-block_02{
  border-top: solid 2px #570000;
  border-bottom: solid 2px #570000;
  padding: 15px 0; 
  margin: 0 auto 30px;
}
.txt-block_03{
  background-color: #b69458;
  padding: 5px 0; 
}
.txt-block_04{
  padding: 0 10%;
  margin-top: 20px;
}
.txt-block_05{
  border: #fff solid 1px;
  width: 200px;
  margin: 25px auto 0;
}
.txt-block_07{
  padding: 8% 0;
}
/*　テキストの左右に罫線　*/
.txt-block_06 {
	display: flex;
	justify-content: center;
	align-items: center;
  font-weight: bold;
}
.txt-block_06::before,
.txt-block_06::after {
	content: '';
	width: 120px;
	height: 3px;
	background-color: #b69458;
}
.txt-block_06::before {
	margin-right: 20px;
}
.txt-block_06::after {
	margin-left: 20px;
}


@media only screen and (max-width: 48em) {
.txt-block_01{
  padding: 5px 0; 
}
.txt-block_04{
  padding: 0%;
}
.txt-block_07{
  padding: 5% 3%;
}
.txt-block_06::before,
.txt-block_06::after {
	width: 80px;
	height: 2px;
}  
}



/*=============== flex ===============*/
.flex_type {
  display: flex;
}
.flex_type .image {
  width: 50%; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex_type .right {
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; 
}
.flex_type .left {
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; 
}
@media only screen and (max-width: 48em) {
.flex_type .right {
  padding: 3%;
}
.flex_type .left {
  padding: 3%;
}  
}


/*=============== movie ===============*/
.video_area{
  width: 100%;
  text-align: center;
}
.video_area video{
  max-width: 100%;
}
@media only screen and (max-width: 48em) {
.video_area{
  width: 100%;
}
}


/*=============== btn ===============*/
.pickupPlanBox-linkBtn {
  width: 80%;
  margin: auto;
  font-size: 2.0rem;
}
.pickupPlanBox-linkBtn span {
  font-size: 1.5rem;
}
.pickupPlanBox-linkBtn a{
  padding: 15px 20px;
  background-color: #570000;
  border-radius: 10px;
}

.map-linkBtn {
  margin: auto;
  font-size: 1.3rem;
}
.map-linkBtn a{
  padding: 5px 0;
  background-color: #000;
  margin: 10px auto;
  text-align: center;
}

@media only screen and (max-width: 48em) {
.pickupPlanBox-linkBtn {
  font-size: 1.5rem;
}
.pickupPlanBox-linkBtn span {
  font-size: 1.2rem;
}
.pickupPlanBox-linkBtn a{
  padding: 10px 0;
  border-radius: 8px;
}
}

.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;
}
.map_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;
  color: #fff;
  padding: 5px 0;
  width: 150px;
}
.linkBtn_a:hover {
  background-color: #a25151;
  color: #fff;
}
.map_linkBtn_a:hover {
  background-color: #777;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .linkBtn_a {
    background-color: #570000; 
    color: #fff;
  }
    .map_linkBtn_a {
    background-color: #000; 
  }
}




/*=============== access ===============*/
.access_box {
	text-align: center;
	padding: 7% 10%;
	margin: auto;
}
@media only screen and (max-width: 48em) {
.access_box {

}
}

p.acces_titl {
	font-weight: bold;
	font-size: 25px;
	margin: 0 auto 10px;
  border-bottom: solid 1px #222;
  width: 150px;
}
.acces_txt_01{
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
p.acces_titl {
  font-size: 15px;
  width: 100px;
}
.acces_txt_01{
  font-size: 15px;
  font-weight: bold;
}
}

a{
	 color: #1F0000;
}

.map_img{
	width: 100%;
	margin: 20px auto 20px auto;
}











/*=============== parts <br> ===============*/
/*本文 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 color ===============*/
.txt_white{
  color: #fff;
}
.txt_gold{
  color: #b69458;
}
.txt_bordeaux{
  color: #570000;
}
.txt_left{
  text-align: right;
}

.bg-color_beige{
  background-color: #e6dbce33;
}
.bg-color_gray{
  background-color: #f5f5f5;
}

/*=============== 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;}
}

.pdtb10{
  padding: 10px 0;
}
.pdtb20{
  padding: 20px 0;
}


.swiper-container_topic {
  margin: 0 auto 10px 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-slide{
  margin-bottom: 30px;
} 


.mincho {
  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;
}

.marker{
  background: linear-gradient(transparent 70%, #ffee35 70%);
}