@charset "Shift_JIS";
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px !important;
	background-color: rgba(240,240,240,1.00);
	overflow-x: hidden !important;
}
p{
	font-size: 1em !important;
	padding: 0 4%;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 !important;
	padding: 0;
}
/*--------------------------------------------------

					class
		
--------------------------------------------------*/
.center{
	text-align: center;
}
/*--------------------------------------------------

					header
		
--------------------------------------------------*/
header {
	width: 100%;
	min-height: 70px;
	background-color: white;
	height: auto;
	border-bottom: solid 3px rgba(0,0,204,1);
}
header h1 {
	padding: 0;
	margin: 0;
	min-height: 60px;
	height: auto;
}
.logo{
	float: left;
	width: 75%;
}
.logo img{
	margin-left: 5px;
	padding-top: 5px;
	width: 100%;
}
.headImage{
	/*border-top: solid 3px rgba(0,0,204,1);*/
}
.headline img{
	width: 100%;
	height: auto;
}
.link{
	float: right;
	padding: 18px 5px 0 0;
}
.link img{
	border-radius: 5px;
	padding: 2px;
	width: 30px;
	height: auto;
	background-color: rgba(0,0,204,1);
}
.top_txt{
	font-size: 0.9em;
	width: 92%;
	margin: 0 3% 10px;
	border: solid 3px white;
	background-color: rgba(102,102,255,0.2);
}
/*--------------------------------------------------

					main
		
--------------------------------------------------*/
body h2 {
	background-image: -webkit-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	display: block;
	color: #FFFFFF;
	margin: 0;
	padding: 0px 8%;
	background-color: #0200AC;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: normal;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
}
h2{
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
}
h2::before,
h2::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h2::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h2::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}



#top_search form{
	height: auto;
	background-color: rgba(240,240,240,1.00);
}
#top_search select {
	width: 46%;
	height: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 40;
	margin-right: auto;
	margin-left: auto;
}
#top_search #order input {
	width: 50%;
	height: 40px;
	border-radius: 5px;
	border: none;
	font-size: 1em;
}
#type {
	margin: 0 1%;
	width: 98%;
}
#type a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	color: #272727;
	padding: 5px 0 0;
	border-radius: 3px;
	width: 80%;
	margin: 5px 0 5px 10%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 47.13%,rgba(230,230,230,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 47.13%,rgba(230,230,230,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 47.13%,rgba(230,230,230,1.00) 100%);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(68,68,68,1.00);
	box-shadow: 0px 2px 0px 0px rgba(68,68,68,1.00);
	border: 1px solid rgba(150,150,150,1.00);
	/*float: left;*/
	text-align: center;
}
#type2{
	margin: 10px 5%;
	width: 90%;
	height: 150px;
}
.bxslider{
}
.bxslider img{
	width: 100%;
	height: 120px;
}

