@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-weight: 400;
  letter-spacing: 0.6;
  background: #000;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  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; }

.tdpd0 td {
  padding: 0px !important; }

.tdpd5 td {
  padding: 5px !important; }

.tdpd10 td {
  padding: 10px !important; }

.tdpd15 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 tr td {
    border: 0 !important;
    vertical-align: top; }
    @media screen and (max-width: 468px) {
      .cnt_table table tr td {
        width: 100% !important; } }
    @media screen and (max-width: 468px) {
      .cnt_table table tr td img {
        width: 100% !important; } }

.tdsp_left {
  text-align: left !important; }
  @media screen and (max-width: 468px) {
    .tdsp_left {
      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_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 #fff;
    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 #fff;
    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: #fff 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: #fff solid 1px !important;
    background: #d6eeff !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center; }
    @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 a:link {
  color: #fff !important;
  text-decoration: none !important; }
.pankuzu a:visited {
  color: #fff !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%; }

/******************PCの時表示　タブレット時の非表示**************************************/
.display_pc {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .display_pc {
      display: none; } }

.display_pc01 {
  text-align: center; }
  @media screen and (max-width: 468px) {
    .display_pc01 {
      display: none; } }

/******************タブレットの時表示　PC時の非表示**************************************/
.display_tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .display_tab {
      text-align: center;
      display: block; } }

/******************タブレットの時表示　PC時の非表示**************************************/
.display_sp {
  display: none; }
  @media screen and (max-width: 468px) {
    .display_sp {
      text-align: center;
      display: block; } }

.mincho div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

header#global_header {
  max-width: 100%;
  min-width: 100%; }

#header {
  width: 100%;
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #header {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media screen and (max-width: 768px) {
  div#builingual {
    padding-top: 53px !important; } }

#hed_tel {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 260px;
  height: 57px; }
  @media screen and (max-width: 768px) {
    #hed_tel {
      position: static;
      width: 100%;
      margin-top: 30px;
      text-align: center; } }

#nav_global {
  padding-bottom: 50px;
  width: 100%; }
  #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-size: 18px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    #nav_global ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      height: 100%;
      width: 1px;
      background: #333; }
    #nav_global ul li:last-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      height: 100%;
      width: 1px;
      background: #333; }
    #nav_global ul ul {
      display: block;
      z-index: 99;
      position: absolute;
      width: 100%; }
      #nav_global ul ul li {
        width: 100%;
        background: #344c32; }
      #nav_global ul ul li:before {
        display: none; }
      #nav_global ul ul li:last-child:after {
        display: none; }

.flex_box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .flex_box {
      display: block; } }

.flR #hed_info {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .flR #hed_info {
      -webkit-justify-content: center;
      justify-content: center; } }
  .flR #hed_info .head_mail {
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .flR #hed_info .head_mail {
        margin-left: 5px; } }
  .flR #hed_info .head_tel {
    margin-left: 10px;
    margin-right: 5px; }
.flR p {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .flR p {
      text-align: center; } }

#mainArea {
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  #mainArea:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ba6900+25,ffdb7a+50,ba6900+75,000000+100 */
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */ }
  #mainArea:before {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ba6900+25,ffdb7a+50,ba6900+75,000000+100 */
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */ }
  #mainArea img {
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  #mainArea .sales_copy {
    height: 100%;
    max-width: 1040px;
    width: 100%; }
    #mainArea .sales_copy img {
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      height: auto !important; }
      @media screen and (max-width: 1000px) {
        #mainArea .sales_copy img {
          bottom: 0;
          top: 0;
          right: 0;
          left: 0;
          margin: auto; } }
      @media screen and (max-width: 768px) {
        #mainArea .sales_copy img {
          width: 90% !important; } }
  #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: #00111f !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #00111f !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: 50px 0;
  font-size: 13px;
  font-weight: bold;
  background: #333 !important; }
  @media screen and (max-width: 768px) {
    #footer {
      padding: 50px 20px; } }
  #footer a:link {
    color: #fff !important;
    text-decoration: none; }
  #footer a:visited {
    color: #fff !important; }

.footer_address {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff !important; }

