@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
html{
	overflow: auto;
	height: 100%;
}
body {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.5;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul,ol{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
h2:empty,h3:empty,h4:empty,h5:empty,h6:empty,p:empty{
	display: none!important;
}
/* ----- other ----- */
.red{
	color: red;
}
.square_img,.rectangle_img{
	position: relative;
	overflow: hidden;
}
.square_img img,.rectangle_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.rectangle_img img{
	width: 100%;
	height: auto;
}
.normal_img{
	text-align: center;
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.inline_b{
	display: inline-block;
}
.table{
	display: table;
	width: 100%;
}
.table_cell{
	display: table-cell;
	vertical-align: middle;
}
.flex_box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	position: relative;
}
.width_wrap{
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.pc_hide{
	display: none;
}
.font_24{
	font-size: 24px;
	letter-spacing: 2px;
}
.font_20{
	font-size: 20px;
	letter-spacing: 2px;
}
.font_18{
	font-size: 18px;
	letter-spacing: 2px;
}
.font_16{
	font-size: 16px;
}
.font_14{
	font-size: 14px;
}
.font_bold{
	font-weight: bold;
}
.half_line1,.half_line2,.half_line3,.half_line4{
	position: relative;
}
.half_line1::after,.half_line2::after,.half_line3::after,.half_line4::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	border-radius: 2px;
	top: 100%;
	margin-top: 10px;
	left: 25%;
}
.pager{
	text-align: center;
	width: 70%;
	margin: 0 auto 100px;
}
.pager li{
	display: inline-block;
	width: 8%;
	margin: 1%;
}
.pager li a{
	display: block;
	box-sizing: border-box;
	padding: 5% 10%;
	transition: all 0.3s;
	border-radius: 4px;
}
.pager li a:hover{
	opacity: 0.5;
}
.over_txt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cate_list{
	text-align: left;
	width: 80%;
	margin: 0 auto 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	position: relative;
}
.cate_list li{
	display: inline-block;
	width: 21%;
	margin: 0 2% 2%;
	border-radius: 4px;
}
.cate_list li a{
	display: block;
	text-align: center;
	padding: 7px 3px;
}
.cate_list li a span{
	text-align: left;
}
.over_txt br{
	display: none;
}
/*ページ共通部分*/
#wrap{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
/*header*/
header{
}
header #header_txt{
	border-bottom: 1px solid;
}
header #header_txt p{
	padding: 5px;
	box-sizing: border-box;
	max-width: 1280px;
	margin: 0 auto;
}
header #header{
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
}
header #header h1{
	width: 28%;
	padding: 1%;
	text-align: center;
}
header #header .menu_bt{
	display: none;
}
header #header #header_right{
	text-align: right;
	padding: 0 3%;
}
header #header #header_right #header_menu{
	text-align: left;
	display: inline-block;
}
header #header #header_right #header_menu li{
	display: inline-block;
	margin: 0 5px;
}
header #header #header_right #header_links{
	margin-top: 10px;
}
header #header #header_right #header_links div{
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	transition: all 0.3s;
}
header #header #header_right #header_links div:hover{
	transform: translate(0,-5px);
}
header #header #header_right #header_links div a{
	display: block;
	padding: 10px 25px 5px;
	line-height: 1;
}
header #header #header_right #header_links div a i:first-of-type{
	font-size: 24px;
}
header #main_menu{
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
header #main_menu ul{
	max-width: 1200px;
	margin: 0 auto;
}
header #main_menu ul li{
	width: 16.66%;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
