@charset "utf-8";
/* CSS Document */
/*-------------------------------*/
* {
  text-align: left;
  list-style: none outside;
  font-size: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho B1", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight: 500;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media screen and (min-width:1024px) {
  body {
    min-width: 1100px;
  }
}
header, footer, main, nav, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, thead, tbody, tr, th, td, em, img, span, a {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
header, footer, main, nav, section {
  display: block;
}
table, tr, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}
dt {
    font-weight: normal
}

a {
  text-decoration: none;
}
/*-------------------------------*/
/*-------------------------------*/ :root {
  scroll-padding: 160px;
}
@media screen and (max-width: 1024px) {
  :root {
    scroll-padding: 60px;
  }
}
/*-------------------------------*/

.g-layBaseTyp01 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .g-layBaseTyp01{
    padding: 0 20px;
  }
}
.g-layBaseTyp02 {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .g-layBaseTyp02{
    padding: 0 20px;
  }
}
.g-layBaseTyp03 {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding: 0 25px;
}

/*背景色*/
.bg_color.gradation-type01 {
  background: linear-gradient( 120deg, rgb(235,170,204) 0%, rgb(255,230,228) 20%, rgb(255,242,253) 43%, rgb(245,247,252) 65%, rgb(249,221,233) 83%, rgb(180,227,251) 100%);
}

/*テキストカラー*/
.head_title_color-purple {
  color: #9c2d8a;
}
.head_title_color-pink {
  color: #ca2b66;
}
.head_title_color-blue {
  color: #007dab;
}
.head_title_color-gold,
.text_color-gold{
  color: #996d37;
}

h2.head_title {
  position: relative;
  margin-bottom: 100px;
  font-size: 40px;
  letter-spacing: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  h2.head_title{
    margin-bottom: 50px;
    font-size: 28px;
    font-size: clamp(28px, 1.563rem + 0.94vw, 40px);
    font-size: clamp(25px, 2.8vw, 40px);
  }
}
h3.head_title {
  margin-top: 100px;
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  h3.head_title{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: clamp(20px, 1.125rem + 0.63vw, 28px);
  }
}
h3.head_title .text_color-purple{
  color: #a15f96;
}
h3.head_title .text_color-pink{
  color: #ca2b66;
}
h3.head_title .text_color-blue{
  color: #007dab;
}

a {
  color: #333333;
  transition: 0.1s ease-in;
}
a:hover {
  color: #ff00ae;
}

.tel_link {
  pointer-events: none;
}

.ex_link_icon01,
.ex_link_icon01_02 {
  background: url("../img/icon_link.svg") no-repeat 100% 60% / 6px auto;
  padding: 0 16px 0 0;
}
.ex_link_icon01_02 {
  padding: 0 5px 0 0;
}
.ex_link_icon02 {
  background: url("../img/icon_link02.svg") no-repeat 100% 60% / 10px auto;
  padding: 0 16px 0 0;
  margin: 0 6px 0 0;
}

.BtnType01 a,
.BtnType02 a {
  display: inline-block;
  margin-top: 43px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 13.5px 30px;
  color: #333333;
  background: #fdf8f5;
  border: 2px solid #996d37;
  border-radius: 50px;
  transition: background 0.15s ease-in;
}
.BtnType02 a {
  max-width: 304px;
}
.BtnType01 a:hover,
.BtnType02 a:hover {
  background: #e8d2c5;
}
@media screen and (max-width: 1024px) {
.BtnType01 a,
.BtnType02 a {
  margin-top: 20px;
  max-width: 345px;
  width: 100%;
}
}

br.sp_none{
  display: block;
}
br.pc_none{
  display: none;
}

@media screen and (max-width: 1024px) {
  br.sp_none{
    display: none;
  }
  br.pc_none{
    display: block;
  }
}

/*メインビジュアル*/
.wrapMain {
  display: flex;
}
.main_nav{
  padding-top: 2.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .wrapMain {
    margin-top: 70px;
    justify-content: center;
  }
  .main_nav{
    display: none;
  }
}

