@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
li {
	list-style-type: none;
}
address {
	font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input, select {
	font-size: 16px;
	vertical-align: middle;
}
textarea {
	font-size: 16px;
}
/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	overflow-y: scroll;
}
body {
	color: #252525;
	line-height: 1.6;
	font-size: 14px;
	font-family: /*"BIZ UDGothic", */-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;/* min-width: 1044px; */
}
#overwrap {
	overflow: hidden;
	position: relative;
}

p {
	font-size: 15px;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.8;
}
a:active {
	color: #333;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul {
	list-style: none;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow: #fff 2px 0px, #fff -2px 0px,  #fff 0px -2px, #fff -2px 0px,  #fff 2px 2px, #fff -2px 2px,  #fff 2px -2px, #fff -2px -2px,  #fff 1px 2px, #fff -1px 2px,  #fff 1px -2px, #fff -1px -2px,  #fff 2px 1px, #fff -2px 1px,  #fff 2px -1px, #fff -2px -1px;
}
.btn1 a {
	display: inline-block;
	width: 189px;
	height: 42px;
	background: #252525;
	color: #fff;
	text-decoration: none;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 15px;
}
.btn1 a:hover {
	background-color: #333;
	transition: all .5s ease;
}
.btn1 a:before {
	    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
.pb20 {
	padding-bottom: 20px;
}
.pb50 {
	padding-bottom: 50px;
}
.clear {
    min-height: 1px;
    clear: both;
    float: none;
}
/* @media screen and (max-width: 769px) {
    body {
        min-width: initial;
    }
} */

@media screen and (min-width: 768px) {
/*	body {background: #ccc; }*/

.wrap {
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}

 .pankuzu_box {
    line-height: 35px;
    width: 100%;
    margin-bottom: 50px;
}
 .pankuzu {
    line-height: 35px;
    display: block;
    width: 960px;
    font-size: 12px;
	 margin-left: auto;
	 margin-right: auto;
	color: #000;
	 letter-spacing: 0.05em;
}
.pankuzu img {
	padding-bottom: 10px;
    padding-right: 5px;
}	
}

@media screen and (max-width: 767px) {
/*body {background: #000;}*/
/*     body {
        min-width: initial;
    }*/
	.siteTitle img {
		width: 50%;
	}
.wrap {
	width: 100%;
	padding: 0 10px;
}
 .pankuzu_box {
    line-height: 35px;
    width: 100%;
    margin-bottom: 50px;
}
.pankuzu {
    font-size: 12px;
    line-height: 28px;
	text-align: center;
}
}
/* =============================================================================
	header
   ========================================================================== */



@media screen and (min-width: 768px) {
	#wrapper {
		background-color: #fff;
		position: fixed;
    	z-index: 999;
    	width: 100%;
		box-shadow: 0px 0px 15px -5px #c7c7c7;
	}
	header {
		max-width: 1080px;
		margin: 0 auto;
		padding-bottom: 0;
		position: relative;
		z-index: 99999;
		height: 125px;
}
header .headerTop {
	max-width: 1080px;
	padding: 30px 0;
}
header .headerTop .siteTitle {
	float: left;
	padding-right: 20px;
}
header .headerTop .tel {
	float: right;
	padding-right: 20px; 
	text-align: right;
}
header .headerTop .tel a {
		font-size: 18px;
		vertical-align: text-bottom;
		font-family: "UD新ゴNT L";
	}
header .headerTop .tel a img {
		padding-right: 5px;
    	padding-bottom: 2px;
	}
header .headerTop .tel span {
	font-size: 13px;
}
header .headerTop .time {
	float: left;
	/* padding-right: 30px; */
}
header .headerTop .time dl dt {
	float: left;
}
header .headerTop .time dl dd {
	float: right;
}
	header .headerTop .time p {
		font-size: 12px;
	}
	header .headerTop .time .clear {
		clear: both;
	}
header .headerTop .line {
	float: left;
	width: 200px;
}
header .headerTop .clear {
	clear: both;
}

header .siteTitle a {
	/*padding: 43px 0;*/
	display: inline-block;
	text-decoration: none;
}
	header .headerTop .siteTitle a span {
		display: block;
		padding-bottom: 10px;
		letter-spacing: 0.03em;
	}
header .pc {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {
	position: absolute;
	right: 0;
	width: 474px;
    top: 81px;
    /*left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>.service {
	/* bottom: -80px; */
}
.navDrawr>ul>li {
	float: left;
	width: 33.333%;
	/*position: relative;*/
	/*bottom: -100px;*/
}

.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
	display: block;
	color: #333;
	text-decoration: none;
	/*padding: 10px;*/
	/*height: 70px;*/
}
.navDrawr>ul>li>a {
	font-size: 16px;
	text-align: center;
}

.navDrawr>ul>li>a:hover {
	
}
.navDrawr>ul>li>a span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #252525;
}
.navDrawr>ul>li>a .en {
		display: inline;
	}
