@charset "utf-8";


body {
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

a {
	color:#245fad;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
	text-decoration:underline;
}

img{
max-width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.flex{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.clearer {
clear: both;
}

.cnt{
width: 740px;
margin: 0 auto;
}

.sp{display:none;}

.sub_sp{display:none;}

.mt50{
margin-top: 50px !important;
}

.mt20{
margin-top: 20px !important;
}

/********************************
MV
********************************/

.catch_box {
padding: 25px 0;
text-align: center;
}

.catch_box span{
color:#FFFFFF;
font-weight:bold;
font-size:28px;
letter-spacing: 2px;
font-family: "M PLUS Rounded 1c"; 
border-bottom: 5px solid #f0bc68;
/* background: linear-gradient(180deg, #76040a 0%, #76040a 80%, #f0bc68 80%, #f0bc68 100%);*/
}

#mv {
text-align: center;
background-color: #76040a;
padding-top:110px;
	
}


#mv img{
	animation-name: fadein;
    animation-duration: 3s;
    animation-iteration-count: infini
}
@keyframes fadein {
from {
    opacity: 0;
   
}
to {
    opacity: 1;
   
}
}

/********************************
gnav
********************************/

#gnav{
background-color: #76040a;
}

#gnav ul{
	width:945px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#gnav ul li {
	width: 25%;
	text-align: center;
}

#gnav ul li a{
	display: block;
	background: url(../img/arrow.png) center 60px no-repeat;
	color: #cda558;
	padding: 25px 0 35px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c"; 
}

/********************************
subnav
********************************/
#subnav *{
	box-sizing: border-box;
}

#subnav{
	background-color: #76040a;
	position: fixed;
	z-index: 9999;
	height: 110px;
	width: 100%;	
}



#subnav ul{
	width:100%;
	max-width:950px;
	margin: 10px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}

#subnav ul li {
	width: 33.3%;
	text-align: center;
}

#subnav ul li {
	border-left:solid 1px #76040a;
	border-right:solid 1px #76040a;
}

#subnav ul li:first-child {
	border-left:none;
}
#subnav ul li:last-child {
	border-right:none;
}


#subnav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	
	color:#76040a;
	background-color: #ebe5da;
	
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c"; 
	position:relative;
	height:90px;
}

#subnav ul li a div{
	width:90%;
	text-align:center;
	position:relative;
	line-height:1.2;
}
#subnav ul li a div span{
	display:block;
}

#subnav ul li a .fas{
	position:absolute;
	top: 50%;
  	right:5%;
  	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#subnav ul li a div span:nth-child(2){
	font-size:12px;
}


#subnav ul li a:hover{
	background-color:#FFF;	
}

body#Jan .Jan a{
	background-color:#FFF;	
}

body#Apr .Apr a{
	background-color:#FFF;
}

body#July .July a{
	background-color:#FFF;
}
body#Oct .Oct a{
	background-color:#FFF;
}


/********************************
movie
********************************/

#movie {
background-color: #76040a;
}

#movie .cnt{
margin: 0 auto;
width: 940px;
padding: 30px 0;
}

#movie .cnt iframe{
height: 500px;
}

/********************************
point
********************************/

h2 {
/********************************
background: url(../img/icon.png) left center no-repeat;
********************************/
background-size: 50px 50px;
margin: 0 0 30px;
padding: 20px 0 20px 70px;
font-size: 36px;
color: #76040a;
font-weight: bold;
letter-spacing: 2px;
font-family: "M PLUS Rounded 1c"; 
border-top:10px double #76040a;
border-bottom:10px double #76040a;
}

h3.date_h3{
letter-spacing: 2px;
margin: 50px 0 30px;
padding:10px 0 0;
color: #76040a;
font-size: 22px;
line-height: 1.6;
text-align: center;
font-weight: bold;
position: relative;
font-family: "M PLUS Rounded 1c"; 
border-top: 2px solid #76040a;
border-bottom: 2px solid #76040a
}

h3.date_h3 p{
color: #000000;
}

p{
font-size: 16px;
line-height: 1.8;
color: #333333;
}

p strong{
font-weight: bold !important
}

p.catch{
padding: 15px 0;
text-align: center;
color:#76040a;
font-weight:bold;
font-size:20px;
font-family: "M PLUS Rounded 1c"; 
}

 

#point {
background-color: #ebe5da;
padding: 30px 0;
}

#point .cnt{
width: 740px;
}

#point h3{
background: #76040a;
letter-spacing: 2px;
margin: 50px 0 30px;
padding:10px 20px;
color: #cda558;
font-size: 22px;
line-height: 1.6;
text-align: center;
font-weight: bold;
position: relative;
font-family: "M PLUS Rounded 1c"; 
border-radius: 50px;
}

#point h3 strong{
border: 4px solid #ebe5da;
font-size: 16px;
font-weight: bold;
position: absolute;
top:-33%;
left:-20px;
width: 80px;
height: 80px;
border-radius: 50%;
background: #000000;
text-align:center;
line-height: 80px;
vertical-align: middle;
font-family: "M PLUS Rounded 1c"; 
}

#point h3.double strong{
top:0;
left:-20px;
}

#point h3 span{
font-size: 16px;
font-family: "M PLUS Rounded 1c"; 
}

#point ul li{
width: 48%;
margin-bottom: 20px;
}

#point ul li.full{
width: 100%;
}

#point ul li img{
max-width: 100%;
border-radius: 10px;
}

#point .img_box{
margin: 20px 0;
text-align: center;
}

#point ul li dt{
font-size: 18px;
font-weight: bold;
font-family: "M PLUS Rounded 1c"; 
margin: 10px 0;
}

