@charset "utf-8";

/***************************************
			reset
***************************************/
*{
    box-sizing: border-box;
}

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;
    vertical-align:baseline;
    background:transparent;
	font-size: 1em;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav,ul,ol{
    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:baseline;
    background:transparent;
	text-decoration: none;
	color: #000;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

@font-face {
    font-family: 'hiragino6';
    src:
	url('../font/hiragino6.woff') format('woff'), /* Modern Browsers */
    url('../font/hiragino6.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Impact';
    src:
	url('../font/impact.woff') format('woff'), /* Modern Browsers */
    url('../font/impact.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Arial';
    src:
	url('../font/arial.woff') format('woff'), /* Modern Browsers */
    url('../font/arial.ttf')  format('truetype'); /* Safari, Android, iOS */
}
/***************************************
			layout
***************************************/
html{
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
    line-height:1;
	font-family: "hiragino6","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	position: relative;
}

#main {
    width: 1000px;
    margin: 0 auto 165px;
}


.content{
	width: 1000px;
	margin: 0 auto;
}

h3{
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
	position: relative;
}



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

	.spBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	html{
		scroll-padding-top: 42.5px;
	}

	body {
		min-width: inherit;
		font-size: 1.5rem;
	}

	#p-top {
        width: 100%;
		padding-top: 42.5px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

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

	#main {
		width: 100%;
		margin: 0 auto 165px;
	}

	.txt{
		line-height: 1.73;
	}

	.content{
		width: 100%;
		margin: 0 auto;
	}

	h3{
		font-size: 1.8rem;
		letter-spacing: 3.4px;
		padding-top: 12px;
	}



}
/***************************************
			header
***************************************/

.hBox{
    position: static;
    width: 100%;
    height: 80px;
    background-color: #0064DC;
    padding: 0;
    top: 0;
}
.hBox .content{
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.hBox .content .logo{
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
}
.hBox .content .logo img{
    width: 100%;
}
.hBox .content .tel{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.hBox .content .tel a{
    color: #fff;
    font-size: 20px;
}

.hBox .content .entry{
    width: 100px;
    background-color: #fff;
}
.hBox .content .entry a{
    display: block;
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0064DC;
    font-weight: bold;
}



@media all and (max-width: 767px) {
	.hBox{
		position: fixed;
		width: 100%;
		height: 42.5px;
		background-color: #0064DC;
		padding: 0;
		top: 0;
        z-index: 95;
	}

	.hBox .sp{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 42.5px;

	}
    .hBox .logo01{
        padding: 0 22px;
        font-size: 13px;
        color: #fff;
        font-weight: 700;
    }

	.hBox .logo02{
        position: absolute;
        width: 100%;
        text-align: center;
	}
	.hBox .logo02 img{
        width: 75px;
    }


	.hBox .menu{
        width: 50px;
        height: 42.5px;
        background: #fff;
        z-index: 98;
	}
    .hBox .menu a{
        width: 50px;
        height: 42.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.hBox .menu img{
        width: 30px;
	}

	.spBox {
		display: none;
		position: fixed;
		background: #fff;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y:  auto;
		z-index: 99;
	}

    .hBox .menuBox {
		width: 100%;
		height: 42.5px;
		background-color: #0064DC;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hBox .menuBox .logo01{
        padding: 0 22px;
        font-size: 13px;
        color: #fff;
        font-weight: 700;
    }

	.hBox .menuBox .logo02{
        position: absolute;
        width: 100%;
        text-align: center;
	}
	.hBox .menuBox .logo02 img{
        width: 75px;
    }


	.hBox .menuBox .close{
        width: 50px;
        height: 42.5px;
        background: #fff;
        z-index: 100;
	}
    .hBox .menuBox .close a{
        width: 50px;
        height: 42.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.hBox .menuBox .close img{
        width: 23px;
	}

    .hBox .menuimg{
        width: 100%;
    }
    .hBox .menuimg img{
        width: 100%;
    }


	.spBox ul{
        background: #fff;
	}

    .spBox ul li{
        height: 60px;
        border-bottom: 1px solid #808080;
        display: flex;
        align-items: center;
    }

	.spBox li a{
		display: block;
        width: 85%;
        margin: 0 auto;
        font-size: 15px;
		text-align: left;
		color: #3E3A39;
        background: url(../img/icon01.png) no-repeat center right;
        background-size: 15px 15px;
        display: flex;
        align-items: center;
	}
	.spBox li a::before{
        content: "";
    }
    .spBox li a img {
        width: 27px;
        margin-right: 12px;
    }

}
/***************************************
			gNavi
***************************************/
.gNavi{
}
.gNavi ul{
    padding: 15px 0;
    width: 1000px;
    margin: 0 auto;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.gNavi ul li{
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #595757;
}
.gNavi ul li:last-child{
    border: none;
}
.gNavi ul li a{
    display: flex;
    align-items: center;
}
.gNavi ul li img{
    width: 28px;
    margin-right: 8px;
}
.gNavi ul li{
}



/***************************************
			footer
***************************************/

#gFooter{
    position: relative;
}

#gFooter .fLogo{
    background: #0064DC;
    text-align: center;
    padding: 10px 0 8px;
}
#gFooter .fLogo img{
    width: 150px;
}


.pageTop {
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -20px;
    top: -40px;
}

.pageTop img{
    width: 40px;
    height: 40px;
}

.copyright{
    text-align: center;
    padding: 20px 0;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}

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

	#gFooter{
		position: relative;
        padding-bottom: 80px;
	}

    #gFooter .fLogo{
        background: #0064DC;
        text-align: center;
        padding: 10px 0;
    }
    #gFooter .fLogo img{
        width: 102px;
    }


	.pageTop {
		position: absolute;
		left: 50%;
		right: 0;
		margin-left: -20px;
		top: -40px;
	}

	.pageTop img{
		width: 40px;
		height: 40px;
	}

	.copyright{
		padding: 20px 0;
		font-size: 1.1rem;
		letter-spacing: 0.5px;
		font-family: a-otf-ud-shin-go-pr6n, sans-serif;
		font-weight: 300;
		font-style: normal;
	}

    .actionMenu{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 80px;
        background: #0064DC;
        z-index: 80;
    }
    .actionMenu ul{
        display: flex;
        justify-content: space-between;
    }
    .actionMenu ul li{
        border-right: 1px solid #fff;
        height: 80px;
        width: calc(100% / 3);

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .actionMenu ul li img{
        margin-top: 7px;
        height: 55px;
    }
    .actionMenu ul li:last-child{
        border-right: none;
    }
}
/***************************************
			mainImg
***************************************/
.mainImg{
    width: 100%;
    min-width: 1000px;
    position: relative;
}
.mainImg .photoBox img{
    width: 100%;
    height: auto;
    display: block;
}


