@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: 2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1b1b1b;
  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: 0.875rem;
  /*
  @media screen and (min-width:835px){
  background: url(../images/common/bg01.png) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
  }
  */ }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 1rem;
      line-height: 1.8em; } }

.contents-inner {
  /*
  	background:rgba(#fff,0.6);
  	padding:2%;
  	*/ }

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !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: "Source Han Serif JP", "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 {
      display: flex;
      justify-content: center;
      align-items: center; } }
  header#global_header #header-wrap {
    position: absolute;
    top: 70px;
    z-index: 1000000;
    width: 100%; }
    @media screen and (max-width: 1500px) {
      header#global_header #header-wrap {
        top: 40px; } }
    @media only screen and (max-width: 834px) {
      header#global_header #header-wrap {
        position: fixed;
        top: 0;
        right: 50px;
        width: auto;
        min-width: 280px;
        left: 0; } }
  header#global_header #header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 834px) {
      header#global_header #header {
        height: 50px; } }
    @media screen and (max-width: 400px) {
      header#global_header #header {
        padding: 0 5px; } }
  header#global_header #header-logo {
    z-index: 100000;
    margin: 0 auto; }
    header#global_header #header-logo img {
      width: 142px;
      height: 124px;
      display: inline-block; }
      @media screen and (min-width: 834px) and (max-width: 1500px) {
        header#global_header #header-logo img {
          width: 100px; } }
    @media screen and (min-width: 834px) {
      header#global_header #header-logo {
        position: absolute;
        top: 20px;
        right: 0;
        left: 0; } }
    @media only screen and (max-width: 834px) {
      header#global_header #header-logo {
        display: none; } }
  header#global_header .top-logo {
    z-index: 100000;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0; }
    header#global_header .top-logo img {
      width: 142px;
      height: 124px;
      display: inline-block; }
    @media only screen and (max-width: 834px) {
      header#global_header .top-logo {
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; } }

@media only screen and (max-width: 834px) {
  #header-tel img {
    height: 40px !important;
    margin-right: 10px; } }

.header-icon a {
  padding: 0 10px;
  font-size: 1.125rem;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: rgba(255, 255, 255, 0.8); }
  .header-icon a i {
    font-size: 1.5rem;
    padding-right: 5px; }
    @media (max-width: 1200px) {
      .header-icon a i {
        font-size: calc(1.275rem + 0.3vw) ; } }
  @media only screen and (max-width: 834px) {
    .header-icon a span {
      display: none; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .header-icon a {
      color: white; } }
  @media only screen and (max-width: 640px) {
    .header-icon a {
      padding: 0 5px;
      color: white; } }
  @media screen and (max-width: 350px) {
    .header-icon a {
      padding: 0; } }

/*
#header-insta-sm {
	@media screen and(min-width:640px) {
		display: none;
	}
	@include sp {
		a {
		color:#fff;
		@include rfs(18);
		}
	}
	@include sps {
		display: none;
	}		
}
*/
#header-cont {
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #830022;
  margin-left: 10px;
  font-size: 0.875rem; }
  #header-cont a {
    color: #830022;
    display: block; }
    #header-cont a i {
      padding-right: 5px; }
  @media only screen and (max-width: 640px) {
    #header-cont {
      margin: 10px auto 0;
      align-self: auto; } }

#header-time {
  font-size: 0.75rem;
  text-align: right !important;
  line-height: normal; }
  #header-time span {
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: #0f0004;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px; }
  @media only screen and (max-width: 640px) {
    #header-time {
      text-align: center !important; } }

@media screen and (min-width: 835px) and (max-width: 1000px) {
  #header-right {
    width: 80%; } }

#nav-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  background: rgba(15, 0, 4, 0.7); }
  @media only screen and (max-width: 834px) {
    #nav-wrap {
      display: none; } }

#nav_global {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: baseline; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative;
      			/*
      				&:not(.first) {
      					&:before {
             				 content: '|';
             				 font-size: 20px;
             				 color:#bbb;
             				 padding-right: 10px;
             				 position: absolute;
             				 top:0;
             				 left:0;
             				 bottom:0;
             				 display: flex;
             				 align-items: center;
             				}
      				}
      			*/ }
      #nav_global ul li a {
        text-align: center;
        font-size: 1.5rem;
        font-family: "Pinyon Script", "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        display: block;
        letter-spacing: 1px;
        line-height: normal;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        /*
        @media screen and(max-width: 1200px) {
        	@include rfs(14);
        	padding:10px ;
        	letter-spacing: inherit;
        	display: block;
        }
        */ }
        @media (max-width: 1200px) {
          #nav_global ul li a {
            font-size: calc(1.275rem + 0.3vw) ; } }
        #nav_global ul li a span {
          display: block;
          font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 12px; }
        #nav_global ul li a:hover {
          color: #fa0545;
          opacity: 1 !important;
          transition: 0.3s; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.7); }
        #nav_global ul li ul li:before {
          content: none !important; }
        #nav_global ul li ul li a {
          font-size: 14px;
          text-align: left; }
          @media screen and (min-width: 835px) and (max-width: 1000px) {
            #nav_global ul li ul li a {
              font-size: 13px; } }

