/* ******************************************
 * 共通
 ******************************************* */
/* 画面サイズ */
.container {
  width:100%;
    p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.container-fluid{
	width:100%;
    max-width: 1280px;
}

.container-detail{
	width			:100%;
	max-width		: 1152px;
	padding-right	: 15px;
	padding-left	: 15px;
	margin-right	: auto;
	margin-left		: auto;
}


.w-27 {
  width: 27% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-22 {
  width: 22% !important;
}

.w-20 {
  width: 20% !important;
}


.w-16 {
  width: 16.5% !important;
}

.w-26 {
  width: 26% !important;
}


.border-toyoko-navy-blue {
	border-bottom: 1px solid #3a4769 !important;
}

/* *********************************************
 * ヘッダ部
 * ********************************************* */
header {
	/* position:fixed; */
	top:0;
	left:0;
	width:100%;
	z-index:2;
	background:#ffffff;
}

.icon_info {color:#17a2b8;}

.header_icon {
	padding: 0px 10px 0px 0px;

}

/* *********************************************
 * メイン部
 * ********************************************* */
/*スマホ用のcssを記述*/
@media screen and (max-width:639px) {
	main {
		background:#ffffff;
		position:relative;
	}

	#side_menu{
		display : none;
	}
}

@media only screen and (min-width:640px) and (max-width:1023px) {
	main {
		background:#ffffff;
		position:relative;
	}

	#side_menu{
		display : none;
	}
}

@media screen and (min-width:1024px) {
	/*pc用のcssを記述*/
	main {
		background:rgba(205,183,165,0.2);
		position:relative;
	}
}


/* *********************************************
 * フッダ部
 * ********************************************* */
footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	z-index:3;
}

footer p {
  margin-bottom: .25rem;
}

.ivent {
  float:  right!important;
  position: fixed;
  bottom: 50px;
  z-index: 1030;
}

.ivent_btn{
	border-radius:30px;
}


/* ********************************************
 * ホテル情報
 * ******************************************** */
 .hotel_img {
    border-radius: 50%;  /*角を丸くする指定*/
    width: 130px;   /*横幅*/
    height: 130px;  /*縦幅*/
}
.flex{
    display: flex;
    border: 1px solid #333;
    width:120px;
}
.flex div{
    border: 1px solid #333;
    background: #CCC;
}
.right{

    /*コレ追加*/
    width: 200px;
}

/* ****************************************
 * 背景色
 * **************************************** */
.bg-toyoko-navy-blue {
 	background-color: SteelBlue !important;
}

.bg-toyoko-toyoko_brown {
	background:rgba(205,183,165,0.5);
}

/* ****************************************
 * 電話番号
 * **************************************** */
.call_tel {
	background : #ff4500;
	border-radius :	5px;
	top: 5px;
	right: 0px;
	width:30px;
	height:30px;
}

/* ****************************************
 * ICON
 * **************************************** */
.my-icon {
	color: gray;
	font-size: 1.3em;
}

/* ****************************************
 * ボタンデザイン 紺
 * **************************************** */

.btn-toyoko_navy_blue {
  color: #fff;
  background-color: SteelBlue;
  border-color: SteelBlue;
}

.btn-toyoko_navy_blue:hover {
  color: #fff;
  background-color: SteelBlue;
  border-color: SteelBlue;
}

.btn-toyoko_navy_blue:focus, .btn-toyoko_navy_blue.focus {
  color: #fff;
  background-color: SteelBlue;
  border-color: SteelBlue;
  box-shadow: 0 0 0 0.2rem rgba(58,71,105, 0.5);
}

.btn-toyoko_navy_blue.disabled, .btn-toyoko_navy_blue:disabled {
  color: #fff;
  background-color: SteelBlue;
  border-color: SteelBlue;
}

.btn-toyoko_navy_blue:not(:disabled):not(.disabled):active, .btn-toyoko_navy_blue:not(:disabled):not(.disabled).active,
.show > .btn-info_detial.dropdown-toggle {
  color: #fff;
  background-color: SteelBlue;
  border-color: SteelBlue;
}

.btn-toyoko_navy_blue:not(:disabled):not(.disabled):active:focus, .btn-toyoko_navy_blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-info_detial.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58,71,105, 0.5);
}

/* ****************************************
 * ボタンデザイン 青
 * **************************************** */

