@charset "UTF-8";
/* ============================================================================

title : おでかけ特集
scope : 荘厳堅牢、武家文化を象徴する日本の城。

last modify : 2018/06/06 Tuancm 新規作成

============================================================================ */
/* 調整用ベーススタイル
============================================================================ */
html {
  height: auto !important;
}

* > a:hover [src*="btn-"],
* > a:hover [src*="bnr-"],
* > a:hover [src*="nav-"] {
  cursor: pointer;
  opacity: .7;
}

/*=========== main ===========*/
.main {
  background: url("../image/bg-main.png") no-repeat 0 0;
  display: flex;
  height: 741px;
  justify-content: space-between;
  position: relative;
}

.main_block {
  padding-left: 43px;
  padding-top: 20px;
}

.main_date {
  color: #000;
  font-size: 16px;
  text-align: right;
  margin: 10px 0;
  width: 900px;
}

.main_info {
  padding-right: 15px;
  padding-top: 25px;
}

.main_info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main_info_list li {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  padding: 4px 0;
  text-align: center;
  width: 78px;
}

.main_info_list li span {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  line-height: 1.5;
}

.main_info_list .green {
  background-color: #005a37;
}

.main_info_list .brown {
  background-color: #a67c52;
  letter-spacing: 1em;
  text-indent: 1em;
}

.main_info_list .blue {
  background-color: #1b1464;
}

.main_info_txt {
  width: 260px;
}

.main_info_txt dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 9px;
}

.main_info_txt dd p {
  font-size: 16px;
  padding-top: 7px;
}

/*======== intro ======*/
.intro {
  background: #f5f0e9 url("../image/bg-nav-links.png") repeat-y center top;
  /*height: 729px;*/
}

.intro_box {
  background: #fff url("../image/bg-intro.png") no-repeat center top;
  box-shadow: 0 4px 8px 0 #3e3e3e;
  margin: 0 auto;
  min-height: 488px;
  padding: 180px 50px 40px 50px;
  width: 900px;
}

.intro_box:after {
  clear: both;
  content: "";
  display: block;
}

.intro_inner {
  overflow: hidden;
}

.intro_box_left {
  float: left;
  margin-top: 3px;
  width: 175px;
}

.intro_box_right {
  float: left;
  margin-top: 1px;
  width: 620px;
}

.intro_box_right p {
  font-size: 16px;
  letter-spacing: .046em;
  line-height: 1.68;
}

.intro_box_right .dtl_btn {
  position: absolute;
  top: 82em;
  left: 0;
  right: 0;
  margin: auto;
  width: 215px;
  font-size: 16px;
  line-height: 1.0;
  background-color: #EE151F;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  box-shadow: 0 2px 4px 1px rgba(180,180,180,1);
}

.intro_box_right .dtl_btn a {
  color: #fff;
  font-weight: 600;
}

.intro_box_right .dtl_btn a::after {
  position: absolute;
  content: "";
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 5px #fff;
  margin: 3px 0 0 20px;
}

.intro_box_right .dtl_btn:hover {
  opacity: 0.7;
}

#gnavi {
  margin: 37px auto 0;
  width: 870px;
}

#gnavi ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.bnr_category {
  margin: 85px auto;
}

#gnavi ol li {
  height: 85px;
  width: 290px;
}

#gnavi ol li a {
  background: url("../image/bg-nav-main-02.png") no-repeat 0 0;
  color: #333;
  display: table-cell;
  font-size: 15px;
  height: 85px;
  letter-spacing: .02em;
  line-height: 1.2;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  vertical-align: middle;
  width: 290px;
}

#gnavi ol li a:hover {
  opacity: .9;
}

#gnavi ol li a img {
  display: inline-block;
  margin-top: 7px;
  vertical-align: top;
}

#gnavi ol li a span {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 8px;
  width: 220px;
}

#gnavi ol li a .mt_03 {
  margin-top: 16px;
}

#gnavi ol li a .mt_04 {
  margin-top: 0;
}


/*======= content =========*/
/* detail_box */
.detail_box .btn a {
  background: rgb(255,0,0);
  background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(237,27,35,1) 50%, rgba(237,27,35,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(255,0,0,1) 50%,rgba(237,27,35,1) 50%,rgba(237,27,35,1) 100%);
  background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(255,0,0,1) 50%,rgba(237,27,35,1) 50%,rgba(237,27,35,1) 100%);
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,.25);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 75px;
  line-height: 75px;
  text-align: center;
  padding-right: 27px;
  position: relative;
  width: 500px;
}

.detail_box .btn a::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  right: 16px;
  position: absolute;
  top: 0;
}

.detail_box .btn a:hover {
  opacity: .8;
}

.detail_box .btn a span {
  font-size: 33px;
  margin-left: 3px;
  vertical-align: top;
}

/* block_sns */
.block_sns .sns_label {
  background: #fff;
  border: 2px solid #c73d42;
  color: #c73d42;
}

/* btn_photo */
.btn_photo .cap {
  margin-top: 5px;
}

/*========= sec01 ==========*/
.sec01 {
  background: #fff url("../image/bg-sec01.png") no-repeat center top;
  min-height: 2454px;
  position: relative;
}

.sec01 .sec01_ttl {
  padding-left: 114px;
  padding-top: 146px;
}

.sec01 .sec01_ttl img {
  height: 130px;
  width: 704px;
}

.sec01 .sec01_sub01 {
  background-color: rgba(252, 237, 244, .9);
  border-radius: 20px;
  margin: 28px auto 0;
  padding-bottom: 32px;
  width: 800px;
}

.sec01 .sec01_sub01_txt {
  letter-spacing: .05em;
  line-height: 1.8;
  padding: 28px 73px 22px;
}

.sec01 .sec01_sub01_map {
  height: 746px;
  padding-left: 46px;
  position: relative;
  width: 757px;
}

.sec01 .sec01_sub01_map_view {
  left: 73px;
  position: absolute;
  top: 26px;
}

.sec01 .sec01_sub01_btn {
  padding-top: 11px;
  text-align: center;
}

.sec01 .sec01_sub01_btn a {
  display: inline-block;
  height: 41px;
  width: 246px;
}

.sec01 .sec01_sub01_info {
  padding: 28px 54px 0;
}

.sec01 .sec01_sub01_info:after {
  clear: both;
  content: "";
  display: block;
}

.sec01 .sec01_sub01_info_left {
  float: left;
  width: 492px;
}

.sec01 .sec01_sub01_info_left p {
  font-size: 16px;
  letter-spacing: .085em;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 13px;
}

.sec01 .sec01_sub01_info_right {
  float: left;
  padding-top: 4px;
  text-align: right;
  width: 200px;
}

.sec01 .sec01_sub01_block {
  height: 236px;
  position: relative;
}