.navDrawr>ul>li>a:hover .en {
		display: none;
	}
.navDrawr>ul>li>a .jp {
		display: none;
	}
.navDrawr>ul>li>a:hover .jp {
		display: inline;
	font-size: 13px;
	}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	background: #80c7c4;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	color: #012d66;
	text-align: center;
}
.navDrawr .sub a:hover {
	background: #f5f5f5;
}
#contents {
	padding-top: 20px;
}

.navDrawr>ul>li.contact {
	width: 158px;
	background: #252525;
	border-radius: 12px;
}

.navDrawr>ul>li.contact-sp {
		display: none;
	}
header .headerTop h1 {
    /*position: absolute;*/
    top: 0;
    left: 30px;	
	z-index: 999;
}
}
@media screen and (max-width: 1051px) {
	header .headerTop .siteTitle {
		padding-left: 20px;
	}
}
@media screen and (min-width: 997px) {
	.navDrawr>ul>li+ li {
}
	.navDrawr>ul>li.contact a span {
		color: #fff;
	}
}

@media screen and (max-width: 996px) {
	
header .pc {
	display: none;
}
#wrapper {
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0px 15px -5px #c7c7c7;
}
header .headerTop .siteTitle a span {
		display: none;
	}
.navDrawr {
	background-color: #666;
	position: fixed;
	width: 270px;
	top: 60px;
	bottom: 0;
	right: -270px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
}
.navDrawr>ul>li.contact-sp {
		display: block;
}
.navDrawr>ul>li.contact {
	display: block;
    width: 100%;
}
.navDrawr>ul>li>a .jp {
    display: none;
}
body.menuOpen #wrapper {
	padding-top: 60px;
}
.overlay {
	display: none;
	background-color: rgba(0,0,0,0.49);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
header {
	margin: 0 auto;
	padding-bottom: 0;
	background-color: #fff;
	z-index: 99999;
	position: relative;
	height: 60px;
	padding: 0;
}
body.menuOpen header {
	position: fixed;
	top: 0;
	width: 100%;
}
header .headerTop {
	padding: inherit;
}
header .headerTop .sp {
	display: none;
}
header .headerTop .siteTitle {
		width: 100%;
	}

header .siteTitle a {
	margin-left: 10px;
	line-height: 53px;
	padding: 0;
	font-size: 25px;
	color: #fff;
}
.navDrawrBtn {
	text-align: right;
}
.navDrawrBtn span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.navDrawrBtn span::before {
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 24px;
	color: #252525;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
body.menuOpen .navDrawrBtn span::before {
	content: "\f00d";
}
.navDrawr a {
	position: relative;
	padding: 10px;
}
.navDrawr a::after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	font-family: FontAwesome;
	content: "\f054";
}
.navDrawr>ul>li.business > a::after {
	content: none;
}
.navDrawr>ul>li {
	float: none;
	width: auto;
	position: relative;
}
.navDrawr>ul>li.sp {
	display: block;
}
.navDrawr>ul>li>a {
	font-weight: bold;
	text-align: left;
	border-right: none;
	/* border-bottom: 1px solid #0068b7; */
	font-size: 16px;
	display: block;
	background: #fff;
}
.navDrawr>ul>li.business>a {
	border-bottom: 1px solid #ccc;
}
.navDrawr > ul > li > a span {
	display: inline-block;
	margin-left: 1em;
	color: #252525;
	font-size: 12px;
}
.navDrawr .sub {
	position: static;
	display: block!important;
}
.navDrawr .sub a {
	border-bottom: 1px solid #ccc;
	background: #fff;
    display: block;
}
.navDrawr>ul>li.business > .sub li:last-child a {
	border-bottom: 1px solid #0068b7;
}
ul.imgList {
}
ul.imgList::after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}
ul.imgList li {
	float: left;
	width: 31.33333333%;
	margin: 1%;
}
ul.imgList li .thumbnail {
	background-color: #FFF;
	padding: 20px;
	border: solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.imgList li img {
	margin-bottom: 10px;
}
ul.imgList li .caption {
}
ul.imgList li .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.siteTitle img {
	height: 40px;
	width: 60%;
	object-fit: contain;
	vertical-align: middle;
}
}
@media screen and (max-width: 767px) {

}
/*@media screen and (max-width: 1080px) {
	header .siteTitle a {
	padding: 12px 0;
	display: inline-block;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
}*/
/*@media screen and (min-width: 1280px) {

header {
	margin: 0 auto;
	padding-bottom: 0;
	background-color: #012d66;
	position: relative;
	z-index: 99999;
	height: 80px;
}
header .headerTop {
	padding: 0 90px;
}
header .siteTitle a {
	padding: 12px 0;
	display: inline-block;
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
header .pc {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {
	width: 938px;
	position: absolute;
	top: 0;
	right: 0;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
	float: left;
	width: 15%;
	position: relative;
}
.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px 28px;
	height: 80px;
}
.navDrawr>ul>li>a {
	font-size: 16px;
	text-align: center;
}
.navDrawr>ul>li:last-child >a {
	border-right: none;
}
.navDrawr>ul>li>a:hover {
	background: #f5f5f5;
	color: #012d66;
}
.navDrawr>ul>li>a span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #80c7c4;
}
.navDrawr>ul>.service {
	bottom: 0;
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	background: #80c7c4;
	border-bottom: 1px solid #fff;
	padding: 30px;
	color: #012d66;
	text-align: center;
}
.navDrawr .sub a:hover {
	background: #f5f5f5;
}
#contents {
	padding-top: 20px;
}


.navDrawr>ul>li.contact {
	width: 55%;
	bottom: 0;
}
header .headerTop h1 {
    position: absolute;
    top: 0;
    left: 30px;	
}


/* =============================================================================
    Footer
   ========================================================================== */
