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


/*common*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
}

body,
button {
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
  color: #333333;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  color: #121974;
}

a:hover {
  color: #a3a3a3;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 1.4rem;
  line-height: 1.7;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.container {
  margin: 20px auto 40px;
  max-width: 960px;
  width: 100%;
}

.sideMargin {
  padding: 0 15px;
}

.pcOnly {
  display: none;
}

.tel_link,
.tel_link:hover {
  color: #333;
}

@media print,
screen and (min-width: 768px) {
  .telLink {
    pointer-events: none;
    text-decoration: none;
  }
  .spOnly {
    display: none;
  }
}

@media print,
screen and (min-width: 960px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sideWrap {
    width: 26%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .mainWrap {
    width: 72.916666666666666666%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .sideMargin {
    padding: 0;
  }
  .centerBox {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .pcOnly {
    display: block;
  }
}


/*******/

.headerLogoWrap h1 {
  margin: 0;
  line-height: 1;
}

.exLink {
  text-decoration: none;
}

.exLink:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #121974;
}

.exLink span {
  text-decoration: underline;
}

dl {
  line-height: 1.7;
}

.textCenter {
  text-align: center;
}


/* メニューtoggle */

.toggleAnimation {
  -webkit-transition: height .7s;
  transition: height .7s;
}

.toggleHide {
  height: 0;
}

.toggleShow {
  height: 416px;
}

@media print,
screen and (min-width: 768px) {
  .headNaviContainer {
    height: auto;
  }
}


/*pageTop*/

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}

.pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 13px;
/*
  line-height: 30px;
  color: #999;
  background-color: #fff;
*/
  color: #fff;
  background-color: #891892;
  opacity: 0.8;
  border-radius: 5px;
}


/* ヘッダー*/

.headerContainer {
  background-color: #FFEBC9;
  /*border-top: 5px solid #000;*/
  border-bottom: 1px solid #FFCD96;
}


.selectLangBox {
  background-color: #000;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.slectItem {
  display: inline-block;
  width: 70px;
  text-align: center; 
  border-left: 1px solid white;
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
}

.slectItem:last-child {
  border-right: 1px solid white;
}

.slectIteLink {
  text-decoration: none;
  color: white;
}

.slectIteLink:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.langja{
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.langen{
  font-family: 'Montserrat', sans-serif;
}

.langha{
  font-family: 'Noto Sans CJK TC', 'Noto Sans TC', sans-serif;
}

.langka{
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
}

.langko{
  font-family: 'Noto Sans CJK KR', 'Noto Sans KR', sans-serif;
}



.headerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;

  height: 90px;
  padding-bottom: 10px;
}

.headerLogoWrap {
  line-height: 1;
}

.headerLogo {
  text-decoration: none;
  color: #000;
  line-height: 1;
}

.headLogoMain {
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
  font-size: 2.8rem;
  margin-bottom: 6px;
  font-weight: bold;
}

.headLogoSubTitle {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 6px;
  display: inline-block;
}

.headLogoSubTitleBottom {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
}

.headerLogo span {
  display: block;
/*  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;*/
}

.headInfo {
  border-left: 4px solid #000;
  padding: 0 10px;
}

.headInfo dt {
  border-bottom: 1px solid #000;
}

.headInfo .fa-phone {
  font-size: 1.8rem;
  margin: 0 5px;
  vertical-align: middle;
}

.headInfo .telNumber {
  font-weight: bold;
  font-size: 2rem;
}

.headInfoContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}

.headInfoContactList {
  margin: 0 0 0 12px;
}

.headMailBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  background-color: #000;
  text-decoration: none;
}

.headMailBtn .fa-envelope {
  font-size: 2.2rem;
  color: #fff;
}

.headFacebookBtn .fa-facebook-square {
  font-size: 5rem;
  color: #0059B2;
}

