﻿@charset "utf-8";

/* CSS Document */

html {
	font-size: 90% 1em;
}
h3 {
	margin: 10px 0 10px 0;
	font-size: 20px;
}
.ico_square:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	background: #910000;
}
/* 共通
-----------------------------------------------*/


/** 基本設定
----------------------------------------------**/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90% 1em;
	/*15px*/
	color: #333333;
	line-height: 1.8em;
}

@media ( max-width: 960px) and ( min-width: 625px) {
	body {
		max-width: 100%;
	}
	.container {
		width: 100% !important;
	}
	#sidebar {
		position: absolute;
		float: right;
		margin-top: 20px;
		right: 0%;
	}
}


/***スマホで見たときの右の余白を削除***/

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-left: 0px;
	margin-right: 0px;
}


/***上にできる1pxの余白を削除***/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	min-height: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: none;
	padding: 5px;
	vertical-align: middle;
	/*title*/
}

h1 {
	margin-top: 10px;
}

h2 {
	margin: 50px 0 20px 0;
}
p {
	margin-top: 15px;
}

a {
	color: #008CD6;
	text-decoration: underline;
}

a:hover {
	opacity: 0.7;
}

ul {
	padding-left: 0;
	margin-left: 0;
}

ul li {
	list-style: none;
	margin-left: 0;
}

/***共通***/


/*margin*/

.marTop0 {
	margin-top: 0;
}

.marTop5 {
	margin-top: 5px;
}

.marTop10 {
	margin-top: 10px;
}

.marTop15 {
	margin-top: 15px;
}

.marTop20 {
	margin-top: 20px;
}

.marTop30 {
	margin-top: 30px;
}

.marTop40 {
	margin-top: 40px;
}

.marTop50 {
	margin-top: 50px;
}

.marTop60 {
	margin-top: 60px;
}

.marTop70 {
	margin-top: 70px;
}

.marTop100 {
	margin-top: 100px;
}

.marBottom0 {
	margin-bottom: 0;
}

.marBottom5 {
	margin-bottom: 5px;
}

.marBottom10 {
	margin-bottom: 10px !important;
}

.marBottom15 {
	margin-bottom: 15px !important;
}

.marBottom20 {
	margin-bottom: 20px;
}

.marBottom30 {
	margin-bottom: 30px;
}

.marBottom40 {
	margin-bottom: 40px;
}

.marBottom50 {
	margin-bottom: 50px;
}

.marBottom60 {
	margin-bottom: 60px;
}

.marBottom70 {
	margin-bottom: 70px;
}

.marLeft0 {
	margin-left: 0;
}

.marLeft5 {
	margin-left: 5px;
}

.marLeft10 {
	margin-left: 10px;
}

.marLeft15 {
	margin-left: 15px;
}

.marLeft20 {
	margin-left: 20px;
}

.marLeft25 {
	margin-left: 25px;
}

.marLeft30 {
	margin-left: 30px;
}

.marRight0 {
	margin-right: 0;
}

.marRight5 {
	margin-right: 5px;
}

.marRight10 {
	margin-right: 10px;
}

.marRight15 {
	margin-right: 15px;
}

.marRight20 {
	margin-right: 20px;
}

.marRight25 {
	margin-right: 25px;
}

.marRight30 {
	margin-right: 30px;
}


/*padding*/

.padTop0 {
	padding-top: 0;
}

.padTop7 {
	padding-top: 7px;
}

.padTop5 {
	padding-top: 5px;
}

.padBottom0 {
	padding-bottom: 0;
}

.padBottom10 {
	padding-bottom: 10px;
}

.padBottom15 {
	padding-bottom: 15px;
}

.padRight0 {
	padding-right: 0;
}

.padRight5 {
	padding-right: 5px;
}

.padRight10 {
	padding-right: 10px;
}

.padRight15 {
	padding-right: 15px;
}

.padRight20 {
	padding-right: 20px;
}

.padLeft0 {
	padding-left: 0;
}

.padLeft5 {
	padding-left: 5px;
}

.padLeft10 {
	padding-left: 10px;
}

.padLeft15 {
	padding-left: 15px;
}

.padLeft20 {
	padding-left: 20px;
}


/*font_bold*/

.fwNomal {
	font-weight: normal;
}

.fwBold {
	font-weight: bold;
}

.blue-fontb {
	color: #008CD6;
	font-size: 1.5em;
	font-weight: bold;
}

