@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 {
  background: url(../images/common/body_bg02.png) repeat center top;
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #262626;
  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%;
  display: flex !important;
  flex-direction: row-reverse !important; }

#main #col_main {
  width: 100%; }
  @media only screen and (max-width: 834px) {
    #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 {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 834px) {
    header#global_header {
      padding-top: 48px; } }
  header#global_header #header-wrap {
    width: 100%;
    border-top: 2px solid #3c7fc3; }
    @media only screen and (max-width: 834px) {
      header#global_header #header-wrap {
        border: none; } }

#header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 1200px) {
    #header {
      margin: 0 10px; } }
  @media only screen and (max-width: 834px) {
    #header {
      display: block; } }

#header-logo {
  margin-top: 10px; }
  #header-logo img {
    vertical-align: middle !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #header-logo img {
      width: 30%; } }
  @media only screen and (max-width: 640px) {
    #header-logo img {
      width: 40%; } }

#nav-wrap {
  background: #262626; }

#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;
      padding: 5px 0;
      			/*
      				&: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 {
        display: block;
        padding: 5px 20px;
        color: #fff;
        text-align: center;
        letter-spacing: 0.5px;
        line-height: normal;
        text-align: center; }
        #nav_global ul li a span {
          font-size: 0.75rem;
          font-weight: initial !important;
          display: block;
          font-family: lato, sans-serif; }
        @media screen and (min-width: 1001px) and (max-width: 1200px) {
          #nav_global ul li a {
            font-size: 0.875rem;
            padding: 10px;
            letter-spacing: inherit;
            display: block; } }
        @media screen and (min-width: 835px) and (max-width: 1000px) {
          #nav_global ul li a {
            font-size: 0.75rem;
            padding: 10px 0;
            letter-spacing: inherit;
            display: block; } }
        #nav_global ul li a:hover {
          opacity: 1;
          color: #3c7fc3; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 200px;
        z-index: 1;
        background: rgba(38, 38, 38, 0.8); }
        #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; } }

#nav-logo a img {
  width: 200px; }
@media only screen and (max-width: 834px) {
  #nav-logo {
    display: none; } }

/*
#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 {
  position: relative;
  left: 0;
  right: 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;'			
    			}
    */ }
  #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; }

@media only screen and (max-width: 834px) {
  #slider {
    display: none; } }

@media screen and (min-width: 834px) {
  #slider-s {
    display: none; } }

