@charset "UTF-8";
/* ==========================================================

title : 刀剣博物館で、刀剣の世界を学ぼう！【刀剣ワールド】
scope : 刀剣博物館で、刀剣の世界を学ぼう！【刀剣ワールド】

memo：

last modify : 2020/09/25 TCI福岡_eguchi 関連サイトのご紹介／グルーピング見直し

2020/09/15 TCI福岡_yoneshima SPナビ修正
2020/09/06 TCI福岡_eguchi 東建・HM・刀剣バナーを追加
2020/06/18 TCI福岡_eguchi／インデント調整
2019/09/27 TCI福岡_tsunawaki／新規作成
(次ファイルを流用 /special-contents/sano-art-museum/css/style.css)

========================================================== */

/* ------------------------------------ */
/* ▼ page common */
/* ------------------------------------ */
/* -- base font size -- */
@media (min-width: 768px) {
  .content_area {
    font-size: 1.8rem;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .content_area {
    font-size: 1.6rem;
  }
}

.content_area img {
  vertical-align: bottom;
}

/* -- bg_roll -- */
.bg_roll {
  display: inline-block;
  font-size: 0;
  position: relative;
  transition: all .2s;
}

.bg_roll::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s;
  width: 100%;
  height: 100%;
}

.bg_roll:hover::after {
  background: rgba(255, 255, 255, .3);
}

@media (max-width: 767px) {
  .bg_roll::after {
    display: none;
  }
}

/* -- pagetop -- */
.btn_gotop {
  z-index: 5;
}

/* -- for sp -- */
.sp_pt {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp_pt {
    display: block;
  }
}

/* -- for ipad -- */
.ipad_br {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ipad_br {
    display: block;
  }
}

@media (max-width: 767px) {
  .ipad_br {
    display: none;
  }
}

/* -- pc or sp only (block unused) -- */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none!important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

.clear_fix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------ */
/* ▼ MV */
/* ------------------------------------ */
.intro_text_shadow {
  font-size: 1.7rem;
  line-height: 1.375;
  text-align: center;
  text-shadow: #fff 2px 0 0, #fff -2px 0 0, #fff 0 -2px 0, #fff 0 2px 0, #fff 2px 2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff -2px -2px 0, #fff 1px 2px 0, #fff -1px 2px 0, #fff 1px -2px 0, #fff -1px -2px 0, #fff 2px 1px 0, #fff -2px 1px 0, #fff 2px -1px 0, #fff -2px -1px 0, #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;
}

.museum_title_main {
  background: url(../image/img-main-title.png) 0 0 no-repeat;
  background-size: 100%;
  font-size: 0;
  padding-bottom: 52.4%;
  position: absolute;
  right: 34px;
  top: 15px;
  width: 29.4%;
  z-index: 4;
}

.mv_area_wrap {
  background: url(../image/img-main.jpg) 0 0 no-repeat;
  background-size: contain;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
}

.mv_char_info {
  font-weight: normal;
  text-align: left;
  letter-spacing: -.01em;
  position: absolute;
  bottom: 1.2%;
  left: 19.2%;
  line-height: 1.3;
  width: auto;
}

.mv_btn_link {
  position: absolute;
  width: 145px;
}

.mv_btn_link.link01 {
  bottom: 8.2%;
  left: 1.7%;
}

.mv_btn_link.link02 {
  bottom: 12.4%;
  left: 25.5%;
}

.mv_btn_link a {
  background-color: #652b82;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 1;
  padding: 6px 20px 6px 20px;
  position: relative;
  text-align: center;
}

.mv_btn_link a::after {
  border-color: transparent transparent transparent #f5f5f5;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.mv_btn_link a:hover {
  background-color: #8852a3;
  color: #fff;
}

@media (max-width: 820px) {
  .mv_btn_link.link01 {
    left: .7%;
  }
  .mv_char_info {
    left: 20%;
  }
}

@media (max-width: 767px) {
  .museum_title_main {
    background: #c92121;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 20px 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .mv_area_wrap {
    background: url(../image/img-main-sp.jpg) 0 0 no-repeat;
    background-size: contain;
    height: auto;
    padding: 61.3334% 0 0;
    width: 100vw;
  }
  .mv_area_top {
    display: none;
  }
  .mv_char_info {
    font-size: 2vw;
    position: absolute;
    bottom: 1vw;
    left: 2.1739%;
  }
  .mv_btn_link {
    width: 23vw;
  }
  .mv_btn_link.link01 {
    position: absolute;
    bottom: 7vw;
    right: 33.0667%;
  }
  .mv_btn_link.link02 {
    position: absolute;
    bottom: 15vw;
    right: 1.3333%;
  }
  .mv_btn_link a {
    box-shadow: none;
    font-size: 3vw;
    line-height: 1.2222;
    padding: 4px 10px;
  }
  .mv_btn_link a::after {
    border-width: 4px 0 4px 5px;
    right: 1.5vw;
  }
  .mv_btn_link a:hover {
    background: #c92121;
  }
}

/* ------------------------------------ */
/* ▼ section */
/* ------------------------------------ */
.section {
  position: relative;
}

.section_intro {
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding: 25px 20px 15px;
  }
}

/* ------------------------------------ */
/* ▼ intro wrap */
/* ------------------------------------ */
.intro_contents_wrap {
  background: url(../image/bg-intro-contents.jpg) repeat 0 0;
  padding: 7px 0 40px;
  position: relative;
  width: 100%;
}

.intro_caption {
  text-align: right;
  letter-spacing: .01em;
  position: relative;
}
.intro_caption p {
  font-size: .85em;
  position: absolute;
  z-index: 1;
  right: 1.5%;
  top: -35px;
}


