<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:not(.responsive) {
  min-width: 1000px;  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #383838;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  background: url(../img/shared/body_bg.jpg) repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/

/*=============================================
 * &lt;main&gt;
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}

/*=============================================
 * &lt;header&gt;
 *=============================================*/
header .wrap:before {
  content: '';
  position: absolute;
  top: 99px;
  left: -84px;
  width: 766px;
  height: 1px;
  border-top: 1px solid rgba(55, 55, 55, 0.1);
}
header h1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.8px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}
header .logo {
  margin: -28px 0 0 47px;
}
header nav {
  padding: 37px 0 25px;
}
header .tel {
  position: absolute;
  top: 0;
  left: 267px;
}
header .btn_web {
  position: absolute;
  top: 65px;
  right: 129px;
}
header .btn_eng {
  position: absolute;
  top: 65px;
  right: 2px;
}
.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: 0.3s;
}
.nav-fixed:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  background: url("../img/shared/nav_bg.png") no-repeat center bottom/cover;
  z-index: -1;
}
.nav-fixed .btn_web {
  position: absolute;
  top: 125px;
  right: 0;
}
.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

.nav-fl {
	font-size: 16px;
	color: #FFF;
	margin: 30px 20px 0 20px;
	font-weight: bold;
}

.nav-fl a {
	padding-left: 20px;
	
}
.nav-fl a:hover {
    color: #fdf2a6;
	text-decoration: none;
}

.head-nav {
	font-size: 16px;
	color: #5c6830;
	margin: 10px 20px 0 20px;
	font-weight: bold;
}

.head-nav a {
	padding-left: 20px;
	
}
.head-nav a:hover {
    color: #b09146;
	text-decoration: none;}


/*=============================================
 * key
 *=============================================*/
#key {
  width: 100%;
  min-height: 850px;
  position: relative;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
 * &lt;section&gt;
 *=============================================*/

/*=============================================
 * &lt;new-footer&gt;
 *=============================================*/