@media all and (max-width: 767px) {
    .mainImg{
        width: 100%;
        min-width: inherit;
        position: relative;
    }
    .mainImg .photoBox img{
        width: 100%;
    }
}

/***************************************
			h1
***************************************/
.h1Box{
    position: relative;
    padding: 58px 0 38px;
    margin: 0 auto;
    z-index: 1;
}

.h1Box h1 {
    margin-bottom: 34px;
    font-size: 36px;
    color: #0064DC;
    text-align: center;
    letter-spacing: 1.1px;
    position: relative;
}
.h1Box h1 span{
}
.h1Box h1 span::after{
    content: "";
    width: 375px;
    height: 1px;
    background: #727171;
    background-size: 375px 1px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -188px;
}
.h1Box p{
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}
@media all and (max-width: 767px) {
    .h1Box{
        width: 310px;
        position: relative;
        padding: 58px 0 0;
        margin: 0 auto;
        z-index: 1;
    }

    .h1Box .comment {
        width: 150px;
        position: absolute;
        bottom: 50px;
        left: -25px;

    }
    .h1Box .comment img{
        width: 100%;
    }

    .h1Box h1 {
        margin-bottom: 24px;
        font-size: 18px;
        color: #0064DC;
        text-align: center;
        letter-spacing: 1.1px;
        position: relative;
    }
    .h1Box h1 span{
    }
    .h1Box h1 span::after{
        content: "";
        width: 175px;
        height: 1px;
        background: #727171;
        background-size: 175px 1px;
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -88px;
    }
    .h1Box p{
        text-align: center;
        font-size: 14px;
    }
}

/***************************************
			ancBox(アンカーリンク用)
***************************************/
    #main .ancBox{
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #main .ancBox img{
        width: 30px;
        margin-top: 5px;
    }

@media all and (max-width: 767px) {
    #main .ancBox{
        height: 42.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #main .ancBox img{
        width: 20px;
        margin-top: 5px;
    }
}