@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -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.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; } }
@media screen and (max-width: 1000px) {
  #main {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%; } }

figure {
  padding: 0;
  margin: 0; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important; } }

/***********************************非表示*******************************************/
.dnone {
  display: none; }

/***********************************フレックス*******************************************/
.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; }

/***********************************書体*******************************************/
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left; }

.ColRight {
  float: right; }

/***********************************フロート*******************************************/
@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; } }
.tacenter {
  text-align: center !important; }

ul.break li {
  float: none !important; }

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold; }

.b {
  font-weight: bold; }

span {
  font-weight: inherit; }

a:hover {
  opacity: 0.6; }

.link1 a {
  color: #104480;
  font-weight: bold; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

.fwb {
  font-weight: bold; }

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

/************************************テーブル************************************/
table {
  table-layout: fixed; }

table td {
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd0 td {
  padding: 0px !important; }

.pdtd5 td {
  padding: 5px !important; }

.pdtd10 td {
  padding: 10px !important; }

.pdtd15 td {
  padding: 15px !important; }

.cnt_table table {
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    .cnt_table table {
      margin: 0 auto; } }
  .cnt_table table td {
    vertical-align: top; }
    @media screen and (max-width: 468px) {
      .cnt_table table td {
        width: 100% !important;
        text-align: left; } }
    @media screen and (max-width: 468px) {
      .cnt_table table td img {
        width: 100% !important; } }

.cnt_table_auto table {
  width: auto !important; }
  @media screen and (max-width: 768px) {
    .cnt_table_auto table {
      margin: 0 auto; } }
  .cnt_table_auto table td {
    vertical-align: top; }
    @media screen and (max-width: 468px) {
      .cnt_table_auto table td {
        width: 100% !important;
        text-align: left; } }
    .cnt_table_auto table td img {
      width: 100% !important; }

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
/************************************コンテンツ************************************/
#contents {
  padding: 0;
  background: #fff;
  max-width: 1000px;
  width: 100%; }

#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important; }

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }
  @media screen and (max-width: 468px) {
    .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }

.imgR {
  margin-left: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .imgR {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100% !important;
      text-align: center; } }
  @media screen and (max-width: 468px) {
    .imgR {
      display: block;
      float: none;
      margin: 0 auto 10px;
      max-width: 100% !important;
      text-align: center; } }

img {
  max-width: 100%;
  height: auto !important; }

.center_img {
  text-align: center; }

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px; }
  .privacy h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #413124;
    display: inline-block;
    margin-bottom: 10px; }

.cont_text {
  font-size: 16px; }
  .cont_text h3 {
    font-size: 18px;
    font-weight: bold; }

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto; }
  .map li {
    border-left: 3px solid #413124;
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
    float: none !important; }
    .map li a {
      color: #282828;
      font-size: 16px;
      text-decoration: none; }
    .map li a:hover {
      text-decoration: underline; }
  .map li:last-child {
    display: none; }

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  .contact_form p {
    font-size: 16px; }
  .contact_form table td {
    padding: 15px !important;
    border: #413124 solid 1px !important;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact_form table td {
        display: block;
        width: 100%; } }
  .contact_form table th {
    border: #413124 solid 1px !important;
    background: #333 !important;
    color: #413124;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media screen and (max-width: 768px) {
      .contact_form table th {
        display: block;
        width: 100% !important;
        text-align: center; } }

.submit {
  margin: 20px auto 50px auto !important; }