header #main_menu ul li::before,header #main_menu ul li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	border-radius: 10px;
	top: 10%;
}
header #main_menu ul li::before{
	left: 0;
}
header #main_menu ul li::after{
	right: 0;
}
header #main_menu ul li:first-of-type::before,header #main_menu ul li:last-of-type::after{
	width: 2px;
}
header #sp_menu #sp_menu_wrap{
	display: none;
}
/*drawer-menu*/
.drawer-hamburger{
	display: inline-block;
}
.drawer-nav{
	font-size: 14px;
	overflow: scroll;
}
.drawer-nav .drawer-menu{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}
.drawer-nav .drawer-menu li{
	line-height: 1.8;
	margin-bottom: 20px;
	border-left: 3px solid;
	padding-left: 7px;
}
.drawer-nav .drawer-menu li a{
	letter-spacing: 3px;
}
.drawer-open{
	height: 100vh;
	overflow: hidden;
}
/*page_title*/
#page_title{
	border-top: 4px solid;
	text-align: center;
	margin-top: 50px;
	padding: 80px 0;
	box-sizing: border-box;
}
#page_title h2{
	font-weight: bold;
	position: relative;
	line-height: 2.5;
	max-width: 1000px;
	margin: 0 auto;
}
#page_title span{
	text-align: left;
}
#page_title h2::after{
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	margin: 0 auto;
}
#page_title h2::before{
	content: "";
	position: absolute;
	width: 25%;
	height: 2px;
	bottom: 0;
	left: 25%;
}
/*パンくずリスト*/
#breadcrumbs{
	margin-bottom: 100px;
}
#breadcrumbs ul{
	max-width: 1280px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
}
#breadcrumbs ul li{
	display: inline-block;
	margin-left: 10px;
	opacity: 0.7;
}
/*footer*/
footer{
	text-align: center;
}
footer #footer_menu{
	padding: 10px 0;
	margin-bottom: 30px;
}
footer #footer_menu ul li {
	margin: 0 10px;
}
footer #sns_link{
	text-align: center;
	margin-bottom: 30px;
}
footer #sns_link ul li{
	display: inline-block;
	width: 15%;
	margin: 1%;
	max-width: 30px;
}
footer #footer #footer_cms{
	box-sizing: border-box;
	margin-bottom: 20px;
}
footer #copyright{
	padding: 10px;
}
/*page top*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 99;
}
#page-top a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s;
	box-sizing: border-box;
	padding: 15px 10px 10px;
	border: 2px solid;
}
#page-top a svg{
	width: 30px;
	height: 18px;
}
#page-top a:hover{
	opacity: 0.7;
}
/*index.html*/
#main_img{
	margin: 50px auto 0;
	position: relative;
}
#main_img .box_img{
	transition: all 0.3s;
}
#main_img::before{
	left: 0;
}
#main_img::after{
	right: 0;
}
.swiper-container{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.swiper-slide{
	opacity: 0.3;
}
.swiper-slide-active{
	opacity: 1;
}
.swiper-button-prev,.swiper-button-next{
	width: 50px!important;
	height: 50px!important;
	margin: 0!important;
	transform: translate(0,-50%);
}
.swiper-button-prev{
	left: -60px!important;
}
.swiper-button-next{
	right: -60px!important;
}
.swiper-button-prev i,.swiper-button-next i{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
}
#intro{
	text-align: center;
	padding: 100px 0;
	margin-bottom: 50px;
}
#intro h2{
	margin-bottom: 50px;
}
#intro h2 span{
	text-align: left;
}
#intro p{
	display: inline-block;
	margin-bottom: 50px;
	text-align: left;
	max-width: 100%;
}
#intro .more a{
	display: inline-block;
	padding: 10px 30px;
	line-height: 1;
}
#contents{}
#contents .box_wrap{
	padding: 80px 0;
}
#contents .box_wrap .box{
	max-width: 1000px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
	position: relative;
}
#contents .box_wrap .box figure{
	width: 70%;
	vertical-align: middle;
}
#contents .box_wrap:nth-of-type(even) .box figure{
	order: 2;
}
#contents .box_wrap .box .box_txt{
	width: 40%;
	padding: 2%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	margin-left: -10%;
	z-index: 9;
}

#contents .box_wrap:nth-of-type(even) .box .box_txt{
	order: 1;
	margin-left: 0;
	margin-right: -10%;
}
#contents .box_wrap .box .box_txt h3{
	margin-bottom: 30px;
	padding: 15px 5px;
}
#contents .box_wrap .box .box_txt p{
	display: inline-block;
	text-align: left;
}
/*top_cms*/
.top_cms{
	padding: 100px 0;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}