.sec01 .sec01_sub01_block_left {
  float: left;
  width: 400px;
}

.sec01 .sec01_sub01_block_left img {
  display: inline-block;
  margin-left: 72px;
  margin-top: 48px;
}

.sec01 .sec01_sub01_block_right {
  float: left;
  width: 400px;
}

.sec01 .sec01_sub01_block_right img {
  display: inline-block;
  margin-left: 111px;
  margin-top: 14px;
}

.sec01 .sec01_sub01_block_cmt01 {
  background: url("../image/bg-sec01-txt-01.png") no-repeat 0 0;
  box-sizing: border-box;
  font-size: 16px;
  height: 160px;
  left: 203px;
  line-height: 1.7;
  letter-spacing: 0;
  padding-top: 43px;
  position: absolute;
  text-align: center;
  top: -41px;
  width: 272px;
  z-index: 11;
}

.sec01 .sec01_sub01_block_txt {
  font-size: 18px;
  left: 258px;
  letter-spacing: 0;
  line-height: 1.4;
  position: absolute;
  top: 150px;
  width: 140px;
}

.sec01 .sec01_sub01_block_txt span {
  font-size: 14px;
  letter-spacing: 0;
}

.sec01 .sec01_sub02 {
  background-color: rgba(252, 237, 244, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 280px;
  width: 800px;
}

.sec01 .sec01_sub02_ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .059em;
  line-height: 1.3;
  padding-left: 48px;
  padding-top: 19px;
}

.sec01 .sec01_sub02_list {
  padding: 13px 50px;
}

.sec01 .sec01_sub02_list li::before {
  background-color: #ff7bac;
  content: "";
  display: inline-block;
  height: 15px;
  left: -22px;
  position: absolute;
  top: 4px;
  width: 15px;
}

.sec01 .sec01_sub02_list li {
  letter-spacing: .07em;
  line-height: 1.7;
  margin-left: 24px;
  padding-bottom: 14px;
  position: relative;
}

.sec01 .sec01_sub03 {
  background-color: rgba(252, 237, 244, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 210px;
  padding: 29px 54px 0;
  width: 800px;
}

.sec01 .sec01_sub03:after {
  clear: both;
  content: "";
  display: block;
}

.sec01 .sec01_sub03_left {
  float: left;
  width: 492px;
}

.sec01 .sec01_sub03_left p {
  font-size: 16px;
  letter-spacing: .066em;
  line-height: 1.8;
  padding-right: 19px;
}

.sec01 .sec01_sub03_right {
  float: left;
  padding-top: 4px;
  text-align: right;
  width: 200px;
}

.sec01 .sec01_bottom_tree {
  bottom: -77px;
  left: 48px;
  position: absolute;
}

.sec01 .sec01_bottom_img01 {
  bottom: -70px;
  position: absolute;
  right: 78px;
}

.sec01 .sec01_bottom_cmt01 {
  background: url("../image/bg-sec01-bottom-txt-01.png") no-repeat 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  height: 160px;
  left: -275px;
  letter-spacing: 0;
  line-height: 1.7;
  padding-top: 43px;
  position: absolute;
  text-align: center;
  top: 17px;
  width: 272px;
  z-index: 11;
}

/*========= sec02 ==========*/
.sec02 {
  background: #fff url("../image/bg-sec02.png") no-repeat center 0;
  margin-top: 260px;
  min-height: 2313px;
  position: relative;
}

.sec02:after {
  background: url("../image/img-wall.png") no-repeat left top;
  content: "";
  display: block;
  height: 273px;
  left: 42px;
  position: absolute;
  top: -260px;
  width: 916px;
  z-index: 1;
}

.sec02 .sec02_ttl {
  padding-left: 114px;
  padding-top: 131px;
}

.sec02 .sec02_ttl img {
  height: 140px;
  width: 708px;
}

.sec02 .sec02_sub01 {
  background-color: rgba(231, 242, 221, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  position: relative;
  width: 800px;
}

.sec02 .sec02_sub01:after {
  clear: both;
  content: "";
  display: block;
}

.sec02 .sec02_sub01_left {
  float: left;
  overflow: hidden;
  padding: 34px 20px 0 40px;
  width: 497px;
}

.sec02 .sec02_sub01_left .sec02_sub01_txt02 {
  letter-spacing: .08em;
  line-height: 1.8;
}

.sec02 .sec02_sub01_left .img_gallery {
  float: right;
  line-height: 1.75;
  margin-left: 15px;
  padding-right: 10px;
}

.sec02 .sec02_sub01_right {
  float: left;
  padding: 61px 0 20px;
  position: relative;
  width: 303px;
}

.sec02 .sec02_sub01_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.2;
  padding: 42px 0 10px 0;
}

.sec02 .sec02_sub01_table {
  border: 2px solid #009245;
  border-collapse: collapse;
}

.sec02 .sec02_sub01_table td, .sec02_sub01_table th {
  border: 1px solid #95da82;
  text-align: center;
}

.sec02 .sec02_sub01_table th {
  background-color: #009245;
  color: #fff;
  line-height: 1.7;
}

.sec02 .sec02_sub01_table td {
  background-color: #fff;
  color: #009245;
  font-size: 14px;
  line-height: 1.4;
}

.sec02 .sec02_sub01_table th:nth-child(1) {
  padding: 0 5px;
}

.sec02 .sec02_sub01_table th:nth-child(2) {
  padding: 0 25px;
}

.sec02 .sec02_sub01_table th:nth-child(3) {
  padding: 0 55px;
}

.sec02 .sec02_sub01_table td:nth-child(1) {
  background-color: #009245;
  color: #fff;
}

.sec02 .sec02_sub01_table td:nth-child(3) {
  padding-left: 10px;
  text-align: left;
}

.sec02 .sec02_sub01_img01 {
  left: 8px;
  position: absolute;
  top: -37px;
  z-index: 14;
}

.sec02 .sec02_sub01_cmt01 {
  background: url("../image/bg-sec02-txt-01.png") no-repeat 0 0;
  height: 97px;
  left: 109px;
  position: absolute;
  text-align: center;
  top: -48px;
  width: 160px;
  z-index: 11;
}

.sec02 .sec02_sub01_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 26px 22px 0 21px;
}

.sec02 .sec02_sub01_img02 {
  bottom: -41px;
  left: -70px;
  position: absolute;
  z-index: 14;
}

.sec02 .sec02_sub01_cmt02 {
  background: url("../image/bg-sec02-txt-02.png") no-repeat 0 0;
  bottom: 19px;
  height: 113px;
  left: 75px;
  position: absolute;
  text-align: center;
  width: 193px;
  z-index: 11;
}

.sec02 .sec02_sub01_cmt02 p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 28px 26px 0 35px;
}

