@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;
}
html {overflow-y: scroll;}
body {color: #0d0e13;line-height: 1.6;font-size: 16px;font-family: Arial,メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", Verdana, sans-serif;}
#overwrap {overflow: hidden;position: relative;}
a {color: #0d0e13;text-decoration: none;}
a:link {color: #0d0e13;}
a:visited {color: #0d0e13;}
a:hover {color: #0068b7;-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;}
a:active {color: #0d0e13;}
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 {
	text-align: center;
}
.btn1 a {
	display: inline-block;
	width:234px;
	height:41px;
	background-color: #ff7a22;
	color: #fff;
	text-decoration:none;
	line-height:41px;
	text-align:center;
	cursor:pointer;
	position:relative;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 15px;
}
.btn1 a:hover {
	background-color: #0097c9;
	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;
}
.btn1.-bl a{
    background-color: #0097c9;
}
.btn1.-bl a:hover{
    background-color: #ff7a22;
}
.clear {clear: both;}

@media screen and (max-width: 1030px){
    body{
        padding-top:60px;
    }
}

@media screen and (min-width: 768px) {
/*	body {background: #ccc; }*/
	.wrap {max-width: 1100px;padding: 0 10px;margin: 0 auto;}
	.pc {display: block;}
	.sp {display: none;}
	section h2 {
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	padding-bottom: 50px;
	letter-spacing: 0.1em;
}
	section h2 img {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	/*body {background: #000;}*/
	.wrap {width: 100%;padding: 0 10px;}
	.pc {display: none;}
	.sp {display: block;}
	section h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 50px;
	letter-spacing: 0.1em;
}
	section h2 img {
		padding-bottom: 10px;
	}
}

/* =============================================================================
	header
   ========================================================================== */
#warapper {

}
header {
	/* max-width: 1100px; */
	margin: 0 auto;
	padding-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 99999;
}
@media screen and (min-width: 1031px){
    header{
        height:351px;
    }
}
header .headerTop {padding: 20px 0;}

header .siteTitle a {
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    color: #900000;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}
header .pc {
	display: block;
	position: absolute;
}
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {margin: 0 auto;position:relative;}
.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
	/*float: left;*/
    width: 170px;
    position: relative;
    vertical-align: bottom;
	height: 150px;
}
.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
    display: block;
    color: #333;
    text-decoration: none;
    /*padding: 30px 10px 28px;*/
}

.navDrawr>ul>li>a {
	font-size: 20px;
	font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 69px;
	width: 100%;
	height: 100%;
}
/*.navDrawr>ul>li>a>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}*/
.navDrawr>ul>li>a small {
	font-size: 13px;
	display: block;
}
.navDrawr>ul>li:last-child >a {
	border-right: none;
}
.navDrawr>ul>li>a:hover {
    background: #00a0c9;
    color: #fff;
}
.navDrawr>ul>li>a:hover img:nth-of-type(2) {
	opacity: 0;
}
.navDrawr>ul>li:first-child>a:before {
    position: absolute;
        top: -64px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -19px;
        vertical-align: middle;
        width: 39px;
        height: 49px;
        background: url(../img/img-headNav-1.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li:first-child>a:hover:before {
    position: absolute;
        top: -64px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -19px;
        vertical-align: middle;
        width: 39px;
        height: 49px;
        background: url(../img/img-headNav-1hover.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li:nth-child(2)>a:before {
    position: absolute;
        top: -53px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -27px;
        vertical-align: middle;
        width: 52px;
        height: 29px;
        background: url(../img/img-headNav-2.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li:nth-child(2)>a:hover:before {
    position: absolute;
        top: -53px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -27px;
        vertical-align: middle;
        width: 52px;
        height: 29px;
        background: url(../img/img-headNav-2hover.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li>a.reasonicon:before {
    position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -17px;
        vertical-align: middle;
        width: 32px;
        height: 50px;
        background: url(../img/img-headNav-3.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li>a.reasonicon:hover:before {
    position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -17px;
        vertical-align: middle;
        width: 32px;
        height: 50px;
        background: url(../img/img-headNav-3hover.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}

.navDrawr>ul>li>a.youto-icon:before {
    position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -17px;
        vertical-align: middle;
        width: 39px;
        height: 50px;
        background: url(../img/img-headNav-2.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li>a.youto-icon:hover:before {
    position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -17px;
        vertical-align: middle;
        width: 39px;
        height: 50px;
        background: url(../img/img-headNav-2hover.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}

.navDrawr>ul>li>a.searchicon:before {
    position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -17px;
        vertical-align: middle;
        width: 39px;
        height: 50px;
        background: url(../img/img-headNav-4.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li>a.searchicon:hover:before {
    position: absolute;
        top: -40px;
        bottom: 0;
        left: 50%;
        margin: auto;
        content: "";
        margin-left: -17px;
        vertical-align: middle;
        width: 39px;
        height: 50px;
        background: url(../img/img-headNav-4hover.png) no-repeat 0 100%;
        background-size: contain;
        z-index: 1;
}
.navDrawr>ul>li>a span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #0097c9;
    line-height: 1em;
}

.navDrawr>ul>li>a:hover span {
    color: #fff;
}
.navDrawr .sub {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.navDrawr>ul>li>a>div {
    height: 50px;
}
.navDrawr>ul>li:nth-child(2)>a>div img {
    padding-top: 13px;
}
.navDrawr .sub a {
    background: #fefdfd;
    border-bottom: 1px solid #00877e;
    /*padding: 20px 10px 20px 20px;*/
	padding: 20px 7px;
}
.navDrawr .sub a:hover {
    background: #f5f5f5;
}
#contents{
    padding-top:20px;
}


@media screen and (min-width: 1031px) {
    .navDrawr {width: 1085px;text-align: center;}
	.navDrawr>ul {
		display: flex;
		vertical-align: bottom;
        justify-content: center;
	}
	.navDrawr>ul>li>.li-reasons {
		padding-top: 90px;
	}
    .navDrawr>ul>li.contact a {
        background-color: #0068b7;
        color: #fff;
    }
    .navDrawr>ul>li.contact>a:hover {
        background-color: #f5f5f5;
        color: #333;
    }
	.navDrawr .sub {
		width: 100%;
	}
    header .headerTop .wrap {display: flex;}
    header .headerTop .sub ul {display: flex;flex-wrap: wrap;max-width: 800px;}
    header .headerTop .sub p {
        font-size: 13px;
        padding-bottom: 10px;
    }
    header .headerTop .sub ul li {
        background-color: #0080cc;
        padding: 3px 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        white-space: nowrap;
    } 
    header .sub-nav {
        background-color: #70dcf8;
        padding: 10px 0;
    }
    header .sub-nav ul {
       display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: flex-end;
    	-ms-flex-pack: flex-end;
    	justify-content: flex-end;
    }
    header .sub-nav ul li {
        padding-left: 30px;
    }
    header .sub-nav ul li a {
        position: relative;
        font-weight: bold;
        font-size: 13px;
    }
    header .sub-nav ul li a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 2px solid #15151b;
        border-right: 2px solid #15151b;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
	header .sub-navSP {
		display: none;
	}
}
@media screen and (max-width: 1030px) {
header .pc {
	display: none;
	}
    #wrapper{
        overflow:hidden;
    }

    .navDrawr {
        background-color: #fff;
        position: fixed;
        width: 270px;
        top: 60px;
        bottom: 0;
        right: -270px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 999;
    }
    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 {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height: 60px;
        padding:0;
    }
    body.menuOpen header{
        position: fixed;
        top:0;
        width: 100%;
    }
    header .headerTop{
        padding:inherit;
    }
    header .headerTop .sub {
        display: none;
    }
	header .siteTitle {
		display: inline-block;
	}
    header .siteTitle a{
        margin-left: 10px;
        line-height: 60px;
        padding: 0;
    }
    header .sub-nav {display: none;}
	
	header .sub-navSP {
		display: inline-block;
		float: right;
		padding-right: 37px;
    	padding-top: 14px;
	}
	header .sub-navSP li a {
		
	}
	header .clear {
		clear: both;
	}
    .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: #70dcf8;
        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;
		display: block;
		height: auto;
    }
	.navDrawr>ul>li.sp {
		display: block;
	}
    .navDrawr>ul>li>a {
    	font-weight: bold;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #0068b7;
		padding-top: 10px;
		font-size: 16px;
    }
	.navDrawr>ul>li>a:before {
		display: none;
	}
	.navDrawr>ul>li>a small {
		display: inline-block;
		padding-left: 10px;
	}
	
    .navDrawr>ul>li.business>a {border-bottom: 1px solid #ccc;}

    .navDrawr > ul > li > a span {display: none;}
    .navDrawr .sub {
        position: static;
        display: block!important;
    }
    .navDrawr .sub a {border-bottom: 1px solid #ccc;padding: 10px 10px 10px 20px;}
    .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: auto;
        vertical-align: middle;
	}
}
/* =============================================================================
    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: #ecebf0;padding-top: 50px;}
    footer .foot-nav{
	display: flex;
	padding-bottom: 50px;
	-webkit-justify-content: center; /*用途別が復活したら消す*/
    justify-content: center;}
    footer .foot-nav dl {color: #3b3b40;border-right: 1px solid #656565;width: 25%;padding: 0 25px;}
    footer .foot-nav dl dt {
        line-height: 2em;
        font-size: 15px;;
        font-weight: bold;position: relative;}
    footer .foot-nav dl dt:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00aee0;
        border-right: 2px solid #00aee0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;}
    footer .foot-nav dl dd {font-size: 13px;line-height: 2em;}
    footer .foot-nav .bd-l {border-left: 1px solid #656565;}
    footer .foot-btn {
        text-align: center;
        margin-top: 87px;
    }
    footer .foot-btn a {
        padding-left: 15px;
        display: inline-block;
        width:160px;
        height:33px;
        background-color: #ffb911;
        color: #fff;
        font-weight: bold;
        text-decoration:none;
        line-height:33px;
        text-align:center;
        cursor:pointer;
        position:relative;
        border-radius: 3px;
        font-size: 13px;
        margin-bottom: 10px;
    }
footer .foot-btn .contactBtnSP {
		display: none;
	}
	

    footer .foot-btn a:hover {
        background-color: #0097c9;
        transition:all .5s ease;
    }
    footer .foot-btn a:before{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 9px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 12px;
        height: 13px;
        background: url(../img/icon-HP.png) no-repeat 0 100%;
        background-size: cover;
        z-index: 1;
    }
    
    footer .copy {padding: 20px 0;text-align: center;border-top: 1px solid #656566;}
    footer .add dl {margin-bottom: 20px;line-height: 1.8em;}
    footer .add dt {font-weight: bold;}
    footer .add dt span {color: #0068b7;font-size: 20px;}
    footer .add dd {margin-right: 1em;}
    footer .add dd.tel {font-size: 18px;}

@media screen and (min-width: 768px) {
    footer .cont {display: table;width: 100%;padding: 20px 0;}
    footer h1,footer .add,footer nav {display: table-cell;vertical-align: top;}
    footer h1 {width: 27%; }
    footer .add {width: 50%;}
    footer .add dl .left {float: left;}
    footer .add dl .right {float: right;}
    footer .add .clear {clear: both;}
    /* footer nav {width: 24%;}

    footer nav .mark {color: #0068b7;font-size: 12px;}
    footer nav li {line-height: 2.5em;font-weight: bold;}
    footer nav ul li > ul {padding-left: 1em;}
    footer nav ul li > ul li {font-weight: normal;} */
}
@media screen and (max-width: 767px) {
    #page-top img {width: 52px;}
    footer .foot-nav {display: none;}
    footer h1 {text-align: center;padding: 20px 0;}
    footer .cont {padding: 10px 0;}
    footer nav {display: none;}
    footer .add {padding: 0 30px;}
    footer .add dt span {font-size: 12px;}
    #page-top a {
        bottom: 62px;
    }
    footer .foot-btn {margin-top: 20px;}
	footer .foot-btn .contactBtnSP {
		display: block;
		background-color: #0097c9;
		margin: 0 auto;
    	margin-bottom: 10px;
	}
	footer .foot-btn .contactBtnSP:before{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 24px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 14px;
        height: 11px;
        background: url(../img/foot-iconMailSP.png) no-repeat 0 100%;
        background-size: cover;
        z-index: 1;
    }
}


/* =============================================================================
	トップページ
   ========================================================================== */


/* キーイメージ */
/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


.top_slider {
	width: 100%;
	overflow: hidden;
	 position:relative;
	 /* padding-top:150px; */
}

.slick-slider {
  width: 100%;
}

  .slick-slide img {
    display: block; 
    width: 100%!important;
    }

.slide-arrow{



}
.prev-arrow{
  position: absolute;
  top: 50%;
  left:19%;
  width: 14px;
height: 21px;
  display: block;
  z-index:9999;
}
.next-arrow{
   position: absolute;
  top: 50%;
  right: 19%;
  width: 14px;
height: 21px;
display: block;
  z-index:9999;
 }
}
@media screen and (max-width: 767px) {
	.next-arrow{
   display: none!important;
 }
	.prev-arrow{
  display: none!important;
}
}

/*お問い合わせ*/

#contact {
	background: url(../img/bkContact.jpg) no-repeat 0 100%;
    background-size: cover;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 120px;
}
#contact h2 {
	font-size: 45px;
}
#contact .btn2 {
	text-align: center;
}
#contact .btn2 a {
	display: inline-block;
	width:361px;
	height:51px;
	background-color: #ffb911;
	color: #0d0e13;
	font-weight: bold;
	text-decoration:none;
	line-height:51px;
	text-align:center;
	cursor:pointer;
	position:relative;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
#contact .btn2 a:hover {
	background-color: #0097c9;
	transition:all .5s ease;
}
#contact .btn2 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 45px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 23px;
	height: 19px;
	background: url(../img/icon-contact.png) no-repeat 0 100%;
    background-size: cover;
	z-index: 1;
}

#contact .flex {
	position: relative;
	padding-top: 20px;
}
#contact .flex:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 88px;
	height: 269px;
	background: url(../img/imgContact-left.png) no-repeat 0 100%;
    background-size: cover;
	z-index: 1;	
	}
#contact .flex:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 88px;
	height: 269px;
	background: url(../img/imgContact-right.png) no-repeat 0 100%;
    background-size: cover;
	z-index: 1;	
	}
#contact .flex .mail {
	text-align: center;
}


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

#contact .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

#contact .flex .tel {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 0.8em;
	padding: 0 20px;
}
#contact .flex .tel a {
	color: #fff;	
	}
#contact .flex .tel span {
	font-size: 16px;
	display: block;
	}
#contact .flex .mail {
	padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
#contact {
	text-align: center;
	padding-bottom: 30px;
	}
#contact h2 {
	font-size: 20px;
	font-weight: bold;
	}
#contact h2 div {
	padding-bottom: 20px;	
	}
#contact .flex .tel {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8em;
    padding-bottom: 20px;
}
#contact .flex .tel a {
	color: #fff;	
	}
#contact .flex .tel span {
	display: block;
	font-size: 16px;
	padding-top: 5px;
	}
#contact .btn2 a {
	width: 66%;
	font-size: 16px;
	padding-left: 25px;
	}