#point ul li dd{
font-size: 16px;
line-height: 1.8;
}

#point .lunch_menu{
border: 1px solid #76040a;
padding: 25px 0 15px;
max-width: 94%;
width: 480px;
margin: 0 auto 50px;
text-align: center;
font-size:18px;
}

#point .lunch_menu ul{
width: 100%;
}

#point .lunch_menu ul li{
width: 100%;
line-height: 1.5;
margin-bottom: 10px;
}

#point .lunch_menu ul li span{
font-size: 14px;
}

#point .table_style02{
border-left: 1px solid #76040a;
border-top: 1px solid #76040a;
margin: 50px auto;
max-width: 94%;
width: 580px;
}

#point .table_style02 th{
border-right: 1px solid #76040a;
border-bottom: 1px solid #76040a;
padding: 5px;
background: #fff0ba;
line-height: 1.3;
font-size:14px;
}

#point .table_style02 td{
border-right: 1px solid #76040a;
border-bottom: 1px solid #76040a;
padding: 5px;
background: #FFFFFF;
line-height: 1.3;
font-size:14px;
}

p.note{
font-size: 14px;
padding-bottom: 0;
color: #666666;
text-align: left !important;
text-indent:-1em;
padding-left: 1em;
}

p.note:before { content:"※"; }

.chef{
background: #FFFFFF;
padding: 30px;
border-radius: 10px;
}

#point .chef ul li{
width: 400px;
margin-bottom: 0;
}

#point .chef ul li.photo{
width: 270px;
margin-bottom: 0;
}

#point .chef ul li dt{
font-size:18px;
font-weight: bold;
margin-bottom: 10px;
color: #525252;
}

#point .chef ul li dd p{
font-size: 16px;
line-height: 1.8;
margin-left: 5px;
padding: 5px 0;
color: #525252;
border-bottom: 1px dashed #ebe5da;
}

#point .chef ul li h4{
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
margin: 10px 0;
text-align: center;
font-family: "M PLUS Rounded 1c"; 
}

#point .chef ul li.photo p{
font-size: 14px;
letter-spacing: 2px;
text-align: center;
}

#point .chef p.note{
font-size: 12px;
margin: 20px 0 0;
padding: 10px 0 0;
border-top: 1px dashed #76040a;
}

#guide {
margin: 30px 0;
}

#guide dt{
font-size: 20px;
font-weight: bold;
color: #76040a;
margin: 0 0 10px;
font-family: "M PLUS Rounded 1c"; 
}

#guide dd{
font-size: 16px;
line-height: 1.8;
color: #333333;
margin: 0 0 30px;
}

#guide dd span{
padding: 3px;
background: #ebe5da;
font-size: 14px;
}

#guide .schedule{
margin: 40px 0;
}

#guide .table_style{
margin: 30px 0;
}

#guide .table_style dt{
font-size: 16px;
font-weight: bold;
color: #000000;
width: 18%;
margin: 0;
padding: 15px 0;
border-top: 1px dashed #ebe5da;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#guide .table_style dd{
font-size: 16px;
line-height: 1.8;
color: #333333;
margin: 0;
padding: 15px 0;
width: 82%;
border-top: 1px dashed #ebe5da;
}

#guide .table_style dt.full{
width: 100%;
padding:15px 0 5px;
}

#guide .table_style dd.full{
width: 100%;
border-top: none;
padding:0 0 15px;
}

.btn{
margin: 30px auto 60px;
}

.btn li{
width: 46%;
}

.btn a{
padding: 25px 0;
font-size: 23px;
background:#76040a url(../img/btn_arrow.png) 90% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}

.btn a:hover{
background-color: #000000;
text-decoration: none;
}

.btn_3{
margin: 30px auto 60px;
width: 540px;
max-width: 90%
}

.btn_3 li{
width: 100%;
margin-bottom: 20px;
}

.btn_3 a{
padding: 25px 50px 25px 0;
font-size: 23px;
background:#76040a url(../img/btn_arrow.png) 95% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}

.btn_3 a:hover{
background-color: #000000;
text-decoration: none;
}

.center_btn{
margin: 0 auto 30px;
width: 70%;
}

.center_btn a{
padding: 25px 0;
font-size: 23px;
background:#76040a url(../img/btn_arrow.png) 90% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}

.center_btn a:hover{
background-color: #000000;
text-decoration: none;
}


/********************************
access
********************************/

#access {
background-color: #ebe5da;
padding: 30px 0;}

#access .cnt{
/********************************
background: url(../img/train.png) right bottom no-repeat;
********************************/
padding-bottom: 40px;
}

#access .lead {
text-align: center;
font-size: 20px;
}

#access .lead strong{
font-weight: bold;
font-size: 24px;
}

p.right{
text-align: right;
font-size: 12px;
}

#access h3{
background: #76040a;
letter-spacing: 2px;
margin: 50px 0 40px;
padding:10px 20px;
color: #cda558;
font-size: 22px;
line-height: 1.6;
text-align: center;
font-weight: bold;
border-radius: 50px;
font-family: "M PLUS Rounded 1c"; 
}

#access dt{
font-size: 20px;
font-weight: bold;
color: #76040a;
margin: 0 0 10px;
font-family: "M PLUS Rounded 1c"; 
}

#access dd{
font-size: 16px;
line-height: 1.8;
color: #333333;
margin: 0 0 30px;
}

/********************************
apply
********************************/
#apply{
margin: 30px 0;
}

#apply h3{
background: #76040a;
letter-spacing: 2px;
margin: 0 0 20px;
padding:10px 20px;
color: #cda558;
font-size: 22px;
line-height: 1.6;
text-align: center;
font-weight: bold;
border-radius: 50px;
font-family: "M PLUS Rounded 1c"; 
}

