@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese'); */

/*  共通設定
---------------------------------------- */
body {
	background-color:#FFF;
	color:#333;
	font-size: 16px;
	font-family:
		"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",
		'Noto Sans JP',
		YuGothic,"游ゴシック","Yu Gothic",
		sans-serif;
	font-weight: 400;
	line-height:160%;
	margin:0;
	padding:0;
	text-align: center;
}

@media screen and (max-width:640px){
	body {
		font-size: 17px;
		line-height: 145%;
	}
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, figure {
	margin: 0;
	padding: 0;
	text-align: justify;
	display: block;
}
table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
ul, li {
	list-style: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px;
}

a {
	color: #0071D0;
}
a:link, a:visited {
	color: #0071D0;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	margin: 0;
	padding: 0;
}
option {
	padding-right: 10px;
}
select {
	border: solid 1px #CCC;
}
input[type='text'], input[type='password'] {
	border: solid 1px #CCC;
	padding: 2px;
}
#ttl_wrap{
    width: 100%;
    padding: 54px 0 30px 0;
    background-image: url("../img/bg_line.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 250px 250px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 40px;
    line-height: 100%;
}
#ttl_wrap h1{
    font-family:"Sei Kaisho CB1";
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 40px;
    clear: both;
    color:#671D19;
}
h2.title {
    font-family:"Sei Kaisho CB1";
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 34px;
    clear: both;
    color:#000;
	line-height: 125%;
}

/* other */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.over{
	opacity:1;
	transition: all 0.3s;
}
.over:hover{
	opacity: 0.6;
}
.btn {
    display: block;
    box-sizing: border-box;
    width:calc(100% - 70px);
    max-width:350px;
    height:80px;
    line-height:80px;
    background-color: #FFF;
    background-image: url("../img/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size:16px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.5);
    text-align: center;
    color:#333!important;
    font-size:16px;
    font-weight: 550;
    margin: 0 auto;
}
.btn:hover{
	text-decoration: none;
	opacity: 0.7;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.pc_inline{
	display: inline;
}
.sp_inline{
	display: none;
}
span.sup{
	font-size: 80%;
	font-weight: normal;
}
.serif{
	font-family:"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,serif;
}
.underline{
	text-decoration: underline;
}
.bold{
	font-weight: bolder; /* Macは太すぎる */
	font-weight: 500;
}

@media screen and (max-width:800px) {
    #ttl_wrap{
        padding: 51px 0 19px 0;
        margin-bottom: 25px;
    }
    h2.title {
        font-size:30px;
        line-height:120%;
        margin: 0 auto 20px auto;
    }
	.btn {
		font-size: 14px;
		width: 80%;
		max-width: 220px;
		min-width: 100px;
		height: 40px;
		line-height: 40px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.pc_inline{
		display:none;
	}
	.sp_inline{
		display:inline;
	}
}

/* wrapper
---------------------------------------- */
#wrapper{
	padding-top:60px;
	text-align: center;
	position:relative;
	width:100%;
	height:100%;
	transition:all 0.5s ease;
	z-index:20;
	background-color: #FFF;
}
#content{
	text-align: center;
	margin: 0 auto;
}

/* slideMenu
---------------------------------------- */
#btnMenu{
	display:none;
}
#slideMenu{
	width:300px;
	height:100%;
	text-align:left;
	background:#222;
	background:#420E08;
	background:#671D19;
	z-index: 1000;
    position: fixed;
}
#slideMenu h3{
	text-align: center;
	color:#FFF;
	padding:11px 0 12px 0;
	font-size:14px;
}
#slideMenu>p{
	text-align: center;
	color:#FFF;
	padding:0 0 8px 0;
    font-weight:600;
}
#slideMenu ul{
	width:100%;
	padding-bottom: 25px;
    border-top:1px solid #420E08;
    border-top:1px solid #E8C0BF;
}
#slideMenu ul li{
	position: relative;
}
#slideMenu ul li i{
	position: absolute;
	right: 6px;
	top:17px;
}
#slideMenu ul li a{
	box-sizing: border-box;
	display:block;
	padding:15px 0 15px 15px;
	color:#FFF;
	background-image:url("../img/icon_arrow_right_white.png");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center right 5px;
	border-bottom:1px solid #555;
    border-bottom:1px solid #E8C0BF;
	font-size:14px;
	font-weight:700;
}
#slideMenu ul.sub li a{
	box-sizing: border-box;
	display:block;
	padding:10px 0 10px 15px;
	color:#FFF;
	background-image:url("../img/icon_blank_white.png");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center right 5px;
	border-bottom:1px solid #555;
    border-bottom:1px solid #E8C0BF;
	font-size:14px;
	font-weight:700;
}
#slideMenu ul li a:hover{
	text-decoration: none;
}
#overlay{
	content:'';
	visibility:hidden;
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index:30;
}
#overlay::after{
	visibility:hidden;
	position:fixed;
	top:40%;
	left:0;
	display:block;
	width:100%;
	height:50px;
	color:rgba(0,0,0,0);
	font-size:40px;
	font-weight:bold;
	text-align:center;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.slideOpen #overlay{
	visibility:visible;
	cursor:pointer;
	background:rgba(0,0,0,0.5);
}
.slideOpen #overlay::after{
	visibility:visible;
	color:rgba(255,255,255,0.5);
}
.slideOpen #wrapper,
.slideOpen #overlay{
}
@media screen and (max-width:900px){
	#btnMenu{
		display:block;
		box-sizing: border-box;
		float:right;
		width:50px;
		height:50px;
		text-align: center;
		background-color:#420E08;
		color:#FFF;
		font-size:24px;
		cursor: pointer;
		margin-left: 2px;
		z-index: 1050;
	}
}