@media (max-width: 767px) {
  .intro_contents_wrap {
    background: none;
    margin-top: 50px;
    padding: 0;
    position: static;
    width: 100%;
  }
  .intro_caption {
    font-size: 16px;
    margin-top: 44px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .intro_caption .caption_inner {
    display: block;
    display: inline-block;
    font-size: 1.45rem;
  }
}

/* ------------------------------------ */
/* ▼ intro read block */
/* ------------------------------------ */
.intro_read_block {
  margin-top: 34px;
  padding: 0 8.6% 0 14.4%;
}

.intro_read {
  background: linear-gradient(to right, #efddaa,#f9efc7 10%,#fbf2cc);
  border-top: solid 21px #a60912;
  border-bottom: solid 21px #a60912;
  clear: both;
  padding: 18px 16px 20px 31px;
  position: relative;
}

.intro_doc_img {
  position: absolute;
  background-image: url(../image/bg-intro-doc-center.png);
  background-position: center top;
  background-repeat: repeat-y;
  top: 50%;
  right: 100%;
  width: 96px;
  height: calc(100% + 43px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro_doc_img::before,
.intro_doc_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  height: 38px;
}

.intro_doc_img::before {
  background-image: url(../image/bg-intro-doc-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  bottom: 99.6%;
}

.intro_doc_img::after {
  background-image: url(../image/bg-intro-doc-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  top: 99.6%;
}

.intro_read::after {
  background-color: #885e2a;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 36px;
  height: calc(100% + 51px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro_read_img {
  float: right;
  width: 26.28%;
  margin-left: 2%;
}

.intro_read_text {
  letter-spacing: .06em;
  line-height: 1.8;
}

.intro_text_l {
  font-size: 24px;
}

@media (max-width: 767px) {
  .intro_read_block {
    margin-top: 20px;
    padding: 0 20px;
  }
  .intro_read {
    background: none;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .intro_doc_img {
    display: none;
  }
  .intro_read::after {
    display: none;
  }
  .intro_read_img {
    width: 32%;
    margin-left: 2%;
  }
  .intro_text_l {
    font-size: 22px;
  }
}

/* ------------------------------------ */
/* ▼ link button */
/* ------------------------------------ */
.intro_link_btn_wrap {
  margin: 15px auto 0;
  text-align: center;
}

.link_btn {
  background-color: #c92121;
  border: solid 1px #991c1c;
  display: inline-block;
  outline: none;
  padding: 0;
  position: relative;
  transition: opacity .3s;
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.link_btn:hover {
  opacity: .6;
}

.link_btn::before,
.link_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #cb6868;
  border-bottom: solid 1px #cb6868;
}

.link_btn::before {
  top: 0;
  left: 0;
}

.link_btn::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link_btn_inner::before,
.link_btn_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #cb6868;
  border-bottom: solid 1px #cb6868;
}

.link_btn_inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link_btn_inner::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link_btn_text {
  border: solid 1px #cb6868;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 8px 25px 8px 12px;
  position: relative;
  font-feature-settings: "pkna";
}

.link_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .link_btn:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .intro_link_btn_wrap {
    margin: 20px auto 30px;
  }
  .link_btn {
    max-width: 240px;
  }
  .link_btn:hover {
    opacity: 1;
  }
  .link_btn_text {
    font-size: 15px;
  }
  .link_btn_text::after {
    border-width: 6px 4px 0 4px;
    top: calc(50% - 2px);
  }
}

/* ------------------------------------ */
/* ▼ intro bnr block */
/* ------------------------------------ */
.intro_bnr_wrap {
  margin-top: 40px;
}

.intro_bnr_block {
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
}

.intro_bnr_block>a {
  display: block;
}

.intro_bnr_caption {
  text-align: center;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .intro_bnr_wrap {
    margin-top: 20px;
    max-width: none;
  }
  .cmn_bnr_area .intro_bnr_block {
    width: 80%;
  }
  .intro_bnr_caption {
    margin-top: 5px;
    text-align: left;
  }
}

/* ------------------------------------ */
/* ▼ anchor menu */
/* ------------------------------------ */
.anchor_menu_wrap {
  margin: 26px auto 0;
  max-width: 810px;
  width: 100%;
}

.anchor_link_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.anchor_link_item {
  display: flex;
  font-feature-settings: "pkna";
  width: 32.1%;
}

.anchor_link_item:nth-child(n+4) {
  margin-top: 16px;
}

.anchor_link_item a {
  align-items: center;
  background-image: url(../image/bg-anchor-link.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -.06em;
  min-height: 56px;
  padding: 0 5px 0 50px;
  position: relative;
  text-align: left;
  transition: opacity .2s;
  width: 100%;
}

.anchor_link_item a:hover {
  color: #fff;
  opacity: .6;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .anchor_link_item a:hover {
    opacity: 1;
  }
}

.anchor_link_num {
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .anchor_link_item a {
    font-size: 2vw;
  }
}

@media (max-width: 767px) {
  .anchor_menu_wrap {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .content_menu {
    position: relative;
    z-index: 4;
  }
  .meun_title {
    background: linear-gradient(#b48d4f, #957e5a);
    background: -webkit-linear-gradient(top, #b48d4f 0%, #957e5a 100%);
    box-shadow: 0 .25em .5em 0 rgba(0, 20, 30, .2);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
  }
  .meun_title_inner {
    position: relative;
  }
  .meun_title_inner::before,
  .meun_title_inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .meun_title_inner::before {
    background: url(/special-contents/image-cmn/ico-contens-menu.png) 0 0 no-repeat;
    background-size: contain;
    height: 2rem;
    left: -36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
  }
  .meun_title_inner::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 10px;
    right: -20px;
    -webkit-transform: translateY(-70%) rotate(-45deg);
    transform: translateY(-70%) rotate(-45deg);
    width: 10px;
  }
  .meun_title.active .meun_title_inner::after {
    -webkit-transform: translateY(-30%) rotate(135deg);
    transform: translateY(-30%) rotate(135deg);
  }
  .menu_list {
    background: #faeddd;
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0, 20, 30, .2);
    display: none;
    padding: 20px 25px;
  }
  .menu_list.active {
    -webkit-animation: fadeIN .6s ease 0s 1 alternate;
    animation: fadeIN .6s ease 0s 1 alternate;
    display: block;
    height: auto;
  }
  @keyframes fadeIN {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIN {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .content_menu_close_btn {
    margin-top: 15px;
    text-align: center;
  }
  .content_menu_close_btn_inner {
    background: #b0894c;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 10px 40px 10px 20px;
    position: relative;
  }
  .content_menu_close_btn_inner::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-30%) rotate(-135deg);
    transform: translateY(-30%) rotate(-135deg);
    width: 10px;
  }
  .anchor_link_block {
    background: #fff;
    border-radius: 4px;
  }
  .anchor_link_item {
    width: 100%;
  }
  .anchor_link_item:nth-child(n+4) {
    margin-top: 0;
  }
  .anchor_link_item:not(:first-child) {
    border-top: 1px solid #9d7943;
  }
  .anchor_link_item a {
    background: none;
    color: #9e7943;
    font-size: 16px;
    justify-content: flex-start;
    letter-spacing: .06em;
    min-height: auto;
    padding: 10px 0 10px 70px;
    text-align: left;
  }
  .anchor_link_item a::after {
    background: url(/special-contents/image-cmn/ico-contens-menu-list.png) 0 0 no-repeat;
    background-size: contain;
    border: none;
    content: "";
    height: 2.1rem;
    position: absolute;
    left: 10px;
    right: auto;
    top: 50%;
    width: 2.1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .anchor_link_item a:hover {
    background: #fff;
  }
  .anchor_link_num {
    font-size: 15px;
    left: 40px;
  }
}

/* ------------------------------------ */
/* ▼ access map */
/* ------------------------------------ */
.access_map_wrap {
  background-color: #3473b3;
  padding: 30px;
}

/* -- common.css上書き -- */
.mod_access .map_link_wrap {
  margin-top: 0;
}

@media (max-width: 767px) {
  .access_map_wrap {
    background: none;
    padding: 20px;
    width: 100%;
  }
  .mod_access .map_link_wrap {
    margin-top: 10px;
  }
}

/* ------------------------------------ */
/* ▼ title common */
/* ------------------------------------ */
.section_title {
  font-size: 0;
  width: 83.3%;
  position: absolute;
  z-index: 2;
}

.section_title.type01 {
  top: 49px;
  left: 11.4%;
}

.section_title.type02 {
  top: 49px;
  left: 11.4%;
}

.section_title.type03 {
  top: 50px;
  left: 11.4%;
}

.section_title.type04 {
  top: 50px;
  left: 11.4%;
}

.section_title.type05 {
  top: 50px;
  left: 11.4%;
}

.section_title.type06 {
  top: 56px;
  left: 25.4%;
  width: 55.4%;
}

.section_title.type07 {
  top: 49px;
  left: 10%;
  width: 80%;
}

@media (max-width: 767px) {
  .section_title,
  .section_title.type06,
  .section_title.type07 {
    border-bottom: 2px solid #c92121;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 6px;
    position: static;
    text-align: left;
    width: 100%;
  }
  .section_title.type01,
  .section_title.type02,
  .section_title.type03,
  .section_title.type04,
  .section_title.type05,
  .section_title.type06,
  .section_title.type07,
  .section_title.type08 {
    margin: 0 auto 20px;
    max-width: 600px;
  }
}

/* ------------------------------------ */
/* ▼ contents */
/* ------------------------------------ */
/* -- contents section -- */
.section_inner {
  padding: 11% 5% 5.1%;
  position: relative;
  z-index: 1;
}

.section02 .section_inner {
  padding: 12.4% 5% 5.1%;
}

.section01 .section_inner {
  background: url(../image/bg-contents01.gif) repeat 0 0;
}

.section02 .section_inner {
  background: url(../image/bg-contents02.gif) repeat 0 0;
}

.section03 .section_inner {
  background: url(../image/bg-contents03.gif) repeat 0 0;
}

.section04 .section_inner {
  background: url(../image/bg-contents04.gif) repeat 0 0;
}

.section05 .section_inner {
  background: url(../image/bg-contents05.gif) repeat 0 0;
}

.section06 .section_inner {
  background: url(../image/bg-contents06.gif) repeat 0 0;
}

.section07 .section_inner {
  background: url(../image/bg-contents07.gif) repeat 0 0;
}

@media (max-width: 767px) {
  .section01 .section_inner,
  .section02 .section_inner,
  .section03 .section_inner,
  .section04 .section_inner,
  .section05 .section_inner,
  .section06 .section_inner,
  .section07 .section_inner {
    background: none;
    padding: 0;
  }
}

/* -- section01 -- */
.contents_sec01 {
  background-color: #fff;
  border-radius: 0 0 25px 25px;
}

.contents_sec01_img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents_sec01_img_wrap>li:nth-of-type(n+2) {
  margin-top: 4px;
  width: 24.667%;
}

.contents_sec01_disc_wrap {
  padding: 2.7% 33% 2.5% 4.5%;
}

.contents_sec01_disc_text {
  line-height: 1.8;
  letter-spacing: .05em;
}

.contents_sec01_chara_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27.2%;
}

.contents_sec01_chara_text {
  background: url(../image/bg-sec01-bubbles01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -24%;
  padding-top: 45.6%;
  width: 66.18%;
}

.contents_sec01_chara_text>span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 52%;
  width: 100%;
  line-height: 1.5;
  letter-spacing: .01em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 950px) {
  .contents_sec01_chara_text>span {
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  .contents_sec01 {
    max-width: 600px;
    margin: 0 auto;
  }
  .contents_sec01_disc_wrap {
    margin-top: 15px;
    padding: 0;
  }
  .contents_sec01_img_wrap>li:nth-of-type(n+4) {
    display: none;
  }
  .contents_sec01_img_wrap>li:nth-of-type(n+2) {
    width: 49%;
    text-align: center;
    margin-top: 6px;
  }
  .contents_sec01_img_wrap>li:nth-of-type(n+2) img {
    width: 100%;
  }
  .contents_sec01_usesp_wrap {
    margin: 15px auto 0;
    max-width: 600px;
    position: relative;
  }
  .contents_sec01_chara_wrap {
    width: 165px;
  }
  .contents_sec01_chara_text {
    left: -34%;
    padding-top: 51%;
    width: 76%;
  }
  .contents_sec01_chara_text>span {
    font-size: 13px;
  }
  .contents_sec01_img_wrap_sp {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
  }
  .contents_sec01_img_wrap_sp>li {
    text-align: center;
    width: 100%;
  }
  .contents_sec01_img_wrap_sp>li:nth-of-type(n+2) {
    margin-top: 6px;
  }
  .contents_sec01_img_wrap_sp>li>img {
    width: 100%;
  }
}

@media (max-width: 490px) {
  .contents_sec01_chara_wrap {
    right: -20px;
    width: 37%;
  }
  .contents_sec01_chara_text {
    top: -7%;
    left: -45%;
    padding-top: 64%;
    width: 90%;
  }
  .contents_sec01_chara_text>span {
    font-size: 3.2vw;
  }
}

@media (max-width: 360px) {
  .contents_sec01_chara_wrap {
    width: 35%;
  }
  .contents_sec01_chara_text {
    top: -13%;
    left: -57%;
    padding-top: 69%;
    width: 99%;
  }
}

/* -- section02 -- */
.sec02_disc_wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 4.778% 4.445% 3% 4.335%;
}

.sec02_disc_img {
  margin-top: .8%;
  width: 28.02%
}

.sec02_disc_text {
  width: 68.28%;
  margin-left: 3.7%;
  letter-spacing: .04em;
  line-height: 1.8;
}

.contents_sec02_wrap {
  margin-top: 71px;
  position: relative;
}

.contents_sec02_wrap:nth-of-type(n+2) {
  margin-top: 80px;
}

.sec02_h3title {
  font-size: 0;
  position: absolute;
  top: -31px;
  left: 8.7%;
  width: 82.5%;
}

.contents_sec02 {
  background-color: #fff;
  padding: 61px 50px 52px;
}

.contents_sec02_read {
  background-image:
  url(../image/bg-sec02-read-top.png),
  url(../image/bg-sec02-read-bottom.png);
  background-position:
  center top,
  center bottom;
  background-repeat:
  no-repeat,
  no-repeat;
  background-size: 100% auto;
  padding: 33px 0;
}

.contents_sec02_read_text {
  background: url(../image/bg-sec02-read-center.png) repeat center top;
  background-size: 100% auto;
  padding: 0 44px 0 50px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.sec02_item {
  margin-top: 30px;
}

.sec02_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec02_item_title_tag {
  width: 20%;
}

.sec02_item_title_tag.adjust_posi01 {
  margin-left: 7.3%;
}

.sec02_item_title_name {
  width: auto;
}

.sec02_item_title_label {
  display: flex;
  width: 27.5%;
}

.sec02_item_title_label>span {
  padding-top: 36.4%;
  position: relative;
  width: 50%;
}

.sec02_item_title_label>span.label_type01 {
  background: url(../image/bg-sec02-label01.png) no-repeat center center;
  background-size: 100% auto;
}

.sec02_item_title_label>span.label_type02 {
  background: url(../image/bg-sec02-label02.png) no-repeat center center;
  background-size: 100% auto;
}

.sec02_item_title_label>span>span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: .01em;
  line-height: 1.1;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sec02_item_title_label>span.label_type01>span {
  top: 55%;
}

.sec02_item_img {
  margin-top: 9px;
  text-align: center;
}

.sec02_item_disc {
  margin: 15px auto 0;
  max-width: 700px;
  width: 100%;
  letter-spacing: .05em;
  line-height: 1.6;
}

.sec02_item_disc.adjust_posi01 {
  margin: 15px 0 0 16px;
  max-width: 515px;
}

.sec02_item_col2 {
  margin-top: 17px;
}

.sec02_item_col2_row {
  margin-top: 20px;
}

.sec02_item_col2_row:first-of-type {
  margin-top: 0;
}

.sec02_item_col2_col:nth-of-type(1),
.sec02_item_col2_col:nth-of-type(3) {
  float: right;
  width: 47.6%;
}

.sec02_item_col2_col:nth-of-type(2) {
  float: left;
  padding-top: 3.8%;
  position: relative;
  width: 48.75%;
}

.sec02_item_col2_col.adjust_margin01 {
  margin-top: 10px;
}

.sec02_item_col2_img {
  text-align: center;
}

.sec02_item_col2_tag {
  position: absolute;
  top: 0;
  right: -2.5%;
  width: 41.028%;
}

.sec02_item_col2_label {
  display: flex;
}

.sec02_item_col2_label>span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  text-align: center;
  letter-spacing: .01em;
}

.sec02_item_col2_label>span.label_type01 {
  background-color: #bf0008;
  width: 68.28%;
}

.sec02_item_col2_label>span.label_type02 {
  background-color: #1b1464;
  margin-left: 2.63%;
  width: 21.01%;
}

.sec02_item_col2_disc {
  margin-top: 11px;
  line-height: 1.6;
  letter-spacing: .04em;
  padding-right: 5px;
}

.contents_sec02_chara_wrap {
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 28.2%;
}

.contents_sec02_chara_text {
  background: url(../image/bg-sec02-bubbles01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -14%;
  left: -29%;
  padding-top: 44.4%;
  width: 61.35%;
}

.contents_sec02_chara_text>span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 52%;
  width: 100%;
  line-height: 1.5;
  letter-spacing: .01em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
  .contents_sec02_read {
    padding: 4% 0;
  }
  .sec02_item_title_label>span>span {
    font-size: 1.7vw;
  }
  .sec02_item_title_tag.adjust_posi01 {
    margin-left: 0;
  }
  .sec02_item_disc.adjust_posi01 {
    width: 56%;
  }
}

@media (max-width: 950px) {
  .contents_sec02_chara_text>span {
    font-size: 1.7vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec02_item_title_name {
    max-width: 290px;
  }
  .sec02_item_title_name.adjust_size01 {
    max-width: 385px;
  }
}

@media (max-width: 767px) {
  .sec02_disc_wrap {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    padding: 0;
  }
  .sec02_disc_img {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .sec02_disc_text {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .contents_sec02_wrap {
    margin-top: 30px;
  }
  .sec02_h3title {
    border-left: 5px solid #c92121;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 auto 15px;
    max-width: 600px;
    line-height: 1.25;
    padding: .25rem 0 .25rem 10px;
    position: static;
    text-align: left;
    width: 100%;
  }
  .contents_sec02_wrap:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .contents_sec02 {
    margin: 0 auto;
    max-width: 600px;
    padding: 0;
    width: 100%;
  }
  .contents_sec02_read {
    background: none;
    padding: 0;
  }
  .contents_sec02_read_text {
    background: none;
    padding: 0;
  }
  .sec02_item+.sec02_item {
    border-top: 1px dashed #c92121;
    margin-top: 20px;
    padding-top: 15px;
  }
  .sec02_item_title {
    flex-wrap: wrap;
    justify-content: start;
  }
  .sec02_item_img {
    margin-top: 3.8%;
    position: relative;
  }
  .sec02_item_title_tag_sp {
    position: absolute;
    top: -4%;
    right: -2.5%;
    width: 35%;
    max-width: 160px;
  }
  .sec02_item_title_name {
    width: 100%;
  }
  .sec02_item_title_name.adjust_size01_sp {
    width: 70%;
  }
  .sec02_item_title_name.adjust_size02_sp {
    width: 60%;
  }
  .sec02_item_title_name.adjust_posi01_sp {
    transform: translateX(-9%);
  }
  .sec02_item_title_name.adjust_posi02_sp {
    transform: translateX(-3%);
  }
  .sec02_item_title_name.adjust_posi03_sp {
    transform: translateX(-12%);
  }
  .sec02_item_title_label {
    width: 100%;
  }
  .sec02_item_title_label>span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    width: auto;
  }
  .sec02_item_title_label>span.label_type01 {
    background: none;
    background-color: #bf0008;
    width: 68.28%;
  }
  .sec02_item_title_label>span.label_type02 {
    background: none;
    background-color: #1b1464;
    margin-left: 2.63%;
    width: 21.01%;
  }
  .sec02_item_title_label>span>span {
    font-size: 16px;
    position: static;
    text-align: center;
    letter-spacing: .01em;
    line-height: 1.6;
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .sec02_item_col2 {
    margin-top: 20px;
  }
  .sec02_item_col2_row:not(.no_border) {
    border-top: 1px dashed #c92121;
    margin-top: 20px;
    padding-top: 15px;
  }
  .sec02_item_col2_col:nth-of-type(1) {
    float: none;
    width: 100%;
  }
  .sec02_item_col2_col:nth-of-type(2) {
    float: none;
    padding-top: 3.8%;
    width: 100%;
  }
  .sec02_item_col2_col:nth-of-type(3) {
    float: none;
    width: 100%;
  }
  .sec02_item_col2_col.adjust_margin01 {
    margin-top: 0;
  }
  .sec02_item_col2_tag {
    top: 4%;
    max-width: 160px;
    width: 35%;
  }
  .sec02_item_col2_img>img {
    width: 100%;
  }
  .sec02_item_col2_disc {
    margin-top: 15px;
  }
  .sec02_item_disc.adjust_posi01 {
    margin: 15px auto 0;
    width: 100%;
  }
}

/* -- section03 -- */
.sec03_disc_wrap {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 13px;
  padding: 5.445% 7.557% 3.335% 8.112%;
}

.sec03_disc_text {
  letter-spacing: .07em;
}

.contents_sec03 {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 50px 23px;
}

.sec03_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec03_list_item {
  max-width: 380px;
  width: 47.5%;
}

.sec03_list_item.width_col1 {
  max-width: 100%;
  width: 100%;
}

.sec03_list_item:nth-of-type(n+3) {
  margin-top: 21px;
}

.sec03_item_name {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.sec03_item_name img {
  width: 100%;
}

.sec03_item_img_wrap {
  position: relative;
}

.sec03_item_label {
  background-color: #bf0008;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 2px 18px;
  text-align: center;
  letter-spacing: .01em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
}

.sec03_item_tag {
  position: absolute;
  top: 0;
  right: -10px;
  width: 42.108%;
}

.sec03_item_tag_pc {
  background: url(../image/bg-sec02-label01.png) no-repeat center center;
  background-size: 100% auto;
  padding-top: 10%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13.75%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec03_item_tag_pc>span {
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  text-align: center;
  letter-spacing: .01em;
  line-height: 1.1;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sec03_item_disc {
  margin: 8px auto 0;
  max-width: 730px;
  letter-spacing: .06em;
}

@media (max-width: 1000px) {
  .sec03_item_tag_pc>span {
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  .sec03_disc_wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .contents_sec03 {
    padding: 0;
  }
  .sec03_list_wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .sec03_list_item {
    max-width: 100%;
    width: 100%;
  }
  .sec03_list_item img {
    width: 100%;
  }
  .sec03_list_item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .sec03_list_item:not(:first-of-type) {
    border-top: 1px dashed #c92121;
    margin-top: 20px;
    padding-top: 15px;
  }
  .width_col1 .sec03_item_img_wrap {
    padding-bottom: 29px;
  }
  .sec03_item_name {
    max-width: 450px;
    margin: 0 auto;
  }
  .sec03_item_tag {
    max-width: 160px;
    width: 35%;
  }
  .sec03_item_tag_pc>span {
    font-size: 16px;
  }
}

/* -- section04 -- */
.contents_sec04_wrap {
  background-color: #fff;
  padding-bottom: 27px;
}

.sec04_disc_img_wrap {
  margin-top: 13px;
  position: relative;
}

.contents_sec04_chara_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32.778%;
}

.contents_sec04_chara_text {
  background: url(../image/bg-sec04-bubbles01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -37%;
  right: -14%;
  padding-top: 38%;
  width: 70.17%;
}

.contents_sec04_chara_text>span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 47%;
  left: 47%;
  width: 100%;
  line-height: 1.3;
  letter-spacing: .01em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents_sec04_disc {
  margin: 23px auto 0;
  max-width: 855px;
  width: 100%;
  line-height: 1.7;
  letter-spacing: .05em;
  padding: 0 50px;
}

.note_price {
  letter-spacing: .05em;
  margin: 1rem auto 0;
  text-align: right;
  font-size: 80%;
  padding: 0 50px;
}

.sec04_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 39px auto 0;
  padding: 0 50px;
}

.sec04_list_item {
  max-width: 250px;
  width: 31.3%;
}

.sec04_list_item:nth-of-type(n+4) {
  margin-top: 17px;
}

.sec04_list_text {
  font-size: 17px;
  margin-top: 7px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .02em;
}

@media (max-width: 950px) {
  .contents_sec04_chara_text>span {
    font-size: 1.6vw;
  }
}

@media (max-width: 767px) {
  .contents_sec04_wrap {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .contents_sec04_disc {
    margin-top: 15px;
    padding: 0;
  }
  .note_price {
    padding: 0;
}
  .sec04_list_wrap {
    margin: 20px auto 0;
    padding: 0;
  }
  .sec04_list_item {
    max-width: 300px;
    width: 48%;
  }
  .sec04_list_item:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .sec04_list_item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .sec04_list_img img {
    width: 100%;
  }
  .contents_sec04_chara_wrap {
    margin: 15% 0 0 10%;
    position: relative;
    width: 50%;
  }
  .contents_sec04_chara_text {
    top: -20%;
    right: -37%;
    padding-top: 44%;
    width: 78%;
  }
  .contents_sec04_chara_text>span {
    font-size: 13px;
  }
  .sec04_list_text {
    font-size: 15px;
  }
}

@media (max-width: 490px) {
  .contents_sec04_chara_text {
    top: -25%;
    right: -61%;
    padding-top: 55%;
    width: 100%;
  }
  .contents_sec04_chara_text>span {
    font-size: 3.5vw;
  }
}

/* -- section05 -- */
.sec05_disc_img_wrap {
  margin-top: 13px;
  position: relative;
}

.sec05_disc_img_label {
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: .03em;
  padding: 2px 13px;
}

.sec05_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec05_list_item {
  width: 25%;
}

.sec05_disc_wrap {
  background-color: #fff;
  padding: 23px 60px 27px 72px;
}

.sec05_disc_text {
  letter-spacing: .065em;
  line-height: 1.7;
}

.sec05_disc_text:nth-of-type(n+2) {
  margin-top: 28px;
}

.sec05_disc_text:nth-of-type(2) {
  padding-right: 16%;
}

.sec05_disc_text:nth-of-type(3) {
  padding-right: 23%;
}

.contents_sec05_chara_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}

.contents_sec05_chara_text {
  background: url(../image/bg-sec05-bubbles01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -36.4%;
  right: 1.8%;
  padding-top: 39.2%;
  width: 64.745%;
}

.contents_sec05_chara_text>span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 43%;
  left: 45%;
  width: 100%;
  line-height: 1.3;
  letter-spacing: .01em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 950px) {
  .contents_sec05_chara_text>span {
    font-size: 1.6vw;
  }
}

@media (max-width: 767px) {
  .contents_sec05_wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .sec05_disc_img_wrap {
    margin-top: 0;
  }
  .sec05_disc_wrap {
    margin-top: 15px;
    padding: 0;
  }
  .sec05_disc_text:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .sec05_disc_text:nth-of-type(2) {
    padding-right: 0;
  }
  .sec05_disc_text:nth-of-type(3) {
    padding-right: 0;
  }
  .contents_sec05_chara_wrap {
    margin: 15% 0 0 10%;
    position: relative;
    width: 50%;
  }
  .contents_sec05_chara_text {
    top: -17%;
    right: -46%;
    padding-top: 48%;
    width: 78%;
  }
  .contents_sec05_chara_text>span {
    font-size: 13px;
    top: 45%;
    left: 47%;
  }
  .sec05_list_item {
    width: 49%;
  }
  .sec05_list_item:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .sec05_list_item img {
    width: 100%;
  }
}

@media (max-width: 490px) {
  .contents_sec05_chara_text {
    top: -24%;
    right: -60%;
    padding-top: 59%;
    width: 95%;
  }
  .contents_sec05_chara_text>span {
    font-size: 3.5vw;
  }
}

/* -- section06 -- */
.museum_disc_wrap {
  background-color: #fff;
  border: solid 4px #735f3b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
  padding: 89px 47px 47px 45px;
}

.museum_disc_col:nth-of-type(1) {
  width: 58%;
}

.museum_disc_col:nth-of-type(2) {
  padding-top: 6px;
  width: 38.75%;
}

.museum_disc_text {
  letter-spacing: .07em;
  line-height: 1.7;
}

.museum_disc_img>a {
  display: block;
}

.museum_disc_img:nth-of-type(n+2) {
  margin-top: 20px;
}

.museum_info {
  background-color: #ffe3e7;
  border-radius: 10px;
  margin-top: 24px;
  max-width: 450px;
  padding: 18px 10px 20px 18.967%;
}

.museum_info>li {
  letter-spacing: .05em;
  line-height: 1.7;
  word-break: break-all;
}

.museum_info>li:not(.not_indent) {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.museum_info>li.museum_info_web {
  padding-left: 2.3em;
  text-indent: -2.3em;
}

.museum_intro_text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
}

/* common.cssを上書き ここから */
.museum_intro_block .museum_intro_btn a {
  background: linear-gradient(to bottom, #d84030 0%, #d84030 50%, #e04d3a 50%, #e04d3a 100%);
  background: -webkit-linear-gradient(top, #d84030 0%, #d84030 50%, #e04d3a 50%, #e04d3a 100%);
  border-color: #862d23;
  border-radius: 4px;
  box-shadow: 0 2px 3px #666;
  line-height: 1.2;
  padding: 8px 40px;
}

.museum_intro_block .museum_intro_btn a:hover {
  background: linear-gradient(to bottom, #d65b4d 0%, #d65b4d 50%, #e07668 50%, #e07668 100%);
  background: -webkit-linear-gradient(top, #d65b4d 0%, #d65b4d 50%, #e07668 50%, #e07668 100%);
}

.museum_intro_block .museum_share_block {
  margin-top: 31px;
}

.museum_intro_block .museum_share_block .share_title {
  background: #fff;
  border: 2px solid #735f3b;
  color: #735f3b;
}

.museum_intro_block .museum_bnr img {
  box-shadow: 0 4px 4px #666;
}
/* common.cssを上書き ここまで */

@media (max-width: 900px) {
  .museum_info {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .museum_disc_wrap {
    border: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .museum_disc_col:nth-of-type(1) {
    width: 100%;
  }
  .museum_disc_col:nth-of-type(2) {
    margin-top: 15px;
    padding: 0 15px;
    width: 100%;
  }
  .museum_disc_img img {
    width: 100%;
  }
  .museum_disc_text {
    margin-top: 15px;
  }
  .museum_info {
    background-color: #fff;
    border-radius: 0;
    margin-top: 15px;
    max-width: 100%;
    padding: 0 15px;
  }
  .museum_info_name {
    font-weight: 600;
  }
  .museum_disc_img:nth-of-type(n+2) {
    margin-top: 0;
  }
  .museum_intro_block {
    margin-top: 15px;
  }
  .museum_intro_text {
    font-size: 16px;
  }
  .museum_intro_block .museum_intro_btn a {
    background: linear-gradient(to bottom, #fff2f2 0%, #ffd9d9 100%);
    background: -webkit-linear-gradient(top, #fff2f2 0%, #ffd9d9 100%);
    border: 1px solid #c92121;
    border-radius: 4px;
    box-shadow: none;
    color: #c92121;
    font-weight: normal;
    padding: 8px 10px;
    line-height: 1.6;
  }
  .museum_intro_block .museum_share_block .share_title {
    background: none;
    border: none;
    color: #000;
  }
  .museum_intro_block .museum_share_block {
    margin-top: 20px;
  }
  .museum_intro_block .museum_bnr_block {
    margin-top: 20px;
    padding: 0 10px;
  }
  .museum_intro_block .museum_bnr_block .museum_bnr img {
    border: solid 1px #ccc;
    border-radius: 8px;
    box-shadow: none;
  }
  .museum_intro_block .museum_bnr_block .caption {
    padding: 0 10px;
  }
}

/* -- section07 -- */
.relation_museum_wrap {
  background-color: #fff;
  border: solid 1px #4e337c;
  margin-top: 49px;
  padding: 29px 29px 33px;
}

.relation_museum_wrap:nth-of-type(n+2) {
  margin-top: 30px;
}

.relation_museum_inner {
  overflow: hidden;
}

.relation_museum_title {
  color: #fff;
  background-color: #4e337c;
  font-size: 30px;
  font-weight: 600;
  float: left;
  max-width: 600px;
  letter-spacing: .1em;
  padding: 13px 110px 13px 4.762%;
  position: relative;
  width: 71.43%;
}

.relation_museum_title .t_size_s {
  font-size: 24px;
}

.relation_museum_title.adjust_l_spacing {
  letter-spacing: -.01em;
}

.relation_museum_title_label {
  background-color: #eaf9ff;
  color: #000;
  display: inline-block;
  font-size: 20px;
  padding: 6px 19px;
  position: absolute;
  top: 50%;
  right: 2%;
  letter-spacing: .04em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.relation_museum_title_label::before,
.relation_museum_title_label::after {
  content: "";
  display: block;
  position: absolute;
}

.relation_museum_title_label::before {
  background: url(../image/bg-flower01.png) no-repeat center center;
  width: 16px;
  height: 17px;
  top: 0;
  right: 0;
}

.relation_museum_title_label::after {
  background: url(../image/bg-flower02.png) no-repeat center center;
  width: 26px;
  height: 17px;
  bottom: 0;
  left: 0;
}

.relation_museum_image_list {
  float: right;
  max-width: 220px;
  width: 26.193%;
}

.relation_museum_image_list>li:nth-of-type(n+2) {
  margin-top: 10px;
}

.relation_museum_info_wrap {
  float: left;
  max-width: 600px;
  margin-top: 23px;
  padding: 0 20px;
  width: 71.43%;
}

.relation_museum_info_title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.5;
  padding-right: 15px;
}

.relation_museum_info_disc {
  margin-top: 8px;
  padding-right: 15px;
  letter-spacing: .05em;
  line-height: 1.7;
}

.relation_museum_info_list {
  border-top: solid 2px #472261;
  border-bottom: solid 2px #472261;
  margin-top: 14px;
  padding: 15px 10px 17px 82px;
}

.relation_museum_info_list>li {
  letter-spacing: .05em;
  line-height: 1.7;
  word-break: break-all;
}

.relation_museum_info_list>li:not(.not_indent) {
  padding-left: 4.4em;
  text-indent: -4.4em;
}

.relation_museum_info_btn_wrap {
  margin: 20px auto;
}

a.relation_museum_info_btn {
  color: #fff;
  transition: .3s;
}

a.relation_museum_info_btn:hover {
  color: #fff;
  opacity: .6;
}

.relation_museum_info_btn {
  background: #c20707;
  border-radius: 4px;
  border: 1px solid #7e0909;
  box-shadow: 0 1px 2px 1px #afafaf;
  display: block;
  margin: 0 auto;
  max-width: 240px;
  padding: 6px 17px 6px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.relation_museum_info_btn::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

/* common.cssを上書き */
.adjust_sns.block_sns {
  display: flex;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.adjust_sns.block_sns .sns_label {
  background-color: #ffe8e8;
  width: 210px;
  padding: 4px 0;
}

.adjust_sns.block_sns .list_sns {
  justify-content: space-around;
}

@media (max-width: 1000px) {
  .relation_museum_title {
    font-size: 2.8vw;
  }
  .relation_museum_title .t_size_s {
    font-size: 2.2vw;
  }
  .relation_museum_title_label {
    font-size: 2vw;
  }
}

@media (max-width: 850px) {
  .adjust_sns.block_sns .sns_label {
    width: 190px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .relation_museum_wrap {
    border: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .relation_museum_title {
    background: none;
    border-left: 5px solid #c92121;
    color: #000;
    font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
    font-size: 1.8rem;
    float: none;
    margin-bottom: 15px;
    line-height: 1.25;
    padding: .25rem 0 .25rem 10px;
    width: 100%;
  }
  .relation_museum_title .t_size_s {
    font-size: 1.8rem;
  }
  .relation_museum_title_label {
    background-color: transparent;
    color: #000;
    font-size: 1.8rem;
    margin-left: 20px;
    padding: 0;
    position: relative;
    right: 0;
    -webkit-transform: none;
    transform: none
  }
  .relation_museum_title_label::before {
    background: none;
    content: "]";
    height: auto;
    right: -10px;
    top: 50%;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .relation_museum_title_label::after {
    background: none;
    content: "[";
    height: auto;
    bottom: 50%;
    left: -10px;
    width: auto;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .relation_museum_image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .relation_museum_image_list>li {
    width: 49%;
  }
  .relation_museum_image_list>li:nth-of-type(n+2) {
    margin-top: 0;
  }
  .relation_museum_image_list>li img {
    width: 100%;
  }
  .relation_museum_info_wrap {
    float: none;
    max-width: 100%;
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
  .relation_museum_info_title {
    font-size: 16px;
    padding-right: 0;
  }
  .relation_museum_info_disc {
    margin-top: 10px;
    padding-right: 0;
  }
  .relation_museum_info_list {
    border: none;
    margin-top: 15px;
    padding: 0 15px;
  }
  .relation_museum_info_btn_wrap {
    margin: 20px auto 0;
  }
  a.relation_museum_info_btn {
    color: #c92121;
    transition: 0s;
  }
  a.relation_museum_info_btn:hover {
    color: #c92121;
    opacity: 1;
  }
  .relation_museum_info_btn {
    background: linear-gradient(to bottom, #fff2f2 0%, #ffd9d9 100%);
    background: -webkit-linear-gradient(top, #fff2f2 0%, #ffd9d9 100%);
    border: 1px solid #c92121;
    border-radius: 4px;
    box-shadow: none;
    color: #c92121;
    font-weight: normal;
    max-width: 60%;
    padding: 8px 21px 8px 10px;
    line-height: 1.6;
  }
  .relation_museum_info_btn::before {
    border: none;
    border-bottom: 2px solid #c92121;
    border-right: 2px solid #c92121;
    height: 10px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
  }
  .relation_museum_info_image_sp {
    margin: 20px auto 0;
    max-width: 300px;
    width: 100%;
  }
  .relation_museum_info_image_sp>a {
    display: block;
  }
  .relation_museum_info_image_sp img {
    width: 100%;
  }
  .adjust_sns.block_sns {
    flex-wrap: wrap;
    margin: 20px auto 0;
    max-width: 320px;
  }
  .adjust_sns.block_sns .sns_label {
    background-color: transparent;
    color: #000;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ other section block */
/* ------------------------------------ */
.other_section_block {
  padding: 58px 50px 0;
}

.other_section_title {
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

.other_section_title_sub {
  background-color: #bf0008;
  color: #fff;
  display: inline-block;
  padding: 7px 21px;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.other_section_title_text {
  color: #bf0008;
  font-size: 34px;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: -.01em;
}

.other_section_inner {
  margin-top: 10px;
}

.other_section_inner .section_txt {
  letter-spacing: .05em;
  line-height: 1.6667;
  padding: 0 13px;
}

.other_section_inner .museum_bnr_block {
  margin: 30px auto 0;
  max-width: 730px;
  width: 100%;
}

.section_image_block {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
  margin-top: 29px;
}

.section_image_block.col3 .item {
  width: 32.558%;
}

.other_section_block .museum_bnr_block .caption {
  margin-top: 6px;
  padding: 0 4px;
  text-align: left;
  letter-spacing: -.01em;
}

@media (max-width: 960px) {
  .other_section_title_sub {
    font-size: 2.4vw;
  }
  .other_section_title_text {
    font-size: 3.4vw;
  }
}

@media (max-width: 850px) {
  .other_section_title {
    padding: 58px 0 0 0;
  }
  .other_section_title_text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .other_section_block {
    max-width: 600px;
    margin: 40px auto 0;
    padding: 0 0 15px;
  }
  .other_section_title {
    border-bottom: 2px solid #c92121;
    font-size: 2rem;
    font-weight: 600;
    font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
    margin-bottom: 20px;
    padding: 0 0 6px 0;
    position: static;
    text-align: left;
    width: 100%;
  }
  .other_section_title_sub {
    background-color: transparent;
    color: #000;
    display: block;
    font-size: 2rem;
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    text-align: left;
    -webkit-transform: none;
    transform: none;
  }
  .other_section_title_text {
    color: #000;
    font-size: 2rem;
    display: block;
    width: 100%;
    text-align: left;
    letter-spacing: -.01em;
  }
  .other_section_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .other_section_inner .section_txt {
    letter-spacing: .08em;
    line-height: 1.4286;
    margin-top: 15px;
    order: 2;
    padding: 0;
  }
  .other_section_inner .museum_bnr_block {
    margin: 15px auto 0;
    order: 3;
    width: 90%;
    max-width: 600px;
  }
  .other_section_inner .museum_bnr_block .caption {
    text-align: left;
  }
  .section_image_block {
    margin-top: 0;
  }
  .section_image_block.col3 .item {
    width: 100%;
  }
  .section_image_block.col3 .item img {
    width: 100%;
  }
  .section_image_block.block03.col3 .item:not(:first-child) {
    margin-top: 1.4%;
    width: 49.254%;
  }
}

/* ------------------------------------ */
/* ▼ bnr section block */
/* ------------------------------------ */
.bnr_section_block {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  padding: 40px 0 0;
}

.bnr_section_inner {
  margin: 30px auto 0;
}

.bnr_section_block+.museum_bnr_block {
  margin: 50px auto 0;
  width: 630px;
}

.bnr_block.col2 .bnr_item:nth-child(n+4) {
  margin-top: 20px;
}

.bnr_section_block+.museum_bnr_block .caption {
  margin-top: 6px;
}

.bnr_block .bnr_item .item_image img {
  width: 100%;
}

@media (max-width: 767px) {
  .bnr_section_block {
    background: none;
    margin: 20px auto 0;
    max-width: calc(100% - 30px);
    padding: 0;
  }
  .bnr_section_inner {
    margin-top: 0;
    width: 100%;
  }
  .bnr_section_block+.museum_bnr_block {
    margin-top: 35px;
    width: 90%;
  }
  .bnr_section_block+.museum_bnr_block .caption {
    text-align: left;
  }
}
/* 共通上書き */
@media (min-width: 768px) {
  .bnr_section_h3 {
    font-size: 2.3rem;
  }
  .bnr_section_h3>span {
    background-image: url(../image/bg-h3-left.png),
                      url(../image/bg-h3-right.png);
  }
  .bnr_section_h3>span::before,
  .bnr_section_h3>span::after {
    background: url(../image/bg-h3-line.png);
  }
  .bnr_section_h3>span>span {
    background-image:url(../image/bg-h3-center.png);
    height: 50px;
  }
}

/* ------------------------------------ */
/* ▼ 近くの施設情報 */
/* ------------------------------------ */
/* 共通上書き */
.box__facility .facilities .txt {
  line-height: 1.6;
}

/* ------------------------------------ */
/* ▼ 関連サイト */
/* ------------------------------------ */
/* 共通上書き */
@media screen and (max-width: 767px) {
  .bnr_contents_block {
    max-width: calc(100% - 54px);
  }
}