.menuTrigger,
.menuTrigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menuTrigger {
	position: relative;
	width: 34px;
	height: 24px;
}
.menuTrigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
	border-radius: 4px;
}
.menuTrigger span:nth-of-type(1) {
	top: 0;
}
.menuTrigger span:nth-of-type(2) {
	top: 9px;
}
.menuTrigger span:nth-of-type(3) {
	bottom: 0;
}

.menuTrigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(2) {
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menuTrigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.menuTriggerText {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

.telFax {
  font-size: 1.5rem;
  font-weight: bold;
}




.headNaviContainer {
  overflow: hidden;
}

.headNavi li a {
  display: block;
  padding: 15px 0 15px 15px;
  text-decoration: none;
  border-bottom: 1px solid #BBBBBB;
  color: #000;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.headNavi li a:hover {
  background-color: #891892;
  color: #fff;
}

@media print, screen and (min-width : 768px){
.headerWrap {
  height: 100px;
}

.headInfoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.headNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  border-right: 0;
  border-left: 0;
}

.headNavi li {
/*  -webkit-box-flex: 1.0;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;*/


}

.headNavi li a {
  border-bottom: 0;
  border-right: 1px dashed #000;
  padding: 12px 15px;
  text-align: center;
}

.headNavi li:first-child a {
  border-left: 1px dashed #000;
}

.headNaviContainer {
  height: initial;
}

}

@media print, screen and (min-width : 960px) {


}

/* メインコンテンツ */
.flexMargin {
  margin-bottom: 40px;
}


.sliderFixed {
  display: flex;
  justify-content: space-between;
}

.sliderFixedWrapper {
  background-color: #881892;
  background-image: url(../images/index_sliderSubBackgound.png);
  background-position: 20%;
  height: 190px;
  position: relative;
  margin-top: -15px;
  z-index: 1;
}

.sliderWrapper {
  margin: 0 0 30px 0;
}

.sliderLogo{

}

.sliderLogoSubLogo {

}

.sliderLogoSP {

}

.sliderLogoPC {
  display: none;
}



.sliderTextBox {
  margin-left: 20px;
}

@media print, screen and (min-width : 768px) {
  .sliderTextBox {
    position: relative;
  }
}

.sliderTextTitle {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;

}

.sliderTextMain {
  font-size: 2.8rem;
  color: #fff;
  line-height: 3.0rem;
  margin-bottom: 20px;
}

.sliderText {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-right: 10px;
}

@media print, screen and (min-width : 768px) {
  .sliderTextMain {
    position: absolute;
    top: 40px;
    left: 10%;
    font-size: 5.0rem;
    width: 300px;
    line-height: 4.5rem;
  }

  .sliderTextTitle {
    position: absolute;
    display: block;
    width: 350px;
    top: 30px;
    left: calc(20% + 250px);
    font-size: 2.0rem;
    line-height: 2.0rem;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sliderText {
    position: absolute;
    width: 350px;
    left: calc(20% + 250px);
    top: calc(80px + 20px);
    color: #fff;
    font-size: 2.0rem;
    line-height: 2.2rem;
  }

}

.sp-buttons {
  text-align: right;
}

.sp-button {
  border: 0;
  background-color: #B1B1B1;
  width: 10px;
  height: 10px;
}

.sp-selected-button {
  background-color: #891892;
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  content: none;
}

.sp-previous-arrow,
.sp-next-arrow {
  background-image: none;
}

.newsListWrapper {
  margin: 0 0 70px 0;
}

.newsListTitleWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsListTitleWrapper:before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 18px;
  background-image: url(../images/index_h2_leaf_left.svg);
  margin: 0 10px 0 0;
  background-size: contain;
}

.newsListTitleWrapper:after {
  content: "";
  display: inline-block;
  width: 68px;
  height: 18px;
  background-image: url(../images/index_h2_leaf_right.svg);
  margin: 0 0 0 10px;
  background-size: contain;
}

.newsListWrapper h2 {
  text-align: center;
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
  font-size: 1.5rem;
}

.newsListTitleBlock {
  display: block;
}

.newsList {
  padding: 25px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: 0 0 10px 0;
}

.newsItemWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 642px;
  margin: 0 auto;
}