#contact .btn2 a:before {
	left: 19px;	
	}
	#contact .flex:before,#contact .flex:after{
		display: none;
	}
}

/* =============================================================================
    サイドメニュー
   ========================================================================== */
.content_left {
	
}


/* =============================================================================
    under 共通
   ========================================================================== */
/*#under a {color: #0068b7;text-decoration: underline;}
#under a:link {color: #0068b7;}
#under a:visited {color: #0068b7;}
#under a:hover {color: #00877e;-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;}
#under a:active {color: #0068b7;}*/

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

 .pankuzu_box {
    line-height: 35px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 50px;
}
 .pankuzu {
    line-height: 35px;
    display: block;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}
.pankuzu img {
	padding-bottom: 2px;
    padding-right: 10px;
	vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
.wrap {
	width: 100%;
	padding: 0 10px;
}
 .pankuzu_box {
    line-height: 35px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 50px;
}
.pankuzu {
    font-size: 12px;
    line-height: 28px;
	text-align: center;
}
.pankuzu img {
	padding-bottom: 8px;
    padding-right: 10px;	
	}
}

#under {/*padding-bottom: 60px;*/}





@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
    #under {padding-bottom: 20px;}
	
    #under h3 {font-size: 20px;}
}

/* =============================================================================
    ただいま準備中
   ========================================================================== */

