html{
	margin: 0;
	padding: 0;
}
body {
	/* font-family: 'Hiragino', 'Mincho ProN','ヒラギノ明朝 ProN','Hiragino','Mincho Pro','ヒラギノ明朝 Pro' ; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


.fixed {
    position: fixed!important;
    /* width: 100%!important; */
    top: 10px!important;
    z-index: 1000!important;
    /* background-color: #28272bc7; */
    /* height: 114px!important; */
    right: 10px!important;
}

.item{
	
}

.header_wrap{
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 0;
}


.header_wrap-inner{

}
.header_wrap-inner img{
   
}
.header_wrap-inner p{

}
.header-line{
	background-color: rgb(0 0 0 / 80%);
	height: 30px;
}
.header-1{
     width: 100vw;
}
.header-2{
    width: 810px;
    margin: auto;
}
.header-3{
    width: 761px;
    margin: auto;
}
.header-4{
   width: 710px;
   margin: auto;
}
.header-5{
    width: 660px;
    margin: auto;
}


.swiper-container {
    width: 100%;
    margin: 0px 0;
    padding: 45px 0;
    margin-top: -40px;
    overflow: hidden;
    height: 600px;
    /* background-color: red; */
}

.swiper-slide {
    /* opacity: 0.4; */
    overflow: hidden;
    transition: .7s;
}

.swiper-slide img {
    width: fit-content;
    height: 100%;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    //transform: scale(1.5); /* スライドの大きさ調整 */
}

.box1{
	background-image:url(../images/img02.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 622px;
	margin-top: -45px;
}

.box1-title{
    width: 1000px;
    text-align: right;
    margin: auto;
    padding-top: 60px;
    padding-left: 50px;
}
.box1-title img{}
.box1-subtitle2{
    text-align: center;
    margin-top: 50px;
    font-size: 1.3em;
}
.box1-subtitle{
    width: 1000px;
    text-align: right;
    margin: auto;
    padding-top: 20px;
    padding-right: 100px;
    position: relative;
}
.box1-subtitle img{
    position: absolute;
    right: 0;
    top: 13px;
}

.box2{
	background-image: url(../images/img07.png);
	background-repeat: no-repeat;
	/* background-position-y: 30px; */
	height: auto;
	margin-top: 15px;
	margin-bottom: 120px;
	background-color: #ffffff;
	background-position-x: center;
	/* margin-top: -50px; */
	padding-top: 220px;
	position: relative;
}

.box2-title{
    width: 1000px;
    text-align: left;
    margin: auto;
    padding-top: 60px;
}
.box2-title img{}

.box2-subtitle{
    width: 1000px;
    text-align: left;
    margin: auto;
    padding-top: 20px;
}

.box2-subtitle2{
    width: 800px;
    text-align: justify;
    margin: auto;
    padding-top: 50px;
    line-height: 1.5;
    margin-top: 100;
}


.box2-subtitle img{}

.detail-wrap{
	text-align: left;
	width: 1000px;
	padding: 0 0px 20px;
	border-bottom: solid 2px #000;
	color: #a02626;
}



.box1-detail{
    width: 780px;
    margin: auto;
    margin-top: 36px;
    /* padding-bottom: 50px; */
}
.box2-detail{
    width: 1000px;
    margin: auto;
    margin-top: 30px;
    /* padding-bottom: 50px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.box2-detail img{
    width: 100%;
    margin-bottom: 30px;
}
.detail-wrap-setumei{
    text-align: justify;
    padding: 10px 0px 50px;
    width: 1000px;
}

.box2-detail a{
	display: contents;
}
.box2-list{
    height: 400px;
    width: 290px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background-color: #eaeaea;
    margin: 20px;
}

.box2-list img{
    /* width: 220px; */
    /* height: 220px; */
}
.box2-list-right{
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 0.95em;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    /* width: 50%; */
    text-align: left;
}
.box2-list-right-top{
    color: #28272b;
    line-height: 1.5;
    margin-bottom: 10px;
}
.box2-list-right-bottom{
    line-height: 1.4;
    width: 98%;
}
.box2-list-right-link{
    text-align: center;
    width: 340px;
    border: 1px solid #ff7800;
    color: #c66200;
    position: absolute;
    bottom: 10px;
    right: 21px;
    padding: 0 10px;
}

.box2-list-left{
    width: 100%;
    height: 500px;
    object-fit: cover;
    overflow: hidden;
}
.box2-list-left img{
    width: 100%;
    height: fit-content;
    object-fit: cover;
}

.box1-detailtitle{
    font-size: 1.8em;
    font-weight: 600;
}
.box1-text{
    font-size: 1.1em;
    font-weight: 400;
}

.jyoken-wrap{
    /* position: absolute; */
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}
.jyoken-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 900px;
    height: auto;
    margin: auto;
    margin-top: 0px;
}