.footer_tel {
  font-size: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff !important; }

#nav_footer {
  padding-top: 50px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px; }
  #nav_footer ul {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #nav_footer ul {
        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; } }
      @media screen and (max-width: 768px) {
        #nav_footer ul li a {
          background: #00111f !important;
          padding: 10px;
          display: block;
          border-radius: 10px; } }

#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: #000 !important;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 15px;
  font-size: 18px;
  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: 80px;
  background: #000 !important; }
  @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: 30px; } }
  #contents a {
    color: #fff; }

#main {
  width: 100% !important; }

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

.nega_bottom {
  margin-bottom: -80px; }
  @media screen and (max-width: 768px) {
    .nega_bottom {
      margin-bottom: -30px; } }
  @media screen and (max-width: 468px) {
    .nega_bottom {
      margin-bottom: -10px; } }

/* TOP */
.top_h1 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 1em;
  position: relative;
  width: 95%;
  padding-bottom: 45px;
  font-size: 1vw;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .top_h1 {
      font-size: 2vw; } }
  @media screen and (max-width: 768px) {
    .top_h1 {
      font-size: 3vw; } }
  @media screen and (max-width: 468px) {
    .top_h1 {
      font-size: 5vw; }
      .top_h1 br {
        display: none; } }
  .top_h1 span {
    padding-top: 30px;
    display: block;
    font-size: 2vw; }
    @media screen and (max-width: 1000px) {
      .top_h1 span {
        font-size: 3vw; } }
    @media screen and (max-width: 768px) {
      .top_h1 span {
        font-size: 4vw; } }
    @media screen and (max-width: 768px) {
      .top_h1 span {
        font-size: 6vw; } }
  .top_h1:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ba6900+25,ffdb7a+50,ba6900+75,000000+100 */
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */ }

.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_table {
  background: #3f392d; }

.top02_td_title {
  padding: 20px 0 !important; }
  .top02_td_title div {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    font-weight: bold; }

.top02_td_text {
  padding: 10px !important; }
  .top02_td_text div {
    font-size: 16px; }

.top3_title {
  padding-top: 0px !important; }

.top03_h2 {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 23px;
  padding: 10px; }
  .top03_h2 span {
    position: relative;
    z-index: 2; }
  .top03_h2:after {
    content: "";
    width: 100%;
    height: 20px;
    background: #1f3547;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0; }

.top03_h2_02:after {
  background: #344c32 !important; }

.top03_text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 30px !important; }

.top03_btn div {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .top03_btn div {
      justify-content: center;
      display: block; } }
  .top03_btn div a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    border: 1px solid #1f3547;
    width: 100%;
    max-width: 200px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff !important; }
    @media screen and (max-width: 768px) {
      .top03_btn div a {
        margin: 10px auto;
        display: block; } }

.top03_btn02 a {
  border: 1px solid #344c32 !important;
  display: inline-block !important;
  width: auto !important;
  padding: 15px !important; }
  @media screen and (max-width: 768px) {
    .top03_btn02 a {
      width: 100% !important;
      margin: 10px auto !important;
      display: block !important; } }

@media screen and (max-width: 768px) {
  .flex_tab_reverse {
    flex-direction: column-reverse; } }

.top04_tel_table {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .top04_tel_table td {
      display: block;
      font-size: 1.2em; } }

.top04_title {
  font-size: 36px; }

.top04_tel div {
  font-size: 36px;
  font-weight: bold; }
  .top04_tel div a {
    color: #344c32 !important; }

.top04_info {
  font-size: 20px;
  font-weight: bold;
  text-align: center !important; }

.tel_color div {
  color: #344c32; }

.cnt_tel div {
  font-weight: bold;
  border: 1px solid #fff;
  padding: 30px;
  margin: 0 auto;
  font-size: 1.5vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 800px; }
  @media screen and (max-width: 1000px) {
    .cnt_tel div {
      font-size: 2vw; } }
  @media screen and (max-width: 768px) {
    .cnt_tel div {
      font-size: 3vw; } }
  @media screen and (max-width: 768px) {
    .cnt_tel div {
      font-size: 5vw; } }

/*****************メニュー*************************/
.menu_table table {
  width: auto; }
  @media screen and (max-width: 768px) {
    .menu_table table {
      width: 100%; } }
  .menu_table table td {
    border: 0px !important; }
    @media screen and (max-width: 768px) {
      .menu_table table td {
        display: block; } }

.menu_table01 table td {
  border: 0px !important; }
  @media screen and (max-width: 768px) {
    .menu_table01 table td {
      display: block; } }

.menu_img {
  width: 130px !important; }
  @media screen and (max-width: 768px) {
    .menu_img {
      width: 100% !important;
      text-align: center; } }

.menu_price {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  text-align: right !important; }

.menu_title div {
  background: #66100f;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (max-width: 468px) {
    .menu_title div {
      font-size: 16px;
      padding: 5px; } }

.menu_title01 div {
  background: #1f3547;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (max-width: 468px) {
    .menu_title01 div {
      font-size: 16px;
      padding: 5px; } }

.menu_price01 {
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  text-align: right !important; }

.menu_img01 {
  width: 100px; }
  @media screen and (max-width: 768px) {
    .menu_img01 {
      width: 100%; } }

.box_tel {
  border: 1px solid #fff;
  padding: 15px; }

/*****************共通クラス*******************************/
.cnt_title01 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 1em;
  position: relative;
  width: 95%;
  padding-bottom: 45px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  padding-top: 30px;
  display: block;
  font-size: 2vw; }
  @media screen and (max-width: 1000px) {
    .cnt_title01 {
      font-size: 3vw; } }
  @media screen and (max-width: 768px) {
    .cnt_title01 {
      font-size: 4vw; } }
  @media screen and (max-width: 768px) {
    .cnt_title01 {
      font-size: 6vw; } }
  .cnt_title01:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ba6900+25,ffdb7a+50,ba6900+75,000000+100 */
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #ba6900 25%, #ffdb7a 50%, #ba6900 75%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */ }

/***********h2*********************/
.cnt_h1 {
  padding: 30px 0;
  background: url(../images/common/h_bg.jpg);
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  display: block;
  font-size: 2vw;
  font-weight: bold;
  text-shadow: 1px 1px 5px #000; }
  @media screen and (max-width: 1000px) {
    .cnt_h1 {
      font-size: 3vw; } }
  @media screen and (max-width: 768px) {
    .cnt_h1 {
      font-size: 4vw; } }
  @media screen and (max-width: 768px) {
    .cnt_h1 {
      font-size: 6vw; } }

/***********h2*********************/
/***************タイトル02***************/
.cnt_title02 {
  padding-top: 10px;
  padding-bottom: 50px;
  color: 1px solid #fff;
  font-size: 36px;
  position: relative;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff; }
  @media screen and (max-width: 468px) {
    .cnt_title02 {
      font-size: 24px; } }
  .cnt_title02:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 315px;
    height: 3px;
    background: #fff;
    background-size: 100%;
    background-position: center; }
  .cnt_title02 span {
    display: block;
    font-size: 20px; }

/***************タイトル03***************/
.cnt_title03 {
  display: block;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  color: #fff; }
  .cnt_title03:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }

/***************タイトル04***************/
.cnt_title04 {
  display: block;
  position: relative;
  border: 1px dotted #fff;
  font-size: 18px;
  color: #fff;
  background: #d6eeff;
  font-weight: bold;
  padding: 5px; }

/***************タイトル04***************/
.cnt_title05 p {
  display: block;
  position: relative;
  border-bottom: 1px dotted #fff;
  font-size: 24px;
  color: #fff;
  background: #d6eeff;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px; }
  .cnt_title05 p span {
    font-size: 30px;
    color: #ef741a; }

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: #fff;
  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; } }

/*****************図鑑*************************/
.menu_img img {
  width: 100% !important; }

.zukan_table {
  cursor: pointer;
  cursor: hand;
  width: 100%; }
  .zukan_table td {
    border: 0 !important; }
    @media screen and (max-width: 468px) {
      .zukan_table td {
        display: block;
        vertical-align: middle; } }
  .zukan_table:hover {
    opacity: 0.5; }

.pointater_none {
  cursor: auto; }
  .pointater_none:hover {
    opacity: 1; }

.zukan_title {
  padding: 20px !important; }
  .zukan_title span {
    font-size: 18px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.zukan_table01 {
  border: 1px solid #fff;
  padding: 4px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px; }
  .zukan_table01 .zukan_table01_title div {
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px; }

.zukan_sake_img img {
  width: auto !important;
  min-height: 230px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.syopuzai_img img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/******************6枚並び*************************************/
.flex06 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .flex06 .flex06_cnt {
    width: 14.66666%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex06 .flex06_cnt {
        width: 31.11111111%; } }

/******************5枚並び*************************************/
.flex05 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .flex05 .flex05_cnt {
    width: 18%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex05 .flex05_cnt {
        width: 31.11111111%; } }
    @media screen and (max-width: 468px) {
      .flex05 .flex05_cnt {
        width: 48%; } }

/******************4枚並び*************************************/
.flex04 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto; }
  .flex04 .flex04_cnt {
    width: 23%;
    margin: 0 1%; }
    @media screen and (max-width: 768px) {
      .flex04 .flex04_cnt {
        width: 48%; } }

/******************3枚並び*************************************/
.flex03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .flex03 .flex03_cnt {
    width: 31.11111111%;
    margin: 20px 1% 0 1%; }
    @media screen and (max-width: 468px) {
      .flex03 .flex03_cnt {
        width: 48%; } }

/******************3枚並び*************************************/
.flex03_1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .flex03_1 .flex03_cnt {
    width: 31.11111111%;
    margin: 20px 1% 0 1%; }
    @media screen and (max-width: 768px) {
      .flex03_1 .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; } }

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0; }
  .price_table table {
    border-bottom: 1px solid #fff; }
    .price_table table td {
      padding: 5px !important;
      border: 0 !important;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .price_table table td {
          width: 100%;
          display: block; } }
    .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;
      width: 200px; }
      @media screen and (max-width: 768px) {
        .price_table table .price {
          width: 100%; } }

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px;
  background: #e2e1d7;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff; }

.cnt_textbtn01 a {
  padding: 10px;
  background: #d6eeff;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff; }
  @media screen and (max-width: 468px) {
    .cnt_textbtn01 a {
      width: 100%;
      text-align: center; } }

/*******************テキスト*******************************************/
@media screen and (max-width: 468px) {
  .cnt_text div {
    text-align: left !important; } }

/******************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: #d6eeff !important;
      color: #fff !important;
      display: block !important;
      width: 100% !important;
      border: 0px !important; }
    .dldt_list02 dl dd {
      display: block !important;
      width: 100% !important;
      border: 0px !important; }

/*************************ページ内リンク01***********************************/
.link_name01 {
  margin-top: -80px;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .link_name01 {
      margin-top: -80px;
      padding-top: 80px; } }

/*******************お写真紹介 table********************/
#fancybox-title-float-wrap td {
  padding: 0px 7px !important; }

/****************************会社概要************************************/
.information_table {
  font-size: 18px; }
  .information_table table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    .information_table table td {
      border: 0 !important;
      padding: 10px !important;
      border-bottom: 1px solid #fff !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; }
      @media screen and (max-width: 468px) {
        .information_table table .information_title {
          background: rgba(255, 255, 255, 0.2); } }

/******************新着情報　AI用***************************/
.bg_cover {
  background-size: cover !important; }

.news_bg {
  background: rgba(255, 255, 255, 0.8);
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px !important; }
  @media screen and (max-width: 768px) {
    .news_bg {
      padding: 20px !important; } }

.news_title {
  font-size: 30px;
  font-weight: bold;
  color: #594161 !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.top_scroll {
  height: 450px !important; }
  .top_scroll ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .top_scroll ul li {
      border-bottom: 1px dotted #594161;
      padding: 20px 0;
      color: #333;
      float: none !important;
      width: 100%; }
    .top_scroll ul span {
      font-size: 20px;
      color: #594161;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      display: block; }

.scroll {
  margin: 0 auto;
  width: 100%;
  text-align: left; }

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #594161 !important;
  width: 10px !important;
  border-radius: 0px !important; }

/***************新着情報(AIブログ機能用)***************************/
.top_blog .scroll {
  width: 95%;
  margin: 0 auto;
  height: 250px;
  text-align: left;
  border: 1px #fff solid;
  padding: 20px; }
.top_blog .mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #fff !important;
  width: 10px !important;
  border-radius: 0px !important; }

.blog_list {
  border: 0 !important; }

div.blog_list > div {
  border-bottom: solid #fff 1px !important; }

.blog_date {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: bold;
  padding-top: 10px; }

.blog_text h3 {
  font-size: 20px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold; }
  .blog_text h3 a {
    color: #fff !important;
    font-weight: bold; }

.blog_photo {
  display: none; }

div.detail {
  margin-top: 10px !important; }

div.blog_text {
  width: 100% !important;
  font-size: 16px !important; }

/*********************AI用ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important; }
  .blog #prof a {
    color: #fff !important; }
  .blog nav a {
    color: #fff !important; }
  .blog li {
    text-align: left !important; }
  .blog #calendar {
    display: none; }
  .blog .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    width: 95%;
    padding: 50px auto !important;
    margin: 50px auto; }
    .blog .wrap aside {
      width: 25%; }
      @media screen and (max-width: 768px) {
        .blog .wrap aside {
          width: 100%; } }
      .blog .wrap aside button {
        margin-top: 10px;
        padding: 5px 20px; }
      .blog .wrap aside .pages li {
        margin-bottom: 10px;
        text-align: left; }
        .blog .wrap aside .pages li a:link {
          color: #fff !important; }
        .blog .wrap aside .pages li a:visited {
          color: #fff !important; }
      .blog .wrap aside .category li {
        margin-bottom: 10px;
        text-align: left; }
        .blog .wrap aside .category li a:link {
          color: #fff !important; }
        .blog .wrap aside .category li a:visited {
          color: #fff !important; }
      .blog .wrap aside h3 {
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.1);
        margin: 20px 0;
        border: 1px solid #fff; }
    .blog .wrap #contents {
      width: 70% !important; }
      @media screen and (max-width: 768px) {
        .blog .wrap #contents {
          text-align: left; } }
      .blog .wrap #contents dl {
        padding: 10px 0;
        border-bottom: 1px #fff dotted; }
        .blog .wrap #contents dl dt {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      .blog .wrap #contents article {
        padding: 10px 0;
        border-bottom: 1px #fff dotted; }
      @media screen and (max-width: 768px) {
        .blog .wrap #contents .detail {
          text-align: left;
          margin-top: 30px !important; } }
      .blog .wrap #contents .date {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        text-align: left !important; }
      .blog .wrap #contents h2 {
        font-size: 28px;
        font-weight: bold;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .blog .wrap #contents h2 {
            text-align: left !important; } }
      .blog .wrap #contents ul {
        margin-bottom: 10px; }
      .blog .wrap #contents span.translate {
        padding-right: 5px;
        display: block;
        font-size: 24px;
        margin: 10px 0; }

#prof {
  padding-bottom: 10px;
  display: block; }

#prof_text {
  padding-top: 30px;
  text-align: left; }

#prof_detail {
  text-align: center; }
  #prof_detail img {
    margin: 0 auto !important; }

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none; }

/***************AI用Instagram***************************/
.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap; }

.top_instagram div.sns_list > div {
  width: 25%;
  margin: 0;
  display: flex;
  border-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .top_instagram div.sns_list > div {
      width: 50%; } }

.top_instagram div.sns_list > div:last-child {
  display: flex; }

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box; }

.top_instagram div.sns_list div.sns_text {
  display: none; }

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.question {
  background: #f0f7fb;
  padding: 10px;
  font-size: 18px;
  color: #0e4d8c;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  display: block !important; }
  .question .q_img {
    width: 14%; }
  .question .q_txt {
    width: 84%; }

/* title */

/*# sourceMappingURL=common_style.css.map */

.form_wrap p{
  color: #333!important;
}