@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 400; }

.block-one {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/start.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 9999999; }
  @media screen and (max-width: 468px) {
    .block-one {
      background-size: 100%;
      -webkit-background-size: 100%;
      background-attachment: inherit; } }

.block-two {
  display: none; }

figure {
  padding: 0;
  margin: 0; }

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

@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.common_inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (max-width: 768px) {
    .common_inner {
      padding: 0 10px; } }

.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #000;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0;
  max-width: 100% !important; }
  #contents #main {
    width: 100% !important; }

#main #col_main {
  width: 100%; }

.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; }

.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; }

#contents {
  max-width: 1200px;
  width: 100%; }

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

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", 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%; }

#header {
  width: 100%;
  background: #d1b0b5;
  padding: 2% 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #header {
      position: fixed;
      z-index: 99999999; } }
  @media screen and (max-width: 468px) {
    #header {
      padding: 30px 0; } }
  #header .flex_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    #header .flex_wrap .logo_wrap {
      width: 15%; }
      @media screen and (max-width: 768px) {
        #header .flex_wrap .logo_wrap {
          width: 20%; } }
      @media screen and (max-width: 468px) {
        #header .flex_wrap .logo_wrap {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          align-items: center;
          width: 40%; } }
      #header .flex_wrap .logo_wrap .logo2 {
        margin: 7% 4% 0; }
        @media screen and (max-width: 468px) {
          #header .flex_wrap .logo_wrap .logo2 {
            margin: 5px 0 0 10px; } }

#gNav {
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px; }
  @media screen and (max-width: 768px) {
    #gNav {
      right: 4%; } }

.main_images {
  margin-bottom: -2px; }
  @media screen and (max-width: 768px) {
    .main_images {
      padding-top: 60px; } }
  @media screen and (max-width: 468px) {
    .main_images {
      padding-top: 100px; } }
  .main_images img {
    margin-top: -2px; }

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

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

.header_menu {
  position: fixed !important;
  top: 6% !important;
  right: 2% !important;
  z-index: 9999999; }
  @media screen and (max-width: 768px) {
    .header_menu {
      top: 2.5% !important; } }
  @media screen and (max-width: 468px) {
    .header_menu {
      top: 5% !important; } }

#footer {
  background: #5c091e;
  padding: 20px 0; }
  #footer img {
    width: 100%;
    max-width: 230px; }

#contents_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px; }

/* TOP */
.table_wrap1 .box2 {
  padding-top: 10px !important; }

.table_wrap2 .box1 {
  float: right !important;
  display: block;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .table_wrap2 .box1 {
      float: none !important;
      width: 100%; } }
.table_wrap2 .box2 {
  float: left !important;
  display: block;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .table_wrap2 .box2 {
      float: none !important;
      width: 100%; } }
.table_wrap2 a {
  display: block;
  max-width: 300px;
  color: #d0afb4;
  margin: 0 auto;
  border: 1px solid #d0afb4;
  text-align: center;
  text-decoration: none;
  padding: 20px 10px;
  transition: 0.7s; }
  .table_wrap2 a:hover {
    opacity: 1;
    background: #d0afb4;
    color: #173949; }

/* 3列 */
.wrap1 {
  margin-left: -1.53846% !important; }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: -3% !important; } }
  .wrap1 .box_wrap {
    float: left !important;
    width: 23.45641% !important;
    margin-left: 1.53846% !important;
    clear: none !important;
    margin-bottom: 1%; }
    @media screen and (max-width: 468px) {
      .wrap1 .box_wrap {
        width: 47% !important;
        margin-left: 3% !important; } }
    .wrap1 .box_wrap img {
      width: 100% !important;
      max-width: 100% !important; }

.disnone {
  display: none; }

#fancybox-content, #fancybox-outer {
  background: #000 !important; }
  #fancybox-content p, #fancybox-outer p {
    color: #d1b0b5 !important; }

.mono a:hover {
  opacity: 1; }
.mono img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .mono img:hover {
    -webkit-filter: none;
    filter: none; }

.btn_wrap {
  margin-top: 30px; }
  .btn_wrap p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 468px) {
      .btn_wrap p {
        display: block; } }
    .btn_wrap p a {
      color: #d1b0b5;
      text-decoration: none;
      display: block;
      border: 1px solid #d1b0b5;
      padding: 10px 40px;
      margin-left: 10px;
      transition: 0.7s; }
      @media screen and (max-width: 468px) {
        .btn_wrap p a {
          margin-left: 0;
          text-align: center; } }
      .btn_wrap p a:hover {
        opacity: 1;
        background: #d1b0b5;
        color: #5c091e; }

/* title */
h2.h2title1, h2.h2title2, h2.h2title3, h2.h2title4 {
  color: #d1b0b5;
  text-align: center;
  font-size: 35px;
  line-height: 1.6;
  font-family: "Roboto Condensed", sans-serif; }
  h2.h2title1 span, h2.h2title2 span, h2.h2title3 span, h2.h2title4 span {
    font-size: 16px;
    display: block; }
h2.h2title2 {
  color: #173949; }
h2.h2title3 {
  color: #d1b0b5; }
h2.h2title4 {
  color: #333;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    h2.h2title4 {
      margin-top: 20%; } }
  @media screen and (max-width: 468px) {
    h2.h2title4 {
      margin-top: 35%; } }

h3.h3title, h3.h3title2 {
  overflow: hidden;
  text-align: center;
  color: #173949;
  font-size: 20px; }
  h3.h3title span, h3.h3title2 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left; }
    h3.h3title span:before, h3.h3title2 span:before, h3.h3title span:after, h3.h3title2 span:after {
      position: absolute;
      top: 50%;
      content: '';
      width: 400%;
      height: 1px;
      background-color: #173949; }
    h3.h3title span:before, h3.h3title2 span:before {
      right: 100%; }
    h3.h3title span:after, h3.h3title2 span:after {
      left: 100%; }
h3.h3title2 {
  color: #d1b0b5; }
  h3.h3title2 span:before, h3.h3title2 span:after {
    background-color: #d1b0b5; }

/* common */
.pankuzu {
  margin: 5px 0; }
  .pankuzu ul li {
    float: left;
    margin-right: 10px; }
    .pankuzu ul li a {
      text-decoration: none; }
      .pankuzu ul li a .pantitle {
        color: #000; }

.pdT100 {
  padding-top: 100px; }

.pdB100 {
  padding-bottom: 100px; }

.max700 {
  max-width: 700px;
  margin: 0 auto !important;
  text-align: center; }

.img_center {
  text-align: center; }

.linehight {
  line-height: 2; }

.mapanc a {
  display: block;
  max-width: 200px;
  margin: 30px auto 0;
  border: 1px solid #173949;
  padding: 10px 0;
  text-decoration: none;
  color: #173949;
  transition: 0.7s; }
  .mapanc a:hover {
    opacity: 1;
    background: #173949;
    color: #d1d3cc; }

.customeranc a {
  display: block;
  max-width: 200px;
  margin: 30px auto 0;
  border: 1px solid #d1b0b5;
  padding: 10px 0;
  text-decoration: none;
  color: #d1b0b5; }

.pama {
  padding-top: 100px;
  margin-top: -100px; }

.bgimg1 {
  background-repeat: no-repeat;
  background-size: cover; }

.青色 {
  color: #173949; }

.ピンク {
  color: #d1b0b5; }

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