@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.6;
  letter-spacing: 0.6;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  word-wrap: break-word;
  font-weight: 400; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }

@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: #ff9f17;
  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: 1200px;
  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: 1200px) {
  .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: 0 10px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 65px 0 20px; } }
  @media screen and (max-width: 468px) {
    #header {
      display: block; } }
  #header .link_wrap {
    max-width: 190px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    image-rendering: 100%; }
    @media screen and (max-width: 468px) {
      #header .link_wrap {
        margin: 10px auto 0; } }

.pdtop80 {
  padding-top: 80px !important; }
  @media screen and (max-width: 768px) {
    .pdtop80 {
      padding: 65px 0 20px !important; } }

#nav_global {
  background: #ff9f17; }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li ul {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 9999999999; }
        #nav_global ul li ul li {
          width: 100%; }
          #nav_global ul li ul li a {
            display: block;
            text-align: center;
            padding: 10px 0;
            font-size: 13px;
            background: rgba(255, 159, 23, 0.8); }
      #nav_global ul li a {
        display: block;
        text-decoration: none;
        font-family: "Josefin Sans", sans-serif;
        font-weight: bold;
        color: #000;
        font-size: 16px;
        padding: 15px 0; }
        #nav_global ul li a span {
          display: block; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999; }
  @media screen and (max-width: 768px) {
    .fixed {
      position: static; } }

#main_image {
  position: relative; }
  #main_image .copy {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 99999;
    display: table; }
    #main_image .copy p {
      display: table-cell;
      vertical-align: middle; }
      #main_image .copy p img {
        width: 30%;
        max-width: 530px; }
  #main_image ul img {
    width: 100%; }

.mean-container .mean-bar {
  background: #ff9f17 !important;
  position: fixed !important;
  z-index: 99999999 !important; }
  .mean-container .mean-bar span {
    display: inline-block;
    margin-left: 10px;
    color: #b16800;
    font-size: 10px; }

.mean-container .mean-nav {
  background: #ff9f17 !important; }

#footer {
  background: #ff9f17;
  padding: 50px 0; }
  #footer .opa {
    opacity: 0; }
  #footer .pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    transition-duration: 0.8s; }
  #footer dd {
    margin-top: 35px; }
  #footer .form_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0; }
    #footer .form_wrap .denwa a:hover {
      opacity: 1;
      cursor: default; }
    @media screen and (max-width: 768px) {
      #footer .form_wrap {
        padding: 0 10px; } }
    #footer .form_wrap a {
      text-decoration: none; }
    #footer .form_wrap span {
      display: block; }
    #footer .form_wrap img {
      width: 100%;
      max-width: 75px; }
  #footer .copy {
    margin-top: 30px; }

@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px 0; } }
@media screen and (max-width: 468px) {
  #contents_wrap {
    padding: 0 10px 0; } }

/* TOP */
.tuika1 {
  align-items: stretch !important; }

.img_wrap, .txt_wrap {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .img_wrap, .txt_wrap {
      width: 100%; } }

.img_wrap {
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .img_wrap {
      min-height: 300px; } }

.txt_wrap {
  background: #f1f1f1;
  padding: 5%; }

.txtbanner a {
  display: block;
  width: 100%;
  max-width: 220px;
  border: 1px solid #000;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.4s;
  color: #000;
  margin-top: 20px; }
  .txtbanner a:hover {
    background: #000;
    opacity: 1;
    color: #fff; }

.txtbanner2 a {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #000;
  text-align: center;
  padding: 20px 10px;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.4s;
  color: #000;
  margin: 20px auto 0; }
  .txtbanner2 a:hover {
    background: #000;
    opacity: 1;
    color: #fff; }

.marginauto a {
  margin: 20px auto 0; }

/* 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; } }

.disnone {
  display: none; }

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.bg1 {
  background: url(../images/contents/homebg.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.bgcover {
  background: rgba(240, 227, 174, 0.4);
  padding: 90px 0; }

.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

/* title */
h1.h1title {
  font-size: 40px;
  font-weight: bold;
  color: #000; }
  @media screen and (max-width: 768px) {
    h1.h1title {
      font-size: 20px;
      font-size: 6.25vw; } }

h2.h2title {
  font-size: 40px;
  font-weight: bold;
  color: #000; }
  @media screen and (max-width: 768px) {
    h2.h2title {
      font-size: 20px;
      font-size: 6.25vw; } }
  h2.h2title span {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      h2.h2title span {
        font-size: 10px;
        font-size: 3.125vw; } }
h2.h2title2 {
  font-size: 25px;
  border-bottom: 2px dotted #999;
  padding-bottom: 5px; }
  @media screen and (max-width: 768px) {
    h2.h2title2 {
      font-size: 15px;
      font-size: 4.6875vw; } }

/* common */
.pan a {
  display: inline-block;
  line-height: 30px;
  color: #ff9f17; }

.josefin {
  font-family: "Josefin Sans", sans-serif; }

.txt_wrap2, .fb {
  width: 49%; }
  @media screen and (max-width: 468px) {
    .txt_wrap2, .fb {
      width: 100%; } }

@media screen and (max-width: 468px) {
  .fb {
    margin-top: 20px; } }

.borderTOP {
  border-top: 1px solid #ccc;
  padding-top: 30px; }

.table_wrap1 {
  max-width: 500px;
  margin: 30px auto 0; }
  .table_wrap1 .box1 {
    text-align: center !important; }
    .table_wrap1 .box1 img {
      border-radius: 10px;
      max-width: 300px; }
  .table_wrap1 .box2 b {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-family: "Josefin Sans", sans-serif; }

.flow_wrap1, .flow_wrap2, .flow_wrap3, .flow_wrap4, .faq_wrap {
  position: relative;
  padding-left: 70px; }
  @media screen and (max-width: 468px) {
    .flow_wrap1, .flow_wrap2, .flow_wrap3, .flow_wrap4, .faq_wrap {
      padding: 0 10px 0 70px; } }
  .flow_wrap1:before, .flow_wrap2:before, .flow_wrap3:before, .flow_wrap4:before, .faq_wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #1f8239;
    content: "1";
    border-radius: 30px;
    font-size: 30px; }

.flow_wrap2:before {
  content: "2"; }

.flow_wrap3:before {
  content: "3"; }

.flow_wrap4:before {
  content: "4"; }

.faq_wrap {
  font-weight: bold;
  padding-top: 15px;
  font-size: 18px; }
  .faq_wrap:before {
    content: "Q"; }

.ofj img {
  height: 300px !important;
  font-family: 'object-fit: cover; object-position: center;';
  object-fit: cover; }
  @media screen and (max-width: 768px) {
    .ofj img {
      height: 200px !important; } }
  @media screen and (max-width: 468px) {
    .ofj img {
      height: auto !important; } }

.w720 {
  max-width: 700px; }

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #ff9f17;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #ff9f17;
  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%;
  z-index: 99999; }
  @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 #ff9f17;
    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 #ff9f17;
  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 */
