@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

html {
	font-size: 75%;
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

option {
	padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
}
#header:after,
.box:after,
.block:after,
.first:after,
.second:after,
.third:after,
.wrapper:after,
.inner:after,
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

/* BODY
---------------------------------------------
RED #CC131E
BLUE #0069B2
*/

body {
	margin: 0px;
	padding: 0px;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.8em;
	color:#000;
    background: #fff;
}
@media (max-width: 768px) {
	body {
		font-size:14px;
	}
}
img {
	vertical-align:bottom;
}
a:link, a:visited {color:#0069B2; text-decoration:none;}
a:hover, a:active {color:#0069B2; text-decoration:underline;}
input,
select,
textarea {
	font-family: inherit;
}

.btn {
	text-align: center;
}
.btn a {
	display: inline-block;
	color: #0069B2;
	border: 1px solid #0069B2;
	padding: .5em 3em .5em 3em;
	position: relative;
}
.btn a:after {
	font-family: FontAwesome;
	content:"\f101";
	position: absolute;
	right: .75em;
}
.btn a:hover {
	background: #0069B2;
	color: #fff;
	text-decoration: none;
}
/* Wrapper
--------------------------- */

#headerWrapper {
    margin: 0 auto 40px;
    min-width: 1080px;
}
#header {
    width: 100%;
    position: relative;
}

#header .inner {
    max-width: 1080px;
    margin: 0 auto;
	padding:12px 0;
}
#header .overlay {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: -1;
}

#logo {
	width: 540px;
	float: left;
    margin: 20px 0 0;
}
#logo a img {
    transition-duration: 0.2s;
	margin: 0 auto 10px;
	width:540px;
}
#logo a:hover img {
    opacity: 0.7;
}
#logo .description {
	font-family: 'Roboto', sans-serif;
	color:#777;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}
#tel {
	float: right;
	width: 340px;
}
#tel div {
	margin-bottom: 2px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	line-height: 1.3;
}
#tel div.domestic {
	background: #70AD47;
}
#tel div.overseas {
	background: #0070C0;
}
#tel div.loginet {
	background: #c07300;
}
#tel div.fax {
	background: #4D4D4D;
}
#tel div a {
	color: #fff;
}
#navi {
	background: #005BAC;
}
#navi .domestic,
#navi .overseas,
#navi .loginet {
    display: none;
}
#header.fixed {
	position:fixed !important;
    width: 100%;
	z-index: 100;
	top: 0;
}
#navi.fixed #header {
	padding: 0;
}
#navi .inner {
    max-width: 1024px;
    margin: 0 auto;
	padding: 0;
}
ul#menu {
    display:flex;
    align-items: center;
    justify-content:center;
    padding: 0;
    margin: 0 auto;
}
ul#menu > li {
	display: block;
	width: 16.6%;
	color:#fff;
    position: relative;
}
ul#menu > li > a {
	font-size:15px;
	color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 12px 12px;
    display: block;
    transition: all 0.1s linear;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
