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

html{
	height: auto;
    display: block;
    scroll-behavior: smooth;
    overflow-y: scroll;
}

body,
html {
  position: relative;
}

body {
	 width: 100%;
	min-width: 1320px;
	max-width: 1920px;
	overflow-x: hidden;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  color: #2d2d2d;
  letter-spacing: 0.5px; 
}

.floatL{
	float: left;
	margin: 0 12px 12px 0;
}
.floatR{
	float: right;
	margin: 0 0 25px 25px;
}
.imgC{
	text-align: center;
	margin-bottom: 3em;
	clear: both;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bld {
	font-weight: bold;
}
.bld_L {
	font-weight: bold;
	font-size: 110%;
}
b {
	background: linear-gradient(transparent 52%, #ffff66 52%);
}
.important {
	color: #FF0000;
}

#outer_wrapper {
  overflow: hidden;
  position: relative; }

#global_nav {
  position: fixed;
  width: 100%;
  background-color: #ba2a2a;
  height: 95px;
  z-index: 9; }
  #global_nav h1 a {
    display: block;
    position: relative;
    top: 27px; }
    #global_nav h1 a img {
      width: 245px;
      height: 42px;
      display: block; }
  #global_nav nav &gt; ul {
    margin-top: 42px; }
    #global_nav nav &gt; ul &gt; li {
      border-right: 2px solid #dd9797;
      height: 14px; }
      #global_nav nav &gt; ul &gt; li &gt; a {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        padding: 15px 20px;
        margin-top: -15px;
        font-weight: 700;
        position: relative; }
        #global_nav nav &gt; ul &gt; li &gt; a:hover {
          opacity: 1; }
      #global_nav nav &gt; ul &gt; li:first-child &gt; a {
        padding-left: 0; }
      #global_nav nav &gt; ul &gt; li:last-child {
        border-right: none; }
        #global_nav nav &gt; ul &gt; li:last-child &gt; a {
          padding-right: 0; }
    #global_nav nav &gt; ul li.on &gt; a {
      height: 95px;
      position: relative; }
      #global_nav nav &gt; ul li.on &gt; a::after {
        display: block;
        content: " ";
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        border-bottom: 2px solid #fff; }
    #global_nav nav &gt; ul li.on div.dynamic_menu {
      height: 365px;
      border-bottom: 3px solid #ba2a2a; }
.global_nav_sp {
	display: none;
}

/*=======SP=======*/
@media  print, screen and (max-width: 767px) {
	#global_nav {
		display: none;
	}
	.global_nav_sp {
		display: inherit;
	}
	.floatR,.floatL {
		float:none;
		margin:0 auto 20px;
		display: block;
	}
	.imgC {
		margin-bottom: 10px;
	}
	.imgC .small_img img {
		width:60%;
	}
	.imgC img {
		width:100%;
		height:auto;
	}
	iframe {
		width:100%;
		height:50%;
	}
}


.act &gt; a {
  height: 95px;
  position: relative; }
  .act &gt; a::after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    border-bottom: 2px solid #fff; }

.dynamic_menu {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff url(../images/skew_line.png) repeat;
  left: 0;
  top: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .dynamic_menu p {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 20px; }
.dynamic_menu p a {
text-decoration: none;
	color:#000;
}
    .dynamic_menu p span {
      font-family: 'Dosis', sans-serif;
      color: #ba2a2a;
      font-style: italic;
      font-size: 35px;
      font-weight: 900;
      letter-spacing: 3px;
      padding-right: 20px;
      top: 7px;
      position: relative; }
.dynamic_menu p span a {
	color: #ba2a2a;
}
  .dynamic_menu ul {
    width: 740px;
    height: 100%; }
  .dynamic_menu li {
    border: 2px solid #ba2a2a;
    width: 360px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto; }
    .dynamic_menu li a {
      display: block;
      font-size: 15px;
      color: #ba2a2a;
      padding: 15px 0 15px 15px;
      background-color: white;
      font-weight: 700;
      text-decoration: none;
      position: relative; }
      .dynamic_menu li a::after {
        display: block;
        content: "";
        position: absolute;
        background: url(../images/red_arrow.svg) center right no-repeat;
        height: 100%;
        width: 20px;
        top: 0;
        right: 13px; }

#content_wrapper {
  background-color: #fff;
  position: relative;
  z-index: 0; }