/* header
---------------------------------------- */
header{
	background:#671D19;
    position: fixed;
	width: 100%;
    top: 0px;
    left: 0px;
	z-index: 1000;
    box-shadow: 0px 2px 3px 0 rgb(0,0,0,0.5);
}
header #logo{
	display: block;
	float: left;
	padding:8px 0 8px 15px;
}
header #logo img{
	width:auto;
	height:44px;
}
header nav{
	display:block;
	float:right;
    width:calc(100% - 450px);
    width:70%;
}
header nav ul.menu{
	display:block;
    width:100%;
}
header nav ul.menu li{
    box-sizing: border-box;
	display:block;
	float:left;
	padding:0;
    width:calc(100% / 5);
    height:60px;
    border-left: 1px solid #E8C0BF;
}
header nav ul.menu li a{
	display:block;
    width:100%;
    height:60px;
    line-height:60px;
    text-align: center;
	color:#FFF;
    font-size:14px;
}
header nav ul.menu li a:hover{
    background-color:#843735;
    text-decoration: none;
}

@media screen and (max-width:900px){
	#wrapper{
		padding-top:50px;
	}
	header{
		height: 50px;
        box-shadow: 0px 1px 2px 0 rgb(0,0,0,0.5);
	}
    header #logo{
        padding:5px 0 5px 5px;
    }
    header #logo img{
        width:auto;
        height:40px;
    }
	header nav{
		display: none;
	}
}


/* footer
---------------------------------------- */
footer{
	width:100%;
	clear: both;
	background:#671D19;
	padding:30px 0 0 0;
	color: #FFF;
}
footer #footer_inc{
	width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto;
}

/* outline */
footer .outline{
    width:350px;
    float: left;
    margin-bottom:30px;
}
footer .outline .logo{
    width:100%;
    max-width:300px;
    margin-bottom: 10px;
}
footer .outline .add{
    margin-left: 5px;
    text-indent: -2px;
    line-height: 140%;
}
footer .outline .add span.min{
    font-size:90%;
    margin-right:4px;
}

/* menu */
footer .menu{
    width:calc(100% - 300px - 200px);
    float: right;
}
footer .menu ul{
    float: left;
    box-sizing: border-box;
    padding:0 0 0 20px;
    margin-top: 7px;
    border-left:1px solid #E8C0BF;
}
footer .menu .left{
    width: 45%;
}
footer .menu .right{
    width: 55%;
    float: right;
}
footer .menu ul li{
    margin-bottom:10px;
    line-height: 100%;
}
footer .menu ul li:last-of-type{
    margin-bottom: 0;
}
footer .menu ul li a{
    color:#FFF;
    font-size:13px;
    line-height: 16px;
}
footer .menu ul li a.fb{
    padding-right:32px;
    padding-left: 3px;
    background-image: url("../img/icon_blank_white.png");
    background-repeat: no-repeat;
    background-size:15px;
    background-position: right 8px center;
}


/* links */
footer .links{
    display:block;
    clear:both;
	width:100%;
    border-top:1px solid #E8C0BF;
    padding:20px 0 30px 0;
	margin: 0 auto 0 auto;
}
footer .links ul{
}
footer .links ul li{
    box-sizing:border-box;
    display:block;
    float:left;
    width:30%;
    margin-right:5%;
}
footer .links ul li a{
    box-sizing:border-box;
    display:block;
    width:100%;
    text-align: center;
    background-color:#671D19;
    color:#FFF;
    padding:10px 0 12px 0;
    line-height: 100%;
    font-size:15px;
    text-decoration:none;
    vertical-align: middle;
    background-image: url("../img/icon_blank_white.png");
    background-repeat: no-repeat;
    background-size:15px;
    background-position: right 8px center;
    border-radius:3px;
}

