@charset "utf-8";
/* CSS Document */

/* -------------------- all -------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	border-top: 4px solid #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;/*スマホを横にしたときに文字が大きくならないようにする*/
}

body.space {
	margin-top: 117px;
}

li {
	list-style-type: none;
}

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

#container a:link, a:visited, a:active {
	color: #3e3a39;
	transition-duration: 0.1s;
	text-decoration: underline;
}

#container a:hover {
	opacity: 0.5;
	transition-duration: 0.1s;
	text-decoration: none;
}

#title {
	max-width: 920px;
	height: 48px;
	clear: both;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
	margin: 40px 0;
}

#title2,#title3,#title4,#title5 {
	max-width: 920px;
	height: 48px;
	clear: both;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
	margin: 40px 0;
}

h1 img {
	margin-bottom: 6px;
}

.right {
	float: right;
	margin-right: 20px;
	margin-bottom: 80px;
}

.left {
	float: left;
	margin-left: 20px;
	margin-bottom: 50px;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 840px) {
#title {
	max-width: 800px;
	width: 100%;
	height: 48px;	
}

#title2 {
	max-width: 800px;
	width: 100%;
	height: 48px;	
}

#title3,#title4,#title5 {
	max-width: 800px;
	width: 100%;
	height: 48px;	
}

#title img{
	width: 220px;
	height: 25px;
	margin: 0 auto 5px auto;	
}

#title2 img{
	width: 128px;
	height: 24px;
	margin: 0 auto 5px auto;	
}

#title3 img{
	width: 121px;
	height: 26px;
	margin: 0 auto 5px auto;	
}

#title4 img{
	width: 269px;
	height: 22px;
	margin: 0 auto 5px auto;	
}

#title5 img{
	width: 184px;
	height: 22px;
	margin: 0 auto 5px auto;	
}

.pc{display: none;}
.sp{display: block;}

.inner2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.inner2:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 55px;
    background: transparent;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #eb8c38;/* ハンバーガーメニュー */
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #eb8c38;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/* -------------------- header -------------------- */
header {
	width: 100%;
	background-color: #eb8c38;
}

header p {
	color: #999;
	font-size: 60%;
	padding: 8px 0 0 70px;
}

#header_l #header {
	width: 840px;
	height: 116px;
	margin: 0 auto;
	background-color: #eb8c38;
	z-index: 5;
}

#header_l #logo {
	width: 40%;
	height: 116px;
	background-image: url(../images/logo_bg.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#header_l #logo img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: 16px;
	left: 64px;
}

#container {
	width: 100%;
}

.now {
	background-color: #fff;
}

	/* ---------- nav ---------- */
	#header_l #header #nav {
		max-width: 840px;
		margin: 0 auto;
		background-color: #eb8c38;
	}
			
	#header_l #header #nav nav {
		width: 100%;
		height: auto;
	}
	
	#header_l #header nav ul {
		width: 70%;
		max-width: 500px;
		height: auto;
		float: right;
	}
	
	#header_l #header nav li {
		max-width: 20%;
		float:left;
	}
	
	#header_l #header nav li img {
		vertical-align: bottom;
	}
	
	#header_l #header .clearfix:after {
		clear:both;
		display: block;
		content: "";
	}
	
	#header_l #header nav li .inner {
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		transform: skewX(-20deg);
		display: block;
		border-left:1px solid #F1B023;
		text-decoration: none;
		padding:10px 15px;
	}
		
	#header_l #header nav li .inner span {
		display: block;
		-webkit-transform: skewX(20deg);
		-moz-transform: skewX(20deg);
		transform: skewX(20deg);
		color:black;
	}
	#header_l #header nav li .inner span .now {
		display: block;
		-webkit-transform: skewX(20deg);
		-moz-transform: skewX(20deg);
		transform: skewX(20deg);
		color:black;
		background-color: #fff;
	}
	
	/* ---------- slider ---------- */
	#slider1 {
		width: 100%;
		margin: 0 auto;
		z-index: 1000;
	}

	/* ---------- hover ---------- */
	.button {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		outline: none;
		position: relative;
		z-index: 2;
		background-color: #eb8c38;
		line-height: 50px;
	}
	.button::before,
	.button::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
		top: 0;
		width: 50%;
		height: 100%;
		background-color: #eb8c38;
	}
	.button,
	.button::before,
	.button::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.button:hover {
		background-color: #fff;
	}
	.button .now {
		background-color: #fff;
	}
	.button::before,
	.button::after {
		top: 0;
		width: 50%;
		height: 100%;
		background-color: #eb8c38;
	}
	.button::before {
		right: 0;
	}
	.button::after {
		left: 0;
	}
	.button:hover::before,
	.button:hover::after {
		width: 0;
		background-color: #eb8c38;
	}
	
	/* ---------- hide ---------- */
	#header_h {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 9998;
		border-top: 4px solid #fff;
		border-bottom: 3px solid #fff;
	}

	#header_h #header {
		width: 840px;
		height: 70px;
		margin: 0 auto;
		background-color: #eb8c38;
	}
	
	#header_h {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 9998;
		border-top: 4px solid #fff;
	}
	
	#header_h #logo {
		width: 40%;
		height: 72px;
		background-image: url(../images/logo_bg.gif);
		background-repeat: no-repeat;
		float: left;
		clear: both;
	}
	
	#logo img {
		max-width: 100%;
		height: auto;
		position: relative;
		top: 12px;
		left: 96px;
	}
		
		/* ---------- nav ---------- */
		#header #nav {
			max-width: 840px;
			margin: 0 auto;
			background-color: #eb8c38;
		}
				
		#header #nav nav {
			width: 100%;
			height: auto;
		}
		
		#header nav ul {
			width: 70%;
			max-width: 500px;
			height: auto;
			float: right;
		}
		
		#header nav li {
			max-width: 20%;
			float:left;
		}
		
		#header nav li img {
			vertical-align: bottom;
		}
		
		#header .clearfix:after {
			clear:both;
			display: block;
			content: "";
		}
		
		#header nav li .inner {
			-webkit-transform: skewX(-20deg);
			-moz-transform: skewX(-20deg);
			transform: skewX(-20deg);
			display: block;
			border-left:1px solid #F1B023;
			text-decoration: none;
			padding:4px 15px;
		}
			
		#header nav li .inner span {
			display: block;
			-webkit-transform: skewX(20deg);
			-moz-transform: skewX(20deg);
			transform: skewX(20deg);
			color:black;
		}