.sec02 .sec02_sub02 {
  background-color: rgba(231, 242, 221, .9);
  border-radius: 20px;
  letter-spacing: .075em;
  margin: 20px auto 0;
  min-height: 620px;
  padding: 40px 50px 0 40px;
  width: 800px;
}

.sec02 .sec02_sub02_ttl {
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 12px;
  text-indent: -.5em;
}

.sec02 .sec02_sub02 p {
  line-height: 1.75;
}

.sec02 .sec02_sub02_block:after {
  clear: both;
  content: "";
  display: block;
}

.sec02 .sec02_sub02_block_left {
  float: left;
  width: 425px;
}

.sec02 .sec02_sub02_figure {
  float: right;
  margin-top: .375em;
}

.sec02 .sec02_bottom_tree {
  bottom: -59px;
  left: 58px;
  position: absolute;
}

.sec02 .sec02_bottom_img01 {
  bottom: -55px;
  position: absolute;
  right: 73px;
}

.sec02 .sec02_bottom_cmt01 {
  background: url("../image/bg-sec02-bottom-txt-01.png") no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  height: 144px;
  left: -245px;
  letter-spacing: 0;
  line-height: 1.76;
  padding: 32px 30px 0 30px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 246px;
  z-index: 11;
}

/*========= sec03 ==========*/
.sec03 {
  background: #fff url("../image/bg-sec03.png") no-repeat center 0;
  margin-top: 260px;
  min-height: 2821px;
  position: relative;
}

.sec03:after {
  background: url("../image/img-wall.png") no-repeat left top;
  content: "";
  display: block;
  height: 273px;
  left: 42px;
  position: absolute;
  top: -260px;
  width: 916px;
  z-index: 1;
}

.sec03 .sec03_ttl {
  padding-left: 128px;
  padding-top: 130px;
}

.sec03 .sec03_ttl img {
  height: 140px;
  width: 710px;
}

.sec03 .sec03_sub01 {
  background-color: rgba(255, 252, 210, .9);
  border-radius: 20px;
  margin: 34px auto 0;
  min-height: 480px;
  padding: 40px 80px 0 40px;
  position: relative;
  width: 800px;
}

.sec03 .sec03_sub01:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub01_ttl {
  font-size: 24px;
  letter-spacing: .075em;
  line-height: 1.16;
  margin-bottom: 12px;
  text-indent: -.5em;
}

.sec03 .sec03_sub01 p {
  letter-spacing: .05em;
  line-height: 1.75;
}

.sec03 .sec03_sub01_txt {
  position: relative;
}

.sec03 .sec03_sub01_txt:before {
  content: "";
  display: block;
  float: right;
  height: 100px;
  width: 190px;
}

.sec03 .sec03_sub01_figure {
  position: absolute;
  right: 50px;
  top: 41px;
}

.sec03 .sec03_sub01_img01 {
  bottom: -51px;
  position: absolute;
  right: 3px;
  z-index: 14;
}

.sec03 .sec03_sub01_cmt01 {
  background: url("../image/bg-sec03-txt-01.png") no-repeat 0 0;
  bottom: -39px;
  height: 125px;
  position: absolute;
  right: 137px;
  text-align: center;
  width: 222px;
  z-index: 14;
}

.sec03 .sec03_sub01_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 30px 38px 0;
}

.sec03 .sec03_sub02 {
  background-color: rgba(255, 252, 210, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 370px;
  padding: 40px 80px 0 40px;
  position: relative;
  width: 800px;
}

.sec03 .sec03_sub02:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub02_ttl {
  font-size: 24px;
  letter-spacing: .075em;
  line-height: 1.16;
  margin-bottom: 12px;
}

.sec03 .sec03_sub02 p {
  letter-spacing: .05em;
  line-height: 1.75;
}

.sec03 .sec03_sub02_txt {
  position: relative;
}

.sec03 .sec03_sub02_txt:before {
  content: "";
  display: block;
  float: right;
  height: 100px;
  width: 190px;
}

.sec03 .sec03_sub02_figure {
  position: absolute;
  right: 50px;
  top: 41px;
}

.sec03 .sec03_sub03 {
  background-color: rgba(255, 252, 210, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 500px;
  position: relative;
  width: 800px;
}

.sec03 .sec03_sub03:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub03_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.3;
  padding: 42px 10px 6px 40px;
}

.sec03 .sec03_sub03_figure {
  position: absolute;
  right: 50px;
  top: 42px;
}

.sec03 .sec03_sub03_txt {
  letter-spacing: .05em;
  line-height: 1.75;
  padding: 0 80px 0 40px;
  pointer-events: none;
  position: relative;
}

.sec03 .sec03_sub03_txt:before {
  content: "";
  display: block;
  float: right;
  height: 5.25em;
  width: 12em;
}

.sec03 .sec03_sub03_img01 {
  bottom: -80px;
  left: -70px;
  position: absolute;
  z-index: 14;
}

.sec03 .sec03_sub03_cmt01 {
  background: url("../image/bg-sec03-txt-02.png") no-repeat 0 0;
  bottom: -28px;
  height: 97px;
  left: 82px;
  position: absolute;
  text-align: center;
  width: 165px;
  z-index: 14;
}

.sec03 .sec03_sub03_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 31px 30px 0;
}

.sec03 .sec03_sub03_img02 {
  bottom: -80px;
  position: absolute;
  right: 7px;
  z-index: 14;
}

.sec03 .sec03_sub03_cmt02 {
  background: url("../image/bg-sec03-txt-03.png") no-repeat 0 0;
  bottom: -79px;
  height: 125px;
  position: absolute;
  right: 138px;
  text-align: center;
  width: 222px;
  z-index: 14;
}

.sec03 .sec03_sub03_cmt02 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 34px 30px 0;
}

