@charset "UTF-8";
/* ! ---------- initial ---------- ---------- ---------- ---------- */
/* ---------- setting ---------- ---------- */
/* ----------------------------------------------------------
arrow
---------------------------------------------------------- */
/* ----------------------------------------------------------
preset icon
---------------------------------------------------------- */
/* ! ---------- area ---------- ---------- ---------- ---------- */
/* リセットCSS */
html, body { width: 100%; height: 100%; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div { margin: 0; padding: 0; font-size: 100%; line-height: inherit; box-sizing: border-box; }

body { -webkit-text-size-adjust: 100%; line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

th, td { vertical-align: top; text-align: left; font-weight: normal; }

img { border: 0; vertical-align: bottom; }

a { text-decoration: none; }

body { font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #222; }

main { display: block; }

main p { margin-top: 1em; line-height: 1.8; }

main p.is-no-margin { margin-top: 0; }

/* ----------------------------------------------------------
.area-wrapper
---------------------------------------------------------- */
.area-wrapper { position: relative; }

/* ----------------------------------------------------------
.area-inner
---------------------------------------------------------- */
.area-inner { position: relative; }

/* ----------------------------------------------------------
.block-inner
---------------------------------------------------------- */

/* ----------------------------------------------------------
.area-header
---------------------------------------------------------- */
.area-header { position: relative; height: 125px; }

.area-header:before { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 20px; height: 6px; background: #888; }

.area-header a { color: #222; }

.area-header ._row-logos { position: absolute; top: 35px; left: 0px; z-index: 10; }

.area-header ._row-menu { text-align: left; position: absolute; top: 30px; left: 0px; right: 0px; height: 80px; }

.area-header ._row-menu ._search { position: absolute; top: 0px; right: 0px; border: 1px solid #ddd; background: #f6f6f6; padding: 2px 2px 2px 10px; width: 140px; border-radius: 20px; }

.area-header ._row-menu ._search input[type="text"] { width: 115px; height: 20px; border: none; background: none; outline: none; font-size: 16px; }

.area-header ._row-menu ._search input[type="submit"] { position: absolute; top: 4px; right: 6px; width: 20px; height: 20px; border: none; outline: none; background: none; background-image: url(/common/images/header/icon_search.svg); background-position: center center; background-size: 24px auto; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.area-header ._row-menu ._search input[type="submit"]:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.area-header ._row-menu ._btns { position: absolute; top: 0px; right: 150px; text-align: right; }

.area-header ._row-menu ._btns ul li { display: inline-block; }

.area-header ._row-menu ._btns ul li a { display: block; padding: 5px 15px 5px 28px; position: relative; }

.area-header ._row-menu ._btns ul li a:after { content: ""; display: block; position: absolute; top: 2px; left: 0px; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center center; background-size: 24px auto; }

.area-header ._row-menu ._btns ul li.is-tel { font-family: "Roboto", sans-serif; }

.area-header ._row-menu ._btns ul li.is-tel a { cursor: default; }

.area-header ._row-menu ._btns ul li.is-tel a:hover { color: #222; }

.area-header ._row-menu ._btns ul li.is-tel a:after { background-image: url(/common/images/header/icon_tel.svg); }

.area-header ._row-menu ._btns ul li.is-contact a:after { background-image: url(/common/images/header/icon_contact.svg); }

.area-header ._row-menu ._btns ul li.is-access a:after { background-image: url(/common/images/header/icon_access.svg); }

.area-header ._row-menu ._menu { position: absolute; top: 50px; right: 0px; left: 0px; text-align: right; }

.area-header ._row-menu ._menu nav > ul > li { position: relative; display: inline-block; position: relative; }

.area-header ._row-menu ._menu nav > ul > li.is-gloup:before { content: ""; position: absolute; bottom: 10px; left: 50%; width: 5px; height: 5px; box-sizing: border-box; border: 5px solid transparent; border-top: 5px solid #ccc; -ms-transform: translate(-50%, 5px); transform: translate(-50%, 5px); }

.area-header ._row-menu ._menu nav > ul > li > a { text-align: center; display: block; height: 50px; }

.area-header ._row-menu ._menu nav > ul > li:hover.is-gloup:before { border-top: 5px solid #222; }

.area-header ._row-menu ._menu nav > ul > li:hover .sub-menu { display: block; }

.area-header ._row-menu ._menu .sub-menu { text-align: left; display: none; padding: 10px; background: #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); position: absolute; top: 45px; left: 0px; width: 180px; z-index: 100; font-weight: normal; }

.area-header ._row-menu ._menu .sub-menu:after { content: ""; display: block; position: absolute; top: -20px; left: 0px; right: 0px; height: 20px; background: rgba(255, 255, 255, 0.01); }

.area-header ._row-menu ._menu .sub-menu li a { display: block; padding: 4px 10px; line-height: 1.2; }

/* ----------------------------------------------------------
.area-header-sp
---------------------------------------------------------- */

.area-header-sp ._header { position: fixed; top: 0px; left: 0px; right: 0px; height: 50px; background: #fff; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); z-index: 100; }

.area-header-sp ._header ._logo { position: absolute; top: 5px; left: 10px; height: 30px; width: 155px; }

.area-header-sp ._header ._logo img { width: 100%; }

.area-header-sp ._menu-btn { position: absolute; top: 0; right: 0; width: 50px; height: 50px; /* design B span{ transition-duration: 0.2s; position: absolute; background: #000; height: 2px; left: 14px; right: 14px; } span:nth-child(1) { top: 18px; } span:nth-child(2) { top: 24px; } span:nth-child(3) { bottom: 18px; } */ }

.area-header-sp ._menu-btn span { transition-duration: 0.2s; position: absolute; background: #000; height: 1px; left: 10px; right: 10px; }

.area-header-sp ._menu-btn span:nth-child(1) { top: 15px; }

.area-header-sp ._menu-btn span:nth-child(2) { top: 24px; }

.area-header-sp ._menu-btn span:nth-child(3) { bottom: 15px; }

body.js-sp-menu-active .area-header-sp ._menu-btn span:nth-child(1) { position: absolute; top: 25px; -ms-transform: rotate(45deg); transform: rotate(45deg); }

body.js-sp-menu-active .area-header-sp ._menu-btn span:nth-child(2) { display: none; }

body.js-sp-menu-active .area-header-sp ._menu-btn span:nth-child(3) { position: absolute; top: 25px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* ----------------------------------------------------------
.area-menu-sp
---------------------------------------------------------- */
.area-menu-sp { position: fixed; top: 50px; left: 0px; right: 0px; bottom: 0; z-index: 100; color: #fff; overflow: scroll; -webkit-overflow-scrolling: touch; z-index: -1; visibility: hidden; }

.area-menu-sp a { color: #fff; }

body.js-sp-menu-active .area-menu-sp { z-index: 105; visibility: visible; }

.area-menu-sp:before { content: ""; display: block; position: fixed; top: 50px; left: 0; right: 0; height: 0; background: #000; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.2s; }

body.js-sp-menu-active .area-menu-sp:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition-duration: 0.2s; height: 100%; }

.area-menu-sp ._inner { position: relative; padding: 10px; padding-bottom: 60px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0s; transition-delay: 0; }

body.js-sp-menu-active .area-menu-sp ._inner { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition-duration: 0.2s; transition-delay: 0.2s; }

.area-menu-sp ._link > ul > li { margin-top: 5px; }

.area-menu-sp ._link > ul > li > a { border-top: 1px solid #444; display: block; padding: 14px 0 14px 7px; }

.area-menu-sp ._link > ul > li .sub-menu { padding: 0 0 10px 20px; }

.area-menu-sp ._link > ul > li .sub-menu a { display: block; padding: 7px; font-size: 14px; }

.area-menu-sp .is-tel { display: none; }

/* ----------------------------------------------------------
area-body
---------------------------------------------------------- */
.area-title { background: #000; color: #fff; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; text-align: center; position: relative; }

.area-title h1 { font-weight: bold; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.area-title:before { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 20px; background: url(/common/images/line_a.png) left top repeat-x; }

.area-title:after { content: ""; display: block; position: absolute; bottom: -2px; left: 0px; right: 0px; height: 20px; background: url(/common/images/line_b.png) left bottom repeat-x; }

/* ----------------------------------------------------------
.area-footer
---------------------------------------------------------- */
.area-footer-extra { border-top: 1px solid #eee; margin: 40px 0 20px 0; padding: 20px 0 0 0; }

.area-footer-site ._names, .area-footer-common ._names { color: #fff; line-height: 1.4; position: relative; }

.area-footer-site ._names:after, .area-footer-common ._names:after { margin-top: 10px; content: ""; display: block; background: #fff; }

.area-footer-site { position: relative; background: #000; color: #fff; }

.area-footer-site:before { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 20px; background: url(/common/images/line_a.png) left top repeat-x; }

.area-footer-site:after { content: ""; display: block; position: absolute; top: -70px; left: 0px; background-image: url(/common/images/footer/charas.png); background-color: #000; background-position: center top; left: 0; right: 0; height: 80px; }

.area-footer-site ._cols ._infos { line-height: 1.4; }

.area-footer-site ._cols ._infos a { color: #fff; }

.area-footer-site ._cols ._infos ._specs { margin-top: 30px; }

.area-footer-site ._cols ._infos ._specs li { margin: 5px 0; }

.area-footer-site ._cols ._infos ._specs li._icon { display: block; padding: 3px 15px 5px 36px; position: relative; font-family: "Roboto", sans-serif; font-weight: bold; font-size: 18px; }

.area-footer-site ._cols ._infos ._specs li._icon:after { content: ""; display: block; position: absolute; top: 2px; left: 0px; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center center; background-size: 24px auto; }

.area-footer-site ._cols ._infos ._specs li._icon.is-tel:after { background-image: url(/common/images/footer/icon_tel.svg); }

.area-footer-site ._cols ._infos ._specs li._icon.is-fax:after { background-image: url(/common/images/footer/icon_fax.svg); }

.area-footer-site ._cols ._infos ._specs ._note { margin-top: 5px; line-height: 1.8; }

.area-footer-site ._cols ._map { position: relative; }

.area-footer-common { position: relative; background: url(/common/images/footer/bg.jpg) left top no-repeat; background-size: cover; }

.area-footer-common:before { content: ""; display: block; position: absolute; top: -5px; left: 0px; right: 0px; height: 30px; background: url(/common/images/line_bf.png) left top repeat-x; }

.area-footer-common a { display: block; text-decoration: none; }

.area-footer-common .area-inner { position: relative; }

.area-footer-common ._names { text-shadow: 0px 1px 5px rgba(5, 121, 160, 0.6); }

.area-footer-common ._title { color: #fff; line-height: 1.4; }

.area-footer-common ._title span { display: block; font-size: 24px; }

.area-footer-common ._title span._m { font-size: 18px; }

.area-footer-common ._list { margin-top: 40px; }

.area-footer-common ._list ul { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

.area-footer-common ._list ul li { background: #fff; padding: 2px 2px 20px 2px; position: relative; text-align: center; }

.area-footer-common ._list ul li a { color: #222; display: block; transition-duration: 0.2s; }

.area-footer-common ._list ul li a:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.area-footer-common ._list ul li:after { content: ""; display: block; position: absolute; left: 2px; right: 2px; height: 5px; bottom: 2px; background: #888; }

.area-footer-common ._list ul li.is-fureai:after { background: #41417E; }

.area-footer-common ._list ul li.is-hibiki:after { background: #77D12A; }

.area-footer-common ._list ul li.is-kusunoki:after { background: #5BA0D8; }

.area-footer-common ._list ul li.is-tsukushi:after { background: #FF4040; }

.area-footer-common ._list ul li.is-jidou:after { background: #FF6F33; }

.area-footer-common ._list ul li.is-shien:after { background: #70C7C5; }

.area-footer-common ._list ul li.is-miki:after { background: #0B9130; }

.area-footer-common ._list ul li ._image img { display: block; width: 100%; }

.area-footer-common ._list ul li ._texts { margin-top: 10px; line-height: 1.4; }

.area-footer-common ._list ul li ._texts span { display: block; }

.area-footer-copy { background: #fff; color: #444; padding: 60px 0; text-align: center; }

.area-footer-copy ._links { font-size: 14px; padding: 0 0 20px 0; }

.area-footer-copy ._links a { color: #333; position: relative; padding: 0 0 0 20px; }

/* ----------------------------------------------------------
.btn-pagetop
---------------------------------------------------------- */
.btn-pagetop { position: fixed; display: block; background: url(/common/images/footer/icon_pagetop.png) center center no-repeat; background-size: 100% auto; transition-duration: 0.2s; transition-property: opacity; visibility: hidden; }

.btn-pagetop.js-show { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; visibility: visible; }

.btn-pagetop.js-show:hover { opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

/* ----------------------------------------------------------
.area-modal
---------------------------------------------------------- */
.area-gallery-modal { visibility: hidden; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.2s; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 1000; }

.area-gallery-modal.js-show { visibility: visible; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.area-gallery-modal ._modal-bg { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

.area-gallery-modal ._modal-btn-close { position: absolute; cursor: pointer; background: #4C84CB; z-index: 10; transition-duration: 0.2s; }

.area-gallery-modal ._modal-btn-close:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.area-gallery-modal ._modal-btn-close:after, .area-gallery-modal ._modal-btn-close:before { content: ""; position: absolute; width: 25px; height: 2px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.area-gallery-modal ._modal-btn-close:before { -ms-transform: rotate(45deg); transform: rotate(45deg); }

.area-gallery-modal ._modal-btn-prev { position: absolute; width: 30px; height: 30px; transition-duration: 0.2s; }

.area-gallery-modal ._modal-btn-prev:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.area-gallery-modal ._modal-btn-prev:before { position: absolute; top: 50%; left: 0; display: block; content: ''; height: 20px; width: 20px; border: 2px solid #fff; border-right-width: 0; border-bottom-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }

.area-gallery-modal ._modal-btn-next { position: absolute; width: 30px; height: 30px; transition-duration: 0.2s; }

.area-gallery-modal ._modal-btn-next:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.area-gallery-modal ._modal-btn-next:before { position: absolute; top: 50%; left: 0; display: block; content: ''; height: 20px; width: 20px; border: 2px solid #fff; border-left-width: 0; border-top-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }

.area-gallery-modal ._modal-box { position: absolute; background: #1f1f1f; border: 1px solid #444; box-sizing: border-box; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.area-gallery-modal ._modal-box ._modal-body { position: absolute; top: 0; bottom: 0; left: 0px; right: 0px; padding: 40px 0 0 0; }

.area-gallery-modal ._modal-box ._modal-body iframe { width: 100%; height: 100%; border: none; }

.area-gallery-modal ._page { position: relative; margin: 0 auto; color: #fff; }

.area-gallery-modal ._page ._image { position: relative; }

.area-gallery-modal ._page ._image img { width: 100%; }

.area-gallery-modal ._page ._image div { position: absolute; top: 0px; bottom: 0px; background-position: center center; background-size: contain; background-repeat: no-repeat; }

.area-gallery-modal ._page ._links li { display: block; float: left; margin: 0 5px; }

.area-gallery-modal ._page ._links a { display: block; }

/* ----------------------------------------------------------
deemo site css
---------------------------------------------------------- */
._info { position: fixed; bottom: 0px; left: 0px; background: #fff; padding: 10px; font-size: 14px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 768px){
 main{ font-size: 16px; }
 .area-header-sp{ display: none; } }
@media screen and (max-width: 767px){
 main{ font-size: 14px; margin-top: 50px; padding: 0 15px; }
 body.page-index main{ margin-top: 0; }
 main img{ max-width: 100%; }
 .area-wrapper{ padding-top: 40px; }
 .block-inner-sp{ padding-right: 15px; padding-left: 15px; }
 .area-header{ display: none; }
 .area-title{ height: 80px; }
 .area-title h1{ font-size: 18px; }
 .area-main{ margin-top: 20px; }
 .area-footer-site ._names, .area-footer-common ._names{ text-align: center; }
 .area-footer-site ._names span, .area-footer-common ._names span{ font-size: 24px; display: block; }
 .area-footer-site ._names span._m, .area-footer-common ._names span._m{ font-size: 14px; }
 .area-footer-site ._names:after, .area-footer-common ._names:after{ width: 50px; height: 2px; margin: 10px auto 0 auto; }
 .area-footer-site{ margin-top: 80px; padding: 40px 15px; }
 .area-footer-site ._cols ._infos{ font-size: 14px; }
 .area-footer-site ._cols ._infos ._specs ._note{ font-size: 12px; }
 .area-footer-site ._cols ._map{ margin-top: 20px; }
 .area-footer-site ._cols ._map iframe{ width: 100%; height: 250px; }
 .area-footer-common{ padding: 40px 15px; }
 .area-footer-common ._houjin{ position: absolute; bottom: 0px; right: 0px; color: #fff; line-height: 1.2; }
 .area-footer-common ._houjin a{ color: #fff; font-size: 12px; display: -ms-flexbox; display: flex; }
 .area-footer-common ._houjin a ._texts{ padding-top: 20px; }
 .area-footer-common ._houjin a ._image{ padding: 2px; background: #fff; margin-left: 5px; }
 .area-footer-common ._houjin a ._image img{ display: block; width: 100px; }
 .area-footer-common ._list ul{ -ms-flex-wrap: wrap; flex-wrap: wrap; }
 .area-footer-common ._list ul li{ width: calc(33.33% - 3.33px); background: #fff; margin-left: 5px; }
 .area-footer-common ._list ul li:nth-child(3n+1){ margin-left: 0; }
 .area-footer-common ._list ul li:nth-child(n+4){ margin-top: 5px; }
 .area-footer-common ._list ul li ._texts{ font-size: 10px; }
 .area-footer-common ._list ul li ._texts ._m{ font-size: 8px; }
 .area-footer-copy{ font-size: 10px; }
 .btn-pagetop{ bottom: 30px; right: 15px; width: 40px; height: 40px; }
 .area-gallery-modal ._modal-bg{ background: rgba(0, 0, 0, 0.4); }
 .area-gallery-modal ._modal-btn-close{ top: -10px; right: -10px; width: 40px; height: 40px; }
 .area-gallery-modal ._modal-btn-close:after, .area-gallery-modal ._modal-btn-close:before{ top: 18px; left: 8px; background: #fff; }
 .area-gallery-modal ._modal-btn-prev{ bottom: 35px; left: 75px; }
 .area-gallery-modal ._modal-btn-next{ bottom: 35px; right: 60px; }
 .area-gallery-modal ._modal-box{ top: 10px; left: 10px; bottom: 0px; right: 10px; width: auto; height: auto; margin: 0; }
 .area-gallery-modal ._page{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }
 .area-gallery-modal ._page ._image{ height: calc(100% - 140px); }
 .area-gallery-modal ._page ._image div{ left: 0; right: 0; }
 .area-gallery-modal ._page ._links{ position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 3px; }
 .area-gallery-modal ._page ._texts{ padding: 10px 10px 0  10px; font-size: 10px; line-height: 1.6; } }
@media print, screen and (min-width: 1041px){
 .area-inner{ margin: 0 auto; width: 1000px; }
 .block-inner{ margin: 0 auto; width: 1000px; }
 .area-header ._row-menu ._menu nav > ul > li > a{ min-width: 5em; padding: 5px 15px; }
 .area-footer-common ._list ul li{ width: 134px; } }
@media screen and (min-width: 768px) and (max-width: 1040px){
 .area-inner{ margin: 0 20px; }
 .block-inner{ margin: 0 20px; }
 .area-header ._row-logos img{ max-width: 200px; }
 .area-header ._row-menu ._btns ul li a{ font-size: 14px; }
 .area-header ._row-menu ._menu nav > ul > li > a{ padding: 5px 5px; font-size: 14px; }
 .area-footer-common ._list ul{ -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }
 .area-footer-common ._list ul li{ width: calc(25% - 15px); margin-left: 20px; background: #fff; }
 .area-footer-common ._list ul li:nth-child(4n+1){ margin-left: 0; }
 .area-footer-common ._list ul li:nth-child(n+5){ margin-top: 20px; } }
@media print{
 .area-header-sp{ display: none; } }
@media print, screen and (min-width: 768px){
 .area-title{ height: 120px; }
 .area-title h1{ font-size: 26px; }
 .area-main{ margin-top: 60px; }
 .area-layout.is-col{ display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
 .area-layout.is-col .area-layout-body{ width: calc(100% - 240px); }
 .area-layout.is-col .area-layout-menu{ width: 200px; }
 .area-footer-site ._names span, .area-footer-common ._names span{ font-size: 36px; display: block; }
 .area-footer-site ._names span._m, .area-footer-common ._names span._m{ font-size: 20px; }
 .area-footer-site ._names:after, .area-footer-common ._names:after{ width: 70px; height: 4px; }
 .area-footer-site{ margin-top: 140px; padding: 60px 0; }
 .area-footer-site ._cols{ display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
 .area-footer-site ._cols ._infos{ width: calc(40% - 10px); padding-top: 20px; }
 .area-footer-site ._cols ._infos ._specs ._note{ font-size: 14px; }
 .area-footer-site ._cols ._map{ width: calc(60% - 10px); height: 335px; }
 .area-footer-site ._cols ._map iframe{ width: 100%; height: 100%; }
 .area-footer-common{ padding: 80px 0; }
 .area-footer-common ._houjin{ position: absolute; top: 0px; right: 0px; color: #fff; line-height: 1.2; }
 .area-footer-common ._houjin a{ color: #fff; display: -ms-flexbox; display: flex; transition-duration: 0.2s; }
 .area-footer-common ._houjin a:hover{ opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
 .area-footer-common ._houjin a ._texts{ padding-top: 20px; text-shadow: 0px 1px 5px rgba(5, 121, 160, 0.6); }
 .area-footer-common ._houjin a ._image{ padding: 2px; background: #fff; margin-left: 10px; }
 .area-footer-common ._houjin a ._image img{ display: block; width: 130px; }
 .area-footer-common ._list ul li ._texts{ font-size: 14px; }
 .area-footer-common ._list ul li ._texts ._m{ font-size: 11px; }
 .btn-pagetop{ bottom: 30px; right: 30px; width: 72px; height: 72px; }
 .area-gallery-modal ._modal-bg{ background: rgba(0, 0, 0, 0.9); }
 .area-gallery-modal ._modal-btn-close{ top: 0px; right: 0px; width: 50px; height: 50px; }
 .area-gallery-modal ._modal-btn-close:after, .area-gallery-modal ._modal-btn-close:before{ top: 23px; left: 13px; background: #fff; }
 .area-gallery-modal ._modal-btn-prev{ top: 50%; left: 25px; }
 .area-gallery-modal ._modal-btn-next{ top: 50%; right: 10px; }
 .area-gallery-modal ._modal-box{ top: 50px; left: 50px; bottom: 50px; right: 50px; }
 .area-gallery-modal ._page{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }
 .area-gallery-modal ._page ._image{ height: 100%; }
 .area-gallery-modal ._page ._image div{ left: 55px; right: 55px; }
 .area-gallery-modal ._page ._links{ position: absolute; right: 10px; bottom: 5px; font-size: 14px; width: 300px; }
 .area-gallery-modal ._page ._texts{ position: absolute; left: 0; right: 0; bottom: 0px; font-size: 14px; background: rgba(0, 0, 0, 0.5); padding: 10px 310px 10px 10px; line-height: 1.6; } }

/*# sourceMappingURL=maps/site.css.map */