.newsItemWrapper:after {
  content: '';
  width: 32.584269662921%;
  display: block;
}

.newsItem {
  width: 49%;
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
  border: 1px solid #999;
  margin: 0 0 6px;
  display: block;
  color: #000;
  text-decoration: none;
}

.newsItem:hover {
  color: #000;
  opacity: 0.7;
}

.newsItemPhoto {
  position: relative;
  height: 0;
  padding-top: 68.18%;
  background-size: cover;
  background-position: center center;
  margin: 3px 3px 8px;
}
.newsItemNew {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top: 20px solid red;
  border-left: 20px solid red;
}
.newsItemNew span {
  color: #fff;
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 1rem;
  position: absolute;
  top: -12px;
  left: -18px;
  font-weight: bold;
}

.newsItemBody {
  padding: 0 6px 6px;
}

.newsItemCategory {
  display: inline-block;
  padding: 3px 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #888;
  font-size: 12px;
  background: linear-gradient(#fff, #eee 70%, #fff);
  margin: 0 0 5px 0
}

.newsItemDate {
  padding: 2px 0;
  border-bottom: 1px solid #999;
  margin: 0 0 2px 0;
}

.newsItemTitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.9;
}

.newsListFooter {
  text-align: right;
}

.moreBtn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 6px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}

.contentBox {
  margin: 0 0 70px 0;
}

.contentBoxTitleWrapper {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contentBoxTitleWrapper:before {
  content: "";
  width: 40px;
  height: 22px;
  background-image: url(../images/index_h2_geihinkan.svg);
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 10px 0 0;
}

.contentBoxTitleH2 {
  border-bottom: 1px solid #000;
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
  font-size: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: auto;
}

.contentBoxTitleH3 {
  font-size: 2.1rem;
  border-bottom: 3px solid #bbb;
  margin: 0 0 15px 0;
  position: relative;
}

.contentBoxTitleH3:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 60px;
  content: "";
  background-color: #881892;
}

.contentBoxTitleH4 {
  color: #881892;
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 10px 0;
  line-height: 1;
}

.normalContainer {
  margin: 0 0 40px 0;
}

.aboutImageWrapper {
  margin: 0 0 20px 0;
}

.subContent {
  margin: 30px 0 0 0;
}

.subContentTitleWrapper {
  background-color: #ccc;
  font-weight: bold;
  padding: 2px 7px;
  margin: 0 0 15px 0;
}

.subContentTitle:before {
  content: "■";
  color: #fff;
  font-size: 1.5rem;
  margin: 0 3px 0 0;
}

.accessTitleSmaller {
  font-size: 1.5rem;
  margin: 0 0 5px 0;
  display: inline-block;
}

.googleMap {
  position: relative;
  padding-bottom: 69.4444%;
  height: 0;
  overflow: hidden;
}

.googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spOutline {
  position: absolute;
  width: 100%;
  height: 197px;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
}