/*
#MainArea {
	position: relative;
	#main-logo {
		width: 10%;
		margin:auto;
		position: absolute;
		top:0;
		bottom:0;
		right: 0;
		left:0;
		display: flex;
		align-items: center;
		a {
			display: block;
			margin:auto;
		}
       	@include tab {
			width: 15%;
		}
       	@include sp {
			width: 30%;
		}
	}
	#main-txt  {
		position: absolute;
		bottom:15%;
		right: 0;
		left:0;
       	@include pcm {
			bottom:10%;
			img {
				width: 60%;
			}
       	}
      	@include pcs {
			bottom:10%;
			img {
				width: 50%;
			}
       	}
      	@include tab {
			bottom:10%;
			img {
				width: 50%;
			}
       	}
      	@include sp {
			bottom:10%;
			img {
				width: 80%;
			}
       	}
	}
}

.imgL {
    float: none;
    margin-right: 0 ;
    max-width: 100% !important;
    width: 100% !important;
}

*/
#mainArea {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%; }
  #mainArea img {
    width: 100%;
    height: auto;
    /*			
    			@include sp {
    			width: 130%;
    			height: 30vh !important;
    			object-fit: cover;
    			font-family: 'object-fit: cover;'			
    			}
    */ }
    @media only screen and (max-width: 640px) {
      #mainArea img {
        height: 100% !important;
        object-fit: cover;
        font-family: "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; }

.mean-container .mean-bar {
  background: #830022 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #830022 !important; }
  .mean-container .mean-nav span {
    display: none; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.7em 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: 25px !important; }

.anchor {
  display: block;
  transform: translateY(-100px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-100px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="rs-mail" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed !important;
  background: rgba(15, 0, 4, 0.9) !important;
  top: 0 !important;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }

.is-show {
  transform: translateY(0); }

#firstimg {
  position: fixed;
  z-index: 999999999999999;
  background: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 20%; }
  #firstimg img {
    width: 30% !important; }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    #firstimg {
      padding-top: 33%; }
      #firstimg img {
        width: 45% !important; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    #firstimg {
      padding-top: 40%; }
      #firstimg img {
        width: 50% !important; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #firstimg {
      padding-top: 47%; }
      #firstimg img {
        width: 50% !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #firstimg {
      padding-top: 55%; }
      #firstimg img {
        width: 50% !important; } }
  @media only screen and (max-width: 834px) {
    #firstimg {
      display: none; } }

#top-button {
  background: rgba(131, 0, 34, 0.7);
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 1;
  width: 70px;
  height: 50px;
  line-height: 25px; }
  #top-button a {
    color: #fff;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 0.8125rem; }
  @media only screen and (max-width: 834px) {
    #top-button {
      bottom: 70px; } }

#TCT-wrap {
  display: flex; }
  #TCT-wrap #TCT-inner, #TCT-wrap #TCT-map {
    width: 50%; }
  @media screen and (max-width: 1200px) {
    #TCT-wrap {
      flex-direction: column; }
      #TCT-wrap #TCT-inner, #TCT-wrap #TCT-map {
        width: 100%; } }

#TCT-inner {
  position: relative;
  padding: 50px 0; }
  #TCT-inner #TCT-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    #TCT-inner #TCT-bg img {
      display: block;
      height: 100% !important;
      width: 100% !important; }
  #TCT-inner #TCT-top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      #TCT-inner #TCT-top {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  #TCT-inner #TCT-title h2 {
    text-align: left;
    font-size: 1.875rem;
    color: #830022;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media (max-width: 1200px) {
      #TCT-inner #TCT-title h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    #TCT-inner #TCT-title h2 span {
      font-size: 1.125rem;
      color: #1b1b1b;
      display: block; }
    @media only screen and (max-width: 640px) {
      #TCT-inner #TCT-title h2 {
        text-align: center; } }
  #TCT-inner #TCT-tel {
    font-size: 1.25rem;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  #TCT-inner #TCT-logo {
    margin: 0 10px; }
    @media only screen and (max-width: 640px) {
      #TCT-inner #TCT-logo {
        margin: 10px; } }
  #TCT-inner #TCT-buttom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin: 20px auto 0;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      #TCT-inner #TCT-buttom {
        display: block; } }
  #TCT-inner #TCT-ad {
    min-width: 400px; }
    #TCT-inner #TCT-ad .box {
      margin-bottom: 5px; }
      #TCT-inner #TCT-ad .box i {
        font-size: 1.5rem;
        padding-right: 5px;
        vertical-align: middle; }
        @media (max-width: 1200px) {
          #TCT-inner #TCT-ad .box i {
            font-size: calc(1.275rem + 0.3vw) ; } }
    @media only screen and (max-width: 640px) {
      #TCT-inner #TCT-ad {
        min-width: auto; } }
  #TCT-inner #TCT-link {
    max-width: 300px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    #TCT-inner #TCT-link > div {
      width: 140px;
      border: 1px solid #a9700f;
      text-align: center;
      font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      padding: 5px;
      margin: 5px; }
      #TCT-inner #TCT-link > div a {
        display: bottom; }
    @media only screen and (max-width: 640px) {
      #TCT-inner #TCT-link {
        margin: 10px auto;
        justify-content: center; } }

@media screen and (max-width: 1200px) {
  #TCT-map {
    height: 300px; } }

footer#global_footer {
  min-width: auto !important;
  margin-top: 70px; }
  @media only screen and (max-width: 834px) {
    footer#global_footer {
      margin-top: 30px; } }
  footer#global_footer #footer_wrap {
    background: url(../images/common/footer_bg.png) no-repeat center top;
    padding: 30px 2%;
    background-size: cover;
    color: #fff; }
  footer#global_footer #footer {
    margin-bottom: 30px; }
    footer#global_footer #footer address a {
      color: #fff !important; }
  footer#global_footer #footer-logo {
    margin-bottom: 10px;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      footer#global_footer #footer-logo {
        font-size: calc(1.275rem + 0.3vw) ; } }
    footer#global_footer #footer-logo a {
      color: #fff; }
  footer#global_footer #footer-icon {
    display: flex;
    justify-content: center; }
    footer#global_footer #footer-icon p {
      background: #830022;
      border-radius: 50%;
      margin: 5px;
      width: 30px; }
      footer#global_footer #footer-icon p a {
        color: #fff; }
  footer#global_footer #footer-nav ul {
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer#global_footer #footer-nav ul li {
      min-width: 120px; }
      footer#global_footer #footer-nav ul li a {
        padding: 5px;
        color: #fff; }
  @media only screen and (max-width: 834px) {
    footer#global_footer #footer-nav {
      display: none; } }
  footer#global_footer #footer-map iframe {
    vertical-align: bottom !important; }
  footer#global_footer #copyright {
    text-align: center;
    color: #fff !important; }
    footer#global_footer #copyright a {
      color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