#footer {
    background: url("../../../shared/img/shared/bg2.jpg");
    color: #fff;
}
#footer .set2 {
    padding: 20vw 0 0;
}
#footer .set2 .content .col-l .logo {
    width: 55%;
    margin: 0 auto 10vw;
}
#footer .set2 .content .col-l .txt {
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.12em;
}
#footer .set2 .content .col-l .box {
    margin: 10vw 3% 0;
    padding: 13vw 5% 11.5vw;
    position: relative;
    color: #333;
    background: url(../../../shared/img/shared/bg5.jpg);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    text-align: center;
}
#footer .set2 .content .col-l .box .txt-sub {
    line-height: 20px;
}
#footer .set2 .content .col-l .box .btn-web {
    max-width: 88%;
    margin: 9vw auto 5vw;
    padding-bottom: 8vw;
    position: relative;
}
#footer .set2 .content .col-l .box .btn-web::before {
    content: "";
    border-top: 1px dashed #b7aea3;
    position: absolute;
    right: 5%;
    bottom: 0;
    left: 5%;
}
#footer .set2 .content .col-r {
    border-top: 1px dashed #625c58;
    margin-top: 11vw;
}
#footer .set2 .content .col-r dl {
    line-height: 23px;
    letter-spacing: 0.05em;
    padding: 13px 5px;
    border-bottom: 1px dashed #625c58;
}
#footer .set3 {
    padding: 12vw 0 30vw;
    text-align: center;
    letter-spacing: 0.2em;
}
#footer .set3 .col-r {
    color: #e0e0e0;
}
#footer .set3 .col-r a {
    display: inline-block;
    position: relative;
    padding: 0 0 4px 23px;
}
#footer .set3 .col-r a::before {
    content: "";
    background: url(../../../shared/img/shared/icon_copy.png) no-repeat 0 0/100% auto;
    width: 13px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: 0;
}
#footer .set3 .col-r a::after {
    content: "";
    border-top: 1px solid #8d8c8c;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#footer .set3 .col-r .btn-copy {
    margin-bottom: 17px;
}
#footer .set3 .col-r .btn-copy a {
    opacity: 0.9;
}
#footer .set3 .col-r .cookies_link a::before {
    background: url(../../../shared/img/shared/icon_cookie.png) no-repeat 0 0/100% auto;
    top: 7px;
}
#footer .set3 .col-l {
    margin-top: 35px;
}
#footer .set3 .col-l address {
    font-family: "Zen Old Mincho";
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #c5c3bb;
    margin-top: 10px;
}
#footer .set1 {
        background: rgba(0, 0, 0, 0.5);
        padding: 39px 0 47px;
    }
    #footer .set1 .nav {
        display: flex;
        justify-content: center;
    }
    #footer .set1 .nav li:not(:last-child) {
        padding-right: 22px;
        margin-right: 22px;
        position: relative;
    }
    #footer .set1 .nav li:not(:last-child)::before {
        content: "";
        border-left: 1px solid #fff;
        position: absolute;
        top: 11px;
        right: 0;
        bottom: 10px;
    }
    #footer .set1 .nav li a {
        font-size: 16px;
        letter-spacing: 0.1em;
        display: inline-block;
        position: relative;
    }
    #footer .set1 .nav li a::before {
        content: "";
        background: #667041;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -13px;
        opacity: 0;
        visibility: hidden;
    }
    #footer .set1 .nav li a.active::before,
    #footer .set1 .nav li a:hover::before {
        opacity: 1;
        visibility: visible;
    }
    #footer .set2 {
        padding: 86px 0 57px;
        position: relative;
    }
    #footer .set2::before {
        content: "";
        border-top: 1px solid #515151;
        position: absolute;
        right: calc(50% - 600px);
        bottom: 0;
        left: calc(50% - 600px);
    }
    #footer .set2 .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #footer .set2 .content .col-l {
        width: 402px;
        margin: 4px 0 0 49px;
    }
    #footer .set2 .content .col-l .logo {
        width: 237px;
        margin: 0 auto 53px;
        position: relative;
        left: -9px;
    }
    #footer .set2 .content .col-l .logo img {
        width: 100%;
        height: auto;
    }
    #footer .set2 .content .col-l .txt {
        font-size: 16px;
        line-height: 25px;
    }
    #footer .set2 .content .col-l .box {
        margin: 67px 0 0;
        padding: 52px 30px 54px;
    }
    #footer .set2 .content .col-l .box .txt-sub {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.12em;
    }
    #footer .set2 .content .col-l .box .btn-web {
        max-width: 100%;
        margin: 33px auto 34px;
        padding-bottom: 46px;
    }
    #footer .set2 .content .col-l .box .btn-web::before {
        right: -24px;
        left: -24px;
    }
    #footer .set2 .content .col-l .box .tel dd img {
        width: 19px;
        margin-right: 11px;
		height: 24px;
    margin-bottom: 13px;
    }
    #footer .set2 .content .col-l .box .tel dd span {
        font-size: 36.6px;
    }
    #footer .set2 .content .col-l .box .tel dd small {
        margin-top: 3px;
    }
    #footer .set2 .content .col-r {
        margin-top: 0;
        width: 500px;
    }
    #footer .set2 .content .col-r dl {
        line-height: 28px;
        letter-spacing: 0.12em;
        padding: 13.5px 15px;
        font-size: 16px;
    }
    #footer .set2 .content .col-r dl dd {
        margin-right: -12px;
    }
    #footer .set3 {
        padding: 54px 0 52px;
        text-align: left;
    }
    #footer .set3 .wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #footer .set3 .col-r {
        display: flex;
        align-items: flex-start;
        font-size: 11px;
        margin-top: -11px;
    }
    #footer .set3 .col-r a {
        padding: 0 0 0 20px;
        letter-spacing: 0.2em;
    }
    #footer .set3 .col-r a::before {
        width: 11px;
        top: 10px;
    }
    #footer .set3 .col-r a::after {
        bottom: 4px;
    }
    #footer .set3 .col-r a:hover::after {
        content: none;
    }
    #footer .set3 .col-r .btn-copy {
        margin: 0 25px 0 0;
    }
    #footer .set3 .col-r .cookies_link a::before {
        top: 14px;
    }
    #footer .set3 .col-l {
        margin-top: 0;
    }
    #footer .set3 .col-l #socialbuttons {
        margin: 0;
        text-align: left;
    }
    #footer .set3 .col-l address {
        font-size: 13px;
        margin-top: 2px;
    }

#footer .tel_shared dd span {
    font-family: "Tenor Sans";
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
#footer .set2 .content .col-l .box .tel dd span {
        font-size: 36.6px;
    }
