.ori-sp-container{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	zoom:1;
    background: #141d3e;
    padding: 50px 0;
    font-family: 'Noto Serif JP', serif;
}

#ori-sp-wrapper a:hover{
	opacity: 1!important;
}

.title_menu{
	width: 1010px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.menu_list{
    width: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.menu_list h4{
	line-height: 0;
    margin-bottom: 25px;
}

.menu_list h4 img{
	vertical-align: top !important;
}

.menu_inner{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex: 1 0 auto;
}

.menu_inner a{
    position: relative;
    color: #ffffff;
    font-size: 15px;
    writing-mode: vertical-rl;
    display: block;
    text-align: left;
    letter-spacing: 0.5em;
    transition: all 0.3s;
    width: 1em;
}

.menu_inner a:hover{
    color: #ff0000;
}

.menu_inner a:after{
	position: absolute;
	content: url(/special/travel/cp_exquisite_gourmet_hotel/images/arrow_r.png);
	bottom: 0;
}

.slide_area{
	width: 100%;
	margin-bottom: 100px;
}

.slider{
	opacity: 0;
    transition: 3s;
}

.slick-initialized{
    opacity: 1;
}

.slide_area img{
	width: 505px;
	height: auto;
}

.main_conntents{
    width: 1010px;
    margin: auto;
}

.pref_content{
    margin-bottom: 175px;
}

.main_conntents .pref_content:nth-of-type(5){
    margin-bottom: 75px;
}

.pref_content h3{
    text-align: center;
    margin-bottom: 35px;
}

.hotel_content{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.pref_content .hotel_content:last-of-type{
    margin-bottom: 0;
}

.hotel_content .pic1,.hotel_content .pic2{
    width: 325px;
}

.hotel_content .pic2{
	
}

.hotel_content .hotel_overview{
    background: #332b5e;
    text-align: center;
    width: calc(100% - (325px * 2));
    height: 410px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    padding: 20px 15px;
}

.area_num{
	display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 30px;
}

.hotel_name{
    color: #c4872c;
    border-width: 1px 0;
    border-style: solid;
    padding: 20px 0;
    margin-bottom: 25px;
}

.hotel_name p:first-of-type{
	font-size: 27px;
    margin-bottom: 30px;
    line-height: 1.3em;
}

.hotel_guide{
    flex: 1 0 auto;
    font-size: 14px;
    line-height: 1.8em;
}

.longing_btn{
    background: #000000;
    width: 280px;
    margin: auto;
    transition: all 0.3s;
}

.longing_btn:hover{
    background: #aaaaaa;
}

.longing_btn a{
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;}

.longing_btn a:after{
	position: absolute;
	content: url(/special/travel/cp_exquisite_gourmet_hotel/images/arrow_c.png);
	right: 20px;
}

.note{
    font-size: 13px;
    text-align: left;
    color: #ffffff;
}

.on_sp{
	display: none;
}
@media screen and (min-width: 248px) and (max-width: 768px){
.title_menu,.menu_list,.menu_inner a,.main_conntents,.hotel_content .hotel_overview,.longing_btn,.hotel_content .pic1 img,.hotel_content .pic2 img{
    width: 100%;
}
.title_menu {
	justify-content: space-around;
    max-width: 660px;
    padding: 0 10px;
}

.main_conntents{
	max-width: 660px;
    padding: 0 10px;
}

.menu_list {
    margin-top: 40px;
}

.menu_inner {
    flex-wrap: wrap;
}

.menu_inner a {
    writing-mode: initial;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #02081F;
}

.menu_inner a:after {
    content: url(/special/travel/cp_exquisite_gourmet_hotel/images/arrow_c.png);
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
}

.hotel_content .hotel_overview {
    order: 1;
}
.hotel_content .pic1, .hotel_content .pic2{
display:none;
}
.hotel_content .pic1{
    /*order: 2;*/
}

.hotel_content .pic2 {
    /*order: 3;*/
}

.hotel_content .pic1, .hotel_content .pic2{
    /*width: 50%;*/
}

.slide_area img{
	width: 200px;
}

.pref_content {
    margin-bottom: 100px;
}

.hotel_content .hotel_overview {
    height: auto;
    padding: 20px 10px;
}

.hotel_guide {
    margin-bottom: 25px;
}

.on_pc{
	display: none;
}
.on_sp{
	display: block;
    margin: auto !important;
}
}

.slide-sp{
width:100%;
margin:0 auto;
text-align:center;
display:none;
}
.slide-sp img{
max-width:100%;
height:auto;
}
@media screen and (min-width: 248px) and (max-width: 768px){
.slide-sp{
display:block;
}
}