ul#menu li a:hover {
    text-decoration: none;
    color: #FFF;
	background: rgba(0,0,0,0.2);
}
ul#menu > li ul.sub {
    visibility: hidden;
    position: absolute;
    transition: 0.2s;
    top:46px;
    left: 50%;
    margin-left: -84px;
    display: block;
    width: 168px;
    background: #005BAC;
}
ul#menu > li:hover ul.sub {
    top:51px;
    visibility: visible;
     opacity: 1;
    box-shadow: 0 8px 12px rgba(0,0,0,0.4);
}
ul#menu > li:hover ul.sub li a,
ul#menu > li.active ul.sub li a {
    visibility: visible;
     opacity: 1;
}
ul.sub  {
    display: block;
}
ul.sub li {
    float: none;
    display: block;
    width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.sub li a {
    background: #005BAC;
    color: #FFF;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    transition: all 0.2s linear;
}
ul.sub li a:hover {
    text-decoration: none;
    background: #eee;
}
@media (max-width: 767px) {
	
	#headerWrapper {
		margin: 0 auto 20px;
		min-width: 0;
	}

	#header .inner {
		max-width: 1080px;
		margin: 0 auto;
		padding:10px 0;
	}
    #logo {
        width:95vw;
		float: none;
        margin: 10px auto;
        position: relative;
    }
    #logo a img {
        max-width: 100%;
		width: 82%;
        margin-bottom: 12px;
    }
    #headerNav {
        display: none;
    }

	#logo .description {
		font-size:2.5vw;
		line-height: 1.3;
	}
	#tel {
		float: none;
		width: 90vw;
		margin: 0 auto;
		position: fixed;
		top:0;
		z-index: 200;
        display: none;
	}
	#tel div {
		margin-bottom: 0;
		width: 50%;
		color: #fff;
		font-weight: bold;
		font-size: 3.2vw;
		border-right: 1px solid #fff;
		padding: .45rem 0;
	}
	#tel dl dt {
		width: 40%;
		text-align: center;
		padding: .45rem 0;
	}
	#tel dl dd {
		width: 60%;
		text-align: center;
		padding: .45rem 0;
	}
	#tel div.fax {
		display: none;
	}

	#sp-video {
		display: block;
		width: 100%;
		height: 100vh;
		position: absolute;
		top:0;
	}
	#sp-video video {
		 position: absolute;
		 right: 0;
		 bottom: 0;
		 min-width: 100%;
		 min-height: 100%;
		 width: auto;
		 height: 100%;
		 z-index: -100;
		 background-size: cover;
	}
    #navi {
        display: block;
        margin: 0;
		padding: 0;
        background: #0069B2;
		position: relative;
		z-index: 1000;
    }
    #navi .domestic,
    #navi .overseas,
    #navi .loginet {
        display: block;
        color: #fff;
        padding: 8px;
        text-align: center;
    }
    #navi .domestic a,
    #navi .overseas a,
    #navi .loginet a {
        color: #fff;
        font-size: 20px;
    }

    #navi div.domestic {
        background: #70AD47;
    }
    #navi div.overseas {
        background: #0070C0;
    }
    #navi div.loginet {
        background: #c07300;
    }
    ul#menu{
        display: block;
        margin: 0;
        padding: 0;
    }
    ul#menu li {
        width: auto;
        border-right: none;
        display: block;
        padding: 0;
        margin: 0;
    }
    ul#menu li:first-child {
        border-left: none;
    }
	ul#menu > li a:before {
		display: none;
	}
    ul#menu > li:hover:before,
    ul#menu > li.active:before {
        display: none;
    }
    ul#menu > li > a {
        width: auto;
        text-align: left;
        padding: 8px 10px;
        font-weight: bold;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        font-size: 16px;
    }
    ul#menu > li ul.sub {
        position: static;
        transition: 0.2s;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        width: auto;
        background: #005BAC;
    }
    ul#menu > li ul.sub li {
        width:50%;
    }
    ul#menu > li ul.sub li a {
        padding: 4px 20px;
        color: #fff;
        visibility: visible;
    }
}
/* ----------------------------------------*/
#container {
	width: 100%;
	min-width:1080px;
	margin: 0 auto;
	position:static;
	clear: both;
}
#container section {
	margin-bottom: 40px;
}
.page #container {
	position:static;
}
.contents {
    margin: 0 auto 40px;
    padding:10px 0 10px;
	width: 1080px;
}
.contents:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.contents p {
	padding-bottom: 1em;
	line-height: 170%;
}
.title {
    text-align: center;
	margin-bottom: 30px;
}
.title h2 {
    display: block;
    font-weight: bold;
    font-size:32px;
	color: #0069B2;
    line-height: 1.25;
    margin: 0 0 15px;
}
.title p {
    display: block;
	width: 320px;
	margin: 5px auto 0;
	color: #0069B2;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	border-top: 5px solid #0069B2;
	padding: 10px 0 0;
    font-size: 16px;
	letter-spacing:0.2em;
}
.contents h3 {
	margin-bottom:1em;
	font-weight: bold;
}
.contents * {
	position:relative;
}
.contents a.button {
    background: #E50012;
    color: #fff;
    display: inline-block;
    padding: .75em 4em .75em 3em;
    transition: all 0.25s;
    margin: 0 10px 20px;
}
.contents a.button:hover {
    text-decoration: none;
    background: #90000D;
}
.contents a.button:after {
    font-family: "FontAwesome";
    content:"\f138";
    position: absolute;
    right: 10px;
}
@media (max-width: 767px) {
	#container {
		width: 100%;
		min-width: 0;
	}
    .contents {
        width: auto;
        min-width: 0;
        margin: 0 auto;
        padding: 10px 15px;
    }
	.contents  img {
		max-width:100%;
	}
	.title h2 {
		display: block;
		font-weight: bold;
		font-size:24px;
		color: #0069B2;
		line-height: 1.25;
		margin: 0 0 10px;
	}
	.title p {
		display: block;
		width: 240px;
		margin: 5px auto 0;
		color: #0069B2;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		border-top: 5px solid #0069B2;
		padding-top: 5px;
		font-size: 14px;
		letter-spacing:0.1em;
	}
    .contents a.button {
        background: #E50012;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: .5em 2em .5em 1em;
        transition: all 0.25s;
        margin: 0 5px 20px;
    }
}
/* Content
--------------------------- */

