@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}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{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: Arial, "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 2.0em;/* =20px */
	width: 100%;
}
@media screen and (max-width:767px) {
	body {
		font-size: 1.2em;
	}
}
a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.8s;
}
a:hover {
  opacity: 0.7;
}
img {
	border-style: none;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: bold;
}
.pcNone {
	display: none;
}
@media screen and (max-width:767px) {
	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
}

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

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/* ----------------------------------------------
header
----------------------------------------------*/
header .head {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
}
header .head p img {
	display: block;
	margin-left: 30px;
}
header .head #pankuzu {
	display: inline-flex;
	margin-left: 60px;
	letter-spacing: 0.2em;
}
header .head #pankuzu li {
	position: relative;
}
header .head #pankuzu li + li::before {
	content: "";
	display: inline-flex;
	width: 39px;
	height: 12px;
	background: url("../img/nav-arrow.svg") no-repeat;
	margin: 0 5px 0 20px;
}
header h1 {
	width: 100%;
	height: 0;
	padding-top: 33.4%;
	background: url("../img/ttl-bg.jpg") no-repeat;
	background-size: 100% auto;
	position: relative;
}
header h1 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width:767px) {
	header .head {
		display: block;
		height: auto;
	}
	header .head p {
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid;
	}
	header .head p img {
		margin-left: 20px;
		height: 27px;
		width: auto;
	}
	header .head #pankuzu {
		margin-left: 20px;
		font-size: 1.0rem;
		display: flex;
		align-items: center;
		height: 20px;
	}
	header .head #pankuzu li + li::before {
		width: 20px;
		height: 6px;
		background: url("../img/nav-arrow.svg") no-repeat;
		background-size: auto 5px;
		margin: 0 5px 0 10px;
	}
	header h1 img {
		width: auto;
		height: 12px;
	}
}

/* ----------------------------------------------
nav
----------------------------------------------*/
.menuBtn {
	cursor: pointer;
	width: 100px;
	height: 100px;
	border: none;
	background: #367AA5;
	box-shadow: 0;
	border-radius: 0;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transition-duration: 0.3s;
	z-index: 300;
}
.menuBtn span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: 0.5s all;
	position: absolute;
	top: 40px;
	left: 38px;
}
.menuBtn span:nth-child(2) {
	top: 48px;
}
.menuBtn span:nth-child(3) {
	top: 56px;
}
#menu ul {
	display: none;
}
body.noScrol {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 90;
}
.noScrol .menuBtn {
	background-color: #fff;
}
.noScrol .menuBtn span {
	background-color: #367AA5;
	transform: rotate(225deg);
	top: 45px;
}
.noScrol .menuBtn span:nth-child(2) {
	transform: rotate(0);
	top: 45px;
	opacity: 0;
}
.noScrol .menuBtn span:nth-child(3) {
	transform: rotate(-225deg);
	top: 45px;
}
.noScrol #menu {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: #367AA5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.noScrol #menu ul {
	display: block;
}
.noScrol #menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}
@media screen and (max-width:767px) {
	.menuBtn {
		width: 50px;
		height: 50px;
	}
	.menuBtn span {
		width: 18px;
		height: 1px;
		top: 16px;
		left: 16px;
	}
	.menuBtn span:nth-child(2) {
		top: 22px;
	}
	.menuBtn span:nth-child(3) {
		top: 28px;
	}
	.noScrol .menuBtn span {
		top: 22px;
	}
	.noScrol .menuBtn span:nth-child(2) {
		top: 22px;
	}
	.noScrol .menuBtn span:nth-child(3) {
		top: 22px;
	}
	.noScrol #menu {
		background-color: rgba(10, 50, 75, 0.9);
	}
	.noScrol #menu ul li a img {
		height: 17px;
		width: auto;
	}
}

/* ----------------------------------------------
main
----------------------------------------------*/
.boxIn {
	width: 965px;
	margin: auto;
}
@media screen and (max-width:767px) {
	.boxIn {
		width: calc(100% - 60px);
	}
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	color: #fff;
	background-color: #4D4D4D;
	text-align: center;
	padding: 110px 0 80px;
}
footer .logoWr {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}
footer .logoWr #sns {
	margin-left: 60px;
}
footer .logoWr #sns a + a {
	margin-left: 10px;
}
footer p {
	padding: 50px 0 30px;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}
footer small {
	font-size: 1.5rem;
}
@media screen and (max-width:767px) {
	footer {
		padding: 20px 0 30px;
	}
	footer .logoWr .logo {
		height: 40px;
		width: auto;
	}
	footer .logoWr #sns {
		margin-left: 30px;
	}
	footer .logoWr #sns img {
		height: 32px;
		width: auto;
	}
	footer p {
		padding: 15px 0 10px;
		margin-bottom: 10px;
	}
	footer small {
		font-size: 1.0rem;
	}
}

/* ----------------------------------------------
common styles
----------------------------------------------*/
#pr {
	width: 1169px;
	background: url("../img/border-bg.png") no-repeat 100% 40px;
	padding: 40px 0 170px 100px;
	position: relative;
	margin: auto;
	font-size: 2.4rem;
}
#pr div {
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#pr div strong {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	display: block;
	font-size: 4.6rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	margin: 40px 0 30px;
}
#pr #key img {
	display: block;
	position: absolute;
	left: 350px;
	bottom: -110px;
	z-index: 100;
}
@media screen and (max-width:767px) {
	#pr {
		width: 100%;
		background: url("../img/border-bg-sp.png") no-repeat 100% 0;
		background-size: auto 165px;
		padding: 5px 0 60px 30px;
		margin-top: -20px;
		font-size: 1.2rem;
	}
	#pr img {
		width: 132px;
		height: auto;
	}
	#pr div strong {
		font-size: 2.2rem;
		margin: 30px 0 10px;
	}
	#pr #key img {
		width: 140px;
		height: auto;
		left: 100px;
		bottom: -40px;
	}
}

#map {
	line-height: 0;
}
#map iframe {
	width: 100%;
}
@media screen and (max-width:767px) {
	#map iframe {
		height: 195px;
	}
}

#keyArea {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#keyArea img {
	width: 405px;
	height: auto;
}
@media screen and (max-width:767px) {
	#keyArea {
		height: 100px;
	}
	#keyArea img {
		width: 145px;
		height: auto;
	}
}

h2 {
	display: flex;
	align-items: center;
	font-size: 4.5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #29A2D9;
}
h2::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #000;
	margin-left: 10px;
}
@media screen and (max-width:767px) {
	h2 {
		font-size: 2.0rem;
	}
}

/* ----------------------------------------------
scrollani styles
----------------------------------------------*/
.scrollani {
opacity: 0;
transition: all .8s ease;
}

.scrollani.show {
opacity: 1;
transform: none;
}

.scrollani--lr {
transform: translate(-100px, 0);
}

.scrollani--rl {
transform: translate(100px, 0);
}

.scrollani--up {
transform: translate(0, 100px);
}

.scrollani--down {
transform: translate(0, -100px);
}

.scrollani--scaleUp {
transform: scale(.5);
}

.scrollani--scaleDown {
transform: scale(1.5);
}

.scrollani--rotateL {
transform: rotate(180deg);
}

.scrollani--rotateR {
transform: rotate(-180deg);
}

@media print {
.scrollani {
opacity: 1;
transform: none;
}
}