.sec03 .sec03_sub04 {
  background-color: rgba(255, 252, 210, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 400px;
  padding: 43px 50px 0 40px;
  position: relative;
  width: 800px;
}

.sec03 .sec03_sub04:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub04_ttl {
  font-size: 24px;
  letter-spacing: .075em;
  line-height: 1.16;
  margin-bottom: 12px;
  padding-left: 5px;
}

.sec03 .sec03_sub04 p {
  letter-spacing: .05em;
  line-height: 1.75;
}

.sec03 .sec03_sub04_txt01 {
  padding-right: 3em;
}

.sec03 .sec03_sub04_block:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub04_block_left {
  float: left;
  width: 490px;
}

.sec03_sub04_block_right {
  float: right;
  margin-top: .375em;
}

.sec03_sub04_block_right a {
  width: 200px;
}

.sec03_sub04_block_right figcaption {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

.sec03 .sec03_sub04_img01 {
  bottom: -114px;
  position: absolute;
  right: 10px;
  z-index: 14;
}

.sec03 .sec03_sub04_cmt01 {
  background: url("../image/bg-sec03-txt-04.png") no-repeat 0 0;
  bottom: -57px;
  height: 113px;
  position: absolute;
  right: 127px;
  text-align: center;
  width: 185px;
  z-index: 14;
}

.sec03 .sec03_sub04_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 26px 20px 0;
}

.sec03 .sec03_sub05 {
  background-color: rgba(255, 252, 210, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 400px;
  padding: 40px 50px 20px 40px;
  position: relative;
  width: 800px;
}

.sec03 .sec03_sub05:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub05_ttl {
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1.16;
  margin-bottom: 14px;
  padding-left: 5px;
}

.sec03 .sec03_sub05 p {
  letter-spacing: .05em;
  line-height: 1.75;
}

.sec03 .sec03_sub05_txt01 {
  padding-right: 9em;
}

.sec03 .sec03_sub05_txt02 {
  padding-right: 3em;
}

.sec03 .sec03_sub05_block:after {
  clear: both;
  content: "";
  display: block;
}

.sec03 .sec03_sub05_block_left {
  float: left;
  width: 490px;
}

.sec03_sub05_block_right {
  float: right;
  margin-top: .375em;
}

.sec03_sub05_block_right a {
  width: 200px;
}

.sec03_sub05_block_right figcaption {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.sec03 .sec03_bottom_tree {
  bottom: -51px;
  left: 88px;
  position: absolute;
}

.sec03 .sec03_bottom_img01 {
  bottom: -21px;
  position: absolute;
  right: 111px;
}

.sec03 .sec03_bottom_cmt01 {
  background: url("../image/bg-sec03-bottom-txt-01.png") no-repeat 0 0;
  color: #000;
  font-size: 16px;
  height: 144px;
  left: -255px;
  letter-spacing: 0;
  line-height: 1.76;
  padding: 30px 30px 0 30px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 246px;
  z-index: 11;
}

/*========= sec04 ==========*/
.sec04 {
  background: #fff url("../image/bg-sec04.png") no-repeat center 0;
  margin-top: 260px;
  min-height: 2599px;
  position: relative;
}

.sec04:after {
  background: url("../image/img-wall.png") no-repeat left top;
  content: "";
  display: block;
  height: 273px;
  left: 42px;
  position: absolute;
  top: -260px;
  width: 916px;
  z-index: 1;
}

.sec04 .sec04_ttl {
  padding-left: 99px;
  padding-top: 128px;
}

.sec04 .sec04_ttl img {
  height: 151px;
  width: 720px;
}

.sec04 .sec04_lead_siromaru {
  margin: 0 auto;
  padding-left: 3px;
  padding-top: 9px;
  position: relative;
  width: 720px;
  z-index: 3;
}

.sec04 .sec04_lead_siromaru .sec04_lead_img01 {
  position: absolute;
  right: -45px;
  top: 15px;
}

.sec04 .sec04_lead_siromaru .sec04_lead_cmt01 {
  background: url("../image/bg-sec04-txt-01.png") no-repeat left top;
  padding: 16px 15px 45px 23px;
  width: 588px;
}

.sec04 .sec04_lead_siromaru .sec04_lead_cmt01 p {
  letter-spacing: .0525em;
  line-height: 1.7;
}

.sec04 .sec04_sub01 {
  background-color: rgba(219, 241, 251, .9);
  border-radius: 20px;
  margin: 0 auto;
  min-height: 300px;
  padding: 33px 42px 0 40px;
  position: relative;
  width: 800px;
}

.sec04 .sec04_sub01:after {
  clear: both;
  content: "";
  display: block;
}

.sec04 .sec04_sub01_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-bottom: 13px;
}

.sec04 .sec04_sub01_right {
  float: right;
  margin-left: 1em;
  margin-top: .375em;
  width: 350px;
}

.sec04 .sec04_sub01_right:after {
  clear: both;
  content: "";
  display: block;
}

.sec04 .sec04_sub01 p {
  letter-spacing: .07em;
  line-height: 1.8;
  padding-right: 5em;
}

.sec04 .sec04_sub02 {
  background-color: rgba(219, 241, 251, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 360px;
  padding: 36px 27px 0 40px;
  position: relative;
  width: 800px;
}

.sec04 .sec04_sub02:after {
  clear: both;
  content: "";
  display: block;
}

.sec04 .sec04_sub02_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-bottom: 11px;
}

.sec04 .sec04_sub02_figure {
  display: block;
  float: right;
  margin-left: 2em;
  margin-top: .3em;
}

.sec04 .sec04_sub02 p {
  letter-spacing: .075em;
  line-height: 1.8;
  padding-right: 3em;
}

.sec04 .sec04_sub03 {
  background-color: rgba(219, 241, 251, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 750px;
  padding: 36px 27px 0 37px;
  position: relative;
  width: 800px;
}

.sec04 .sec04_sub03:after {
  clear: both;
  content: "";
  display: block;
}

.sec04 .sec04_sub03_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-bottom: 11px;
  margin-left: 3px;
}

.sec04 .sec04_sub03_figure {
  display: block;
  float: right;
  margin-left: 2em;
  margin-top: .3em;
}

.sec04 .sec04_sub03 p {
  letter-spacing: .075em;
  line-height: 1.8;
  margin-left: 3px;
  padding-right: 3em;
}

.sec04 .sec04_sub03_list01 {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 26px;
}

.sec04 .sec04_sub03_list01 li {
  width: 170px;
}

.sec04 .sec04_sub03_list01 li dl {
  margin-top: 5px;
}

.sec04 .sec04_sub03_list01 li dl dt {
  font-weight: bold;
  text-align: center;
}

.sec04 .sec04_sub03_list01 li dl dd {
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 3px;
}

.sec04 .sec04_sub03_list02 {
  display: flex;
  justify-content: space-between;
  margin-right: 104px;
  margin-top: 18px;
}

.sec04 .sec04_sub03_list02 li {
  width: 170px;
}

.sec04 .sec04_sub03_list02 li:last-child {
  width: 262px;
}

.sec04 .sec04_sub03_list02 li:last-child .sec04_sub03_list02_figure {
  display: flex;
  justify-content: space-between;
}

.sec04 .sec04_sub03_list02 li:last-child dl dd {
  padding: 0 24px;
}

.sec04 .sec04_sub03_list02 li dl {
  margin-top: 5px;
}

.sec04 .sec04_sub03_list02 li dl dt {
  font-weight: bold;
  text-align: center;
}

.sec04 .sec04_sub03_list02 li dl dd {
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 3px;
}

.sec04 .sec04_sub03_img01 {
  bottom: -41px;
  position: absolute;
  right: -71px;
  z-index: 14;
}

.sec04 .sec04_sub03_cmt01 {
  background: url("../image/bg-sec04-txt-02.png") no-repeat 0 0;
  bottom: 168px;
  height: 135px;
  position: absolute;
  right: -71px;
  width: 198px;
  z-index: 15;
}

.sec04 .sec04_sub03_cmt01 p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 27px 10px 0;
  text-align: center;
}

.sec04 .sec04_sub04 {
  background-color: rgba(219, 241, 251, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 320px;
  padding: 36px 42px 0 37px;
  position: relative;
  width: 800px;
}

.sec04 .sec04_sub04:after {
  clear: both;
  content: "";
  display: block;
}

.sec04 .sec04_sub04_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .075em;
  line-height: 1.2;
  margin-bottom: 11px;
  margin-left: 3px;
}

.sec04 .sec04_sub04_figure {
  display: flex;
  float: right;
  justify-content: space-between;
  margin-left: 1em;
  margin-top: .525em;
  width: 350px;
}

.sec04 .sec04_sub04_figure figure {
  width: 170px;
}

.sec04 .sec04_sub04_figure figure figcaption {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 5px;
}

.sec04 .sec04_sub04_figure figure:last-child figcaption {
  margin-left: 10px;
  margin-top: 5px;
}

.sec04 .sec04_sub04 p {
  letter-spacing: .075em;
  line-height: 1.8;
  margin-left: 3px;
  padding-right: 3em;
}

.sec04 .sec04_bottom_tree {
  bottom: -46px;
  left: 50px;
  position: absolute;
}

.sec04 .sec04_bottom_img01 {
  bottom: -5px;
  position: absolute;
  right: 61px;
}

.sec04 .sec04_bottom_cmt01 {
  background: url("../image/bg-sec04-bottom-txt-01.png") no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  height: 168px;
  left: -70px;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 39px 20px 0;
  position: absolute;
  text-align: center;
  top: -155px;
  width: 244px;
  z-index: 18;
}

.sec04 .sec04_bottom_view {
  bottom: 16px;
  left: 280px;
  position: absolute;
  text-align: center;
  z-index: 16;
}

.sec04 .sec04_bottom_view .fancybox {
  background: #fff url("../image/bg-sec04-bottom-view.png") no-repeat 0 0;
  border-radius: 10px;
  display: block;
  height: 303px;
  position: relative;
  width: 441px;
}

.sec04 .sec04_bottom_view .fancybox::after {
  bottom: 11px;
  right: 9px;
}

.sec04 .sec04_bottom_view .fancybox img {
  left: 10px;
  position: absolute;
  top: 10px;
}

.sec04 .sec04_bottom_view .cap {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.76;
  margin-top: 5px;
}

/*========= sec05 ==========*/
.sec05 {
  background: #fff url("../image/bg-sec05.png") no-repeat center 0;
  margin-top: 260px;
  min-height: 2007px;
  position: relative;
}

.sec05:after {
  background: url("../image/img-wall.png") no-repeat left top;
  content: "";
  display: block;
  height: 273px;
  left: 42px;
  position: absolute;
  top: -260px;
  width: 916px;
  z-index: 1;
}

.sec05 .sec05_ttl {
  padding-left: 114px;
  padding-top: 171px;
}

.sec05 .sec05_ttl img {
  height: 92px;
  width: 490px;
}

.sec05 .sec05_sub01 {
  background-color: rgba(245, 235, 244, .9);
  border-radius: 20px;
  margin: 33px auto 0;
  min-height: 440px;
  position: relative;
  width: 800px;
}

.sec05 .sec05_sub01:after {
  clear: both;
  content: "";
  display: block;
}

.sec05 .sec05_sub01_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.2;
  padding: 45px 10px 10px 40px;
}

