@charset "utf-8";

/* RESET */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* INIT */
.list:after,
.cont:after,
.pack:after,
.set:after,
.box:after,
.block:after,
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.list,
.cont,
.pack,
.set,
.box,
.block,
section {
zoom: 1;
}

/* Ubuntu:Light 300,Regular 400,Medium 500,Bold 700 */
.Ubuntu {
font-family: 'Ubuntu', sans-serif;
}
.gothic {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
position: relative;
background-color: #fff;
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
font-style: normal;
font-weight: normal;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 2.16;
letter-spacing: 0;
color: #000;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}

html,
body {height: 100%;}

br.sp {display: block;}
br.pc {display: none;}
span.sp {display: block;}
span.pc {display: none;}
@media (min-width: 768px) {
	br.sp {display: none;}
	br.pc {display: block;}
	span.sp {display: none;}
	span.pc {display: block;}
}
a,
a img { 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
a:link {
color: #000;
text-decoration: none;
}
a:active,
a:visited { 
color: #000;
text-decoration: none;
}
a:hover { 
color: #000;
text-decoration: none;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

.fadeElm {
position: relative;
-webkit-transform: translate(0px, 50px);
-moz-transform: translate(0px, 50px);
-ms-transform: translate(0px, 50px);
transform: translate(0px, 50px);
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.activeView {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/* CONTAINER */
#container {
overflow: hidden;
}

/* PAGETOP */
#ModalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
z-index: 8;
display: none;
}

#header {
box-sizing: border-box;
background-color: #fff;
width: 100%;
height: 60px;
}
#header .logo {
position: absolute;
left: 10px;
top: 15px;
}
#header .logo img {
display: block;
width: 182px;
height: auto;
}
#header .local {
display: none;
}
#globalNavi .menu {
position: fixed;
right: 8px;
top: 8px;
background-color: #004ea2;
border-radius: 50%;
width: 44px;
height: 44px;
cursor: pointer;
z-index: 11;
}
#globalNavi .menu span {
transition: all 0.5s ease;
display: block;
width: 17px;
height: 2px;
}
#globalNavi .menu span:nth-child(1) {
position: absolute;
left: 13px;
top: 15px;
background-color: #fff;
}
#globalNavi .menu span:nth-child(2) {
position: absolute;
left: 13px;
top: 21px;
background-color: #fff;
}
#globalNavi .menu span:nth-child(3) {
position: absolute;
left: 13px;
top: 27px;
background-color: #fff;
}
#globalNavi .menu.active span:nth-of-type(1) {
transform: translateY(6px) rotate(-45deg);
}
#globalNavi .menu.active span:nth-of-type(2) {
opacity: 0;
}
#globalNavi .menu.active span:nth-of-type(3) {
transform: translateY(-6px) rotate(45deg);
}
#globalNavi .cnt {
position: fixed;
right: 0;
top: 0;
box-sizing: border-box;
background-color: rgba(0,78,162,0.95);
width: 100%;
height: 100%;
z-index: 10;
text-align: left;
display: none;
}
#globalNavi .box {
box-sizing: border-box;
padding: 30px 30px 0 30px;
height: 100%;
overflow-y: auto;
}
#globalNavi .box .logo {
display: none;
}
#globalNavi .navigation {
position: relative;
}
#globalNavi .site {}
#globalNavi .site li {
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2;
}
#globalNavi .site ul li {
margin-left: 17px;
font-size: 16px;
}
#globalNavi .sns {
position: absolute;
padding-bottom: 5px;
right: 0;
bottom: 0;
}
#globalNavi .sns li {
float: left;
padding-right: 15px;
font-size: 0;
line-height: 0;
}
#globalNavi .sns li img {
display: block;
width: 24px;
height: auto;
}
#globalNavi .sns li a {
display: block;
}
#globalNavi .sns li a::after {
bottom: -6px;
}
#globalNavi .reservation {
border-top: solid 1px #fff;
margin: 22px 0 0 0;
padding: 14px 0 0 0;
}
#globalNavi .reservation h3 {
margin-bottom: 17px;
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.1em;
color: #8fc31f;
}
#globalNavi .reservation .block {
margin-bottom: 36px;
}
#globalNavi .reservation .block:nth-child(1) img {
display: block;
width: 285px;
height: auto;
}
#globalNavi .reservation .block:nth-child(2) img {
display: block;
margin-bottom: -15px;
width: 186px;
height: auto;
}
#globalNavi .reservation .tel {
margin-top: 16px;
font-size: 10px;
letter-spacing: 0.05em;
color: #fff;
}
#globalNavi .reservation .tel strong {
font-size: 14px;
}
#globalNavi .reservation .tel a {
color: #fff;
}
#globalNavi .reservation .lnk {
position: relative;
padding-left: 22px;
font-size: 14px;
}
#globalNavi .reservation .lnk::before {
content: '';
transform: translateY(-50%) rotate(45deg);
box-sizing: border-box;
position: absolute;
left: 0;
top: 50%;
bottom: 0;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 10px;
height: 10px;
}
#globalNavi .reservation .lnk a,
#globalNavi li a {
position: relative;
color: #fff;
}
#globalNavi .reservation .lnk a::after,
#globalNavi li a::after {
position: absolute;
bottom: -3px;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #fff;
transform: scale(0, 1);
transform-origin: left top;
transition: all 0.3s ease;
}
#globalNavi .reservation .lnk a:hover::after,
#globalNavi li a:hover::after {
transform: scale(1, 1);
}
@media (min-width: 900px) {
	#header {
	height: 100px;
	}
	#header .logo {
	left: 20px;
	top: 26px;
	}
	#header .logo img {
	width: 258px;
	}
	#header .local {
	position: absolute;
	right: 111px;
	top: 32px;
	display: block;
	}
	#header .local li {
	float: left;
	padding-left: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	}
	#header .local li a {
	position: relative;
	color: #004ea2;
	}
	#header .local li a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #004ea2;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: all 0.3s ease;
	}
	#header .local li a:hover::after {
	transform: scale(1, 1);
	}
	#globalNavi .menu {
	right: 20px;
	top: 20px;
	width: 57px;
	height: 57px;
	}
	#globalNavi .menu span {
	width: 22px;
	height: 2px;
	}
	#globalNavi .menu span:nth-child(1) {
	left: 18px;
	top: 20px;
	}
	#globalNavi .menu span:nth-child(2) {
	left: 18px;
	top: 28px;
	}
	#globalNavi .menu span:nth-child(3) {
	left: 18px;
	top: 36px;
	}
	#globalNavi .menu.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
	}
	#globalNavi .menu.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
	}
	#globalNavi .cnt {
	padding: 210px 30px 0 30px;
	}
	#globalNavi .box {
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	height: auto;
	overflow: visible;
	}
	#globalNavi .box .logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 26px;
	}
	#globalNavi .box .logo img {
	display: block;
	width: 258px;
	height: auto;
	}
	#globalNavi .navigation {
	float: left;
	position: relative;
	}
	#globalNavi .site {
	margin-top: -7px;
	padding-left: 62px;
	}
	#globalNavi .site ul li {
	margin-left: 17px;
	font-size: 16px;
	}
	#globalNavi .sns {
	position: relative;
	padding: 22px 0 0 62px;
	}
	#globalNavi .reservation {
	box-sizing: border-box;
	float: right;
	border-top: none;
	border-left: solid 1px #fff;
	margin: 0;
	padding: 0 0 0 75px;
	width: 413px;
	}
	#globalNavi .reservation h3 {
	margin-top: -9px;
	margin-bottom: 20px;
	}
	#globalNavi .reservation .block {
	margin-bottom: 45px;
	}
	#globalNavi .reservation .block:last-child {
	margin-bottom: 0;
	}
	#globalNavi .reservation .block:nth-child(1) img {
	width: 307px;
	}
	#globalNavi .reservation .block:nth-child(2) img {
	margin-bottom: -9px;
	width: 201px;
	}
	#globalNavi .reservation .tel {
	margin: 11px 0 1px 0;
	font-size: 12px;
	}
	#globalNavi .reservation .tel strong {
	font-size: 16px;
	}
}

