@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@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: 2;
  letter-spacing: 0.6;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 400; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 900px; }

@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: #83aa01;
  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: 900px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 900px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .inner #siteID {
      margin-right: 20px; }

#nav_global {
  background: #83aa01; }
  #nav_global ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li:last-child a span {
        border-right: 1px solid #fff; }
      #nav_global ul li ul {
        position: absolute;
        top: 72px;
        left: 0;
        display: block;
        width: 100%;
        z-index: 99999; }
        #nav_global ul li ul li {
          width: 100%; }
          #nav_global ul li ul li:last-child a span {
            border-right: none; }
          #nav_global ul li ul li a {
            display: block;
            width: 100%;
            padding: 5px 0;
            background: rgba(0, 0, 0, 0.9);
            border-bottom: 1px dotted #999; }
            #nav_global ul li ul li a span {
              border-left: none; }
      #nav_global ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 20px 0; }
        #nav_global ul li a span {
          display: block;
          border-left: 1px solid #fff; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

#main_image {
  position: relative; }
  #main_image .main_copy {
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    display: block;
    margin: auto;
    z-index: 99999;
    display: table;
    height: 100%; }
    @media screen and (max-width: 768px) {
      #main_image .main_copy {
        width: 80%; } }
    #main_image .main_copy span {
      display: table-cell;
      vertical-align: middle; }
  #main_image .bxslider img {
    width: 100%; }

.mean-container .mean-bar {
  background: #83aa01 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #83aa01 !important; }

#footer {
  padding-bottom: 60px; }
  #footer .nav a {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px; }
  #footer .sns {
    max-width: 140px;
    margin: 30px auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #footer .sns img {
      margin-right: 5px; }
      #footer .sns img:last-child {
        margin-right: 0; }
  #footer .copy {
    margin-top: 30px; }

#contents_wrap {
  padding: 0 0 100px; }
  @media screen and (max-width: 768px) {
    #contents_wrap {
      padding: 0 10px 80px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 10px 50px; } }

/* TOP */
.table_wrap1 {
  position: relative; }
  @media screen and (max-width: 768px) {
    .table_wrap1 tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .table_wrap1 .box1 {
    position: absolute;
    display: block;
    top: 15%;
    width: 90%;
    border: 1px solid #ccc !important;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 768px) {
      .table_wrap1 .box1 {
        position: static;
        display: block;
        margin-bottom: 20px !important;
        width: 100%; } }
    .table_wrap1 .box1 span {
      line-height: 2; }
  @media screen and (max-width: 768px) {
    .table_wrap1 .box2 {
      width: 100% !important; } }
  .table_wrap1 .box2 img {
    width: 100% !important; }

.flex_box1 {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%; }
  @media screen and (max-width: 468px) {
    .flex_box1 {
      width: calc(100% / 2 - 1%); } }
  .flex_box1 img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0; }

.max960 {
  max-width: 900px; }

/* 3列 */
.wrap1 {
  margin-left: -3.0303% !important; }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .box1 {
    float: left !important;
    width: 30.30303% !important;
    margin-left: 3.0303% !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; }

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* title */
.h1wrap h1 {
  background: #f4ffcf;
  line-height: 100px;
  color: #83aa01;
  font-weight: bold;
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .h1wrap h1 {
      font-size: 13px;
      font-size: 4.0625vw; } }
  @media screen and (max-width: 768px) {
    .h1wrap h1 {
      font-size: 18px;
      font-size: 5.625vw; } }

