
/*ーーーーーーーーーーーーーー
共通スタイル
ーーーーーーーーーーーーーー*/
::selection {
color: #000;
background: #CCC500;
}
::-moz-selection { /*firefox*/
color: #000;
background: #CCC500; 
}

/*セクション区分*/
.section_inner{
	width: 90%;
	margin: 0 auto;
}

@media (min-width: 1200px){ 
	.section_inner {
	  max-width: 1200px;
	}
}


/*a スタイル */
a{
	text-decoration: none;
    color: #000;
}


@media screen and (min-width: 1200px) {
  .u-pc-none {
    display: none;
  }
  .u-sp-none{ 
	  display:block;
	}
}

@media screen and (max-width: 1200px) {
  .u-pc-none {
    display: block;
  }
  .u-sp-none{ 
	  display:none;
	}
}


/*h2 ページタイトル見出し*/
.page_title {
 	 text-align: center;
	color: #fff;
	text-shadow: #000 1px 0 10px;
	height: 300px;
}
.page_title-bg {
  position: relative;
  z-index: -1;
}

.page_title-bg{
	background-image: url("../../images/hero-bg-2880w.jpg");
	background-size: cover;
	height: 300px;
}
h2.page_maintitle {
  margin: -108px 0 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.page_subtitle {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1200px) {
	.page_subtitle {
		font-size: 1.4rem;
	}
}


/*h3見出し*/
h3.heading {
  margin: 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
margin-bottom: 0.8rem;
}
.heading_subtitle {
  letter-spacing: 0.05em;
   font-size: 1rem;
	text-align: center;
	margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
	h3.heading {
	  font-size: 2.8rem;
	  line-height: 0.8;
	}
}
/*h4見出し*/
h4.heading{
    margin: 0;
    color: #A28A3D;
    font-size: 2rem;
}





/*h5見出し*/


/*パンくずリスト*/
section.bread_crumb{
	display: none;
	background-color: #fff !important;
}

.bread_crumb ul, .bread_crumb_w ul {
    margin: 20px 10rem;
    font-size: 90%;
    color: #664422;
    height: 20px;
    display: flex;
	padding: 0;
}

.bread_crumb ul li, .bread_crumb_w ul li {
    padding-right: 10px;
    list-style: none;
    line-height: 1.2em;
    padding-bottom: .4em;
}

.bread_crumb ul li::before {
    position: relative;
    float: left;
    display: block;
    content: "　";
    width: 14px;
    height: 12px;
	top: 2px;
    background: url("../../common/images/bread.png") center left no-repeat;
    background-size: 7px 12px;
    color: #72421a;
    padding-right: 0px;
    padding-left: 10px;
}

.bread_crumb ul li.home::before {
    position: relative;
    float: left;
    display: block;
    content: "";
    width: 14px;
    height: 12px;
    background: none;
    background-size: 14px 12px;
    color: #72421a;
    padding-right: 5px;
    padding-left: 0;
}

.bread_crumb ul li a{
	color: #000;
}
@media screen and (min-width: 1200px) {
	section.bread_crumb{
		display: block;
	}
}
/*通常ボタン*/

.link_button{
	max-width: 500px;
	margin: 2em auto;
}
.link_button a {
	width: 100%;
 	display: block;
 	text-decoration: none;
 	background: #A28A3D;
 	color: #000;
 	text-align: center;
  	padding: 0.8em 1.4em;
  	margin: 0 auto;
	background-image: url("../images/arrow-01-right-small-black.png");
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: right 10px center;
	transition : 0.5s;
}

.link_button a:hover {
	background-color:#c7a94a;
	transition : 0.5s;
}

/*前のページへ戻るボタン*/
.link_button.back{
    padding: 0 1.8rem;
}
.link_button.back a{
	background-image: url("../images/arrow-01-left-small-black.png");
    background-position: left 10px center;
	background-color: #ccc;
}
.link_button.back a:hover {
	background-color:#e9e9e9;
}


/*
参考資料PDFリスト欄
ーーーーーーーーーーーーーー*/
.attached_file{
	background: #eee;
	padding: 20px 10px;
	border-radius: 20px;
}

/* 左右に横線 */
.attached_file h5 {
  align-items: center; 
  display: flex; 
  justify-content: center; 
	font-size: 1.6rem;
	margin: 0;
}
.attached_file h5::before,
.attached_file h5::after {
  background-color: #2C2C2C; 
  content: "";
  height: 1px; 
  width: 80px; 
}
.attached_file h5::before {
  margin-right: 15px; 
}
.attached_file h5::after {
  margin-left: 15px; 
}

.file_dl_list{
	padding: 0;
	list-style: none;
}
.file_dl_list li{
    margin-bottom: 1rem;
}

.file_dl_list li a{
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-left: 1em;
	padding-left: 30px;
	    max-height: 30px;
    }

.file_dl_list li a:hover{
	text-decoration:underline;
}
  
.file_dl_list li a[href$=".pdf"] {
	  background: url(../images/icon/icon_pdf.png)no-repeat center left;
	background-size: contain;
    }

.file_dl_list li a[href$=".xls"],
.file_dl_list li a[href$=".xlsx"],
.file_dl_list li a[href$=".xlsm"]{
	  background: url("../images/icon/icon_xls.png")no-repeat center left;
	background-size: contain;
  }

.file_dl_list li a[href$=".doc"],
.file_dl_list li a[href$=".docx"]{
	  background: url("../images/icon/icon_doc.png")no-repeat center left;
	background-size: contain;
    }

/*ーーーーーーーーーーーーーー
お知らせ一覧
ーーーーーーーーーーーーーー*/
.news__inner{
	width: 1100px;
	height: auto;
	padding: 20px 30px;
	margin: 30px 50px;
	background-color: #EEEEEE;
	border-radius: 20px;
}

.news_wrap{
	width: 80%;
	margin: 0 auto;
	
}
.news_wrap dl.news_dl {
    border-top: 1px solid hsla(0, 0%, 0%, 0.20);
    margin-bottom: 2em;
    width: 100%;
}

.news_wrap dl a {
    text-decoration: none;
    color: #333;
}

.news_wrap dl.news_dl a dt {
    padding-top: 1em;
    font-weight: bold;
}

.news_wrap dl.news_dl a dt span {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    background-color: #80232c;
    padding: 0.2em 10px;
    font-size: 0.8em;
    text-align: center;
    width: 130px;
}
.news_wrap dl.news_dl a dt span.whgc{
	background-color: #A28A3D;
}

.news_wrap dl.news_dl a dd {
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.20);
    padding-left: 0em;
    padding-top: 0.5em;
	padding-bottom: 1.4em;
	margin: 0;
	line-height: 1.4;
	font-weight: bold;
}

