@charset "UTF-8";

html {
	overflow-y: scroll;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, sans-serif;
	font-size: 1.15em;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
	vertical-align: bottom;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}

p {
	margin: 10px 0;
}

ul, 
ol {
	margin: 10px 10px 10px 24px;
}

dl {
	margin: 10px 0;
}

input, 
select {
	vertical-align: top;
}

/* iOSデフォルトスタイルリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}


hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus, 
*:focus {
	outline: none;
}

a:link {
	color: #0096d1;
	text-decoration: none;
}
a:visited {
	color: #0096d1;
	text-decoration: none;
}
a:hover {
	color: #0096d1;
	text-decoration: underline;
}
a:active {
	color: #0096d1;
	text-decoration: underline;
}

a:hover {
	opacity: 0.8;
}


div#container {
	position: relative;
	overflow: hidden;
}

#header {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 160px;
	background-color: #75c3ff;
}
@media (orientation: portrait) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
	}
}

#header>h1 {
	line-height: 1.2;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	font-size: 1.5rem;
}

#header>h1>a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#header>h1>a:hover {
	opacity: 0.8;
}

#header>p#sub-title {
	position: absolute;
	top: 2.5rem;
	left: 0;
	bottom: auto;
	right: 80px;
	padding: 5px 5px 2px 10px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: .80rem;
}

#header>nav {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 10px;
	right: 0;
	padding: 0;
	margin: 0 auto;
	font-size: .80rem;
}

#header>nav ul {
	width: 150px;
	margin: 0 90px 0 auto;
}

#header>nav li {
	float: left;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0 10px 0 0;
	padding: 0;
}
#header>nav li.tw {
	background-color: transparent;
}

#header>nav li.tw img {
	height: 40px;
}

#header>nav li a {
	color: #0096d1;
	font-size: .80rem;
	display: inline-block;
	width: calc(100% - 20px);
	height: 100%;
	padding: 0 10px;
}
#header>nav li.tw a {
	width: 100%;
	height: 100%;
	padding: 0;
}

#header p.illust {
	position: absolute;
	bottom: -10px;
	right: 5px;
	margin: 0;
}
#header p.illust img {
	width: 70px;
}


#footer {
    /* position: fixed;
    bottom: 0;
    left: 0; */
    width: 100%;
	/* height: 50px; */
	background-color: #75c3ff;
	/* border: 1px solid #bfd255; */
	/* z-index: 910; */
	padding: 20px 0 10px 0;
	margin: 0;
}

#footer>p {
	font-size: 0.9rem;
	color: #003e6d;
	/* line-height: 50px; */
	margin: 0 35px 10px 35px;
}

#footer>p.title {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	/* line-height: 50px; */
	margin: 0 0 20px 20px;
}

#footer>p.business-hours {
	margin: 0 35px 30px 35px;
}

#footer>address {
	font-size: 0.9rem;
	color: #003e6d;
	font-style: normal;
	margin: 0 35px 15px 35px;
	line-height: 30px;
}

#footer>#tel>a {
	color: #003e6d;
	text-decoration: none;
}


#footer>ul.footer {
	list-style-type: none;
	text-align: right;
}

#footer>ul>li {
	display: inline-block;
	font-size: 0.70rem;
	color: #003e6d;
	background-color: #eaf6ff;
	padding: 0 4px;
    border-radius: 3px;
}


p#copyright {
	color: #003e6d;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

p#copyright>small {
	font-size: 0.65rem;
}


a.outside[target="_blank"] {
    padding-right: 13px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAO5QAADuUB1UTNawAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADdSURBVBiVYzxn5fCGTUKSmQEH+P/zB9Ofrz/qDfZvm8DAwMDAwsLLw8oqKsyHS8O/b98Y/v18JQDjM14JDHvLa24q9OvZc4Zfz19gsYKBgeE/w38GRsb/rCJCn1m4NNU/ypWXCF32CmBgl5PFZREjAwMD48/nz/mZcKnABVhgDDZJCQb56nK8ih+1dTGw/Hn3nu3b9RsMTOzsDOyyMng1MLKxMjB9vXGr/HZ+aeb/f//+E+Wm////M/z//5/hVkbu3/8EwO28ov+M//9DDL5TUPqJ4f8/XryG//v/CwDY9m8jCOSUEAAAAABJRU5ErkJggg==) right center no-repeat scroll;
}


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


/* スクロールアップ */
a.scrollup {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #96d2ff;
	color: #333;
	font-size: 14pt;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 8px;
	border: 1px solid #ddd;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
a.scrollup:hover {
	background: #75c3ff;
}

.fadeIn {
	animation: fadeIn 2s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(60px);
		transition-duration:.2s;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
		transition-duration:.2s;
	}
}


