@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2.3em;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px; }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 16px;
      line-height: 2.0em; } }
  @media screen and (min-width: 835px) {
    body {
      background: url(../images/common/bg01.png) no-repeat right top;
      background-size: cover;
      background-attachment: fixed; } }

.contents-inner {
  background: rgba(255, 255, 255, 0.6);
  padding: 2%; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.inner2 {
  margin: 0 auto;
  max-width: 1000px; }

#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.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: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

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; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 834px) {
    header#global_header {
      padding-top: 48px; } }

#header_wrap {
  background: rgba(0, 0, 0, 0.7);
  width: 100% !important;
  position: absolute;
  top: 0;
  height: 100px; }
  @media only screen and (max-width: 834px) {
    #header_wrap {
      display: none; } }

.mean-container .mean-push {
  display: none !important; }

#nav_global {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        text-align: center;
        display: block;
        padding: 15px 0;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #fff;
        font-size: 16px; }
        @media screen and (min-width: 951px) and (max-width: 1200px) {
          #nav_global ul li a {
            font-size: 14px; } }
        @media screen and (max-width: 950px) {
          #nav_global ul li a {
            font-size: 12px; } }
        #nav_global ul li a span {
          font-size: 12px; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5); }
        #nav_global ul li ul li a {
          font-size: 16px;
          width: 100%;
          display: block;
          padding-top: 10px;
          padding-bottom: 10px; }
          @media screen and (max-width: 920px) {
            #nav_global ul li ul li a {
              font-size: 14px; } }
    #nav_global ul #nav-logo img {
      height: 100px !important; }
      @media screen and (max-width: 900px) {
        #nav_global ul #nav-logo img {
          height: 75px !important; } }

@media screen and (max-width: 900px) {
  .nav_global2 img {
    height: 75px !important; }
  .nav_global2 li a {
    font-size: 14px !important; } }

#mainArea {
  background: #fff;
  position: relative;
  top: 0;
  max-width: 100%;
  margin: 0 auto; }
  #mainArea #slider {
    width: 100%;
    margin: 0 auto; }
    #mainArea #slider li img {
      height: auto; }
      @media only screen and (max-width: 640px) {
        #mainArea #slider li img {
          height: 100vh !important;
          object-fit: cover; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

#header-logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 30%; }
  @media screen and (max-width: 1400px) {
    #header-logo img {
      width: 13%; } }
  @media only screen and (max-width: 640px) {
    #header-logo {
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      #header-logo img {
        width: 60%; } }

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #000 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.5em 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*
  background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a.mean-expand {
  height: 30px !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .mean-container .mean-nav ul li a.mean-expand {
      height: 25px !important; } }

.mean-container .mean-nav ul li li a {
  padding: 0.2em 10% !important; }

#main-icon {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: flex;
  position: absolute;
  top: 300px;
  right: -160px; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #main-icon {
      top: 280px; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #main-icon {
      top: 260px; } }
  @media only screen and (max-width: 640px) {
    #main-icon {
      position: fixed;
      transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      width: 280px;
      top: 7px;
      left: 5px;
      z-index: 1000000; }
      #main-icon .main-tel {
        margin-right: 0; } }

.main-tel {
  margin-right: 10px; }

.anchor {
  display: block;
  transform: translateY(-60px); }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
footer#global_footer {
  background-color: #000 !important;
  min-width: 100% !important;
  margin-top: 80px;
  color: #fff; }
  @media only screen and (max-width: 834px) {
    footer#global_footer {
      margin-top: 50px; } }
  footer#global_footer a {
    color: #fff !important; }

address {
  padding: 50px; }
  address span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px; }

#footer-nav {
  background: #2b2b2b;
  padding: 20px; }
  #footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 834px;
    margin: 0 auto; }
    #footer-nav ul a {
      padding: 15px; }

#copyright {
  max-width: 100%;
  background: #000;
  color: #fff !important; }
  #copyright a {
    color: #fff !important; }

/*
#sm-icon {
	@media screen and (min-width:469px){
		display: none;
	}
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
	div {
		width: 33.333%;
		background:$main-color;
		border:1px solid #fff ;
		a, p, i {
			color:#fff !important;
		}
	}
	position: fixed;
	bottom:0;
}*/
.abc {
  font-size: 30px;
  color: red; }

@media screen and (max-width: 1200px) {
  .top-side-space {
    margin-left: -20px;
    margin-right: -20px; } }

.imgL {
  max-width: 100% !important; }