#change {
	display: block;
	width: 100%;
	height: 50px;
	margin: 40px 0px;
	padding: 0px;
}
#change li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 50px;
	text-align: center;
}
.change-R {
	width: 30%;
}
.change-C {
	width: 40%;
}
.change-L {
	width: 30%;
}
#change li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #3533FF;
	border-radius: 5px;
	text-decoration: none;
}
/*--------------------------------------------------

					footer
		
--------------------------------------------------*/
footer {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bdbbbb), color-stop(1.00, #777));
	background: -webkit-linear-gradient(#bdbbbb, #777);
	background: -moz-linear-gradient(#bdbbbb, #777);
	background: -o-linear-gradient(#bdbbbb, #777);
	background: -ms-linear-gradient(#bdbbbb, #777);
	background: linear-gradient(#bdbbbb, #777);
	border-top: solid 3px rgba(0,0,153,1);
}
footer address {
	color: #F3F3F3;
	padding: 2%;
}
footer address{
	clear: both;
	font-style: normal !important;
	font-size: 1em;
	font-weight: lighter;
	color: #F3F3F3;
	padding: 10px 4%;
}
footer address a{
	font-size: 1.2em;
	color: #ffe400;
	text-decoration: none;
}
#pcStyle a{
	text-decoration: none;
	font-size: 0.8em;
	color: #ffe400;
}
.copyRight{
	text-align: center;
	font-size: 0.6em !important;
	color: white;
	padding: 0 2%;
	margin: 0;
}




#ichiran {
	background-color: rgba(240,240,240,1.00);
}
.bknlist .bkn {
	display: block;
	width: 96%;
	margin: 0px auto 20px;
	padding-bottom: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(120,120,120,1.00);
	box-shadow: 0px 2px 0px 0px rgba(120,120,120,1.00);
}
#ichiran .bknlist .bkn h2 {
	background-color: rgba(25,0,139,1.00);
	font-size: 1em;
	line-height: 30px;
	padding: 0px 30px;
	margin-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.bknlist .bkn a {
	text-decoration: none;
	color: rgba(80,80,80,1.00);
}
.block01 {
	padding: 5px;
}
.block01 img  {
	float: left;
	width: 48%;
}
.block01 .info {
	float: right;
	padding: 5px 1%;
	list-style: none inside;
	background-color: rgba(255,255,255,1.00);
	width: 48%;
	margin: 0px;
}
.bkn .next p {
	background-color: rgba(255,255,255,1.00);
	padding: 5px;
	display: block;
	margin: 0px 5px 5px;
	border-top: 1px solid rgba(135,135,135,1.00);
}



#main{
	background-color: rgba(240,240,240,1.00);
}
.bknlist .bkn{
	margin-top: 10px;
}
.bknlist .bkn h3 {
	background-image: -webkit-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	font-size: 1em;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.bknlist .bkn h3 a{
	color: rgba(255,255,255,1);
}
.bknlist .bkn p.fee{
	padding: 18px 0 0;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 4px 0;
}

.bknlist .bkn p.room{
	padding: 18px 0 0;
	text-align: right;
	font-weight: bold;
	margin: 0 10px 4px 0;
}
.bknlist .bkn .icon{
	padding: 0 15px;
}

.bknlist .info .small{
	font-size: 0.8em;
}

#other {
	margin: 0 1%;
	width: 98%;
}
#other a {
	display: block;
	text-decoration: none;
	line-height: 1.1em;
	font-size: 1.1em;
	color: #272727;
	border-radius: 3px;
	width: 80%;
	padding: 10px 0;
	margin: 5px 0 10px 10%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 47.13%,rgba(230,230,230,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 47.13%,rgba(230,230,230,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 47.13%,rgba(230,230,230,1.00) 100%);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(68,68,68,1.00);
	box-shadow: 0px 2px 0px 0px rgba(68,68,68,1.00);
	border: 1px solid rgba(150,150,150,1.00);
	text-align: center;
}



#photo {
	margin: auto;
	width: 98%;
}
#photo a img {
	width: 100%;
}
#bkndetail h3 {
	padding-left: 2%;
	/*background-color: rgba(54,54,54,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 5px;
	text-align: center;
	width: 98%;
	margin: 5px auto;*/
}
.shosai    {
	width: 98%;
	border-top: 1px solid rgba(123,123,123,1);
	border-left: 1px solid rgba(123,123,123,1);
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.shosai th  {
	border-right: 1px solid rgba(123,123,123,1);
	border-bottom: 1px solid rgba(123,123,123,1);
	line-height: 30px;
	color: rgba(255,255,255,1);
	background-color: rgba(100,100,100,1);
	width: 20%;
	font-weight: normal;
}
.shosai td  {
	border-right: 1px solid rgba(123,123,123,1);
	border-bottom: 1px solid rgba(123,123,123,1);
	line-height: 30px;
	padding: 0px 10px;
	width: 80px;
}
#gaiyou div p {
	padding: 1%;
}
#order {
	display: block;
	background-color: rgba(255,255,255,1.00);
	padding: 2%;
	margin: 0px auto 20px;
	text-align: center;
}
.number {
	text-align: center;
	background-color: rgba(255,255,255,1.00);
}
#pc-style {
	background-color: rgba(255,255,255,1.00);
}
#pc-style form input {
	width: 96%;
	height: 30px;
	display: block;
	margin: 10px auto 20px;
}
#pc-style a {
	display: block;
	text-decoration: none;
	background-color: rgba(69,69,69,1);
	width: 98%;
	font-size: 1em;
	line-height: 40px;
	text-align: center;
	margin: 20px auto;
	border-radius: 5px;
	color: rgba(255,255,255,1);
}
#bkndetail .shosai tr #toiawase {
}
#toiawase img {
	margin: auto;
	width: 90%;
	display: block;
}
#after {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
#after form ul {
	width: 90%;
	display: block;
	margin: 0 5%;
	padding: 0;
}
#after form ul li {
	list-style: none;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#after form ul li a {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);
	color: rgba(51,51,51,1);
	width: 100%;
	margin: 10px auto;
	border-radius: 10px;
	line-height: 30px;
}
#after form ul li input {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);
	height: 50px;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-radius: 10px;
	color: rgba(51,51,51,1);
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 98%;
}