.top_cms:last-of-type{
	margin-bottom: 100px;
}
.top_cms .box_wrap{
	margin-bottom: 50px;
}
.top_cms .top_cms_title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.top_cms .top_cms_title p{
	display: inline-block;
	position: relative;
	line-height: 1;
	letter-spacing: 2px;
}
.top_cms .top_cms_title p::after,.top_cms .top_cms_title p::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	margin: 0 5px;
	top: 50%;
	transform: translate(0,-50%);
}
.top_cms .top_cms_title p::before{
	left: 100%;
}
.top_cms .top_cms_title p::after{
	right: 100%;
}
.top_cms .more{
	text-align: center;
}
.top_cms .more a{
	display: inline-block;
	padding: 15px 30px 12px;
	line-height: 1;
}

.page2_cms{
	text-align: center;
}
.page2_cms .box_wrap{
	display: inline-block;
	min-width: 500px;
	max-width: 100%;
}
.page2_cms .box_wrap .box{
	text-align: left;
	display: flex;
	width: 80%;
	margin: 15px 0; 
}
.page2_cms .box_wrap .box .date{
	width: 150px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.page2_cms .box_wrap .box .date span{
	padding: 5px 10px;
}
.page2_cms .box_wrap .box h4{
	width: 100%;
	padding: 5px 10px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.page3_cms .cate .cate_title{
	text-align: center;
	margin-bottom: 40px;
}
.page3_cms .cate .cate_title .inline_b{
	text-align: left;
}
.page3_cms .cate figure{
	width: 80%;
	margin: 0 auto 30px;
}
.page4_cms .box_wrap,.page6_cms .box_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-end;
	position: relative;
}
.page4_cms .box h4,.page4_cms .box h5,.page5_cms .box h4,.page5_cms .box h5,.page5_cms .box p,.page6_cms .box h4{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.page4_cms .box{
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px;
}
.page4_cms .box hgroup{
	padding: 10px 0;
}
.page4_cms .box hgroup h4{
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 3px;
}
.page4_cms .box hgroup h5{
	padding: 0 10px;
}
.page5_cms .box{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid;
}
.page5_cms .box:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.page5_cms .box h4,.page5_cms .box h5,.page5_cms .box p{
	padding: 0 10px;
	margin-bottom: 10px;
}
.page5_cms .box  hgroup .inline_b{
	padding: 5px 10px;
}
.page5_cms .box h4 .inline_b{
	border-bottom: 1px solid;
}
.page5_cms .box h5 .inline_b{
	border-radius: 3px;
}
.page5_cms .box p br{
	display: none;
}
.page6_cms .box{
	width: 25%;
	box-sizing: border-box;
	padding: 5px;
}
.page6_cms .box h4{
	margin: 10px 0;
	padding: 5px;
	border-radius: 3px;
}
/*page2.html*/
#page2{}
#page2 .cms_wrap .box{
	width: 80%;
	margin: 0 auto 100px;
}
#page2 .cms_wrap .box .date,#page2 .cms_wrap .box .box_title,#page2 .cms_wrap .box .box_txt{
	width: 80%;
	margin: 0 auto 20px;
}
#page2 .cms_wrap .box .date{
	font-size: 12px;
}
#page2 .cms_wrap .box .box_title span{
	border-bottom: 1px solid;
}
#page2 .cms_wrap .box .box_txt{
	font-size: 14px;
}
#page2 .cms_wrap .box .box_img figure{
	width: 46%;
	margin: 2%;
}
/*page3.html*/
#page3{}
#page3 .cate{
	width: 80%;
	margin: 0 auto 100px;
}
#page3 .cate .cate_title{
	border: 2px solid;
	padding: 5px;
	margin-bottom: 30px;
	font-weight: bold;
	padding-left: 30px;
}
#page3 .cate .cate_title::before{
	content: "";
}
#page3 .cate .cate_img{
	width: 70%;
	margin: 0 auto 30px;
}
#page3 .cate .cate_txt1{
	width: 85%;
	margin: 0 auto;
}
#page3 .cate .cate_txt2{
	padding: 20px;
	border: 1px solid;
	margin-top: 50px;
}
#page3 .cate .box_wrap{
	padding-top: 0;
}
#page3 .cate .box_wrap .box{
	margin-top: 50px;
}
#page3 .cate .box_wrap .box .box_title{
	border-bottom: 1px dashed;
	padding-left: 5%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#page3 .cate .box_wrap .box .box_title i{
	padding-right: 5px;
}
#page3 .cate .box_wrap .box > p{
	padding-left: 7%;
}
#page3 .cate .box_wrap .box .table{
	width: 86%;
	margin: 20px auto;
}
#page3 .cate .box_wrap .box .table .box_img{
	width: 40%;
	padding-right: 20px;
}
#page3 .cate .box_wrap .box .table p{
}
#page3 .cate .box_wrap .box .box_txt1{
	margin-bottom: 5px;
}
/*page4.html*/
#page4{}
#page4 .cate{
	text-align: center;
	width: 80%;
	margin: 0 auto 100px;
}
#page4 .cate .cate_title{
	display: inline-block;
	padding: 0 3%;
	max-width: 90%;
	border-bottom: 2px solid;
	margin-bottom: 50px;
	font-weight: bold;
}
#page4 .cate .cate_txt1{
	text-align: left;
	padding: 3% 5%;
	border: 1px solid;
	margin-bottom: 50px;
}
#page4 .cate .sub_cate,#page4 .cate .sub_cate .sub_cate_box{
	margin-bottom: 80px;
}
#page4 .cate .sub_cate:last-of-type,#page4 .cate .sub_cate .sub_cate_box:last-of-type{
	margin-bottom: 0;
}
#page4 .cate .sub_cate .sub_cate_box .flex_box{
	width: 100%;
}
#page4 .cate .sub_cate .sub_cate_box figure{
	width: 45%;
	margin-right: 5%;
}
#page4 .cate .sub_cate .sub_cate_box div{
	width: 50%;
	text-align: left;
}
#page4 .cate .sub_cate:nth-of-type(even) .sub_cate_box figure{
	order: 2;
	margin-right: 0;
	margin-left: 5%;
}
#page4 .cate .sub_cate:nth-of-type(even) .sub_cate_box div{
	order: 1;
}
#page4 .cate .sub_cate .box{
	text-align: left;
	margin-bottom: 50px;
}
#page4 .cate .sub_cate .box .box_title{
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
#page4 .cate .sub_cate .box .box_title .table_cell{
	width: 50%;
}
#page4 .cate .sub_cate .box .box_title h4{
	display: inline-block;
	text-align: left;
	padding: 0 10px;
}
#page4 .cate .sub_cate .box .box_title .box_title1{
	text-align: left;
}
#page4 .cate .sub_cate .box .box_title .box_title2{
	text-align: right;
}
#page4 .cate .sub_cate .box figure{
	width: 30%;
}
#page4 .cate .sub_cate .box .box_txt1{
	padding: 2%;
}
/*page5.html*/
#page5{}
#page5 .cate{
	width: 80%;
	margin: 0 auto;
}
#page5 .cate .cate_title{
	border-bottom: 1px solid;
	margin-bottom: 40px;
}
#page5 .cate .box{
	width: 80%;
	margin: 0 auto 80px;
}
#page5 .cate .box .box_title1{
	margin-bottom: 5px;
	font-weight: bold;
}
#page5 .cate .box .box_title2{
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 5px 10px;
}
#page5 .cate .box .box_title3{
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
}
#page5 .cate .box .box_img{
	width: 70%;
	margin: 0 auto 20px;
}
#page5 .cate .box .box_txt1{
	margin-bottom: 10px;
}
#page5 .cate .box .box_txt2{
	padding: 0 10px 10px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