.head_icon_box {
  display: flex;
  align-items: center;
}
.head_link_icon {
  height: 100%;
  width: auto;
}
.head_link_icon img {
  height: auto;
  width: 100%;
  max-width: 218px;
}
.head_link_icon img.x_logo_img {
  max-width: 30px;
}
.head_link_icon + .head_link_icon {
  margin-left: 20px;
}
.head_link_icon a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: 100%;
  width: auto;
  background: #ffffff;
  border-radius: 5px;
}
.head_link_icon a.x_logo {
  padding: 10px;
}

.page_link li {
  position: relative;
  padding-left: 30px;
}
.page_link li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 15px;
  height: 1px;
  background: #ff0074;
}
.page_link li + li{
/*  margin-top: 24px;*/
  margin-top: 2.6%;
}
.page_link li a {
  text-decoration: none;
  color: #333333;
  transition: 0.1s ease-in;
}
.page_link li a:hover {
  color: #ff00ae;
}

.main_img.main_title_img {
  display: block;
  width: calc(100% + 3.2vw);
}
@media screen and (min-width: 1600px) {
  .main_img.main_title_img {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 1024px) {
  .main_img.main_title_img {
    width: 100%;
    height: auto;
  }
}

.main_title_img img,
.kv_img{
  width: 100%;
  height: auto;
}

/*@media screen and (max-width: 1300px) {
  .main_title_mv {
    width: 160%;
  }
}
@media screen and (max-width: 1200px) {
  .main_title_mv {
    width: 180%;
  }
}*/
@media screen and (max-width: 1024px) {
  .main_title_mv {
    width: auto;
  }
}


/*新着情報*/
.wrapNews {
  padding: 150px 0 120px;
  display: flex;
  justify-content: space-between;
}
.wrapNews .head_title {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 4.54%;
  writing-mode: vertical-rl;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .wrapNews {
    padding: 25px 0 60px;
    justify-content: center;
  }
  .wrapNews .head_title {
    margin-right: 35px;
  }
}
.title_decoType01,
.title_decoType01 .head_title_color-purple {
  position: relative;
}
.title_decoType01::after,
.title_decoType01 .head_title_color-purple::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 1px;
  height: 100%;
  background: #af96ab;
}

.news_list {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .news_list {
    margin-top: 30px;
  }
}
.news_list li{
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #af96ab;
}
.news_list li:first-child{
  padding-top: 0;
}
.newsDate {
  color: #723a69;
  font-size: 14px;
  max-width: 180px;
  width: 100%;
}
.newsTxt {
  max-width: 735px;
  padding-right: 25px;
}
@media screen and (max-width: 1024px) {
  .news_list li{
    flex-direction: column;
    padding: 20px 0;
  }
  .newsTxt {
    margin: 20px 0 0;
    padding-right: 20px;
  }
}

/*企画展について*/
.wrapAbout {
  padding: 120px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .wrapAbout{
    padding: 60px 0 60px;
  }
}
.wrapAbout h2.head_title {
  padding-top: 70px;
  background: url("../img/h1_purple.svg") no-repeat 50% 0 / auto 39px;
}
.about_txt + .about_txt {
  margin-top: 40px;
}

.wrap_overview {
  width: 100%;
}
.wrap_overview dl {
  position: relative;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 1024px) {
  .wrap_overview dl{
    flex-direction: column;
    padding: 20px 0;
  }
}
.wrap_overview dl::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0px;
  max-width: 150px;
  width: 100%;
  height: 2px;
  background: linear-gradient( 90deg, rgb(255,123,198) 0%, rgb(164,194,255) 100%);
}
.wrap_overview dl:first-child{
  position: relative;
  border-top: 1px solid #c8c8c8;
}
.wrap_overview dl:first-child::before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0px;
  max-width: 150px;
  width: 100%;
  height: 2px;
  background: linear-gradient( 90deg, rgb(255,123,198) 0%, rgb(164,194,255) 100%);
}
.wrapCollaboration .wrap_overview dl::after,
.wrapEvent .wrap_overview dl::after {
  background: linear-gradient( 90deg, rgb(66,179,196) 0%, rgb(116,193,190) 35%, rgb(117,234,224) 65%, rgb(138,225,171) 100%);
}
.wrapCollaboration .wrap_overview dl:first-child::before,
.wrapEvent .wrap_overview dl:first-child::before{
    background: linear-gradient( 90deg, rgb(66,179,196) 0%, rgb(116,193,190) 35%, rgb(117,234,224) 65%, rgb(138,225,171) 100%);
}
@media screen and (max-width: 1024px) {
  .wrap_overview dl::after,
  .wrap_overview dl:first-child::before{
    display: none;
  }
}

