
/*
Theme Name:ホテルコンシェルジュ
*/
@charset "utf-8";

/*-----------------------------------
テーマ用CSS設定　自由入力
-----------------------------------*/
.trans{
	text-align: end;
}
.glink{
	text-align: left;
}
.gt_white_content{
	width: 250px!important;
    left: 45%!important;
}
.navbar a .logo{
	width: 70%;
}
.trans .gt_white_content .glink{
	padding: 10px 0;
	border: none!important;
	border-bottom: 1px solid #e7e7e7!important;
}
.trans .glink{
    border: 1px solid!important;
	padding: 0 3px 5px 3px;
}
body{
	/* font-family: 'M PLUS Rounded 1c', sans-serif; */
	/* font-family: 'Noto Serif JP', serif; */
	font-family: 'Noto Serif JP', serif;
}
h1{
	font-size:1.8rem;
}
h2{
	font-size:1.6rem;
}
h3{
	font-size:1.2rem;
	color: #333;
}
p{
	line-height: 1.75;
}
a{
	color: #212529;
}
a:hover{
	opacity :0.7;
	filter :alpha(opacity=70);
	-ms-filter :"alpha(opacity=70)";
}
header{
	display:flex;
	flex-wrap:wrap;
}
.jumbotron-extend {
	margin-bottom: 8rem;
	position: relative;
	height: 70vh;
	min-height: 300px;
	background: url(http://guidance.hanazonokaikan.com/wp-content/themes/HotelConcierge/img/top/main.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron-container {
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}
iframe{
	max-width: 100%;
	width: 100%;
}
.site-name {
font-size: 64px;
 color: #fff;
 text-align: center;
 margin-bottom: 40px;
 font-family: 'Playfair Display', serif;
}
.nav-cover{
	background: rgba(255,255,255,0.8);
}
.navbar{
	justify-content: space-between;
}
.navbar-light .navbar-brand{
	width: 30%;
}
.navbar-light .navbar-nav .nav-link{
	color: #000;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
	font-weight: 500;
}
.navbar-brand{
	z-index: 1000;
}
section, .navbar{
	max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.navbar .next-icon {
    display: none;
}
/* TOP記事 */
.content{
margin-bottom: 8rem;
}
.info-content{
	justify-content: space-around;
	display: flex;
}
.info-single{
width: 100%;
padding: 1%;
}
.info-single img{
	max-width: 400px;
	width: 100%;    /* 横幅を割合で指定 */
  height: auto;  /* 高さは自動指定 */
	margin-bottom: 1rem;
}
.infomation{
	text-align: center;
}

/* full-contet */
.upper-content{
margin-bottom: 0px;
}

.content-box img{
max-width: 100%;
height: auto;
}
.content-box{
position:relative;
}
.content-box h2{
	width: 100%;
    color: #fff;
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
    font-weight: bold;
    z-index: 99;
    text-align: center;
}
.content-box .layer {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.content-full{
margin-bottom: 8rem;
padding: 0 1%;
}
.content-full-sp{
	display: none;
}
/* news */
.news{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.news-box{
padding: 1%;
}

/* 固定ページ共通 */
.entry-content,.pagetitle{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle{
	text-align: center;
	margin-top: 4rem;
}
.entry-content{
	margin-bottom: 10rem;
}
#template-page .entry-content .post-button{
	gap:0;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
	flex-basis:auto!important;
}


/* 投稿記事共通 */
.blog-detail__title,.blog-detail__body,.blog-detail__title,.blog-detail__image,.blog-detail__image img,.blog-detail__date{
		max-width: 900px;
    margin-left: auto;
    margin-right: auto;
		}
.blog-detail__title{
	margin-top: 4rem;
}
.blog-detail__body{
	margin-bottom: 10rem;
}
.blog-detail__body p{
line-height: 1.7;
}
.blog-detail__image{
	margin-bottom: 2rem;
	max-width: 100%;
  text-align: center;
}
.width90{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width95{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
/* footer */
.footer {
	overflow: hidden;
	padding-top: 4rem;
	text-align: center;
	bottom: 0;
	width: 100%;
	background-color: #ede1d1;
}
.banner{
	max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
.banner img{
	width: 90%;
}

body > .container {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}

.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.copy{
margin-bottom: 0;
}
.sns{
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
.sns li{
	margin:0 1rem;
	width: 3%;
}
.footer .container img{
	max-width: 30%;
}
.footer_flex{
	justify-content: center;
  display: flex;
	}
.footer_flex p{
	margin-bottom: 0px;
}
.footer .container img{
	margin-bottom: 1rem;
}
.information-page img{
	height: auto;
  max-width: 100%;
	margin-bottom: 1rem;
}

.information-box .information-card{
	height: 450px;
	padding:0 1%;
	width: 50%;
	float: left;
}
/* ボタン */
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #8fbc84;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #94c289;
}

@media only screen and (max-width: 1200px) {
	.trans {
		margin-bottom: 2rem;
		text-align: center;
	}
	body{
		    line-height: 1.7;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
	    text-align: left;
			border-top: solid 0.5px #555;
			opacity: 1;
	}
	.navbar-expand-xl .navbar-nav .nav-bottom .nav-link{
		border-bottom: : solid 0.5px #555;
	}

	/*　ハンバーガーボタン　*/
	#nav{
		height: 70px;
		margin-top: 0!important;
		margin-bottom: 0 !important;
	}
	.navbar .next-icon{
		display: block;
    margin-right: 5px;
		max-width: 16px;
    float: right;
		margin-top: 5px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
	  padding-left: 2rem;
	}
	.hamburger {
	  display : block;
	  position: fixed;
	  z-index : 3;
		top: 15px;
	  right : 13px;
	  width : 42px;
	  height: 42px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 2px ;
	  left    : 6px;
	  background : #555;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition   : 0.3s ease-in-out;
	  transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 10px;
	}
	.hamburger span:nth-child(2) {
	  top: 20px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}

	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform   : rotate(-45deg);
	  transform        : rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 16px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform   : rotate(45deg);
	  transform        : rotate(45deg);
	}

	nav.globalMenuSp {
	  position: fixed;
	  z-index : 2;
	  top  : 0;
	  left : 0;
	  color: #000;
	  background: rgba(255,255,255,0.9);
	  text-align: center;
	  transform: translateY(-100%);
	  transition: all 0.6s;
	  width: 100%;
	}
.nav-first{
	margin-top: 50px;
}
	nav.globalMenuSp ul {
	  margin: 2rem auto 0;
	  padding: 0;
	  width: 100%;
	}

	nav.globalMenuSp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	  border-bottom: 1px solid #fff;
	}
	nav.globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}
	nav.globalMenuSp ul li:hover{
	  background :#ddd;
	}

	nav.globalMenuSp ul li a {
	  display: block;
	  color: #000;
	  padding: 1em 0;
	  text-decoration :none;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
	  transform: translateY(0%);
	}
	/* content */
	.content-full-sp{
		display: block;
	}
	.content-full-sp .content-card{
	display: flex;
	}
	.content-full{
	display: none;
	}
	.info-content {
	  display: block;
	}

	/* content */
	.info-single{
		padding: 0;
	}

	/* post */
	.entry-content .post-button .wp-block-column{
	flex-basis: auto!important;
	}
}

@media only screen and (max-width: 1024px) {
	.blog-detail__title, .blog-detail__body, .blog-detail__title, .blog-detail__image, .blog-detail__image img, .blog-detail__date,section,.banner{
		max-width: 800px;
	}
	.entry-content,.pagetitle{
		max-width: 900px;
	}
		.sns li {
			width: 6%;
		}
		.footer .container img {
		max-width: 40%;
	}
	.information-box .information-card{
	width: 100%;
	float: none;
	height: auto;
	}
}

@media only screen and (max-width: 599px) {
	.content-box h2{
		font-size: 1.5rem;
		font-weight: 400;
	}
	/* header */
	.navbar-light .navbar-brand{
		width: 60%;
	}

	/* 共通 */
	section,.banner{
		max-width: 350px;
	}
	.jumbotron-extend,.content,.content-full-sp{
		margin-bottom: 4rem;
	}

	/* 投稿記事 */
	.blog-detail__title,.blog-detail__body,.blog-detail__title,.blog-detail__image,.blog-detail__image img,.blog-detail__date{
		max-width: 350px;
	}
	.info-content{
		display: block;
	}
	.info-single{
		margin-bottom: 1rem;
	}
	.info-single img{
		margin-bottom: 0.5rem;
	}
	.wp-block-media-text .wp-block-media-text__content{
		padding: 0;
	}

	/* 固定記事 */
	.content-full{
		display: none;
	}
	.content-full-sp{
	display: block;
	}

	.entry-content,.pagetitle{
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.pagetitle{
		text-align: center;
		margin-top: 2rem;
	}
	.entry-content{
		margin-bottom: 5rem;
	}
	/* footer */
	.banner{
		display: block;
	}
	.banner li{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	}
	.sns li {
		width: 10%;
	}
	.footer .container img{
		max-width: 80%;
	}
	.footer p{
		font-size: 13px;
	}
	.footer_flex{
	display: block;
		}
	.footer_flex p{
		padding: 0 0.5rem;
	}
	.footer .copy{
		margin-top: 3rem;
		font-size: 10px;
	}
	.footer-first{
		line-height: 1.2;
	}

}

#map_point h2{
	background-color: #F6F2EA;
	color: #000!important;
    height: 60px;
    line-height: 60px;
	text-indent: 20px;
	margin-bottom: 30px;
}
#map_point h2 {
    background: #F6F2EA;
}
.flex_box figure img {
    width: 100%;
    max-width: initial!important;
}
/* .map_point_info_box h2 {
    background-color: initial !important;
    margin-bottom: 10px !important;
} */
.map_point_info_box {
    width: 50%;
}

.flex_box figure {
    width: 50%;
}
.flex_box{
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	gap: 3%;
}
.map_box{
	width: 60%;
}
.map_box img{
	width: 100%;
}
.link_box{
	width: 40%;
}
.link_box a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
	margin-bottom: 20px;
    background: #faf09f;
    text-align: center;
    border: 1px solid #ccc;
}.ta_c{
	text-align: center;
}

.gray_bg{
	background: #f0f0f0;
}

@media only screen and (max-width: 599px) {
	.flex_box {
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	.map_point_info_box {
		width: 100%;
		margin: 10px auto;
	}
	
	.flex_box figure {
		margin: 10px auto;
		width: 100%;
	}
	.map_box {
		width: 100%;
		margin: 10px auto;
	}
	.link_box {
		width: 100%;
		margin: 10px auto;
	}
}
.tabmenu {
	display: flex;
    gap: 1%;
    margin-bottom: 20px;
}
.tabmenu p {
    width: 100%;
}
.tabmenu p a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #faf09f;
    text-align: center;
    border: 1px solid #ccc;
}
.shop_container {
    display: flex;
    gap: 2%;
	flex-wrap: wrap;
}dl.restaurant-list-01 {
    font-size: 0.9em;
}
.shop_container .shop_item {
	width: 49%;
	display: flex;
	gap: 1%;
    margin-bottom: 3%;
}
.shop_container .shop_img {
    width: 40%;
	position: relative;
}
.shop_container .shop_img p {
	position: absolute;
	top:10px;
	left: 10px;
	display: block;
	background-color: #fffa;
	width:100px;
	height:30px;
	text-align: center;
}

.shop_container .shop_info {
    width: 60%;
}

.shop_container .shop_img img {
    width: 100%;
}
.shop_table {
    font-size: 0.8em;
    background: #F8F5DA;
    padding: 10px;
}.shop_table iframe {
    width: 100%;
    height: 270px;
}
#restaurant h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

@media only screen and (max-width: 599px) {
	.shop_container .shop_item {
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	.shop_container .shop_img {
		width: 100%;
		margin: 10px auto;
	}
	.shop_container .shop_info {
		width: 100%;
		margin: 10px auto;
	}
}

.access h3 {
	margin-top: 20px;
    background: #ebebeb;
    padding: 20px 0px;
}.access table {
    background: #fff;
    padding: 20px 0px;
}a.access_btn {
    background: #000;
    color: #fff;
    padding: 20px 70px;
    width: 50%;
    margin-bottom: 40px;
    display: block;
}