#page5 .cate .box .box_txt3{
	padding: 0 10px;
}
/*page6.html*/
#page6{}
#page6 .cate{
	text-align: center;
	width: 80%;
	margin: 0 auto 100px;
}
#page6 .cate .cate_title{
	display: inline-block;
	padding: 0 3%;
	max-width: 90%;
	border-bottom: 2px solid;
	margin-bottom: 50px;
	font-weight: bold;
}
#page6 .cate .cate_txt1{
	text-align: left;
	padding: 3% 5%;
	border: 1px solid;
	margin-bottom: 50px;
}
#page6 .cate .box_wrap{
    justify-content:left;
    align-items:flex-start;
}
#page6 .cate .box{
	width: 25%;
	box-sizing: border-box;
	padding: 1%;
	text-align: left;
	margin-bottom: 10px;
}
#page6 .cate .box .box_img2{
	margin-bottom: 10px;
}
#page6 .cate .box .box_title1{
	border-radius: 2px;
	padding: 5px;
	margin-bottom: 5px;
}
#page6 .cate .box .box_title2{
	margin: 0 5px 5px;
}
#page6 .cate .box .box_txt1{
}
/*page7.html*/
#page7{
	margin-bottom: 100px;
}
#page7 .box_wrap{
	width: 80%;
	margin: 0 auto;
}
#page7 .box_wrap .box{
	margin-bottom: 30px;
}
#page7 .box_wrap .box h3{
	padding: 0 30px 5px;
	position: relative;
	border-bottom: 1px dashed;
}
#page7 .box_wrap .box h3 i{
	position: absolute;
	width: 30px;
	text-align: center;
	left: 0;
	top: 3px;
}
#page7 .box_wrap .box p{
	padding: 5px 30px 0;
}
#map{
	margin-bottom: 50px;
}
#map iframe{
	width: 100%;
	height: 500px;
}
.info_title{
	text-align: center;
	margin-bottom: 30px;
}
.info_title i{
	font-size: 30px;
}
.info_title p{
	font-size: 14px;
}
/*page8.html*/
#page8{
}
#page8 #top_txt{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid;
	margin-bottom: 50px;
}
#page8 #top_txt p{
	margin-bottom: 10px;
}
#page8 #top_txt p:last-of-type{
	margin-bottom: 0;
}
#page8 #top_txt .inline_b{
	text-align: left;
}
#page8 #top_txt a {
	display: inline-block;
	padding: 0 5px;
	border-bottom: 1px solid;
}
#page8 #form_box{
	width: 80%;
	margin: 0 auto;
}
#page8 #form_box .box{
	display: table;
	width: 100%;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	box-sizing: border-box;
}
#page8 #form_box .box:first-of-type{
	border-top: 1px solid;
}
#page8 #form_box .box h3,#page8 #form_box .box div{
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
#page8 #form_box .box h3{
	width: 30%;
}
#page8 #form_box .box div{
	width: 70%;
	border-left: 1px solid;
}
#page8 #form_box .box div input,#page8 #form_box .box div textarea{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
#page8 #form_box .box input::-webkit-input-placeholder,#page7 #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
}
#page8 #form_box .box input:-moz-placeholder,#page7 #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
}
#page8 #form_box .box input::-moz-placeholder,#page7 #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
}
#page8 #form_box .box input:-ms-input-placeholder,#page7 #form_box .box textarea:-ms-input-placeholder {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
}
#page8 #form_box #form_bt{
	margin: 50px 0 100px;
	text-align: center;
}
#page8 #form_box #form_bt div{
	display: inline-block;
	width: 25%;
	height: 50px;
	margin: 0 5%;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 5px;
}
#page8 #form_box #form_bt div input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 15px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#page8 #form_box #form_bt div:hover{
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#page8 #form_box #form_bt div::after{
	display: block;
	position: absolute;
	width: auto;
	height: 18px;
	font-size: 18px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 98;
}
#page8 #form_box #form_bt #submit::after{
	content: "送信";
}
#page8 #form_box #form_bt #reset::after{
	content: "クリア";
}
/*page9.html*/
#page9{
	margin-bottom: 100px;
}
#page9 #top_txt{
	width: 80%;
	margin: 0 auto 50px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid;
	text-align: center;
}
#page9 #top_txt p{
	display: inline-block;
	text-align: left;
}
#page9 .box_wrap{
	width: 70%;
	margin: 0 auto;
}
#page9 .box_wrap .box{
	margin-bottom: 30px;
}
#page9 .box_wrap .box h3{
	border-bottom: 1px solid;
	margin-bottom: 5px;
}
#page9 .box_wrap .box p{
	margin: 10px;
}
/*page10.html*/
#page10{
	margin-bottom: 100px;
}
#page10 .box_wrap{
	width: 50%;
	margin: 0 auto;
}
#page10 .box_wrap .box{
	margin-bottom: 30px;
	position: relative;
	transition: all 0.3s;
}
#page10 .box_wrap .box::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	transition: all 0.5s;
}
#page10 .box_wrap .box::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transition: all 0.5s;
}
#page10 .box_wrap .box a{
	display: block;
	text-align: center;
	padding: 15px 10px;
	transition: all 0.3s;
}
#page10 .box_wrap .box{
}
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
.width_wrap{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
body {
	font-size: 14px;
	letter-spacing: 3px;
}
.font_24{
	font-size: 20px;
}
.font_20{
	font-size: 18px;
}
.font_18{
	font-size: 16px;
	letter-spacing: 1px;
}
.font_16{
	font-size: 14px;
}
.font_14{
	font-size: 12px;
}
.pager{
	width: 90%;
	margin: 0 auto 80px;
}
.pager li{
	width: 10%;
}
/*ページ共通部分*/
#wrap{
	min-width: 100%;
}
/*index.html*/
#main_img::before,#main_img::after{
	width: 100px;
}
/*page2.html*/

