@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{ appearance: 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]{appearance:textfield; -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: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
/*	font-family: "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;*/
	color: #333333;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	background: #fff;
}


/* font style
----------------------------------------- */
@font-face{
	font-family: "mamelon";
	src: url("../font/mamelon.woff2")
		 format("woff2");
}


/* animatuon style
----------------------------------------- */
@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);
	}
}


/* general style
----------------------------------------- */
html{  
	overflow-y: scroll!important;
	overflow-x: auto;
}
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: 1px 2px;
	background-color: #CC3333;
    border: #CC3333 solid 1px;	
}
form label.error{
	font-size: 80%;
	color: #FFF;
	padding: 2px 5px;
	background-color: #FF0000;
	display: block;
}

#menu-trigger{
	width: 40px;
	height: 50px;
	background-color: #17458F;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
#menu-trigger::before{
	content: "メニュー";
	color: #FFF;
	font-size: 8px;
	letter-spacing: 0;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
}
#menu-trigger.open::before{
	content: "閉じる";
}

#menu-trigger a,
#menu-trigger a span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu-trigger a{
	width: 16px;
	height: 13px;
	position: absolute;
	top: 10px;
	right: 12px;
}
#menu-trigger a span{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
}
#menu-trigger a span:nth-of-type(1) {
	top: 0;
}
#menu-trigger a span:nth-of-type(2) {
	top: 6px;
}
#menu-trigger a span:nth-of-type(3) {
	bottom: 0;
}
#menu-trigger.open a span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
#menu-trigger.open a span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.open a span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

#topcontrol{
	width: 40px;
	height: 40px;
	background-image: url(../img/pagetop.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* link style
----------------------------------------- */
a{
	color: #17458F;
	text-decoration: underline;
	transition: .2s;
}
a:hover{
	color: #5679BC;
	text-decoration: none;
}
a.btn{
	color: #FFF;
	font-weight: bold;
	margin: 5px 0px;
	padding: 12px 60px;
	background-color: #17458F;
	border: #17458F solid 1px; 
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
a.btn:hover{
	background-color: #5C7CB0;
	border: #5C7CB0 solid 1px; 
}
@media all and (min-width: 641px){
a[href^="tel:"] {
	color: #333;
	text-decoration: none;
    pointer-events: none;
}
}


/* slide
----------------------------------------- */
.slick-list .slick-track{
	margin: 0;
}
.slick-prev,
.slick-next{
	font-size: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.slick-prev{
    left: -35px;
}
.slick-next{
    right: -35px;
}
.slick-prev::before,
.slick-next::before{
	content: "";
	width: 20px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: block;
}
.slick-prev::before{
	background-image: url(../img/prev_arrow.png);
}
.slick-next::before{
	background-image: url(../img/next_arrow.png);
}
@media all and (max-width: 1000px){
	.slick-prev{
		left: -10px;
	}
	.slick-next{
		right: -10px;
	}
.slick-prev::before,
.slick-next::before{
	width: 10px;
	height: 20px;
}	
}



/* wordpress parts
----------------------------------------- */
.gallery-columns-2,
.gallery-columns-3{
	margin: 0px -20px!important;
	clear: both;
}
.gallery dl.gallery-item img{
	border: none!important;
}
.gallery-columns-2 dl.gallery-item,
.gallery-columns-3 dl.gallery-item{
	margin-bottom: 20px!important;
}
.gallery-columns-2 dl.gallery-item dt,
.gallery-columns-2 dl.gallery-item dd,
.gallery-columns-3 dl.gallery-item dt,
.gallery-columns-3 dl.gallery-item dd{
	margin: 0px 20px;
}
@media all and (max-width: 810px){
.gallery-columns-2,
.gallery-columns-3{
	margin: 0px -10px!important;
}
.gallery-columns-2 dl.gallery-item dt,
.gallery-columns-2 dl.gallery-item dd,
.gallery-columns-3 dl.gallery-item dt,
.gallery-columns-3 dl.gallery-item dd{
	margin: 0px 10px;
}	
}

/* wp-pagenavi */
#main .wp-pagenavi {
    margin: 50px 0;
    text-align: center;
}
#main .wp-pagenavi .pages{
	display: none;
}
#main .wp-pagenavi .current,
#main .wp-pagenavi a{
	margin-right: 5px;
	padding: 5px 10px;
	display: inline-block;
}
#main .wp-pagenavi a,
#main .navigation a{
	color: #17458F;
	background-color: #FFF;
	border: #17458F solid 1px;
	text-decoration: none;
}
#main .wp-pagenavi .current,
#main .wp-pagenavi a:hover{
	color: #333;
	font-size: 100%;
	font-weight: bold;
	background-color: #EEE;
	border: #EEE solid 1px;
}
#main .wp-pagenavi a:hover,
#main .navigation a:hover{
	font-weight: normal;
}
#main .wp-pagenavi a.previouspostslink,
#main .navigation a.prev-link{
	float: left;
}
#main .wp-pagenavi a.nextpostslink,
#main .navigation a.next-link{
	float: right;
}


/* 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;
}
#preloader{
	width: 100%;
	height: 100%;
	background:url(../img/loading.gif) no-repeat #FFF 50%;
	background-size: 64px 64px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

.youtube {
  position: relative;
  width: 100%!important;
  padding-top: 56.25%!important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}


@media all and (min-width: 811px){
}
@media all and (max-width: 810px){
}
@media all and (max-width: 680px){
html.nav-open{
	overflow: hidden;
}
#menu-trigger{
	display: block;
}
.display-pc{
	display: none;
}
.display-sp{
	display: inherit;
}
}
