@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%;
}

body, table, input, textarea, select, option {
	font-family: "メイリオ" , "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , 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: #4b4b4b;
	text-decoration: none;
}

a:visited {
	color: #4b4b4b;
}

a:hover {
	color: #4b4b4b;
}

a:active {
	color: #4b4b4b;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #4b4b4b;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

body > img {
    position: absolute;
    bottom: 0;
    left: 0;
}
#container {
	text-align: left;
}

#main {
    margin-bottom: 76px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
        font-size: 1.5rem;
	}

    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    
    #main {
        margin-bottom: 50px;
    }

}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: 1;
    padding-bottom: 17px;
}

#gHeader .hBox {
    margin: 0 auto;
    max-width: 1374px;
}

#gHeader h1 {
    padding: 8px 0 0 0;
    float: left;
    position: relative;
    z-index: 1;
}

.comFixUl {
    position: fixed;
    top: 0;
    right: 50%;
    font-size: 0;
    margin-right: -687px;
    text-align: right;
    z-index: 100;
}

.comFixUl li {
    margin-left: 9px;
    display: inline-block;
    font-size: 1.2rem;
}

.comFixUl li:last-child {
    margin: 0 32px 0 9px;
}

.comFixUl li a {
    padding: 5px 0;
    color: #fff;
    display: block;
    min-width: 160px;
    text-align: center;
    background: #EC78A4;
    border-radius: 0 0 3px 3px;
}

.comFixUl li a:hover {
    opacity: 0.8;
}


.comFixUl > li {
    letter-spacing: 1px;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
}
.comFixUl > li ul {
    padding: 7px 0 3px 0;
    position: absolute;
    top: 22px;
    left: 0;
    width: 160px;
    text-align: left;
    box-sizing: border-box;
    display: none;
}
.comFixUl li ul li {
	margin-left: 0;
	border-bottom: 1px solid #faa;
	min-width: 160px;
}

.comFixUl li ul li a {
    border-radius: 0 0 0 0;
}

.comFixUl li ul li:last-child {
    margin: 0;
}


.menuBox {
    display: none;
}

@media all and (min-width: 768px) {
    .menuBox {
        display: none !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1374px) {
    .comFixUl {
        right: 0;
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
	#gHeader {
        padding-bottom: 13px;
        background: none;
		background: rgba(255,255,255,0.9);
	}
    
    #gHeader .hBox {
        width: auto;
    }
    
    #gHeader h1 {
        padding: 13px 0 0 9px;
    }
    
    #gHeader h1 img {
        width: 69px;
    }
    
    .comFixUl {
        display: none;
    }
    
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
    }
    
    .menu img {
        width: 58px;
    }
     
    .menu img.over {
        display: none;
    }
     
    .menu.on img.over {
        display: block;
    }
     
    .menu.on img.out {
        display: none;
    }
    
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 60;
        height: 100%;
        background: #fff;
        overflow-y: auto;
    }
    
    .menuBox .menuLogo {
        padding: 13px 0 8px 9px;
    }
    
    .menuBox .menuLogo img {
        width: 69px;
    }
    
    .menuBox .menuUl { 
        padding: 0 17px 20px;
    }
    
    .menuBox .menuUl > li {
        font-size: 1.5rem;
        border-bottom: 1px solid #eee;
    }
    
    .menuBox .menuUl > li a {
        display: block;
        color: #111;
        position: relative;
    }
     
    .menuBox .menuUl > li > a {
        padding: 12px 20px;
    }
    
    .menuBox .menuUl > li > a:before {
        position: absolute;
        left: 3px;
        top: 50%;
        background: #12AB5A;
        width: 12px;
        height: 3px;
        content: "";
        margin-top: -2px;
    }
    
    .menuBox .menuUl > li li {
        font-size: 1.2rem;
    }
      
    .menuBox .menuUl > li ul {
        margin: -7px 0 10px;
    }
    
    .menuBox .menuUl > li li a {
        padding: 3px 32px;
    }
    
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    padding: 42px 13px 0 0;
    float: right;
    width: 900px;
    text-align: right;
}

#gNavi > li {
    letter-spacing: 1px;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
}