@media only screen and (max-width: 834px) {
  .koronapc {
    position: fixed !important;
    background: #830022 !important;
    right: 100px;
    font-size: 12px !important;
    bottom: 70px;
    padding: 0 7px; } }

.top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
  font-size: 2.25rem;
  color: #830022;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5; }
  @media (max-width: 1200px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.35rem + 1.2vw) ; } }
  .top-title h1 span, .top-title2 h1 span, .top-title3 h1 span, .top-title3b h1 span, .top-title4 h1 span, .top-title h2 span, .top-title2 h2 span, .top-title3 h2 span, .top-title3b h2 span, .top-title4 h2 span {
    font-size: 0.875rem;
    color: #8a9e43;
    display: block;
    font-style: oblique;
    margin-top: 10px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) and (max-width: 1200px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) and (max-width: 1200px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  @media screen and (min-width: 641px) and (max-width: 834px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 641px) and (max-width: 834px) and (max-width: 1200px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

  @media only screen and (max-width: 640px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem;
      padding: 0; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .top-title h1, .top-title2 h1, .top-title3 h1, .top-title3b h1, .top-title4 h1, .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
  font-size: 1.875rem;
  color: #fff; }
  @media (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) and (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) and (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  @media screen and (min-width: 641px) and (max-width: 834px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 641px) and (max-width: 834px) and (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

  @media only screen and (max-width: 640px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem;
      padding: 0; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
  color: #830022; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) and (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) and (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  @media screen and (min-width: 641px) and (max-width: 834px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 641px) and (max-width: 834px) and (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

  @media only screen and (max-width: 640px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: 1.5rem;
      padding: 0; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.top-title3 h2 {
  position: relative;
  display: block; }
  .top-title3 h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(131, 0, 34, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title3 h2:after {
        bottom: -10px; } }

.top-title3b h2 {
  position: relative;
  display: block;
  color: #761710; }
  .top-title3b h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(118, 23, 16, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title3b h2:after {
        bottom: -10px; } }

.top-title4 h2 {
  color: #fff;
  margin-bottom: 15px; }

.top-title-en {
  padding-top: 5px !important; }
  .top-title-en h2 {
    color: #830022;
    font-size: 1.75rem;
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 3px; }
    @media (max-width: 1200px) {
      .top-title-en h2 {
        font-size: calc(1.3rem + 0.6vw) ; } }

.top-con1-wrap {
  padding: 2% !important;
  background: url(../images/common/top_bg01.png) no-repeat center top;
  position: relative; }
  @media only screen and (max-width: 834px) {
    .top-con1-wrap {
      padding: 5% 3% !important; } }
  .top-con1-wrap .top-con1-img {
    display: none;
    /*    
        position: absolute;
        bottom: -50px;
        right: 30%;
        img {
          display: block;
          margin:0 auto;
          width: 100% !important;
        } 
        .imgL {
          float:none !important;
        }
        @include pclll {
          bottom: -100px;
       } 
         @include pcll {
          bottom: -100px;
          right: 25%;
          img {
            width: 80% !important;
          }
       }
         @include pcl {
          bottom: -100px;
          right: 25%;
          img {
            width: 80% !important;
          }
        }
         @include pcm {
          bottom: -80px;
          right: 20%;
          img {
            width: 60% !important;
          }
        }
         @include pcs {
          bottom: -60px;
          right: 20%;
          img {
            width: 60% !important;
          }
        }
          @include tabsp {                 
          display: none;
        }
     */ }

.top-con1-txt, .top-con2-txt {
  font-size: 1rem;
  line-height: 2em; }
  @media screen and (max-width: 1200px) {
    .top-con1-txt, .top-con2-txt {
      text-align: left !important; }
      .top-con1-txt br, .top-con2-txt br {
        display: none !important; } }

.top-con1 {
  background: url(../images/common/top_img03.png) no-repeat;
  background-position: 10% 100%;
  padding-bottom: 30%;
  background-size: 50%; }
  @media screen and (max-width: 1200px) {
    .top-con1 {
      background-size: 60%;
      padding-bottom: 40%; } }
  @media only screen and (max-width: 834px) {
    .top-con1 {
      background-size: 80%;
      padding-bottom: 50%;
      background-position: 10% 105%; } }
  @media screen and (max-width: 400px) {
    .top-con1 {
      background-size: 90%;
      padding-bottom: 55%;
      background-position: 10% 100%; } }

.top-con2-wrap {
  position: relative;
  padding: 3% 0 !important; }
  @media screen and (max-width: 1800px) {
    .top-con2-wrap {
      padding: 10% 3% 5% 3% !important; } }
  @media only screen and (max-width: 834px) {
    .top-con2-wrap {
      padding: 10% 3% !important; } }

.top-con2-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: url(../images/common/top_bg02.png) no-repeat center top;
  z-index: -1; }

.top-con2 {
  width: 45%;
  margin: 0 0 0 auto;
  min-width: 766px; }
  @media only screen and (max-width: 834px) {
    .top-con2 {
      min-width: auto;
      width: 100%; } }

.top-con2-txt {
  color: #fff; }

.top-sns {
  width: 83% !important;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .top-sns {
      width: 95% !important; } }
  .top-sns iframe {
    width: 100% !important; }

.TFLX1, .TFLX1-og {
  display: flex;
  align-items: center;
  position: relative; }
  .TFLX1 .box-img, .TFLX1-og .box-img {
    width: 55%; }
  .TFLX1 .box-txt, .TFLX1-og .box-txt {
    position: absolute;
    right: 3%;
    width: 45%;
    padding: 3% 5%;
    background: rgba(253, 245, 245, 0.7);
    z-index: 1;
    font-size: 1rem;
    line-height: 1.8em; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .TFLX1 .box-txt, .TFLX1-og .box-txt {
      padding: 1% 1% 1% 5%; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .TFLX1 .box-txt, .TFLX1-og .box-txt {
      top: 10%;
      width: 55%;
      padding: 1% 1% 1% 5%;
      font-size: 0.9375rem;
      line-height: 1.7em; }
    .TFLX1 .box-img, .TFLX1-og .box-img {
      width: 50%; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .TFLX1, .TFLX1-og {
      margin-bottom: 150px !important; }
      .TFLX1 .box-txt, .TFLX1-og .box-txt {
        top: 10%;
        width: 55%;
        padding: 1% 1% 1% 5%;
        font-size: 0.9375rem;
        line-height: 1.7em; }
      .TFLX1 .box-img, .TFLX1-og .box-img {
        width: 50%; } }
  @media only screen and (max-width: 834px) {
    .TFLX1, .TFLX1-og {
      flex-direction: column;
      align-items: center; }
      .TFLX1 .box-img, .TFLX1-og .box-img {
        width: 90%; }
      .TFLX1 .box-txt, .TFLX1-og .box-txt {
        position: inherit;
        width: 90%;
        right: 0; } }

.TFLX1-gr .box-txt {
  background: rgba(243, 244, 243, 0.7); }

.TFLX1-og {
  justify-content: flex-end; }
  .TFLX1-og .box-txt {
    position: absolute;
    left: 3%;
    background: rgba(252, 249, 241, 0.7);
    z-index: 1; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .TFLX1-og .box-txt {
      padding: 1% 1% 1% 5%; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .TFLX1-og .box-txt {
      top: 10%;
      width: 55%;
      padding: 1% 1% 1% 5%;
      font-size: 0.9375rem;
      line-height: 1.7em; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .TFLX1-og .box-txt {
      top: 10%;
      width: 55%;
      padding: 1% 1% 1% 5%;
      font-size: 0.9375rem;
      line-height: 1.7em; } }
  @media only screen and (max-width: 834px) {
    .TFLX1-og {
      flex-direction: column;
      align-items: center; }
      .TFLX1-og .box-txt {
        position: inherit;
        width: 90%;
        left: 0; } }

.button01 a, .button01a a, .button02 a {
  color: #a9700f;
  font-size: 1.5rem;
  font-family: "Pinyon Script", "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  border: 1px solid #a9700f;
  width: 10%;
  min-width: 200px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  position: relative;
  /*   
  i {
    @include rfs(14);
    margin-left: 30px;
  }
  */ }
  @media (max-width: 1200px) {
    .button01 a, .button01a a, .button02 a {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .button01 a:hover, .button01a a:hover, .button02 a:hover {
    border: none;
    color: #fff;
    background: #830022;
    opacity: 1 !important;
    transition: 0.5s; }
    .button01 a:hover:before, .button01a a:hover:before, .button02 a:hover:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f054";
      /*アイコンのユニコード*/
      font-weight: 100;
      position: absolute;
      /*絶対位置*/
      font-size: 0.75rem;
      /*サイズ*/
      right: 10px;
      /*アイコンの位置*/
      top: 0;
      /*アイコンの位置*/
      color: #fff;
      /*アイコン色*/ }
  .button01 a:before, .button01a a:before, .button02 a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    /*アイコンのユニコード*/
    font-weight: 100;
    position: absolute;
    /*絶対位置*/
    font-size: 0.75rem;
    /*サイズ*/
    right: 10px;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #a9700f;
    /*アイコン色*/ }
  @media only screen and (max-width: 640px) {
    .button01 a, .button01a a, .button02 a {
      margin: 0 auto; } }
@media only screen and (max-width: 640px) {
  .button01, .button01a, .button02 {
    padding: 10px !important; } }
@media only screen and (max-width: 834px) {
  .button01 a, .button01a a, .button02 a {
    margin: 0 auto; } }

.button01a {
  padding-top: 20px !important; }
  .button01a a {
    margin: 0 auto; }

.button02 a {
  color: #fff;
  border: 1px solid #fff; }
  .button02 a:before {
    color: #fff;
    /*アイコン色*/ }

.news-bg {
  display: flex;
  align-items: center;
  background: #0f0004; }
  @media only screen and (max-width: 640px) {
    .news-bg {
      display: block; } }
  .news-bg .news-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .news-bg .news-img img {
      width: 100% !important;
      height: 100% !important;
      display: block;
      margin-right: 0 !important; }
    .news-bg .news-img:after {
      position: absolute;
      content: '';
      width: 266px;
      height: 266px;
      display: inline-block;
      right: -133px;
      top: auto;
      bottom: auto;
      background: url(../images/common/title.png) no-repeat center top;
      visibility: inherit !important; }
  @media screen and (min-width: 1601px) and (max-width: 1850px) {
    .news-bg .news-img {
      width: 30%; } }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    .news-bg .news-img {
      width: 30%; }
      .news-bg .news-img:after {
        background-size: 80%;
        height: 212px; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .news-bg .news-img {
      width: 33%; }
      .news-bg .news-img:after {
        background-size: 80%;
        height: 212px; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .news-bg .news-img {
      width: 40%; }
      .news-bg .news-img:after {
        background-size: 65%;
        height: 180px; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .news-bg .news-img {
      width: 50%; }
      .news-bg .news-img:after {
        background-size: 65%;
        height: 180px;
        top: -88px;
        right: auto;
        left: auto; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .news-bg .news-img {
      width: 50%; }
      .news-bg .news-img:after {
        background-size: 60%;
        height: 160px;
        top: -116px;
        right: auto;
        left: auto; } }
  @media only screen and (max-width: 640px) {
    .news-bg .news-img {
      width: 100%; }
      .news-bg .news-img:after {
        background-size: 60%;
        height: 160px;
        top: -80px;
        right: auto;
        left: auto; } }

.news-wrap {
  height: 300px;
  padding: 30px;
  margin: 0 auto;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 1850px) {
    .news-wrap {
      margin: 0 0 0 auto; } }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    .news-wrap {
      width: 65%; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .news-wrap {
      width: 60%; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .news-wrap {
      width: 55%; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .news-wrap {
      width: 55%; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .news-wrap {
      width: 55%; } }
  @media only screen and (max-width: 640px) {
    .news-wrap {
      width: 100%;
      margin: 0 auto; } }

.news {
  height: 100%;
  overflow-y: auto; }
  .news dt {
    border-radius: 30px;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    align-items: center !important;
    width: 150px !important;
    height: 40px; }
    .news dt span {
      padding-right: 0 !important; }
  .news dd {
    border: none !important;
    background: none !important;
    color: #fff; }
  .news dl {
    margin-bottom: 10px; }
    @media only screen and (max-width: 834px) {
      .news dl {
        display: block !important; }
        .news dl dt, .news dl dd {
          width: 100% !important; } }
  .news .form_wrap dl dt {
    border: none; }
  .news::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none; }
  .news section div.form_wrap dl:last-of-type dt {
    border-bottom: none !important; }
  @media screen and (min-width: 1600px) {
    .news {
      padding-left: 110px; } }

.news-title {
  padding: 0px !important; }
  .news-title img {
    vertical-align: top !important; }
  .news-title h2 {
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.875rem; }
    @media (max-width: 1200px) {
      .news-title h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.banner01 {
  max-width: 900px;
  margin: 0 auto;
  justify-content: center; }
  .banner01 .box {
    min-width: 275px;
    margin: 1%;
    background: #830022;
    text-align: center;
    padding: 15px; }
    .banner01 .box a {
      color: #fff;
      font-size: 1.0625rem; }

/*
.top-link-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
   a {
    width: 25%;
     @include tabsp {
        width: 50%;
     }
    div {
      width: 100% !important;
    }
    &:hover {
      opacity: 1 !important;
    }
  }
}
.top-link {
  width: 100%;
  padding:30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  @include pcm {
    padding:20px;
  }
  @include pcs {
    padding:10px;
  }
  @include sp {
    padding:5px;
  }
  @include sps {
    padding:1px;
  }
  .top-link-title {
      @include rfs(18); 
    color:#fff;
  }
  .top-link3 div {
    border-radius: 3px;
    color:#fff;
    padding:10px 30px;
    margin:0 auto;
    max-width: 200px !important;
    @include pcm {
    padding:10px 20px;
  } 
    @include pcs {
    padding:10px ;
  } 
    @include sp {
    padding:10px 5px;
    font-size: 13px;
    }
    @include sps {
    padding:5px 2px;
    font-size: 13px;
    }
    border:1px solid #fff;
    &:hover {
      background:$main-color;
      transition: 0.5s;
      opacity: 1 !important;
      color:#fff;
    }
  }
 
}
*/
.TFLX2-wrap {
  position: relative;
  padding: 3% !important; }
  @media only screen and (max-width: 834px) {
    .TFLX2-wrap {
      padding: 10% 3% !important; } }

.TFLX2-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: #830022;
  z-index: -1; }

.top-info-wrap {
  position: relative;
  padding: 7% 3% !important; }
  @media only screen and (max-width: 834px) {
    .top-info-wrap {
      padding: 10% 3% !important; } }

.top-info-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 right top;
  background-size: cover;
  z-index: -1; }

.top-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3%; }
  .top-info .box-txt {
    width: 40%;
    color: #fff; }
    .top-info .box-txt a {
      color: #fff; }
  .top-info .box-date {
    width: 60%;
    font-size: 1rem;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .top-info .box-date .box-date1 {
      width: 145px; }
    .top-info .box-date .box-date2 {
      width: 75px; }
    .top-info .box-date .box-date3 {
      width: 40px; }
  @media screen and (max-width: 900px) {
    .top-info {
      flex-direction: column;
      padding: 5% 1%; }
      .top-info .box-txt {
        width: 90%;
        margin: 1%; }
      .top-info .box-date {
        width: 90%;
        margin: 1%; } }

.facebook {
  text-align: center !important; }
  .facebook .fb-page {
    width: 100% !important; }

.blog_list {
  border: none !important; }
  .blog_list .blog_date {
    color: #830022 !important;
    font-size: 1rem; }
  .blog_list div {
    display: block !important; }
    .blog_list div .blog_photo, .blog_list div .blog_text {
      width: 90% !important; }
  .blog_list img {
    display: none; }

.top-link-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .top-link-wrap .top-link {
    width: 25%; }
    @media only screen and (max-width: 834px) {
      .top-link-wrap .top-link {
        width: 50%; } }

.top-cont3-wrap {
  position: relative;
  padding: 3% 0 !important;
  background: url(../images/common/deco02.png) no-repeat left top; }
  @media only screen and (max-width: 640px) {
    .top-cont3-wrap {
      padding: 15% 3% !important; } }

.top-cont3-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(131, 0, 34, 0.1);
  z-index: -1; }

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 834px) {
    .contact_contents #contents_wrap {
      margin-top: 30px; } }

/*

.TFLX2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  .box-txt {
    width: 50%;
     padding:5%;
    background:#fcf2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    table td {
      padding:5px !important;
    }
    .deco-txt{
     font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    @include rfs(16);       
    }
  }
  .box-img {
    width: 50%;
    >div {
      height: 100%;
    }
    img {
      width:100% !important;
      height: 100% !important;
      object-fit: cover;
    }
    .imgL {
      margin:0 !important;
    }
  }
  @include sp { 
    flex-direction: column-reverse;
    .box-txt, .box-img {
      width: 100%;
      align-self: stretch;
    }
  }
}
.TFLX2-txt {
  color:#fff;
  @include rfs(16);   
}
*/
.img100 img {
  display: block !important;
  width: 100% !important; }

.tel-s a, .tel-h a {
  color: #1b1b1b; }
  .tel-s a:hover, .tel-h a:hover {
    opacity: 1.0 !important; }

@media only screen and (max-width: 834px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; }
    .brdnt div {
      text-align: left !important; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; } }

@media screen and (min-width: 834px) {
  .brdnpc br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .TLIR table tr {
    display: flex;
    flex-direction: column-reverse; } }

@media screen and (min-width: 834px) {
  .br-tab br {
    display: none; } }

@media screen and (min-width: 640px) {
  .br-sp br {
    display: none; } }

.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; } }
.ai-company dl:last-of-type dt {
  border-bottom: 1px solid #ddd !important; }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block; }

.pick01 {
  background: #fbefe6;
  padding: 2%; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 5%; } }
  .pick01 h2 {
    color: #555;
    font-size: 1.5rem;
    font-family: quicksand, sans-serif;
    font-style: normal;
    letter-spacing: 2.5px;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .pick01 h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }

.pick02 {
  background: rgba(204, 204, 204, 0.5);
  padding: 2%; }
  .pick02 span {
    color: #f76363;
    font-size: 1.875rem;
    font-weight: bold; }
    @media (max-width: 1200px) {
      .pick02 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(118, 23, 16, 0.1); }
  .pick03 h3 {
    font-size: 1.125rem; }
  @media only screen and (max-width: 834px) {
    .pick03 {
      padding: 5%; } }

.gallery-3 {
  display: flex;
  flex-wrap: wrap; }
  .gallery-3 .box {
    width: 31.333%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .gallery-3 .box {
        width: 48%; } }

.page-title-wrap {
  position: relative;
  padding: 20% 0 10% !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .page-title-wrap {
      padding: 15% 0 !important;
      margin-top: 48px; } }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      padding: 15% 0 !important;
      margin-top: 48px; } }

.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/title_bg.png) no-repeat center top;
  background-size: cover;
  z-index: 0; }
  .page-title-inner:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  @media only screen and (max-width: 834px) {
    .page-title-inner {
      background-position: left top; } }

.page-title {
  position: relative; }
  .page-title h1, .page-title .top-title h2, .top-title .page-title h2, .page-title .top-title2 h2, .top-title2 .page-title h2, .page-title .top-title3 h2, .top-title3 .page-title h2, .page-title .top-title3b h2, .top-title3b .page-title h2, .page-title .top-title4 h2, .top-title4 .page-title h2 {
    font-size: 3.75rem;
    position: relative;
    font-family: "Pinyon Script", "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    @media (max-width: 1200px) {
      .page-title h1, .page-title .top-title h2, .top-title .page-title h2, .page-title .top-title2 h2, .top-title2 .page-title h2, .page-title .top-title3 h2, .top-title3 .page-title h2, .page-title .top-title3b h2, .top-title3b .page-title h2, .page-title .top-title4 h2, .top-title4 .page-title h2 {
        font-size: calc(1.5rem + 3vw) ; } }
  .page-title span {
    display: block;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    padding-top: 20px;
    font-weight: bold; }

.title h2 {
  font-size: 1.875rem;
  color: #0f0004;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5; }
  @media (max-width: 1200px) {
    .title h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .title h2:after {
    position: absolute;
    display: inline-block;
    content: '';
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background: url(../images/common/line2.png) repeat;
    bottom: 0;
    left: 0;
    right: 0; }
.title h3 {
  font-size: 2.5rem;
  color: #0f0004;
  font-family: "Pinyon Script", "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding: 10px 0;
  line-height: 1.5; }
  @media (max-width: 1200px) {
    .title h3 {
      font-size: calc(1.375rem + 1.5vw) ; } }
  .title h3 span {
    display: block;
    font-size: 1.25rem;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .title h3:before {
    position: absolute;
    display: inline-block;
    content: '';
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: url(../images/common/line2.png) repeat;
    top: 0;
    left: 0;
    right: 0; }
  .title h3:after {
    position: absolute;
    display: inline-block;
    content: '';
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: url(../images/common/line2.png) repeat;
    bottom: 0;
    left: 0;
    right: 0; }
.title h4 {
  background: #0f0004;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.title2 {
  margin: 30px auto 20px 15px; }
  .title2 h2 {
    font-size: 1.875rem;
    font-family: #0f0004;
    font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    padding-bottom: 10px; }
    @media (max-width: 1200px) {
      .title2 h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    .title2 h2:after {
      content: '';
      position: absolute;
      display: block;
      z-index: 1;
      margin: 10px auto;
      width: 150px;
      height: 100%;
      right: 0;
      left: 0;
      background: url(../images/common/line3.png) no-repeat;
      background-size: contain;
      background-position: top center;
      visibility: inherit; }
  .title2 h3 {
    font-size: 1.125rem;
    color: #555;
    border-bottom: 2px dashed #ccc;
    position: relative;
    padding-left: 35px; }
    .title2 h3:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f69a";
      /*アイコンのユニコード*/
      font-weight: 600;
      position: absolute;
      /*絶対位置*/
      font-size: 1.875rem;
      /*サイズ*/
      left: 0;
      /*アイコンの位置*/
      top: 0;
      /*アイコンの位置*/
      color: #761710;
      /*アイコン色*/ }
      @media (max-width: 1200px) {
        .title2 h3:before {
          font-size: calc(1.3125rem + 0.75vw) ; } }
  .title2 h4 {
    margin: 30px 20px;
    font-size: 20px;
    color: #fff;
    background: #555;
    padding: 5px; }
    .title2 h4 i {
      margin-right: 5px; }
    @media only screen and (max-width: 834px) {
      .title2 h4 {
        margin: 15px 10px; } }

.title3 h2 {
  font-size: 1.875rem;
  font-family: #0f0004;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  display: inline-block; }
  @media (max-width: 1200px) {
    .title3 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .title3 h2:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    height: 100%;
    left: -100px;
    top: 0;
    background: url(../images/common/deco01.png) no-repeat;
    background-size: contain;
    background-position: top center;
    visibility: inherit; }
  .title3 h2:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    height: 100%;
    right: -100px;
    top: 0;
    background: url(../images/common/deco02.png) no-repeat;
    background-size: contain;
    background-position: top center;
    visibility: inherit; }
  @media screen and (max-width: 350px) {
    .title3 h2:before {
      display: none; }
    .title3 h2:after {
      display: none; } }

.step-title h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #555;
  position: relative;
  border-top: solid 2px rgba(131, 0, 34, 0.3);
  border-bottom: solid 2px rgba(131, 0, 34, 0.3);
  background: rgba(131, 0, 34, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", quicksand, sans-serif;
    content: '\f0a6\ STEP';
    font-size: 1rem;
    background: #830022;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
.step-title h2 {
  font-size: 1.25rem;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #830022;
  position: relative;
  border-top: solid 2px #8a9e43;
  border-bottom: solid 2px #8a9e43;
  background: -moz-linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  background: -webkit-linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  background: linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro",quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    content: '\f755\ step';
    background: #d1c27d;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.05em; }

.title4 h2, .title4 h3 {
  position: relative;
  background: rgba(15, 0, 4, 0.2);
  padding: 5px 5px 5px 15px;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #555; }
  .title4 h2:before, .title4 h3:before {
    font-family: "Font Awesome 5 pro";
    content: "\f711";
    font-size: 1.5rem;
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: rgba(131, 0, 34, 0.5);
    font-weight: lighter;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px rgba(131, 0, 34, 0.8); }
    @media (max-width: 1200px) {
      .title4 h2:before, .title4 h3:before {
        font-size: calc(1.275rem + 0.3vw) ; } }

.title-center01 h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0; }
  .title-center01 h2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.title-center02 h2 {
  position: relative;
  color: #555;
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5em;
  display: inline-block;
  margin: 20px 0;
  text-shadow: 0 0 2px white; }
  @media (max-width: 1200px) {
    .title-center02 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .title-center02 h2:before {
    content: "";
    position: absolute;
    background: rgba(15, 0, 4, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    border: dashed 1px white;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    box-shadow: 0px 0px 0px 5px rgba(15, 0, 4, 0.5); }

.an-txt {
  font-family: "Source Han Serif JP", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #830022;
  font-size: 1.125rem; }

.menu-FLX {
  display: flex; }
  .menu-FLX .box-img, .menu-FLX .box-txt {
    width: 50%; }
  .menu-FLX .box-txt {
    padding: 10px; }
  @media only screen and (max-width: 640px) {
    .menu-FLX {
      display: block; }
      .menu-FLX .box-img, .menu-FLX .box-txt {
        width: 100%; } }

.big-thumb img {
  border: 5px solid rgba(169, 112, 15, 0.5) !important; }

.thumb img:hover {
  opacity: 0.6; }

.gallery-FLX {
  display: flex;
  flex-wrap: flex-wrap; }
  .gallery-FLX .box {
    width: 31.333%;
    margin: 1%; }
    .gallery-FLX .box img {
      display: block;
      width: 100% !important; }
    .gallery-FLX .box h3 {
      color: title-color;
      font-weight: bold; }
    .gallery-FLX .box div a {
      background: #761710;
      color: #fff;
      padding: 5px;
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    .gallery-FLX .box article {
      height: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .gallery-FLX {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .gallery-FLX .box {
        width: 90%; } }

.gallery-FLX2 .box {
  width: 23%; }
@media only screen and (max-width: 640px) {
  .gallery-FLX2 .box {
    width: 90%; } }

.word-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .word-link .box {
    width: 31.333%;
    margin: 1%;
    padding: 5px !important;
    min-width: 250px; }
    .word-link .box a {
      color: #fff;
      display: block;
      background: rgba(131, 0, 34, 0.8);
      height: 45px;
      width: 85%;
      line-height: 45px;
      margin: 0 auto;
      display: block;
      text-align: center; }
      .word-link .box a i {
        font-size: 18px;
        vertical-align: middle;
        padding-left: 30px; }
  @media only screen and (max-width: 640px) {
    .word-link {
      flex-direction: column; }
      .word-link .box {
        width: 90%; }
        .word-link .box a {
          width: 100%; } }

.event .sns_list {
  border: none; }
.event .sns_date {
  background: rgba(169, 112, 15, 0.3);
  color: #663300 !important;
  font-size: 1rem;
  padding-left: 10px; }

.today-FLX {
  display: flex;
  align-items: end; }
  .today-FLX .box-sns {
    width: 48%;
    margin: 1%;
    text-align: center; }
  .today-FLX .box-img {
    width: 48%;
    margin: 1%;
    flex-wrap: wrap; }
    .today-FLX .box-img .box {
      width: 48%;
      margin: 1%; }
      .today-FLX .box-img .box img {
        display: block;
        margin: auto; }
  @media only screen and (max-width: 834px) {
    .today-FLX {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .today-FLX .box-sns, .today-FLX .box-img {
        width: 95%; } }

.case .sns_list {
  border: none !important; }
  .case .sns_list > div {
    border-bottom: none !important; }
    @media only screen and (max-width: 834px) {
      .case .sns_list > div {
        flex-direction: column-reverse;
        align-items: center; } }
    @media only screen and (max-width: 834px) {
      .case .sns_list > div .sns_photo {
        width: 60%; } }
    .case .sns_list > div .sns_text .sns_date {
      display: none !important; }
    .case .sns_list > div .sns_text .caption {
      color: #830022;
      border-bottom: 1px dashed #ccc;
      display: block;
      margin-bottom: 10px;
      font-size: 1.125rem;
      position: relative;
      /*相対位置*/
      padding-left: 1.4em;
      /*アイコン分のスペース*/
      line-height: 1.4;
      /*行高*/ }
      .case .sns_list > div .sns_text .caption:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f0a9";
        /*アイコンのユニコード*/
        font-weight: 600;
        position: absolute;
        /*絶対位置*/
        font-size: 1em;
        /*サイズ*/
        left: 0;
        /*アイコンの位置*/
        top: 0;
        /*アイコンの位置*/
        color: #830022;
        /*アイコン色*/ }
    .case .sns_list > div .sns_text ul li a {
      font-size: 0.875rem;
      color: #333; }
      .case .sns_list > div .sns_text ul li a:hover {
        color: #761710; }

.table-template02 {
  background: rgba(85, 85, 85, 0.1);
  border: 1px solid #e5e3e1;
  padding: 8px; }
  .table-template02 td {
    padding: 0 8px !important; }
  .table-template02 .publish div {
    font-size: 0.875rem;
    font-family: adobe-garamond-pro, serif;
    font-style: italic;
    font-weight: 400;
    text-align: right; }
  .table-template02 .label div {
    display: inline-block; }
    .table-template02 .label div span {
      display: block;
      color: #fff;
      padding: 5px 10px; }
  .table-template02 .sm-title h2 {
    margin: 10px;
    color: #761710;
    font-size: 1.25rem;
    font-style: oblique; }
  .table-template02 .date {
    padding-bottom: 0 !important; }
  .table-template02 .date div {
    font-size: 14px; }
    .table-template02 .date div:before {
      content: "\f073";
      font-family: FontAwesome;
      padding-right: 0.6em; }
  .table-template02 .place {
    padding-top: 0 !important; }
  .table-template02 .place div {
    font-size: 14px; }
    .table-template02 .place div:before {
      content: "\f3c5";
      font-family: 'Font Awesome 5 Pro';
      padding-right: 0.6em;
      font-weight: 900; }
  .table-template02 .text div {
    background: #fff;
    padding: 12px;
    font-size: 14px; }

.rs-tel {
  font-size: 1.5rem;
  color: #555 !important;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .rs-tel {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .rs-tel a {
    color: #555; }
  .rs-tel:before {
   /*
 font-family: "Font Awesome 5 Free";
 content: "\f0c4";
 font-weight: 600;
*/
    content: '';
    background: url(../images/common/header_tel_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-right: 5px; }

.list-FLX {
  display: flex; }
  .list-FLX .list01, .list-FLX .list02 {
    width: 48%;
    margin: 1%; }
  @media only screen and (max-width: 640px) {
    .list-FLX {
      display: block; }
      .list-FLX .list01, .list-FLX .list02 {
        width: 100%; } }

.list01 dl, .list02 dl {
  border-bottom: 1px dotted rgba(169, 112, 15, 0.5); }
  .list01 dl dt, .list02 dl dt {
    border: none !important;
    background: none !important; }
  .list01 dl dd, .list02 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important;
    min-width: 107px;
    color: #830022; }

.list02 dl dd {
  min-width: 150px; }
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important; }
    .list02 dl dd, .list02 dl dt {
      width: 100% !important; } }

.list03 dl {
  border-bottom: 1px dashed #1b1b1b; }
  .list03 dl dt {
    border: none !important;
    background: none !important;
    color: #8a4609;
    font-weight: bold;
    min-width: 280px; }
  .list03 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important; }
  @media only screen and (max-width: 640px) {
    .list03 dl {
      display: block !important; }
      .list03 dl dd, .list03 dl dt {
        width: 100% !important;
        text-align: left !important; } }

.faq table td {
  border: none; }

.faq-q span, .faq-a span {
  width: 40px;
  height: 40px;
  display: block;
  background: #bfd58f;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .faq-q span, .faq-a span {
      font-size: calc(1.275rem + 0.3vw) ; } }
@media only screen and (max-width: 640px) {
  .faq-q, .faq-a {
    background: #bfd58f;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #761710; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #761710; } }

.faq-q-txt {
  font-weight: bold;
  color: #555; }
  @media screen and (min-width: 640px) {
    .faq-q-txt {
      border-bottom: 1px dashed #ccc !important; } }

/*
#blog-title {
  text-align: center !important;
}
.blog {
    max-width: 1200px;
    margin:80px auto 0;
    @include tab {
      margin:50px auto 0 ;
    }
    @include sp {
      margin:30px auto 0 ;
    }
  .wrap {
    display: flex;
    aside {
      width: 28%;
      margin:1%;
      nav {
        line-height: 2.0em;
        h3 {
          @include rfs(18);
          background:rgba($main-color,0.7);
          border-bottom:1px solid #666;
          color:$title-color;
          margin-top: 10px;
        }
        ul {
          li {
            border-bottom:1px dashed #ccc;
          }
        }
      }
    }
    #contents {
      width: 68%;
      margin:1%;
      min-width: auto;
      article {
                div {
          display: flex;
          flex-wrap: wrap;
          img {
            width: 48%;
            margin:1%;
          }
        }
      }
    }
    @include tabsp {
      flex-direction: column;
      aside, #contents {
        width: 90%;
        margin:10px auto;
      }
      aside {
        text-align: center !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; }

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hoverBgContents > .hoverBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.8s;
    background-position: center; }
  .hoverBgContents:hover > .hoverBg {
    transform: scale(1.2); }

@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 */