.sec05 .sec05_sub01_img01 {
  position: absolute;
  right: 20px;
  top: -158px;
  z-index: 14;
}

.sec05 .sec05_sub01_cmt01 {
  background: url("../image/bg-sec05-txt-01.png") no-repeat 0 0;
  height: 166px;
  position: absolute;
  right: 102px;
  top: -258px;
  width: 252px;
  z-index: 14;
}

.sec05 .sec05_sub01_cmt01 p {
  color: #fff;
  font-size: 16px;
  letter-spacing: -.07em;
  line-height: 1.65;
  padding-left: 7px;
  padding-top: 30px;
  text-align: center;
}

.sec05 .sec05_sub01_list {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 23px 0;
  width: 800px;
}

.sec05 .sec05_sub01_list li {
  background: url("../image/bg-sec05-castle.png") no-repeat 0 0;
  height: 251px;
  margin: 0 6px;
  text-align: center;
  width: 239px;
}

.sec05 .sec05_sub01_list li span {
  color: #fff;
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 75px 0 21px;
}

.sec05 .sec05_sub02 {
  background-color: rgba(245, 235, 244, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 280px;
  position: relative;
  width: 800px;
}

.sec05 .sec05_sub02_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.3;
  padding: 37px 10px 7px 41px;
}

.sec05 .sec05_sub02_txt {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 92px;
}

.sec05 .sec05_sub02_img01 {
  position: absolute;
  right: 41px;
  top: -74px;
  z-index: 14;
}

.sec05 .sec05_sub02_cmt01 {
  background: url("../image/bg-sec05-txt-02.png") no-repeat 0 0;
  height: 125px;
  position: absolute;
  right: 191px;
  text-align: center;
  top: -60px;
  width: 207px;
  z-index: 14;
}

.sec05 .sec05_sub02_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 26px 20px 0;
}

.sec05 .sec05_sub03 {
  background-color: rgba(245, 235, 244, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 280px;
  width: 800px;
}

.sec05 .sec05_sub03_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.3;
  padding: 37px 10px 7px 41px;
}

.sec05 .sec05_sub03_txt {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 92px;
}

.sec05 .sec05_sub04 {
  background-color: rgba(245, 235, 244, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  min-height: 380px;
  position: relative;
  width: 800px;
}

.sec05 .sec05_sub04:after {
  clear: both;
  content: "";
  display: block;
}

.sec05 .sec05_sub04_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.2;
  padding: 38px 10px 8px 40px;
}

.sec05 .sec05_sub04_txt {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 20px;
}

.sec05 .sec05_sub04_txt a:hover {
  color: #f00;
  text-decoration: underline;
}

.sec05 .sec05_sub04_block:after {
  clear: both;
  content: "";
  display: block;
}

.sec05 .sec05_sub04_block_left {
  float: left;
  width: 408px;
}

.sec05 .sec05_sub04_block_right {
  float: left;
  padding-top: 10px;
  width: 392px;
}

.sec05 .sec05_sub04_block_right_img {
  display: inline-block;
  vertical-align: top;
  width: 174px;
}

.sec05 .sec05_sub04_block_right_img figcaption {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
}