/* Footer
--------------------------- */

#footer {
    margin: 0;
    background: #E6E6E6;
}
#footer .inner {
	padding:25px;
    max-width: 1080px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#footer-news {
	width: 36%;
    margin: 0;
}
#footer-profile {
	width: 56%;
    margin: 0;
}
#footer-profile .tel {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 5px 0;
	display: flex;
	margin-bottom: .5em;
}
#footer-profile .tel div {
	margin: 0 1%;
}
#footer-profile p img {
	width:70%;
	display:block;
	margin:0 auto;
}
#footer-profile .tel p {
	margin-bottom: .5em;
	font-size: .9em;
	line-height: 1.5;
}
#footer-profile .address {
	padding: 10px 0;
	text-align: center;
}

#footer-profile .tel h4 {
	color: #005BAC;
	font-weight: bold;
}
#footer-profile .tel p {
	font-size: 13px;
}
#footer-profile .holiday {
	font-size:14px;
	line-height: 1.5;
	text-align: center;
}
#copyright {
	background: #fff;
	font-size:14px;
	clear: both;
	border-top:1px solid #ddd;
}
#copyright .inner {
	padding:25px 0 60px;
    max-width: 1080px;
    margin: 0 auto;
	justify-content: center;
}
#copyright p {
	float: left;
	line-height: 1;
}
#copyright ul {
	float: right;
}
#copyright ul li {
	display: inline-block;
	margin-left: 1em;
	line-height: 1;
}
#copyright ul li i {
	color: #0069B2;
}
#copyright img {
	width: 140px;
	vertical-align:text-bottom;
	margin-right: 10px;
}
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 40px;
	z-index: 100;
}
#pagetop a {
    color: #fff;
    display: block;
    background: #0069B2;
    font-size: 20px;
    text-align: center;
    transition: transform 0.1s linear;
    padding: 5px 10px;
	
}
#pagetop a:hover {
    opacity: 0.8;
}

.imgleft {
	float: left;
	margin-right: 1em;
}
.imgright {
	float: right;
	margin-left: 1em;
}
.pc {display:block;}
.sp {display:none;}

.m0 {margin-bottom:0px !important;}
.m10 {margin-bottom:10px !important;}
.m20 {margin-bottom:20px !important;}
.m30 {margin-bottom:30px !important;}
.m40 {margin-bottom:40px !important;}
.m50 {margin-bottom:50px !important;}
.m60 {margin-bottom:60px !important;}

@media (max-width: 767px) {
	.pc {display:none;}
	.sp {display:block;}
	#footer .inner {
		padding:15px 10px;
		max-width: 1080px;
		margin: 0 auto;
		display: block;
	}
	#footer-news {
		width: auto;
		margin: 0 auto 20px;
	}
	#footer-profile {
		width: auto;
		margin: 0;
	}
	#footer-profile p {
		font-size: .9em;
		line-height: 1.5;
	}
    #footer-pagetop {
       position: fixed;
		width: 36px;
        right: 0;
        margin: 0;
        bottom: 0;
    }
    #pagetop a {
        font-size: 14px;
        padding: 5px 0px;
    }
    .contents h1 {
        font-size:18px;
    }
	#copyright .inner {
		padding:25px 0 50px;
	}
	#copyright p {
		float: none;
		text-align: center;
		margin-bottom: .5em;
	}
	#copyright ul {
		float: none;
		text-align: center;
	}
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	font-weight: bold;
	margin: 1em 0 1em !important;
	padding:0 !important;
	color:#000 !important;
	border:none !important;
	background:none !important;
}

.entry-content h1 {
	font-size: 35px !important;
	line-height: 1.2308;
}

.entry-content h2 {
	font-size: 29px !important;
	line-height: 1.2069;
}

.entry-content h3 {
	font-size: 24px !important;
	line-height: 1.1667;
}

.entry-content h4 {
	font-size: 20px !important;
	line-height: 1.4;
}

.entry-content h5,
.entry-content h6 {
	font-size: 17px !important;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}

.entry-content p {
	margin: 0 0 1em;
}

.entry-content b,
.entry-content strong {
	font-weight: bold;
}