/*
.top-cont1-wrap {
  position: relative;
  padding: 5% 0 !important;
  @include tab {
    padding: 15% 0 !important;
    margin-bottom: 80px !important;
  }
  @include sp {
    padding: 15% 0 !important;
    margin-bottom: 50px !important;
  }
}
.top-cont1-inner {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background: url(../images/common/top_bg01.png) repeat ;
    z-index: -1;  

}*/
.top-cont1-wrap {
  position: relative;
  padding: 80px 0 !important; }
  @media only screen and (max-width: 834px) {
    .top-cont1-wrap {
      padding: 50px 0 !important; } }

.top-cont1-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg01.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

.top-cont1 {
  max-width: 1200px;
  margin: 0 auto; }
  .top-cont1 .top-title {
    width: 50%; }
    .top-cont1 .top-title h1 {
      font-size: 26px;
      color: #fff;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 834px) {
      .top-cont1 .top-title {
        width: 90%;
        margin: 0 auto; }
        .top-cont1 .top-title h1 {
          font-size: 20px;
          font-weight: bold;
          margin-left: 10px; } }
    @media screen and (min-width: 835px) and (max-width: 1000px) {
      .top-cont1 .top-title {
        width: 70%; } }
    @media screen and (min-width: 1001px) and (max-width: 1200px) {
      .top-cont1 .top-title {
        width: 70%; } }
  .top-cont1 .top-cont1-txt {
    width: 50%;
    color: #fff;
    font-size: 16px; }
    @media only screen and (max-width: 834px) {
      .top-cont1 .top-cont1-txt {
        width: 90%;
        margin: 0 auto; } }
    @media screen and (min-width: 835px) and (max-width: 1000px) {
      .top-cont1 .top-cont1-txt {
        width: 70%; } }
    @media screen and (min-width: 1001px) and (max-width: 1200px) {
      .top-cont1 .top-cont1-txt {
        width: 70%; } }

.TFLX1 {
  margin-right: -20px;
  margin-left: -20px;
  display: flex; }
  .TFLX1 .box {
    width: 50%; }
  @media only screen and (max-width: 640px) {
    .TFLX1 {
      flex-direction: column-reverse; }
      .TFLX1 .box {
        width: 100%; } }

.TFLX1-txt {
  color: #fff;
  font-size: 16px;
  background-size: cover;
  padding: 5%; }
  .TFLX1-txt h2 {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 640px) {
      .TFLX1-txt h2 {
        font-size: 20px;
        font-weight: bold; } }
  .TFLX1-txt a {
    color: #fff;
    border: 1px solid #fff;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 10px; }

.TFLX1 .box img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover; }
.TFLX1 .box .imgL {
  margin: 0 !important; }

.TFLX2 {
  margin-right: -20px;
  margin-left: -20px;
  display: flex; }
  .TFLX2 .box {
    width: 50%; }
  @media only screen and (max-width: 640px) {
    .TFLX2 {
      flex-direction: column; }
      .TFLX2 .box {
        width: 100%; } }

.TFLX2-txt {
  color: #fff;
  font-size: 16px;
  background-size: cover;
  padding: 5%; }
  .TFLX2-txt h2 {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 640px) {
      .TFLX2-txt h2 {
        font-size: 20px;
        font-weight: bold; } }
  .TFLX2-txt a {
    color: #fff;
    border: 1px solid #fff;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 10px; }

.TFLX2 .box img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover; }
.TFLX2 .box .imgL {
  margin: 0 !important; }