@media print,
screen and (min-width: 768px) {
  .flexRowSB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexMargin {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .flexShrink0 {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .flexShrink1 {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .flexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sliderWrapper {
    margin: 30px auto 70px;
  }
  .newsListTitleWrapper:before {
    margin: 0 30px 0 0;
  }
  .newsListTitleWrapper:after {
    margin: 0 0 0 30px;
  }
  .newsListWrapper h2 {
    font-size: 2.1rem;
  }
  .newsListTitleBlock {
    display: inline-block;
  }
  .newsItem {
    width: 210px;
  }
  .accessContactList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
  }
  .accessContactList dt {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 80px;
  }
  .googleMap {
    width: 360px;
  }
  .spOutline {
    position: absolute;
    background-image: url(../images/index_sliderSubBackgoundDot.png);
    background-size: contain;
    max-width: 960px;
    height: 590px;
    top: -10px;
    border-top: 15px solid #881892;
    border-bottom: 5px solid #881892;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
  }
  .sliderFixedWrapper {
    background-image: url(../images/index_sliderSubBackgound.png);
    height: 190px;
    position: relative;
    margin-top: -15px;
    z-index: 1;
  }  
}

@media print,
screen and (min-width: 960px) {
  /*
  .sliderWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  .spOutline {
    position: absolute;
    width: 700px;
    height: 430px;
    border-top: 5px solid #881892;
    border-right: 5px solid #881892;
    border-bottom: 5px solid #881892;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
  }
  .sliderFixedWrapper {
    height: 430px;
    background-image: url(../images/index_bg_slider.svg);
    background-position: 115% 70%;
    position: static;
    margin-top: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }
  .sliderFixed {
    margin: 0 10px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 389px;
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sliderLogo {
    text-align: center;
    height: 265px;
    padding-top: 10px;
  }
  .sliderLogoPC {
    display: inline;
  }
  .sliderLogoSP {
    display: none;
  }
  */
  .sliderText {
    margin: 0 0 5px 0;
  }
  .slider-pro {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 700px;
  }
  .sp-previous-arrow,
  .sp-next-arrow {
    background-image: url(../images/index_btn_slider_arrow.svg);
    background-position: center;
  }
  .sp-arrow {
    width: 44px;
    height: 44px;
  }
  .sp-horizontal .sp-next-arrow {
    right: -55px;
  }
  .sp-horizontal .sp-previous-arrow {
    left: -55px;
  }
}


/*サイドバー 共通*/

.sideLinkWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.sideLink li a {
  display: block;
  margin-bottom: 2px;
}

@media print, screen and (min-width : 768px){

}

@media print, screen and (min-width : 960px) {

.sideLinkWrapper {
  justify-content: initial;
}

}

/* フッター */

.footerTopContainer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footerTopLogoWrapper, .footerTopInfo, .footerTopContact {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footerTopLogo {
  font-family: 'Noto Sans CJK SC', 'Noto Sans SC', sans-serif;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}

.footerTopLogoSubTitle {
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 6px;
}

.footerTopInfo {
  border-left: 4px solid #000;
  padding: 0 10px;
  display: table-cell;
}

.footerTopInfo dt {
  border-bottom: 1px solid #000;
}

.footerTopInfo .fa-phone {
  font-size: 1.8rem;
  margin: 0 5px;
  vertical-align: middle;
}

.footerTopInfoTel .telNumber {
  font-weight: bold;
  font-size: 2rem;
}

.footerMailBtn {
  display: inline-block;
  background-color: #000;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 17px;
  border-radius: 5px;
}

.footerMailBtn .fa-envelope {
  font-size: 2rem;
  margin: 0 5px 0 0;
}

.footerNaviContainer {
  border-top: 1px solid #FFCD96;
}

.footerNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.footerNavi li a {
  display: inline-block;
  color: #211713;
  text-decoration: none;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size:  1.2rem;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.footerNavi li a:hover {
  background-color: #891892;
  color: #fff;
}

.footerBottomContainer {
  background-color: #FFEBC9;
  border-bottom: 5px solid #000;
  padding: 16px 0;
}

.footerBottomLogo p {
  font-weight: bold;
}

.footerBottomLogo a {
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width : 768px){



.footerTopLogoWrapper, .footerTopInfo {
  margin-right: 30px;
}

.footerBottomInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}

.footerBottomInfo li {
  margin-right: 16px;
}

}

@media print, screen and (min-width : 960px) {

.footerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerTopInfo {
  display: block;
}
}





@media print {
  body {
    width: 960px;
    margin: 0 auto;
  }
}</pre></body></html>