.jyoken-inner a{
	display:contents;
}
.jyoken-btn{
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	margin: 5px;
}

.jyoken1{
	background-image:url(../images/001.png);
	background-position: center center;
	
}
.jyoken2{
	background-image:url(../images/002.png);
	background-position: center center;
}
.jyoken3{
	background-image:url(../images/003.png);
	background-position: center center;
}
.jyoken4{
	background-image:url(../images/004.png);
	background-position: center center;
}
.jyoken5{
	background-image:url(../images/005.png);
	background-position: center center;
}
.jyoken6{
	background-image:url(../images/006.png);
	background-position: center center;
}
.jyoken7{
	background-image:url(../images/007.png);
	background-position: center center;
}

.jyoken1:hover{
	background-image:url(../images/001-2.png);
	cursor: hand;
}
.jyoken2:hover{
	background-image:url(../images/002-2.png);
	cursor: hand;
}
.jyoken3:hover{
	background-image:url(../images/003-2.png);
	cursor: hand;
}
.jyoken4:hover{
	background-image:url(../images/004-2.png);
	cursor: hand;
}
.jyoken5:hover{
	background-image:url(../images/005-2.png);
	cursor: hand;
}
.jyoken6:hover{
	background-image:url(../images/006-2.png);
	cursor: hand;
}
.jyoken7:hover{
	background-image:url(../images/007-2.png);
	cursor: hand;
}