.mypattern {
  background: #000; }

.mypattern .slick-slide:not(.slick-center) {
  opacity: 0.7 !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

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

.mean-container .mean-nav {
  background: #262626 !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; }

.mean-container .mean-nav ul li ul {
  padding-left: 10px; }

#main-logo {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #main-logo img {
    width: 100% !important;
    max-width: 300px; }
    @media only screen and (max-width: 834px) {
      #main-logo img {
        width: 60% !important;
        height: auto !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;
  background: rgba(38, 38, 38, 0.8) !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }
  .clone-nav #nav_global ul li {
    padding-top: 0; }

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

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 #top-button {
    position: fixed;
    right: -160px;
    bottom: 200px;
    z-index: 1;
    display: flex;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    footer#global_footer #top-button li {
      margin-right: 5px; }
    @media only screen and (max-width: 640px) {
      footer#global_footer #top-button {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        right: auto;
        bottom: auto;
        top: 5px;
        z-index: 1000000000; } }
  footer#global_footer #fix-entry, footer#global_footer #fix-cont {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #fbfa99;
    color: #262626;
    font-size: 1rem; }
    footer#global_footer #fix-entry i, footer#global_footer #fix-cont i {
      margin-right: 5px; }
    footer#global_footer #fix-entry a, footer#global_footer #fix-cont a {
      display: block;
      color: #262626;
      font-size: 1rem; }
      footer#global_footer #fix-entry a:hover, footer#global_footer #fix-cont a:hover {
        opacity: 1 !important;
        color: #fff;
        background: #31b3cb; }
  @media only screen and (max-width: 640px) {
    footer#global_footer #fix-cont {
      width: 150px;
      background: none; }
      footer#global_footer #fix-cont i {
        background: #fbfa99;
        color: #262626;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px; }
      footer#global_footer #fix-cont a {
        color: #fff; }
        footer#global_footer #fix-cont a:hover {
          background: none;
          opacity: 0.6 !important; }
    footer#global_footer #fix-entry {
      background: none;
      width: 180px; }
      footer#global_footer #fix-entry i {
        background: #fbfa99;
        color: #262626;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px; }
      footer#global_footer #fix-entry a {
        color: #fff; }
        footer#global_footer #fix-entry a:hover {
          background: none;
          opacity: 0.6 !important; } }
  @media screen and (max-width: 350px) {
    footer#global_footer #fix-cont {
      display: none; } }
  footer#global_footer #TCT-wrap {
    position: relative;
    padding: 3% 0 !important;
    background: url(../images/common/deco01.png), url(../images/common/deco02.png);
    background-position: left 0 bottom -3px,right 0 bottom -3px;
    background-repeat: no-repeat;
    background-size: auto; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      footer#global_footer #TCT-wrap {
        padding: 10% 0 5% 0 !important; } }
    @media only screen and (max-width: 640px) {
      footer#global_footer #TCT-wrap {
        padding: 10% 0 5% 0 !important; } }
    @media screen and (max-width: 380px) {
      footer#global_footer #TCT-wrap {
        background-size: 40%; } }
  footer#global_footer #TCT-inner {
    max-width: 1200px;
    margin: 0 auto; }
  footer#global_footer #TCT-title {
    margin-bottom: 50px; }
    footer#global_footer #TCT-title h2 {
      font-size: 1.75rem;
      position: relative;
      margin-bottom: 30px;
      position: relative; }
      @media (max-width: 1200px) {
        footer#global_footer #TCT-title h2 {
          font-size: calc(1.3rem + 0.6vw) ; } }
      footer#global_footer #TCT-title h2:after {
        position: absolute;
        display: inline-block;
        content: "";
        background: #31b3cb;
        width: 60px;
        height: 2px;
        margin: 0 auto;
        right: 0;
        left: 0;
        bottom: -15px; }
    @media only screen and (max-width: 834px) {
      footer#global_footer #TCT-title {
        padding: 0 10px;
        margin-bottom: 20px; } }
  footer#global_footer #TCT-bottom {
    display: flex;
    justify-content: space-around; }
    @media only screen and (max-width: 834px) {
      footer#global_footer #TCT-bottom {
        flex-direction: column; } }
  footer#global_footer #TCT-tel-wrap, footer#global_footer #TCT-cont-wrap {
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
    width: 49%;
    margin: 1%;
    padding: 4% 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer#global_footer #TCT-tel-wrap #TCT-tel-title, footer#global_footer #TCT-cont-wrap #TCT-tel-title, footer#global_footer #TCT-cont-wrap #TCT-cont-title {
      font-size: 1.125rem;
      color: #fff;
      background: #3c7fc3;
      padding: 3% 0; }
      @media screen and (max-width: 380px) {
        footer#global_footer #TCT-tel-wrap #TCT-tel-title, footer#global_footer #TCT-cont-wrap #TCT-tel-title, footer#global_footer #TCT-cont-wrap #TCT-cont-title {
          font-size: 18px; } }
    footer#global_footer #TCT-tel-wrap #TCT-tel, footer#global_footer #TCT-cont-wrap #TCT-tel {
      margin-top: 15px;
      color: #262626 !important;
      font-size: 3rem;
      font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 44px; }
      @media (max-width: 1200px) {
        footer#global_footer #TCT-tel-wrap #TCT-tel, footer#global_footer #TCT-cont-wrap #TCT-tel {
          font-size: calc(1.425rem + 2.1vw) ; } }
      footer#global_footer #TCT-tel-wrap #TCT-tel a, footer#global_footer #TCT-cont-wrap #TCT-tel a {
        color: #262626;
        font-size: 2.25rem; }
        @media (max-width: 1200px) {
          footer#global_footer #TCT-tel-wrap #TCT-tel a, footer#global_footer #TCT-cont-wrap #TCT-tel a {
            font-size: calc(1.35rem + 1.2vw) ; } }
      footer#global_footer #TCT-tel-wrap #TCT-tel p, footer#global_footer #TCT-cont-wrap #TCT-tel p {
        font-size: 0.875rem;
        font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-top: 5px;
        line-height: 27px; }
    footer#global_footer #TCT-tel-wrap img, footer#global_footer #TCT-cont-wrap img {
      margin-right: 5px; }
    @media screen and (min-width: 835px) and (max-width: 1000px) {
      footer#global_footer #TCT-tel-wrap, footer#global_footer #TCT-cont-wrap {
        justify-content: flex-start; } }
    @media only screen and (max-width: 834px) {
      footer#global_footer #TCT-tel-wrap, footer#global_footer #TCT-cont-wrap {
        width: 90%;
        margin: 10px auto;
        padding: 7% 0; } }
    @media screen and (max-width: 380px) {
      footer#global_footer #TCT-tel-wrap a, footer#global_footer #TCT-cont-wrap a {
        font-size: 20px; } }
  footer#global_footer #TCT-cont-wrap #TCT-cont {
    height: 50%;
    margin-top: 15px; }
    footer#global_footer #TCT-cont-wrap #TCT-cont a {
      width: 46%;
      margin: 1% 2%;
      color: #262626;
      padding: 10px;
      display: block;
      background: #fbfa99;
      align-self: center;
      font-size: 1.125rem;
      padding: 10px;
      min-width: 220px;
      display: inline-block; }
      footer#global_footer #TCT-cont-wrap #TCT-cont a i {
        padding-right: 10px; }
      footer#global_footer #TCT-cont-wrap #TCT-cont a:hover {
        opacity: 1 !important;
        color: #fff;
        background: #31b3cb; }
    @media only screen and (max-width: 640px) {
      footer#global_footer #TCT-cont-wrap #TCT-cont {
        margin-left: 0; } }
    @media screen and (max-width: 380px) {
      footer#global_footer #TCT-cont-wrap #TCT-cont a {
        font-size: 18px;
        padding: 5%; } }
  footer#global_footer #TCT-cont-wrap #TCT-cont-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  footer#global_footer #footer_wrap {
    background: #262626; }
  footer#global_footer #footer-nav {
    margin: 0 auto;
    padding: 40px 0;
    width: 700px; }
    footer#global_footer #footer-nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer#global_footer #footer-nav ul li {
        width: auto;
        min-width: 100px; }
        footer#global_footer #footer-nav ul li a {
          text-align: center;
          padding: 5px;
          color: #fff;
          font-size: 0.8125rem; }
    @media only screen and (max-width: 834px) {
      footer#global_footer #footer-nav {
        display: none; } }
  footer#global_footer #footer-info-wrap {
    background: #2e2e2e;
    padding: 10px 0; }
  footer#global_footer #footer-info {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end; }
    footer#global_footer #footer-info #footer-logo {
      max-width: 180px;
      margin: 1%; }
    footer#global_footer #footer-info address {
      color: #fff;
      text-align: left !important;
      line-height: 15px;
      margin: 1%; }
      footer#global_footer #footer-info address a {
        color: #fff; }
    footer#global_footer #footer-info .footer-icon-wrap {
      display: flex; }
    footer#global_footer #footer-info .footer-icon, footer#global_footer #footer-info .footer-icon2 {
      font-size: 1.125rem;
      margin: 5px; }
      footer#global_footer #footer-info .footer-icon a, footer#global_footer #footer-info .footer-icon2 a {
        color: #fff; }
        footer#global_footer #footer-info .footer-icon a:hover, footer#global_footer #footer-info .footer-icon2 a:hover {
          opacity: 1 !important;
          color: #3b5998; }
    footer#global_footer #footer-info .footer-icon2 {
      font-size: 1.25rem; }
      footer#global_footer #footer-info .footer-icon2 a:hover {
        color: #fbfa99; }
    @media screen and (max-width: 900px) {
      footer#global_footer #footer-info {
        flex-direction: column;
        align-items: center;
        margin: 10px 20px; }
        footer#global_footer #footer-info address {
          line-height: 20px;
          margin: 10px 0; } }
  footer#global_footer #copyright {
    color: #fff !important; }
    footer#global_footer #copyright a {
      color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

