@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 35px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  cursor: pointer;
  display: inline-block;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #092a95;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.top_header {
  width: 100%;
  padding: 47px 20px 30px;
  box-sizing: border-box;
  background-image: url(../../img/common/header_line.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 2px auto;
  position: relative;
}
.top_header .logo {
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
  padding: 0;
  line-height: 1em;
  font-size: 12px;
}
.top_header .logo img {
  width: 100%;
  height: auto;
}
.top_header .tel_area {
  width: 210px;
  padding: 19px 0 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 7vw;
}
@media screen and (max-width: 1082px) {
  .top_header .tel_area {
    right: 1vw;
  }
}
.top_header .tel_area a {
  text-decoration: none;
  color: #092a95;
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_header .tel_area a.contact_link {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 -11px 0 0;
}
.top_header .tel_area .tel_num {
  display: block;
  width: 100%;
}
.top_header .tel_area .tel_num img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6px;
}
#global-header {
  width: 100%;
  position: relative;
  z-index: 333;
}
#global-header .logo {
  display: none;
}
#global-header .switchbtn_area {
  display: none;
}
#global-header nav.home_menu {
  width: 100%;
  background-image: url(../../img/home/nav_bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
#global-header nav.home_menu .inner {
  padding: 14px 0;
  max-width: 1310px;
}
#global-header nav.home_menu .inner ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#global-header nav.home_menu .inner ul li {
  display: inline-block;
  border-left: solid 1px #fff;
}
#global-header nav.home_menu .inner ul li:last-child {
  border-right: solid 1px #fff;
}
#global-header nav.home_menu .inner ul li a {
  display: block;
  width: 100%;
  padding: 7px 13px 22px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  background-image: url(../../img/home/nav_icon.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 16px auto;
}
@media screen and (max-width: 1260px) {
  #global-header nav.home_menu .inner ul li a {
    padding: 7px 13px 22px;
  }
}
@media screen and (max-width: 1082px) {
  #global-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  #global-header .logo {
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-top: double 3px #092a95;
  }
  #global-header .logo a {
    display: block;
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
  }
  #global-header .logo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #global-header #switchbtn_area {
    display: block;
    width: 55px;
    height: 70px;
    padding: 27px 0 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
  }
  #global-header #switchbtn_area #switchbtn {
    display: block;
    width: 60%;
    height: 25px;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  #global-header #switchbtn_area #switchbtn span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #092a95;
    transition: all 0.2s linear;
  }
  #global-header #switchbtn_area #switchbtn span:nth-of-type(1) {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #global-header #switchbtn_area #switchbtn span:nth-of-type(2) {
    top: 12px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #global-header #switchbtn_area #switchbtn span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #global-header #switchbtn_area #switchbtn.btnClose span:nth-of-type(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #global-header #switchbtn_area #switchbtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  #global-header #switchbtn_area #switchbtn.btnClose span:nth-of-type(3) {
    bottom: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #global-header nav.home_menu {
    display: none;
    width: 100%;
    background-color: #092a95;
    background-image: url(../../img/common/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 77px;
    left: 0;
    z-index: 9999;
  }
  #global-header nav.home_menu .inner {
    max-width: 1080px;
    padding: 5px 0 8px;
  }
  #global-header nav.home_menu .inner ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #global-header nav.home_menu .inner ul li {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #fff;
  }
  #global-header nav.home_menu .inner ul li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #global-header nav.home_menu .inner ul li a {
    display: block;
    width: 100%;
    padding: 18px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1em;
    text-decoration: none;
    color: #fff;
    background-image: none;
  }
}
#global-footer {
  width: 100%;
  border-top: solid 1px #1e2d5f;
  margin: -3px 0 0;
  padding: 1px 0 0;
  position: relative;
}
#global-footer #top_btn {
  display: block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  background-color: #092a95;
  position: absolute;
  top: -80px;
  right: 35px;
  background-image: url(../../img/common/arrow_top_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
#global-footer .inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 55px 20px 150px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-image: url(../../img/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#global-footer .inner .logo {
  width: 100%;
  max-width: 190px;
  margin: 0 auto 50px;
}
#global-footer .inner .logo img {
  width: 100%;
  height: auto;
}
#global-footer .inner ul.main_nav {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  list-style-type: none;
}
#global-footer .inner ul.main_nav li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#global-footer .inner ul.main_nav li::after {
  content: '｜';
  color: #fff;
  margin: 0 0 0 10px;
}
#global-footer .inner ul.main_nav li:last-child {
  margin: 0 0 10px;
}
#global-footer .inner ul.main_nav li:last-child::after {
  display: none;
}
#global-footer .inner ul.main_nav li a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
}
#global-footer .inner ul.main_nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1082px) {
  #global-footer .inner ul.main_nav {
    display: none;
  }
}
#global-footer .inner ul.list {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  list-style-type: none;
}
#global-footer .inner ul.list li.item {
  display: inline-block;
  margin: 0 30px 10px 0;
}
#global-footer .inner ul.list li.item:last-child {
  margin: 0 0 10px;
}
#global-footer .inner ul.list li.item a {
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 17px;
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  background-image: url(../../img/common/arrow_right_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px auto;
}
#global-footer .inner ul.list li.item a:hover {
  text-decoration: underline;
}
#global-footer .inner ul.list li.item a.facebook {
  padding: 0 0 0 30px;
  background-image: url(../../img/common/icon_facebook.png);
  background-size: 17px auto;
}
.contact_area {
  width: 100%;
  background-image: url(../../img/home/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contact_area .inner {
  padding: 65px 20px 100px;
  text-align: center;
}
.contact_area .inner .title {
  margin: 0 0 35px;
}
.contact_area .inner .title::after {
  content: '';
  display: block;
  width: 82px;
  height: 1px;
  margin: 30px auto 0;
  background-color: #fff;
}
.contact_area .inner .title img {
  width: 100%;
  max-width: 218px;
  height: auto;
}
.contact_area .inner .text {
  font-size: 21px;
  color: #fff;
  margin: 0 0 30px;
  padding: 0;
}
.contact_area .inner .num {
  width: 100%;
  max-width: 430px;
  height: auto;
}
.contact_area .inner .num_text {
  display: block;
  margin: 0 auto 10px;
  font-size: 16px;
  color: #092a95;
}
.contact_area .inner .num_text span {
  color: #f11652;
}
.contact_area .inner .time {
  font-size: 16px;
  color: #092a95;
  margin: 0 0 45px;
}
.contact_area .inner .time span {
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 19px;
  line-height: 2em;
}
.contact_area .inner ul.link {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.contact_area .inner ul.link li {
  display: inline-block;
  width: 49%;
  max-width: 360px;
  padding: 0 22px;
  box-sizing: border-box;
  vertical-align: top;
}
.contact_area .inner ul.link li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #092a95;
}
.contact_area .inner ul.link li a.request {
  padding: 32px 20px 18px;
}
.contact_area .inner ul.link li a.request img {
  width: auto;
  height: 96px;
}
.contact_area .inner ul.link li a.contact {
  padding: 16px 20px 18px;
}
.contact_area .inner ul.link li a.contact img {
  width: auto;
  height: 125px;
}
a.pdf_link {
  display: inline-block;
  text-decoration: underline;
  color: #092a95;
  padding: 0 28px 0 0;
  background-image: url(../../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.title_line {
  width: 100%;
  height: 67px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 821px auto;
}
.title_line.news {
  background-image: url(../../img/home/news_title.png);
}
.title_line.column {
  background-image: url(../../img/home/column_title.png);
}
.title_line.marriage {
  background-image: url(../../img/price/marriage_title.png);
}
.title_line.speed {
  background-image: url(../../img/price/speed_title.png);
}
.title_line.perfect {
  background-image: url(../../img/price/perfect_title.png);
}
.title_line span {
  display: none;
}
#company-view .company_key {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  padding: 0;
  background-image: url(../../img/company/key_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#company-view .company_key .inner {
  padding: 73px 20px 0;
}
#company-view .company_key .inner .key_text {
  display: block;
  width: 100%;
  max-width: 463px;
  height: auto;
  margin: 0 auto;
}
#company-view .company_area {
  width: 100%;
  background-color: #fff7e9;
}
#company-view .company_area .inner {
  background-color: #fff;
  padding: 60px 20px 100px;
}
#company-view .company_area .inner .title {
  font-size: 20px;
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #092a95;
  margin: 0 auto 30px;
  padding: 10px 0 0;
}
#company-view .company_area .inner .title::after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background-color: #092a95;
  margin: 10px auto 0;
}
#company-view .company_area .inner table {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  padding: 0;
  margin: 0 auto 30px;
}
#company-view .company_area .inner table tr {
  border-bottom: solid 1px #ccc;
}
#company-view .company_area .inner table tr th {
  font-size: 14px;
  padding: 8px 15px 10px;
  vertical-align: text-top;
  color: #d7a428;
  text-align: left;
}
#company-view .company_area .inner table tr td {
  font-size: 14px;
  vertical-align: text-top;
  padding: 8px 10px 10px;
  box-sizing: border-box;
}

