@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

@font-face {
    font-family: 'Chunkfive';
    font-style: normal;
    src: url('../../font/Chunkfive.eot'); /* IE9 Compat Modes */
    src: url('../../font/Chunkfive.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/Chunkfive.woff') format('woff'), /* Modern Browsers */
    url('../../font/Chunkfive.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body, table, input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
    margin-bottom: 90px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
    .menuBox {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 43px;
    }

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding-bottom: 38px;
	background: #fff;
    position: relative;
}
#gHeader .hTxt {
    position: absolute;
    left: 50%;
    top: 38px;
    font-size: 1.7rem;
    font-family: "MS Serif", "New York", "serif";
    transform: translateX(-50%);
}
#gHeader .hInner {
    margin: 0 auto;
    width: 1180px;
}
#gHeader h1 {
    padding: 16px 0 0 2px;
    float: left;
}
#gHeader .rBox {
    padding-top: 23px;
    width: 415px;
    float: right;
}
#gHeader .rBox .linkUl {
    padding-top: 5px;
    float: right;
}
#gHeader .rBox .linkUl li {
    padding-left: 13px;
    float: left;
}
#gHeader .rBox .linkUl li a:hover img {
    opacity: 0.7;
}
#gHeader .rBox .link {
    padding-left: 23px;
    width: 178px;
    float: right;
}
#gHeader .rBox .link a {
    padding: 10px 10px 7px;
    display: block;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #005CAC;
}
#gHeader .rBox .link a:hover {
    opacity: 0.7;
}
#gHeader .rBox .link a span {
    padding-left: 22px;
    display: inline-block;
    background: url("../../img/common/icon01.png") no-repeat left center;
    background-size: 17px auto;
}
#gHeader .rBox .link a img {
    vertical-align: middle;
}
.menuBox {
    display: none;
}

@media all and (max-width: 767px) {
	#gHeader {
        padding-bottom: 0;
	}
    #gHeader .hInner {
        width: auto;
        padding: 12px 18px;
    }
    #gHeader h1 {
        padding: 0;
        float: none;
        width: 220px;
    }
    #gHeader .rBox {
        display: none;
    }
    .menu {
        width: 38px;
        position: absolute;
        top: 8px;
        right: 12px;
        text-align: center;
    }
    .menu a {
        padding: 4px 0 5px;
        display: block;
        background-color: #EF8200;
    }
    .menu a.on {
        background: url("../../img/common/close.png") no-repeat center center #EF8200;
        background-size: 25px auto;
    }
    .menu a.on img {
        visibility: hidden;
    }
    .menuBox {
        position: absolute;
        top: 57px;
        left: 0;
        display: none;
        width: 100%;
        z-index: 1000;
    }
    .menuBox li a {
        padding: 7px 15px 3px 30px;
        display: block;
        font-size: 1.9rem;
        background: url("../../img/common/icon05.png") no-repeat right 15px center #EEEEEF;
        background-size: 13px auto;
        border-bottom: 1px dotted #000;
    }
    .menuBox li:last-child a {
        border: none;
    }
    .menuBox .home a {
        color: #fff;
        background-image: url("../../img/common/icon04.png");
        background-color: #EF8201;
        border: none;
    }
    .menuBox .blue a {
        color: #fff;
        background-image: url("../../img/common/icon04.png");
        background-color: #005CAC;
        border: none;
    }
    #gHeader .hTxt {
        display: none;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    background-color: #EEE;
}
#gNavi ul {
    margin: 0 auto;
    width: 1180px;
    display: flex;
    justify-content: space-between;
}
#gNavi li {
    min-width: 169px;
}
#gNavi li a {
    padding: 10px 4px 9px;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    border-right: 1px solid #fff;
}
#gNavi li a .en {
    display: block;
    font-size: 1.2rem;
    color: #ef8200;
}
#gNavi .home a {
    color: #000;
    padding-top: 20px;
    border-left: 1px solid #fff;
}
#gNavi .home .en {
    font-size: 1.5rem;
}
@media all and (min-width: 768px) {
    #gNavi li a:hover {
        color: #fff;
        background-color: #EF8200;
    }
    #gNavi li a:hover .en {
        color: #fff;
    }
}
@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin: 0 auto 76px;
    width: 1000px;
}

#pagePath li {
	display: inline;
	font-size: 1.2rem;
}

#pagePath li a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    #pagePath {
        display: none;
    }
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    background-color: #231816;
}
#gFooter .fInner {
    margin: 0 auto;
    padding: 53px 0 29px;
    width: 1000px;
}
#gFooter .fInner .lBox {
    width: 345px;
    float: left;
}
#gFooter .fInner .fLogo {
    margin-bottom: 13px;
}
#gFooter .fInner .lBox p {
    margin-bottom: 12px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.55;
}
#gFooter .fInner .lBox p a {
    color: #fff;
}
#gFooter .fInner .link {
    margin-bottom: 13px;
    width: 291px;
}
#gFooter .fInner .link a {
    display: block;
    padding: 9px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
}
#gFooter .fInner .link a span {
    padding: 2px 0 0 30px;
    display: inline-block;
    background: url("../../img/common/icon01.png") no-repeat left center;
    background-size: 22px auto;
}
#gFooter .fInner a:hover {
    opacity: 0.7;
}
#gFooter .fInner .lBox ul {
    margin-left: 7px;
}
#gFooter .fInner .lBox li {
    padding-right: 15px;
    float: left;
}
#gFooter .fInner .naviUl {
    padding-top: 6px;
    float: right;
    width: 600px;
}
#gFooter .fInner .naviUl > li {
    margin-right: 10px;
    width: 75px;
    float: left;
}
#gFooter .fInner .naviUl > .liStyle01 {
    width: 205px;
}
#gFooter .fInner .naviUl > .liStyle02 {
    width: 180px;
}
#gFooter .fInner .naviUl > .liStyle03 {
    width: 100px;
    margin-right: 0;
}
#gFooter .fInner .naviUl li a {
    color: #fff;
    font-size: 1.4rem;
}
#gFooter .fInner .naviUl li ul li {
    padding-bottom: 13px;
}
#gFooter .fInner .naviUl li ul li:last-child {
    padding-bottom: 0;
}
#gFooter .copyright {
    padding: 11px 0;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #EF8200;
}
@media all and (max-width: 767px) {
    #gFooter {
        background-color: #333;
    }
    #gFooter .fInner {
        padding: 46px 0 16px;
        width: auto;
    }
    #gFooter .fInner .naviUl {
        width: auto;
        float: none;
        padding: 0 0 20px;
    }
    #gFooter .fInner .naviUl > li {
        width: auto !important;
        margin: 0 0 15px;
        float: none;
        text-align: center;
    }
    #gFooter .fInner .naviUl li ul li {
        line-height: 1.55;
    }
    #gFooter .fInner .naviUl li ul li {
        padding-bottom: 14px;
    }
    #gFooter .fInner .lBox {
        width: auto;
        float: none;
        text-align: center;
    }
    #gFooter .fInner .fLogo {
        margin-bottom: 11px;
    }
    #gFooter .fInner .lBox p {
        line-height: 1.8;
    }
    #gFooter .fInner .lBox p > span {
        margin-top: 5px;
        display: block;
        font-size: 2.1rem;
        font-weight: bold;
        line-height: 1.1;
    }
    #gFooter .fInner .link {
        display: none;
    }
    #gFooter .fInner .lBox ul {
        display: none;
    }
    #gFooter .copyright {
        padding: 19px 0 20px;
    }
}

@media all and (max-width: 374px) {
    .menuBox li a{
        font-size: 1.5rem;
    }
}