@media screen and (min-width: 768px) {
	.soon {
	background: #00a8d3;
	color: #fff;
	font-size: 29px;
	text-align: center;
	margin: 100px auto;
	padding: 25px;
	width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.soon {
	color: #0080cc;
	text-align: center;
	margin: 100px auto;
	}
}

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

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

@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) {
}


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

    for wordpress

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

.-wpcontent {
	font-size: 16px;
	line-height: 1.8;
	color: #1e1e1e;
}
.-wpcontent a {
	text-decoration: underline;
	color: #0068c8;
}
.-wpcontent a:hover {
	text-decoration: none;
}
.-wpcontent img {
	max-width: 100%;
	height: auto;
	padding: 5px;
}
.-wpcontent p {
	margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
.-wpcontent p {
	margin-bottom: 10px;
}
}
.-wpcontent h1 {
	font-size: 2.44em;
}

@media screen and (max-width: 899px) {
.-wpcontent h1 {
	font-size: 2.14em;
}
}
.-wpcontent h2 {
	font-size: 1.95em;
}

@media screen and (max-width: 899px) {
.-wpcontent h2 {
	font-size: 1.65em;
}
}
.-wpcontent h3 {
	font-size: 1.56em;
}

@media screen and (max-width: 899px) {
.-wpcontent h3 {
	font-size: 1.26em;
}
}
.-wpcontent h4 {
	font-size: 1.25em;
}

