@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

*{
    box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

em, address{
	font-style: normal;
}

a img{
	text-decoration: none;
}

.offscreen{
	position: absolute;
	top: -9999px;
}

/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	color: #111111;
	text-align: center;
	font-size: 88%;
	line-height: 1.6;
	letter-spacing: 0.05em;
}


/* font style
----------------------------------------- */
@font-face{
	font-family: あおぞら明朝 Medium;
	src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoMedium_web.woff2')
		 format("woff2");
}


/* animation style
----------------------------------------- */
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes fadetop{
	0% {
		opacity: 0;
		transform: translate(0, 50px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes fadein{
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes slideInDown{
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
} 
.os-item{
	opacity: 0;
}
.os-item.on-screen{
	animation: fadetop 1.35s forwards;
}


/* general style
----------------------------------------- */
html{  
	overflow-y: scroll!important;
	overflow-x: auto;
}
p {
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	vertical-align: bottom;
}
strong{
	font-weight: bold;
}
#contents #main .inner-content strong{
	color: #C32524;
}
span{
	font-weight: bold;
}
span.required{
	float: right;
	clear: right;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
    margin-right: 5px;
    padding: 1px 5px;
	background-color: #CC2323;
    border: #CC2323 solid 1px;	
}
form label.error{
	font-size: 80%;
	color: #FFF;
	margin-top: 5px;
	padding: 2px 5px;
	background-color: #CC2323;
	display: block;
}


#menu-trigger,
#menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu-trigger{
	width: 20px;
	height: 16px;
	position: fixed;
	top: 12px;
	left: 16px;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
#menu-trigger span{
	width: 100%;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 0;
}
#menu-trigger span:nth-of-type(1) {
	background-color: #D84CC8;
	top: 0;
}
#menu-trigger span:nth-of-type(2) {
	background-color: #C6B924;
	top: 8px;
}
#menu-trigger span:nth-of-type(3) {
	background-color: #31BAED;
	bottom: 0;
}
#menu-trigger.open span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
#menu-trigger.open span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.open span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

#topcontrol{
	width: 128px;
	height: 64px;
	margin: 0px auto;
	background-image: url(../img/pagetop@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	left: 0px!important;
	right: 0px!important;
}
@media all and (max-width: 1025px){
#menu-trigger{
	display: block;
}
#topcontrol{
	width: 80px;
	height: 40px;
}
}

/* link style
----------------------------------------- */
a{
	color: #009DB7;
	text-decoration: underline;
}
a:hover{
	color: #4275DD;
	text-decoration: none;
}
#main a:hover img{
	opacity: 0.8;
}
a.btn{
	color: #FFF;
	font-weight: bold;
	margin: 0px auto;
	padding: 15px 35px;
	background-color: #CC2323;
	text-align: center;
	text-decoration: none;
	display: table;
}
#contents #main section a.btn{
	margin: 0px;
}
a.btn:hover{
	background-color: #F57777;
}
a.btn1{
	background-color: #A14551;
}
a.btn1:hover{
	background-color: #C6727D;
}
a.btn2{
	background-color: #83762D;
}
a.btn2:hover{
	background-color: #ADA15B;
}
a.btn3{
	background-color: #7F8D5A;
}
a.btn3:hover{
	background-color: #A7B485;
}

@media all and (min-width: 641px){
a[href^="tel:"] {
	color: #333;
	text-decoration: none;
    pointer-events: none;
}
}

/* layout parts
----------------------------------------- */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
.display-pc{
	display: inherit;
}
.display-sp{
	display: none;
}
.clear {
	overflow: hidden;
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left,
img.alignleft,
figure.left{
	float: left;
	clear: both;
	margin-right: 15px;
	padding-bottom: 15px;
}
img.center,
img.aligncenter,
figure.center{
	clear: both;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img.right,
img.alignright,
figure.right{
	float: right;
	clear: both;
	margin-left: 15px;
	padding-bottom: 15px;
}
#map{
	height: 0;
	padding-top: 29.531%;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 1;
}
#map iframe,
#map object,
#map embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 1281px){
#map{
	padding-top: 378px;
}
}
@media all and (min-width: 769px){
}
@media all and (max-width: 768px){
.display-pc{
	display: none;
}
.display-sp{
	display: inherit;
}
#map{
	padding-top: 100%;
}
}
@media all and (max-width: 640px){
}