.sec05 .sec05_sub04_img01 {
  position: absolute;
  right: 21px;
  top: -48px;
  z-index: 14;
}

.sec05 .sec05_sub04_cmt01 {
  background: url("../image/bg-sec05-txt-03.png") no-repeat 0 0;
  height: 118px;
  position: absolute;
  right: 140px;
  text-align: center;
  top: -84px;
  width: 193px;
  z-index: 14;
}

.sec05 .sec05_sub04_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 25px 20px 0;
}

.sec05 .sec05_bottom_tree {
  bottom: -48px;
  left: 58px;
  position: absolute;
}

.sec05 .sec05_bottom_img01 {
  bottom: -12px;
  position: absolute;
  right: 91px;
}

.sec05 .sec05_bottom_cmt01 {
  background: url("../image/bg-sec05-bottom-txt-01.png") no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  height: 168px;
  left: -253px;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 42px 20px 0;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 244px;
  z-index: 18;
}

/* modal_popup_box */
.modal_popup_box {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background-color: #fff;
  border: 10px solid #93278f;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  height: 640px;
  text-align: center;
  width: 740px;
  z-index: 10;
}

.modal_popup_box:after {
  clear: both;
  content: "";
  display: block;
}

.modal_popup_box .popup_box01_txt {
  background-color: #93278f;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 30px auto;
  padding: 10px 128px;
}

.modal_popup_box .popup_box01_ttl {
  color: #93278f;
  font-size: 65px;
  font-weight: bold;
  line-height: 1.2;
}

.modal_popup_box .popup_box01_img01 {
  bottom: 33px;
  position: absolute;
  right: 94px;
  z-index: 18;
}

.modal_popup_box .popup_box01_img02 {
  bottom: 43px;
  left: 73px;
  position: absolute;
  z-index: 18;
}

.modal_popup_box .popup_box01_cmt01 {
  background: url("../image/bg-p01-txt.png") no-repeat 0 0;
  bottom: 233px;
  height: 189px;
  position: absolute;
  right: 35px;
  width: 440px;
  z-index: 18;
}

.modal_popup_box .popup_box01_cmt01 p {
  font-size: 19px;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 18px 10px 0 32px;
  text-align: left;
}

.modal_popup_box .popup_box02_txt {
  background-color: #93278f;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 30px auto;
  padding: 10px 113px;
}

.modal_popup_box .popup_box02_ttl {
  color: #93278f;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}

.modal_popup_box .popup_box02_img01 {
  bottom: 19px;
  left: 109px;
  position: absolute;
  z-index: 18;
}

.modal_popup_box .popup_box02_img02 {
  bottom: 7px;
  position: absolute;
  right: 107px;
  z-index: 18;
}

.modal_popup_box .popup_box02_cmt01 {
  background: url("../image/bg-p02-txt.png") no-repeat 0 0;
  bottom: 230px;
  height: 225px;
  position: absolute;
  right: 20px;
  width: 678px;
  z-index: 18;
}

.modal_popup_box .popup_box02_cmt01 p {
  font-size: 19px;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 26px 10px 0 44px;
  text-align: left;
}

.modal_popup_box .popup_box03_txt {
  background-color: #93278f;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 30px auto;
  padding: 10px 128px;
}

.modal_popup_box .popup_box03_txt01 {
  font-size: 19px;
  letter-spacing: 0;
  padding-top: 12px;
}

.modal_popup_box .popup_box03_ttl {
  color: #93278f;
  font-size: 65px;
  font-weight: bold;
  line-height: 1.2;
}

.modal_popup_box .popup_box03_img01 {
  bottom: 23px;
  position: absolute;
  right: 24px;
  z-index: 18;
}

.modal_popup_box .popup_box03_img02 {
  bottom: 23px;
  left: 34px;
  position: absolute;
  z-index: 18;
}

.modal_popup_box .popup_box03_cmt01 {
  background: url("../image/bg-p03-txt.png") no-repeat 0 0;
  bottom: 204px;
  height: 181px;
  position: absolute;
  right: 117px;
  width: 258px;
  z-index: 18;
}

.modal_popup_box .popup_box03_cmt01 p {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-right: 10px;
  padding-top: 41px;
  text-align: center;
}

/*========= sec06 ==========*/
.sec06 {
  background: #fff url("../image/bg-sec06.png") no-repeat center 0;
  margin-top: 260px;
  padding-bottom: 345px;
  position: relative;
}

.sec06:after {
  background: url("../image/img-wall.png") no-repeat left top;
  content: "";
  display: block;
  height: 273px;
  left: 42px;
  position: absolute;
  top: -260px;
  width: 916px;
  z-index: 1;
}

.sec06 .sec06_ttl {
  padding-left: 173px;
  padding-top: 145px;
}

.sec06 .sec06_ttl img {
  height: 127px;
  width: 651px;
}

.sec06 .sec06_sub {
  background-color: rgba(255, 239, 243, .9);
  border-radius: 20px;
  margin: 33px auto 0;
  padding-bottom: 40px;
  position: relative;
  width: 800px;
}

.sec06 .sec06_sub:after {
  clear: both;
  content: "";
  display: block;
}

.sec06 .sec06_sub_ttl {
  display: block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
  padding: 14px 0 10px 50px;
}

.sec06 .sec06_sub_txt01 {
  color: #ff0000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  padding-left: 50px;
  padding-top: 6px;
}

.sec06 .sec06_sub_block {
  padding-top: 20px;
}

.sec06 .sec06_sub_block:after {
  clear: both;
  content: "";
  display: block;
}

.sec06 .sec06_sub_block_left {
  float: left;
  width: 523px;
}

.sec06 .sec06_sub_block_right {
  float: right;
  padding: 11px 20px 0 20px;
  width: 277px;
}

.sec06 .sec06_sub_txt02 {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.7;
  padding-left: 50px;
  padding-right: 77px;
}

.sec06 .info {
  border-left: 4px solid #333;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 15px;
  width: 530px;
}

.sec06 .info dl {
  font-size: 16px;
}

.sec06 .info .note {
  display: block;
}

.sec06  .info_detail {
  align-items: center;
  display: flex;
  padding-left: 50px;
  padding-top: 28px;
}

.sec06 .info_detail.lay_side .txt {
  font-weight: bold;
  line-height: 1.4;
  margin-right: 20px;
}

.sec06 .info_detail .btn a {
  background: rgb(239,28,36);
  background: -moz-linear-gradient(top, rgba(239,28,36,1) 0%, rgba(239,28,36,1) 50%, rgba(215,25,32,1) 50%, rgba(215,25,32,1) 100%);
  background: -webkit-linear-gradient(top, rgba(239,28,36,1) 0%,rgba(239,28,36,1) 50%,rgba(215,25,32,1) 50%,rgba(215,25,32,1) 100%);
  background: linear-gradient(to bottom, rgba(239,28,36,1) 0%,rgba(239,28,36,1) 50%,rgba(215,25,32,1) 50%,rgba(215,25,32,1) 100%);
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,.25);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  letter-spacing: .1em;
  line-height: 50px;
  padding-right: 18px;
  position: relative;
  text-align: center;
  text-indent: .1em;
  width: 210px;
}