#page2 .cms_wrap .box{
	width: 90%;
	margin: 0 auto 80px;
}
/*page5.html*/
#page5 .cate .box{
	width: 100%;
}
/*page6.html*/
#page6 .cate .box{
	width: 33.333%;
}
/*page8.html*/
#page8 #top_txt{
	width: 90%;
}
#page8 #form_box{
	width: 90%;
	margin: 0 auto;
}
/*page9.html*/
#page9 #top_txt{
	width: 90%;
}
#page9 .box_wrap{
	width: 80%;
}
/*page10.html*/
#page10 .box_wrap{
	width: 70%;
	margin: 0 auto;
}

}
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
.sp_hide{
	display: none;
}
.pc_hide{
	display: block;
}
.pager {
	border: none;
	padding-top: 5%;
}
.pager li:not(.prev):not(.next){
	display: none;
}
.pager li{
	width: 35%;
	margin: 0 5%;
}
.pager li a{
	display: block;
	padding: 5%;
	box-sizing: border-box;
	border: none;
}
.cate_list{
	width: 90%;
}
.cate_list li{
	display: block;
	width: 96%;
	margin: 0 2% 2%;
}

/*ページ共通部分*/
#wrap{
	display: block;
}
/*header*/
header{
}
header #header_txt p{
	display: none;
}
header #header.table{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
}
header #header.table .table_cell{
	display: block;
}
header #header h1.table_cell{
	width: 70%;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}