.wrap_overview dt {
  position: relative;
  padding: 0 30px;
  max-width: 150px;
  width: 100%;
}
.wrap_overview dd {
  flex-grow: 1;
  padding: 0 30px 0 40px;
}
.wrap_overview dd span {
  word-break: break-all;
}
.wrap_overview dd .text_annoType01 {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.wrap_overview dd .text_annoType02 {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.wrap_overview dd .text_annoType03 {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .wrap_overview dt {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
  }
  .wrap_overview dt::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 150px;
    width: 3px;
    height: 100%;
    background: linear-gradient( 180deg, rgb(255,123,198) 0%, rgb(164,194,255) 100%);
  }
  .wrapCollaboration .wrap_overview dt:first-child::before,
  .wrapEvent .wrap_overview dt:first-child::before{
      background: linear-gradient( 90deg, rgb(66,179,196) 0%, rgb(116,193,190) 35%, rgb(117,234,224) 65%, rgb(138,225,171) 100%);
  }
  .wrap_overview dd {
    padding: 0;
  }
  .wrap_overview dd .text_annoType01 {
    margin-top: 10px;
  }
}


/*企画展関連事業*/
.sec-Related {
  background: 
    url("../img/pc_originalstrap_background.png") no-repeat calc(50% - 589.5px) 1090px / auto 628.5px,
    url("../img/pc_workshop_background.png") no-repeat calc(50% + 576.25px) 1870px / auto 628.5px;
}
.wrapRelated {
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-Related {
    background: none;
  }
  .wrapRelated {
    padding: 0 0 60px;
  }
}
.wrapRelated h2.head_title {
  margin-bottom: 0;
  padding-top: 70px;
  background: url("../img/h1_pink.svg") no-repeat 50% 0 / auto 39px;
}
@media screen and (max-width: 1024px) {
  .wrapRelated h3.head_title {
    margin-bottom: 30px;
  }
}

.wrapRelated .text-left {
  margin-bottom: 50px;
  width: 100%;
  text-align: left;
}
.wrapWorkshop {
  position: relative;
}
.WorkshopLayRaight {
  min-height: 315px;
  padding-left: 460px;
}
.wrap_workshop_img.workshop_img_type01 {
  position: absolute;
  top: 210px;
  left: 148px;
}
.WorkshopLayLeft {
  min-height: 355px;
  padding-right: 460px;
}
.wrap_workshop_img.workshop_img_type02 {
  position: absolute;
  top: 210px;
  right: 43px;
}
.wrapWorkshop .wrap_overview {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .wrap_workshop_overview {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap_workshop_img.workshop_img_type01,
  .wrap_workshop_img.workshop_img_type02 {
    position: static;
    display: flex;
    max-width: 500px;
    width: 100%;
  }
  .wrap_workshop_img.workshop_img_type01 img,
  .wrap_workshop_img.workshop_img_type02 img {
    width: 100%;
    height: auto;
  }
  .wrap_workshop_img.workshop_img_type01 {
    margin-top: 30px
  }
  .wrap_workshop_img.workshop_img_type02 {
    margin-bottom: 30px
  }
  .WorkshopLayRaight {
    padding-left: 0;
  }
  .WorkshopLayLeft {
    padding-right: 0;
    width: 100%;
  }
  .WorkshopLayLeft p {
    width: 100%;
    text-align: left;
  }
  .wrapWorkshop .wrap_overview {
    margin-top: 30px;
  }
}

/*コラボレーション企画*/
.sec-Collaboration {
  background: url("../img/background01.jpg");
}
.wrapCollaboration {
  padding: 120px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .wrapCollaboration {
    padding: 60px 0 60px;
  }
}
.wrapCollaboration h2.head_title {
  padding-top: 70px;
  background: url("../img/h1_blue.svg") no-repeat 50% 0 / auto 39px;
}
.wrapCollaboration h3.head_title {
  margin-top: 0;
}
.wrapCollaboration p {
  width: 100%;
}
.wrapCollaboration p + p {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .wrapCollaboration h2.head_title{
    text-align: center;
  }
  .wrapCollaboration p + p {
    margin-top: 30px;
  }
}

.collaboDetailType01 {
  position: relative;
  width: 100%;
  min-height: 400px;
}
.collaboDetail_img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.collaboDetail_img img {
  width: 100%;
  height: auto;;
}
.collaboDetail_txt {
  padding-left: 460px;
}
.wrapCollaboration p + .collaboDetailType01,
.collaboDetailType01 + .collaboDetailType01 {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .collaboDetail_img {
    position: static;
    display: block;
    margin-bottom: 20px;
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  .collaboDetail_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .wrapCollaboration p + .collaboDetailType01,
  .collaboDetailType01 + .collaboDetailType01 {
    margin-top: 50px;
  }
}

.about_toukenranbu {
  display: flex;
  align-items: center;
  margin-top: 120px;
  padding: 70px;
  width: 100%;
  border: 1px solid #b9b299;
}
.toukenranbu_logo_img {
  max-width: 250px;
  width: 100%;
  height: 250px;
}
.toukenranbu_logo_img img {
  width: 100%;
  height: auto;
}
.about_toukenranbu_txt {
  padding-left: 50px;
  max-width: 660px;
}
.about_toukenranbu_txt h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .about_toukenranbu {
    flex-direction: column;
    margin-top: 50px;
    padding: 50px 20px;
  }
  .toukenranbu_logo_img {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  .about_toukenranbu_txt {
    padding-left: 0px;
  }
  .about_toukenranbu_txt h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*交通アクセス*/
.wrapAccess {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 120px;
}
@media screen and (max-width: 1024px) {
  .wrapAccess {
    padding: 60px 0 60px;
  }
}
.wrapAccess h2.head_title {
  padding-top: 75px;
  background: url("../img/icon_access.svg") no-repeat 50% 0 / auto 43px;
}

.access_txt_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapAccess .access_txtType01 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .wrapAccess .access_txtType01 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.access_txtType01 .text_color-gold {
  margin-right: 25px;
  font-size: 24px;
  font-weight: 700;
}
.access_txtType01 .text_coteType01 {
  display: flex;
  align-items: center;
}
.access_txtType01 .title_box {
  display: flex;
  justify-content: center;
  min-width: 55px;
  margin-right: 10px;
  padding: 5px 10px;
  background: #996d37;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
}

.wrapAccess iframe {
  margin-top: 30px;
  margin-bottom: 100px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1024px) {
  .wrapAccess iframe {
    padding: 0 20px;
  }
}

h3.head_title.access_head_title {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
}
h3.head_title.access_head_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #efca9f;
}
.access_box + .access_box {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  h3.head_title.access_head_title {
    margin: 0 0 30px;
    padding: 0 0 10px 0;
  }
  h3.head_title.access_head_title::before {
  top: auto;
  bottom: 0;
  }
  .access_box + .access_box {
    margin-top: 50px;
  }
}
.access_car h3.head_title.access_head_title .access_icon {
  background: url("../img/icon_car.svg") no-repeat 0 50% / 50px auto;
}
.access_train h3.head_title.access_head_title .access_icon {
  background: url("../img/icon_train.svg") no-repeat 0 50% / 50px auto;
}
.access_bus h3.head_title.access_head_title .access_icon {
  background: url("../img/icon_bus.svg") no-repeat 0 50% / 50px auto;
}
.access_box h3.head_title.access_head_title .access_icon {
  position: relative;
  display: inline-block;
  padding: 8px 20px 12px 70px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .access_box h3.head_title.access_head_title .access_icon {
    background-color: transparent;
    padding: 18px 20px 18px 60px;
  }
}

.access_txtType02 .text_annoType02 {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

/*会期中の周辺イベント*/
.sec-Event {
  background: #fdf8f5;
}
.wrapEvent {
  padding: 120px 0 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapEvent h2.head_title {
  padding-top: 90px;
  background: url("../img/icon_event.svg") no-repeat 50% 0 / auto 60px;
}
@media screen and (max-width: 1024px) {
  .wrapEvent {
    padding: 60px 0 150px;
  }
}

/*モーダル*/
.laymodal01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .laymodal01 {
    flex-direction: column;
    align-items: center;
  }
}
.btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: #ffffff;
  color: #333333;
}
.modal_BtnContent {
  display: block;
}
.modal_type02 {
  position: relative;
  display: flex;
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #333333;
  width: calc(50% - 25px);
  padding: 45px 50px 90px;
  transition: 0.2s ease-in;
}
.modal_type02:hover {
  background: #f9efe3;
  color: #333333;
}
.modal_type02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #996d37;
}
.modal_type02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 22.5px;
  right: 22.5px;
  width: 15px;
  height: 15px;
  background: url(../img/btn_plus02.svg) no-repeat 0 0 / 100% auto;
}
@media screen and (max-width: 1024px) {
  .modal_type02 {
    max-width: 700px;
    width: 100%;
    padding: 30px 20px 80px;
  }
  .modal_type02::before {
    width: 50px;
    height: 50px;
  }
  .modal_type02::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 17.5px;
    right: 17.5px;
    width: 15px;
    height: 15px;
  }
}
.modal_type02 .modal_title {
  margin-bottom: 25px;
  display: block;
  font-size: 26px;
}
.modal_type02 .modal_img_box {
  display: block;
  margin: 5px 0 27px 0;
}
.modal_type02 .modal_img {
  width: 100%;
  height: auto;
}
.modal_type02 .modal_txt {
  display: block;
}
@media screen and (max-width: 1024px) {
  .modal_type02 {
    font-size: 20px;
  }
}
/*モーダルダイアログ*/
.modal_dialog_type01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  max-width: 1040px;
}
.btn-close {
  filter: brightness(0) invert(1);
}
.modal_dialog_Content {
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border: none;
  border-radius: 0;
}
.modal_dialog_ContentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal_dialog_title {
  font-size: 34px;
  font-weight: 700;
}
.modal_dialog_body {
  width: 100%;
}
.modal_dialog_body p {
  margin: 40px 0;
}
.modal_dialog_img_box  {
  margin: 40px 0;
}
.modal_dialog_img_box .modal_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .modal_dialog_title  {
    font-size: 28px;
  }
  .modal_dialog_body p {
    font-size: 12px;
    margin: 30px 0;
  }
  .modal_dialog_img_box  {
    margin: 30px 0 20px;
  }
}



