<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#reservation_area2 ul li.web_reserve_btn a {
    pointer-events: auto;
}

.newsPage {
	padding-bottom: 45px;
}


.mod_top-notice__content,
.mod_top-notice__content p {
	color: #111;
}

/*
@media (max-width: 480px) {
  #reservation_area2 ul li.mobile_tel_btn a::after {
    content: "XX-XXXX-XXXX";
  }
}
*/

/* --- top news ---- */

.top-notice__item.top-notice__item_fullview {
	flex-wrap: wrap;
}
.top-notice__item.top-notice__item_fullview .top-notice__head,
.top-notice__item.top-notice__item_fullview .mod_top-notice__content{
	width: 100%;
}

@media (min-width: 769px) {
  .f_name { margin-right: 7px !important;}
}


/* add 20210426 iida */
@media (min-width: 769px) {
	.row.article_list {
		align-items: center;
	}
	.row.article_list &gt; .col {
	    margin-top: 0px;
	}
}
	.row.article_list h2 {
		font: inherit;
	}
	.row.article_list h2 a {
		font-weight: normal;
		text-decoration: none;
	}
.article_button {
    text-align: right;
}
.txt_fever {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: #0279BE;
	color: #fff;
	text-align: center;
	margin: 0 auto 10px;
	padding:0;
	line-height: 1.3;
	font-size: 15px;
	font-size: 1.5rem;
}
@media (min-width: 769px) and (max-width: 1000px) {
	.txt_fever {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media (max-width: 768px) {
	.row.fever_cell {
		display: flex;
	}
	.row.fever_cell .span_4 {
		width: calc(100% / 12 * 6);
		padding-right: calc(10px / 2);
		padding-left: calc(10px / 2);
	}
	.txt_fever {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

/* add 20210507 iida */
@media (max-width: 768px) {
	.header__wrap {
		padding: 0px;
	}
	.header__main {
		padding: 0 20px 0px;
	}
}



/* slide A ------------------------------------------------------------ */
#MV_A {
  width: 100%;
}

#MV_A .mvWrap {
  position: relative;
}

#MV_A .stage {
  width: 100%;
}

#MV_A .stage .image {
  max-width: 80vw;
  box-sizing: border-box;
  padding: 0 15px;
  outline: none;
}

#MV_A .stage .image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#MV_A .catch {
  width: 100%;
  max-width: calc(80vw - 50px);
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  /* color */
  background-color: rgba(2, 121, 190, 0.7);
}

#MV_A .catch p.txt {
  margin: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  transition: all 0.3s;
  opacity: 1;
  font-size: 2rem;
  text-align: center;
  /* color */
  color: #FFF;
}

#MV_A .catch p.hidden {
  opacity: 0;
}

#MV_A .mvDots {
  margin: 10px auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

#MV_A .mvDots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  transition: all 0.3s;
  /* color */
  background-color: rgba(2, 121, 190, 0);
  border-color: #0279BE;
  cursor: pointer;
}

#MV_A .mvDots li:hover {
  /* color */
  background-color: rgba(2, 121, 190, 0.5);
}

#MV_A .mvDots li.active {
  /* color */
  background-color: #0279be;
}

#MV_A .arr {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 9px;
  /* color */
  background-color: rgba(2, 121, 190, 0.7);
}

#MV_A .arr.arrL::after,
#MV_A .arr.arrR::after {
  content: "";
  border: 1px solid #FFF;
  border-width: 2px 2px 0 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

#MV_A .arr.arrL {
  left: 10px;
}

#MV_A .arr.arrL::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 12px;
}

#MV_A .arr.arrR {
  right: 10px;
}

#MV_A .arr.arrR::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 12px;
}

@media (max-width: 768px) {
  #MV_A .stage .image {
    max-width: initial;
    max-width: auto;
    width: calc(100vw - 20px);
    box-sizing: border-box;
    outline: none;
    padding: 10px;
  }
  #MV_A .catch {
    position: static;
    width: calc(100% - 35px);
    margin: 5px auto;
    max-width: auto;
    max-width: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #MV_A .catch p.txt {
    font-size: 1.4rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }
  #MV_A .arr {
    top: 40%;
  }
  #MV_A .mvDots {
    display: none;
  }
}