#apply .tel{
font-size: 60px;
font-weight: bold;
line-height: 1;
margin: 50px 0 30px;
text-align: center;
font-family: "M+ Type-1 (general-j) Black";
}

#apply .tel span{
font-size: 18px;
}

#apply .support {
background: #f5f5f5;
padding: 30px;
}

footer {
background-color: #e12c0e;
margin: 30px 0 0;
text-align: center;
line-height: 0;
}

/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #c81428; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンを丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #000000; /*マウスオーバー時の背景色*/
}

#PageTopBtn {
    font-size: 10px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 70px;
    height: 70px;
    padding:16px 0 0;
	line-height: 1.4;
	box-sizing: border-box;
}

#PageTopBtn a span{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
font-family: "M PLUS Rounded 1c"; 
}

/********************************
apply_page
********************************/

h1{
padding: 30px 0;
text-align: center;
background-color: #ebe5da;
}

.return {
width: 740px;
margin: 0 auto;
padding: 20px 0;
}

.return a{
border-radius: 30px;
background-color: #245fad;
color: #FFFFFF;
padding: 5px 10px;
font-size: 12px;
}

.return a:hover{
text-decoration: none;
background-color: #3384ef;
}

#online_apply{
background-color: #ebe5da;
}


#online_apply .calender .month_box{
border-collapse: separate;
border-spacing: 4px;
width: 100%;
background-color: #ebe5da;
margin: 10px 10px 0;
}

#online_apply .calender .month_box tr.mon td{
background-color: #FFFFFF;
text-align: center;
padding: 5px 0;
font-size: 14px;
}

#online_apply .calender .month_box tr.mon.green td{
background-color:#D8FFE1

}

#online_apply .calender .month_box tr.week td{
background-color: #E6D7C9;
text-align: center;
padding: 3px;
font-size: 14px;
}

#online_apply .calender .month_box tr.day td{
background-color: #FFFFFF;
text-align: center;
padding: 5px;
font-size: 12px;
}

#online_apply .calender .month_box tr.day td.open{
padding: 0;
}

#online_apply .calender .month_box tr.day td.open a{
background-color: #FFCC66;
padding: 5px 0;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
}

#online_apply .calender p{
padding: 5px 0 20px;
font-size: 14px;
margin-left: 15px;
}

#online_apply .calender p span{
color:#FFCC66 !important;
}

#tel_apply{
padding: 30px 0;
}


#tel_apply h3{
background: #76040a;
letter-spacing: 2px;
margin: 0 0 20px;
padding:10px 20px;
color: #cda558;
font-size: 22px;
line-height: 1.6;
text-align: center;
font-weight: bold;
border-radius: 50px;
font-family: "M PLUS Rounded 1c"; 
}

#tel_apply .tel{
font-size: 60px;
font-weight: bold;
line-height: 1;
margin: 50px 0 30px;
text-align: center;
font-family: "M+ Type-1 (general-j) Black";
}

#tel_apply .tel span{
font-size: 18px;
}

#tel_apply .support {
background: #f5f5f5;
padding: 30px;
}

.list_style01{
margin:30px 0 50px;
}

.list_style01 li{
list-style: none;
margin-bottom: 15px;
margin-left: 1em;
text-indent: -1em;
font-size: 16px;
line-height: 1.5;
}

.list_style01 li:before{
content: "・";
color: #B10002;
}

.list_style01 li .line{
font-weight: bold;
 background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 70%, #fff600 70%, #fff600 100%);
}

.caution_list li{
margin-top: 10px;
font-size: 15px;
color: #B10002;
line-height: 1.5;
text-indent: -1em;
margin-left: 1em;}

.caution_list li:before{
content: "※";

}

.caution_list2 li{
margin-top: 10px;
font-size: 15px;
color: #000000;
line-height: 1.5;
text-indent: -1em;
margin-left: 1em;}

.caution_list2 li:before{
content: "※";
color: #B10002;
}
.shuttle_img{
margin: 50px 0;
text-align: center
}

.date_style{
font-size: 18px;
font-weight: bold;
margin: 20px 0 ;
}

.shuttle_map {
width: 740px;
margin: 50px 0;
}

.shuttle_map li{
width: 360px;
margin-top: 20px;
}

.shuttle_map li img {
width: 100%;
height: auto;
}

.cnt h4{
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
margin: 10px 0;
text-align: center;
font-family: "M PLUS Rounded 1c"; 
}

/********************************
クリスマストレイン
********************************/
#xmas_wrapper{
background: #b50024;
}

#xmas_wrapper div,#xmas_wrapper h3{
box-sizing: border-box;
}

#xmas_wrapper .contents{
background: #FFFFFF;
width: 950px;
margin: 0 auto;
padding: 40px;
box-sizing: border-box;
}

#Oct .xmas a{
background: #b70325;
color: #FFFFFF
}

#Oct .xmas a span{
font-size: 14px;
}

#Jan .xmas a{
background: #b70325;
color: #FFFFFF
}

#Jan .xmas a span{
font-size: 14px;
}

.xmas_ttl{
text-align: center;
font-size: 40px;
font-family: "M PLUS Rounded 1c"; 
color: #c70820;
background: #FFFFFF;
padding:130px 20px 20px;
font-weight: bold;
}

.xmas_ttl span{
font-size: 32px;
color:#a47100 ;
font-family: "M PLUS Rounded 1c"; 
}

.xmas_mv {
width: 950px;
text-align: center;
margin:0 auto 0;
padding: 20px 0 0;
background:url("../img/xmas/ttl_bg.png") center top no-repeat}