/*********************PDFボタン******************************/
.pdf_btn {
  padding: 10px 0; }
  .pdf_btn a {
    display: block;
    padding: 20px 5px;
    background: #d66464;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media screen and (max-width: 468px) {
      .pdf_btn a {
        margin: 0 auto;
        max-width: 300px; } }
    .pdf_btn a:after {
      content: "";
      width: calc(100% - 5px);
      height: calc(100% - 5px);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      border: 1px #fff solid; }
    .pdf_btn a:before {
      content: "PDF";
      display: block;
      width: calc(100% - 50px);
      position: absolute;
      right: -50px;
      bottom: -10px;
      color: rgba(255, 255, 255, 0.2);
      font-size: 50px; }

/************************************ボタン************************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

.pankuzu {
  padding: 10px 0 10px 0; }
  .pankuzu a:link {
    color: #413124 !important;
    text-decoration: none !important; }
  .pankuzu a:visited {
    color: #413124 !important; }
  @media screen and (max-width: 768px) {
    .pankuzu {
      padding: 10px 0; } }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px; } }
/*******************************************************************/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

header#global_header {
  max-width: 100%;
  min-width: 100%; }

#header {
  width: 100%;
  padding: 30px 0;
  background: #fff3ea; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 68px 0 20px 0; } }

#nav_global {
  width: 100%;
  background: url(../images/common/nav_bg.jpg);
  box-shadow: 0 5px 5px #000;
  position: relative;
  z-index: 5; }
  #nav_global ul {
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        color: #fff;
        text-decoration: none;
        padding: 20px 0;
        display: block;
        font-weight: bold; }
    #nav_global ul .mens_navbtn a {
      color: #413124;
      text-decoration: none;
      padding: 20px 0;
      display: block;
      background: #fff; }
    #nav_global ul ul {
      display: block;
      z-index: 99;
      position: absolute;
      width: 100%; }
      #nav_global ul ul li {
        width: 100%;
        background: #fff6e2; }

#mainArea {
  background: url(../images/common/main_bg.jpg);
  width: 100% !important;
  margin: 0 auto; }
  #mainArea ul {
    position: relative; }
    #mainArea ul img {
      box-shadow: 0px 0px 30px #000; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #413124 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #413124 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  min-width: auto !important; }

#footer {
  padding: 30px 0;
  font-size: 13px;
  font-weight: bold;
  background: #333333 !important; }
  #footer a:link {
    color: #fff !important;
    text-decoration: none; }
  #footer a:visited {
    color: #fff !important; }

.footer_inner {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .footer_inner {
      display: block; } }

.footer_info {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .footer_info {
      text-align: center; } }
  .footer_info ul {
    max-width: 260px;
    width: 100%;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .footer_info ul {
        max-width: 100%;
        margin: 20px auto; } }
    .footer_info ul li {
      padding-bottom: 10px;
      color: #fff; }
    .footer_info ul .footer_tel {
      font-size: 26px;
      display: block;
      font-weight: bold;
      text-align: center; }
      .footer_info ul .footer_tel a {
        font-weight: bold;
        width: 100%;
        text-align: center; }

#nav_footer {
  background: #5d5d5d;
  font-weight: bold;
  font-size: 14px;
  padding: 10px; }
  #nav_footer ul {
    max-width: 700px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #nav_footer ul {
        text-align: center;
        max-width: 100%;
        width: 80%; } }
    @media screen and (max-width: 768px) {
      #nav_footer ul {
        max-width: 100%;
        width: 100%; } }
    #nav_footer ul li {
      display: inline-block;
      margin: 5px 25px; }
      @media screen and (max-width: 768px) {
        #nav_footer ul li {
          display: block;
          margin: 5px 0; } }
      #nav_footer ul li a {
        color: #fff !important;
        font-weight: bold;
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          #nav_footer ul li a {
            background: #00111f !important;
            padding: 10px;
            display: block;
            border-radius: 10px; } }

.footer_map {
  max-width: 620px;
  height: 180px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .footer_map {
      max-width: 100%;
      width: 95%;
      margin: 0 auto; } }
  .footer_map iframe {
    border: 2px solid #fff !important; }

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10; }
  @media screen and (max-width: 468px) {
    #pagetop {
      bottom: 20px;
      right: 0;
      width: 20%; }
      #pagetop img {
        width: 100% !important;
        height: auto; } }