#inner_wrapper {
    width: 100%;
  margin: 0 auto; }

#bottom_banners {
  background-color: #f5f4f0;
  padding: 38px 0; }

#footer_top_wrapper {
    width: 100%;
  padding-top: 65px;
    margin:0 auto;
  background: url(../images/footer_back.jpg) center top no-repeat;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 440px; }
  #footer_top_wrapper dl {
    font-weight: 700; }
  #footer_top_wrapper dt {
    font-size: 15px; }
  #footer_top_wrapper dd {
    margin-top: 15px;
    font-size: 12px; }
#footer_top_wrapper dt a {
	text-decoration: none;
      color: #2d2d2d;
}
    #footer_top_wrapper dd a {
      text-decoration: none;
      color: #2d2d2d;
      line-height: 2.2; }

/*=======SP=======*/
@media  print, screen and (max-width: 767px) {
#footer_top_wrapper {
	display: none;
	}
}

#footer_middle_wrapper {
  margin: 12px 0;
  text-align: center; }
  #footer_middle_wrapper ul {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    line-height: 13px; }
  #footer_middle_wrapper li {
    height: 13px;
    border-right: 1px solid #2d2d2d;
    display: inline-block; }
    #footer_middle_wrapper li a {
      padding: 0 20px;
      font-size: 13px;
      line-height: 1;
      font-weight: 700;
      color: #2d2d2d;
      text-decoration: none;
      vertical-align: top; }
  #footer_middle_wrapper li:last-child {
    border: none; }

#footer_bottom_wrapper {
  background-color: #3f3f3f;
  padding: 30px 0 10px; }
  #footer_bottom_wrapper img {
    vertical-align: bottom; }
  #footer_bottom_wrapper dl {
    margin-top: 3px;
    color: #fff;
    font-size: 12px; }
    #footer_bottom_wrapper dl dt {
      float: left; }
    #footer_bottom_wrapper dl dd {
      border-left: 1px solid #ddd;
      margin-left: 280px;
      padding-left: 30px; }
  #footer_bottom_wrapper a {
    color: #fff !important;
    text-decoration: none !important; }

/*=======SP=======*/
@media  print, screen and (max-width: 767px) {
	#footer_bottom_wrapper {
		padding:0;
	}

#footer_bottom_wrapper .inner_content .flex_base {
	display: block;
}
	#footer_middle_wrapper {
		margin:0;
	}
	#footer_middle_wrapper ul.flex_base  {
		display:block;
		text-align:left;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	#footer_middle_wrapper ul.flex_base li {
		display:block;
		border-right:none;
		height:inherit;
		border-bottom:solid 1px #ccc;
	}
	#footer_middle_wrapper ul.flex_base li a {
		display: block;
		font-weight: normal;
		padding:15px 0 15px 15px;
		position: relative;
	}
	#footer_middle_wrapper ul.flex_base li a:after {
	position: absolute;
    right: 20px;
	top:50%;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
	}
	#footer_middle_wrapper ul.flex_base li:last-child {
		border-bottom:none;
	}
	#footer_bottom_wrapper dl {
		margin:0 auto;
		text-align: center;
		padding:20px 0;
	}
	#footer_bottom_wrapper dl dt {
		float: none;
		margin-bottom: 10px;
	}
	#footer_bottom_wrapper dl dd {
		margin-left:0;
		padding-left:0;
		border-left:none;
	}
	#footer_bottom_wrapper a {
		margin:0 auto 20px;
		width:90%;
		text-align: center;
	}
}