.xmas_mv p{
color: #FFFFFF;
line-height: 1.5;
font-size: 20px;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
margin-bottom: 10px;
}

.xmas_mv p span{
font-size: 16px;
font-family: "M PLUS Rounded 1c"; 
}

.xmas_mv img{
	animation-name: fadein;
    animation-duration: 3s;
    animation-iteration-count: infini
}

#xmas_wrapper .contents .detail{
width: 50%;
box-sizing: border-box;
padding: 20px;
background-color: #f6f0e3;
margin-bottom: 50px;
}

#xmas_wrapper .contents .detail dt{
width: 20%;
font-size: 14px;
font-weight:bold;
line-height: 1.5
}

#xmas_wrapper .contents .detail dd{
width: 80%;
font-size: 14px;
font-weight:bold;
line-height: 1.5
}

#xmas_wrapper .contents .detail dd.caution{
width: 100%;
font-size: 10px;
line-height: 1.5;
padding: 0 0 10px;
font-weight:normal;
}

#xmas_wrapper .contents .img_box{
width: 50%;
margin-bottom: 50px;
}

#xmas_wrapper .contents h3{
background: #76040a;
letter-spacing: 2px;
margin: 0 0 20px;
padding:10px 20px;
color: #cda558;
font-size: 22px;
line-height: 1.6;
text-align: center;
font-weight: bold;
border-radius: 50px;
font-family: "M PLUS Rounded 1c"; 
width: 100%;
}

#xmas_wrapper .contents h3 span{
font-size: 16px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .ttl{
margin: 50px 0 20px;
font-size: 36px;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; 
font-weight: bold;
line-height: 1.5;
}

#xmas_wrapper .contents ul.col3 li{
width: 32%;
margin-bottom: 20px;
}

#xmas_wrapper .contents ul.col3 li p{
text-align: center;
font-size: 14px;
}

#xmas_wrapper .contents .piano .detail{
width: 65%;
box-sizing: border-box;
padding: 20px;
background: #F5F5F5 url("../img/xmas/detail_bg.png") left top no-repeat
}

#xmas_wrapper .contents .piano .detail .ttl{
margin: 0 0 10px;
font-size: 32px;
}

#xmas_wrapper .contents .piano .detail p.right{
text-align: right;
font-size: 12px;
}

#xmas_wrapper .contents .piano .img_box{
width: 35%;
}

#xmas_wrapper .contents .detail2{
width: 70%;
box-sizing: border-box;
padding: 20px;
background: #F5F5F5 url("../img/xmas/detail_bg.png") right bottom no-repeat;
margin-bottom: 50px;
}

#xmas_wrapper .contents .detail2 .ttl{
margin: 0 0 10px;
font-size: 28px;
}

#xmas_wrapper .contents .detail2 .ttl span{
font-size: 16px;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; 
}

#xmas_wrapper .contents .detail2 dt{
width: 100%;
font-size: 16px;
line-height: 1.5
}

#xmas_wrapper .contents .detail2 dd{
width: 100%;
font-size: 14px;
line-height: 1.5;
margin-bottom: 7px;
}

#xmas_wrapper .contents .img_box2{
width: 30%;
}

#xmas_wrapper .contents .root01{
width: 49%;
margin-bottom: 50px;
}

#xmas_wrapper .contents .root01 h4{
background: #008562;
padding: 5px;
color: #FFFFFF;
font-size: 16px;
margin-bottom: 10px;
}

#xmas_wrapper .contents .root01 table{
width: 100%;
margin-bottom: 20px;
}


#xmas_wrapper .contents .root01 table th{
font-size: 16px;
text-align: center;
padding: 5px;
line-height: 1.5;
}


#xmas_wrapper .contents .root01 table td{
font-size: 14px;
text-align: center;
padding: 5px 15px 5px 0;
line-height: 1.5;
background: url("../img/xmas/arrow_g.png") right center no-repeat;
}

#xmas_wrapper .contents .root01 table td:last-child{
padding: 5px 0 5px 0;
background:none;
}

#xmas_wrapper .contents .root01 table tr{
border-bottom: 1px dashed #CCCCCC;
}

#xmas_wrapper .contents .root02{
width: 49%;
margin-bottom: 50px;
}

#xmas_wrapper .contents .root02 h4{
background: #005d97;
padding: 5px;
color: #FFFFFF;
font-size: 16px;
margin-bottom: 10px;
}

#xmas_wrapper .contents .root02 table{
width: 100%;
margin-bottom: 20px;
}


#xmas_wrapper .contents .root02 table th{
font-size: 16px;
text-align: center;
padding: 5px;
line-height: 1.5;
}


#xmas_wrapper .contents .root02 table td{
font-size: 14px;
text-align: center;
padding: 5px 15px 5px 0;
line-height: 1.5;
background: url("../img/xmas/arrow_b.png") right center no-repeat;
}

#xmas_wrapper .contents .root02 table td:last-child{
padding: 5px 0 5px 0;
background:none;
}

#xmas_wrapper .contents .root02 table tr{
border-bottom: 1px dashed #CCCCCC;
}


#xmas_wrapper .contents .root01 ul li{
width: 49%;
}

#xmas_wrapper .contents .root02 ul li{
width: 49%;
}

#xmas_wrapper .contents .access{
background: url("../img/xmas/access_bg_pc.jpg") left top no-repeat;
padding-left: 300px;
}

#xmas_wrapper .contents .access h4{
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .access h5{
font-size:16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .access ul{
margin-left: 20px;
}

#xmas_wrapper .contents .access ul li{
list-style: disc;
font-size: 16px;
margin-bottom: 5px;
line-height: 1.4
}

