/*---top---*/
/*-----
	社内用chトップページで使用している記述です。
	使用しない場合は消してOK
	-----*/
.smart_off{
	display:none;
}
.top_wrap {
	margin: 0 3%;
	margin-top: 30px;
}
.top_wrap h2 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #111;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.top_wrap h2 img {
	margin-right: 5px;
	width: 20px;
}
.t_main {
	margin-bottom: 30px;
}
.t_menu_wrap {}
.t_menu_ttl {
	margin-bottom: 15px;
}
.t_menu_ttl h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 5px;
}
.t_menu_ttl h3 img {
	margin-right: 7px;
	margin-top: 3px;
}
.t_menu_link {}
.t_menu_link a {
	border: 2px solid #008dd0;
	border-radius: 3px;
	background: #e6f4fb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 3%;
	color: #008dd0;
	font-size: 4vw;
	line-height: 150%;
}
.t_menu_box {
	background: #f9f7f1;
	padding: 20px 5%;
	margin-bottom: 30px;
}
.t_menu_box ul {}
.t_menu_box li {
	width: 100%;
	margin-bottom: 10px;
}
.t_menu_box a {
	border: 1px solid #111;
	border-radius: 5px;
	background: #fff;
	color: #111;
	padding: 15px 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 4vw;
	line-height: 150%;
}
.t_search_box {}
.t_search_box p {
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-bottom: 10px;
}
.t_search_box_form {}
/*---/top---*/
.f_media_logo {
	position: absolute;
	bottom: -77px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	padding: 20px 0;
	width: 80%;
}
.f_media_logo a {
	display: block;
	font-size: 9px;
	line-height: 15px;
	color: #111;
}
.f_media_logo img {
	width: 90px;
}
.main_wrap{
    width: 100%;
    height: 340px;
    background: url(/channel_setting/img/main_bg.jpg) repeat-x;
	background-size:1200px;
    background-position: 0 0;
    -webkit-animation: bgslider 60s linear infinite;
    animation: bgslider 60s linear infinite;
	position:relative;
}
@-webkit-keyframes bgslider {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgslider {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}
.main_wrap img{
	display:block;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	position:absolute;
	width:88%;
}
.channel_vr_wrap{
	background-color:#fcfaea;
	padding:30px 0px 50px 0px;
	overflow:hidden;
	margin-top:50px;
}
.channel_vr{
	width:92%;
	margin:0px auto 20px auto;
}
.channel_vr iframe{
    width: 100%;
    height: 400px;
    overflow: scroll;
}
.channel_vr h2{
	text-align:center;
	margin:0px 0px 20px 0px;
	border-bottom:solid 3px #ed6103;
	padding:0px 0px 25px 0px;
	position:relative;
}
.channel_vr h2 img{
	display:block;
	width:71%;
	margin:auto;
}
.channel_vr h2::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ed6103;
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.channel_vr_box{
    overflow: hidden;
    padding: 4px;
    width: max-content;
}
.channel_vr_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.channel_vr_box ul li{
	width:240px;
	float:left;
	margin:0px 20px 0px 0px;
}

.channel_vr_box ul li a{
    display: block;
    background-color: #FFF;
    padding: 8px;
    color: #333;
    box-sizing: border-box;
    box-shadow: 0 0 4px #b1b1b1;
	text-decoration:none;;
}
.channel_vr_box ul li p{	
margin: 0px 0px 5px 0px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.channel_vr_img{
	overflow:hidden;
    height: 167px;
	margin-bottom:5px;
}
.channel_vr_img img{
	display:block;
	margin:auto;
    height: 167px;
}
.channel_vr_img iframe{
	width:100%;
	height:160px;
	border:none;
}
.channel_vr_tex{
	
}
.channel_vr_list{
	overflow:hidden;
	margin-bottom:5px;
}
.channel_vr_list p{
	margin:0px !important;
	height:auto !important;
}
.channel_vr_list p label{
font-size: 13px;
    color: #ec5c00;
    line-height: 24px;
    text-align: center;
    border-right: 5px;
    border: solid 1px #ec5c00;
    display: inline-block;
    width: auto;
    padding: 0px 19px;
    margin:0px 5px 5px 0px;
    border-radius: 3px;
}
.channel_vr_tex p{
    font-size: 13px;
    margin: 0px 0px 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 41px;
}
.channel_vr_shosai{
    line-height: 30px;
    font-size: 13px;
    text-indent: 16px;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    position: relative;
}
.channel_vr_shosai::before {
    content: "";
    right: 17px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    position: absolute;
}
.vr_link{
    display: block;
    width: 100%;
    background-color: #fdc609;
    line-height: 50px;
    font-size: 16px;
    text-indent: 35px;
    position: relative;
    border-radius: 30px;
    color: #333;
    margin: 20px auto 0px auto;
}
.vr_link::before {
content: "";
    right: 30px;
    top: 20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    position: absolute;
}
.room_tour_wrap{
	width:92%;
	margin:auto;
	padding:40px 0px 60px 0px;
}
.room_tour_wrap h2{
text-align: center;
    margin: 0px 0px 20px 0px;
    border-bottom: solid 3px #ed6103;
    padding: 0px 0px 20px 0px;
    position: relative;
}
.room_tour_title {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}
.room_tour_wrap h2::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ed6103;
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.room_tour_wrap h2 img{
    width: 72%;
}
.room_tour_box{
overflow: hidden;
    padding: 4px;
}
.room_tour_box ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.room_tour_box ul li{
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px;
}
.room_tour_box ul li:last-child{
	margin-right:0px;
}
.room_tour_box ul li a{
    display: block;
    background-color: #FFF;
    padding: 8px;
    color: #333;
    box-sizing: border-box;
    box-shadow: 0 0 4px #b1b1b1;
}
.room_tour_img{
	margin-bottom:10px;
    pointer-events: none;
}
.room_tour_img iframe{
	width:100%;
	height:260px;
}
.room_tour_tex{

}
.room_tour_list{
overflow: hidden;
    margin-bottom: 5px;
}
.room_tour_list p{
	margin-bottom:0px !important;
}
.room_tour_list ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.room_tour_list p label{
    font-size: 13px;
    color: #ec5c00;
    line-height: 24px;
    text-align: center;
    border-right: 5px;
    border: solid 1px #ec5c00;
    display: inline-block;
    width: auto;
    padding: 0px 19px;
    margin: 0px 5px 5px 0px;
    border-radius: 3px;
}
.room_tour_list ul li{

}
.room_tour_tex p{
    font-size: 13px;
    margin: 0px 0px 10px 0px;
}
.room_tour_shosai{
    line-height: 40px;
    font-size: 14px;
    text-indent: 16px;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    position: relative;
}
.room_tour_shosai::before {
    content: "";
    right: 17px;
    top: 14px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    position: absolute;
}
.room_tour_link{
    display: block;
    width: 100%;
    background-color: #fdc609;
    line-height: 50px;
    font-size: 16px;
    text-indent: 35px;
    position: relative;
    border-radius: 30px;
    color: #333;
    margin: 20px auto 0px auto;
}
.room_tour_link::before {
    content: "";
    right: 30px;
    top: 20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    position: absolute;
}
.shop_info_wrap{
	background-color:#fcfaea;
	padding:40px 0px;
}
.shop_info{
	width:92%;
	margin:auto;
}
.shop_info h2{
	text-align:center;
	margin:0px 0px 0px 0px;
	border-bottom:solid 3px #ed6103;
	padding:0px 0px 20px 0px;
	position:relative;
}
.shop_info h2::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ed6103;
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.shop_info h2 img{
	width:88%;
}
.shop_info_box{
    padding: 20px;
    background-color: #FFF;
    overflow: hidden;
}
.shop_info_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.shop_info_box ul li{
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: solid 1px #ed6103;
}
.shop_info_box ul li:nth-child(3){
	border-bottom:solid 1px #0392d6;
}
.shop_info_box ul li:nth-child(4){
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
}
.shop_info_img{
	margin-bottom:10px;
}
.shop_info_img iframe{
	width:100%;
	height:190px;
}
.shop_info_tex{

}
.shop_info_tex h3{
	color:#ed6103;
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}
.shop_info_box ul li:nth-child(3) .shop_info_tex h3{
	color:#0392d6;
}
.shop_info_box ul li:nth-child(4) .shop_info_tex h3{
	color:#0392d6;
}
.shop_info_tel{
font-size: 28px;
    font-weight: bold;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 10px 0px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    background-size: 21px;
    background-image: url(/channel_setting/img/shop_tel_con01.png);
}
.shop_info_box ul li:nth-child(3) .shop_info_tel{
    background-image: url(/channel_setting/img/shop_tel_con02.png);
}
.shop_info_box ul li:nth-child(4) .shop_info_tel{
    background-image: url(/channel_setting/img/shop_tel_con02.png);
}
.shop_info_tex p{
	font-size:14px;
}
.shop_info_tex p span{
    font-size: 14px;
    display: block;
    margin: 4px 0px 5px 0px;
}
.shop_info_list{

}
.shop_info_list ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
    display: flex;
    justify-content: space-between;
}
.shop_info_list ul li{
width: 48%;
    margin: 0px;
border: none;
	padding:0px;
}
.shop_info_list ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0px 0px 0px 15px;
    background-color: #ed6103;
    position: relative;
}
.shop_info_box ul li:nth-child(3) .shop_info_list ul li a{
	background-color:#0392d6;
}
.shop_info_box ul li:nth-child(4) .shop_info_list ul li a{
	background-color:#0392d6;
}
.shop_info_list ul li a::before {
    content: "";
    right: 15px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    position: absolute;
}
.channel_t_search_wrap{
    width: 92%;
    margin: 0px auto 0px auto;
    border: solid 2px #ed6103;
    box-sizing: border-box;
}
.channel_t_search_wrap h2{
    line-height: 48px;
    background-color: #ed6103;
    font-size: 5vw;
    display: block;
    color: #fff;
    padding-left: 17px;
    margin: 0px 0px 0px 0px;
    letter-spacing: 1px;
}
.channel_t_search_wrap h2 span{
    display: inline-block;
    font-size: 3vw;
    color: #fff;
    padding-left: 15px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}