#shop-list{
	box-sizing:border-box;
	max-width:1180px;
	width:100%;
	margin:0 auto;
	padding:80px 20px 10px;
	background-color:#fff;
	text-align:center;
}

#shop-list ul{
	width: 100%;
  	max-width: 700px;
  	margin: 0 auto 30px;
	padding:0;
	overflow: hidden;
	list-style-type:none;
}

#shop-list ul li{
	width: 33.333%;
	float:left;
	padding:0 10px 20px;
}

#shop-list ul li a{
	display:block;
	padding:5px 0;
	border: solid 1px #092a95;
	font-size: 12px;
	text-decoration:none;
	color: #092a95;
	background-image: url(../../img/common/arrow_right_03.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	background-position:right 10px center;
}

#shop-list ul li a:hover {
	background-color:#092a95;
	color:#fff;
	background-image: url(../../img/common/arrow_right_04.svg);
}

#company-view .company_area .inner .map_area {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 0 0;
  text-align: center;
}
#company-view .company_area .inner .map_area .map_area_box {
  width: 100%;
  height: 400px;
  margin: 0 auto 30px;
  z-index: 10;
}
#company-view .company_area .inner .map_area .map_area_box iframe {
  width: 100%;
  height: 100%;
}
#company-view .company_area .inner .map_area .btn {
  display: inline-block;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none;
  color: #092a95;
  text-align: center;
  vertical-align: middle;
  background-image: url(../../img/common/arrow_right_02.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 6px auto;
}
#company-view .company_area .inner .map_area .btn:hover {
  opacity: 0.7;
}
#company-view .company_area .inner .teikei {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
#company-view .company_area .inner .teikei .teikei_title {
  font-size: 17px;
  margin: 0 0 10px;
  color: #d7a428;
}
#company-view .company_area .inner .teikei a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin: 0 10px 6px 0;
}
#company-view .company_area .inner .counsel_area {
  width: 100%;
  border-top: solid 1px #eee;
  padding: 50px 0 0;
}
#company-view .company_area .inner .counsel_area .counsel_title {
  font-size: 20px;
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #092a95;
  margin: 0 auto 60px;
}
#company-view .company_area .inner .counsel_area .counsel_title img {
  display: block;
  width: 130px;
  height: auto;
  margin: 10px auto 0;
}
#company-view .company_area .inner .counsel_area .box {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 50px;
  overflow: hidden;
}