/* ディスプレイ 1200px以上*/
@media screen and (min-width: 1200px) {
	.news_wrap dl.news_dl a dd {
		padding-left: 17em;
   		padding-top: 0;
		margin-top: -1.6em;
	}

}

/*--------------------
headerスタイル
----------------------*/
.l-header{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}

.p-header {
    color: #ffffff;
    padding:0;
    background: linear-gradient(
        0deg, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, .45) 25%, 
        rgba(0, 0, 0, .65) 40%, 
        rgba(0, 0, 0, 0.80) 70%);
    position: fixed;
    width: 100vw;
}

.p-header-inner{
    display:block;
}

/* ロゴ */
.p-header-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 1.5rem 1.8rem 1.8rem;
}

.p-header__logo{line-height: 2;}
.p-header__logo img{ width:200px; height:auto; }
.p-header__menu{ margin-left:1.8rem; }
.p-header__utils{
  display:none;
  align-items:center;
  justify-content: flex-end;
  gap: 2.4rem;
  letter-spacing:.08em;
  margin-bottom: 2rem;
}
.p-header__util{
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:.4em;
}

/* ナビ */
.p-header-gnav{
  list-style:none;
  padding:0;
  margin:0;
  display:none;                 /* 右寄せの一列 */
  justify-content: flex-end;
  gap: 3.2rem;
}
.p-header-gnav__item{ position:relative; }

.p-header__search{
    display: block;
    box-sizing: border-box;
    background: url( "../images/search-icon.png") no-repeat 20px center / 20px auto;
    padding-left: 45px;
    text-align: center;
    border: none;
}

.p-header__lang{
    display: block;
    box-sizing: border-box;
    background: url( "../images/lang-icon.png") no-repeat 20px center / 20px auto;
    padding-left: 45px;
    text-align: center;
}