#gNavi > li:not(:first-child) {
    margin: 0 0 0 5px;
}

#gNavi > li > a {
    padding: 3px 17px;
    display: block;
    transition: .3s;
}

#gNavi > li ul {
    padding: 6px 14px 3px;
    position: absolute;
    top: 22px;
    left: 0;
    width: 135px;
    text-align: left;
    background: #5E8F75;
    box-sizing: border-box;
    display: none;
}


#gNavi > li ul a {
    display: block;
    padding: 4px;
    color: #fff;
}

#gNavi > li ul a:hover {
    opacity: 0.8;
}

#gNavi > li ul li:not(:last-child) a {
    border-bottom: 1px dotted #fff;
}

#gNavi > li > a.on,
#gNavi > li > a:hover {
    color: #fff;
    background: #5E8F75;
    border-radius: 4px;
}




@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin: 11px auto 40px;
    width: 1000px;
}

#pagePath li {
	display: inline;
    color: #253640;
	font-size: 1.3rem;
}

#pagePath a {
    margin-right: 6px;
    display: inline-block;
    color: #253640;
    text-decoration: underline;
}

#pagePath a:hover {
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #pagePath {
        margin: 20px 23px !important;
        width: auto;
    }

    #pagePath li {
        font-size: 1.2rem;
    }

    #pagePath a {
        margin-right: 3px;
    }

    #pagePath a:hover {
        text-decoration: underline;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 65px;
    position: relative;
    background: #EAE9E8;
}

#gFooter .pageTop {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 50;
}

#gFooter .pageTop.on {
    position: absolute;
    bottom: auto;
    top: -164px;
}

#gFooter .pageTop a:hover {
    opacity: 0.8;
}

#gFooter .fBox {
    margin: 0 auto 61px;
    width: 1200px;
}

#gFooter .fBox .fLBox {
    float: left;
    width: 280px;
	margin: 0 10px;
}

#gFooter .fBox .fRBox {
    float: left;
    width: 390x;
}

#gFooter .fBox .textBox {
    /*float: left;
    width: 245px;*/
}

#gFooter .fBox p {
    color: #60574c;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

#gFooter .fBox p a {
    color: #60574c;
}

#gFooter .fBox .ttl {
    margin-bottom: 9px;
    font-size: 1.6rem;
    font-weight: bold;
}
#gFooter .fBox .ttl span {
	font-size: 1.2rem;
}

#gFooter .fBox .map {
    /*float: right;*/
    width: 390px;
    height: 228px;
    /*background: #F2F1F0;*/
}
#gFooter .fBox .map02 iframe {
	margin-bottom: 10px;
    /*float: right;*/
    width: 100%;
    height: 228px;
    /*background: #F2F1F0;*/
}

#gFooter .fBox .map iframe {
    width: 100%;
    height: 100%;
}

#gFooter .copyright {
    padding: 6px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: right;
    letter-spacing: 1px;
    background: #BEB8A8;
}

#gFooter .copyright span {
    display: block;
    margin: 0 auto;
    width: 1200px;
}

#gFooter .sns {
	margin: 8px 0 10px 0;
}
#gFooter .sns img {
	width: 30px;
	height: auto;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 0 0 60px;
        background: #fff;
    }
    
    #gFooter .fBox {
        display: none;
    }
    
    #gFooter .copyright {
        color: #6f675e;
        font-size: 0.7rem;
        background: #fff;
        text-align: center;
    }
    
    #gFooter .copyright span {
        width: auto;
    }
    
    #gFooter .pageTop {
        bottom: 69px;
    }
    
    #gFooter .pageTop img {
        width: 60px;
    }
    
    .comBtmUl {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #6D70B4;
        z-index: 50;
    }
    
    .comBtmUl li {
        display: table;
        float: left;
        font-size: 1.08rem;
        width: 33.33%;
    }
    
    .comBtmUl li a {
        padding: 17px 3px 12px;
        color: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
     
    .comBtmUl li:not(:last-child) a {
        border-right: 1px solid #fff;
    }
    
    .comBtmUl li img {
        margin: 0 10px 0 0;
        width: 26px;
        vertical-align: middle;
    }
}