/* safariのみ適用 */
_::-webkit-full-page-media, _:future, :root footer .links ul li a{
    padding:10px 0 10px 0;
}

footer .links a.otemae-p{
    background-color:#f08300;
    background-color:#C76407;
}
footer .links a.hs{
    padding-left:3px;
    background-color:#00466e;
    background-color:#1F3A54;
}
footer .links a.kinran{
    padding-left:3px;
    background-color:#89BA3F;
    background-color:#7F8B34;
}
footer .links a:hover{
    text-decoration: none;
}
footer .links ul li:last-of-type{
    margin-right:0; 
}

/* small */
footer small{
    clear: both;
    display: block;
	width:100%;
    text-align: center;
    padding:7px 0 20px 0;
    color:#FFF;
    font-size:11px;
    background-color:#420E08;
}

@media screen and (max-width:900px) {
    footer {
        padding:25px 0 0 0;
    }
    footer #footer_inc{
        width:100%;
        text-align: center;
    }
    /* outline */
    footer .outline{
        width:calc(100% - 20px);
        max-width:320px;
        float: none;
        margin:0 auto;
    }
    footer .outline .logo{
        width:100%;
        margin-bottom: 10px;
        text-align: center;
    }
    footer .outline .add{
        margin-left:0;
        text-indent:0;
        font-size:13px;
        line-height:140%;
        text-align: center;
        margin-bottom: 20px;
    }

    /* menu */
    footer .menu{
        clear: both;
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    footer .menu ul{
        box-sizing: border-box;
        padding:0px;
        margin-top:0px;
        border-left:none;
        border-top:1px solid #E8C0BF;
    }
    footer .menu .left{
        width: 50%;
    }
    footer .menu .right{
        width: 50%;
    }
    footer .menu ul li{
        box-sizing: border-box;
        margin-bottom:0;
        line-height: 100%;
        border-bottom:1px solid #E8C0BF;
        border-right:1px solid #E8C0BF;
    }
    footer .menu .right li{
        border-right:none;
    }
    footer .menu ul li:last-of-type{
        margin-bottom: 0;
    }
    footer .menu ul li a{
        box-sizing: border-box;
        display: block;
        width:100%;
        color:#FFF;
        font-size:14px;
        line-height: 16px;
        text-align: left;
        padding: 14px 0 14px 14px;
        background-image: url("../img/icon_arrow_right_white.png");
        background-repeat: no-repeat;
        background-position: right 9px center;
        background-size:12px;
    }
    footer .menu ul li a.fb{
        padding-right:0;
        padding-left:16px;
        background-size:12px;
        background-position: right 8px center;
    }

    /* links */
    footer .links{
        display:block;
        clear:both;
        width:100%;
        border-top:none;
        padding:10px 0 20px 0;
    }
    footer .links ul{
        box-sizing:border-box;
        clear: both;
        float:none;
        width:calc(100% - 60px);
        max-width:300px;
        margin:0 auto ;
    }
    footer .links ul li{
        box-sizing:border-box;
        clear: both;
        float:none;
        width:100%;
        margin:0 0 15px 0;
    }
    footer .links ul li a{
        padding:10px 0 12px 0;
        line-height: 100%;
        font-size:15px;
        text-decoration:none;
        vertical-align: middle;
        background-image: url("../img/icon_blank_white.png");
        background-repeat: no-repeat;
        background-size:12px;
        background-position: right 8px center;
        border-radius:3px;
    }
    footer .links a.otemae-p{
    }
    footer .links a.hs{
        padding-left:0;
    }
    footer .links a.kinran{
        padding-left:0;
    }

    /* small */
    footer small{
        padding:7px 0 20px 0;
        font-size:10px;
    }
}


/* pagetop
---------------------------------------- */
#pagetop{
    position:fixed;
    right:10px;
    bottom:15px;
    display:block;
	z-index: 1000;
	cursor:pointer;
	transition:all 0.3s ease;
	opacity:0.6;
}
#pagetop:hover{
	opacity:1!important;
}
#pagetop a{
    display:block;
}
#pagetop a img{
	width:60px;
}
@media screen and (max-width:640px){
    #pagetop{
        right:5px;
        bottom:5px;
        opacity:0.5;
    }
    #pagetop:hover{
        opacity:1!important;
    }
    #pagetop a{
    }
    #pagetop a img{
        width:50px;
    }
}