.sec06 .info_detail .btn a::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

.sec06 .info_detail .btn a:hover {
  opacity: .8;
}

.sec06 .block_sns {
  margin-top: 30px;
}

.sec06 .sec06_sub01 .sec06_sub_img01 {
  bottom: 114px;
  position: absolute;
  right: -20px;
  z-index: 18;
}

.sec06 .sec06_sub01 .sec06_sub_cmt01 {
  background: url("../image/bg-sec06-s01-txt.png") no-repeat 0 0;
  bottom: 215px;
  height: 141px;
  position: absolute;
  right: -21px;
  text-align: center;
  width: 204px;
  z-index: 15;
}

.sec06 .sec06_sub01 .sec06_sub_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 24px 20px 0;
  text-align: center;
}

.sec06 .sec06_sub02 {
  background-color: rgba(255, 239, 243, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  width: 800px;
}

.sec06 .sec06_sub02 .sec06_sub_img01 {
  bottom: 123px;
  position: absolute;
  right: -31px;
  z-index: 18;
}

.sec06 .sec06_sub02 .sec06_sub_cmt01 {
  background: url("../image/bg-sec06-s02-txt.png") no-repeat 0 0;
  bottom: 180px;
  height: 126px;
  position: absolute;
  right: 88px;
  text-align: center;
  width: 210px;
  z-index: 15;
}

.sec06 .sec06_sub02 .sec06_sub_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 43px 20px 0;
  text-align: center;
}

.sec06 .sec06_sub03 {
  background-color: rgba(255, 239, 243, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  width: 800px;
}

.sec06 .sec06_sub03 .sec06_sub_img01 {
  bottom: 123px;
  position: absolute;
  right: -20px;
  z-index: 18;
}

.sec06 .sec06_sub03 .sec06_sub_cmt01 {
  background: url("../image/bg-sec06-s03-txt.png") no-repeat 0 0;
  bottom: 216px;
  height: 141px;
  position: absolute;
  right: 9px;
  text-align: center;
  width: 204px;
  z-index: 15;
}

.sec06 .sec06_sub03 .sec06_sub_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 24px 20px 0;
  text-align: center;
}

.sec06 .sec06_sub04 {
  background-color: rgba(255, 239, 243, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  width: 800px;
}

.sec06 .sec06_sub04 .sec06_sub_img01 {
  bottom: 105px;
  position: absolute;
  right: 15px;
  z-index: 18;
}

.sec06 .sec06_sub04 .sec06_sub_cmt01 {
  background: url("../image/bg-sec06-s04-txt.png") no-repeat 0 0;
  bottom: 200px;
  height: 167px;
  position: absolute;
  right: -20px;
  text-align: center;
  width: 244px;
  z-index: 15;
}

.sec06 .sec06_sub04 .sec06_sub_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 39px 20px 0;
  text-align: center;
}

.sec06 .sec06_sub05 {
  background-color: rgba(255, 239, 243, .9);
  border-radius: 20px;
  margin: 20px auto 0;
  width: 800px;
}

.sec06 .sec06_sub05 .sec06_sub_img01 {
  bottom: 93px;
  position: absolute;
  right: -11px;
  z-index: 18;
}

.sec06 .sec06_sub05 .sec06_sub_cmt01 {
  background: url("../image/bg-sec06-s05-txt.png") no-repeat 0 0;
  bottom: 176px;
  height: 166px;
  position: absolute;
  right: 4px;
  text-align: center;
  width: 230px;
  z-index: 15;
}

.sec06 .sec06_sub05 .sec06_sub_cmt01 p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 39px 10px 0;
  text-align: center;
}

.sec06 .sec06_bottom_tree {
  bottom: -98px;
  left: 70px;
  position: absolute;
}

.sec06 .sec06_bottom_img01 {
  bottom: -55px;
  position: absolute;
  right: 66px;
}

.sec06 .sec06_bottom_cmt01 {
  background: url("../image/bg-sec06-bottom-txt-01.png") no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  height: 144px;
  left: -230px;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 35px 20px 0;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 246px;
  z-index: 18;
}

/*-- sec_coop --*/
.sec_coop {
  background: #faf7db url("../image/bg-sec06-view-center.png") repeat-y center 58px;
  box-shadow: 0 5px 10px 0 #a7a7a7;
  margin: 60px auto 0;
  padding-bottom: 68px;
  padding-top: 68px;
  position: relative;
  width: 800px;
}

.sec_coop::before,
.sec_coop::after {
  content: "";
  height: 58px;
  left: 0;
  position: absolute;
  width: 800px;
}

.sec_coop::before {
  background: #faf7db url("../image/bg-sec06-view-top.png") no-repeat 0 0;
  top: 0;
}

.sec_coop::after {
  background: #faf7db url("../image/bg-sec06-view-bottom.png") no-repeat 0 0;
  bottom: 0;
}

.sec_coop .coop_ttl {
  color: #c1272d;
  text-align: center;
}

.sec_coop .coop_ttl .com_txt {
  font-size: 16px;
  margin: 0;
  padding-top: 20px;
  vertical-align: top;
  width: auto;
}

.sec_coop .coop_ttl > span {
  display: inline-block;
  font-size: 48px;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: middle;
  width: 410px;
}

.sec_coop .coop_ttl .sub {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: left;
}

.sec_coop .coop_txt {
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 15px 70px;
  padding: 14px 30px;
}

/* block_sns */
.sec_coop .block_sns {
  display: block;
}

.sec_coop .block_sns .sns_label {
  margin: 0 auto;
}

.sec_coop .block_sns .list_sns {
  margin-top: 15px;
}

/*========= related_box ==========*/
.related_box {
  background: #fff url(../image/bg-sec-famous.png) repeat 0 0;
  margin: 320px auto 0;
  padding-bottom: 38px;
  position: relative;
  width: 900px;
}

.related_box:after {
  background: url(../image/img-wall.png) no-repeat left top;
  content: "";
  display: block;
  height: 273px;
  left: -8px;
  position: absolute;
  top: -320px;
  width: 916px;
  z-index: 1;
}

.related_box .related_ttl {
  box-shadow: 0 6px 16px -5px #444;
  padding-top: 5px;
  position: relative;
}

.related_box .related_bg {
  background-color: rgba(255, 255, 255, .9);
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
  width: 820px;
}

.related_box .related_lead {
  margin: 50px auto 0;
  width: 720px;
}