#pageBottom {
border-top: solid 50px #fff;
background-color: #1f4ea5;
}
#footer .reservation {
color: #fff;
height: 75px;
}
#footer .reservation .box {
transition: all 0.3s ease;
position: fixed;
left: 0;
bottom: -75px;
width: 100%;
background-color: #1f4ea5;
height: 75px;
overflow: hidden;
}
#footer .reservation.relative .box {
position: relative;
}
#footer .reservation.active .box {
bottom: 0;
}
#footer .reservation h4 {
border-bottom: solid 1px #355fae;
font-family: 'Ubuntu', sans-serif;
font-size: 10px;
font-weight: 700;
line-height: 22px;
color: #8fc31f;
text-align: center;
}
#footer .reservation .block {
float: left;
padding: 1px 0 10px 0;
width: 50%;
text-align: center;
}
#footer .reservation .block:first-child {
box-sizing: border-box;
border-right: solid 1px #355fae;
}
#footer .reservation .lnk {
display: inline-block;
position: relative;
padding-left: 13px;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.1em;
line-height: 1.1;
}
#footer .reservation .lnk::before {
content: '';
transform: translateY(-50%) rotate(45deg);
box-sizing: border-box;
position: absolute;
left: 0;
top: 50%;
bottom: 0;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 6px;
height: 6px;
}
#footer .reservation .lnk a {
position: relative;
color: #fff;
}
#footer .reservation .lnk a::after {
position: absolute;
bottom: -3px;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #fff;
transform: scale(0, 1);
transform-origin: left top;
transition: all 0.3s ease;
}
#footer .reservation .lnk a:hover::after {
transform: scale(1, 1);
}
#footer .reservation .tel {
font-size: 10px;
line-height: 1.1;
}
#footer .reservation .tel a {
color: #fff;
}
#footer .pageTop {
background-color: #355fae;
font-family: 'Ubuntu', sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.1em;
text-align: center;
}
#footer .pageTop a {
display: block;
color: #aebad9;
}
#footer .logo {
padding: 40px 0 50px 0;
}
#footer .logo a {
display: block;
margin: 0 auto;
width: 95px;
}
#footer .logo img {
display: block;
margin: 0 auto;
width: 95px;
height: auto;
}
#footer .copyRight p {
position: absolute;
left: 5px;
top: 130px;
writing-mode: vertical-rl;
text-orientation: sideways;
font-size: 10px;
font-style: italic;
font-weight: 300px;
line-height: 1;
}
#footer .copyRight ul {
display: none;
}
@media (min-width: 1020px) {
	#pageBottom {
	border-top: solid 100px #fff;
	}
	#footer .reservation {
	height: 85px;
	}
	#footer .reservation .box {
	background-color: #1f4ea5;
	bottom: -85px;
	height: 85px;
	}
	#footer .reservation h4 {
	float: left;
	box-sizing: border-box;
	border-bottom: none;
	border-right: solid 1px #355fae;
	width: 220px;
	font-size: 14px;
	line-height: 85px;
	}
	#footer .reservation .list {
	margin-left: 220px;
	}
	#footer .reservation .block {
	box-sizing: border-box;
	padding: 16px 0 0 0;
	height: 85px;
	}
	#footer .reservation .block:first-child {
	box-sizing: border-box;
	border-right: solid 1px #355fae;
	}
	#footer .reservation .lnk {
	padding-left: 26px;
	font-size: 20px;
	}
	#footer .reservation .lnk::before {
	width: 9px;
	height: 9px;
	}
	#footer .reservation .lnk a {
	color: #fff;
	}
	#footer .reservation .tel {
	margin-top: 7px;
	font-size: 16px;
	line-height: 1.1;
	}
	#footer .pageTop {
	font-size: 14px;
	line-height: 34px;
	}
	#footer .pageTop a {
	display: block;
	color: #aebad9;
	}
	#footer .logo {
	padding: 70px 0 85px 0;
	}
	#footer .logo a {
	width: 165px;
	}
	#footer .logo img {
	width: 165px;
	}
	#footer .copyRight {
	position: fixed;
	left: 0;
	top: 0;
	}
	#footer .copyRight p {
	position: absolute;
	left: 35px;
	top: 150px;
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: sideways;
	font-size: 12px;
	font-style: italic;
	font-weight: 300px;
	line-height: 1;
	}
	#footer .copyRight ul {
	position: absolute;
	left: 30px;
	top: 425px;
	list-style: none;
	display: block;
	}
	#footer .copyRight ul::after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 88px;
	background-color: #000;
	width: 1px;
	height: 207px;
	}
	#footer .copyRight li a {
	position: relative;
	display: block;
	}
	#footer .copyRight ul a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: all 0.3s ease;
	}
	#footer .copyRight ul a:hover::after,
	#footer .reservation .lnk a:hover::after {
	transform: scale(1, 1);
	}
	#footer .copyRight ul img {
	display: block;
	margin-bottom: 20px;
	width: 21px;
	height: auto;
	}
}