@media (max-width: 767px) {
  #MV_A .arr {
    top: 30%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

#spNav {
	display: none;
}
@media (max-width: 768px) {
	#spNav {
		display: block;
	}
	#spNav ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 50px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09b0e3+0,0c346b+100 */
		background: rgb(9,176,227); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(9,176,227,1) 0%, rgba(12,52,107,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(9,176,227,1) 0%,rgba(12,52,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(9,176,227,1) 0%,rgba(12,52,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b0e3', endColorstr='#0c346b',GradientType=0 ); /* IE6-9 */
	}
	#spNav ul li {
		display: block;
		width: 25%;
		height: 100%;
		position: relative;
	}
	#spNav ul li::after {
		content: "";
		display: block;
		height: 50%;
		position: absolute;
		right: 0;
		top: 25%;
		width: 1px;
		border-left: 1px solid rgba(255,255,255,0.3);
		background-color: rgba(0,0,0,0.2);
	}
	#spNav ul li:last-child::after {
		
	}
	#spNav ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #FFF;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}
}
@media (max-width: 640px) {
	#spNav ul {
		height: 40px;
	}
	#spNav ul li a {
		font-size: 12px;
	}
}

/* slide B ------------------------------------------------------------ */

#MV_B {
	width: 100%;
}
#MV_B .mvWrap {
	position: relative;
	background-color: #1083ca;
}
#MV_B .stage {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#MV_B .stage .image {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	outline: none;
}
#MV_B .stage .image img {
	width: 100%;
	height: auto;
}
#MV_B .catch {
  width: 100%;
  max-width: calc(80vw - 50px);
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  /* color */
  background-color: rgba(2, 121, 190, 0.7);
}
#MV_B .catch p.txt {
  margin: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  transition: all 0.3s;
  opacity: 1;
  font-size: 2rem;
  text-align: center;
  /* color */
  color: #FFF;
}

#MV_B .catch p.hidden {
	opacity: 0;
}

#MV_B .mvDots {
	margin: 10px auto;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}
#MV_B .mvDots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 3px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	transition: all 0.3s;
	/* color */
	background-color: rgba(51,154,233,0);
	border-color: #339AE9;
	cursor: pointer;
}
#MV_B .mvDots li:hover {
	/* color */
	background-color: rgba(51,154,233,0.5);
}
#MV_B .mvDots li.active {
	/* color */
	background-color: rgba(51,154,233,1);
}

#MV_B .arr {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 9px;
	/* color */
	background-color: rgba(51,154,233,0.7);
}
#MV_B .arr.arrL::after,
#MV_B .arr.arrR::after {
	content: "";
	border: 1px solid #FFF;
	border-width: 2px 2px 0 0;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
}
#MV_B .arr.arrL {
	left: 10px;
}
#MV_B .arr.arrL::after {
	transform: rotate(-135deg);
	margin-left: 12px;
}
#MV_B .arr.arrR {
	right: 10px;
}
#MV_B .arr.arrR::after {
	transform: rotate(45deg);
	margin-right: 12px;
}


@media (max-width:768px) {

	#MV_B .stage .image {
		max-width: initial;
		max-width: auto;
		width: 100vw;
		box-sizing: border-box;
		outline: none;
	}
	#MV_B .catch {
		position: static;
		width: 100%;
		margin: 0 auto;
		max-width: auto;
		max-width: initial;
		transform: translateX(0);
	}
	#MV_B .catch p.txt {
		font-size: 1.4rem;
		line-height: 1.3;
		display: flex;
		align-items: center;
	}
	#MV_B .arr {
		top: 40%;
	}
	#MV_B .mvDots {
		display: none;
	}
}

@media (max-width:767px) {
	#MV_B .arr {
		top: 30%;
		transform: scale(0.8);
	}
}
@media (max-width:768px) {
	#MV_B .catch p.txt {
		display: block;
		align-items: center;
	}
}

@media (min-width: 769px) {
	.row.article_detail {
		flex-wrap: nowrap;
	}
	.article_detail .row {
		display: block;
	}
}</pre></body></html>