@charset "utf-8";

/* ---------------------------------------------------------------------------------
base */

*{}

@media(max-width:750px){
	
body{ font-size:140%; }

}

li img{ width:100%;}

img{ vertical-align:bottom;}

a:link{ color:#870043;text-decoration: none;}
a:visited{ color:#870043;text-decoration: none;}
a:active{ color:#ee6fb2;text-decoration:underline;}
a:hover{ color:#ff0000;text-decoration:none;}

#gHeader *{transition: all  0.5s ease;}

body{ background:#fbf4f4 ; height:100%; width:100%; }

ul li a{transition: all  0.4s ease;}
ul li a:hover{opacity: 0.4;}

hr{ border-color: #edd7dc;}

@media(max-width:750px){

body{  }
 
}

p{ line-height: 1.8em;}

.hrTac img{ width:100%;}
img{ width:100%;}




@media(max-width:750px){

}


.txtGrad{
    background-image: -moz-linear-gradient( 0deg, rgba(128,0,63,0.99608) 0%, rgb(192,4,99) 71%, rgb(202,0,100) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(128,0,63,0.99608) 0%, rgb(192,4,99) 71%, rgb(202,0,100) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(128,0,63,0.99608) 0%, rgb(192,4,99) 71%, rgb(202,0,100) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ---------------------------------------------------------------------------------
contents */

#contents{ padding: 0; position:relative}
#contents_inner{padding: 0;}

#subPage #contents_inner{padding: 0;}

.sec{padding-top: 100px;}
#subPage .sec{padding-top: 50px;}

#OVERVIEW01.sec{padding-top: 0;}

@media(max-width:750px){
#OVERVIEW01.sec{padding-top: 30px;}
#subPage #contents_inner{padding-top: 30px;}
}


.sec.noPadding{padding-top: 0;}
.shimaBg{ background: url(/common/images/secBg.png) repeat-x center top; background-size: 30px auto;}
.secBody{max-width: 800px; margin:0 auto; padding-bottom: 100px;}
#subPage .secBody{max-width: 800px; margin:0 auto; padding-bottom: 100px;}


.secHeader {
  text-align: center;
    margin-bottom: 50px;
}

.secHeader img{ width: auto; height: 200px; display: block; margin: 0 auto;}
.secHeader h2 {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 600;
  color: #5a2b18;
  letter-spacing: 0.1em;
}

.secHeader p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #9a9a9a;
}

/* 左右のドット線 */
.secHeader p::before,
.secHeader p::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-image: url("/common/images/dotline.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 0.6;
}


@media(max-width:750px){

.secBody{max-width: none; margin:0 50px; padding-bottom: 100px;}

#subPage .secBody{max-width: none; margin:0 50px; padding-bottom: 100px;}

.secHeader p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #9a9a9a;
}

}




/* ---------------------------------------------------------------------------------
ABOUT */

#ABOUT{ background: #ffe6e6 url(/common/images/section_bg.png) no-repeat center bottom -150px; background-size: 2000px;}
#ABOUT >.inner{padding-top: 50px;}

#ABOUT header{ margin-bottom: 50px;}
#ABOUT header h2{ width: 500px; margin: 0 auto 20px;}
#ABOUT header h2 img{}

#ABOUT p{ width: 635px; font-size: 18px; line-height: 1.8em; margin: 0 auto; padding: 30px; background: #fbf4f4; border-radius: 30px;}

@media(max-width:750px){


}


.ichigoMembers{  position: relative; width: 780px; height: 210px; margin: 0 auto;}

.ichigoMembers li{ height: 85px;}
.ichigoMembers li img{height: 100%; width: auto;}
.ichigoMembers li.king{ height: 100px;}
.ichigoMembers li.king img{ height: 200px;}

.ichigoMembers li{ position: absolute; bottom: 0;}
.ichigoMembers li.king{
  left: 50%;bottom: 0;
  transform: translate(-50%, -100%);
}
.ichigoMembers li.i01{ left: 0px;}
.ichigoMembers li.i02{ left: 11%;}
.ichigoMembers li.i03{ left: 22%;}
.ichigoMembers li.i04{ left: 33%;}
.ichigoMembers li.i05{ right: 30%;}
.ichigoMembers li.i06{ right: 16%;}
.ichigoMembers li.i07{ right: 0px;}

.ichigoMembers li img{ position: relative; left: 0; top: 0;transition: all  0.7s ease;}
.ichigoMembers li.king.start img{ top: -5px; opacity: 0;}
.ichigoMembers li.i01.start img{ left: -10px; opacity: 0;}
.ichigoMembers li.i02.start img{ left: -10px; opacity: 0;}
.ichigoMembers li.i03.start img{ left: -10px; opacity: 0;}
.ichigoMembers li.i04.start img{ left: -10px; opacity: 0;}
.ichigoMembers li.i05.start img{ left: 10px; opacity: 0;}
.ichigoMembers li.i06.start img{ left: 10px; opacity: 0;}
.ichigoMembers li.i07.start img{ left: 10px; opacity: 0;}




@media(max-width:750px){

#ABOUT header h2{ width: 700px; margin: 0 auto 20px;}
#ABOUT p{ width: 600px; font-size: 24px; line-height: 1.8em; margin: 0 auto 50px;}

.ichigoMembers{  position: relative; width: auto; height: 200px; margin: 0 auto;}

} /* Responsive End */










/* ---------------------------------------------------------------------------------
OVERVIEW */


#OVERVIEW01 .secBody{ max-width:1100px;margin:0 auto;padding:0 50px;}

.commentArea{width: 400px; height: auto; position: relative; bottom:-50px;}
.commentArea .wakuArea{width: 400px; height: auto; position: absolute; top: 0;}
.commentArea >.inner{ position: relative;width: 400px; height: 215px; display: table;}
.commentArea p{ display: table-cell; vertical-align: middle; line-height: 1.5em; text-align: center;padding-bottom: 2%;}
.commentArea p span{ font-size: 90%;}

.intArea{ position: relative; }

.intPhoto{ margin-bottom: 70px;}

.intPhoto01{ position: relative; }
.cm01{ position:absolute; right: 0;}

.intPhoto02{ position: relative; margin-left: auto;}
.cm02{ position:absolute; left: 0;}

.intPhoto03{ position: relative; }
.cm03{ position:absolute; right: 0;}


@media(max-width:750px){

#OVERVIEW01 .secBody{ max-width: auto;margin:0 auto;min-width:auto;}

.commentArea{width: 500px; height: 195px; position: relative;}
.commentArea .wakuArea{width: 500px; height:195px; position: absolute; top: 0;}
.commentArea >.inner{ position: relative;width: 500px; height: 195px; display: table;}
.commentArea p{ display: table-cell; vertical-align: middle; line-height: 1.5em; text-align: center;padding-bottom: 2%;}
.commentArea p span{ font-size: 90%;}

.intArea{ position: relative;}
.intPhoto{ margin-bottom: 200px;}

.intPhoto01{ position: relative; }
.cm01{ position:absolute; top:325px;right: 0; left: 0; margin: 0 auto; transition: all 1s ease;}

.intPhoto02{ position: relative; }
.cm02{ position:absolute; top:325px;right: 0; left: 0; margin: 0 auto; transition: all 1s ease;}

.intPhoto03{ position: relative; }
.cm03{ position:absolute; top:325px;right: 0; left: 0; margin: 0 auto; transition: all 1s ease;}

} /* Responsive End */


.commentArea img,
.commentArea p{ transition: all 0.5s ease;}



.intPhoto {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  transition: all 1s ease;
}

.intPhoto-img {
  transition: all 1s ease;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

.wakuArea,
.commentArea .inner{ position: relative;}

.intPhoto.start .intPhoto-img{transform: scale(1.10); transition: all 1s ease; opacity: 0;}
.commentArea.start p,
.commentArea.start img{ transition: all 0.3s ease; opacity: 0;}



@media(max-width:750px){

.intPhoto {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: visible; 
}

}








.mainForm{padding:;}

.mainForm dl{ width: 100%; display: table; border-top: 1px dashed #ddd;}
.mainForm dt{ width: 30%; display: table-cell;padding:20px 0; vertical-align: middle; color: #252658;}
.mainForm dd{ display: table-cell; padding: 20px 0; vertical-align: top; line-height: 3.5em;}
@media(max-width:750px){
.mainForm dl{ width: auto; display: block; border-top: 1px dashed #ddd;}
.mainForm dt{ width: auto; display: block;padding:30px 0 0; vertical-align: top; font-size: 30px;margin-bottom: 10px;}
.mainForm dd{ display: block; padding: 0px 0 30px ;vertical-align: top; padding-left: 20px;}

}



.mainForm input[type="text"]{ padding: 1em; width: 50%;box-sizing: border-box;border-radius: 10px; border:1px solid #9a9a9a;}
.mainForm select{ padding: 1em; width: auto;box-sizing: border-box;border-radius: 10px; border:1px solid #9a9a9a;}
.mainForm textarea{ padding: 1em; width: 100%; box-sizing: border-box; border-radius: 10px;border:1px solid #9a9a9a;}
.mainForm p.radioList{ line-height: 2em;padding: 20px 0;}
.nameControl{ margin-bottom: 0.5em;}
.submitArea{ text-align: center;}

.formBtn{ padding: 20px 100px; border: none;}

@media(max-width:750px){
.mainForm input[type="text"]{ padding: 0.5em; font-size: 30px;width: 100%;box-sizing: border-box; border: 2px solid #ccc;}
.mainForm select{ padding: 0.5em; font-size: 30px;width: 70%; border: 2px solid #ccc;}
.mainForm textarea{ padding: 0.5em;font-size: 30px; width: 100%; box-sizing: border-box; border:2px solid #ccc;}
.mainForm p.radioList{ line-height: 2em;padding: 20px 0; font-size: 30px;}

}















.infoEntryPage{}
.infoEntryPage header h1{ font-size: 23px; text-align: left; margin-bottom: 0px; padding-bottom: 20px; border-bottom: 2px dashed #eaeaea; line-height: 1.4em; line-height: 1.4em; margin-bottom: 30px;}
.infoEntryPage header .entryDate{ font-size: 20px; text-align: right; margin-bottom: 20px;}

 .mainEntryBody p{ margin-bottom: 50px;}
 .mainEntryBody p{ margin-bottom: 50px;}


.mainEntryBody b{font-size: 120%; font-weight: 900; }
.mainEntryBody strong{ font-size: 120%; font-weight: 900;}

.infoPhotoArea01{ display: table; margin-bottom: 50px; width: 100%;}
.infoPhotoArea01 .imgBox{ display: table-cell; vertical-align: top; width: 40%;}
.infoPhotoArea01 .imgBox img{ border-radius: 20px;}
.infoPhotoArea01 .txtBox{ display: table-cell; vertical-align: top; padding-left: 30px;}

.infoPhotoArea01 .txtBox.leftTxt{ vertical-align: middle; padding-left: 0; padding-right: 10px;}
.infoPhotoArea01 .txtBox.leftTxt p{ margin-bottom: 0;}



#INFORMATION.entryPage h2 {
  position: relative;
  padding: 1em 0;
    margin-bottom: 1.5em;
    line-height: 1.4em;
}
#INFORMATION.entryPage h2::before,
#INFORMATION.entryPage h2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
#INFORMATION.entryPage h2::before {
  top: 0;
  border-top: 2px solid #92541c;
  border-bottom: 1px solid #92541c;
}
#INFORMATION.entryPage h2::after {
  bottom: 0;
  border-top: 1px solid #92541c;
  border-bottom: 2px solid #92541c;
}


#INFORMATION.entryPage hr{ height: 4px; margin-bottom: 20px !important;}


@media(max-width:750px){
    
#INFORMATION.entryPage header h1{ font-size: 40px; text-align: left;  padding-bottom: 20px; border-bottom: 4px dashed #eaeaea; }
#INFORMATION.entryPage header .entryDate{ font-size: 28px; text-align: right; margin-bottom: 20px;}
    
.infoPhotoArea01{ display: block; margin-bottom: 50px;}
.infoPhotoArea01 .imgBox{ display: block; vertical-align: top; width: 100%;}
.infoPhotoArea01 .txtBox{ display: block; vertical-align: top; padding-left: 0;}
.infoPhotoArea01 .txtBox.leftTxt{ padding-left: 0; padding-right: 0;}
.infoPhotoArea01 .txtBox.leftTxt p{ margin-bottom: 20px;}
#INFORMATION.entryPage hr{ height: 4px;}
}






.photo3line{
    width: auto;
margin: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 25px;
row-gap: 25px; 
    margin-bottom: 30px;
}


 .mainEntryBody .photo3line p{ margin-bottom: 10px;}


.photo3line li img{ 
  width: 100%;
  height: 200px;
  object-fit: cover;  border-radius: 10px
    
}
.photo3line li{ }
.photo3line li p{ padding: 10px;}

.fullWideImageBox{}
.fullWideImageBox img{ border-radius: 20px;}

@media(max-width:750px){
    

.photo3line{
    width: auto;
margin: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 25px;
row-gap: 25px; 
    margin-bottom: 40px;
}
.photo3line li img{ 
  width: 100%;
  height: 170px;
  object-fit: cover; 
    }
.photo3line li p{ padding: 10px; margin-bottom: 10px !important;}
    
}








/* ---------------------------------------------------------------------------------
OVERVIEW2 */



/* セクション全体の背景色など */
.visualGrid {
  padding: 40px 0;
  background-color:none;   /* 元画像っぽい淡いピンク */
}

/* グリッド本体 */
.visualGrid__inner {
  max-width: 800px;           /* 好きな値に調整 */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "main main"
    "sub1 sub2";
  gap: 24px;                  /* 画像間の余白 */
}

/* 各カード共通 */
.visualGrid__item {
  position: relative;
  overflow: hidden;           /* ここで「枠から出ない」 */
  border-radius: 20px;        /* 角丸 */
  background:none;           /* 画像読み込み前の色 */
}

/* メイン画像は横長っぽく */
.visualGrid__item--main {
  grid-area: main;
  aspect-ratio: 16 / 9;       /* 好きな比率に調整 */
}

/* サブ画像はやや正方形寄り */
.visualGrid__item--sub:nth-of-type(2) {
  grid-area: sub1;
}
.visualGrid__item--sub:nth-of-type(3) {
  grid-area: sub2;
}
.visualGrid__item--sub {
  aspect-ratio: 4 / 4;        /* 好きな比率に調整 */
}

/* 画像共通スタイル */
.visualGrid__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;          /* 枠いっぱいに表示（トリミング） */
  transition: transform 1s ease;
  transform-origin: 50% 50%;
}

/* ホバー時：中身だけズーム */
.visualGrid__item.start img {
  transform: scale(1.08);     /* 拡大率はお好みで */
}





.visualGrid__item img{transition: all 1s ease;}
.visualGrid__item.start img{ opacity: 0;transition: all 1s ease;}



/* ---------------------------------------------------------------------------------
ACCESS */


.mapIllust{ text-align: center;}
.mapIllust img{ width: 500px;transition: all 1s ease;}

.mapIllust.start img{ opacity: 0;transition: all 1s ease;}

.mapTxt{ text-align: center; font-size: 160%; margin-bottom: 90px;}

@media(max-width:750px){
.mapIllust img{ width: 600px;}

}



.museumDetail{ width: 800px;margin:0 auto;background: #f2e3e9; border-radius: 15px;padding: 10px;}
.museumDetail >.inner{ background: #fff; border-radius:7px;padding:10px;}

.museumDetail header{ position: relative;}
.museumDetail header img{ position: absolute; left: 10px; top: -80px; height: 200px; width: auto;}
.museumDetail header h3{padding: 30px 0; text-align: center; color: #c64b6c; font-size: 25px; font-weight: normal; line-height: 1.4em;}

.tableArea{ width:auto;margin: 0 10px 10px;}
.tableArea table{ border-collapse: collapse;}
.tableArea table th{ background: #f2e3e9; width: 28%; vertical-align: middle;border-collapse: collapse; border: 1px solid #fff; color: #444; font-weight: normal;}
.tableArea table td{ background: #faf6f8;padding: 30px;border: 1px solid #fff; font-weight: normal; color: #444; font-size: 87%;}

.tableArea table td span.large{ font-size: 140%;}
.tableArea table td span.middle{ font-size: 120%;}


.lastMsg{ text-align: center;padding: 70px 0 0 0; font-size: 130%;}
.lastMsg img{ width: 450px;margin: 20px 0;}


@media(max-width:750px){
.museumDetail{ width: auto;margin:0 auto;background: #f2e3e9; border-radius: 15px;padding: 10px;}
.museumDetail header img{ position: absolute; left: -10px; top: -80px; height: 200px; width: auto;}
.museumDetail header h3{padding: 30px 0; margin:0 0 0 50px; text-align: center; color: #c64b6c; font-size: 23px; font-weight: normal; line-height: 1.4em;}
.museumDetail table{ font-size: 110%;}
.tableArea table th{  width: 20%;}
.small_pc{ font-size: 90%; letter-spacing: -0.1em;}
}


/* ---------------------------------------------------------------------------------
INFORMATION */

.entryList{ width: 800px; margin: 0 auto 40px;}
.entryList .inner{}

.entryList li{background:#fff;box-shadow: 0px 0px 3px 0.3px rgba(187, 139, 139, 0.2); border-radius: 8px; margin-bottom: 10px;}
.entryList li a{display: block;padding: 18px; position: relative;}

.entryList li { font-size: 90%;}
.entryList li .imgArea{ width: 55px; position: absolute;}
.entryList li .imgArea img{ height: 85px; width: auto; position:relative; left: 10px; top: -15px;}
.entryList li .infoHeader{ padding-left: 100px;}
.catday{ margin-bottom: 10px;}
.catday .category{ display: inline-block; width: 100px; background: #870043; border-radius: 30px; color: #fff; text-align: center; margin-right: 10px;}


.catday .category.goods{ background: #417bbf ;}
.catday .category.place{ background: #bf416d ;}
.catday .category.press{ background: #41bf8b ;}
.catday .category.other{ background: #938282;}
.catday .category.news{ background: #84b216;}

.btn01{ background: #d98f9f; color: #fff;display: inline-block;padding: 15px 0; color: #fff !important; font-size: 110%; width: 350px; border-radius: 50px;transition: all  0.5s ease;}
.btn01:hover{ background: #ca4e69; color: #fff; opacity: 1; transform: scale(0.95);}

.entryList li .imgArea img{ transition: all 0.6s ease;}
.entryList li .imgArea img.start{ left: 25px; opacity: 0; transform: scale(1); transition: all 0.6s ease; position: relative;}

@media(max-width:750px){
.entryList{ width: auto; margin: 0 auto 40px;}


}




/* ---------------------------------------------------------------------------------
common */

.whiteBox{box-shadow: 0px 0px 3px 0.3px rgba(187, 139, 139, 0.2); background: #fff;padding: 15px 15px; border-radius: 10px;}

.whiteBox.mapArea{max-width: 550px; margin: 0 auto 50px;}

.contactList{margin: 0 auto 80px; max-width: 800px;}
.contactList >.inner{ display: table; width: 100%; }
.contactList header{ display: table-cell; vertical-align: middle; width: 25%;}
.contactList header h3{text-align: center;}
.contactList header img{ width: 60px; margin-right: 30px;}


.contactList .contactBtnArea{ display: table-cell; vertical-align: middle; margin: 0; border-left: 1px solid #5a2b18;padding-left: 50px;}
.contactList .contactBtnArea ul li{margin-bottom: 10px;}
.contactList .contactBtnArea ul li:last-child{ margin-bottom: 0;}
.contactList .contactBtnArea ul li a{ display: block; text-align: center; width: 440px; background: #d98f9f; color: #fff; border-radius: 50px;padding: 10px 0;transition: all  0.5s ease;}
.contactList .contactBtnArea ul li a:hover{background: #ca4e69;transform: scale(0.95); opacity: 1;}

.contactList .contactBtnArea ul li a span{ font-size: 80%;}




/*
.contactList ul{ display: table-cell; vertical-align: middle; margin: 0; border-left: 1px solid #5a2b18;padding-left: 50px;}
.contactList li{list-style: disc; margin-bottom: 10px;}
.contactList li:last-child{margin-bottom: 0;}
.contactList li a{ text-decoration:underline;}
*/

.snsHeader{ font-size: 25px; text-align: center; margin-bottom: 50px;}

.snsList{
    width: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}
.snsList.count01{
width:300px;
    grid-template-columns: repeat(1, 1fr);}
.snsList.count02{
width:600px;
    grid-template-columns: repeat(2, 1fr);}
.snsList.count03{
width:800px;
    grid-template-columns: repeat(3, 1fr);}



@media(max-width:750px){


.whiteBox.mapArea{max-width: none; margin: 0 auto 50px;}


.snsList.count01{
width:400px;
    grid-template-columns: repeat(1, 1fr);}
.snsList.count02{
width:auto;
    grid-template-columns: repeat(2, 1fr);}
.snsList.count03{
width:auto;
    grid-template-columns: repeat(3, 1fr);}

}






#CHARACTORS{margin-top: 50px; margin-bottom: 100px;text-align: center;}
#CHARACTORS p{ display: inline-block; position: relative;}

#CHARACTORS p img{width: auto; height: 170px; position: relative;transition:all 0.7s ease; top: 0;}
#CHARACTORS p img.start{ opacity: 0; transition:all 0.7s ease; top: -20px;}


@media(max-width:750px){
#CHARACTORS p{ margin-bottom: 30px;margin-right: 15px;}
#CHARACTORS p:nth-child(4n){margin-right: 0;}
}




.privacyBody{}
.privacyBody p{margin-bottom: 2em; font-size: 90%;}
.privacyBody p.intro{margin-bottom: 2em;}

.privacyBody p.ind01{padding-left: 50px;}
.privacyBody p.ind02{padding-left: 100px;}

.privacyBody h3{ margin-bottom: 20px;}









/* ---------------------------------------------------------------------------------
common */


.clear{ clear:both;}
.tac{ text-align:center !important;}

@media(min-width:751px){
.sp{ display:none !important;}
} /* Responsive End */

@media(max-width:750px){
.pc{ display:none !important; }
} /* Responsive End */

@media(max-width:750px){
#commonFooter{ display:none !important; }
}

@media(max-width:750px){
#commonFooter{ display:none !important; }
}


@media(max-width:750px){
.tac_pc{ text-align:left !important;}
.tac_sp{ text-align:center !important;}
}

@media(min-width:751px){
.tac_pc{ text-align:center !important;}
.tac_sp{ text-align:left !important;}
}