@media screen {
	#container .move-item {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1.0s ease, transform 1.0s ease;
	}
	#container .move-item.visible {
	opacity: 1;
	transform: translateY(0);
	}
}


@media print, screen and (min-width:410px) {

    #footer > p {
        line-height: 20px;
        margin: 0 5px 10px 40px;
    }

	#footer>p.business-hours {
		margin: 0 5px 30px 40px;
	}

    #footer > address {
        margin: 0 5px 15px 40px;
    }

    p#copyright {
        margin: 0 auto;
    }


}


@media print, screen and (min-width:471px) {

    #footer > p.title {
        line-height: 20px;
        margin: 0 auto 20px auto;
        width: 451px;
    }

    #footer > p {
        margin: 0 auto 10px auto;
        width: 391px;
    }

	#footer>p.business-hours {
		margin: 0 auto 30px auto;
	}

    #footer > address {
        margin: 0 auto 15px auto;
        line-height: 30px;
        width: 391px;
    }


}


@media print, screen and (min-width:490px) {

	#header {
		/* height: 75px; */
		height: 135px;
	}

	#header > h1 {
		margin: 0 0 0 10px;
	}

	#header > p#sub-title {
		position: static;
		margin: 0 0 0 10px;
	}

	#header p.illust {
		right: 15px;
	}

	#footer > p.title {
		margin: 0 auto 20px auto;
		width: 395px;
		padding: 0 0 0 40px;
	}

	#footer > p {
		margin: 0 auto 10px auto;
		width: 335px;
		padding: 0 0 0 40px;
	}

	#footer>p.business-hours {
		margin: 0 auto 40px auto;
	}

	#footer > address {
		margin: 0 auto 15px auto;
		width: 335px;
		padding: 0 0 0 40px;
	}

	#footer>ul.footer {
		margin: 10px auto;
		width: 395px;
	}
	

}


@media print, screen and (min-width:558px) {

	#header > nav ul {
		margin: 0 130px 0 auto;
	}

	#header p.illust {
		right: 25px;
	}

	#header p.illust img {
		width: 90px;
	}


}


@media print, screen and (min-width:700px) {

	#header {
		height: 105px;
	}

	#header > p#sub-title {
		margin: 15px 0 0 40px;
	}
	@media (orientation: landscape) {
		#header > p#sub-title {
			margin: 0 0 0 40px;
			padding-top: 20px;
		}
	}
	
	#header > h1 {
		margin: 0 0 0 40px;
		font-size: 1.8rem;
	}

	#header > nav {
		left: 150px;
		right: 0;
		margin: 0 auto;
	}

	#header > nav ul {
		margin: 0 auto 0 auto;
	}

	#header p.illust {
		right: 35px;
	}

	#header p.illust img {
		width: 120px;
	}



}


@media print, screen and (min-width:768px) {

	#footer > address {
		width: 400px;
	}

	#footer > p {
		width: 400px;
	}

	#footer > p.title {
		width: 460px;
	}

	#footer > address br.sp768 {
		display: none;
	}

}


@media print, screen and (min-width:800px) {

	#header {
		position: relative;
		top: auto;
		left: auto;
		height: 185px;
	}
 
	#header > p#sub-title {
		padding: 60px 5px 2px 80px;
		margin: 0 0 0 0;
	}

	#header > h1 {
		margin: 0 0 0 70px;
		font-size: 2.2rem;
	}

	#header > nav ul {
		margin: 0 360px 0 auto;
	}

	#header p.illust {
		right: 80px;
		bottom: -30px;
	}

	#header p.illust img {
		width: 200px;
	}


}



@media print, screen and (min-width:1000px) {

	#header > p#sub-title {
		padding: 60px 5px 2px calc(50% - 420px);
		margin: 0 0 0 0;
	}

	#header > h1 {
		margin: 0 0 0 calc(50% - 430px);
		font-size: 2.2rem;
	}

	#header > nav ul {
		margin: 0 auto 0 auto;
	}

	#header p.illust {
		right: calc(50% - 430px);
		bottom: -30px;
	}

	#footer > p {
		line-height: 0.95rem;
	}

	#footer > address {
		margin: 0 auto 15px auto;
		line-height: 1.7rem;
	}



}



/* 印刷用 */
@media print {

	body {
		width: 1000px;
	}

	#container {
		width: 1000px;
	}

	#scrollUp {
		display: none;
	}

}