.yellow-fontb {
	color: #FF9900;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}

.yellow-fontb span.tel-link {
	color: #FF9900;
	font-size: 1.8em;
	font-weight: bold;
}

.main-img {
	padding-bottom: 20px;
}


/* レスポンブ化した画像を中央ぞろえ */

.img-responsive-overwrite {
	margin: 0 auto;
}


/* rowの中身を中央ぞろえ */

.row-center {
	text-align: center;
	letter-spacing: -0.4em;
}

.row-center>[class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}


/*オーバーレイを最前面にする*/

.boxer {
	z-index: 999;
}

.center {
	text-align: center;
}

.body img {
	max-width: 100%;
}
.btn01 {
	/* width: 49%; */
	background-color: #D50020;
	border-radius: 4px;
	box-shadow: 0 6px 0 #640000;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 20px 15px;
	position: relative;
	text-decoration: none;
	transition: none 0s ease 0s;
	display: block;
}

.btn01:active {
	background-color: #D50020;
	box-shadow: none;
	font-weight: normal;
	text-decoration: none;
	top: 6px;
}

.btn02 {
	/* width: 49%; */
	background-color: #0C0956;
	border-radius: 4px;
	box-shadow: 0 6px 0#000004;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 20px 15px;
	position: relative;
	text-decoration: none;
	transition: none 0s ease 0s;
	display: block;
}

.btn02:active {
	background-color:  #0C0956;
	box-shadow: none;
	font-weight: normal;
	text-decoration: none;
	top: 6px;
}

.btn01 img,
.btn02 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.btn04 {
	font-size: 23px;
}
.btn04 a {
	display: block;
	padding: 13px 15px 10px 35px;
	background: url(../images/right.png) no-repeat 15px 50% #D50020;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
}
.btn04 a:hover {
	opacity: 1;
	background: url(../images/right.png) no-repeat 15px 50% #FF062C;
}

.largetxt {
	font-size: 23px;
	
}
.linkic {
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}
.arrow2 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}
.arrow2::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 4px solid transparent;
	border-left: 3px solid #fff;
}
#main .footer {
	border-top: 3px solid #eee;
	margin-top: 50px;
	padding-top: 10px;
}
#main .bg-gray {
	background: #666666;
	text-align: right;
	padding: 7px 0;
	margin-top: 20px;
}
#main .bg-gray ul {
	margin-bottom: 0;
}
#main .bg-gray ul li {
	display: inline;
}
#sidebar {
	position: absolute;
	margin-top: 20px;
	right: 0%;
	z-index: 999;
}

.acsess_text {
	width: 100%;
	margin-top: 18px;
	text-align: center;
}