header #header .menu_bt{
	display: block;
	width: 30%;
	position: relative;
	text-align: center;
	z-index: 9998;
}	
header #header #header_right{
	padding: 0;
	padding-top: 20px;
	width: 100%;
}
header #header #header_right #header_menu{
	display: none;
}
header #header #header_right #header_links{
	display: block; 
	width: 100%;
	text-align: center;
}
header #header #header_right #header_links div{
	display: inline-block;
	text-align: center;
	margin: 0 1%;
	width: 28%;
}
header #header #header_right #header_links div a i:first-of-type{
	font-size: 20px;
}
header #main_menu{
	display: none;
}
/*footer*/
footer #footer_menu{
	display: none;
}
footer #footer{
	padding-top: 30px;
}
footer #sns_link ul li{
	display: inline-block;
	width: 10%;
	margin: 0 3%;
	max-width: 30px;
}
footer #footer #footer_cms{
	box-sizing: border-box;
	margin-bottom: 20px;
}
footer #copyright{
	padding: 10px;
}
footer #copyright:first-letter{
	font-size: 20px;
	vertical-align: middle;
}
/*page top*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 99;
}
#page-top a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s;
	box-sizing: border-box;
	padding: 10px 13px;
	border: 2px solid;
}
#page-top a svg{
	width: 15px;
	height: 9px;
}
/*page_title*/
#page_title{
	border-top: 4px solid;
	margin-top: 20px;
	padding: 30px 0;
}
#page_title span{
	text-align: left;
}
#page_title h2::after{
	content: "";
	display: block;
	width: 70%;
	height: 2px;
	margin: 0 auto;
}
#page_title h2::before{
	content: "";
	position: absolute;
	width: 35%;
	height: 2px;
	bottom: 0;
	left: 15%;
}
/*パンくずリスト*/
#breadcrumbs{
	margin-bottom: 50px;
}
#breadcrumbs ul{
	padding: 5px;
}
#breadcrumbs ul li{
	font-size: 12px;
}
/*index.html*/
#main_img::before,#main_img::after{
	width: 50px;
}
.swiper-button-prev,.swiper-button-next{
	width: 30px!important;
	height: 30px!important;
	margin: 0!important;
	transform: translate(0,-50%);
}
.swiper-button-prev{
	left: -40px!important;
}
.swiper-button-next{
	right: -40px!important;
}
.swiper-button-prev i,.swiper-button-next i{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
}
	.swiper-slide-duplicate-active{
		opacity: 1;
	}