/* -------------------- pan list -------------------- */
#pan {
	max-width: 960px;
	width: 100%;
	color: #3e3a39;
	font-size: 75%;
	text-align: left;
	margin: -40px 0 16px 4px;
}

.pan_page:before {
	content: url(../images/pan_arrow.png);
	padding: 0 8px;
}

/* -------------------- back to top -------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top img {
	opacity: 0.6;
}
@media screen and (max-width: 450px) {
	#page-top {
    position: fixed;
    bottom: 2px !important;
    right: 15px;
}
	
	#page-top img {
		width:70px;
		height:auto;
}
}

#page-top a:hover {
    text-decoration: none;
}



/* ----- footer ----- */
.contentsFooter {
	width: 100%;
	background-color:#fad6a1;
	clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
	/*background-image:url(../images/bg_3_4.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: transparent;
	*/
	overflow: hidden;
	margin-top: -240px;
}

.contentsFooter_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 940px;
	max-width: 940px;
	height: 100%;
	margin: 80px auto 0 auto;
	padding: 100px 10px 0px;
	color: #fff;
}
.contentsFooter_inner h1 {
	margin-bottom: 40px;
	font-size: 40px;
}
.contentsFooter_inner p {
	color: #3e3a39;
	font-size: 120%;
	margin-top: 8px;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
}
.contentsFooter_inner img {
	margin: 16px 0;
	text-align: left;
}

.contentsFooter_inner #ft_btn {
	margin-top: -8px;
}

.contentsFooter_inner .ft_info {
	width: 350px;
	height: 200px;
}

.contentsFooter_inner .ft_sitemap {
	width: 520px;
	height: 200px;
	margin-top: -10px;
}

.contentsFooter_inner #add {
	font-size: 90%;
	font-weight: normal;
}

.contentsFooter_inner table {
	margin-left: 50px;
}

.footer_color{
	margin: 0 auto;
	background-color: #eb8c38;
	z-index: 50;
}

#pmark {
	width: 100%;
	height: 310px;
	clear: both;
	margin-bottom: 0px;
}

#pmark ul {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3e3a39;
}

#pmark img {
	margin: 10px;
}

#pmark li {
	font-size: 0.6em;
	font-weight: normal;
}

#pmark .bkwh{
	background-color: #fff;
}

.mark{
	margin-left: 45px;
	}
.mark2{
	margin-left: 55px;
	}
	
.back_mark{
	width: 125px;
	height: 125px;
	margin-top: 20px;
	 border-radius: 4px;
}

.back_mark img{
	margin: 2px;
	width:90px;
	height: 90px;
}
.back_mark2 img{
	margin: 2px;
}

.contentsFooter_inner td {
	width: 160px;
	text-align: left;
	vertical-align: top;
}

.contentsFooter_inner #home {
	width: 230px;
}

.contentsFooter_inner .m {
	font-size: 100%;
	font-weight: bold;
	margin-top: 16px;
	padding: 2px 0;
	color: #333;
}

.contentsFooter_inner .m:before {
	content: url(../images/ft_arrow.gif);
	padding-right: 8px;
}

.contentsFooter_inner .s {
	font-size: 70%;
	margin-left: 32px;
	padding: 2px 0;
}

footer {
	clear: both;
	width: 340px;
	font-size: 90%;
	padding-top: 10px;
	margin: 0 auto;
	color: #fff;
	background-color: transparent;
}

.footer_pc{display:block;}
.footer_sp{display:none;}