.acsess_fs {
	font-size: 18px;
}
@media ( max-width:624px) {
  /*SPサイズのみ*/
  h1 {
    margin-top: 0;
  }
  h3 {
    font-size: 16px;
  }
  .ico_square:before {
    width: 14px;
    height: 14px;
  }
  #main .footer {
    margin-bottom: 120px;
  }
  #main .footer img {
    padding: 0 15px;
  }
  #main .bg-gray {
    text-align: center;
  }
  .xsmt0 {
    margin-top: 0 !important;
  }
  .xsmt15 {
    margin-top: 15px !important;
  }
  .xsmt20 {
    margin-top: 20px !important;
  }
  .xsmt30 {
    margin-top: 30px;
  }
  .xsmt40 {
    margin-top: 40px !important;
	}
	.xsmt60 {
    margin-top: 60px !important;
  }
  .xsmb5 {
    margin-bottom: 5px !important;
  }
  #main .footer {
    padding-bottom: 0;
  }
  .footunder {
    padding-left: 5px;
    padding-right: 5px;
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
  }
  .arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    -webkit-border-radius: 25%;
    border-radius: 25%;
  }
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
  }
  .spmenu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    line-height: 60px;
  }
  .spmenu ul li {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    padding: 0 1.5%;
    border-top: 1px solid #fff;
  }
  .spmenu ul li a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 80%;
  }
  .btn-red {
    background-color: #FF244A;
    background-image: -moz-linear-gradient( top, #FF244A 0%, #FF244A 49%, #E10027 50%, #E10027);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#FF244A), color-stop(0.49, #FF244A), color-stop(0.50, #E10027), to(#E10027));
    border-right: 1px solid #fff;
  }
  .btn-orange {
    background-color: #FF6600;
    background-image: -moz-linear-gradient( top, #FF6600 0%, #FF6600 49%, #F26100 50%, #F26100);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#FF6600), color-stop(0.49, #FF6600), color-stop(0.50, #F26100), to(#F26100));
    border-right: 1px solid #fff;
  }
  .btn-yellow {
    background-color: #BF9900;
    background-image: -moz-linear-gradient( top, #BF9900 0%, #BF9900 49%, #A88600 50%, #A88600);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#BF9900), color-stop(0.49, #BF9900), color-stop(0.50, #A88600), to(#A88600));
  }
  .btn-green {
    background-color: #0C9464;
    background-image: -moz-linear-gradient( top, #0C9464 0%, #0C9464 49%, #097650 50%, #097650);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#0C9464), color-stop(0.49, #0C9464), color-stop(0.50, #097650), to(#097650));
  }
  #sidebar {
    display: none;
  }
  .btn03 {
    background-color: #FF6600;
    border-radius: 4px;
    box-shadow: 0 3px 0 #A64200;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    transition: none 0s ease 0s;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .btn03:active {
    background-color: #FF6600;
    box-shadow: none;
    text-decoration: none;
    top: 3px;
    font-weight: bold;
  }
  .btn-venue {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  /* .btn01,
  .btn02 {
    padding: 15px 50px !important;
  } */
  .btn04 {
    font-size: 18px !important;
  }
  .btn04 a {
    padding: 9px 15px 10px 33px !important;
  }
  .largetxt {
		font-size: 18px !important;
		text-align: center;
  }
  #reservation div {
    margin-bottom: 10px;
  }
  .spNone {
    display: none;
  }
  .titlebg01 {
    padding: 10px;
	}
	
	.sp_none {
		display: none;
	}

	.map_area {
		background-color: #FFFBC6;
		/* padding: 20px 0 20px; */
	}

	.sp_bg {
		background-color: #FFFBC6;
		margin-top: 0px !important;
		padding-top: 55px;
	}


	
	.acsess_area {
		width: 100%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #FFFBC6;
	}

	.acsess_top {
		margin-bottom: 45px;
	}
	.pc-marTop30 {
		margin-top: 30px;
	}
	.pc-marTop40 {
		margin-top: 40px;
	}

	.pc-marTop50 {
		margin-top: 50px;
	}
	.pc-marTop60 {
		margin-top: 60px;
	}
	.pc-marTop70 {
		margin-top: 100px;
	}

	.pc-marTop90 {
		margin-top: 90px;
	}
	.pc-marTop100 {
		margin-top: 100px;
	}
	.btn05 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 10px;
		margin-bottom: 30px;
		/* width: 490px; */
		

	}

	.btn01,
	.btn02 {
		width: 80%;
		margin: 0 auto 10px;
		padding: 15px 30px;
		/* margin-bottom: 10px; */
	}

	.btn01 {
		margin-bottom: 20px;
	}

	.denwa_sp {
		text-align: center;
	}

	.acsess_text {
		margin-top: 0px;
	}

	.acsess_fs {
		font-size: 16px;
	}

	.sp_line {
		width: 90%;
		border-bottom: 1px solid #900000;
		margin: 0 auto 35px;
		margin-top: -35px !important;
	}


}

@media ( min-width:625px) {
	/*PCサイズのみ*/
	a[href^="tel:"] {
		pointer-events: none;
	}
	.spNone {
		display: none;
	}
	.fl-left {
		float: left;
	}
	.fl-right {
		float: right;
	}
	.foodcontents img {
		width: 49% !important;
	}
	.foodcontents .leftimg {
		margin-right: 2% !important;
	}
	.switch {
		visibility: hidden;
	}
	.titlebg02 {
		background: #910000;
	}
	.titlebg03 {
		background: url("../images/top_bg01.gif") repeat-x top left #fff;
	}
	.titlebg04 {
		/* background: #000; */
	}
	.mainbg {
		background-color: #DFBE97;
	}
	.googlemap a:hover {
		opacity: 1;
	}
	.service-r {
		padding-right: 0;
	}
	.spmenu {
		display: none;
	}
	#sidebar li {
		margin-bottom: 10px;
	}
	.btn-venue {
		display: none;
	}
	
	#sidebar a {
		opacity: 1;
	}
	#reservation {
		display: flex;
	}
	#reservation div:first-child {
		margin-right: 20px;
	}
	.btn04 a {
		padding: 20px 15px 20px 35px;
	}
	.map_area {
		display: flex;
	}

	.acsess_area {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #FFFBC6;
		padding: 0 1%;
	}

	.acsess_top {
		margin-bottom: 45px;
	}
	.pc-marTop30 {
		margin-top: 30px;
	}
	.pc-marTop40 {
		margin-top: 40px;
	}
	.pc-marTop70 {
		margin-top: 70px;
	}
	.btn05 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 50px;
		/* width: 490px; */
		/* margin-right: auto; */
		/* margin-left: auto; */
	}

	.titlebg01 {
    padding:10px 10px 12px;
	}

	.btn01,
	.btn02 {
		width: 49%;
	}
	
	.sp_none {
		display: block;
	}

	.acsess_txt {
		align-content: center;
	}

	.sp_line {
		display: none;
	}

	.largetxt {
		padding: 20px 0;
	}

	.pcnone {
    display: none;
  }
}