h1.h1title {
  font-weight: bold;
  color: #83aa01;
  font-size: 30px;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    h1.h1title {
      font-size: 13px;
      font-size: 4.0625vw; } }
  h1.h1title span {
    border-bottom: 3px dotted #83aa01; }

h2.h2title {
  background: #83aa01;
  padding: 5px; }
  h2.h2title span {
    display: block;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 25px; }
    @media screen and (max-width: 768px) {
      h2.h2title span {
        font-size: 13px;
        font-size: 4.0625vw; } }

h2.h2title2 {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff; }
  h2.h2title2 span {
    border-left: 5px solid #83aa01;
    padding-left: 10px;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      h2.h2title2 span {
        font-size: 13px;
        font-size: 4.0625vw; } }

h2.h2title3 {
  background: #83aa01;
  padding: 10px 10px 10px 15px;
  background: #83aa01;
  color: #fff;
  font-weight: bold;
  font-size: 25px; }
  @media screen and (max-width: 768px) {
    h2.h2title3 {
      font-size: 13px;
      font-size: 4.0625vw; } }

h2.news {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    h2.news {
      font-size: 13px;
      font-size: 4.0625vw; } }

h3.h3title {
  font-size: 23px;
  color: #83aa01;
  font-weight: bold;
  border-bottom: 1px solid #83aa01;
  padding-bottom: 5px; }
  @media screen and (max-width: 768px) {
    h3.h3title {
      font-size: 13px;
      font-size: 4.0625vw; } }

h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 5px;
  /*	color: #495f00;*/
  position: relative;
  padding-left: 20px; }
  h4:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: auto;
    content: "・";
    color: #83aa01; }

/* common */
.pan a {
  display: inline-block;
  line-height: 30px;
  color: #83aa01; }

.txt1 {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px; }

.txt_anc1 a {
  display: inline-block;
  background: #eb6100;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px; }

.marginauto a {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%; }

.sns_wrap {
  width: calc(100% / 2 - 1%); }
  @media screen and (max-width: 768px) {
    .sns_wrap {
      width: 100%;
      margin-bottom: 10px; } }

.scroll {
  max-height: 300px;
  margin-top: 20px;
  overflow-y: auto; }
  .scroll .news_txt {
    margin-bottom: 20px; }

.form, .form2 {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: center; }
  .form .txt, .form2 .txt {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px; }
  .form .ftel, .form2 .ftel {
    margin: 20px 0; }
    .form .ftel a:hover, .form2 .ftel a:hover {
      opacity: 1;
      cursor: default; }

.form2 {
  padding: 0;
  background: none; }
  .form2 h3 {
    text-align: left; }
  .form2 .box1 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 468px) {
      .form2 .box1 {
        display: block; } }
    .form2 .box1 p {
      width: calc(100% / 2 - 1%); }
      @media screen and (max-width: 468px) {
        .form2 .box1 p {
          width: 100%; } }
      @media screen and (max-width: 468px) {
        .form2 .box1 p.ftel {
          margin-bottom: 10px; } }

.contact_tel a {
  text-decoration: none;
  color: #83aa01;
  font-weight: 900;
  font-size: 40px; }
  .contact_tel a:hover {
    opacity: 1;
    cursor: default; }

section div.form_wrap dl dd.number input {
  width: 100px !important; }

.aisatsu b {
  color: #83aa01; }

.aisatsu img {
  border: 1px solid #ccc !important;
  padding: 2px !important; }

.border1 {
  border: 1px solid #ccc;
  padding: 20px; }
  .border1 b {
    border-bottom: 1px solid #000; }

.process {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .process {
      display: block; } }
  .process p {
    text-align: center;
    width: 50%;
    font-weight: bold;
    background: #f6f6f6; }
    @media screen and (max-width: 768px) {
      .process p {
        width: 100%;
        padding: 15px 0; } }
    .process p span {
      display: table;
      height: 100%;
      width: 100%; }
      .process p span b {
        display: table-cell;
        vertical-align: middle; }
  .process img {
    width: 100%;
    width: 48%; }
    @media screen and (max-width: 768px) {
      .process img {
        width: 100%; } }

.border2 {
  border: 10px solid #eee;
  padding: 20px; }

.fee b {
  font-size: 20px;
  color: red; }

div.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.blog_list > div {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important; }

div.blog_list div.blog_photo {
  display: none; }

div.blog_list div.blog_text {
  width: 100% !important;
  padding: 0;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.blog_list div.blog_date {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: #83aa01 !important; }

div.blog_list h3 {
  font-size: 14px;
  margin-bottom: 10px; }

section div#contents article div.date {
  color: #83aa01 !important; }

div.sns_list {
  border: none !important; }

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #83aa01;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #83aa01;
  cursor: pointer;
  text-decoration: underline; }

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 #83aa01;
    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 #83aa01;
  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: -webkit-box;
  display: -ms-flexbox;
  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_style.css.map */