#company-view .company_area .inner .counsel_area .box figure {
  width: 30%;
}

#company-view .company_area .inner .counsel_area .box figure img {
  width: 100%;
  height: auto;
}

#company-view .company_area .inner .counsel_area .box:nth-child(odd)>figure{
	float: right;
}

#company-view .company_area .inner .counsel_area .box:nth-child(even)>figure{
	float: left;
}


#company-view .company_area .inner .counsel_area .box:nth-child(odd)>div{
	float: left;
	width: 66%;
  	padding: 30px 0 0;
}

#company-view .company_area .inner .counsel_area .box:nth-child(even)>div{
	float: right;
	width: 66%;
  	padding: 30px 0 0;
}

#company-view .company_area .inner .counsel_area .box .text .name {
  font-size: 22px;
  margin: 0 0 15px;
  font-family: Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
}
#company-view .company_area .inner .counsel_area .box .text .name span {
  font-size: 16px;
}
#company-view .company_area .inner .counsel_area .box .text .name::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
  margin: 10px 0 0;
}
#company-view .company_area .inner .counsel_area .box .text .mini {
  font-size: 16px;
  margin: 0 0 12px;
  color: #333;
}
#company-view .company_area .inner .counsel_area .box .text p {
  margin: 0 0 20px;
  font-size: 16px;
	text-align: justify;
}
#company-view .company_area .inner .counsel_area .box .text p:last-child {
  margin: 10px 0 0;
}

#company-view .company_area .inner .counsel_area .box p.shop-name {
	display: table;
	margin: 0 0 10px;
	padding: 6px 10px;
	border: 1px solid #102A95;
	font-size: 13px;
	line-height: 1;
	color: #102A95;
}

#company-view .company_area .inner .counsel_area .box p.counselor-tel {
	margin:0 0 10px;
	font-size: 14px;
	line-height: 1;
	color: #d7a428;
	font-weight: bold;
}

#company-view .company_area .inner .counsel_area .box p.counselor-tel a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 4px 10px;
	border: 1px solid #d7a428;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background-color: #d7a428;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

#company-view .company_area .inner .counsel_area .box p.counselor-tel a:hover {
	color: #d7a428;
	background-color: #fff;
}

#company-view .company_area .inner .counsel_area .box p.counselor-mail{
	margin:0 0 10px;
	font-size: 14px;
	line-height:1.6;
	color: #d7a428;
	font-weight: bold;
}

#company-view .company_area .inner .counsel_area .box p.counselor-mail a{
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 13px;
	color: #d7a428;
	text-decoration:none;
}

#company-view .company_area .inner .counsel_area .box p.counselor-mail a:hover{
	text-decoration:underline;
}

#shop-list>h1.sommelier_title,
#shop-list>h2.sommelier_title{
	margin:0 0 40px;
	font-size:28px;
	font-family:Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height:1.4em;
	color:#092a95;
}

#shop-list>h1.sommelier_title br{
	/* display:none; */ /* suppressed by freeweb 2023-06-19 */
}

.tel_mail_icon a:link,
.tel_mail_icon a:visited{
	display:inline-block;
	width:40px;
	margin:0 10px 0 0;
}

.tel_mail_icon a:hover,
.tel_mail_icon a:active{
	opacity:0.8;
}

.tel_mail_icon a img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}


#footer_bnr_area{
	list-style-type:none;
	overflow:hidden;
	margin:0 auto 50px;
	display:table;
}

#footer_bnr_area li{
	float:left;
	margin:0 20px;
}