#xmas_wrapper .contents .conditions{
margin: 50px 0;
}

#xmas_wrapper .contents .conditions .ttl{
margin: 0;
font-size: 18px; 
font-weight: bold;
font-family: "M PLUS Rounded 1c"; 
line-height: 1.5;
background: #76040a;
padding:10px;
color: #FFFFFF;
width: 100%;
}
#xmas_wrapper .contents .conditions .ttl span{
font-size: 15px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .conditions .detail3{
border: 2px solid #76040a;
padding: 20px;
}

#xmas_wrapper .contents .conditions .detail3 dt{
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}

#xmas_wrapper .contents .conditions .detail3 dd{
font-size: 14px;
margin-bottom: 20px;
line-height: 1.5;
}

#xmas_wrapper .contents .conditions .detail3 dd.price{
background: #F5F5F5;
padding: 20px;
font-size: 20px;
font-weight: bold;
font-family: "M PLUS Rounded 1c"; 
text-align: center;
margin: 0 0 40px;
}

#xmas_wrapper .contents .conditions .detail3 dd table{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

#xmas_wrapper .contents .conditions .detail3 dd table th{
background: #FFF4F4
}

#xmas_wrapper .contents .conditions .detail3 dd table th, #xmas_wrapper .contents .conditions .detail3 dd table td{
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
padding: 5px;
font-size: 12px;
text-align: center;
}

.vd{
background: url("../img/xmas/vd_bg.jpg") bottom center no-repeat;
margin-top: 50px;
padding: 50px 0 10px;
text-align: center;
}

.vd .box{
border: 2px solid #FF5378;
padding:5px 10px;
font-size: 20px;
line-height: 1;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
color:red;
}

#xmas_wrapper .contents .vd .ttl{
font-size: 30px;
line-height: 1.5;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
color: red;
margin: 20px 0;
}

#xmas_wrapper .contents  .vd .ttl span{
font-size: 24px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .vd .date{
font-size: 24px;
color: #000000;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
}

#xmas_wrapper .contents .vd .btn{
margin: 30px auto 60px;
width: 800px;
}

#xmas_wrapper .contents .vd .btn li{
width: 46%;
}

#xmas_wrapper .contents .vd .btn span{
padding: 25px 0;
font-size: 23px;
background:#666666 url(../img/btn_arrow.png) 90% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .reserve{
border: 2px solid #76040a;
padding: 20px 20px 0;
margin: 30px 0;
}

#xmas_wrapper .contents .reserve h4{
color: #76040a;
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
font-family: "M PLUS Rounded 1c"; 
text-align: center
}

#xmas_wrapper .contents .reserve .btn2{
margin: 30px auto 60px;
width: 800px;
}

#xmas_wrapper .contents .reserve .btn2 li{
width: 46%;
}

#xmas_wrapper .contents .reserve p{
font-size: 16px;
text-align: center;
}

#xmas_wrapper .contents .reserve .btn2 span{
padding: 25px 0;
font-size: 23px;
background:#666666 url(../img/btn_arrow.png) 90% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}


/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

@media screen and (max-width: 945px) {

	#gnav ul{
	width:100%;
	}
	
	#subnav ul{
		width:100%;
	}
	
	
	#point h3 strong{
	left:-5px; 
	}
	
	#point h3.double strong{
	left:-5px;
	}
	
/********************************
クリスマストレイン
********************************/

#xmas_wrapper .contents{
width: 100%;
padding: 40px;
}

.xmas_ttl{
text-align: center;
font-size: 32px;
}

.xmas_ttl span{
font-size: 20px;
}

.xmas_mv {
width: 100%;
padding: 20px 0 0;}

.xmas_mv p{
font-size: 18px;
margin-bottom: 10px;
}
.xmas_mv p span{
font-size: 12px;
}

.xmas_mv .pc{
width: 90%;
}

#xmas_wrapper .contents .detail{
width: 100%;
padding: 20px;
margin-bottom: 20px;
}

#xmas_wrapper .contents .detail dt{
width: 15%;
font-size: 16px;

}

#xmas_wrapper .contents .detail dd{
width: 85%;
font-size: 16px;
}

#xmas_wrapper .contents .detail dd.caution{
width: 100%;
font-size: 12px;
padding: 0 0 10px;
}

#xmas_wrapper .contents .img_box{
width: 100%;
text-align: center;
}


#xmas_wrapper .contents .ttl{
font-size: 24px;
}


#xmas_wrapper .contents ul.col3 li p{
font-size: 12px;
}

#xmas_wrapper .contents .piano .detail{
width: 55%;
}

#xmas_wrapper .contents .piano .detail .ttl{
margin: 0 0 10px;
font-size: 20px;
}

#xmas_wrapper .contents .piano .detail p{
font-size: 14px;
}

#xmas_wrapper .contents .piano .detail p.right{
font-size: 10px;
}

#xmas_wrapper .contents .piano .img_box{
width: 45%;
margin-bottom: 0;
}

#xmas_wrapper .contents .detail2{
width: 52%;
margin-bottom: 50px;
}

#xmas_wrapper .contents .detail2 .ttl{
margin: 0 0 10px;
font-size: 20px;
}

#xmas_wrapper .contents .detail2 .ttl span{
font-size: 14px;
}

#xmas_wrapper .contents .detail2 dd{
width: 100%;
font-size: 14px;
line-height: 1.5;
margin-bottom: 6px;
}

#xmas_wrapper .contents .img_box2{
width:48%;
}

#xmas_wrapper .contents .root01{
width: 100%;
margin-bottom: 20px;
}