#footer_banners_wrapper {
  background-color: #f5f6f6;
  padding: 25px 0; }
#footer_banners_wrapper img {
  vertical-align: bottom;
}
#footer_banners_wrapper .flex_base li {
  width: calc((100% - 40px) / 6);
}
#footer_banners_wrapper .flex_base li img {
    width: 100%;
    height: auto;
}
#copy {
    border-top:solid 1px #5c5c5c;
    font-size: 0.7em;
    margin:30px auto 0;
    padding:10px 0 0;
    width: 1100px;
    color:#fff;
  display: block;
  text-align: center;
}

.inner_content,
.narrow_inner_content {
  margin: 0 auto; }

.inner_content {
  position: relative;
  width: 1100px; }

/*=======SP=======*/
@media  print, screen and (max-width: 767px) {
.inner_content {
	width:100%;
}
	#footer_banners_wrapper {
		padding:12px 0;
	}
	#footer_banners_wrapper .flex_base {
		justify-content: center;
	}
	#footer_banners_wrapper .flex_base li {
		width:calc((100% - 20px) / 3);
		margin:3px;
	}
	#copy {
		width:100%;
		margin:0;
		padding-bottom:10px;
	}
}

.narrow_inner_content {
  width: 1130px; }

.flex_base, .flex_base_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.flex_base02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start}

  .flex_base figure, .flex_base_start figure,
  .flex_base div,
  .flex_base_start div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.flex_base_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.red_dots {
  background: url(../images/red_dots.png) repeat; }

.sub_nav {
background-color: #f5f4f0;
}
.sub_nav ul {
	justify-content: center;
	gap: 40px;
}
.sub_nav li {
  width: 340px;
  border: 1px solid #e1e1e1;
  margin: 32px 0;
}
.sub_nav li a {
  display: block;
  padding: 18px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  line-height: 1.4;
}
.sub_nav li a span {
  color: #ba2a2a;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.5px;
  font-size: 12px;
  display: block;
}

/*=======SP=======*/
@media  print, screen and (max-width: 767px) {
	.sub_nav ul {
		gap: 10px;
		display: flex;
		flex-wrap: wrap;
		padding:12px 0;
	}
.sub_nav li {
		width: calc((90%) / 2);
		margin:0;
	}
	.sub_nav li a {
		font-size: 15px;
		padding:15px 0;
	}
}


.g-font-italic {
  font-family: 'Dosis', sans-serif;
  font-style: italic;
  letter-spacing: 2px; }

.ta_center {
  text-align: center; }

.clearfix::after {
  display: table;
  content: " ";
  clear: both; }

.gradation_btn_01 {
  background: -webkit-gradient(linear, left top, right top, from(#9ecac6), to(#c8dba3));
  background: linear-gradient(to right, #9ecac6, #c8dba3);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 20px 90px;
  border-radius: 50px; }

.white_border_btn {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 45px; }

.gradation_btn_01 {
  position: relative; }
  .gradation_btn_01::after {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/white_arrow.svg) center right no-repeat;
    height: 100%;
    width: 20px;
    top: 0;
    right: 20px; }

a,
a:hover {
	color:#ba2a2a;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

a:hover {
  opacity: 0.5; }

#page_top {
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}
  #page_top a {
    border: solid 1px #fff;
    outline-style: none;
    display: block;
    height: 50px;
    width: 50px;
    background: url(../images/top_arrow.svg) no-repeat left top;
}

.move_out {
  bottom: -100px; }

.move_in {
  bottom: 30px; }

img {
  font-size: 10px; }

address p .postal-code {
	margin-right:5px;
}
address p .fax {
	margin-left:5px;
}



.flex_base .flex_base .index_menu a {
	background:#f3d9d9;
}


/*=======SP=======*/
@media  print, screen and (max-width: 767px) {
a, a:hover{
	overflow-wrap:break-word;
}
	b {
		font-size: 14px;
	}
	address p .tel {
		display: block;
	}
	
}
</pre></body></html>