#copy {
  background: #333 !important;
  color: #fff !important;
  padding: 13px;
  display: block; }
  #copy a:link {
    color: #fff;
    text-decoration: none; }
  #copy a:hover {
    text-decoration: underline; }
  #copy a:visited {
    color: #fff;
    text-decoration: none; }

#main #col_main {
  width: 100%; }

#contents {
  width: 100% !important;
  max-width: 1000px !important;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #contents {
      padding: 0 20px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 468px) {
    #contents {
      padding: 0 10px;
      padding-bottom: 10px; } }
  #contents a {
    color: #413124; }

#main {
  width: 100% !important; }

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

.bottom_nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: -50px; }
  @media screen and (max-width: 768px) {
    .bottom_nega {
      margin-bottom: -30px; } }
  @media screen and (max-width: 468px) {
    .bottom_nega {
      margin-bottom: -10px; } }

/* TOP */
.top01 table {
  margin: 0 auto;
  max-width: 1000px; }
  .top01 table td {
    padding: 0 !important;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .top01 table td {
        display: block; } }
    .top01 table td img {
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  @media screen and (max-width: 768px) {
    .top01 table .top01img01 {
      padding-bottom: 20px !important; } }
  .top01 table .top01text01 {
    padding: 0 40px !important; }
    @media screen and (max-width: 468px) {
      .top01 table .top01text01 {
        padding: 0 10px !important; } }
  .top01 table .top01text02 {
    padding: 10px 40px 40px 40px !important; }
    @media screen and (max-width: 468px) {
      .top01 table .top01text02 {
        padding: 10px 10px 20px 10px !important; } }

.top_h1 {
  padding: 20px 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #fff; }
  .top_h1 span {
    font-size: 40px;
    color: #fffd7b; }
    @media screen and (max-width: 768px) {
      .top_h1 span {
        font-size: 18px; } }

.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .top01_text {
      padding: 30px 0 30px 0; } }

.top02_h2 {
  color: #413124;
  font-size: 36px;
  position: relative;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .top02_h2 {
      padding-bottom: 30px;
      font-size: 20px; } }
  .top02_h2:after {
    content: "";
    width: 100px;
    height: 5px;
    background: url(../images/common/title01.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.top03_h2 {
  padding: 20px 0;
  font-size: 30px;
  background: #413124;
  color: #fff;
  font-weight: bold; }

.contact_h2 {
  padding: 60px 0;
  font-size: 30px;
  background: #211913;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 468px) {
    .contact_h2 {
      font-size: 20px;
      padding: 20px 0; } }

.contact_flex {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .contact_flex {
      display: block; } }
  .contact_flex .contact01 {
    padding: 40px;
    background: rgba(25, 17, 11, 0.9); }
    @media screen and (max-width: 768px) {
      .contact_flex .contact01 {
        padding: 20px; } }
  .contact_flex .contact02 {
    padding: 40px;
    background: rgba(22, 22, 22, 0.9); }
    @media screen and (max-width: 768px) {
      .contact_flex .contact02 {
        padding: 20px; } }

.contact_textbtn p {
  padding: 10px;
  background: #ffffff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #413124;
  max-width: 300px;
  font-size: 24px;
  margin: 0 auto; }
  .contact_textbtn p a {
    color: #413124 !important;
    font-weight: bold; }

/*****************共通クラス*******************************/
.cnt_h1 {
  background: url(../images/common/main_bg.jpg); }
  .cnt_h1 h1 {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px #000; }
    .cnt_h1 h1 span {
      font-size: 20px;
      display: block; }

/***********h2*********************/
.cnt_h2 {
  margin: 30px 0; }
  @media screen and (max-width: 468px) {
    .cnt_h2 {
      margin: 10px 0; } }
  .cnt_h2 h2 {
    font-size: 30px;
    border-bottom: 1px dotted #413124;
    border-top: 1px dotted #413124;
    position: relative;
    padding: 20px 20px 20px 30px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #413124;
    background: #fff6e2;
    line-height: 1.2; }
    @media screen and (max-width: 468px) {
      .cnt_h2 h2 {
        font-size: 22px; } }
  .cnt_h2 h2:after {
    content: "";
    width: 3px;
    height: 50px;
    background: #413124;
    position: absolute;
    bottom: 0;
    left: 10px;
    top: 0;
    margin: auto; }

/***************タイトル01***************/
.cnt_title01 {
  display: block;
  position: relative;
  font-size: 30px;
  padding: 10px 0;
  color: #fff;
  padding-left: 30px;
  margin: 10px 0;
  font-weight: bold;
  background: #413124;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .cnt_title01:after {
    content: "";
    width: 3px;
    height: 80%;
    background: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 5px;
    margin: auto; }
  .cnt_title01 span {
    font-size: 20px;
    padding-left: 10px; }
    @media screen and (max-width: 468px) {
      .cnt_title01 span {
        display: block;
        padding-left: 0; } }

/***************タイトル02***************/
.cnt_title02 {
  display: block;
  position: relative;
  border: 1px dotted #413124;
  font-size: 20px;
  padding: 10px 0;
  color: #413124;
  margin: 10px 0;
  padding: 10px;
  font-weight: bold;
  background-color: #fff6e2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/***************タイトル03***************/
.cnt_title03 {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #413124;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .cnt_title03 {
      font-size: 16px; } }
  .cnt_title03:after {
    z-index: -1;
    content: "";
    height: 50%;
    width: 100%;
    background: url(../images/common/bg02.png);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0; }

/***************タイトル04***************/
.cnt_title04 {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #413124;
  padding: 10px;
  background-color: #fff6e2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: #413124;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important; }
  @media screen and (max-width: 768px) {
    .emphasis_text {
      font-size: 22px; } }

/******************PCの時表示　タブレット時の非表示**************************************/
.display_pc {
  display: block;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .display_pc {
      display: none; } }

/******************タブレットの時表示　PC時の非表示**************************************/
.display_tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .display_tab {
      text-align: center;
      display: block; } }

/******************4枚並び*************************************/
.flex04 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .flex04 .flex04_cnt {
    width: 31.11111111%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex04 .flex04_cnt {
        width: 48%; } }

/******************3枚並び*************************************/
.flex03 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .flex03 .flex03_cnt {
    width: 31.11111111%;
    margin: 0 1%; }
    @media screen and (max-width: 468px) {
      .flex03 .flex03_cnt {
        width: 100%; } }

/******************2枚並び*************************************/
.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto; }
  .flex02 .flex02_cnt {
    display: block;
    width: 48%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex02 .flex02_cnt {
        width: 100%;
        margin: 10px auto; } }

/***************************テーブル2枚並び(横列列)**************************************/
.flex_table02 table {
  width: 100% !important; }
  .flex_table02 table tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto; }
    .flex_table02 table tbody tr {
      display: block;
      width: 48%;
      margin: 5px 1%; }
      @media screen and (max-width: 468px) {
        .flex_table02 table tbody tr {
          width: 100%; } }
    .flex_table02 table tbody td {
      padding: 0 !important;
      border: 0 !important; }
    .flex_table02 table tbody img {
      width: 100% !important; }

/***************************テーブル3枚並び(横列列)**************************************/
.flex_table03 table {
  width: 100% !important; }
  .flex_table03 table tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto; }
    .flex_table03 table tbody tr {
      display: block;
      width: 31.11111111%;
      margin: 5px 1%; }
      @media screen and (max-width: 768px) {
        .flex_table03 table tbody tr {
          width: 48%; } }
      @media screen and (max-width: 468px) {
        .flex_table03 table tbody tr {
          width: 100%; } }
    .flex_table03 table tbody td {
      padding: 0 !important;
      border: 0 !important; }
    .flex_table03 table tbody img {
      width: 100% !important; }

/***************************テーブル画像4枚並び(横列列)**************************************/
.flex_table04 table {
  width: 100% !important; }
  .flex_table04 table tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 100%; }
    .flex_table04 table tbody tr {
      display: block;
      width: 23%;
      margin: 5px 1%; }
      @media screen and (max-width: 768px) {
        .flex_table04 table tbody tr {
          width: 31.11111%; } }
      @media screen and (max-width: 468px) {
        .flex_table04 table tbody tr {
          width: 48%; } }
    .flex_table04 table tbody td {
      padding: 0 !important;
      border: 0 !important;
      display: block; }
    .flex_table04 table tbody img {
      width: 100% !important; }

/******************値段テーブル*************************************/
.price_table table td {
  padding: 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #413124 !important; }
  @media screen and (max-width: 768px) {
    .price_table table td {
      width: 100%;
      display: block;
      border: 0px !important; } }
.price_table table .price_text {
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .price_table table .price_text {
      background: #fff6e2;
      padding: 10px;
      border: 1px solid #413124 !important; } }
.price_table table .price {
  color: #ff6600;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .price_table table .price {
      width: 100%;
      border: 1px #ccc solid !important; } }

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 20px;
  background: #e2e1d7;
  border: 1px solid #413124;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #413124; }

.cnt_textbtn01 a {
  width: 100%;
  max-width: 300px;
  padding: 20px;
  background: #333;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 468px) {
    .cnt_textbtn01 a {
      margin: 0 auto; } }

/*******************テキスト*******************************************/
.cnt_text {
  padding: 10px 0; }

/******************ul リスト02**************************************/
.dldt_list02 {
  display: block;
  width: 48%;
  margin: 0 1%; }
  @media screen and (max-width: 768px) {
    .dldt_list02 {
      width: 100%;
      margin: 10px auto; } }
  .dldt_list02 dl {
    display: block !important;
    width: 100%; }
    .dldt_list02 dl dt {
      font-weight: bold;
      background: #fff6e2 !important;
      color: #413124 !important;
      display: block !important;
      width: 100% !important;
      border: 0px !important; }
    .dldt_list02 dl dd {
      display: block !important;
      width: 100% !important;
      border: 0px !important; }

/***********流れ01***********/
.flow01 {
  background: #fff6e2;
  border-bottom: solid #413124 1px;
  padding: 10px;
  margin-bottom: 10px; }
  .flow01 table {
    width: 100%; }
    .flow01 table td {
      padding: 10px !important;
      border: 0 !important; }
      @media screen and (max-width: 468px) {
        .flow01 table td {
          display: block; } }
    .flow01 table .arrow {
      width: 100px; }
      @media screen and (max-width: 468px) {
        .flow01 table .arrow {
          width: 100%; } }

.flow_no {
  background: url(../images/common/arrow.png);
  width: 86px;
  height: 110px;
  padding: 20px 20px 20px 10px;
  font-size: 46px;
  color: #fff; }
  @media screen and (max-width: 468px) {
    .flow_no {
      background: #413124;
      width: 100%;
      height: auto;
      padding: 5px;
      font-size: 28px;
      text-align: center !important;
      font-weight: bold; } }

/***********流れ02***********/
.table_flow {
  margin: 20px 0; }
  .table_flow table td {
    padding: 10px !important;
    border: 0 !important;
    background: #e9f0ff; }
    @media screen and (max-width: 768px) {
      .table_flow table td {
        display: block; } }
  .table_flow table .step {
    color: #fff;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: #004eff;
    width: 150px; }
    @media screen and (max-width: 768px) {
      .table_flow table .step {
        width: 100%;
        text-align: center; } }
  .table_flow table .setp_title {
    padding-bottom: 0 !important; }
    .table_flow table .setp_title p {
      padding-left: 20px;
      border-bottom: 2px solid #004eff;
      font-size: 24px;
      font-weight: bold;
      color: #004eff;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      @media screen and (max-width: 768px) {
        .table_flow table .setp_title p {
          text-align: center;
          padding-left: 0px; } }

/****************流れ03**************************/
.flow_table {
  max-width: 100%;
  margin: 0 auto; }
  .flow_table table {
    background: #e7e7e7;
    border-bottom: 1px solid #ccc; }
    .flow_table table td {
      padding: 0px !important; }
      @media screen and (max-width: 768px) {
        .flow_table table td {
          display: block; } }
    .flow_table table .flow_table_icon_sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .flow_table table .flow_table_icon_sp {
          display: block;
          text-align: center;
          padding-bottom: 10px !important; } }
    .flow_table table .flow_table_icon {
      width: 30px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .flow_table table .flow_table_icon {
          display: none; } }
    .flow_table table .flow_table_title {
      font-size: 22px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: bold;
      color: #413124;
      width: 300px; }
      @media screen and (max-width: 768px) {
        .flow_table table .flow_table_title {
          width: 100%;
          text-align: left !important;
          padding-left: 10px !important;
          padding-top: 10px !important; } }
    .flow_table table .flow_table_text {
      padding-left: 20px !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important; }
      .flow_table table .flow_table_text br {
        display: none; }
      .flow_table table .flow_table_text p {
        padding-left: 20px;
        position: relative; }
      .flow_table table .flow_table_text p:after {
        content: "";
        height: 9px;
        width: 12px;
        position: absolute;
        margin: auto;
        left: 0;
        top: 6px;
        background: url(../images/common/cnt_icon02.png); }
    .flow_table table .flow_table_goods {
      padding: 10px !important;
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      text-align: center; }

/*****************************よくある質問****************************************/
.faq {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px dotted #413124; }
  .faq td {
    border: 0 !important; }
  .faq .question {
    padding-left: 70px !important;
    position: relative;
    padding-bottom: 20px;
    padding-top: 25px; }
    .faq .question p {
      color: #413124;
      font-size: 24px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .faq .question p {
          font-size: 20px; } }
    .faq .question:after {
      content: "";
      background: url(../images/common/faq_q.png);
      position: absolute;
      width: 60px;
      height: 60px;
      top: 0;
      left: 0;
      margin: auto;
      display: block;
      visibility: inherit; }
  .faq .answer {
    padding-left: 70px !important;
    position: relative;
    padding-bottom: 20px;
    padding-top: 35px; }
    .faq .answer p {
      font-size: 16px;
      font-weight: bold; }
    .faq .answer:after {
      content: "";
      background: url(../images/common/faq_a.png);
      position: absolute;
      width: 60px;
      height: 60px;
      top: 0;
      left: 0;
      margin: auto;
      display: block;
      visibility: inherit; }

/*************************テーブルリスト(ボタン横列)***********************************/
.table_list {
  padding: 20px 0; }
  @media screen and (max-width: 468px) {
    .table_list {
      padding: 10px 0; } }
  .table_list tbody {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    width: auto; }
  .table_list tr {
    display: block; }
    @media screen and (max-width: 468px) {
      .table_list tr {
        width: 100%; } }
    .table_list tr td {
      border: 0 !important;
      padding: 10px !important; }
      @media screen and (max-width: 768px) {
        .table_list tr td {
          padding: 5px !important; } }
      .table_list tr td a {
        width: 100%;
        padding: 15px;
        background: #12913e;
        color: #fff !important;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        border: 1px solid #00660c; }
        @media screen and (max-width: 768px) {
          .table_list tr td a {
            padding: 5px;
            text-align: left; } }

/*************************テーブルリスト01***********************************/
.table_list01 table td {
  padding: 0 !important;
  border: 0 !important;
  padding-bottom: 10px !important; }
  .table_list01 table td p {
    padding-bottom: 0;
    padding-left: 30px;
    position: relative;
    font-weight: bold; }
    .table_list01 table td p:after {
      content: "";
      width: 21px;
      height: 21px;
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      background: url(../images/common/cnt_icon03.png);
      background-repeat: none; }

/*************************ページ内リンク01***********************************/
.link_name01 {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .link_name01 {
      margin-top: -80px;
      padding-top: 80px; } }

/*******************チェック　ul******************************/
.check_ul01 {
  padding: 50px 0; }
  .check_ul01 ul {
    max-width: 650px;
    margin: 0 auto;
    display: block !important; }
    .check_ul01 ul li {
      float: none !important;
      display: block !important;
      font-size: 20px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      color: #2a2e67;
      font-weight: bold;
      padding-left: 70px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #2a2e67;
      position: relative; }
      .check_ul01 ul li:after {
        content: "";
        width: 51px;
        height: 26px;
        display: block;
        position: absolute;
        left: 5px;
        top: 10px;
        background: url(../images/common/list_icon.png); }

/*******************お写真紹介 table********************/
.fancybox table {
  width: auto; }
  .fancybox table td img {
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

#fancybox-title-float-wrap td {
  padding: 0px 7px !important; }

/****************************会社概要************************************/
.information_table {
  font-size: 18px; }
  .information_table table {
    width: 100%;
    margin: 0 auto; }
    .information_table table td {
      border: 0 !important;
      padding: 10px !important;
      border: 1px solid #413124 !important; }
      @media screen and (max-width: 468px) {
        .information_table table td {
          display: block !important;
          width: 100% !important; } }
    .information_table table .information_title {
      padding-left: 20px !important;
      width: 30%;
      font-weight: bold;
      background: #fff6e2; }

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto; }
  .before_after table {
    margin: 0 auto; }
    .before_after table td {
      border: 0px;
      padding: 10px !important;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .before_after table td {
          display: block; } }
      .before_after table td p {
        text-align: center;
        font-weight: bold;
        color: #413124;
        font-size: 18px;
        margin-top: 10px; }
    .before_after table .before_after_img img {
      width: 100% !important; }
      @media screen and (max-width: 768px) {
        .before_after table .before_after_img img {
          width: 95% !important; } }
    .before_after table .arrow_img {
      width: 50px !important; }
      @media screen and (max-width: 768px) {
        .before_after table .arrow_img {
          width: 100% !important; } }

/***************クーポン***************************/
.coupon {
  padding: 10px !important; }
  .coupon table {
    border: 1px solid #fff; }
    .coupon table td {
      color: #fff;
      padding: 10px !important; }
    .coupon table .coupon_title {
      font-size: 40px;
      border-bottom: 1px solid #fff !important;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: bold; }
    .coupon table .coupon_price {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: bold; }
      .coupon table .coupon_price span {
        font-size: 30px; }

/***************新着情報***************************/
.news_bg {
  max-width: 1000px;
  border: 1px solid #413124;
  background: #fff8ed;
  margin: 0 auto; }

.newstitle {
  border-bottom: 1px solid #199640;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: bold; }

.news_table table {
  width: 100%;
  margin-top: 20px;
  position: relative; }
  .news_table table:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dotted #413124; }
  .news_table table td {
    padding: 0px !important;
    border: 0px !important; }
  .news_table table .news_day {
    width: 100px;
    color: #413124;
    font-weight: bold; }
  .news_table table .news_text {
    padding-bottom: 20px !important; }

.scroll {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  height: 340px;
  text-align: left;
  border: 1px #413124 solid;
  padding: 20px;
  background: #fff !important; }

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #413124 !important;
  width: 10px !important;
  border-radius: 0px !important; }

/* title */

/*# sourceMappingURL=common_style.css.map */
