@charset "utf-8";
/* CSS Document */
/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);


/* common */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

body {
    font-size:13px;
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;
    line-height:1.5;
}

/*
@media (min-width: 780px) {
body {
   font-size:14px;
   line-height:1.7;
}
}
*/
/* common */

/* logo */
.logo {
    padding:0 10px;
}
.logo .logo_left{
    width:180px;
    float:left;
    padding:6px 0 0 15px;
}
.logo .logo_left img {
    float:left;
}
.logo .logo_right{
    width:30%;
    float:right;
    padding:0 15px 0 0;
}
.logo .logo_right img {
    float:right;
}
/* logo */

#hero {
    background-image: url(../images/hero_img_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

@media all and (max-width:767px) {
#hero {
    padding-top: 0%;
    background-image: url(../images/hero_img_sp.jpg);
    background-size:contain;
    }
}

.hero_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(-50%, -50%);
}

@media all and (max-width:767px) {
.hero_txt {
    top: 35%;
}
}

.text1 {
	color:#ffffff;
	font-size:50px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
	letter-spacing:5px;
	margin:auto;
    text-align: center;
	text-shadow: 1px 1px 3px #333333;
}

@media all and (max-width:767px) {
.text1 {
	font-size:40px;
}
}

.text2 {
	color:#ffffff;
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
	letter-spacing:2px;
	line-height:1.8;
	margin:auto;
    text-align: center;
	text-shadow: 1px 1px 3px #333333;
}

@media all and (max-width:767px) {
.text2 {
	font-size:20px;
}
}

#contents {
    background-color: #000;
    color: #fff;
    margin-top: 565px;
}

@media all and (max-width:767px) {
#contents {
    margin-top: 300px;
}
}

.cp {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    padding: 50px 0 0;
}

@media all and (max-width:767px) {
.cp {
    font-size: 16px;
    padding: 50px 10px;
}
}

.spc_wrapper {
    text-align: center;
}

a:hover.spc_img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.restaurant_box {
    margin: 0 auto;
    width: 864px;
    padding: 30px 0 20px 0;
}

@media all and (max-width:767px) {
.restaurant_box {
    width: 100%;
    padding: 20px 0;
}
}

h2 {
    margin-bottom: 80px;
}

.res_title_01 p:nth-of-type(1) {
    font-size: 30px;
    font-weight: 300;
    line-height: 55px;
    text-align: center;
}

@media all and (max-width:767px) {
.res_title_01 p:nth-of-type(1) {
    font-size: 24px;
    line-height: 30px;
}
}

em {
    font-weight: bold;
}

img.res_p {
    width: 85%;
    margin: 0 auto;
}

@media all and (max-width:767px) {
img.res_p {
    width: 100%;
}
}

.res_title_02 p:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.0;
    text-align: center;
    margin: 27px 0 46px;
}

.restaurant_box .kitchen_slider {
    position: relative;
}

.restaurant_box p.time {
    margin: 40px 0 12px;
    text-align: center;
}

.restaurant_box .time .category {
    display: block;
    font-weight: 900;
}

.restaurant_box .p1 li {
    border: 1px #fff solid;
    width: 275px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;     
}

.restaurant_box .p1 li:hover {background-color: #000;}

.restaurant_box .p1 li p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.restaurant_box .p1 li .df {
    font-size: 16px;
    line-height: 1.6;
}

.restaurant_box .p1 li .vm {
    font-size: 10px;
}

.restaurant_box .p1 a {
	color: #fff;
	text-decoration: none;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; 
}

.restaurant_box .p1 a:hover { color: #7126ff; background-color: #fff; text-decoration: none; }

.info {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 14px!important;
    background-color: #fff;
    margin: 0 auto;
}

@media all and (max-width:767px) {
.info {
    width: 100%;
    padding: 20px;
    text-align: left;
    font-size: 13px!important;
}
}

.inquire {
    width: 100%;
    padding: 40px 0 80px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
}

.inquire p {
    margin: 0;
    font-size: 20px;
}

.inquire span {
    font-size: 24px;
}

.hotel_logo {
    width: 100%;
    padding: 0 0 60px;
    text-align: center;
    background-color: #fff;
}

.hotel_logo a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

#footer {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
    background-color: #fff;    
}

#copyright {
	width: 94%;
	max-width: 430px;
    text-align: center;
    margin: 0 auto;
}
#copyright img {
	width: 100%;
}

/*************************
ボタン
*************************/
.button {
    display: inline-block;
    width: 240px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #dc3c41;
    border: 2px solid #dc3c41;
    color: #fff;
    line-height: 40px;
    border-radius:5px;
    margin:20px 0 10px;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #dc3c41;
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button::before {
    right: 0;
}
.button::after {
    left: 0;
}

.button:hover {
    background-color: #fff;
    border-color: #dc3c41;
    color: #dc3c41;
}

.button:hover::before,
.button:hover::after {
    width: 0;
    background-color: #dc3c41;
}

/*************************
トップへ戻るボタン
*************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index:1;
}
.pagetop a {
    display: block;
    background-color: #000;
    border:1px solid #000;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
    padding: 15px 10px;
    transition:0.8s;
    border-radius:5px;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}
.pagetop a:hover {
    color: #000;
    background-color: #fff;
    border:1px solid #000;
    text-decoration: none;
}

/*************************
改行制御
*************************/
@media all and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media all and (max-width: 767px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}

/*2019.5.15 追加*/