.btn-toyoko_blue {
  color: #fff;
  background-color: #7faeb6;
  border-color: #7faeb6;
}

.btn-toyoko_blue:hover {
  color: #fff;
  background-color: #7faeb6;
  border-color: #7faeb6;
}

.btn-toyoko_blue:focus, .btn-toyoko_blue.focus {
  color: #fff;
  background-color: #7faeb6;
  border-color: #7faeb6;
  box-shadow: 0 0 0 0.2rem rgba(127,174,182, 0.5);
}

.btn-toyoko_blue.disabled, .btn-toyoko_blue:disabled {
  color: #fff;
  background-color: #7faeb6;
  border-color: #7faeb6;
}

.btn-toyoko_blue:not(:disabled):not(.disabled):active, .btn-toyoko_blue:not(:disabled):not(.disabled).active,
.show > .btn-info_detial.dropdown-toggle {
  color: #fff;
  background-color: #7faeb6;
  border-color: #7faeb6;
}

.btn-toyoko_blue:not(:disabled):not(.disabled):active:focus, .btn-toyoko_blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-info_detial.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127,174,182, 0.5);
}

/* ****************************************
 * ボタンデザイン 茶
 * **************************************** */

.btn-toyoko_brown {
  color: #fff;
  background-color: #ceb7a5;
  border-color: #ceb7a5;
}

.btn-toyoko_brown:hover {
  color: #fff;
  background-color: #d5a505;
  border-color: #d5a505;
}

.btn-toyoko_brown:focus, .btn-toyoko_brown.focus {
  color: #fff;
  background-color: #b9a909;
  border-color: #ceb7a5;
  box-shadow: 0 0 0 0.2rem rgba(127,174,182, 0.5);
}

.btn-toyoko_brown.disabled, .btn-toyoko_brown:disabled {
  color: #fff;
  background-color: #ceb7a5;
  border-color: #ceb7a5;
}

.btn-toyoko_brown:not(:disabled):not(.disabled):active, .btn-toyoko_brown:not(:disabled):not(.disabled).active,
.show > .btn-info_detial.dropdown-toggle {
  color: #fff;
  background-color: #b9a909;
  border-color: #c0b0a0;
}

.btn-toyoko_brown:not(:disabled):not(.disabled):active:focus, .btn-toyoko_brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-info_detial.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127,174,182, 0.5);
}


/* ****************************************
 * TABLEデザイン
 * **************************************** */

.equal_table{
  table-layout: fixed;
}

th{
 	color: #000;
  	background-color: rgba(206,183,165, 0.3);
  	font-weight: normal;
}

/* ****************************************
 * イメージ画像（全共通）
 * **************************************** */

/*  IE8以下の画面が伸びる件の対応 */
img {
    width: inherit\9;
    max-width: 100%\9;
    height: auto\9;
}

/* ****************************************
 * パンくずのデザイン
 * **************************************** */
.breadcrumb-jimoto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-item-jimoto {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item-jimoto + .breadcrumb-item-jimoto {
  padding-left: 0.5rem;
}

.breadcrumb-item-jimoto + .breadcrumb-item-jimoto::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item-jimoto + .breadcrumb-item-jimoto:hover::before {
  text-decoration: underline;
}

.breadcrumb-item-jimoto + .breadcrumb-item-jimoto:hover::before {
  text-decoration: none;
}

.breadcrumb-item-jimoto.active {
  color: #6c757d;
}

/* ホテル */
.breadcrumb-hotel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-item-hotel {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item-hotel + .breadcrumb-item-hotel {
  padding-left: 0.5rem;
}

.breadcrumb-item-hotel + .breadcrumb-item-hotel::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "";
}

.breadcrumb-item-hotel + .breadcrumb-item-hotel:hover::before {
  text-decoration: underline;
}

.breadcrumb-item-hotel + .breadcrumb-item-hotel:hover::before {
  text-decoration: none;
}

.breadcrumb-item-hotel.active {
  color: #6c757d;
}


/*************************/
/* nav-tabのカスタマイズ */
/*************************/
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  	color: #495057;
  	background-color: #fff;
	border-color: #808080 #808080 #fff #808080;
}

.nav-tabs .nav-link {
	color: #fff;
	background-color: #17a2b8;
	border-color: #808080 #808080 #808080 #808080;
}

.lh-condensed { line-height: 1.25; }

/************************/
/* 文字サイズ           */
/************************/
.font-small {
  font-size: 0.8rem;
}

