﻿@charset "utf-8";
/* CSS Document */


/* reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,section { 
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
}

a:hover{
	transition: 0.5s ;
}

a:hover img{
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
	transition: 0.5s ;
}

a,
a:visited{
	color: #505051;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table{
	border-collapse: collapse; 
}

td {
	padding:5px;}

th{
	vertical-align: middle;
	background-color:#cccccc;
	text-align:center !important;
	width:150px;
}

th .moddef_text{
text-align:center !important;
}


/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;   
    border-top: 1px solid #cccccc;
}

input, select {
    vertical-align: middle;
}
/* reset css */

/* /css/usrfiles/default/495_reservation_base.css */
html{
	overflow: auto;
    font-family: "Noto Sans Japanese","游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI",sans-serif;
	font-size: 100%;
	scroll-padding-top: 120px;
}

body {
	overflow: hidden;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 2em;
	color: #505051;
}

img {
border-style: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
 touch-callout:none;
 user-select:none;
 vertical-align: bottom;
}

/* */

.flex,
.flex-foot{
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
	
}

.flex-foot{	
	justify-content: space-between;
	align-items: center;
}

.flex-foot div:nth-child( 2 ){
	margin-bottom: auto;
}

@media print,screen and (max-width: 768px){
.flex,
.flex-foot{
 display:block;
}
}

@media print,screen and (max-width: 768px){
    .spnone{
	    displau:none;
	}
	.pcnone{
		display: block;
	}
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*header*/

.site-header{
	position: fixed;
	z-index: 10;
	top:0;
	width: 100%;
    background-color:#fff;
	border-bottom: 1px solid #89ac3b;
}

#systempreview{
z-index: 100000 !important;
}

/*
@media print,screen and (max-width: 768px){
.site-header{
    height: 88px;
    border: none;
    padding: 0;
}
}
*/

.header_innner{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}

#SITETITLE{
	float: left;
}

#SITETITLE img{
        display:block;
	max-width: 100%;
	height: auto;
}

	.info_area{
		display: flex;
		float: right;
	}

@media print,screen and (max-width: 768px){
    #SITETITLE{
	    width:50%;
	}
    .reserv_area{
	    max-width:50%:
	}
}

/*header end*/

/* body */

#FOOT3,
#FOOT2{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	padding:1em 7.5%;
}

#PATH{
	max-width:1200px;
	margin: auto;
	padding:1em 7.5%;
}

@media print,screen and (max-width: 768px){
	#PATH,
	#FOOT3,
	#FOOT2{
	padding:1em 5%;
	}
}

/* body end */
/*footer*/

#FOOT1{
	padding:3rem 7.5%;
	background:#ecf0dc;
}

@media print,screen and (max-width: 768px){
#FOOT3{
	text-align: center;
}
}

#COPYRIGHT
{
	padding:5px 7.5%;
	color:#fff;
	background:#4a554a;
}

/*footer end*/

