body{
	color:#000000;
	line-height:1.7;
	background:#ffffff;
}

.mainimage_movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.mainimage_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a,
a:visited,
a:hover{
	color:#701112;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}

/**/
#header .container,
#nav .container,
#content .container,
#footer .container,
.totop .container {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.top #content .container{
	max-width:inherit;
}

/* header */
#header {
	height:auto;
	text-align:center;
}
#header h1 {
	margin-top:4%;
	margin-bottom:3.3%;
}
#header .info {
}

/* nav */
#nav {
	width:100%;
	float:none;
}
@media only screen and (min-width: 768px) {

#nav .container {
	border-top:1px solid #701112;
	text-align:center;
}
#nav ul {
	border-top:1px solid #fff;
	padding:2.6% 0;
display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
}
#nav li {
	display:inline-block;
	list-style:none;
	box-sizing:border-box;
	width:200px;
margin: 10px 0;
}
#nav li a {
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	-webkit-transition: 200ms;
	transition: 200ms;
}
#nav li a:hover {
	color:#701112;
	border-bottom:1px solid #C5BD99;
}
}

/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
}
.top #content {
	margin-bottom:0;
}

.wrap p {
	margin-bottom:1.2em;
}
/* main */
#main {
}
/* aside */
#aside {
	position:fixed;
	top:180px;
	right:0;
}

/* メインイメージ */
.top .mainimage {
	background-size:cover;
	text-align:center;
	margin:0px!important;
	padding:0px;
	box-sizing:border-box;
}
.top .mainimage>.inner {
max-width:100%!important;
	margin:0px!important;
	padding:0px;
	box-sizing:border-box;
}

@media only screen and (min-width: 1401px) {
.top .mainimage {
	height:auto;
	padding-top:0px;
	margin:0px!important;
}
}
@media only screen and (min-width: 768px)  and (max-width: 1400px) {
.top .mainimage {
	/*padding:5%;*/
}
}
@media only screen and (min-width: 768px) {
}

.carousel {
	padding-bottom:40px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.carousel > div {
	width:1000px;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#cee59a;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:37px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	padding-top:30px;
}
#footer {
	background:#701112;
	text-align:center;
}
#footer .container {
	padding:2em 0 1.5em;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline-block;
	list-style:none;
	color:#fff;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
	color:#fff;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1.8;
	color:#fff;
}

/* 画像 */

.wrap img {
	width:100%;
}

/* 見出し */

#main h3 {
}
#main h3::after {
}

/* TOP */

.color_blue {
	color:#2193a6;
}

.top_block01 {
	background:#fff;
	text-align:center;
	padding:2.5em 0;
}
.top_block01 h3,
.top_news h3,h3.title {
	display:inline-block;
	position:relative;
	color:#701112;
	font-weight:normal;
	font-size:28px;
	letter-spacing:0.08em;
	padding-bottom:25px;
	margin-bottom:25px;
}
.top_block01 h3::before,
.top_news h3::before,,h3.title::before {
	position:absolute;
	content:"";
	display:block;
	width:12px;
	height:12px;
	background:#701112;
	border-radius:50%;
	bottom:3px;
	left:50%;
	margin-left:-6px;
}
.top_block02 {
	text-align:center;
	padding-top:25px;
}
.top_block02 h3 {
	display:inline-block;
	line-height:140px;
	height:140px;
	width:140px;
	background:#7dd0dd;
	border-radius:50%;
	color:#FFF;
	font-weight:normal;
	font-size:26px;
	margin-bottom:24px;
}
.top_block02 .box {
	background:#fff;
	text-align:center;
	box-sizing:border-box;
	border-radius:14px;
	padding:20px 5px;
	margin-bottom:20px;
}
.top_block02 .box h4,,h4.title {
	color:#701112;
	font-size:24px;
	margin-bottom:15px;
}
h5.title{
color:orange;
font-weight:bold;
font-size:16px;
}
.top_block02 .box span {
	display:block;
}
.top_block02 .box img {
	max-width:190px;
	margin-bottom:20px;
}
.top_block02 .btn a {
	width:160px;
	border-radius:5px;
	color:#fff;
	background:#701112;
	text-decoration:none;
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	padding-top:6px;
	line-height:1.2;
	height:26px;
	-webkit-transition: 200ms;
	transition: 200ms;
}
.top_block02 .btn a::before {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 18px;
	margin: -3px 0 0 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top_block02 .btn a:hover {
	opacity: 0.7;
}
.top_news {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:40px;
}
.top_block05 .inner,
.news_wrap {
	background:#90522691;
	border-radius:14px;
	padding:3% 4% 3%;
}
.top_block05 .inner{
	padding:20px 4% 10px;
}
.top_block03 {
	padding:4% 0 5%;
margin: 50px 0;
}
.top_block03 h3,
.top_block04 h3 {
	color:#701112;
	font-size:24px;
	line-height:1.2;
	padding:10px;
	border-bottom:1px dotted #C5BD99;
	margin-bottom:28px;
}
.top_block03 .btn a {
	text-decoration:none;
	position:relative;
	padding-left:32px;
	color:#701112;
}
.top_block03 .btn a:hover {
	opacity: 0.7;
}
.top_block03 .btn a::before {
	position:absolute;
	content:"";
	display:block;
	width:19px;
	height:19px;
	border-radius:50%;
	border:1px solid #701112;
	top:50%;
	left:0;
	margin-top:-12px;
}
.top_block03 .btn a::after {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 5px;
	margin: -5px 0 0 0;
	border-top: solid 1px #701112;
	border-right: solid 1px #701112;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_block04 {
	padding:3% 0;
}
.company_table {
	width:100%;
}
.company_table th,
.company_table td {
	padding:10px;
	text-align:left;
}
.company_table th {
	color:#701112;
}

table.news {
	width: 100%;
	margin-bottom:0.5%;
}
table.news th,
table.news td {
	padding:15px 10px 14px ;
	border-top:1px dashed #fff;
	text-align:left;
}
table.news th {
	width:20%;
	padding:15px 0 14px 20px;
}

table.time_table {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
table.time_table th {
	color:701112;
}
table.time_table th,
table.time_table td {
	padding:10px 5px;
	border-bottom:1px solid #fff;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none;}

.map {
position: relative;
padding-bottom: 25%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (min-width: 911px) {
.top_block02 .box{
	float:left; 
	width:31%;
	margin-right:3.5%;
	margin-bottom:3.5%;
}
.top_block02 .box:nth-child(3n){
	margin-right:0;
}
}

@media only screen and (min-width: 768px) {
.top #main .container {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.top_block03 {
	background:url(../images/top_bg01_pc.png) no-repeat center;
	background-size:auto 100%;
}
.top_block03 h3 {
	margin-left:44%;
}
.top_block03 p{
	margin-left:44%;
	padding-left:10px;
}
.top_block04 .box_left {
	float:left;
	width:47.5%;
}
.top_block04 .box_right {
	float:right;
	width:50%;
}
.top_block04 .map {
	padding-bottom:55%;
}
}

@media only screen and (max-width: 1038px) {
#header .container,
#nav ul,
#content .container,
#footer .container,
.totop .container,
#main {
    margin-left: 2%;
	margin-right:2%;
	float:none;
}
.top #content .wrap .container,
.top #content .top_block04.container,
.top #content .top_block05.container,
.top_news {
    margin-left: 2%;
	margin-right:2%;
	float:none;
}
.top #content .container {
	margin-left:0;
	margin-right:0;
}
#nav li {
}
.map {
padding-bottom: 45%;
}
#main {
	width:auto;
	max-width:1000px;
}
.top #main {
	width:auto;
	max-width:100%;
	margin-left:0;
	margin-right:0;
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}

}
@media only screen and (min-width: 768px) and (max-width: 910px) {
.top_block02 .box {
    max-width: 400px;
	width:47%;
	margin-right:1%;
	display:inline-block;
	float:none;
}
.top_block02 .box:nth-child(2n){
	margin-left:1%;
}
}
@media only screen and (max-width: 767px) {

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

img {
	max-width:100%;
}

#header {
	height:85px;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:2%;
	left:10px;
	max-width:52%;
}
#header .info {
	position:absolute;
	top:1.8%;
	right:11%;
	margin-top:0;
	width:200px;
	max-width:50%;
	padding-top:0;
	float:right;
}
#header .info a {
	margin-right:5%;
	display:block;
	width:18%;
	float:right;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
}
#menu { display:none;}
#toggle {
	display: block;
	position: absolute;
	top:2.3%;
	right:2%;
	max-width:41px;
	width:6.8%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(255,255,255,.7);
    left: 0;
    margin: 0;
    top: 85px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav ul li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}