#xmas_wrapper .contents .root02{
width: 100%;
margin-bottom: 50px;
}

#xmas_wrapper .contents .root02 h4{
background: #005d97;
padding: 5px;
color: #FFFFFF;
font-size: 16px;
margin-bottom: 10px;
}

#xmas_wrapper .contents .root02 table{
width: 100%;
margin-bottom: 20px;
}


#xmas_wrapper .contents .root02 table th{
font-size: 16px;
text-align: center;
padding: 5px;
line-height: 1.5;
}


#xmas_wrapper .contents .root02 table td{
font-size: 14px;
text-align: center;
padding: 5px 15px 5px 0;
line-height: 1.5;
background: url("../img/xmas/arrow_b.png") right center no-repeat;
}

#xmas_wrapper .contents .root02 table td:last-child{
padding: 5px 0 5px 0;
background:none;
}

#xmas_wrapper .contents .root02 table tr{
border-bottom: 1px dashed #CCCCCC;
}


#xmas_wrapper .contents .root01 ul li{
width: 49%;
}

#xmas_wrapper .contents .root02 ul li{
width: 49%;
}

#xmas_wrapper .contents .access{
background: url("../img/xmas/access_bg_pc.jpg") left top no-repeat;
padding-left: 300px;
}

#xmas_wrapper .contents .access h4{
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .access h5{
font-size:16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .access ul{
margin-left: 20px;
}

#xmas_wrapper .contents .access ul li{
list-style: disc;
font-size: 16px;
margin-bottom: 5px;
line-height: 1.4
}

#xmas_wrapper .contents .conditions{
margin: 50px 0;
}

#xmas_wrapper .contents .conditions .ttl{
margin: 0;
font-size: 18px; 
font-weight: bold;
font-family: "M PLUS Rounded 1c"; 
line-height: 1.5;
background: #76040a;
padding:10px;
color: #FFFFFF;
width: 100%;
}
#xmas_wrapper .contents .conditions .ttl span{
font-size: 15px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .conditions .detail3{
border: 2px solid #76040a;
padding: 20px;
}

#xmas_wrapper .contents .conditions .detail3 dt{
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}

#xmas_wrapper .contents .conditions .detail3 dd{
font-size: 14px;
margin-bottom: 20px;
line-height: 1.5;
}

#xmas_wrapper .contents .conditions .detail3 dd.price{
background: #F5F5F5;
padding: 20px;
font-size: 20px;
font-weight: bold;
font-family: "M PLUS Rounded 1c"; 
text-align: center;
margin: 0 0 40px;
}

#xmas_wrapper .contents .conditions .detail3 dd table{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

#xmas_wrapper .contents .conditions .detail3 dd table th{
background: #FFF4F4
}

#xmas_wrapper .contents .conditions .detail3 dd table th, #xmas_wrapper .contents .conditions .detail3 dd table td{
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
padding: 5px;
font-size: 12px;
text-align: center;
}



.vd{
background: url("../img/xmas/vd_bg.jpg") bottom center no-repeat;
margin-top: 50px;
padding: 50px 0 10px;
text-align: center;
}

.vd .box{
border: 2px solid #FF5378;
padding:5px 10px;
font-size: 20px;
line-height: 1;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
color:red;
}

#xmas_wrapper .contents .vd .ttl{
font-size: 30px;
line-height: 1.5;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
color: red;
margin: 20px 0;
}

#xmas_wrapper .contents  .vd .ttl span{
font-size: 24px;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .vd .date{
font-size: 24px;
color: #000000;
font-family: "M PLUS Rounded 1c"; 
font-weight: bold;
}

#xmas_wrapper .contents .vd .btn{
margin: 30px auto 60px;
width: 90%;
}

#xmas_wrapper .contents .vd .btn li{
width: 46%;
}

.vd .btn span{
padding: 25px 0;
font-size: 23px;
background:#666666 url(../img/btn_arrow.png) 90% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}


#xmas_wrapper .contents .reserve .btn2{
margin: 30px auto 60px;
width: 90%;
}

#xmas_wrapper .contents .reserve .btn2 li{
width: 46%;
}

#xmas_wrapper .contents .reserve .btn2 span{
padding: 25px 0;
font-size: 23px;
background:#666666 url(../img/btn_arrow.png) 90% center no-repeat;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}


}

