@charset "UTF-8";

/**
 navbarの設定
**/
.navbar a>span {
  color: #22749e;
  font-size: 1.2rem;
  font-family: serif;
  font-weight: 400;
}

.navbar-brand img {
  height: 60px;              /* ナビバーの高さに合うように調整 */
  width: auto;               /* 横は画像に合わせて自然に */
  object-fit: contain;
  display: block;
  padding: 0.2rem 0;
}
.navbar {
  min-height: 70px;          /* ナビバー本体にも高さを確保 */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .nav-item>.nav-link {
	border:1px solid rgba(0,0,0,.2);
	border-radius: .2rem;
	margin: .1rem;
}
.navbar .nav-item>.nav-link:hover {
	background-color: rgba(145, 96, 56, 0.1);
}
@media (min-width: 576px) {
	.navbar a>span  {
	  font-size: 1.4rem;
	  font-weight: 400;
	}
	.navbar a>img {
		width: 40px;
	    height: auto;
	}
}
/*@media (min-width: 768px) {
	.navbar a>span  {
	  font-size: 1.6rem;
	  font-weight: 400;
	}
	.navbar a>img {
		height:80px;
	}
}*/
@media (max-width: 768px) {
  .navbar-brand img {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    height: 70px;
  }
}
@media (min-width: 992px) {
	.navbar a>span  {
	  font-size: 1.8rem;
	  font-weight: 400;
	}
	.navbar a>img {
		height:80px;
	}
}
/*@media (min-width: 1200px) {
	.navbar a>span  {
	  font-size: 2rem;
	  font-weight: 400;
	}
	.navbar a>img {
		height: 80px;
	}
}*/
/**
 * ヘッダーを上部で固定するため、コンテンツ全体にヘッダー分のマージンが必要。
 * 各ページのコンテンツを囲む要素にこのクラスを指定してください。
 *
**/
.main {
	margin-top:110px;
}
@media (max-width: 768px) {
	.main {
		margin-top:70px;
	}
}
/**
 * サイト全体を通して適用します。
 * h1、footer
 *
**/
h1,h2 {
	color: #22749e;
}
footer {
	background-color: #22749e;
	color:#fff;
}
/* bodyの背景。背景画像を表示する。 */
 body#shop-bg {
	/*background-image: url('../img/shop-bg.png')*/;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #fce7e2;
}

/* contentの背景。oddとevenを交互に指定する。 */
.area_odd {
	background-color: transparent;
}
.area_even {
	background-color: #ffffff;
}
/**
 * page-nav
 * /ameyoko_centerbldg/inc_page_nav.php で使用します。
 *
**/
div#page-nav ul li:hover {
    background-color:rgba(145, 96, 56, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
/* 文字色 */
div#page-nav span {
	color: #22749e !important;
}
/* 矢印不要 */
@media (max-width: 575.98px) {
	div#page-nav button.btn::after {
	  content: none;
	}
}
/**
 * shop contents
 * /ameyoko_centerbldg/shop/contents.html で使用します。
 *
**/
/* タイトル */
/* スマホ幅のときh1が大きすぎるのを解決 */
@media (max-width: 575.98px) {
	div#shop h1 {
		font-size:1.5rem;
	}
}
/* ドロップダウン */
div#shop button.btn {
	border-color:#22749e;
}
div#shop button.btn:hover {
	background-color:#22749e;
	border-color:#22749e;
}
div#shop button.btn h1:hover {
	color:white;
}
div#shop button.btn:active {
	background-color:#5e3e26;
	border-color:#22749e;
}
div#shop button.btn h1:active {
	color:white;
}
/* コンテンツ文章 */
div#shop dov#contents {
    line-height: 2;
    letter-spacing: .1em;
}
/* ソーシャルアイコンのリスト */
div#shop ul#social li {
	background: rgb(183, 115, 21);
    margin: 0.75rem 1.25rem;
    padding:0;
}
div#shop ul#social li:hover {
	background-color: rgba(183, 115, 21,0.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
/* カルーセルのインジケーターを長方形から丸くする */
div#shop div#shop-carousel ol.carousel-indicators {
    top:100%;
}
div#shop div#shop-carousel ol.carousel-indicators li {
    background-color:rgb(145, 96, 56);
    border-radius: 50%;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
}
/**
 * card
 * トップおよび各種一覧ページの記事card
 *
**/
div#event .card img,
div#feature .card img,
div#deepspot .card img,
div#sop .card img {
	width:100%;
	height:80%;
	max-height:15rem;
	object-fit: cover;
}
/**
 * news
 */
div#news a:hover {
	text-decoration: none;
}
div#news a div:hover{
	background-color: rgba(145, 96, 56, 0.1);}
}
/**
 * 施設案内
 */
 div.facility div.title h1 {
    font-size:2rem;
}
div.facility div.title h2 {
    font-size:1.6rem;
}
div.facility h3 {
    color: #22749e;
    line-height: 2;
    letter-spacing: .1em;
}

div.facility .desc {
    line-height: 2;
    letter-spacing: .1em;
}
/* smサイズ（2カラム）以上の場合、説明ブロックを上下中央寄せ */
@media (min-width: 768px) {
	div.facility div.explanation {
		position:relative;
	}
	div.facility div.explanation>div {
		position:absolute;
		top:50%;
		transform: translateY(-50%);
	}
}
/**
 * アクセス
 */
div.access div#anchorMenu div:hover {
    background-color:rgba(145, 96, 56, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}
div.access div#anchorMenu a:hover {
    text-decoration: none;
}

div.access div.title h1 {
    font-size:2rem;
}
div.access h3 {
    color: #22749e;
    line-height: 2;
    font-size:1.2rem;
}
div.access p.remarks {
    font-size:0.8rem;
    color: rgba(0,0,0,.5);
}
div.access img {
	vertical-align: -12px;
}

/* ページトップスクロール用 */
.page-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 1px;
}
.page-top a {
    display: block;
    background-color: #eacdb6;
    text-align: center;
    color: #22749e;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border: solid 1px #b19785;
    border-radius: 3px;
}
.page-top a:hover {
    display: block;
    background-color: #22749e;
    border:solid 1px #22749e;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/**
 * inc_sns_share.php
 */
div#sns-share div.row div.col:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/* テナント募集 */
div.tenant p {
    /*color: #4e3e31;*/
    color: #745d4b;
    /*line-height: 2;*/
    font-size:1.5rem;
    margin-left: 16px;
    margin-right: 1px;
}
@media (max-width: 820px) {
    div.tenant p {
        margin-left: 5px;
        margin-right: 0;
    }
}
div.tenant h1 {
    font-size: 2.5rem;
}
@media (max-width: 820px) {
    div.tenant h1 {
        font-size: 1.8rem;
    }
}

.btn_send {
    background-color: #22749e;
    border-color: #22749e;
}
.btn_send:hover {
    background-color: #53351e;
    border-color: #6a4f3b;
}

.navbar-brand img {
  height: 60px !important;      /* メインの高さ */
  width: auto !important;       /* 比率維持 */
  max-height: 80px !important;  /* 最大値 */
  display: block !important;
  object-fit: contain !important;
}
@media (max-width: 768px) {
  .navbar-brand img {
    height: 50px !important;
  }
}
.navbar {
  min-height: 70px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.news-title {
	color:#80454b;
}

.history-title {
	color:#80454b;
}
h3 {
	color:#bb5046;
}