@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
  }
}


/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* =========== site-logo =========== */
.topics-logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-height: 34px;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .topics-logo {
    width: 45%;
  }
  .topics-logo img {
    max-width: 240px;
  }
}
.topics-svg_header-logo {
  display: block;
  max-height: 34px;
  width: 100%;
  height: 100%;
  fill: #fff;
}


/*=============== btn ===============*/
.topics-box_btn {
	text-align: center;
	letter-spacing: 5px;
	width: 70%;
	margin: auto;
}
.topics-box_btn a {
    display: block;
    margin: 0 auto;
    padding: 30px 10px;
    font-size: 24px;
  	font-size: 2.4rem;
    background-color: #AA8E76;
    color: #FFF;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s;
}
.topics-box_btn a span{
    display: block;
    font-size: 14px;
  	font-size: 1.4rem;
}
.topics-box_btn a:hover {
  background-color: #d1b49c;
  color: #fff;
}
@media only screen and (max-width: 48em) {
.topics-box_btn {
	letter-spacing: 2px;
	width: 80%;
}
.topics-box_btn a {
    padding: 20px 10px;
    font-size: 16px;
  	font-size: 1.6rem;
}
.topics-box_btn a span{
    display: block;
    font-size: 13px;
  	font-size: 1.3rem;
}
}


/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}


/* =========== h2 topics_title =========== */
.topics_title {
  position: absolute;
  top: 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: 38px;
  font-size: 3.8rem;
}
.topics_title span{
  font-size: 24px;
  font-size: 2.4rem;
}
.topics_title strong{
	border: solid 1px #fff;
	padding: 7px;
	font-size: 23px;
	line-height: 65px;
	letter-spacing: 3px;
}
@media only screen and (max-width: 48em) {
 .topics_title strong{
	padding: 4px;
	font-size: 17px;
	line-height: 40px;
}
  }

@media only screen and (max-width: 48em) {
  .topics_title {
    height: 100px; 
    font-size: 22px;
    font-size: 2.2rem;
  }
  .topics_title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.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%;
}

.topics_title_h3 span {
  display: block; 
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #70924D;
}

@media only screen and (max-width: 48em) {
  .topics_title_h3 {
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 10px;
}
  .topics_title_h3 span { 
    font-size: 14px;
    font-size: 1.4rem;
}
}


/* =========== h3 topics_title_h4 =========== */
.topics_title_h4 {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  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;
}
}

/*無料変更アクセント*/
.topics_title2_h4 {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
  color: #b69458;
  font-weight: bold;
  padding: 10px;
  border: solid;
  border-color: #b69458;
  width: 600px;
  margin: auto;
}
@media only screen and (max-width: 48em) {
  .topics_title2_h4 {
  font-size: 18px;
  font-size: 1.8rem;
  width: 90%;
}
}
/*無料変更アクセント*/


/* =========== maintxt_are =========== */
.maintxt_area {
	text-align: center;
	line-height: 2.5;
	padding: 5% 0;
	width: 100%;
}
.maintxt_area p {
	font-weight: bold;
}
@media only screen and (max-width: 48em) {
.maintxt_area{
	line-height: 2;
	padding: 3% 0 5% 0;
	width: 90%;
	margin: auto;
}
}



/* =========== topics-box_area =========== */
.topics-box_area {
  padding: 5% 0 2% 0;
}
.topics-box {
  padding: 0;
  max-width: 1024px;
  margin: auto;
}
.topics-box p{
  text-align: center;
	width: 90%;
  margin: auto;
}
.topics-box p.txt_note{
  text-align: left;
  font-size: 12px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pd20_bg20 {
  padding: 20px;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 48em) {
  .topics-box {
    padding: 0;
	margin-bottom: 10%;
  }
}

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



/*=============== 画像 ===============*/
.image_box{
	width: 100%;
	margin: auto;
    padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.image_box_inner{
	width: 49%;
	margin-bottom: 2%;
}
.image_box2{
	width: 70%;
	margin: auto;
	margin-bottom: 2%;
}
@media only screen and (max-width: 48em) {
.image_box_inner{
	width: 100%;
}
.image_box2{
	width: 90%;
	margin: auto;
}
}





/*=============== parts color ===============*/

.bg_color1{ background-color: rgba(182, 182, 151, 0.1); }

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

/*=============== padding ===============*/
.pt_3p { padding-top: 3%;}
.pt_5p { padding-top: 5%;}