.bevel_frame_outside {
  height: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 0 100%, transparent 16px, #8aa1aa 16px), radial-gradient(circle at 100% 100%, transparent 16px, #8aa1aa 16px), radial-gradient(circle at 100% 0, transparent 16px, #8aa1aa 16px), radial-gradient(circle at 0 0, transparent 16px, #8aa1aa 16px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  
}
.bevel_frame_outside::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  content: '';
  width: 5px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #8aa1aa;
}
.bevel_frame_outside::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 5px;
  transform: translateY(-50%);
  background-color: #8aa1aa;
}
.bevel_frame_inside {
  height: calc(100% - 4px);
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: radial-gradient(circle at 0 100%, transparent 16px, #ffffff 16px), radial-gradient(circle at 100% 100%, transparent 16px, #ffffff 16px), radial-gradient(circle at 100% 0, transparent 16px, #ffffff 16px), radial-gradient(circle at 0 0, transparent 16px, #ffffff 16px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  margin: 2px;
  padding: 78px;
}
@media screen and (max-width: 1024px) {
  .bevel_frame_inside {
    padding: 60px 18px;
  }
}
.bevel_frame_inside::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  content: '';
  width: 5px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.bevel_frame_inside::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 5px;
  transform: translateY(-50%);
  background-color: #ffffff;
}