.TFLX3 {
  width: 100%;
  flex-wrap: wrap; }
  .TFLX3 .box {
    width: 33.333%; }
    .TFLX3 .box img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .TFLX3 .box img:hover {
        opacity: 1 !important;
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .TFLX3 .box a:hover {
      opacity: 1 !important; }
  @media only screen and (max-width: 640px) {
    .TFLX3 {
      flex-direction: column; }
      .TFLX3 .box {
        width: 80%;
        margin: 10px auto; }
        .TFLX3 .box:first-child {
          margin-top: 20px; }
        .TFLX3 .box:last-child {
          margin-bottom: 20px; } }

.TCT h2 {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .TCT h2 {
      font-size: 24px; } }
.TCT .tel-s {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media only screen and (max-width: 640px) {
    .TCT .tel-s {
      font-size: 20px; }
      .TCT .tel-s a {
        color: #fff !important; } }

.news-bg {
  position: relative;
  padding: 80px 0 !important; }
  @media only screen and (max-width: 834px) {
    .news-bg {
      padding: 50px 0 !important; } }

.news-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg04.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

.news-title h2 {
  font-size: 24px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media only screen and (max-width: 834px) {
    .news-title h2 {
      font-size: 20px; } }

.news-wrap {
  padding: 30px;
  background: #000;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .news-wrap {
      height: 300px; } }

.news {
  height: 200px;
  overflow-y: auto; }
  .news dl {
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff; }
    .news dl dt {
      color: #fff;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 834px) {
      .news dl {
        display: block !important; }
        .news dl dt, .news dl dd {
          width: 100% !important; } }

.news-bg {
  position: relative;
  padding: 80px 0 !important; }

.news-bg-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg02.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

.insta-wrap {
  display: flex; }
  .insta-wrap .insta-title {
    width: 16.666%;
    position: relative; }
    .insta-wrap .insta-title h2 {
      color: #fff;
      font-size: 25px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      position: absolute;
      top: 47%;
      right: 0;
      left: 0;
      margin: auto; }
  .insta-wrap .insta-cont {
    width: 83.334%;
    background: #000; }
  .insta-wrap .sns_list {
    flex-direction: initial !important;
    flex-wrap: wrap;
    width: 100%;
    border: none !important; }
    .insta-wrap .sns_list div {
      width: 20%;
      border: none !important; }
    .insta-wrap .sns_list .sns_text {
      display: none; }
    .insta-wrap .sns_list .sns_photo {
      width: 100% !important;
      height: 100% !important;
      padding: 0 !important; }
      .insta-wrap .sns_list .sns_photo img {
        max-height: 317px;
        height: 100% !important;
        width: 100%; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .insta-wrap .insta-title h2 {
      font-size: 20px;
      top: 40%; } }
  @media only screen and (max-width: 640px) {
    .insta-wrap {
      flex-direction: column; }
      .insta-wrap .insta-title {
        width: 100%;
        height: 50px;
        position: static; }
        .insta-wrap .insta-title h2 {
          position: static;
          line-height: 50px; }
      .insta-wrap .insta-cont {
        width: 100%; }
      .insta-wrap .sns_list div {
        width: 50%; } }

.top-link2 table td a:hover {
  opacity: 1 !important; }

.top-link2-bg {
  position: relative;
  padding: 80px 0 !important; }

.top-link2-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg05.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

.tel-s a {
  color: #333 !important; }
  .tel-s a:hover {
    opacity: 1.0 !important; }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; } }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .w1000 {
      padding-left: 10px;
      padding-right: 10px; } }

@media only screen and (max-width: 640px) {
  .TLIR table tr {
    display: flex;
    flex-direction: column-reverse; } }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .w1200 {
      padding-left: 10px;
      padding-right: 10px; } }

.ai-company dt {
  align-items: center !important; }
@media only screen and (max-width: 640px) {
  .ai-company dl {
    display: block !important; }
    .ai-company dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company dl dd {
      width: 100% !important; } }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  margin-bottom: 50px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.page-title-wrap {
  position: relative;
  z-index: -1;
  padding: 15% 0 10% 0 !important;
  margin-bottom: 70px; }
  @media only screen and (max-width: 834px) {
    .page-title-wrap {
      padding: 20% 0  !important;
      margin-bottom: 30px; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .page-title-wrap {
      padding: 20% 0  10% !important; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .page-title-wrap {
      padding: 20% 0  10%  !important; } }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/page_title_bg.png) no-repeat right top;
  background-size: cover;
  z-index: -1; }

.page-title-inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/page_title_bg_b.png) no-repeat left top;
  background-size: cover;
  z-index: -1; }

.page-title h1 {
  font-size: 36px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  display: block; }
  @media only screen and (max-width: 834px) {
    .page-title h1 {
      font-size: 28px; } }
  @media only screen and (max-width: 640px) {
    .page-title h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 335px) {
    .page-title h1 {
      font-size: 20px; } }

