/*.container{width: 1100px !important;}
@media(max-width:767px){ .container{width: 100% !important} }
@media(min-width:768px) and (max-width:991px){ .container{width: 100% !important;} }
@media(min-width:992px) and (max-width:1049px){ .container{width: 100% !important;} }
@media(min-width:1050px) and (max-width:1099px){ .container{width: 100% !important;} }
@media(min-width:1100px) and (max-width:1149px){ .container{width: 1080px !important;} }
@media(min-width:1150px) and (max-width:1199px){ .container{width: 1100px !important;} }
@media(min-width:1200px){ .container{width: 1100px !important;} }
*/

/* ヘッダー幅 */
/* header .container{width: 100% !important; min-width: 1100px;} */


	
@media screen and (min-width: 768px){
	.flexB{
	display: flex;
	margin-bottom: 50px;
	}
}
@media (max-width:991px) {
	.flexB{
	display: block;
	margin-bottom: 50px;
	}
	.flexB a img{
	margin-bottom: 50px;
	}
	.point-img{
		padding: 20px;
	}
	.window-box{
		padding: 0px 20px;
	}
}
@media(min-width:768px) and (max-width:991px) {
	header .container{width: 100% !important;}
}
.navbar-default {
    min-width: 100%;

}

.btn,
.btn-lg{
	border-radius: 0px !important
}
/* ページトップへ戻るボタン設定 */
a.page-top {
    color: #FFF !important;
}

a.page-top i{
	color: #fff;
}
a.page-top:hover{
	color:#fff;
}

/* 見出し設定 */
h2.index{
	border-color:#dc0012 !important;
	color: #dc0012 !important;
}

/* プラン設定 */
.planBox plantitle{
	background: #dc0012 !important;
	color: #FFFFFF !important;
}
.planBox plantitle span{
	background: #FFF !important;
	color:#dc0012 !important;*
}
.planBox plantitle small{
	color:#FFF !important;*
}
.planBox .detail{
	border: 3px solid #dc0012 !important;
}
.kouteiBox .kokunai event{
	color: #FFF;
	background: #ff2768;
}

/*ツアー申込み受付期間設定*/
#accept table{
	border-color: #dc0012 !important;
}
#accept table th{
	background: #dc0012 !important;
}
#accept .accept-end{
	border-bottom: 1px solid #eee;
	opacity: .4;
}


/* 角丸削除 */
.no-radius{
	border-radius: 0;
}

/* navbar 全体の背景色とボーダーカラー */
.navbar-default {
	background: #dc0012;
	border-color: #fff;
	border-left: none;
	border-right: none;
}
/* navbar テキストカラー */
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
/* navbar hover,focus時のテキストカラー */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #dcf4ff;
	background-color: transparent;
}
/* navbar ドロップダウン(親)のカラー */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #dc0012;
	background-color: #fff;
}
/* navbar ドロップダウン(子)のボックスカラー */
.dropdown-menu {
	background-color: #dc0012;
}
/* navbar ドロップダウン(子)テキストカラー */
.dropdown-menu>li>a {
	color: #ffffff;
}
/* navbar ドロップダウン(子)focus,hover時のカラー */
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #dc0012;
	background-color: #ffffff;
}

/* navbar 画面サイズ767px以下の時のカラー */
@media (max-width:767px) {	
	
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: transparent;
}

/* ドロップダウンactive設定時のカラー */
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #ffb163;
background-color: #d4ede9;
}
}
/* n
/* navbar ハンバーガー三本線 */
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
/* navbar ハンバーガーボタン,タップとホバーした時の背景色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ffffff;
}
/* navbar ハンバーガーボタン,タップとホバーした時の三本線 */
.navbar-default .navbar-toggle:focus > .icon-bar,
.navbar-default .navbar-toggle:hover > .icon-bar {
	background-color: #dc0012;
}

.kokunai event.purple{
	background: #bf00ff
}

#keyvisual{
	background: #dc0012;
}

#keyvisual .inner{
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	padding: 0.5em;
	text-align: center !important;
}

#keyvisual .inner span.sat{
	color: #0074ff
}

#keyvisual .inner span.sun{
	color: #ff6161
}

@media (max-width:767px) {
	#keyvisual .inner{
	font-size: 1.3em;
	}
	
}



#schedule table tr.even{
	background-color: #d8f3ff;
}

#schedule table tr.odd{
	background-color: #ffdcd9;
}


place.place{
	display: inline-block !important;
	color: #333;
	font-weight: bold;
	margin-right: 1em;
}
place.place span{
	width: 7em;
	display: inline-block;
	text-align: left;
}

@media (max-width:767px) {
	place.place{
		display: block !important;
		margin: 0;
	}
	place.place span{
		width: auto;
		display: block;
	}
	.flexB{
		display: block !important;
	} 
}


.flex{
	display: flex;
	margin-bottom: 50px;
}


.terumeknzw{
	color: red;
	font-weight: bold;
	border: 2px red solid;
	padding: 5px 10px 5px;
	margin: 10px 0px 10px 0px;
	width: 70%;
}

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 1100px;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 15px 12px;
    color :#FFF;
    font-weight: bold;
    background :#d92a3a;
    cursor :pointer;
    transition: all 0.5s;
    font-size: 25px;
}

.accbox label:hover {
    background :#f05f6b;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
        opacity: 1;
    
	background: #fff;
}