#page-top {
	display: block;
}
#page-top a {
	margin-left: 34px;
    overflow: hidden;
    position: relative;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 30;
}
#page-top a:hover {
	/* background-color: #333; */
	transition: all .5s ease;
}
footer {
	background-color: #dd2f77;
}
footer .wrap .cont {
	color: #fff;
}
footer .wrap .cont a {
	color: #fff;
}
footer .wrap .cont li {
	color: #fff;
}
footer .wrap .cont dl .footerTel {
	padding: 20px 0;;
}
footer .wrap .cont .siteMap {
	display: flex;
}
footer .wrap .cont .rogo dt a span {
	display: block;
	font-size: 18px;
}
footer .wrap .cont .siteMap .listBox {
	width: 25%;
	padding: 0 10px;
}
footer .wrap .cont .siteMap .listBox .pd20 {
	padding-bottom: 20px;
}
footer .copy-cont {
	background-color: #dd2f77;
	height: 50px;
	border-top: 1px solid #fff;
}
footer .copy-cont .policy a {
	color: #fff;
}
footer .wrap .copy {
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	color: #fff;
}
footer .wrap .policy {
	float: left;
	font-size: 12px;
	padding-top: 15px;
}
footer #sp {
	display: none;
}

footer #sp .sp_foot .sp_img {
  width: 100%;
  vertical-align: bottom;
}

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