#footer .tel_shared dd small {
        font-family: "Shippori Mincho";
        font-size: 11px;
        line-height: 15px;
        margin-top: 5px;
        font-weight: 500;
	letter-spacing: 0.12em;
    color: #897c70;
    display: block;
	        margin-top: 3px;
    }

    #footer .set2 .content .col-l .box .txt-sub {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.12em;
    }
#footer .set2 .content .col-l .box .btn-web {
        max-width: 100%;
        margin: 33px auto 34px;
        padding-bottom: 46px;
    }
    #footer .btn-s2 {
        max-width: 100%;
        width: 250px;
        margin: 0 auto;
    }
#footer .btn-s2 a {
    color: #efeae0;
    background: url(../../../shared/img/shared/bg3.jpg);
    display: block;
    text-align: center;
}
#footer .btn-s2 a {
        font-family: "Shippori Mincho";
        font-size: 18px;
        line-height: 32px;
        padding: 26px 20px;
        transition-duration: 0.3s;
	font-size: 15px;
        line-height: 37px;
        text-align: left;
	color: #fff;
    text-decoration: none;
	display: flex;
    flex-direction: column;
    align-items: center;
    }


/*=============================================
 * &lt;footer&gt;
 *=============================================*/

/*footer {
  background: url("../img/shared/ft_bg.jpg") repeat center top;
  color: #fff;
  padding: 60px 0 42px;
}
footer .logo {
  padding-left: 176px;
}
footer .tel {
  position: absolute;
  top: 26px;
  right: 175px;
}
footer .ft_blk {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 49px;
  padding: 62px 0 17px;
}
footer .ft_blk .info {
  float: left;
  width: 545px;
}
footer .ft_blk .info dl {
  display: table;
  width: 100%;
  line-height: 25px;
  padding-bottom: 25px;
}
footer .ft_blk .info dl &gt; * {
  display: table-cell;
}
footer .ft_blk .info dl dt {
  width: 82px;
}
footer .ft_blk .info dl dd {
  position: relative;
  padding-left: 18px;
}
footer .ft_blk .info dl dd:before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
}
footer .ft_blk #feed {
  width: 430px;
  float: right;
  margin-bottom: 15px;
}
footer .ft_blk #feed .box-rss:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
footer .ft_blk #feed .box-rss + .box-rss {
  margin-top: 40px;
}
footer .ft_blk #feed .photo {
  width: 170px;
  height: 130px;
  overflow: hidden;
  border-radius: 10px;
  float: left;
}
footer .ft_blk #feed .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .ft_blk #feed dl {
  float: left;
  margin-left: 20px;
  width: calc(100% - 190px);
}
footer .ft_blk #feed dl dt {
  font-size: 12px;
  line-height: 24px;
  color: #b5b5b5;
}
footer .ft_blk #feed dl .ttl {
  font-size: 16px;
  font-weight: bold;
}
footer .ft_blk #feed dl .txt {
  line-height: 24px;
}
footer nav {
  text-align: center;
  padding: 43px 0 12px;
}
footer nav a + a:before {
  padding: 0 15px;
}*/

/*=============================================
 * .socialbuttons
 *=============================================*/

/*=============================================
 * copyright
 *=============================================*/
address {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 17px !important;
}

address a{
 font-size: 10px;
 text-align: center;
  color: rgba(255, 255, 255, 0.3);
 display: block;
 text-decoration: none;
}


/*=============================================
 * 
 *=============================================*/
@-moz-document url-prefix() {
  .txt-vertical .txt-latin {
    display: inline-block;
    transform: rotate(180deg);
  }
}
.listmenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.listmenu .col {
  width: 475px;
}
.listmenu .menu_ttl {
  font-size: 16px;
  color: #fff;
  background: #595959;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin: 56px 0 6px;
}
.listmenu .menu_ttl:first-of-type {
  margin-top: 0;
}
.listmenu dl {
  font-size: 14px;
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 22px;
  padding: 11px 0 10px;
}
.listmenu dl &gt; * {
  display: table-cell;
}
.listmenu dl dt {
  padding-left: 5px;
}
.listmenu dl dd {
  text-align: right;
  padding-right: 5px;
}

/*# sourceMappingURL=shared.css.map */

.red{
  color: #d40000;
}

.instagram {
  text-align: center;
  margin-top: 15px;
}</pre></body></html>