/*フッター*/
footer {
  padding: 25px 0;
  background: #a5738d;
}
.wrapFooter {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .wrapFooter {
    flex-direction: column;
  }
}
.footer_link_box {
  position: relative;
  display: flex;
  align-items: center;
}
.footer_link_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 69px;
  width: 1px;
  height: 100%;
  background: #92607a;
}
@media screen and (max-width: 1024px) {
  .footer_link_box::after {
    display: none;
  }
}
.foot_link_icon.foot_sekikaji_logo a {
  display: block;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.wrapFooter .access_txtType01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.foot_link_icon.foot_x_logo {
  margin-left: 70px;
}
.foot_link_icon.foot_x_logo a {
  display: block;
  padding: 5px;
  width: 100%;
  height: auto;
}
.footer_link_box .access_txtType01 {
  margin-left: 20px;
}
.footer_link_box .access_txtType01 .text_coteType01 {
  color: #ffffff;
}
.footer_link_box .access_txtType01 .title_box {
  display: flex;
  justify-content: center;
  min-width: 56px;
  margin-right: 10px;
  padding: 1px 8px;
  background: transparent;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.wrapFooter .tel_link {
  pointer-events: none;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer_link_box {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .foot_link_icon.foot_sekikaji_logo {
    position: relative;
  }
  .foot_link_icon.foot_sekikaji_logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #92607a;
}
  .footer_link_box .access_txtType01 {
    margin-top: 20px;
    margin-left: 0;
    order: 3;
    width: 100%;
  }
  .footer_link_box .foot_link_icon.foot_x_logo {
    margin: 5px 0 5px 40px;
    order: 2;
  }
  .foot_link_icon.foot_sekikaji_logo a {
    width: clamp(100px, 50vw, 219px);
  }
  .foot_link_icon.foot_sekikaji_logo img {
    width: 100%;
    height: auto;
  }
}
.wrapCopyright {
  display: flex;
  align-items: flex-end;
}
.copyright {
  color: #ffffff;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .wrapCopyright {
    margin-top: 40px;
    justify-content: center;
    padding: 10px 0;
  }
}

/*ナビゲーション*/
.nav_con {
  top: 0;
  position: sticky;
  z-index: 100;
  animation: headerChange 0.2s ease-in;
}
.navbar {
  margin: 0;
  padding: 0;
}
.container-fluid {
  padding: 20px 0;
}
.menuOpen .container-fluid {
  background: #ffe5eb;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .navbar-expand-custom .navbar-collapse.show {
    display: block;
  }
}
.navbar-expand-custom {
  background: linear-gradient( 90deg, rgb(240,186,213) 0%, rgb(254,228,226) 50%, rgb(247,242,248) 100%);
}
.menuOpen .navbar-expand-custom {
  height: 100%;
}
.navbar-expand-custom .navbar-nav-custom {
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding: 50px 20px 0 20px;
}
.navbar-expand-custom .navbar-nav-custom .nav-link-custom {
  padding: 12px 0 12px 20px;
  color: #333333;
  transition: 0.1s ease-in;
}
.navbar-expand-custom .navbar-nav-custom .nav-link-custom:hover {
  color: #ff00ae;
}
.navbar-expand-custom .navbar-nav-custom .nav-item-custom {
  position: relative;
  display: flex;
}
.navbar-expand-custom .navbar-nav-custom .nav-item-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ff0074;
}