/* ========== ハンバーガー（チェックボックスハック） ========== */
/* チェックボックスは .p-header-inner 直下で nav と兄弟にする */
#nav-toggle{
	position:absolute;
	left:-9999px;width:1px;
	height:1px;
	opacity:0;
	pointer-events:none
}

/* ハンバーガーボタン：3本線 */
.p-header__menu{
	cursor:pointer;
	display:flex;
	align-items:center;
	padding:12px;
}
.p-header__menu .bars{
	position:relative;
	width:26px;
	height:2px;
	background:#fff;
	display:block;
}
.p-header__menu .bars::before,
.p-header__menu .bars::after{
	content:"";
	position:absolute;
	left:0;
	width:26px;
	height:2px;
	background:#fff;
	transition:transform .25s ease, top .25s ease, opacity .25s ease;
}
.p-header__menu .bars::before{top:-7px;}
.p-header__menu .bars::after{top:7px;}

/* チェック時に X アニメ */
#nav-toggle:checked ~ .p-header-header .p-header__menu .bars{background:transparent}
#nav-toggle:checked ~ .p-header-header .p-header__menu .bars::before{top:0;transform:rotate(45deg)}
#nav-toggle:checked ~ .p-header-header .p-header__menu .bars::after{top:0;transform:rotate(-45deg)}

/* ========== グローバルナビ ========== */
nav .p-header__utils{margin:8px 0}
nav .p-header__utils a{margin-right:12px}

.p-header-gnav{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	flex-direction:column;
	border-top:1px solid var(--border);}
/* ハンバーガーONでメニュー表示（SP） */
#nav-toggle:checked ~ nav .p-header-gnav{display:flex}