@media screen and (max-width: 740px) {

	.sp{
	display: block;
	}
	
	.pc{
	display:none;
	}
	
	.cnt{
	width: 96%;
	margin: 0 auto;
	}
	
	#gnav ul li {
	width: 50%;
	border-bottom: 2px solid #ebe5da;
	}
	
	#gnav ul li a{
	background: url(../img/arrow.png) center 40px no-repeat;
	color: #cda558;
	padding: 15px 0 25px;
	font-size: 16px;
	}
	
	
	#subnav ul li a{
		padding: 15px 0 25px;
		font-size: 16px;
		align-items: unset;
	}
	
	#subnav ul li a .fas{
		position:inherit;
		top: unset;
		right:unset;
		transform: none;
		-webkit- transform: none ;
	}
	
	#subnav ul li a div span:nth-child(2){
		font-size:9px;
	}
	
	.catch_box span{
font-size:20px;
}

	
	
	/********************************
	movie
	********************************/
	
	
	#movie .cnt{
	width: 96%;
	padding: 10px 0;
	}
	
	#movie .cnt iframe{
	height:240px;
	}
	
	/********************************
	point
	********************************/
	
	h2 {
	background: url(../img/icon.png) left center no-repeat;
	background-size: 30px 30px;
	margin: 0 0 30px;
	padding: 10px 0 10px 50px;
	font-size: 24px;
	color: #76040a;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c"; 
	border-top:10px double #76040a;
	border-bottom:10px double #76040a;
	}
	
	
	#point .cnt{
	width: 96%;
	margin: 0 auto;
	}
	
	#point h3{
	margin: 30px 0 30px;
	padding:10px 0 10px 80px;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	}
	
	#point h3 strong{
	border: 4px solid #ebe5da;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top:0;
	left:-5px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
	font-family: "M PLUS Rounded 1c"; 
	}
	
	#point h3.double strong{
	top:0;
	left:-5px;
	}
	
	#point h3 span{
	font-size: 14px;
	}
	
	#point ul li{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	}
	
	#point .img_box{
	margin: 20px 0 ;
	text-align: center;
	}
	
	#point ul li dt{
	font-size: 16px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c"; 
	margin: 10px 0;
	}
	
	#point ul li dd{
	font-size: 16px;
	text-align: left;
	margin-bottom: 30px;
	}
	
	
	#point .chef ul li{
	width: 100%;
	margin-bottom: 0;
	}
	
	#point .chef ul li.photo{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	}
	
	#point .chef ul li dt{
	text-align: left;
	}
	
	#point .chef p.note{
	font-size: 12px;
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px dashed #76040a;
	}
	
	#point .lunch_menu{
font-size:16px;
}
	
	p.note{
	font-size: 14px;
	padding-bottom: 0;
	color: #666666;
	text-align: left !important;
	text-indent:-1em;
	padding-left: 1em;
	}
	
	p.note:before { content:"※"; }
	
	#guide {
	margin: 30px 0;
	}
	
	#guide .schedule{
	margin: 0;
	}
	
	#guide .scroll{
	overflow: scroll;
	}
	
	#guide .scroll img{
	max-width:1200px;
	}
	
	#guide .table_style dt{
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px dashed #ebe5da;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	#guide .table_style dd{
	margin: 0;
	padding: 5px 0 10px;
	width: 100%;
	border-top: none
	}
	
	#guide .table_style dt.full{
	padding:10px 0 0;
	}
	
	#guide .table_style dd.full{
	
	padding:5px 0 10px;
	}
	
	.caution {
	color: #ab161d;
	font-size: 12px;
	margin: 0 0 20px;
	}
	
	.btn{
	margin: 30px auto;
	}
	
	.btn li{
	width: 48%;
	}
	
	.btn a{
	padding: 15px 0;
	font-size: 16px;
	background:#76040a url(../img/btn_arrow.png) 95% center no-repeat;
	background-size: 7px 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #999999;
	font-family: "M PLUS Rounded 1c"; 
	}
	
	.btn_3 a{
    padding: 15px 0;
    font-size: 16px;
    background:#76040a url(../img/btn_arrow.png) 95% center no-repeat;
    background-size: 7px 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #999999;
	font-family: "M PLUS Rounded 1c"; 
	line-height: 1.3
}
	
	.center_btn{
	margin: 0 auto 0;
	width: 100%;
	}
	
	.center_btn a{
	padding: 15px 0;
	font-size: 16px;
	background:#76040a url(../img/btn_arrow.png) 95% center no-repeat;
	background-size: 7px 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #999999;
	font-family: "M PLUS Rounded 1c"; 
	}
	
	/********************************
	access
	********************************/
	
	#access{
	padding: 30px 0 10px;
	}
	
	#access .cnt{
	background-size: 100% auto;
	padding-bottom: 10px;
	}
	
	#access .lead {
	font-size: 16px;
	margin-bottom: 10px;
	}
	
	#access .lead strong{
	font-weight: bold;
	font-size: 18px;
	}
	
	p.right{
	}
	
	#access h3{
	font-size: 18px;
	}
	
	#access dl{
	margin: 0 20px;
	}
	
	#access dt{
	font-size: 16px;
	}
	
	/********************************
	apply
	********************************/
	#apply{
	margin: 30px 0;
	}
	
	#apply h3{
	font-size: 18px;
	}
	
	#apply .tel{
	font-size: 32px;
	margin: 40px 0 30px;
	line-height: 0;
	}
	
	#apply .tel span{
	font-size: 14px;
	line-height: 1.5;
	display: block;
	padding-top: 25px;
	}
	
	#apply .support {
	background: #f5f5f5;
	padding: 20px;
	font-size: 12px;
	}
	
	footer {
	background-color: #e12c0e;
	margin: 30px 0 0;
	text-align: center;
	line-height: 0;
	}
	
	#PageTopBtn {
		font-size: 10px;
	}
	
	#PageTopBtn a span{
		font-size: 10px;
	}
	
	#PageTopBtn a {
		width: 40px;
		height: 40px;
		padding: 5px 0;
	}
	
	
	/********************************
	apply_page
	********************************/
	
	
	.return {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
	}
	
	#online_apply .calender .flex li{
	width: 100%;
	text-align: center;
	}
	
	#online_apply .calender .month_box{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	background-color: #ebe5da;
	margin: 10px 0 0;
	}
	
	#online_apply .calender .month_box tr.mon td{
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	}
	
	#online_apply .calender .month_box tr.week td{
	background-color: #E6D7C9;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	}
	
	#online_apply .calender .month_box tr.day td{
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	}
	
	#online_apply .calender .month_box tr.day td.open{
	padding: 0;
	}
	
	#online_apply .calender .month_box tr.day td.open a{
	background-color: #FFCC66;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	}
	
	#online_apply .calender p{
	margin-left: 0;
	text-align: center;
	}
	
	#online_apply .calender p span{
	color:#FFCC66 !important;
	}
	
	#tel_apply h3{
	font-size: 18px;
	}
	
	#tel_apply .tel{
	font-size: 32px;
	margin: 40px 0 30px;
	line-height: 0;
	}
	
	#tel_apply .tel span{
	font-size: 14px;
	line-height: 1.5;
	display: block;
	padding-top: 25px;
	}
	
	#tel_apply .support {
	background: #f5f5f5;
	padding: 20px;
	font-size: 12px;
	}
	
