@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #000;
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 400; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #430d07;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.map li:last-child {
  display: none; }
.map li a {
  text-decoration: none; }

.policy h2 {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table td {
  margin-bottom: -1px !important;
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1000px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
header#global_header {
  max-width: 100%;
  min-width: 100% !important; }

#main, #main #col_main {
  width: 100%; }

footer#global_footer {
  min-width: 100% !important; }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 65px 0 20px; } }
  #header .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #header .inner {
        display: block; } }
    #header .inner #siteID img {
      width: 100%; }
      @media screen and (max-width: 768px) {
        #header .inner #siteID img {
          width: auto; } }
    #header .inner .box1 {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      max-width: 450px; }
      @media screen and (max-width: 768px) {
        #header .inner .box1 {
          margin: 20px auto 0; } }
      #header .inner .box1 img {
        width: 100%; }
      #header .inner .box1 .h_tel {
        margin-right: 10px; }

#nav_global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 30px; }
  #nav_global ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    #nav_global ul li a {
      display: block; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

#main_image img {
  width: 100%; }

.mean-container .mean-bar {
  background: #430d07 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #430d07 !important; }

#footer .nav {
  background: #430d07;
  text-align: center;
  padding: 10px 0; }
  #footer .nav a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px; }
#footer .inner {
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #footer .inner {
      display: block; } }
  #footer .inner .box1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #footer .inner .box1 {
        display: block; } }
    #footer .inner .box1 dl {
      text-align: left; }
      @media screen and (max-width: 768px) {
        #footer .inner .box1 dl {
          text-align: center;
          margin: 10px 0; } }

@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px; } }

/* TOP */
.縦書き {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  max-height: 580px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .縦書き {
      width: auto;
      float: right; } }
  @media screen and (max-width: 468px) {
    .縦書き {
      float: none;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb; } }
  .縦書き h1 {
    margin: 0 20%; }
    @media screen and (max-width: 768px) {
      .縦書き h1 {
        margin: 0 10%; } }
    @media screen and (max-width: 468px) {
      .縦書き h1 {
        margin: 0;
        font-size: 30px;
        font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: center; } }
  .縦書き p {
    font-size: 16px;
    line-height: 40px;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .縦書き p {
        line-height: 35px; } }
    @media screen and (max-width: 468px) {
      .縦書き p {
        line-height: 1.7; } }
  .縦書き a {
    background: #430d07;
    color: #fff;
    display: block;
    max-height: 200px;
    text-align: center;
    padding: 20px 7px;
    text-decoration: none;
    float: right;
    margin-right: 50px; }
    @media screen and (max-width: 468px) {
      .縦書き a {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
        max-height: auto; } }

.sp {
  display: none; }
  @media screen and (max-width: 468px) {
    .sp {
      display: block; } }

@media screen and (max-width: 468px) {
  .pc {
    display: none; } }

.top_wrap1 h2 {
  display: inline-block;
  width: 100%;
  max-width: 60%;
  text-align: center;
  line-height: 70px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 27px;
  margin-bottom: 20px;
  background: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .top_wrap1 h2 {
      font-size: 13px;
      font-size: 4.0625vw; } }
  @media screen and (max-width: 468px) {
    .top_wrap1 h2 {
      max-width: 100%;
      font-size: 20px;
      font-size: 6.25vw; } }
  .top_wrap1 h2 span {
    display: inline-block;
    background: url(../images/contents/tiotitle_icon.png) center left no-repeat;
    padding-left: 70px;
    margin-right: 70px; }
.top_wrap1 a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: bold;
  margin-top: 20px; }
  @media screen and (max-width: 468px) {
    .top_wrap1 a {
      display: block;
      margin: 20px auto 0; } }

.news {
  width: 48%;
  padding: 20px;
  background: url(../images/contents/news_bg.png) left bottom no-repeat; }
  @media screen and (max-width: 468px) {
    .news {
      width: 100%; } }
  .news .news_title {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px; }
  .news .scroll {
    margin-top: 20px;
    max-height: 250px;
    overflow-y: auto; }