.title, .title3 {
  /*
    h1 {
    font-size: 36px;
    color:$title-color;
    font-family: $title-font;
    text-align: center;
    @include tabsp {
       font-size: 24px;
    }
  }*/ }
  .title h2, .title3 h2 {
    font-size: 24px;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 5px;
    background: #331a0e;
    border-left: solid 10px #000; }
    @media only screen and (max-width: 834px) {
      .title h2, .title3 h2 {
        font-size: 20px; } }
  .title h3, .title3 h3, .title h4, .title3 h4 {
    font-size: 20px;
    color: #fff;
    padding: 3px;
    background: #000;
    border-left: solid 10px #6e0b0b; }
    .title h3 i, .title3 h3 i, .title h4 i, .title3 h4 i {
      margin: 5px; }
    @media only screen and (max-width: 834px) {
      .title h3, .title3 h3, .title h4, .title3 h4 {
        font-size: 18px; } }

.title2 h2 {
  font-size: 20px;
  font-family: bold;
  position: relative;
  padding: 0.25em 0;
  margin: 40px auto 20px; }
  @media only screen and (max-width: 834px) {
    .title2 h2 {
      font-size: 18px; } }
  .title2 h2:after {
    content: "";
    display: block;
    height: 2px;
    background: #331a0e; }
.title2 h3, .title2 .title h4, .title .title2 h4, .title2 .title3 h4, .title3 .title2 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #331a0e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative; }
  .title2 h3:before, .title2 .title h4:before, .title .title2 h4:before, .title2 .title3 h4:before, .title3 .title2 h4:before {
    content: "";
    position: absolute;
    background: #560404;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
@media only screen and (max-width: 834px) {
  .title2 {
    font-size: 18px; } }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title {
  margin: 30px auto 20px; }
  .step-title span {
    font-size: 20px;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-style: oblique;
    color: #fff; }
  .step-title h3, .step-title .title h4, .title .step-title h4, .step-title .title3 h4, .title3 .step-title h4 {
    font-size: 20px; }
  @media only screen and (max-width: 834px) {
    .step-title span, .step-title h3, .step-title .title h4, .title .step-title h4, .step-title .title3 h4, .title3 .step-title h4 {
      font-size: 18px !important; } }

.greeting-FLX {
  display: flex;
  align-items: center; }
  .greeting-FLX .greeting-img {
    width: 40%;
    padding: 10px; }
  .greeting-FLX .greeting-txt {
    width: 60%;
    padding: 10px; }
  @media only screen and (max-width: 640px) {
    .greeting-FLX {
      flex-direction: column; }
      .greeting-FLX .greeting-img {
        width: 80%;
        margin: 10px auto; }
      .greeting-FLX .greeting-txt {
        width: 100%; } }

.media-FLX {
  text-align: center; }
  .media-FLX .box {
    width: 23%;
    margin: 1%;
    margin-bottom: 10px !important; }
  .media-FLX img {
    width: 100%; }
  @media only screen and (max-width: 834px) {
    .media-FLX .box {
      width: 48% !important; }
    .media-FLX img {
      height: 130px; } }
  .media-FLX h3, .media-FLX .title h4, .title .media-FLX h4, .media-FLX .title3 h4, .title3 .media-FLX h4 {
    display: none; }

.gallery-FLX .box {
  width: 23%;
  margin: 1%;
  margin-bottom: 10px !important; }
.gallery-FLX img {
  width: 100%;
  height: 192px !important;
  object-fit: cover; }
@media only screen and (max-width: 834px) {
  .gallery-FLX .box {
    width: 48% !important; }
  .gallery-FLX img {
    height: 130px; } }

.menu-DL dt, .menu-DL2 dt, .menu-DL dd, .menu-DL2 dd {
  flex-direction: initial !important;
  text-align: center; }
.menu-DL dt, .menu-DL2 dt {
  font-weight: bold; }
.menu-DL dd, .menu-DL2 dd {
  color: #6e0b0b; }
@media only screen and (max-width: 640px) {
  .menu-DL dt, .menu-DL2 dt, .menu-DL dd, .menu-DL2 dd {
    flex-direction: column !important;
    background: none !important;
    padding: 0 !important;
    border: transparent !important;
    border-bottom: 1px dashed #ccc !important; }
  .menu-DL dt, .menu-DL2 dt {
    font-weight: bold;
    text-align: left;
    width: 90% !important;
    font-size: 14px; }
  .menu-DL dd, .menu-DL2 dd {
    color: #6e0b0b;
    width: 10% !important;
    min-width: 55px;
    font-size: 14px; } }

.menu-DL2 dt {
  min-width: 220px; }
@media only screen and (max-width: 640px) {
  .menu-DL2 dt {
    width: 25% !important;
    min-width: 140px; }
  .menu-DL2 dd {
    width: 75% !important;
    text-align: left; } }

.menu-FLX {
  display: flex;
  /*
  @include sp {
    flex-direction: column;
    .box {
      width: 100%;
    }
  } 
  */ }
  .menu-FLX .box {
    width: 48%;
    margin: 1%; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  color: #fff !important; }

div.submit {
  background: rgba(255, 255, 255, 0.6);
  width: 100% !important;
  margin: 0 auto !important; }

.contact_contents #contents_wrap {
  padding-top: 100px !important; }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

@media only screen and (max-width: 834px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms; }

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms; }

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common_style.css.map */