.list_style01{
margin:30px 0 50px;
}
	
.caution_list li{
font-size: 14px;}

.caution_list2 li{
font-size: 14px;}

.date_style{
font-size: 16px;
}

.shuttle_img{
margin: 30px 0;
text-align: center
}
	
.shuttle_map {
width: 100%;
margin: 40px 0;
}

.shuttle_map li{
width: 100%;
max-width: 448px;
margin: 20px auto 0
}

/********************************
クリスマストレイン
********************************/

#xmas_wrapper .contents{
padding: 20px;
}

#xmas_wrapper .contents p{
font-size: 14px;
}

#Oct .xmas a span{
font-size: 12px;
padding-bottom: 5px
}

.xmas_ttl{
font-size: 16px;
line-height: 1.5
}

.xmas_ttl span{
font-size: 12px;
}

.xmas_mv {
margin:0 auto 0;
background-size: 100% auto;
}

.xmas_mv img.sp{
max-width: 90%;
padding: 0 5% 10px;
}

.xmas_mv p{
font-size: 14px;
margin-bottom: 10px;
}

.xmas_mv p span{
font-size: 12px;
}

#xmas_wrapper .contents .btn{
margin: 0 auto 30px;
}


#xmas_wrapper .contents .detail dt{
width: 100%;
font-size: 14px;
}

#xmas_wrapper .contents .detail dd{
width: 100%;
font-size: 14px;
font-weight: normal;
}

#xmas_wrapper .contents .detail dd.caution{
font-size: 12px;
margin-bottom: 10px;
}

#xmas_wrapper .contents .img_box{
margin-bottom: 30px;
}

#xmas_wrapper .contents h3{
padding:10px 20px;
font-size: 18px;
}

#xmas_wrapper .contents h3 span{
font-size: 12px;
}

.space{
width: 100%;
height: 20px;
}

#xmas_wrapper .contents .ttl{
margin: 30px 0 20px;
font-size: 20px;
}

#xmas_wrapper .contents ul.col3 li{
width: 48%;
margin-bottom: 20px;
}

#xmas_wrapper .contents ul.col3 li p{
font-size: 10px;
}

#xmas_wrapper .contents .piano .detail{
width: 100%;
padding: 20px;
}

#xmas_wrapper .contents .piano .detail .ttl{
margin: 0 0 10px;
font-size: 18px;
}


#xmas_wrapper .contents .piano .img_box{
width: 100%;
}

#xmas_wrapper .contents .piano .img_box img{
width: 100%;
height: auto;
}

#xmas_wrapper .contents .detail2{
width: 100%;
padding: 20px;
margin-bottom: 30px;
}

#xmas_wrapper .contents .detail2 .ttl{
margin: 0 0 10px;
font-size: 18px;
}

#xmas_wrapper .contents .detail2 .ttl span{
font-size: 12px;
}

#xmas_wrapper .contents .detail2 dt{
width: 100%;
font-size: 16px;
line-height: 1.5
}

#xmas_wrapper .contents .img_box2{
width: 100%;
}


#xmas_wrapper .contents .root01{
margin-top: 20px;
}



#xmas_wrapper .contents .access{
background: none;
padding-left: 0;
margin-bottom: 30px;
}

#xmas_wrapper .contents .access h4{
font-size: 20px;
margin-bottom: 15px;
}

#xmas_wrapper .contents .conditions{
margin: 30px 0 0;
}

#xmas_wrapper .contents .conditions .detail3{
padding:10px;
}

#xmas_wrapper .contents .conditions .detail3 dt{
font-size: 14px;
}

#xmas_wrapper .contents .conditions .detail3 dd{
font-size: 12px;
margin-bottom: 10px;
}

#xmas_wrapper .contents .conditions .detail3 dd table th, #xmas_wrapper .contents .conditions .detail3 dd table td{
padding: 2px;
font-size: 10px;
}

.vd{
margin-top: 30px;
padding: 30px 0 10px;
background-size: auto 100%;
}

.vd .box{
border: 2px solid #FF5378;
padding:5px 10px;
font-size: 16px;
}

#xmas_wrapper .contents .vd .ttl{
font-size: 24px;
margin: 20px 0 0;
}

#xmas_wrapper .contents .vd .ttl span{
font-size: 20px;
display: block;
}

#xmas_wrapper .contents .vd .date{
font-size: 20px;
}

#xmas_wrapper .contents .vd .btn{
margin: 30px auto 30px;
width: 95%;
}


#xmas_wrapper .contents .vd .btn span{
padding: 15px 0;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}

#xmas_wrapper .contents .reserve{
padding: 20px 10px;
}

#xmas_wrapper .contents .reserve h4{
font-size: 18px;
}

#xmas_wrapper .contents .reserve .btn2{
margin: 10px auto 20px;
width: 100%;
}

#xmas_wrapper .contents .reserve p{
font-size: 12px;
}

#xmas_wrapper .contents .reserve .btn2 span{
padding: 15px 0;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
color: #FFFFFF;
text-align: center;
display: block;
background-image: none;
border-radius: 10px;
box-shadow: 2px 2px 4px #999999;
font-family: "M PLUS Rounded 1c"; 
}
	

}


