@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Radley|Roboto+Slab|Rozha+One");
@-webkit-keyframes first_view {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  75% {
    -webkit-transform: translateX(-50%) scale(1.3);
            transform: translateX(-50%) scale(1.3);
  }
  76% {
    -webkit-transform: translateX(-50%) scale(1.3);
            transform: translateX(-50%) scale(1.3);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes first_view {
  0% {
    -moz-transform: translateX(-50%) scale(0);
         transform: translateX(-50%) scale(0);
  }
  75% {
    -moz-transform: translateX(-50%) scale(1.3);
         transform: translateX(-50%) scale(1.3);
  }
  76% {
    -moz-transform: translateX(-50%) scale(1.3);
         transform: translateX(-50%) scale(1.3);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
         transform: translateX(-50%) scale(1);
  }
}
@keyframes first_view {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  75% {
    -webkit-transform: translateX(-50%) scale(1.3);
       -moz-transform: translateX(-50%) scale(1.3);
            transform: translateX(-50%) scale(1.3);
  }
  76% {
    -webkit-transform: translateX(-50%) scale(1.3);
       -moz-transform: translateX(-50%) scale(1.3);
            transform: translateX(-50%) scale(1.3);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

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

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.radley {
  font-family: 'Radley', serif;
}

.rozha {
  font-family: 'Rozha One', serif;
}

.roboto {
  font-family: 'Roboto Slab', serif;
}

.lineclamp {
  line-height: 1.5;
  height: 3em;
  background-color: inherit;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
  text-overflow: hidden;
}

.lineclamp:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

@media screen and (min-width: 769px), print {
  .sp {
    display: none !important;
  }
  #container {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
  }
  .contents {
    background-color: #fff;
  }
  header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    min-width: 1100px;
    background-color: rgba(55, 38, 19, 0.9);
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 596px;
    height: 320px;
    opacity: 0.5;
    border-top: 160px solid #251809;
    border-left: 298px solid #251809;
    border-bottom: 160px solid transparent;
    border-right: 298px solid transparent;
    -webkit-transition: all 0.3s 0.5s;
    -moz-transition: all 0.3s 0.5s;
    transition: all 0.3s 0.5s;
  }
  header .inner {
    width: 100%;
    padding: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .inner a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .inner a:hover {
    opacity: 0.5;
  }
  header h1 {
    width: 132px;
    height: 57px;
    margin-top: 28px;
  }
  header h1 a {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -82px;
    width: 132px;
    height: 57px;
  }
  header .logo_area {
    z-index: 2;
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
  header .menu_area {
    z-index: 2;
    width: -webkit-calc(100% - 132px);
    width: -moz-calc(100% - 132px);
    width: calc(100% - 132px);
  }
  header .menu_area .top_area, header .menu_area .bottom_area {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_area .bottom_area {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .menu_area .top_area {
    margin-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  header .menu_area .top_area .btn_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 355px;
  }
  header .menu_area .top_area .sns_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_area .shop a:before, header .menu_area .contact a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
  }
  header .menu_area .shop {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 5px;
  }
  header .menu_area .shop a:before {
    margin-right: 8px;
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -166px -100px;
    width: 27px;
    height: 30px;
  }
  header .menu_area .contact {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .menu_area .contact a:before {
    margin-right: 8px;
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -159px;
    width: 27px;
    height: 30px;
  }
  header .menu_area .fb, header .menu_area .insta_of {
    margin-top: 10px;
  }
  header .menu_area .fb {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 20px;
  }
  header .menu_area .fb a {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -166px 0px;
    width: 30px;
    height: 30px;
  }
  header .menu_area .insta_of {
    margin-right: 25px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .menu_area .insta_of a {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -166px -50px;
    width: 30px;
    height: 30px;
  }
  header .menu_area .btn {
    width: 190px;
    height: 52px;
    background-color: rgba(161, 107, 46, 0.8);
  }
  header .menu_area .btn a {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    line-height: 52px;
  }
  header .menu_area .bottom_area a {
    display: block;
    color: white;
    font-size: 1.6rem;
    margin-left: 25px;
    line-height: 1;
  }
  header .menu_area .bottom_area a.deactive {
    opacity: 0.5;
    pointer-events: none;
  }
  header.move:before {
    -webkit-transform: translateY(-400%);
       -moz-transform: translateY(-400%);
        -ms-transform: translateY(-400%);
            transform: translateY(-400%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #d5d0c9;
    background-color: #f4f3f1;
  }
  footer a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer a:hover {
    opacity: 0.5;
  }
  footer .pagetop {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.6rem;
    width: 60px;
    height: 60px;
    background-color: #372613;
    color: white;
    text-align: center;
    line-height: 1;
  }
  footer .pagetop:before {
    content: '';
    display: block;
    margin: 10px auto 8px;
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -47px -159px;
    width: 32px;
    height: 18px;
  }
  footer .inner {
    width: 1060px;
    margin: 0 auto;
    padding: 24px 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .access_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .access_info .logo {
    margin: 0 20px 0 0;
  }
  footer .access_info .logo a {
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 146px;
    height: 62px;
  }
  footer .access_info .address {
    color: #372613;
    margin-top: -5px;
  }
  footer .access_info .address .name {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
  footer .access_info .address .location {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  footer .access_info .address .tel, footer .access_info .address .time {
    display: inline-block !important;
    width: auto;
    height: auto;
    cursor: none;
    pointer-events: none;
    font-size: 1.7rem;
  }
  footer .access_info .address .tel span, footer .access_info .address .time span {
    margin-right: 12px;
    letter-spacing: 1px;
  }
  footer .access_info .address .time {
    margin-left: 30px;
  }
  footer .nav_area ul li {
    display: inline-block;
    margin-left: 30px;
  }
  footer .nav_area ul li a {
    color: #372613;
    font-size: 1.6rem;
    line-height: 1;
  }
  footer .nav_area ul li a:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-image: url(/common/images/sprite/sprite_common.png?rev=1539765984833);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -99px -159px;
    width: 7px;
    height: 12px;
  }
  footer .nav_area small {
    text-align: right;
    margin-top: 35px;
    display: block;
    font-size: 1.8rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  #contain {
    width: 100%;
    overflow: hidden;
  }
  .contents {
    background-color: #fff;
  }
  header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 16.92708vw;
    background-color: rgba(55, 38, 19, 0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 77.60417vw;
    height: 41.66667vw;
    opacity: 0.5;
    border-top: 20.83333vw solid #251809;
    border-left: 38.80208vw solid #251809;
    border-bottom: 20.83333vw solid transparent;
    border-right: 38.80208vw solid transparent;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s;
  }
  header .menu_area {
    display: none;
  }
  header .inner {
    width: 100%;
  }
  header .inner a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .inner .logo_area {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  header .inner h1 {
    width: 22.78646vw;
    height: 9.89583vw;
    margin: 3.64583vw 0 3.38542vw 2.60417vw;
  }
  header .inner h1 a {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_common_sp.png?rev=1539765984834");
    -moz-background-size: 153.71429% 301.31579%;
         background-size: 153.71429% 301.31579%;
    background-position: 0% 67.32026%;
    background-repeat: no-repeat;
  }
  header .inner .menu_icon {
    position: relative;
    margin: 0 2.60417vw 0 0;
    width: 7.8125vw;
    height: 6.11979vw;
    float: right;
    overflow: hidden;
  }
  header .inner .menu_icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .inner .menu_icon span:nth-of-type(1) {
    top: 0;
  }
  header .inner .menu_icon span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .inner .menu_icon span:nth-of-type(3) {
    bottom: 0;
  }
  header.hide {
    -webkit-transform: translateY(-300%);
       -moz-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
    -webkit-transition: all 3s 0.5s;
    -moz-transition: all 3s 0.5s;
    transition: all 3s 0.5s;
  }
  header.hide:before {
    -webkit-transform: translateY(-300%);
       -moz-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  header.active {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
  header.active a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.16667vw;
    color: white;
  }
  header.active .menu_icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  header.active .menu_icon span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header.active .menu_icon span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
       -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  header.active .menu_icon span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  header.active .menu_area {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header.active .bottom_area, header.active .btn_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.active .bottom_area li, header.active .btn_box li {
    width: 50%;
    height: 16.92708vw;
    border-bottom: 1px solid #4d3e2d;
  }
  header.active .bottom_area li:nth-of-type(1), header.active .bottom_area li:nth-of-type(2), header.active .btn_box li:nth-of-type(1), header.active .btn_box li:nth-of-type(2) {
    border-top: 1px solid #4d3e2d;
  }
  header.active .bottom_area li:nth-of-type(2n+1), header.active .btn_box li:nth-of-type(2n+1) {
    border-right: 1px solid #4d3e2d;
  }
  header.active .bottom_area li a, header.active .btn_box li a {
    line-height: 16.92708vw;
    padding-left: 1.95312vw;
  }
  header.active .bottom_area li a.deactive, header.active .btn_box li a.deactive {
    opacity: 0.5;
    pointer-events: none;
  }
  header.active .sns_box {
    margin-top: 3.90625vw;
  }
  header.active .sns_box li {
    width: 72.91667vw;
    height: 11.97917vw;
    margin: 0 auto 2.60417vw;
    background-color: white;
    position: relative;
  }
  header.active .sns_box li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 11.97917vw;
    font-size: 3.64583vw;
    color: black;
    font-size: 3.64583vw;
  }
  header.active .sns_box li:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 1.30208vw;
    margin: auto 0;
    width: 6.90104vw;
    height: 6.90104vw;
  }
  header.active .sns_box .fb:before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_common_sp.png?rev=1539765984834");
    -moz-background-size: 507.54717% 432.07547%;
         background-size: 507.54717% 432.07547%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    position: absolute;
  }
  header.active .sns_box .insta_of:before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_common_sp.png?rev=1539765984834");
    -moz-background-size: 507.54717% 432.07547%;
         background-size: 507.54717% 432.07547%;
    background-position: 100% 41.47727%;
    background-repeat: no-repeat;
    position: absolute;
  }
  header.active .sns_box .insta_sf:before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_common_sp.png?rev=1539765984834");
    -moz-background-size: 507.54717% 432.07547%;
         background-size: 507.54717% 432.07547%;
    background-position: 100% 41.47727%;
    background-repeat: no-repeat;
    position: absolute;
  }
  footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #d8d3cd;
    padding: 5.20833vw 2.60417vw 7.8125vw;
    background-color: #f4f3f1;
  }
  footer .access_info .logo {
    margin: 0 20px 0 0;
  }
  footer .access_info .logo a {
    display: block;
    width: 25.52083vw;
    height: 10.9375vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_common_sp.png?rev=1539765984834");
    -moz-background-size: 137.2449% 275.90361%;
         background-size: 137.2449% 275.90361%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
  }
  footer .access_info .address {
    margin-top: 3.90625vw;
    color: #372613;
  }
  footer .access_info .address .name {
    display: block;
    font-size: 4.42708vw;
    font-weight: bold;
  }
  footer .access_info .address .location {
    display: block;
    font-size: 3.64583vw;
    line-height: 1.4;
  }
  footer .access_info .address .tel, footer .access_info .address .time {
    display: inline-block !important;
    width: auto;
    height: auto;
    font-size: 3.90625vw;
    color: #372613;
  }
  footer .access_info .address .tel span, footer .access_info .address .time span {
    margin-right: 1.5625vw;
    letter-spacing: 1px;
  }
  footer .access_info .address .time {
    margin-left: 2.60417vw;
  }
  footer small {
    margin-top: 2.60417vw;
    display: block;
    font-size: 3.64583vw;
    line-height: 1;
    color: #372613;
  }
  footer .pagetop {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.64583vw;
    display: block;
    width: 14.32292vw;
    height: 14.32292vw;
    background-color: #372613;
    color: white;
    text-align: center;
    line-height: 1;
  }
  footer .pagetop:before {
    content: '';
    display: block;
    margin: 3.125vw auto 1.5625vw;
    width: 7.42188vw;
    height: 3.90625vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_common_sp.png?rev=1539765984834");
    -moz-background-size: 471.92982% 763.33333%;
         background-size: 471.92982% 763.33333%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
  }
}