.channel_t_search_box{
    padding: 20px;
    overflow: hidden;
    background: #f6f6f6;
}
.channel_t_search_box h3{
margin: 0px 0px 10px 0px;
    font-size: 4vw;
    letter-spacing: 1px;
}
.channel_t_search_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
}
.channel_t_search_box ul li{
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.channel_t_search_box ul li:last-child{
	margin-right:0px;
}
.channel_t_search_box ul li a{
    display: block;
    font-size: 3vw;
    font-weight: bold;
    color: #ed6103;
    border: solid 1px #ed6103;
    line-height: 30px;
    padding: 0px 10px;
    border-radius: 5px;
    text-decoration: none;
	background-color:#FFF;
}
.channel_keysearch_form{

}
.channel_keysearch_form input{
    width: 78%;
    line-height: 39px;
    border-radius: 5px;
    border: solid 1px #333;
    float: left;
    text-indent: 10px;
    font-size: 3vw;
    font-weight: bold;
    font-family: Noto Sans JP, sans-serif !important;
    margin: 0px;
}
.channel_keysearch_form input::placeholder{
	color:#9a9898;
}
.channel_keysearch_form button{
float: left;
    width: 14%;
    height: 37px;
    border: none;
    background: #ed6103;
    border-radius: 5px;
    margin-left: 2%;
    background-image: url(/channel_setting/img/t_main_icon01.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: 10px;
    background-position-x: center;
}
.panorama_come{
    font-size: 13px !important;
    color: #959595;
    height: 41px !important;
    margin-bottom: 10px !important;
}
.copyright {
    margin-bottom: 60px;
}