#nav ul li.nav01 { border-left:none;}
#nav ul li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}

#content {
	width:100%;
}
.top .mainimage {
	background:none;
	height:auto;
}

/* top */

/*.top #main .container {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}*/
.top_block a {
	margin-bottom:20px;
}

table.news th,
table.news td {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th {
	padding:15px 2px 4px;
}
table.news td {
	padding:4px 2px 15px;
}
table.news td {
	border-top:none;
}
}
@media only screen and (min-width: 418px) and (max-width: 767px) {
.top_block02 .box {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}
}
@media only screen and (max-width: 480px) {

#header {
	height:75px;
}
#nav ul { top: 75px;}

}

@media only screen and (max-width: 320px) {
#header {
	height:65px;
}
#nav ul { top:65px;}

}

/***********BLOG************/
.wf_blog_ul{
max-width:1000px;
width:100%;
margin:5px auto;
display:block;
}
.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
width:45px;
height:45px;
border-radius:100%!important;
display:block;
overflow:hidden;
float:left;
margin-right:10px;
}

.wf_blog_ul .wf_blog_li_thumb img{
width:100%;
min-width:45px;
max-width:200px;
min-height:45px;
max-height:200px;
}
.wf_blog_ul  li{
display:block;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px dashed #ccc;
}
.wf_blog_ul li:after{
content:"";
clear:both;
display:block;
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
display:block;
float:left;
margin:10px;
}
.wf_bread_ul li{
display:inline;
}
.wf_bread_ul {
width:100%;
max-width:1000px;
display:block;
margin:5px auto;
}
/***********以下追加分************/
.center01{
text-align:center;
}

/*2024.12.06 DC追記*/
.mtb-50 {
margin: 50px 0;
}

/*2025.01.09 DC追記*/
.column_list img {
width: 30%;
}
.page_column_h3 {
margin:1.5% 0 2%;
padding:0 !important;
}
.page_column_h4 {
background: #701112;
    color: #fff;
    padding: .5% 1% !important;
    margin: 1% 0 1.5% !important;
font-size:20px;
}
.part {
font-size:16px;
}
.columns {
margin-top:10px;
}
.top_column_img img {
height: 300px;
    object-fit: cover;
}

@media screen and (max-width:600px) {
.page_column_h3 {
font-size:20px !important;
margin:.5% 0 1% !important;
}
.page_column_h4 {
font-size:16px;
}
}
/*2025.06.23 DC追記*/
h3.title.p0 {
padding-bottom:0px;
margin-bottom:0px;
}
.part.bg_brown {
background: #701112;
color:#fff;
}