@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: #333333;
	text-align: center;
	font-size: 88%;
	line-height: 1.4;
	letter-spacing: 0.05em;
	/*background-image: url(../img/body_bg.gif);*/
}
@media all and (min-width: 1060px){
html.nav-open{
	overflow: hidden;
}
}

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

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

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
#topcontrol{
	color: #FFF;
	font-size: 80%;
    padding: 25px 10px 5px 300px;
	background-image: url(../img/footer_bg.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
#topcontrol:after{
	content: url(../img/pagetop_icon.png);
	margin: 2px 0px 0px 5px;
}
@media all and (max-width: 768px){
#topcontrol{
	background-image: url(../img/sp_footer_bg.svg);
}
}


/* link style
----------------------------------------- */
a{
	color: #009DB7;
	text-decoration: underline;
    transition: .2s;
}
a:hover{
	color: #666666;
	text-decoration: none;
}
a.btn{
	color: #3B3B5A;
	font-weight: bold;
	padding: 15px 30px;
	background-color: #ffffff;
	border: #3B3B5A solid 2px;
	cursor: pointer;
    transition: .2s;
    border-radius: 40px;
    display:inline-block;
    text-decoration: none;
}
a.btn:hover{
	color: #FFFFFF;
    background-color: #3B3B5A;
}

/* animatuon style
----------------------------------------- */
@keyframes fadetop{
0% {
	opacity: 0;
	transform: translate(0, 50px);
}
100% {
	opacity: 1;
	transform: translate(0, 0);
}
}
@keyframes fadecircle{
0% {
	opacity: 0;
	transform: rotate(90deg) translate(50px, 0px);
    transform-origin: 50% 50%;
}
100% {
	opacity: 1;
	transform: rotate(0deg) translate(0, 0);
}
}
@keyframes fadeleft{
0% {
    opacity: 1;
	transform: translate(-500px, 0px);
}
100% {
    opacity: 1;
	transform: translate(0px, 0px);
}
}
@keyframes faderight{
0% {
    opacity: 0;
	transform: translate(50px, 0px);
}
100% {
    opacity: 1;
	transform: translate(0px, 0px);
}
}
.os-item{
	opacity: 0;
}
.os-item.on-screen{
	animation: fadetop 1s forwards;
}
#address.os-item{
	opacity: 0;
}
#address.os-item.on-screen{
	animation: faderight 1s forwards;
}
#trouble-section li a.os-item{
    opacity: 0;
}
#trouble-section li a.os-item.on-screen{
    animation: fadecircle .5s forwards;
}
#policy-section img.os-item{
    opacity: 1;
}
#policy-section img.os-item.on-screen{
    animation: fadeleft 1s forwards;
}

#preloader{
	width: 100%;
	height: 100%;
	background: #3B3B5A;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

.loader {
    top:45%;
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #3B3B5A;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(2550, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #3B3B5A;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #3B3B5A;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





/* layout parts
----------------------------------------- */
.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-inner{
	height: 0;
	padding-top: 28.906%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#map-inner iframe,
#map-inner object,
#map-inner embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.btn01{
	color: #3B3B5A;
	font-weight: bold;
	padding: 10px 40px;
	border: #3B3B5A solid 1px;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
a.btn01:hover{
	color: #FFF;
	background-color: #3B3B5A;
}
a.btn02{
	color: #FFF;
	font-weight: bold;
	padding: 10px 40px;
	border: #FFF solid 1px;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
a.btn02:hover{
	color: #3B3B5A;
	background-color: #FFF;
}


/* slick */
ul.slick-dots{
	width: auto!important;
	margin: 20px auto 0px!important;
	display: table;
}
ul.slick-dots li{
	width: auto!important;
	margin: 0px!important;
	display: inline-block;
}
ul.slick-dots li button{
	width: 6px;
	height: 6px;
	margin: 0px 10px;
	padding: 0px;
	border: none;
	background: none;
	background-image: url(../img/slide_icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
}
ul.slick-dots li.slick-active button{
	background-image: url(../img/slide_icon-on.png);
}
.slick-prev,
.slick-next{
	font-size: 0;
	padding: 0;
	border: none;
	background: none;
	outline: none;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
.slick-prev{
	top: 45%;
    left: 30px;
}
.slick-prev::before{
   content: url(../img/prev_bg.png);
 }
.slick-next{
	top: 45%;
    right: 30px;
}
.slick-next::before {
   content: url(../img/next_bg.png);
}



@media all and (min-width: 769px){
}
@media all and (max-width: 640px){
.slick-prev{
	top: 45%;
    left: 10px;
}
.slick-prev::before{
   content: url(../img/sp_prev_bg.png);
 }
.slick-next{
	top: 45%;
    right: 10px;
}
.slick-next::before {
   content: url(../img/sp_next_bg.png);
}
}
@media all and (max-width: 1060px){

.display-pc{
	display: none;
}
.display-sp{
	display: inherit;
}
#map-inner{
	padding-top: 50%;
}
}
@media all and (max-width: 768px){
#map-inner{
	padding-top: 97.402%;
}
}