.font-large {
  font-size: 1.1rem;
}

.font-mini{
	font-size: 0.7rem;
}

.font-minimini{
	font-size: 0.6rem;
}

.font-tttl{
	font-size: 0.7rem;
}

.bg-green{
	 background-color: #009933 !important;
}

.bg-tomato{
	background-color: #ff6347 !important;
}

.jimoto-img-fluid {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.jimoto-img-fluid-detail {
  width: 100%;
  height: aout;
  object-fit: fill;
}


.textOverflow1{
	overflow: hidden;
	padding: 10px;
	width: 100%;
	line-height: 1.0;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height: 80px;
}

.textOverflow1.line1{
  max-height: 1.6em;
  -webkit-line-clamp: 1;
}
.textOverflow1.line2{
  max-height: 3.2em;
  -webkit-line-clamp: 2;
}
.textOverflow1.line3{
  max-height: 5.8em;
  -webkit-line-clamp: 3;
}

/************************/
/* 吹き出し             */
/************************/

/* 支配人 */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
}

.balloon5 .staff {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .staff .good_like {
	position: relative;
	z-index: 2;
}

.balloon5 .staff img{
  width: 100%;
  height: auto;
  /* border: solid 3px #ffe0e0; */
  /* border-radius: 50%; */
}



.balloon5 .comment {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 80px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffeaea;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffeaea;
}

.says p {
  margin: 0;
  padding: 0;
}


.dtable{
	display: table; /* ブロックレベル要素をtableと同じように表示にする */
	width:100%;
	max-width: 1960px;
}
.dtable_c1{
	display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
	border: 1px solid #666;
	width:70%;
}
.dtable_c2{
	display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
	border: 1px solid #666;
	width:30%;
}



.front_staff{
  padding:0px;
}

/* 概要説明 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 50px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #ccc;
  cursor: pointer;
  background: #fff;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #aaa;
}













.btn-shadow {
  box-shadow: 4px 4px;
}






/* ******************************************
 * 絞り込み条件のボタン表示
 * ****************************************** */
.btn-code-jimoto {
  color: #6c757d;
  border-color: #6c757d;
  border-radius: 0.5rem;
}

/* ******************************************
 * NAVI BAR
 ******************************************** */
.taitl_body{
	font-size: 0.9rem;
	float:left
	word-wrap: break-word
}

/* ******************************************
 * ボタン
 ******************************************** */
.btn-xs {
  padding: .10rem .2rem;
  font-size: .6rem;
  line-height: 1.2;
  border-radius: .2rem;
}

/* ******************************************
 * 背景色
 ******************************************** */
.bg-tran{
	background-color: transparent;
}


/* ******************************************
 * 特集ページのTOP画像
 ****************************************** */
.0 {
  background: url("/img/top/shiro_top.jpg") center center no-repeat;
  width: 100%;
}
.bg-0:before {
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
}



.bg-1 {
  background-size: cover;
  padding: 150px 0px; /*背景画像の高さを確保*/
  position: relative; /*中の要素の基準値*/
}
.bg-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
}

.bg-1-inner {
  text-align: left;
  top:0;
  padding:10px;
  position: absolute;
  width: 100%;
  font-size: 0.9rem;
}


.jumbotron{
	background-image: url("/img/top/shiro_top.jpg");
	background-size: 960px;
	background-position: center center;
	background-repeat: no-repeat;
}

/* ******************************************
 * Googleマップ関連
 ******************************************** */
#map_canvas{
	border:1px solid #dddddd;
}
#map_area

/* ******************************************
 * 画像の高さを調整
 ******************************************** */

.adjstnt_hght{
	object-fit: cover;
}

/* ******************************************
 * 画像アップロード関連
 ******************************************** */
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}


/* バリデーション */
.errr-mssg {
  font-size:80%;
  font-weight: bold;
  color: #d82c2c;
}


/*スマホ用のcssを記述*/
@media screen and (max-width:639px) {

	.jimoto-img-fluid {
  			width: 100%;
  			height: 200px;
  			object-fit: cover;
	}
}

@media only screen and (min-width:640px) and (max-width:1023px) {
	.jimoto-img-fluid {
  			width: 100%;
  			height: 400px;
  			object-fit: cover;
	}
}

@media screen and (min-width:1024px) {
/*pc用のcssを記述*/
}