#intro{
	margin: 0 3% 50px;
}
#intro h2{
	margin-bottom: 50px;
}
#intro p{
	margin: 0 5% 30px;
	max-width: 90%;
}
#contents .box_wrap{
	padding: 0;
}
#contents .box_wrap .box{
	max-width: 100%;
	padding: 10px;
	margin: 0 auto;
}
#contents .box_wrap .box figure{
	width: 100%;
	vertical-align: middle;
}
#contents .box_wrap:nth-of-type(even){
	padding: 50px 0;
}	
#contents .box_wrap:nth-of-type(even) .box figure{
	order: 1;
}
#contents .box_wrap .box .box_txt{
	width: 95%;
	margin-left: 0;
	margin-top: -10%;
}
#contents .box_wrap:nth-of-type(even) .box .box_txt{
	order: 2;
	margin-right: 0;
}
#contents .box_wrap .box .box_txt p{
	margin: 10px;
}
/*top_cms*/
.top_cms{
	padding: 50px 0;
	width: 94%;
	margin: 0 auto;
	max-width: 100%;
}
.top_cms:last-of-type{
	margin-bottom: 50px;
}
.top_cms .box_wrap{
	margin-bottom: 30px;
}
.top_cms .top_cms_title{
	margin-bottom: 30px;
}
.page2_cms{
	text-align: center;
}
.page2_cms .box_wrap{
	display: inline-block;
	min-width: 100%;
	max-width: 100%;
}
.page2_cms .box_wrap .box{
	text-align: left;
	display: block;
	width: 100%;
	margin: 15px 0; 
}
.page2_cms .box_wrap .box .date{
	width: 100%;
	text-align: left;
}
.page2_cms .box_wrap .box h4{
	width: 100%;
	padding: 5px;
}
.page3_cms .cate .cate_title{
	text-align: center;
	margin-bottom: 40px;
}
.page3_cms .cate figure{
	width: 80%;
	margin: 0 auto 20px;
}
.page3_cms .cate p{
	margin: 0 3%;
}
.page4_cms .box{
	width: 90%;
	margin: 0 auto 20px;
}
.page4_cms .box:last-of-type{
	margin-bottom: 0;
}
.page5_cms .box{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page6_cms .box{
	width: 50%;
}
/*page2.html*/
#page2 .cms_wrap{
}
#page2 .cms_wrap .box{
	width: 90%;
	margin: 0 auto 50px;
}
#page2 .cms_wrap .box .date,#page2 .cms_wrap .box .box_title,#page2 .cms_wrap .box .box_txt{
	width: 100%;
	margin: 0 auto 10px;
}
#page2 .cms_wrap .box .date{
	font-size: 12px;
}
#page2 .cms_wrap .box .box_title span{
	border-bottom: 1px solid;
}
#page2 .cms_wrap .box .box_txt{
	font-size: 14px;
}
#page2 .cms_wrap .box .box_img figure{
	width: 46%;
	margin: 2%;
}
/*page3.html*/
#page3{}
#page3 .cate{
	width: 90%;
	margin: 0 auto 50px;
}
#page3 .cate .cate_title{
	margin-bottom: 20px;
	font-weight: bold;
}
#page3 .cate .cate_img{
	width: 80%;
	margin: 0 auto 20px;
}
#page3 .cate .cate_txt2{
	padding: 15px;
}
#page3 .cate .box_wrap .box .table{
	width: 86%;
	display: block;
	margin: 20px auto 0;
}
#page3 .cate .box_wrap .box .table .box_img{
	display: block;
	width: 70%;
	padding-right: 0;
	margin: 0 auto 20px;
}
#page3 .cate .box_wrap .box .table p{
	display: block;
}
/*page4.html*/
#page4{}
#page4 .cate{
	text-align: center;
	width: 90%;
	margin: 0 auto 100px;
}
#page4 .cate .cate_title{
	margin-bottom: 30px;
}
#page4 .cate .sub_cate,#page4 .cate .sub_cate .sub_cate_box{
	margin-bottom: 80px;
}
#page4 .cate .sub_cate .sub_cate_box figure{
	width: 80%;
}
#page4 .cate .sub_cate .sub_cate_box div{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#page4 .cate .sub_cate .sub_cate_box div h4,#page4 .cate .sub_cate .sub_cate_box div p{
	display: inline-block;
	text-align: left;
}
#page4 .cate .sub_cate .sub_cate_box figure{
	order: 2;
}
#page4 .cate .sub_cate .sub_cate_box div{
	order: 1;
}
#page4 .cate .sub_cate .box{
	padding: 3%;
	border-radius: 10px;
	margin-bottom: 30px;
}
#page4 .cate .sub_cate .box .table,#page4 .cate .sub_cate .box .table_cell{
	border-bottom: none;
	display: block!important;
	margin-bottom: 10px;
}
#page4 .cate .sub_cate .box .box_title .table_cell{
	width: 100%;
	text-align: left!important;
	padding: 0;
	margin-bottom: 10px;
}
#page4 .cate .sub_cate .box figure{
	width: 80%;
	margin: 0 auto 20px;
}
#page4 .cate .sub_cate .box .box_txt1{
	padding: 2%;
}
/*page5.html*/
#page5 .cate{
	width: 90%;
	margin: 0 auto;
}
#page5 .cate .cate_title{
	margin-bottom: 30px;
}
#page5 .cate .box{
	width: 100%;
	margin: 0 auto 50px;
}
#page5 .cate .box .box_img{
	width: 80%;
}
/*page6.html*/
#page6{}
#page6 .cate{
	text-align: center;
	width: 90%;
	margin: 0 auto 100px;
}
#page6 .cate .cate_title{
	margin-bottom: 30px;
}
/*page6.html*/
#page6 .cate .box{
	width: 50%;
	padding: 10px 1% 0;
	margin: 0 0 10px;
	border-top: 1px solid;
}
#page6 .cate .box:nth-of-type(1),#page6 .cate .box:nth-of-type(2){
	border-top: none;
}
/*page7.html*/
#page7{
	margin-bottom: 50px;
}
#page7 .box_wrap{
	width: 90%;
	margin: 0 auto;
}
#page7 .box_wrap .box{
	margin-bottom: 30px;
}
#map iframe{
	width: 100%;
	height: 400px;
}
/*page8.html*/
#page8 #form_box .box{
	display: block;
}
#page8 #form_box .box h3,#page8 #form_box .box div{
	display: block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}
#page8 #form_box .box h3{
	width: 100%;
}
#page8 #form_box .box div{
	width: 100%;
	border-left: none;
}
#page8 #form_box #form_bt div{
	width: 40%;
	margin: 0 4%;
}
#page8 #form_box .box input::-webkit-input-placeholder,#page7 #form_box .box textarea::-webkit-input-placeholder{
	font-size: 12px;
}
#page8 #form_box .box input:-moz-placeholder,#page7 #form_box .box textarea:-moz-placeholder{
	font-size: 12px;
}
#page8 #form_box .box input::-moz-placeholder,#page7 #form_box .box textarea::-moz-placeholder{
	font-size: 12px;
}
#page8 #form_box .box input:-ms-input-placeholder,#page7 #form_box .box textarea:-ms-input-placeholder {
	font-size: 12px;
}

/*page9.html*/
#page9{
	margin-bottom: 50px;
}
#page9 .box_wrap{
	width: 90%;
	margin: 0 auto;
}
/*page10.html*/
#page10{
	margin-bottom: 50px;
}
#page10 .box_wrap{
	width: 80%;
	margin: 0 auto;
}

}