@media screen and (max-width: 840px) {
	.contentsFooter_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 940px;
	height: 100%;
	margin: 80px auto 0 auto;
	padding: 100px 10px 0px;
	color: #fff;
	text-align: center;
}

.contentsFooter_inner .ft_sitemap {
	width: 100%;
	max-width: 520px;
	height: 250px;
	margin: -120px auto 30px auto;
}

.contentsFooter {
	width: 100%;
	background-color:#fad6a1;
	clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
	/*
	background-image:url(../images/bg_4_4.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: transparent;
	*/
	overflow: hidden;
	margin-top: -320px;
}

footer {
	clear: both;
	width: 500px;
	font-size: 90%;
	margin: 0;
	padding-top: 120px;
	padding-bottom: 20px;
	color: #fff;
	background-color: transparent;
}

.contentsFooter_inner .ft_info {
	max-width: 450px;
	width: 100%;
	height: 350px;
	text-align:center;
	margin: 0 auto;
}
	.contentsFooter_inner .ft_info p {
	text-align:center;
	margin: 0 auto;
}
.contentsFooter {
	margin-top: -240px;
}

.contentsFooter_inner table {
	width: 100%;
	max-width: 450px;
	height:auto;
	margin: 0 auto;
	}
.back_mark img{
	width:85px;
	height: 85px;
}

/* ---------------20201013--------------------*/
.contentsFooter {
	margin-top: -300px;
}

	.contentsFooter_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 940px;
	height: 100%;
	margin: 80px 0 0 0;
	padding: 100px 0px 0px;
	color: #fff;

	}
footer {
	clear: both;
	max-width: 300px;
	width: 100%;
	font-size: 80%;
	margin: 0 auto;
	padding: 20px 0 2px 0;
	color: #fff;
}

footer .ftin{
	margin: 0 auto;
	background-color: #333;
	max-width: 300px;
	height: auto;
}

.contentsFooter_inner #add {
	max-width: 320px;
	width: 100%;
}
.right {
	clear:both;
	margin: 0 0 50px 0;
}

.contentsFooter_inner table {
	width: 100%;
	max-width: 290px;
	height:auto;
	margin:0 auto 0 auto;

}

/* ---------------20201013--------------------*/
}

@media screen and (max-width: 510px) {
	.contentsFooter_inner .ft_info {
	max-width: 450px;
	width: 100%;
	height: 350px;
	text-align:center;
	margin: 0 auto;
}
	.contentsFooter_inner .ft_info p {
	text-align:center;
	margin: 0 auto;
}
.contentsFooter {
	margin-top: -240px;
}
}

@media screen and (max-width: 460px) {
.footer_pc{display:none;}
.footer_sp{display:block;}

.contentsFooter {
	margin-top: -400px;
}

	.contentsFooter_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 940px;
	height: 100%;
	margin: 80px 0 0 0;
	padding: 100px 0px 0px;
	color: #fff;

	}
footer {
	clear: both;
	max-width: 240px;
	width: 100%;
	font-size: 80%;
	margin: 0 auto;
	padding: 20px 0 2px 0;
	color: #fff;
}

footer .ftin{
	margin: 0 auto;
	background-color: #333;
	max-width: 300px;
	height: auto;
}

.contentsFooter_inner #add {
	max-width: 320px;
	width: 100%;
}
.right {
	clear:both;
	margin: 0 0 50px 0;
}

.contentsFooter_inner table {
	width: 100%;
	max-width: 290px;
	height:auto;
	margin: 0 auto;
}
}

@media screen and (max-width: 360px) {
.footer_pc{display:none;}
.footer_sp{display:block;}

.footertop {
	margin-top: -520px;
}

.contentsFooter_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 940px;
	height: 100%;
	margin: 80px auto 0 auto;
	padding: 100px 10px 0px;
	color: #fff;
}

.contentsFooter_inner #add {
	max-width: 240px;
	width: 100%;
}

.contentsFooter_inner .m {
	font-size: 88%;
	font-weight: bold;
	margin-top: 16px;
	padding: 2px 0;
}

.contentsFooter_inner .s {
	font-size: 65%;
	margin-left: 23px;
	padding: 2px 0;
}

footer {
	clear: both;
	max-width: 260px;
	width: 100%;
	height: auto;
	font-size: 75%;
	margin: 0 auto;
	padding-bottom: 5px;
	color: #fff;
	background-color: transparent;
}
}

@media screen and (max-width: 290px) {
.contentsFooter_inner #ft_tel img{
	max-width:230px;
	width: 100%;
	height: auto;
}

.contentsFooter_inner #add {
	max-width: 220px;
	width: 100%;
}
}
@media screen and (max-width: 400px) {
.contentsTitle_inner p img{
	margin-top: -40px;
	}
}

.contentsSpecial{
	height: auto;
}

@media screen and (max-width: 877px) {
	.right {
		clear:both;
	}
	.left{
		clear:both;
	}
	}
