.pc_off{
	display:none;
}
/*---top---*/
/*-----
	社内用chトップページで使用している記述です。
	使用しない場合は消してOK
	-----*/
.shanai_wrap h1 {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	color: #111;
	width: 1200px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*---top---*/
.top_wrap {
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}
.top_wrap h2 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #111;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.top_wrap h2 img {
	margin-right: 10px;
}
.t_main {
	margin-bottom: 50px;
}
.t_menu_wrap {}
.t_menu_ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.t_menu_ttl h3 {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
}
.t_menu_ttl h3 img {
	margin-right: 10px;
	margin-top: 3px;
}
.t_menu_link {
	width: 360px;
}
.t_menu_link a {
	border: 2px solid #008dd0;
	border-radius: 3px;
	background: #e6f4fb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 20px;
	color: #008dd0;
	font-size: 15px;
	line-height: 23px;
}
.t_menu_link a:hover {
	background: #008dd0;
	color: #fff;
}
.t_menu_link i {}
.t_menu_box {
	background: #f9f7f1;
	padding: 40px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.t_menu_box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.t_menu_box li {
	width: 360px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.t_menu_box li:nth-child(3n) {
	margin-right: 0;
}
.t_menu_box a {
	border: 1px solid #111;
	border-radius: 5px;
	background: #fff;
	color: #111;
	padding: 17px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 25px;
}
.t_menu_box a:hover {
	border: 1px solid #008dd0;
	background: #e6f4fb;
	color: #008dd0;
}
.t_menu_box a i {}
.t_search_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.t_search_box p {
	font-size: 15px;
	line-height: 24px;
}
.t_search_box_form {}
.cms_keysearch_form input {
	width: 600px;
}
/*---/top---*/
.f_media_logo {
	position: absolute;
	right: 5px;
	bottom: 3px;
	display: flex;
	align-items: center;
}
.f_media_logo a {
	display: block;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
}
.f_media_logo a:hover {
	opacity: 0.7;
}
.f_media_logo img {
	width: 90px;
}
.main_wrap{
    width: 100%;
    height: 600px;
    background: url(/channel_setting/img/main_bg.jpg) repeat-x;
    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;
}
.channel_vr_wrap{
	background-color:#fcfaea;
	padding:30px 0px 50px 0px;
	overflow:hidden;
	position:relative;
	margin-top: 80px;
}
.channel_vr{
	width:1100px;
	margin:0px auto 50px auto;
}
.channel_vr iframe{
	width:1100px;
	height:1000px;
}
.channel_vr h2{
	text-align:center;
	margin:0px 0px 45px 0px;
	border-bottom:solid 3px #ed6103;
	padding:0px 0px 35px 0px;
	position:relative;
}
.channel_vr h2::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ed6103;
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.channel_vr h2::after {
    content: "";
    height: 99px;
    width: 101px;
    background-image:url(/channel_setting/img/vr_title_img.png);
    position: absolute;
    bottom: 2px;
    right: 40px;
}
.channel_vr_box{
	overflow:hidden;
	padding:4px;
}
.channel_vr_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.channel_vr_box ul li{
	width:350px;
	height:440px;
	float:left;
	margin:0px 12px 20px 0px;
}
.channel_vr_box ul li:nth-child(3n){
	margin-right:0px;
}
.channel_vr_box ul li:nth-child(4){
	margin-bottom:0px;
}
.channel_vr_box ul li:nth-child(5){
	margin-bottom:0px;
}
.channel_vr_box ul li:nth-child(6){
	margin-bottom:0px;
}
.channel_vr_box ul li p{
    margin: 0px 0px 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height:22px;
}
.channel_vr_box ul li a{
    display: block;
	height:100%;
    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 a:hover{
	background-color:#fff5ef;
}
.channel_vr_img{
height: 230px;
	overflow:hidden;
	margin-bottom:10px;
}
.channel_vr_img img{
height: 230px;
    display: block;
    margin: auto;
}
.channel_vr_img iframe{
	width:100%;
	height:230px;
	border:none;
}
.channel_vr_tex{
	
}
.channel_vr_list{
	overflow:hidden;
	margin-bottom:5px;
	height:62px;
}
.channel_vr_list p{
    margin: 0px !important;
    height: 62px !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: 2;
    overflow: hidden;
    height: 41px;
}
.channel_vr_shosai{
	line-height:40px;
	font-size:14px;
	text-indent:16px;
	background-color:#eeeeee;
    border: solid 1px #cccccc;
	position:relative;
}
.channel_vr_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;
}
.vr_link{
display: block;
    width: 500px;
    background-color: #fdc609;
    border: solid 2px #fdc609;
    line-height: 60px;
    font-size: 17px;
    text-indent: 40px;
    position: relative;
    border-radius: 30px;
    color: #333;
    margin: 40px auto 0px auto;
}
.vr_link:hover{
	background-color:#FFF;
}
.vr_link::before {
content: "";
    right: 40px;
    top: 24px;
    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:1100px;
	margin:auto;
	padding:40px 0px 60px 0px;
	position:relative;
}
.room_tour_wrap h2{

}
.room_tour_title{
    font-size: 14px;
    margin: 0px 0px 10px 0px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}
.room_tour_wrap h2{
	text-align:center;
	margin:0px 0px 40px 0px;
	border-bottom:solid 3px #ed6103;
	padding:0px 0px 35px 0px;
	position:relative;
}
.room_tour_wrap h2::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ed6103;
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.room_tour_wrap h2::after {
    content: "";
    height: 77px;
    width: 137px;
    background-image: url(/channel_setting/img/roomtour_title_img.png);
    position: absolute;
    bottom: 14px;
    left: 30px;
}
.room_tour_wrap h2 img{

}
.room_tour_box{
overflow: hidden;
    padding: 4px;
}
.room_tour_box ul{
display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.room_tour_box ul li{
    width: 250px;
}
.room_tour_box ul li:last-child{
}
.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_box ul li a:hover{
	background-color:#fff5ef;
}
.room_tour_img{
    pointer-events: none;
}
.room_tour_img iframe{
	height:415px;
	width:100%;
}
.room_tour_tex{

}
.room_tour_list{
overflow: hidden;
	margin-top:20px;
    margin-bottom: 10px;
}
.room_tour_list ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.room_tour_list p{
	margin:0px !important;
}
.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 30px 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: 500px;
    background-color: #fdc609;
    border: solid 2px #fdc609;
    line-height: 60px;
    font-size: 17px;
    text-indent: 40px;
    position: relative;
    border-radius: 30px;
    color: #333;
    margin: 40px auto 0px auto;
}
.room_tour_link:hover{
	background-color:#FFF;
}
.room_tour_link::before {
    content: "";
    right: 40px;
    top: 24px;
    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:60px 0px;
	position:relative;
}
.shop_info{
	width:1100px;
	margin:auto;
}
.shop_info h2{
	text-align:center;
	margin:0px 0px 0px 0px;
	border-bottom:solid 3px #ed6103;
	padding:0px 0px 35px 0px;
	position:relative;
}
.shop_info h2::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ed6103;
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.shop_info h2::after {
    content: "";
    height: 130px;
    width: 78px;
    background-image: url(/channel_setting/img/shop_title_img.png);
    position: absolute;
    bottom: 10px;
    right: 40px;
}
.shop_info h2 img{

}
.shop_info_box{
	padding:65px;
	background-color:#FFF;
	overflow:hidden;
}
.shop_info_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.shop_info_box ul li{
    width: 447px;
    float: left;
    margin: 0px 76px 60px 0px;
}
.shop_info_box ul li:nth-child(2n){
	margin-right:0px;
}
.shop_info_box ul li:nth-child(3){
	margin-bottom:0px;
}
.shop_info_box ul li:nth-child(4){
	margin-bottom:0px;
}
.shop_info_img{
	margin-bottom:20px;
}
.shop_info_img iframe{
height: 260px;
    width: 100%;
}
.shop_info_tex{

}
.shop_info_tex h3{
	color:#ed6103;
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 20px 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: 32px;
    font-weight: bold;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 16px 0px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    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:16px;
}
.shop_info_tex p span{
    font-size: 16px;
    display: block;
    margin: 4px 0px 17px 0px;
	height:69px;
}
.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:210px;
	margin:0px;
}
.shop_info_list ul li a{
	display:block;
	font-size:15px;
	color:#fff;
	line-height:40px;
	padding:0px 0px 0px 20px;
    border: solid 2px #ed6103;
	background-color:#ed6103;
	position:relative;
}
.shop_info_list ul li a:hover{
	background-color:#FFF;
	color:#ed6103;
}
.shop_info_box ul li:nth-child(3) .shop_info_list ul li a{
	background-color:#0392d6;
	border: solid 2px #0392d6;
}
.shop_info_box ul li:nth-child(3) .shop_info_list ul li a:hover{
	background-color:#FFF;
	color:#0392d6;
}
.shop_info_box ul li:nth-child(4) .shop_info_list ul li a{
	background-color:#0392d6;
	border: solid 2px #0392d6;
}
.shop_info_box ul li:nth-child(4) .shop_info_list ul li a:hover{
	background-color:#FFF;
	color:#0392d6;
}
.shop_info_list ul li a::before {
    content: "";
    right: 24px;
    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;
}
.shop_info_list ul li a:hover::before {
    border-top: 1px solid #ed6103;
    border-right: 1px solid #ed6103;
}
.shop_info_box ul li:nth-child(3) .shop_info_list ul li a:hover::before {
    border-top: 1px solid #0392d6;
    border-right: 1px solid #0392d6;
}
.shop_info_box ul li:nth-child(4) .shop_info_list ul li a:hover::before {
    border-top: 1px solid #0392d6;
    border-right: 1px solid #0392d6;
}
.channel_jamp{
	position:absolute;
	top:-100px;
}
.channel_t_search_wrap{
    width: 1100px;
    margin: 0px auto 0px auto;
    border: solid 2px #ed6103;
    box-sizing: border-box;
}
.channel_t_search_wrap h2{
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-position-x: 24px;
    line-height: 58px;
    background-color: #ed6103;
    font-size: 24px;
    display: block;
    color: #fff;
    padding-left: 38px;
    margin: 0px 0px 0px 0px;
    letter-spacing: 1px;
}
.channel_t_search_wrap h2 span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}
.channel_t_search_box{
    padding: 40px;
    overflow: hidden;
    background: #f6f6f6;
}
.channel_t_search_box h3{
margin: 0px 0px 13px 0px;
    font-size: 16px;
    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: 14px;
    font-weight: bold;
    color: #ed6103;
    border: solid 1px #ed6103;
    line-height: 35px;
    padding: 0px 17px;
    border-radius: 5px;
	text-decoration:none;
	background-color:#FFF;
}
.channel_t_search_box ul li a:hover{
	background-color:#ed6103;
	color:#fff;
}
.channel_t_search_flee_box{
	overflow:hidden;
	margin:20px 0px 0px 0px;
}
.channel_keysearch_form{

}
.channel_keysearch_form input{
width: 777px;
    border-radius: 5px;
    border: solid 1px #333;
    float: left;
    text-indent: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: Noto Sans JP, sans-serif !important;
    padding: 15px 0px;
}
.channel_keysearch_form input::placeholder{
	color:#9a9898;
}
.channel_keysearch_form button{
    float: left;
    width: 50px;
    height: 57px;
    border: none;
    background: #ed6103;
    border-radius: 5px;
    margin-left: 15px;
    background-image: url(/channel_setting/img/t_main_icon01.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: 16px;
    background-position-x: center;
}
.panorama_come{
    font-size: 14px !important;
    color: #959595;
    height: 41px !important;
    margin-bottom: 10px !important;
}