button.navbar-toggler {
  padding: 0;
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  right: 0;
  width: 70px;
  height: 73px;
  box-shadow: none;
  z-index: 600;
  border: none;
}
button.navbar-toggler:focus{
  box-shadow: none;
}
  .warapgNavBtnIcon {
    display: flex;
    margin: 0 auto;
  }
  button.navbar-toggler .gNavBtnIcon {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
  }
  button.navbar-toggler .gNavBtnIcon .HamBtn_IconBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a5738d;
    transition: transform .2s ease-in, opacity .2s ease-in;
  }
  button.navbar-toggler .gNavBtnIcon .IconBar-top {
    transform: translateY(-9px);
  }
  button.navbar-toggler .gNavBtnIcon .IconBar-bottom {
    transform: translateY(9px);
  }
  html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-top {
    transform: rotate(-45deg) translateY(0);
    border-radius: 10px;
  }

  html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-middle {
    opacity: 0;
  }
  html.menuOpen button.navbar-toggler .gNavBtnIcon .IconBar-bottom {
    transform: rotate(45deg) translateY(0);
    border-radius: 10px;
  }

/*ナビゲーションアニメーション */
@keyframes headerChange {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ナビゲーションブレークポイント*/
@media (min-width: 1024px) {
  .menuOpen .container-fluid {
    height: auto;
    display: flex;
  }
  .menuOpen .navbar-expand-custom {
    height: auto;
  }
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background: linear-gradient( 90deg, rgb(240,186,213) 0%, rgb(254,228,226) 50%, rgb(247,242,248) 100%);
  }
  .navbar-expand-custom .navbar-nav-custom {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
    padding: 0;
    border: none;
  }
  .navbar-expand-custom .navbar-nav-custom .nav-item-custom {
    position: relative;
    display: flex;
  }
  .navbar-expand-custom .navbar-nav-custom .nav-item-custom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #e2cbdb;
  }
  .navbar-expand-custom .navbar-nav-custom .nav-item-custom:first-child::after {
    display: none;
  }
  .navbar-expand-custom .navbar-nav-custom .nav-link-custom {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px 30px;
    height: 100%;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex!important;
    justify-content: flex-end;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

.nav_link_box {
  display: flex;
  padding-left: 25px;
}
.nav_link_icon.nav_sekikaji_logo a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0;
  background: #ffffff;
  border-radius: 5px;
  height: 56px;
}
.nav_link_icon.nav_sekikaji_logo img {
  width: auto;
  height: 37px;
}
.nav_link_icon.nav_x_logo {
  margin-left: 20px;
}
.nav_link_icon.nav_x_logo a {
  display: flex;
  align-items: center;
  padding: 13px 10px;
  margin: 0;
  background: #ffffff;
  border-radius: 5px;
  height: 56px;
}
.nav_link_icon.nav_x_logo img {
  width: auto;
  height: 30px;
}
.nav-link-custom {
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .nav_link_box {
    padding-left: 20px;
  }
  .nav_link_icon.nav_sekikaji_logo a {
    padding: 6px;
    height: 30px;
  }
  .nav_link_icon.nav_sekikaji_logo img {
    height: 20px;
  }
  .nav_link_icon.nav_x_logo a {
    padding: 6px;
    height: 30px;
  }
  .nav_link_icon.nav_x_logo img {
    height: 18px;
  }
}

/*-------------------------------*/
@media screen and (max-width: 1024px) {
  html.menuOpen {
    /*<button onclick="document.documentElement.classList.toggle('menuOpen') && (globalMenu.scrollTop = 0)">*/
    /* メニューが開いている時はページスクロールを無効化する */
    overflow: hidden;
  }
}

/*-------------------------------*/

/*確認用*/
/*.nav_con02 {
  top: 200px;
  position: sticky;
  z-index: 200;
  animation: headerChange 0.2s ease-in;
}
.nav_con02 .navbar-expand-custom .navbar-collapse {
  justify-content: center;
}

.nav_con03 {
  top: 350px;
  position: sticky;
  z-index: 400;
  animation: headerChange 0.2s ease-in;
}

.nav_con04 {
  top: 500px;
  position: sticky;
  z-index: 500;
  animation: headerChange 0.2s ease-in;
  background: red;
}*/