.abc {
  font-size: 30px;
  color: red; }

.top-title h1 {
  font-size: 1.875rem;
  line-height: 1.5; }
  @media (max-width: 1200px) {
    .top-title h1 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 640px) {
    .top-title h1 {
      font-size: 1.5rem;
      padding: 0; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .top-title h1 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.top-title h2 {
  font-size: 1.75rem;
  display: flex;
  align-items: center; }
  @media (max-width: 1200px) {
    .top-title h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .top-title h2 img {
    margin-right: 10px; }
  @media only screen and (max-width: 640px) {
    .top-title h2 {
      justify-content: center; } }

.top-title2 h2, .top-title2-pink h2, .top-title3b h2, .top-title4 h2 {
  font-size: 1.75rem;
  text-align: center !important;
  color: #262626;
  position: relative;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 100; }
  @media (max-width: 1200px) {
    .top-title2 h2, .top-title2-pink h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .top-title2 h2:after, .top-title2-pink h2:after, .top-title3b h2:after, .top-title4 h2:after {
    content: '';
    background: #3c7fc3;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto; }
.top-title2 span, .top-title2-pink span, .top-title3b span, .top-title4 span {
  display: block;
  font-size: 1.25rem;
  font-family: lato, sans-serif;
  color: #fff;
  padding-top: 20px; }

.top-title2-pink h2:after {
  background: url(../images/common/deco07.png) repeat-x center top; }

.top-title3 h2 {
  font-size: 1.875rem;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #262626;
  display: inline-block; }
  @media (max-width: 1200px) {
    .top-title3 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

.top-title3b h2 {
  position: relative;
  display: block;
  color: #31b3cb; }
  .top-title3b h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(49, 179, 203, 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: #3c7fc3;
    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 {
  position: relative;
  padding: 20% 0 5% 0; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .top-con1-wrap {
      padding: 10% 5% 10% 5%; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .top-con1-wrap {
      padding: 15% 5% 15% 5%; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .top-con1-wrap {
      padding: 15% 10% 15% 10%; } }
  @media only screen and (max-width: 640px) {
    .top-con1-wrap {
      padding: 15% 5% 20% 5%; } }
  @media screen and (max-width: 380px) {
    .top-con1-wrap {
      padding: 15% 5% 35% 5%; } }

.top-con1-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 bottom;
  background-size: cover;
  z-index: -1; }

.top-con1 {
  color: #fff;
  max-width: 1000px;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 1000px) {
    .top-con1 {
      background: rgba(3, 25, 42, 0.7); } }

.top-con1-txt {
  font-size: 1rem;
  line-height: 2em; }
  @media screen and (max-width: 1200px) {
    .top-con1-txt {
      text-align: left !important; }
      .top-con1-txt br {
        display: none !important; } }

#canvas-container {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100% !important; }
  #canvas-container #sineCanvas {
    width: 100% !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #canvas-container {
      bottom: -30px !important; } }
  @media only screen and (max-width: 640px) {
    #canvas-container {
      bottom: -10px !important; } }

.TFLX12-wrap {
  background: url(../images/common/top_bg01.png) no-repeat center;
  padding: 3%;
  background-size: 100% 100%; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX12-wrap {
      padding: 5% 3%; } }
  @media only screen and (max-width: 640px) {
    .TFLX12-wrap {
      padding: 7% 5%; } }

.TFLX1, .TFLX1b {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 2%; }
  @media only screen and (max-width: 640px) {
    .TFLX1, .TFLX1b {
      padding: 03%; } }
  .TFLX1 .box-img, .TFLX1b .box-img {
    width: 40%; }
  .TFLX1 .box-txt, .TFLX1b .box-txt {
    width: 60%;
    padding-left: 20px;
    font-size: 1rem; }
  @media only screen and (max-width: 640px) {
    .TFLX1, .TFLX1b {
      flex-direction: column; }
      .TFLX1 .box-img, .TFLX1b .box-img {
        width: 90%; }
      .TFLX1 .box-txt, .TFLX1b .box-txt {
        width: 100%;
        padding-left: 0; } }
  .TFLX1 .button01 div a, .TFLX1b .button01 div a, .TFLX1 .button02 div a, .TFLX1b .button02 div a, .TFLX1 .button02b div a, .TFLX1b .button02b div a {
    margin: 0; }
    @media only screen and (max-width: 640px) {
      .TFLX1 .button01 div a, .TFLX1b .button01 div a, .TFLX1 .button02 div a, .TFLX1b .button02 div a, .TFLX1 .button02b div a, .TFLX1b .button02b div a {
        margin: 0 auto; } }
  @media only screen and (max-width: 640px) {
    .TFLX1 .button01, .TFLX1b .button01, .TFLX1 .button02, .TFLX1b .button02, .TFLX1 .button02b, .TFLX1b .button02b {
      margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .TFLX1b {
    flex-direction: column-reverse; } }

.button01 a, .button02 a, .button02b a {
  width: 80%;
  border: 1px solid #262626;
  text-align: center;
  background: #fff;
  color: #262626;
  font-size: 1rem;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center; }
  .button01 a i, .button02 a i, .button02b a i {
    font-size: 1.5rem;
    vertical-align: middle;
    padding-right: 10px; }
    @media (max-width: 1200px) {
      .button01 a i, .button02 a i, .button02b a i {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .button01 a:hover, .button02 a:hover, .button02b a:hover {
    opacity: 1 !important;
    background: #3c7fc3;
    color: #fff;
    transition: 0.4s;
    border: none; }
@media only screen and (max-width: 640px) {
  .button01 a, .button02 a, .button02b a {
    width: 100%; } }

.TFLX2, .TFLX3 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  .TFLX2 a, .TFLX3 a {
    width: 31.333%;
    margin: 1%;
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15); }
    .TFLX2 a:hover, .TFLX3 a:hover {
      opacity: 1 !important; }
  .TFLX2 .top-link, .TFLX3 .top-link {
    width: 100%;
    height: 100%;
    padding: 40% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; }
    .TFLX2 .top-link div, .TFLX3 .top-link div {
      position: absolute;
      right: 0;
      left: 0; }
      .TFLX2 .top-link div .top-link-title, .TFLX3 .top-link div .top-link-title {
        display: block;
        margin: 0 auto;
        padding: 5px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center; }
        .TFLX2 .top-link div .top-link-title p, .TFLX3 .top-link div .top-link-title p {
          font-size: 1.25rem; }
    .TFLX2 .top-link img, .TFLX3 .top-link img {
      position: absolute;
      bottom: -125%;
      right: 0;
      left: 0;
      margin: 0 auto;
      display: block; }
      @media screen and (min-width: 1001px) and (max-width: 1200px) {
        .TFLX2 .top-link img, .TFLX3 .top-link img {
          bottom: -110%; } }
      @media screen and (min-width: 835px) and (max-width: 1000px) {
        .TFLX2 .top-link img, .TFLX3 .top-link img {
          bottom: -90%;
          width: 45px; } }
      @media screen and (min-width: 641px) and (max-width: 834px) {
        .TFLX2 .top-link img, .TFLX3 .top-link img {
          bottom: -60%;
          width: 35px; } }
  @media only screen and (max-width: 640px) {
    .TFLX2, .TFLX3 {
      flex-direction: column; }
      .TFLX2 a, .TFLX3 a {
        width: 100%;
        margin: 10px auto; } }

.link-button {
  border: 3px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /*
  &:hover  {
  .link-button-txt {
    color:$main-color;  
  }
  }
  */ }
  .link-button .link-button-img {
    height: 94px !important;
    background: #f0dfd0; }
  .link-button .link-button-txt {
    color: #fff;
    font-size: 1.25rem; }

.TFLX3 a {
  width: 48%; }
.TFLX3 .top-link {
  padding: 25% 0; }
@media only screen and (max-width: 640px) {
  .TFLX3 {
    flex-direction: column; }
    .TFLX3 a {
      width: 100%;
      margin: 10px auto; }
    .TFLX3 .top-link {
      padding: 40% 0; } }

.TFLX4 {
  width: 100%;
  background: url(../images/common/top_bg02.png) no-repeat center;
  padding: 5%;
  background-size: cover; }

.TFLX4-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .TFLX4-inner .box-txt {
    width: 75%;
    color: #fff; }
  .TFLX4-inner .box-img {
    width: 25%; }
  @media only screen and (max-width: 640px) {
    .TFLX4-inner {
      flex-direction: column; }
      .TFLX4-inner .box-txt {
        width: 100%; }
        .TFLX4-inner .box-txt br {
          display: none; }
      .TFLX4-inner .box-img {
        width: 50%; } }

.TFLX5 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 834px) {
    .TFLX5 {
      flex-direction: column; } }

.info-box-wrap {
  width: 48%;
  margin: 1%; }
  @media only screen and (max-width: 834px) {
    .info-box-wrap {
      width: 100%; } }

.info-box2-wrap {
  width: 48%;
  margin: 1%; }
  @media only screen and (max-width: 834px) {
    .info-box2-wrap {
      width: 100%; } }

.news-wrap {
  height: 350px;
  padding: 40px 20px;
  max-width: 500px;
  margin: 0 auto; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .news-wrap {
      margin: 20px auto; } }
  @media only screen and (max-width: 834px) {
    .news-wrap {
      margin: 20px auto; } }

.news {
  height: 100%;
  overflow-y: auto; }
  .news dt {
    color: #31b3cb; }
  .news dl {
    border: none !important;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc !important;
    display: block !important; }
    .news dl dt, .news dl dd {
      border: none !important;
      width: 100% !important;
      background: none !important;
      padding: 0 8px !important; }

.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: #3c7fc3;
    text-align: center;
    padding: 15px; }
    .banner01 .box a {
      color: #fff;
      font-size: 1.0625rem; }

.button02, .button02b {
  min-width: 300px; }

.button-wrap {
  max-width: 1000px;
  margin: 0 auto; }

.button02b a {
  background: #31b3cb; }

.button03 a {
  color: #fff;
  font-size: 1rem;
  display: block;
  background: #31b3cb;
  border-radius: 3px;
  width: 30%;
  min-width: 300px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  position: relative; }
  .button03 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.0em;
    /*サイズ*/
    right: 5px;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    bottom: 0;
    color: #fff;
    /*アイコン色*/
    display: flex;
    align-items: center; }

.side-menu-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #3c7fc3;
  margin-bottom: 10px; }

.side-menu ul {
  margin: auto 10px;
  display: flex;
  flex-direction: column; }
  .side-menu ul li {
    width: 100%;
    border-bottom: 1px rgba(60, 127, 195, 0.5) dashed; }
    .side-menu ul li ul {
      margin-left: 10px;
      margin-bottom: 10px; }
      .side-menu ul li ul li {
        background-color: rgba(60, 127, 195, 0.2);
        margin: 0;
        padding: 5px; }
    .side-menu ul li a {
      display: block; }
  .side-menu ul > li {
    margin: 10px auto; }
.side-menu a {
  color: #262626; }

.blog_list {
  border: none !important; }
  .blog_list .blog_date {
    color: #31b3cb !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 div .blog_text {
      padding: 0 !important; }
      .blog_list div .blog_text h3 {
        text-decoration: underline; }
      .blog_list div .blog_text .detail {
        margin-top: 0 !important; }
  .blog_list img {
    display: none; }

/*
.top-con2-wrap {
  position: relative;
  padding: 3% 0 !important;
  @include tabsp {
    padding:5% 3% !important;
  }      
}
.top-con2-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background:rgba(#2d88ad,1);
  z-index: -1;  
}

.TFLX2-wrap {
  position: relative;
  padding:  3% !important;
  @include tabsp {
    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:$main-color;
z-index: -1; 
}
.top-info-wrap {
  position: relative;
  padding: 7% 3% !important;
  @include tabsp {
    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%;
  .box-txt {
    width: 40%;
    color:#fff;
        a {
      color:#fff;
    }  
  }
  .box-date {
    width: 60%;
    @include rfs(16);
    font-family: $mincho;
    .box-date1 {
      width: 145px;
    }
    .box-date2 {
      width: 75px;
    }
    .box-date3 {
    width: 40px;
    }
  }
  @media screen and(max-width:900px) {
  
    flex-direction: column;
    padding:5% 1%;
    .box-txt {
    width: 90%;
    margin:1%;

  }
    .box-date {
    width: 90%;
    margin:1%;    
  }
   } 
}

.facebook {
   text-align: center !important;
   .fb-page {
      width: 100% !important;
   }
}






.top-cont3-wrap {
  position: relative;
  padding: 3% 0 !important;
  @include sp {
      padding:15% 3% !important;
  }    
  background: url(../images/common/deco02.png) no-repeat left top;  
}
.top-cont3-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background:rgba($main-color,0.1);
  z-index: -1;  
}





.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);   
}
*/
.pd0 {
  padding: 0 !important; }

.tel-s a, .tel-s2 a {
  color: #262626; }
  .tel-s a:hover, .tel-s2 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;
  background-color: rgba(60, 127, 195, 0.1) !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 {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.img100 img {
  display: block;
  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: rgba(60, 127, 195, 0.1);
  padding: 2%; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 5%; } }
  .pick01 h3 {
    color: #3c7fc3;
    font-size: 1.125rem;
    font-weight: bold; }

.pick02 {
  background: rgba(251, 250, 153, 0.2);
  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(49, 179, 203, 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: 640px) {
      .gallery-3 .box {
        width: 100%; } }

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 834px) {
    .contact_contents #contents_wrap {
      margin-top: 30px; } }

.page-title-wrap {
  position: relative;
  padding: 5% 0  10% 0 !important; }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    .page-title-wrap {
      padding: 10% 0  15% 0 !important; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .page-title-wrap {
      padding: 10% 0  15% 0 !important; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .page-title-wrap {
      padding: 10% 0  15% 0 !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .page-title-wrap {
      padding: 10% 0  20% 0 !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .page-title-wrap {
      padding: 10% 0 25% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      padding: 10% 0 35% 0 !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/top_bg01.png) no-repeat center bottom;
  background-size: cover; }

.page-title {
  position: relative;
  max-width: 1200px;
  padding-left: 10px;
  margin: 0 auto;
  /*
    &:after {
      content: '';
      width: 60px;
      height: 2px;
      background:$title-color;
      position: absolute;
      z-index: 1;
      right: 0;
      left: 0;
      margin:auto;
      bottom:-20px;

      @include tabsp {
      background:#fff; 
      bottom:-10px;
    }
    }*/ }
  .page-title h1 {
    border-left: 5px solid #fff;
    padding-left: 5px;
    font-size: 1.875rem;
    color: #fff; }
    @media (max-width: 1200px) {
      .page-title h1 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  .page-title span {
    font-size: 1.5rem;
    display: block;
    margin-top: 15px;
    font-weight: normal; }
    @media (max-width: 1200px) {
      .page-title span {
        font-size: calc(1.275rem + 0.3vw) ; } }

.title h2, .title3 h2 {
  font-size: 1.25rem;
  color: #fff;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(38, 38, 38, 0.7);
  /*背景色*/ }

.title-en {
  font-size: 1.125rem;
  color: #3c7fc3;
  font-family: lato, sans-serif; }

.title2 h2 {
  font-size: 1.25rem;
  color: #fff;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(60, 127, 195, 0.6);
  /*背景色*/ }
.title2 h3 {
  font-size: 1.125rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  border-left: 5px solid #31b3cb;
  border-bottom: 1px dashed #3c7fc3; }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title h3 {
  font-size: 1.125rem;
  position: relative;
  border-top: solid 2px rgba(60, 127, 195, 0.3);
  border-bottom: solid 2px rgba(60, 127, 195, 0.3);
  background: rgba(60, 127, 195, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", lato, sans-serif;
    content: '\f0a6\ STEP';
    font-size: 1.125rem;
    background: #3c7fc3;
    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: #3c7fc3;
  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-food1 h2, .title4-food2 h2, .title4-food3 h2 {
  position: relative;
  background: rgba(49, 179, 203, 0.3);
  padding: 5px 5px 5px 20px;
  font-size: 1.5rem;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #262626; }
  @media (max-width: 1200px) {
    .title4 h2, .title4-food1 h2, .title4-food2 h2, .title4-food3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .title4 h2:before, .title4-food1 h2:before, .title4-food2 h2:before, .title4-food3 h2:before {
    font-family: "Font Awesome 5 pro";
    content: "\f1b0";
    font-size: 1.875rem;
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;
    background: #8ac074;
    font-weight: lighter;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    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.5);
    border-bottom: solid 2px #31b3cb; }
    @media (max-width: 1200px) {
      .title4 h2:before, .title4-food1 h2:before, .title4-food2 h2:before, .title4-food3 h2:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    @media only screen and (max-width: 640px) {
      .title4 h2:before, .title4-food1 h2:before, .title4-food2 h2:before, .title4-food3 h2:before {
        font-size: 2.25rem;
        width: 45px;
        height: 45px;
        line-height: 45px; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .title4 h2:before, .title4-food1 h2:before, .title4-food2 h2:before, .title4-food3 h2:before {
      font-size: calc(1.35rem + 1.2vw) ; } }

.title4 h3, .title4-food1 h3, .title4-food2 h3, .title4-food3 h3 {
  position: relative;
  background: rgba(60, 127, 195, 0.2);
  padding: 5px 5px 5px 20px;
  font-size: 1.25rem;
  color: #262626; }
  .title4 h3 span, .title4-food1 h3 span, .title4-food2 h3 span, .title4-food3 h3 span {
    font-size: 1rem; }
    @media only screen and (max-width: 640px) {
      .title4 h3 span, .title4-food1 h3 span, .title4-food2 h3 span, .title4-food3 h3 span {
        display: block;
        font-size: 0.8125rem; } }
  .title4 h3:before, .title4-food1 h3:before, .title4-food2 h3:before, .title4-food3 h3:before {
    font-family: "Font Awesome 5 pro";
    content: "\f6d3";
    font-size: 1.875rem;
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;
    background: #f49758;
    font-weight: lighter;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    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.5);
    border-bottom: solid 2px #3c7fc3; }
    @media (max-width: 1200px) {
      .title4 h3:before, .title4-food1 h3:before, .title4-food2 h3:before, .title4-food3 h3:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    @media only screen and (max-width: 640px) {
      .title4 h3:before, .title4-food1 h3:before, .title4-food2 h3:before, .title4-food3 h3:before {
        font-size: 2.25rem;
        width: 45px;
        height: 45px;
        line-height: 45px; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .title4 h3:before, .title4-food1 h3:before, .title4-food2 h3:before, .title4-food3 h3:before {
      font-size: calc(1.35rem + 1.2vw) ; } }

.title4-food1 h3 {
  background: rgba(206, 189, 162, 0.5); }
  .title4-food1 h3:before {
    content: "\f2e7";
    background: #f28b99;
    border-bottom: solid 2px #f7556c; }

.title4-food2 h3 {
  background: rgba(206, 189, 162, 0.5); }
  .title4-food2 h3:before {
    content: "\f57d";
    background: #f9ba23;
    border-bottom: solid 2px #e7bb36; }

.title4-food3 h3 {
  background: rgba(206, 189, 162, 0.5); }
  .title4-food3 h3:before {
    content: "\f823";
    background: #78c0f7;
    border-bottom: solid 2px #4fabf1; }

.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: #262626;
  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(179, 139, 82, 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(179, 139, 82, 0.5); }

.title-center03 h2 {
  font-size: 2.25rem;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #cebda2;
  background-image: url(../images/common/deco01.png), url(../images/common/deco02.png);
  background-repeat: no-repeat;
  background-position: left 25% top 20%, right 25% bottom 20%;
  padding: 25px; }
  @media (max-width: 1200px) {
    .title-center03 h2 {
      font-size: calc(1.35rem + 1.2vw) ; } }
  .title-center03 h2 span {
    color: #fff;
    font-size: 1.125rem;
    display: block;
    margin-top: 10px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .title-center03 h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) and (max-width: 1200px) {
    .title-center03 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }

  @media only screen and (max-width: 640px) {
    .title-center03 h2 {
      background-position: left 5% top 20%, right 5% bottom 20%; } }

.info-FLX {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .info-FLX .box-txt {
    width: 58%;
    margin: 1%; }
  .info-FLX .box-img {
    width: 38%;
    margin: 1%; }
  @media only screen and (max-width: 834px) {
    .info-FLX {
      flex-direction: column; }
      .info-FLX .box-txt, .info-FLX .box-img {
        width: 90%; }
        .info-FLX .box-txt img, .info-FLX .box-img img {
          display: block;
          margin: 0 auto;
          float: none; } }

.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: #31b3cb;
      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(60, 127, 195, 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%; } }

.blog_list_wrap .blog_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap; }
  .blog_list_wrap .blog_list > div {
    height: 350px !important;
    overflow: hidden;
    flex-direction: column !important;
    border: 1px solid rgba(60, 127, 195, 0.5) !important;
    background: #fff;
    width: 31.333%;
    margin: 1%; }
    .blog_list_wrap .blog_list > div .blog_photo {
      width: 100% !important;
      padding: 0 !important; }
      .blog_list_wrap .blog_list > div .blog_photo img {
        display: block;
        width: 100% !important; }
    .blog_list_wrap .blog_list > div .blog_text {
      width: 100% !important; }
      .blog_list_wrap .blog_list > div .blog_text .blog_date {
        color: #000 !important;
        text-align: right !important; }
      .blog_list_wrap .blog_list > div .blog_text .detail {
        margin-top: 0 !important; }
  @media only screen and (max-width: 640px) {
    .blog_list_wrap .blog_list {
      flex-direction: column !important; }
      .blog_list_wrap .blog_list > div {
        width: 95%;
        margin: 10px auto; } }

.reveiw_list_wrap .blog_list {
  border: none !important; }
  .reveiw_list_wrap .blog_list > div {
    flex-direction: column !important;
    border: 1px solid rgba(60, 127, 195, 0.5) !important;
    background: #fff;
    margin-bottom: 10px; }
    .reveiw_list_wrap .blog_list > div .blog_photo {
      width: 100% !important;
      padding: 0 !important; }
      .reveiw_list_wrap .blog_list > div .blog_photo img {
        display: block;
        width: 100% !important; }
    .reveiw_list_wrap .blog_list > div .blog_text {
      width: 100% !important; }
      .reveiw_list_wrap .blog_list > div .blog_text .blog_date {
        color: #000 !important;
        text-align: right !important; }
      .reveiw_list_wrap .blog_list > div .blog_text h3 {
        font-size: 1.125rem;
        font-family: bold; }
      .reveiw_list_wrap .blog_list > div .blog_text .detail {
        margin-top: 0 !important;
        font-size: 0.875rem; }

.shop-items .items {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .shop-items .items article {
    width: 23% !important;
    margin: 1% !important; }
  @media only screen and (max-width: 834px) {
    .shop-items .items article {
      width: 48% !important; } }
  @media screen and (max-width: 380px) {
    .shop-items .items article {
      width: 95% !important;
      margin: 2.5% !important; } }

.items {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .items article {
    width: 23% !important;
    margin: 1% !important; }
  @media only screen and (max-width: 834px) {
    .items article {
      width: 48% !important; } }
  @media screen and (max-width: 380px) {
    .items article {
      width: 95% !important;
      margin: 2.5% !important; } }
  .items button {
    display: none; }

.addcart {
  display: none; }

.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: #3c7fc3;
      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: #3c7fc3;
        /*アイコン色*/ }
    .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: #31b3cb; }

.table-template02 {
  background: rgba(38, 38, 38, 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: #31b3cb;
    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: #262626 !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: #262626; }
  .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; }

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #262626; }
  .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: #8a4609;
    font-weight: bold; }

.list02 dl dd {
  min-width: 300px; }
@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 #262626; }
  .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: #3c7fc3;
  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: #3c7fc3;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #31b3cb; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #31b3cb; } }

.faq-q-txt {
  font-weight: bold;
  color: #262626; }
  @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 */