.news_txt {
  border-bottom: 1px dotted #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.fb_wrap {
  width: 48%; }
  @media screen and (max-width: 468px) {
    .fb_wrap {
      width: 100%;
      margin-top: 30px; } }

/* 3列 */
.wrap1 {
  margin-left: -3.0303030303% !important; }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .box1 {
    float: left !important;
    width: 30.303030303% !important;
    margin-left: 3.0303030303% !important; }
    @media screen and (max-width: 468px) {
      .wrap1 .box1 {
        margin-left: 0 !important; } }

.clear_wrap {
  overflow: auto; }

.disnone {
  display: none; }

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.bgimg1 {
  background: url(../images/contents/topbg1.png) left top no-repeat, url(../images/contents/con1.png) center bottom no-repeat;
  background-size: 50%,cover;
  position: relative;
  z-index: 1000;
  padding: 150px 0; }
  @media screen and (max-width: 768px) {
    .bgimg1 {
      background-size: 80%,cover; } }

.bgimg2 {
  background: url(../images/contents/con2.jpg) center top no-repeat;
  background-size: cover;
  padding: 450px 0 150px;
  margin-top: -300px;
  position: relative;
  z-index: 10; }

.bgimg3 {
  background: url(../images/contents/con3.jpg) center top no-repeat;
  background-size: cover;
  padding: 150px 0; }

.bgimg4 {
  background: url(../images/contents/form_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .bgimg4 .inner {
      padding: 0 20px; } }
  .bgimg4 .inner .form_tel {
    margin-top: 20px; }

.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 468px) {
    .flex_wrap {
      direction: block; } }

/* title */
.h1wrap h1 {
  background: #430d07;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 110px; }

h2.h2title {
  font-size: 25px; }
  h2.h2title span {
    border-bottom: 1px solid #fff;
    font-weight: bold; }

h3.h3title {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 0 30px rgba(208, 168, 131, 0.8); }

/* common */
.pan a {
  display: inline-block;
  line-height: 40px;
  color: #fff; }

.common_bg1 {
  padding: 20px;
  background: #111; }

.table_wrap2 {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px dotted #fff !important;
  padding-bottom: 10px !important; }
  .table_wrap2 .box1 {
    text-align: left;
    position: relative;
    padding-left: 20px !important; }
    .table_wrap2 .box1:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "■";
      font-size: 18px; }
    .table_wrap2 .box1 b {
      position: relative; }
  .table_wrap2 .box2 {
    text-align: right; }
    @media screen and (max-width: 468px) {
      .table_wrap2 .box2 {
        text-align: left; } }

.おすすめ .box1 {
  padding-right: 80px !important; }
  .おすすめ .box1 b {
    display: inline; }
    .おすすめ .box1 b:after {
      position: absolute;
      right: -80px;
      bottom: 0;
      content: "おすすめ";
      font-size: 13px;
      background: #430d07;
      display: block;
      padding: 3px 10px; }

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #430d07;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #fff;
  cursor: pointer;
  text-decoration: underline; }

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .policy-wrap {
      left: 0; } }
  .policy-wrap p {
    color: #333;
    line-height: 1.6; }
  .policy-wrap > div {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    opacity: 0;
    position: relative;
    padding: 20px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #430d07;
    height: 60vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll; }
    @media screen and (max-width: 768px) {
      .policy-wrap > div {
        width: 95%; } }
    .policy-wrap > div a {
      position: absolute;
      top: -4px;
      right: -4px;
      font-size: 2.4rem;
      font-weight: bold; }

.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #430d07;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold; }

.policy p {
  margin: 10px 0 25px; }

.policy-wrap.active {
  display: flex; }
  .policy-wrap.active > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

/*# sourceMappingURL=common.css.map */