.p-header-gnav__item{position:relative}
.p-header-gnav__item-link,
.p-header-gnav__item > label.subopen{
  display:flex;align-items:center;gap:10px;justify-content:space-between;
  padding:14px 16px;border-bottom:1px solid var(--border)
}
.p-header-gnav__item-link:hover{background:#0f172a}

/* サブメニュー */
.submenu{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	background:#fff;
}
.submenu li a{display:block;padding:12px 20px 12px 32px;border-bottom:1px solid #0f172a;color:#d1d5db}
.submenu li a:hover{background:#0c1424;color:#fff}

/* 親のトグル（SP用） */
.subtoggle{display:none}
.subtoggle + label.subopen::after{content:url("../images/arrow-01-right-medium-white.png");transition:.25s;}
.subtoggle:checked + label.subopen::after{content:""}
.subtoggle:checked + label.subopen + ul.submenu{display:block}

/* 矢印（親リンク側）：SPは閉＝＜、開＝下向き */
.p-header-gnav__item.has-sub > a.p-header-gnav__item-link::after{
  content: '';
  display: inline-block;
  width: auto;
  height: 12px;
  padding: 5px;
  background-image: url(../images/arrow-01-right-medium-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition:transform .25s;
  margin-left:auto
}
.p-header-gnav__item.has-sub:has(.subtoggle:checked) > a.p-header-gnav__item-link::after{transform:rotate(90deg);}
/* 親リンクはSP時はタップで開閉（ナビ遷移を無効化） */
.p-header-gnav__item.has-sub > a.p-header-gnav__item-link{pointer-events:none}
/* ラベルを全面にしてタップ領域を確保 */
.p-header-gnav__item.has-sub > label.subopen{position:absolute;inset:0;cursor:pointer}
.p-header-gnav__item.has-sub > label.subopen::after{content:""}

/* PC：ホバーでドロップダウン、矢印は目印 */
@media (min-width: 1200px){
  nav{
	  align-items:flex-end;
	  justify-content:space-between;
	}
  .p-header-gnav{
	  display:flex;
	  flex-direction:row;
	  border-top:none
	}
  .p-header-gnav__item > label.subopen{
	  display:none;
	}
  .p-header-gnav__item-link{
	  border:none;
	  padding:16px 18px;
	}
  .p-header-gnav__item:hover > ul.submenu,
  .p-header-gnav__item:focus-within > ul.submenu{
	  display:block;
	  position:absolute;
	  left:0;
	  top:100%;
	  width: 100%;
	  border:1px solid var(--border);
	  box-shadow:var(--shadow);z-index:50;
	}
  .submenu{display:none}
.p-header-gnav__item.has-sub > a.p-header-gnav__item-link{pointer-events:all}
  .p-header-gnav__item.has-sub > a.p-header-gnav__item-link::after{display:none;}
  .p-header-gnav__item:hover > a.p-header-gnav__item-link::after{transform:rotate(90deg)}
  .p-header-gnav__item-link:hover{background:none;}
}



/* ナビ2行（日本語＋英語） */
.p-header-gnav__item-link{
  color:inherit;
  display:flex;
  align-items:center;
  padding: 0 1.2rem 1.1rem;
}
.p-header-gnav__item-link .ja{
  font-size:1.4rem;
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.2;
}
.p-header-gnav__item-link .en{
  font-size:1.05rem;
  letter-spacing:.22em;
  opacity:.75;
  margin-top:.15rem;
}

.p-header-gnav .submenu li {
  border-top: 1px solid var(--gnav-bd);
}

.p-header-gnav .submenu li a {
  width: 100%;
  padding: 2rem 1.2rem;
  background: rgba(0, 0, 0, .85);
  font-size: 1.4rem;
  color: #fff;
}
.p-header-gnav li:hover .submenu{
  transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}

.p-header-gnav li:hover .submenu li a:hover {
   background: #888;
}

body.is-menu-opened .p-header{ 
	background:#001122; 
	overflow: auto;
	height: 100vh;
}
body.is-menu-opened .p-header-gnav{ display:block !important; }


.p-header-gnav__item{
  display:block;
  font-size:1.8rem;
  margin:0;
  border-top:1px solid #1c2936;
}
.p-header-gnav__item-link{
  padding: 2rem 1.2rem;
}
.p-header-gnav__item-link .en{
  font-size:1.2rem;
  opacity:.7;
}

/* PC時の下線はSPでは外す */
body.is-home .p-header-gnav__item-link.is-home,
body.is-restaurant .p-header-gnav__item-link.is-restaurant,
body.is-shop .p-header-gnav__item-link.is-shop,
body.is-overview .p-header-gnav__item-link.is-overview,
body.is-sightseeing .p-header-gnav__item-link.is-sightseeing,
body.is-access .p-header-gnav__item-link.is-access{
  border-bottom:none;
}

/* サイト内検索 */
.serch-wrapper {
  display: none;
  position: relative;
  z-index: 2;
}
.serch-bg {
  background-color: rgba(43, 46, 56, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.header-serch-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: calc(650 / 768 * 100%);
  height: 200px;
  z-index: 3;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-serch-content form {
  width: 100%;
}
.header-serch-input {
  background-color: #fff;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  border: 3px solid #cacaca;
  padding: 10px;
  font-size: 1.8rem;
  color: #333;
}
.header-serch-btn {
  position: absolute;
  top: 63px;
  right: 15px;
  color: #333;
  font-size: 2.2rem;
}
.close-btn {
  font-size: 2.2rem;
  font-family: 'Lobster', sans-serif;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 35px auto 0;
  cursor: pointer;
}
.close-btn i {
  font-size: 3rem;
  margin-right: 10px;
  vertical-align: bottom;
}
.serch_active{
  display: block;
}

@media screen and (min-width: 1200px) {
  /* ナビ */
  .p-header-gnav{
    display:flex;                
  }
  .p-header__utils {
    display: flex;
  }
  .p-header-gnav__item-link .ja {
    font-size: 1.8rem;
  }
  .p-header{ padding: 3.6rem 10rem; }
  .p-header-inner{   
    display: flex;
    justify-content: space-between;
  }       
  .p-header-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 0;
  }
  .p-header__logo img{ 
    width:280px;
  }
  .p-header__menu{ display: none; }
  .p-header-gnav__item-link {
    background: none;
  }
  .p-header-gnav__item {
    border-top: none;
  }
  /* アクティブ下線 */
  body.is-home .p-header-gnav__item-link.is-home,
  body.is-information .p-header-gnav__item-link.is-information,
  body.is-heritage .p-header-gnav__item-link.is-heritage,
  body.is-access .p-header-gnav__item-link.is-access,
  body.is-study .p-header-gnav__item-link.is-study{
    border-bottom:2px solid #fff;
  }
  .p-header-gnav__item-link {
    flex-direction: column;
  }
}
/*------------------------
ガイダンスセンターfooter
------------------------*/
#whgc .p-footer {
  background: #F6F3ED;
	border-bottom: solid 1px #eaeaea;
}
/*開館時間等*/
 .info-list{
  font-size: 1.4rem;
    margin: 0 auto;
  }
.link_button.calendar{
	margin-top: 0;
}
.link_button.calendar a{
	background-color: #ccc;
}
.link_button.calendar a:hover {
    background-color: #e9e9e9;
}

  /* 1アイテムを1行に並べる（見出し固定幅・本文可変） */
  .info-list .row{
	display: block;
    padding: 14px 0;
  }

  .info-list dt{
    font-weight: 700;
    margin: 0;
  }

  .info-list dd{
    margin:0;
  }

  /* 段落間の余白を最小にしてスクリーンショットに近い詰め具合へ */
  .info-list dd p{
    margin: 0;
  }
  .info-list dd p + p{
    margin-top: .25em;
  }

/*料金表*/
.footer-price-box{
	width: 100%;
}
.footer-price-box table {
    border-collapse: collapse;
    width: 100%;
	color: #000;
    line-height: 1;
    text-align: center;
    background: #fff;
}
.footer-price-box th, .footer-price-box td {
    font-size: 1.4rem;
    border: 1px solid #fff;
    padding: 16px 10px;
}
.footer-price-box th {
    background: #AAA;
    font-weight: bold;
}
.footer-price-box td {
    background: #DDDDDD;
}
.footer-price-box .sub {
    display: block;
    font-size: 0.8em;
    color: #666;
    margin-top: 4px;
    }

/*料金表 注釈*/
.footer-price-box__annotation{
	font-size: 1.4rem;
}

.footer-price-box__annotation ol{
	padding: 15px;
}


@media screen and (min-width: 1200px) {

  #whgc .p-footer .p-footer-inner .p-footer-main {
	  margin: 50px 0;
	  display: flex;
	  justify-content: space-between;
  }
/*料金表*/
	.footer-price-box {
    width: 550px;
	}
  .footer__copyright {
    padding: 1.6rem 0 2.4rem;
  }
  .info-list .row{
    display: flex;
  }
}

/*--------------------
footer
----------------------*/
.p-footer {
  background: #eee;
  color: #000;
  position: relative;
 padding: 0 1.8rem;
}
.p-footer-inner {
  overflow: hidden;
    margin: 0 auto;
  max-width: 1200px;
}
.p-footer-main {
    display: block;
    margin: 2rem 0 2.4rem;
}

address{
	font-style: inherit;

}
.p-footer__logo {
  margin: 0;
  text-align: center;
}
.p-footer__logo img{
  width: 322px;
  height: auto;
}
.p-footer__pagetop {
	text-align: center;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #001122;
	border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.p-footer__text {
	text-align: center;
	font-size: 1.4rem;
	margin: 1rem 0;
}

  .p-footer-buttons {
    display: flex;
    margin: 1.6rem -0.7rem -0.7rem;
  }

.p-footer__pagetop-link {
  display: block;
  width: 10rem;
  height: 5rem;
  color: inherit;
  text-decoration: none;
  padding-top: 0.6rem;
}
.p-footer__pagetop-icon,
.p-footer__pagetop-text {
  display: block;
  margin: 0 auto;
}
.p-footer__pagetop-text {
  font-size: 1.2rem;
    line-height: 1.2;
}

/*コピーライト*/
.footer__copyright {
  color: #000;
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid #000;
}


@media screen and (min-width: 1200px) {
  .p-footer {
     padding: 0 10rem;
  }
  .p-footer__pagetop-link {
	  width: 12rem;
	  height: 6rem;
  }
  .p-footer__pagetop-text {
    line-height: 1.2;
  }
  .p-footer-main {
	  margin: 50px 0;
	  display: flex;
	  justify-content: center;
  }
  .p-footer-imgbox {
    display: block;
  }
  .p-footer__logo img {
	 width: 100%;
 	 max-width: 500px;
  }
  .p-footer-buttons {
      margin: 2rem 0 0;
  }
}