.back_Btn{
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: -webkit-linear-gradient(#fff, #cecece);
background: -moz-linear-gradient(#fff, #cecece);
background: -o-linear-gradient(#fff, #cecece);
background: -ms-linear-gradient(#fff, #cecece);
background: linear-gradient(#fff, #cecece);
	color: rgba(51,51,51,1);
	width: 40%;
	margin: 10px auto;
	border-radius: 10px;
	line-height: 30px;
}
#form{
	max-width: 100%;
	width: 98%;
	margin-left: 1%;
}
#form p {
	margin: 10px;
	border-bottom: 1px dashed rgba(153,153,153,1.00);
	padding-left: 10px;
	padding-right: 10px;
}
#form input {
	margin: auto;
	width: 90%;
	display: block;
	font-size: 1em;
	line-height: 30px;
}
#form .must {
	color: rgba(255,0,104,1.00);
	width: 96%;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#form textarea {
	margin: auto;
	width: 94%;
	display: block;
	height: 100px;
}
#form .check-box label {
	display: block;
	margin: 5px auto 10px;
	width: 96%;
	padding-left: 20px;
}
#form .check-box label input {
	float: left;
	width: 30px;
}
#form #check input {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	height: 50px;
	font-size: 1.2em;
	color: rgba(46,46,46,1.00);
}
#form #submit input {
	width: 48%;
	height: 50px;
	margin: 1%;
	float: left;
}



#shop #main #area .box{
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px rgba(120,120,120,1.00);
}
#shop #main #area .box address,
#shop #main #area .box .koutuu{
	margin-left: 2%;
	font-style: normal;
}

#shop #main h1{
	position: relative;
	padding: 0 .5em .5em 1em;
}
#shop #main h1::before,
#shop #main h1::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
#shop #main h1::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(0,0,204,0)
}
#shop #main h1::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(0,153,255,0);
}
#shop #main #area h2{
	font-size: 1.2em;
}
#shop #main #area h3{
	color: white;
	font-size: 1em;
	background-image: -webkit-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	font-size: 1em;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#shop #main #area img{
	width: 98%;
	margin-left: 1%;
	margin-top: 5px;
}

/*------------------------------------

			std_tab

------------------------------------*/
.std_tab{
	width: 94%;
	margin: 0 3%;
	line-height: 1.2em;
	border-top: solid 1px white;
}
.std_tab th{
	font-weight: normal;
	width: auto;
	background-color: rgba(204,204,204,0.5);
	padding: 10px;
	border-bottom: solid 1px white;
	vertical-align: middle;
	color: rgba(51,51,51,1);
}
.std_tab td{
	font-weight: normal;
	padding: 10px;
	border-bottom: solid 1px white;
	vertical-align: middle;
}


#company #main #area .box{
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px rgba(120,120,120,1.00);
}
#company #main #area .box address,
#company #main #area .box .koutuu{
	margin-left: 2%;
	font-style: normal;
}

#company #main h1{
	position: relative;
	padding: 0 .5em .5em 1em;
}
#company #main h1::before,
#company #main h1::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
#company #main h1::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(0,0,204,0)
}
#company #main h1::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(0,153,255,0);
}
#company #main #area h2{
	font-size: 1.2em;
}
#company #main #area h3{
	color: white;
	font-size: 1em;
	background-image: -webkit-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(94,93,227,1.00) 0%,rgba(2,0,172,1.00) 100%);
	font-size: 1em;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#company #area .box img{
	width: 50%;
	margin: 20px 5% 20px 45%;
}