.serch-title{
    /* margin-top: -57px; */
    width: 1000px;
    /* margin: auto; */
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: auto;
    /* margin-left: 120px; */
    margin: auto;
    top: 0px;
    position: absolute;
    /* background-color: red; */
    top: 160px;
    /* margin-left: 50%; */
    /* margin-right: 50%; */
    left: 0;
    right: 0;
    margin: auto;
}
.serch-title a{
    color: #d5a50b;
}
.serch{
    width: 540px;
    margin: auto;
    text-align: right;
    margin-top: 0px;
    text-decoration: underline;
    color: #fff;
    margin-top: -30px;
}
.banner{
    margin: auto;
    width: 1000px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.box2-listt-left{
    padding: 0;
    overflow: hidden;
    width: 290px;
    height: 290px;
}
.box2-listt-left img{
    width: 100%;
    /* margin-top: -7px; */
    height: fit-content;
    object-fit: cover;
}
.box2-listt-right{
    text-align: left;
    padding-top: 5px;
    font-size: 1em;
}
.banner img{}

.more{
    text-align: center;
    margin-top: 20px;
}
.more img{}
.header-text{
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
}

.header-title{
	position: absolute;
	top: 32px;
	color: #fff;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
}
.header-title img{
	
}
.header-menu{
	position: absolute;
	top: 118px;
	color: #fff;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	display: flex;
	font-size: 0.9em;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 24px;
}

.header-menu p{
    padding: 0 11px;
}


.header-menu p:hover{
   border-bottom: 3px #c7852f solid;
}




.full{position: relative;}

.h1{
	 font-size: 1.8em;
	 text-align: center;
	 margin: 30px;
}
.h2{
	font-size: 1.4em;
	text-align: left;
	margin: 30px 0px 30px;
	border-bottom: 1px solid;
	
}
.center{
	text-align: center;
}
.txt{
	line-height: 1.8em;
}

.wrap{
	width: 1000px;
	margin: auto;
}
.wrap-full-inner{
    width: 1000px;
    margin: auto;
    text-align: center;
}


.slick-slider
{
    margin-top: -30px;
}

.pc_none{
	display: none;
}
	
.sp_none{
	display: block;
}


@media screen and (max-width: 1000px) {
	.pc_none{
		display: block;
	}
		
	.sp_none{
		display: none;
	}
	.item{
	
}

.header_wrap{
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 0;
}


.header_wrap-inner{

}
.header_wrap-inner img{
   
}
.header_wrap-inner p{

}
.header-line{
	background-color: rgb(0 0 0 / 80%);
	height: 30px;
}
.header-1{
     width: 100vw;
}
.header-2{
    width: 810px;
    margin: auto;
}
.header-3{
    width: 761px;
    margin: auto;
}
.header-4{
   width: 710px;
   margin: auto;
}
.header-5{
    width: 660px;
    margin: auto;
}


.swiper-container {
    width: 100%;
    margin: 0px 0;
    padding: 45px 0;
    margin-top: -40px;
    overflow: hidden;
    height: 600px;
    /* background-color: red; */
}

.swiper-slide {
    /* opacity: 0.4; */
    overflow: hidden;
    transition: .7s;
}

.swiper-slide img {
    width: fit-content;
    height: 100%;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    //transform: scale(1.5); /* スライドの大きさ調整 */
}

.box1{
	background-image:url(../images/img02.png);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	margin-top: -45px;
	background-size: 0;
	background-color: #fff;
	overflow: hidden;
}

.box1-title{
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 90px;
    padding-left: 0;
}
.box1-title img{
    width: 60%;
}
.box1-subtitle2{
    text-align: center;
    margin-top: 80px;
    font-size: 1.0em;
}
.box1-subtitle{
    width: 1000px;
    text-align: right;
    margin: auto;
    padding-top: 20px;
    padding-right: 100px;
    position: relative;
}
.box1-subtitle img{
    position: absolute;
    right: 0;
    top: 13px;
}
.box2{
	background-image: url(../images/img07.png);
	background-repeat: no-repeat;
	/* background-position-y: 30px; */
	height: auto;
	margin-top: 15px;
	margin-bottom: 120px;
	background-color: #ffffff;
	background-position-x: center;
	/* margin-top: -50px; */
	padding-top: 220px;
	position: relative;
}

.box2-title{
    width: 1000px;
    text-align: left;
    margin: auto;
    padding-top: 60px;
}
.box2-title img{}

.box2-subtitle{
    width: 1000px;
    text-align: left;
    margin: auto;
    padding-top: 20px;
}

.box2-subtitle2{
    width: 800px;
    text-align: justify;
    margin: auto;
    padding-top: 50px;
    line-height: 1.5;
    margin-top: 100;
}


.box2-subtitle img{}

.detail-wrap{
	padding: 5px;
	text-align: left;
	width: 100%;
	padding: 0 0px 20px;
	border-bottom: solid 2px #000;
	color: #a02626;
	font-size: 0.9em;
}



.box1-detail{
    width: 780px;
    margin: auto;
    margin-top: 36px;
    /* padding-bottom: 50px; */
}
.box2-detail{
    width: 100%;
    margin: auto;
    margin-top: 30px;
    /* padding-bottom: 50px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    padding: 5px;
}

.box2-detail img{
    width: 100%;
    margin-bottom: 30px;
}
.detail-wrap-setumei{
    text-align: justify;
    padding: 10px 0px 50px;
    width: 100%;
    font-size: 0.9em;
}

.box2-detail a{
	display: contents;
}
.box2-list{
    height: 400px;
    width: 290px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background-color: #eaeaea;
    margin: 20px;
}

.box2-list img{
    /* width: 220px; */
    /* height: 220px; */
}
.box2-list-right{
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 0.95em;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    /* width: 50%; */
    text-align: left;
}
.box2-list-right-top{
    color: #28272b;
    line-height: 1.5;
    margin-bottom: 10px;
}
.box2-list-right-bottom{
    line-height: 1.4;
    width: 98%;
}
.box2-list-right-link{
    text-align: center;
    width: 340px;
    border: 1px solid #ff7800;
    color: #c66200;
    position: absolute;
    bottom: 10px;
    right: 21px;
    padding: 0 10px;
}

.box2-list-left{
    width: 100%;
    height: 500px;
    object-fit: cover;
    overflow: hidden;
}
.box2-list-left img{
    width: 100%;
    height: fit-content;
    object-fit: cover;
}

.box1-detailtitle{
    font-size: 1.8em;
    font-weight: 600;
}
.box1-text{
    font-size: 1.1em;
    font-weight: 400;
}

.jyoken-wrap{}
.jyoken-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 50px;
    /* position: absolute; */
    /* z-index: 999999; */
    /* background-color: red; */
}
.jyoken-btn{
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	margin: 5px;
	background-size: contain;
}
.jyoken-inner a{
	display:contents;
}

.jyoken1{
	background-image:url(../images/001.png);
	background-position: center center;
	
}
.jyoken2{
	background-image:url(../images/002.png);
	background-position: center center;
}
.jyoken3{
	background-image:url(../images/003.png);
	background-position: center center;
}
.jyoken4{
	background-image:url(../images/004.png);
	background-position: center center;
}
.jyoken5{
	background-image:url(../images/005.png);
	background-position: center center;
}
.jyoken6{
	background-image:url(../images/006.png);
	background-position: center center;
}
.jyoken7{
	background-image:url(../images/007.png);
	background-position: center center;
}

.jyoken1:hover{
	background-image:url(../images/001-2.png);
	cursor: hand;
}
.jyoken2:hover{
	background-image:url(../images/002-2.png);
	cursor: hand;
}
.jyoken3:hover{
	background-image:url(../images/003-2.png);
	cursor: hand;
}
.jyoken4:hover{
	background-image:url(../images/004-2.png);
	cursor: hand;
}
.jyoken5:hover{
	background-image:url(../images/005-2.png);
	cursor: hand;
}
.jyoken6:hover{
	background-image:url(../images/006-2.png);
	cursor: hand;
}
.jyoken7:hover{
	background-image:url(../images/007-2.png);
	cursor: hand;
}

.serch-title{
    /* margin-top: -57px; */
    width: 100%;
    /* margin: auto; */
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: auto;
    /* margin-left: 120px; */
    margin: auto;
    top: 0px;
    position: absolute;
    /* background-color: red; */
    top: 160px;
    /* margin-left: 50%; */
    /* margin-right: 50%; */
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.9em;
}
.serch-title a{
    color: #d5a50b;
}
.serch{
    width: 100%;
    margin: auto;
    text-align: right;
    margin-top: 0px;
    text-decoration: underline;
    color: #fff;
    margin-top: -30px;
    padding-right: 10px;
    font-size: 0.9em;
}
.banner{
    margin: auto;
    width: 1000px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.box2-listt-left{
    padding: 0;
    overflow: hidden;
    width: 290px;
    height: 290px;
}
.box2-listt-left img{
    width: 100%;
    /* margin-top: -7px; */
    height: fit-content;
    object-fit: cover;
}
.box2-listt-right{
    text-align: left;
    padding-top: 5px;
    font-size: 1em;
}
.banner img{}

.more{
    text-align: center;
    margin-top: 20px;
}
.more img{}
.header-text{
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
}

.header-title{
	position: absolute;
	top: 32px;
	color: #fff;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
}
.header-title img{
	
}
.header-menu{
	position: absolute;
	top: 118px;
	color: #fff;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	display: flex;
	font-size: 0.9em;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 24px;
}

.header-menu p{
    padding: 0 11px;
}


.header-menu p:hover{
   border-bottom: 3px #c7852f solid;
}




.full{position: relative;}

.h1{
	 font-size: 1.8em;
	 text-align: center;
	 margin: 30px;
}
.h2{
	font-size: 1.4em;
	text-align: left;
	margin: 30px 0px 30px;
	border-bottom: 1px solid;
	
}
.center{
	text-align: center;
}
.txt{
	line-height: 1.8em;
}

.wrap{
	width: 1000px;
	margin: auto;
}
.wrap-full-inner{
    width: 100%;
    margin: auto;
    text-align: center;
}


.slick-slider
{
    margin-top: -30px;
}
.swiper-container {
    width: 100%;
    margin: 0px 0;
    padding: 45px 0;
    margin-top: -30px;
    overflow: hidden;
    height: 470px;
    /* background-color: red; */
}
.swiper-slide img {
    width: 100vw;
    height: 162px;
    object-fit: cover;
}
}

.swiper-pagination-progressbar{
	display: none!important;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    display: none;
}
.red{
	color:red;
}