footer .cont {
	display: table;
	width: 100%;
	padding: 50px 0;
}
footer .cont .sp {
	/*display: none;*/
}
footer .cont .date {
	padding: 20px 0;
	}
footer .cont .date .footTel {
	font-size: 25px;
	font-family: "UD新ゴNT R";
	}
footer .cont .date .footTel img {
	padding-bottom: 5px;
    padding-right: 5px;
	}
footer dt, footer .add, footer nav {
	display: table-cell;
	vertical-align: top;
}
footer dl {
	float: left;
	font-size: 16px;
	width: 50%;
	text-align: center;
}
footer dl:last-child {
		padding-right: 0;
		display: block;
		padding: 20px 0;
		border-left: 1px solid #fff;
    	padding-left: 50px;
    	height: 100px;
	}

footer dt {
	width: 30%;
	font-size: 33px;
	color: #fff;
}
footer nav {
	width: 65%;
}
footer nav .mark {
	color: #80c7c4;
	font-size: 16px;
}
footer nav li {
	line-height: 2em;
	font-weight: bold;
}
footer nav ul li > ul {
	padding-left: 1em;
}
footer nav li > ul li {
	font-weight: normal;
}

}

@media screen and (max-width: 767px) {
#page-top a {
	bottom: 30px;
}
#page-top img {
	/* width: 30px; */
}
footer h1 {
	text-align: center;
	padding: 20px 0;
}
footer .cont {
	padding: 10px 0;
}

footer .cont .rogo {
	display: block;
	padding-bottom: 10px;
    text-align: center;
	}
footer .cont .rogo dd {
	display: none;
	}
footer .cont .sp {
	display: none;
	}
footer .cont .date .footTel {
	font-size: 20px;
    padding: 20px 0;
	}
footer .cont .date .footTel img {
	padding-right: 5px;
	}
/*footer .cont dl dt {
	font-size: 16px;
}
footer .cont dl dd {
	display: none;
}*/
footer .wrap .cont .date {
	display: block;	
	text-align: center;
}
footer nav {
	display: none;
}
footer .add dt span {
	font-size: 12px;
}
footer #sp {
	display: block;
}
footer #sp .sp_foot {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}

footer #sp .sp_foot .sp_foot01 {
	display: block;
	float: left;
	width: 50%;
}
footer #sp .sp_foot .sp_foot02 {
	display: block;
	float: right;
	width: 50%;
}

	footer .copy-cont {
		height: auto;
		text-align: center;
	}
	
		

footer .wrap .cont {
	padding-top: 30px;
}
footer .wrap .policy {
	float: none;
}
footer .wrap .copy {
	float: none;
	padding-bottom: 15px;
}
footer dl:last-child {
	padding-top: 30px;
	width: 52%;
    margin: 0 auto;
}



#pc {
	display: none;
}
}
@media screen and (min-width: 1200px) {


}



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

@media screen and (max-width: 767px) {

}

/* =============================================================================
    お問い合わせ
   ========================================================================== */

/* =============================================================================
    個人情報保護方針
   ========================================================================== */
/*#policy {
	max-width: 800px;
	margin: 0 auto;
}
#policy p {
	margin-bottom: 2em;
}
#policy dl {
	margin-bottom: 2em;
}
#policy dt {
	font-weight: bold;
	font-size: 18px;
}
#policy ol {
	margin-left: 1em;
}
#policy li {
	list-style: decimal inside;
}*/

/* =============================================================================

   ========================================================================== */

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

@media screen and (max-width: 767px) {
}

/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
}