@media screen and (max-width: 899px) {
.-wpcontent h4 {
	font-size: 1.1em;
}
}
.-wpcontent h5 {
	font-size: 1em;
}
.-wpcontent h6 {
	font-size: 0.8em;
}
.-wpcontent h1,  .-wpcontent h2,  .-wpcontent h3 {
	line-height: 1.4;
}
.-wpcontent h4 {
	line-height: 1.5;
}
.-wpcontent h1 {
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.-wpcontent h2 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
.-wpcontent h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.-wpcontent h4 {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}
.-wpcontent h5 {
	margin-top: 1.67em;
	margin-bottom: 1.67em;
}
.-wpcontent h6 {
	margin-top: 2.33em;
	margin-bottom: 2.33em;
}
.-wpcontent h1,  .-wpcontent h2,  .-wpcontent h3,  .-wpcontent h4,  .-wpcontent h5,  .-wpcontent h6 {
	color: inherit;
	font-weight: bold;
}

@media screen and (max-width: 899px) {
.-wpcontent h1,  .-wpcontent h2,  .-wpcontent h3,  .-wpcontent h4,  .-wpcontent h5,  .-wpcontent h6 {
	margin: 1em 0 !important;
}
}
.-wpcontent p {
	font-size: inherit;
	line-height: inherit;
}
.-wpcontent ul,  .-wpcontent ol {
	margin-bottom: 28px;
	padding-left: 1.3em;
	margin-left: 1.3em;
}
.-wpcontent ul ul,  .-wpcontent ul ol,  .-wpcontent ol ul,  .-wpcontent ol ol {
	margin-bottom: 0;
}
.-wpcontent ul li,  .-wpcontent ol li {
	margin-bottom: initial;
}
.-wpcontent ul {
	list-style-type: disc;
}
.-wpcontent ol {
	list-style-type: decimal;
}
.-wpcontent ul ul,  .-wpcontent ol ul {
	list-style-type: circle;
}
.-wpcontent code,  .-wpcontent kbd {
	padding: 0;
	margin: 0;
	background: inherit;
	font-size: inherit;
	font-family: monospace;
}