.related_box .related_lead  + .related_lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.9;
  margin-top: 30px;
}

.related_box .related_inner {
  background: #fff;
  margin: 30px auto 0;
  padding: 30px;
  position: relative;
  width: 720px;
}

.related_box .related_inner .sub_ttl {
  position: relative;
}

.related_box .related_inner .sub_ttl .txt_main {
  color: #bf0008;
  font-size: 28px;
}

.related_box .related_inner .sub_ttl .txt_main span {
  font-size: 22px;
  letter-spacing: -.05em;
}

.related_box .related_inner .sub_ttl .type {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 15px;
  padding: 2px 0;
}

.related_box .related_inner .sub_ttl .type.adj {
  margin-left: 0;
}

.related_box .related_inner .sub_ttl .type span {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  font-style: normal;
  line-height: 1;
  min-width: 66px;
  padding: 3px 4px 2px;
  text-align: center;
}

.related_box .related_inner .sub_ttl .type.green {
  background: #005a37;
}

.related_box .related_inner .sub_ttl .type.brown {
  background: #a67c52;
}

.related_box .related_inner .sub_ttl .type.brown span {
  letter-spacing: .5em;
  padding-left: 0;
  padding-right: 0;
  text-indent: .5em;
}

.related_box .related_inner .sub_ttl .type.blue {
  background: #1b1464;
}

.related_box .related_inner .sub_ttl .txt {
  background: #bf0008;
  bottom: 0;
  color: #fff;
  margin: auto;
  margin-right: 9px;
  position: absolute;
  right: 0;
  top: 0;
}

.related_box .related_inner .related_txt {
  width: 400px;
}

.related_box .related_inner .related_txt .desc  dt {
  margin-top: 10px;
}

.related_box .related_inner .related_txt .desc dd p {
  line-height: 1.8;
}

.related_box .related_inner .related_txt .desc dd .note {
  display: block;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.5;
  text-align: right;
}

.related_box .related_txt .info {
  background: url("../image/line-famous-castles.png") no-repeat top left, url("../image/line-famous-castles.png") no-repeat bottom left;
  color: #bf0008;
  margin-top: 15px;
  padding: 20px 5px;
}

.related_box .photo_box {
  width: 240px;
}

.related_box .photo_box a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}

.related_box .photo_box a:first-child {
  margin-top: 0;
}

.related_box .info_detail {
  justify-content: flex-start;
  margin-left: 15px;
  margin-top: 25px;
  width: auto;
}

.related_box .info_detail.lay_side .txt {
  margin-right: 20px;
  text-align: left;
}

.related_box .info_detail .btn a {
  background: rgb(239,28,36);
  background: -moz-linear-gradient(top, rgba(239,28,36,1) 0%, rgba(239,28,36,1) 50%, rgba(215,25,32,1) 50%, rgba(215,25,32,1) 100%);
  background: -webkit-linear-gradient(top, rgba(239,28,36,1) 0%,rgba(239,28,36,1) 50%,rgba(215,25,32,1) 50%,rgba(215,25,32,1) 100%);
  background: linear-gradient(to bottom, rgba(239,28,36,1) 0%,rgba(239,28,36,1) 50%,rgba(215,25,32,1) 50%,rgba(215,25,32,1) 100%);
  border: 1px solid #fff;
}

/* block_sns */
.related_box .block_sns {
  align-items: stretch;
  height: 60px;
}

.related_box .block_sns .sns_label {
  align-items: center;
  border-width: 1px;
  display: flex;
  line-height: 1.2;
  justify-content: center;
  margin-right: 0;
  width: 130px;
}

.related_box .block_sns .list_sns {
  flex-wrap: wrap;
  width: 270px;
}

.related_box .block_sns .list_sns li + li {
  margin-left: 12px;
}

/* 検太郎 */
.related_inner [class^="sec07_sub_img"] {
  position: absolute;
}

.related_inner [class^="sec07_sub_img"] img {
  position: relative;
  z-index: 2;
}

.related_inner [class^="sec07_sub_img"] figure figcaption {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.related_box .sec07_sub_img01 {
  bottom: 10px;
  right: -30px;
}

.related_box .sec07_sub_img01 figure figcaption {
  background: url("../image/bg-famous-castles-s01-txt.png") no-repeat 0 0;
  height: 113px;
  left: -150px;
  padding-top: 35px;
  top: 35px;
  width: 186px;
}

.related_box .sec07_sub_img02 {
  bottom: 10px;
  right: -40px;
}

.related_box .sec07_sub_img02 figure figcaption {
  background: url("../image/bg-famous-castles-s02-txt.png") no-repeat 0 0;
  height: 119px;
  left: -150px;
  padding-top: 30px;
  top: 5px;
  width: 196px;
}

.related_box .sec07_sub_img03 {
  bottom: 20px;
  right: -10px;
}

.related_box .sec07_sub_img03 figure figcaption {
  background: url("../image/bg-famous-castles-s03-txt.png") no-repeat 0 0;
  height: 130px;
  left: -145px;
  padding-top: 45px;
  top: -95px;
  width: 214px;
}

.related_box .sec07_sub_img04 {
  bottom: 20px;
  right: -20px;
}

.related_box .sec07_sub_img04 figure figcaption {
  background: url("../image/bg-famous-castles-s04-txt.png") no-repeat 0 0;
  height: 129px;
  left: -125px;
  padding-top: 40px;
  top: -65px;
  width: 219px;
}

.related_box .sec07_sub_img05 {
  bottom: 40px;
  right: 20px;
}

.related_box .sec07_sub_img05 figure figcaption {
  background: url("../image/bg-famous-castles-s05-txt.png") no-repeat 0 0;
  height: 129px;
  left: -105px;
  padding-top: 40px;
  top: -120px;
  width: 219px;
}

/*========= 関連サイトのご紹介 block_site ==========*/
.block_site {
  background: #f4efe1 url(../image/bg-block-banner-center.png) repeat-y 0 65px;
  box-shadow: 0 5px 10px 0 #a7a7a7;
  margin: 70px auto 0;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  width: 800px;
}

.block_site:before,
.block_site:after {
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  width: 800px;
}

.block_site:before {
  background: #f4efe1 url("../image/bg-block-banner-top.png") no-repeat 0 0;
  top: 0;
}

.block_site:after {
  background: #f4efe1 url("../image/bg-block-banner-bottom.png") no-repeat 0 0;
  bottom: 0;
}

.block_site .site_ttl {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -25px;
  width: 420px;
}

.block_site .list_site {
  margin-top: 20px;
  width: 640px;
}

/*--------------------------
 バナー追加
 --------------------------*/
.list_site {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
}

.list_site li {
  margin-right: 10px;
  width: 300px;
}

.list_site .txt {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 7px;
  text-align: center;
}