.box1 {
	margin: 0;
    padding: 20px 55px 30px 30px;
    background: #FFF; 
    border: 5px solid #f05f6b;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box1 .container{
	
	width: 100% !important;
}


.hotel {
    padding: 25px;
    border: 5px solid #d92a3a;
    background: #ffdbde;
}
.hotel p {
    margin: 0; 
    padding: 0;
}

.hotel .container{
	
	width: 100% !important;
}

.hotel .title{
	border-bottom: 1px dashed #d92a3a; 
	color: #d92a3a; 
	display: table; 
	
	padding-bottom: 5px; 
	font-weight: 500; 
	font-size: 14px; 
	margin-bottom: 10px;
}

.hotel .date{
	font-size: 13px; 
	font-weight: 500; 
	line-height: 25px;
}


.hotel .plan span{
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin-top: 5px;
}

.hotel .plan{
	font-size: 16px; 
	font-weight: bold;
}


/*予約ボタン*/

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1.0em 3.0em;
  color: #FFF;
  background: #d92a3a;/*背景色*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  float: right;
  text-decoration: none !important;
  margin-top: 10px;
  
}

.btn-square-pop:hover{
	color: #333 !important;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*予約ボタン*/


/*accbox*/
.accbox .title{
	border-bottom: 1px dashed #d92a3a; 
	color: #d92a3a; 
	display: table; 
	
	padding-bottom: 5px; 
	font-weight: 500; 
	font-size: 14px; 
	margin-bottom: 10px;
}

.accbox .plan span{
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin-top: 5px;
}

.accbox .plan{
	font-size: 16px; 
	font-weight: bold;
}


.accbox h2{
	
	margin-bottom: 15px;
	font-size: 18px;	
}



.accbox .date{
	font-size: 13px; 
	font-weight: 500; 
	line-height: 25px;
}


.accbox .money{
	color: red;
	line-height: 40px;
	}


.accbox h2 {
  position: relative;
  padding: 2px 8px 2px 20px;
  font-size: 25px;
  margin-left: 50px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  
}

.accbox h2:before {
  font-family: FontAwesome;  
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

/*accbox*/

h3{
	text-align: center;
}


.buscontainer{
	background: #fff7ed !important;
	border-bottom: #c8161e solid 8px;
	border-top: #c8161e solid 8px;
	margin-top: 100px;
	
}

.hotelcontainer{
	background: #fff7ed !important;
	border-bottom: #f6c506 solid 8px;
	border-top: #f6c506 solid 8px;
	margin-top: 100px;
}

.hotelcontainer h2:before{background: #f6c506 !important;}
.hotelcontainer .accbox label{background: #f6c506 !important;}
.hotelcontainer .btn-square-pop{background: #f6c506 !important;}
.hotelcontainer .accbox .title{border-bottom: 1px dashed #f6c506; color: #f6c506; }
.hotelcontainer .box1{margin: 0; padding: 20px 55px 30px 30px;background: #FFF;  border: 5px solid #f6c506;}



.hotelcontainerafter{
	background: #fff7ed !important;
	border-bottom: #28b45e solid 8px;
	border-top: #28b45e solid 8px;
	margin-top: 100px;
}


.hotelcontainerafter h2:before{background: #28b45e !important;}
.hotelcontainerafter .accbox label{background: #28b45e !important;}
.hotelcontainerafter .btn-square-pop{background: #28b45e !important;}
.hotelcontainerafter .box1{margin: 0; padding: 20px 55px 30px 30px;background: #FFF;  border: 5px solid #28b45e;}
.hotelcontainerafter .accbox .title{border-bottom: 1px dashed #28b45e; color: #28b45e; }
.hotelcontainerafter .cssacc:checked + .accshow { height: auto; opacity: 1;background: #fff;}

.hotelcontainer-only{
	background: #fff7ed !important;
	border-bottom: #69beff solid 8px;
	border-top: #69beff solid 8px;
	margin-top: 100px;
}



.hotelcontainer-only .box1{margin: 0; padding: 50px;background: #FFF;  border: 5px solid #69beff;margin-bottom: 30px;}
.hotelcontainer-only .btn-square-pop{background: #69beff !important;}

.hotelcontainer-only .title{
	border-bottom: 1px dashed #69beff; 
	color: #69beff; 
	display: table; 
	padding-bottom: 5px; 
	font-weight: 500; 
	font-size: 14px; 
	margin-bottom: 10px;
}

.hotelcontainer-only .date{
	font-size: 13px; 
	font-weight: 500; 
	line-height: 25px;
}

.hotelcontainer-only .date{
	font-size: 13px; 
	font-weight: 500; 
	line-height: 25px;
}


.hotelcontainer-only .plan{
	font-size: 16px; 
	font-weight: bold;
}

.hotelcontainer-only .plan span{
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin-top: 5px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.1em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-weight: 700;
  font-size: 16px;
  background: #f9d0ca;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f9d0ca;
}

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

.emtg{ 	 
	position: relative; 
}

.left{
	position: absolute;   
	top: 85%;   
	left: 0%; 
}		  
		  
.apple{
	position: absolute;   
	top: 86%;
	left: 57%;
}

.google{
	position: absolute;   
	top: 86%;
	right: 5%   
}


.box5 {
    padding: 1.0em 1em;
    margin: 2em 0;
    border: double 5px #c8161e;
    font-weight: 500;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

