@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background-repeat: repeat;
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 700 !important;
  letter-spacing: 0.6;
  color: #333;
  font-size: 15px;
  word-wrap: break-word;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 15px;
  }
}
body ::selection {
  background: #333;
  color: #fff !important;
}
body ::-moz-selection {
  background: #333;
  /* Firefox */
  color: #fff !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}
#contents_wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: calc(90% - 80px);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 834px) {
  #contents_wrap:before {
    background-color: #fff;
  }
}

#contents {
  width: 100%;
  background: url(../images/common/bg_pt.png);
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
}
.pankuzu a {
  color: #94bfb0;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #f0ebd5;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) 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;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

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

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media 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;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin: 0 auto;
  text-align: center;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 16%;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 25%;
  }
}
.event_Instagram01 .sns_photo {
  padding: 0px !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .event_Instagram01 .sns_photo {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_photo {
    margin-bottom: 0px;
  }
}
.event_Instagram01 .sns_photo img {
  width: 280px !important;
  height: 280px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .event_Instagram01 .sns_photo img {
    height: 120px !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_photo img {
    height: 100px !important;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 300px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(240, 235, 213, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(240, 235, 213, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

/* .sns1{
	width:90%;
.sns1 div.sns_list > div {
  border-bottom: none;
  width: 90% !important; }
.sns1 .sns_list {
  border: none; }
.sns1 div.sns_list div.sns_photo {
  width: 90% !important; 
.sns_photo{
	width:100%!important;
	height:100%!important;
    a{
    	position:relative;
    	display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex-direction: row !important;
		height:100%!important;
    	&:before{
		position: relative;
		z-index: 1;
		content: "";
		padding-top: 100%;
		display: block;
		width: 100% !important;
		@include tabsp {
		display: none;
		}
		}
		img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		object-fit: cover;
		font-family: "object-fit:cover;";
		width: 100% !important;
}
}
}
}
.sns1 i {
  display: none; 
}
} */
section div.form_wrap.error {
  background: #006e47 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

/* section div.form_wrap dl dt {
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
    padding: 8px;
    background-color: none!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    text-align: left!important;
    font-size:16px;
} */
.polia a {
  color: #51a912 !important;
  border-bottom: 1px solid #51a912 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.blog .wrap a {
  color: #006e47 !important;
}

.blog h2 {
  color: #333;
  padding-left: 10px;
  font-size: 20px !important;
  display: flex;
  border-bottom: 1px solid #333;
  align-items: center;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #006e47 !important;
}
.blog #contents {
  margin-left: 30px;
}

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.blog .fa, .blog .fas {
  font-family: Font Awesome\ 5 Pro !important;
}

.blog .ttl_h1 {
  padding: 4% 0;
}

.blog #form_calendar, .blog #contents {
  min-width: auto !important;
}

.blog .date {
  color: #333 !important;
}

.blog .flex02 {
  flex-wrap: wrap;
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

.blog .clearfix {
  display: flex;
  padding-top: 10px;
}

.blog #contents a:hover, .blog #contents a:active {
  color: #499e0c !important;
}
.blog #contents a:visited {
  color: #fe1100 !important;
}
.blog #contents a:link {
  color: #fe1100 !important;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 90% !important;
  }
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

/*-------------------- お問い合わせ --------------------*/
section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  background-color: #fff !important;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.poricy a {
  color: #41ca9a !important;
}

/*-------------------- 新着 --------------------*/
.scroll {
  margin-top: 100px;
  padding: 0px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 250px;
  width: 95%;
  right: 0%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 50px;
  background-color: #fff;
  max-width: 1000px;
}
.scroll a {
  color: #sef8519 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 97%;
    max-height: 380px;
    min-height: 380px;
    margin: 0 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 80%;
    max-height: 300px;
    min-height: 300px;
    margin: 0 auto;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 79% !important;
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
  }
}
.scroll .form_wrap a {
  color: #27b583 !important;
  text-decoration: underline;
  text-decoration-color: #27b583;
}
.scroll .form_wrap dl {
  border-bottom: 1px solid #dddddd !important;
  padding: 15px !important;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding-top: 20px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 5px !important;
  font-size: 14px;
  text-align: center !important;
  display: block !important;
  height: 38px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto;
  background-color: #fff !important;
  width: 30% !important;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

.news span {
  background-color: #fff100;
  padding: 0 20px;
  font-size: 10px;
}

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

#header {
  width: 100%;
}

#header_wrap {
  background-color: #fff;
}
@media only screen and (max-width: 834px) {
  #header_wrap {
    padding-top: 48px;
  }
}

#header_inner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0px 0px 0px !important;
}
@media only screen and (max-width: 834px) {
  #header_inner_wrap {
    background-color: #fff;
  }
}
#header_inner_wrap #siteID {
  padding-left: 20px;
  width: 20%;
  padding-top: 20px;
}
@media only screen and (max-width: 834px) {
  #header_inner_wrap #siteID {
    top: 8px;
    left: 0%;
    z-index: 9999 !important;
    width: 38%;
    position: absolute;
    padding-top: 0;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 640px) {
  #header_inner_wrap #siteID {
    top: 7px;
    left: 0%;
    width: 50%;
  }
}
@media only screen and (max-width: 414px) {
  #header_inner_wrap #siteID {
    width: 50%;
  }
}

#nav_global {
  width: 28.83%;
}
@media only screen and (max-width: 1100px) {
  #nav_global {
    width: 40%;
  }
}
#nav_global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#nav_global ul li a {
  font-family: "Anton", sans-serif !important;
  font-size: 15px;
  color: #333;
  display: block;
  padding: 20px 0;
  transition: .3s ease-out;
}
#nav_global ul li a:hover {
  color: #006e47 !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  /* @media only screen and (max-width: $tab-width){
  display:none;
  } */
}

#mainArea {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 0px;
  }
}
#mainArea #siteID {
  position: absolute;
  top: 10%;
  left: 0%;
  bottom: 0;
  width: 422px;
  height: 135px;
  z-index: 5;
  margin: auto;
}
@media only screen and (max-width: 834px) {
  #mainArea #siteID {
    width: 200px;
    height: 105px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #siteID {
    width: 150px;
    height: 79px;
  }
}
#mainArea .mainbg {
  position: absolute;
  height: calc(93% + 10%);
  width: calc(50% + 5%);
  top: 5%;
  right: 0;
  background: #f0ebd5;
  z-index: -1;
  transform: skewX(-9deg);
  border-top: 8px solid #006e47;
}
@media only screen and (max-width: 834px) {
  #mainArea .mainbg {
    width: calc(65% + 5%);
    height: calc(60% + 10%);
    right: 37px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .mainbg {
    width: calc(70% + 5%);
    height: calc(60% + 10%);
    right: 28px;
  }
}
#mainArea img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 80px;
}
@media only screen and (max-width: 834px) {
  #mainArea img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea img {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.katch {
  font-family: "Cormorant", serif !important;
  font-size: 140px;
  position: absolute;
  left: 8%;
  z-index: 4 !important;
  bottom: 0%;
  letter-spacing: -15px;
  color: #fff;
}
@media only screen and (max-width: 1290px) {
  .katch {
    font-size: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .katch {
    font-size: 80px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .katch {
    font-size: 30px;
  }
}

#firstimg {
  position: relative;
  position: fixed;
  z-index: 999999999999999;
  background: #fff !important;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#firstimg img {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.mail {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px;
  width: 20%;
  margin-top: 20px;
  color: #fff !important;
}
@media only screen and (max-width: 834px) {
  .mail {
    width: 50%;
  }
}
.mail a {
  color: #fff !important;
}

.fa-envelope-open {
  padding-right: 8px;
}

.mean-container .mean-bar {
  background: #69b197 !important;
  position: fixed !important;
  z-index: 9999 !important;
  padding: 0px !important;
}

.mean-container .mean-nav {
  background: #006e47 !important;
  margin-top: 50px !important;
  z-index: 9999 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-nav {
  display: none;
}

@media screen and (max-width: 8340px) {
  /*!------------------------------------*\
      Base
  \*!------------------------------------*/
  body .drawer-nav {
    position: fixed;
    z-index: 151;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    max-height: 75vh;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    pointer-events: none;
    touch-action: auto !important;
    margin: 0px auto 0;
    padding: 0 12.5%;
    transform: translateY(-50%);
    overflow: auto;
  }
  body .drawer-nav > div {
    width: 100%;
  }
  body .drawer-nav .d_logo {
    margin-bottom: 1em;
  }
  body .drawer-nav .d_logo a {
    color: #000 !important;
  }
  body .drawer-nav .d_logo a img {
    max-height: 40px !important;
  }
}
@media only screen and (max-width: 8340px) and (max-width: 640px) {
  body .drawer-nav .d_logo a img {
    width: 50% !important;
  }
}
@media screen and (max-width: 8340px) {
  body .drawer-nav .drawer_info {
    border-top: 1px solid #fff;
    padding: 1em;
    margin-top: 1em;
  }
  body .drawer-nav .drawer_info .tel a.tel_link {
    display: inline-block;
    line-height: 1.5;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0 !important;
    color: #fff !important;
    margin: 5px 0 10px !important;
  }
  body .drawer-nav .drawer_info .mail a {
    display: inline-block;
    background: #fff;
    color: #f0ebd5 !important;
    padding: 0.8em 2.2em;
    border-radius: 5px;
  }
  body .drawer-nav::-webkit-scrollbar {
    display: none;
  }

  .drawer-menu {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: left;
    padding: 0;
  }
  .drawer-menu > li {
    text-align: center !important;
    display: block;
    width: 100%;
    position: relative;
  }
  .drawer-menu > li > a {
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #000 !important;
    line-height: 2.2;
    text-align: center;
    display: inline-block;
  }
  .drawer-menu > li > ul {
    width: 100%;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 999999999999999;
    overflow: auto;
  }
  .drawer-menu > li > ul > li {
    text-align: center;
    width: 100%;
    margin-bottom: 3px;
  }
  .drawer-menu > li > ul > li > a {
    display: inline-block;
    color: #333 !important;
    font-size: 15px;
    padding: 0.3em !important;
  }

  .drawer-nav .tel a.tel_link {
    pointer-events: none;
  }

  .drawer-open .drawer-nav .tel a.tel_link {
    pointer-events: auto;
  }

  .drawer-hamburger {
    position: relative;
    background-color: #000 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .drawer-hamburger:after {
    content: "menu";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    font-family: "Cormorant", serif !important;
    margin: 0 auto;
    transition: 0;
    color: #fff !important;
    font-size: 17px;
  }

  .nav_bg {
    content: "";
    background: #f0ebd5;
    width: 2500px;
    height: 2500px;
    margin-right: -1250px;
    margin-top: -1250px;
    top: 36px;
    right: 24px;
    display: block;
    position: fixed;
    border-radius: 50%;
    transition: all 0.5s ease-out;
    backface-visibility: hidden;
    transform: scale(0);
    pointer-events: none;
    z-index: 9;
  }
}
@media screen and (max-width: 8340px) and (min-width: 835px) {
  .nav_bg {
    width: 7000px;
    height: 7000px;
    margin-right: -3500px;
    margin-top: -3500px;
  }
}
@media screen and (max-width: 8340px) and (max-width: 640px) {
  .nav_bg {
    width: 2000px;
    height: 2000px;
    margin-right: -1000px;
    margin-top: -1000px;
  }
}

@media screen and (max-width: 8340px) {
  .drawer-open .nav_bg {
    transition: all 0.7s ease-in;
    transform: scale(1);
  }

  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    opacity: 0;
    pointer-events: none !important;
    transition: all 0.5s ease-out;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    opacity: 1;
    transition: all 0.5s ease-in;
    pointer-events: all !important;
  }

  .drawer--right.drawer-open .drawer-nav {
    opacity: 1;
    transition: all 1s ease-in;
    pointer-events: all !important;
  }

  .drawer-nav, .drawer--right.drawer-close .drawer-nav {
    pointer-events: none !important;
  }

  .drawer--right.drawer-open .drawer-nav {
    pointer-events: all !important;
  }

  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 99999;
    top: 3px;
    right: 3px;
    display: block;
    box-sizing: content-box;
    width: 4rem;
    height: 3rem;
    padding: 0;
    padding-top: 10px;
    padding-right: .75rem;
    padding-bottom: 23px;
    padding-left: .75rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }

  .drawer-open .drawer-hamburger-icon,
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  .drawer-open .drawer-hamburger {
    color: #fff;
    transition: 0;
  }
  .drawer-open .drawer-hamburger:after {
    content: "close";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0;
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' ';
  }

  .drawer-hamburger-icon:after {
    top: 10px;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }

  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
}
@media screen and (max-width: 8340px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media screen and (max-width: 8340px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 8340px) {
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }

  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 8340px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}
@media screen and (max-width: 8340px) {
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }

  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }

  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  /*! open */
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 8340px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 8340px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
#global_footer {
  position: relative;
  background-repeat: repeat;
  background-position: center;
  background-color: #fff;
  bottom: 0 !important;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 20px !important;
  }
}

#pagetop {
  position: absolute;
  right: 5%;
  bottom: 0%;
  position: fixed;
}

#footer {
  margin-top: 50px;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
    margin-top: 10px;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
  }
}
#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #333;
  display: flex;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    margin-bottom: 0em;
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
  }
}
#footer .inner .footer_container .col_001 .f_logo {
  margin-bottom: 20px;
}
#footer .inner .footer_container .col_001 .f_logo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo {
    margin-top: 0 auto;
    text-align: center;
  }
}

.col_2 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.col_2 .nav_footer {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 70%;
  max-width: 70%;
  padding: 15px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
.col_2 .nav_footer a:hover {
  color: #000 !important;
}
@media screen and (max-width: 834px) {
  .col_2 .nav_footer {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.col_2 .nav_footer li a {
  font-weight: bold !important;
  color: #333 !important;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

#copyright {
  text-align: center;
  background-color: #000;
  color: #fff;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
  background-color: #fff !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

.cont_1 {
  margin-top: 200px;
  flex-wrap: nowrap !important;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .cont_1 {
    flex-direction: column !important;
    margin-top: 50px;
  }
}
.cont_1 h1 {
  font-size: 85px;
  font-weight: normal !important;
  color: #313131;
  font-family: "Cormorant", serif !important;
}
@media only screen and (max-width: 640px) {
  .cont_1 h1 {
    font-size: 45px;
  }
}
.cont_1 .box:first-child {
  width: 55%;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .cont_1 .box:first-child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.cont_1 .box:last-child {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .cont_1 .box:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.cont_1 h4 {
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.btn01 {
  display: inline-block;
  margin: 0 auto !important;
  width: 40%;
  position: relative;
  font-size: 14px;
  text-align: left !important;
  background-color: #3e3e3e;
  padding: 10px;
  box-sizing: border-box;
  color: #fff !important;
  font-family: "Cormorant", serif !important;
  letter-spacing: 3px;
}
.btn01:hover {
  background-color: #000000;
}
@media only screen and (max-width: 640px) {
  .btn01 {
    width: 80%;
    display: flex;
  }
}
.btn01 a {
  color: #fff !important;
}
.btn01:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn01:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn01:hover:before {
  width: 40px;
  right: 10px;
}

.btn01:hover:after {
  right: 10px;
}

.cont_2 {
  flex-wrap: nowrap !important;
  align-items: flex-end;
  justify-content: space-between;
  background: url(../images/home/oem_bg.jpg);
  height: 734px;
  width: 80%;
  margin: 0 auto;
  margin-top: 150px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 834px) {
  .cont_2 {
    width: 100%;
    flex-direction: column !important;
    margin-top: 50px;
    padding: 0 10px;
    margin-left: 0px;
    padding-bottom: 50px;
    height: auto;
  }
}
.cont_2 h2 {
  font-size: 85px;
  color: #313131;
  font-family: "Cormorant", serif !important;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1290px) {
  .cont_2 h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .cont_2 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_2 h2 {
    font-size: 50px;
  }
}
.cont_2 h2 span {
  font-size: 20px;
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.cont_2 .oem {
  width: 100%;
  justify-content: space-between;
  display: flex !important;
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 834px) {
  .cont_2 .oem {
    padding-bottom: 50px;
    flex-direction: column !important;
  }
}
.cont_2 .oem .box > div {
  color: #000 !important;
}
.cont_2 .box:first-child {
  width: 35%;
  left: 14%;
  position: absolute;
  padding-top: 180px;
}
.cont_2 .box:first-child > div {
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .cont_2 .box:first-child {
    width: 100%;
    left: 0;
    position: static;
    padding-top: 50px;
    z-index: 8;
  }
}
@media only screen and (max-width: 640px) {
  .cont_2 .box:first-child {
    width: 100%;
    left: 0;
    position: static;
    padding-top: 50px;
  }
}
.cont_2 .box:last-child {
  width: 40%;
  position: absolute;
  right: 8%;
  padding-top: 120px;
}
@media only screen and (max-width: 834px) {
  .cont_2 .box:last-child {
    width: 100%;
    margin-top: 20px;
    position: static;
    padding-top: 20px;
  }
}

.cont_3 {
  flex-wrap: nowrap !important;
  align-items: flex-end;
  justify-content: space-between;
  background: url(../images/home/consul_bg.jpg);
  height: 734px;
  width: 80%;
  margin: 0 auto;
  margin-top: 150px;
}
@media only screen and (max-width: 834px) {
  .cont_3 {
    flex-direction: column !important;
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
    height: auto;
    padding: 0 10px;
  }
}
.cont_3 h2 {
  font-size: 5.0em;
  color: #313131;
  font-family: "Cormorant", serif !important;
  font-weight: normal;
  line-height: 85px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1400px) {
  .cont_3 h2 {
    font-size: 4.5em;
  }
}
@media only screen and (max-width: 1290px) {
  .cont_3 h2 {
    font-size: 3.0em;
    line-height: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .cont_3 h2 {
    font-size: 4.0em;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3 h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.cont_3 h2 span {
  font-size: 20px;
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.cont_3 .oem {
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .cont_3 .oem {
    padding-bottom: 50px;
    flex-direction: column !important;
  }
}
.cont_3 .oem .box > div {
  color: #000 !important;
}
.cont_3 .box:first-child {
  width: 35%;
  right: 11%;
  position: absolute;
  padding-top: 140px;
  z-index: 8;
}
.cont_3 .box:first-child > div {
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .cont_3 .box:first-child {
    width: 100%;
    right: 0;
    position: static;
    padding-top: 50px;
    z-index: 8;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3 .box:first-child {
    width: 100%;
    right: 0;
    position: static;
    padding-top: 50px;
    padding-left: 0px;
  }
}
.cont_3 .box:last-child {
  width: 40%;
  position: absolute;
  left: 7%;
  padding-top: 60px;
}
@media only screen and (max-width: 834px) {
  .cont_3 .box:last-child {
    width: 100%;
    margin-top: 20px;
    position: static;
    padding-top: 20px;
  }
}

.banner td {
  padding: 10px !important;
}
@media only screen and (max-width: 834px) {
  .banner td {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  .banner td {
    padding-bottom: 20px !important;
  }
}

.cont_4 {
  margin-top: 150px;
  flex-wrap: nowrap !important;
  align-items: flex-end;
  justify-content: space-between;
  background: url(../images/home/contact.jpg);
  object-fit: cover;
  width: 100%;
  height: 520px;
}
@media only screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column !important;
    margin-top: 50px;
    height: 600px;
  }
}
.cont_4 .inner {
  padding: 0px;
}
@media only screen and (max-width: 834px) {
  .cont_4 .inner {
    padding: 20px;
  }
}
.cont_4 h2 {
  font-size: 90px;
  color: #fff;
  font-family: "Cormorant", serif !important;
  font-weight: normal;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 834px) {
  .cont_4 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_4 h2 {
    font-size: 50px;
  }
}
.cont_4 h2 span {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.cont_4 .contact {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.cont_4 .contact span {
  font-size: 25px;
}
.cont_4 .telmail {
  position: absolute;
  right: 0;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  right: 10%;
}
@media only screen and (max-width: 834px) {
  .cont_4 .telmail {
    width: 100%;
    right: 0%;
  }
}
.cont_4 .telmail .tel01 {
  font-size: 40px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 834px) {
  .cont_4 .telmail .tel01 {
    font-size: 30px;
  }
  .cont_4 .telmail .tel01 a {
    color: #fff !important;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  }
}
.cont_4 .telmail .btn02 {
  background-color: #dadada;
  padding: 20px 30px;
  width: 60%;
  color: #000;
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.cont_4 .telmail .btn02:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .cont_4 .telmail .btn02 {
    width: 100%;
  }
}
.cont_4 .telmail .btn02 a {
  color: #fff !important;
}
.cont_4 .telmail .fa-envelope-open-text {
  padding-right: 8px;
}

.cont_5 {
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 100px;
  border: 1px solid #fff;
  outline: 1px solid #d7d7d7;
  outline-offset: -25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 834px) {
  .cont_5 {
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 {
    flex-direction: column !important;
    margin-top: 50px;
  }
}
.cont_5 .inner {
  padding: 100px;
}
@media only screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 50px;
  }
}
.cont_5 .h3ttl h3 {
  font-size: 50px;
  color: #000;
  font-family: "Cormorant", serif !important;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  .cont_5 .h3ttl h3 {
    width: 80%;
    display: inline-block;
    margin: 0 auto;
  }
}

.cont_6 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .cont_6 {
    flex-wrap: wrap !important;
  }
}
.cont_6 .inner {
  padding: 100px 0px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_6 .inner {
    padding: 20px 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .inner {
    padding: 18px 20px !important;
  }
}

.h1txt {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.h1txt h1 {
  font-size: 80px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-family: "Cormorant", serif !important;
  border-bottom: solid 2px black;
}
@media screen and (max-width: 640px) {
  .h1txt h1 {
    font-size: 50px;
  }
}
.h1txt span {
  font-size: 18px;
  color: #b4c5bc;
  font-weight: normal;
  letter-spacing: 2px;
}
.h1txt:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #adabac;
}

.h2txt {
  margin-top: 100px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .h2txt {
    margin: 50px 10px;
  }
}
.h2txt h2 {
  font-size: 25px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.bgwhite {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .bgwhite {
    margin-bottom: 10px;
    padding: 20px;
  }
}

.hyo td {
  padding: 10px !important;
  border-bottom: 1px solid #c3c3c3 !important;
}
.hyo .left {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .hyo .left {
    width: 100%;
    text-align: center !important;
    background-color: #f1f1f1;
  }
  .hyo .left > div {
    font-weight: bold !important;
  }
}
@media screen and (max-width: 640px) {
  .hyo .right {
    text-align: center !important;
  }
}

.h3txt {
  background-color: #000;
  color: #fff;
  padding: 3px 0 3px 10px;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .h3txt {
    margin: 20px 10px;
  }
}

/*-------------------- fadein --------------------*/
.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}
.fadein.right {
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 834px) {
  .fadein.right {
    transform: translateY(0px);
  }
}
.fadein.left {
  transform: translate3d(-100%, 0, 0);
}

.flow {
  flex-wrap: nowrap !important;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .flow {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  .flow {
    flex-direction: column !important;
  }
}
.flow .box:first-child {
  width: 20%;
  display: block;
  border-right: 1px solid #c5c5c5 !important;
  padding-right: 30px;
}
@media screen and (max-width: 834px) {
  .flow .box:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .flow .box:first-child {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #c5c5c5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.flow .box:first-child article {
  display: flex !important;
  align-items: center;
}
.flow .box:first-child article > div {
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.flow h3 {
  font-size: 20px;
  font-style: italic;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .flow .box:last-child {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .flow .box:last-child {
    width: 100%;
  }
}
.flow .box:last-child > div {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .flow .box:last-child > div {
    padding-top: 20px;
  }
}
.flow .btn02 {
  background-color: #000;
  padding: 10px;
  width: 30%;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.flow .btn02:hover {
  background-color: #145e71;
}
@media only screen and (max-width: 834px) {
  .flow .btn02 {
    width: 100%;
  }
}
.flow .btn02 a {
  color: #fff !important;
}
.flow .fa-envelope-open-text {
  padding-right: 8px;
}
.flow .tel02 {
  font-size: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
@media only screen and (max-width: 834px) {
  .flow .tel02 a {
    color: #000 !important;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  }
}

.cont_7 {
  margin-top: 50px;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .cont_7 {
    flex-direction: column !important;
    margin-top: 50px;
  }
}
.cont_7 h1 {
  font-size: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.cont_7 .box:first-child {
  width: 55%;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .cont_7 .box:first-child {
    width: 100%;
  }
}
.cont_7 .box:last-child {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .cont_7 .box:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.cont_7 h4 {
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.svganme {
  -webkit-animation: fuwafuwa 6s infinite linear alternate !important;
  animation: fuwafuwa 6s infinite linear alternate !important;
  right: -60px;
  top: -160px;
}
.svganme img {
  max-width: 10%;
  height: auto;
  vertical-align: bottom;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
}
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  speed: 1;
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein02 {
  opacity: 0.1;
  transform: translate(50px, 100px);
  transition: all 1000ms;
  speed: 10;
}
.fadein02.right {
  transform: translate3d(-2.7rem, 0, 1rem);
  transition: all 1000ms;
}
.fadein02.left {
  transform: translate3d(-2.7rem, 0, 1rem);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein02.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein03 {
  opacity: 0.1;
  transform: translate(100px, 200px);
  transition: all 1000ms;
  speed: 10;
}
.fadein03.right {
  transform: translate3d(-2.7rem, 0, 1rem);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein03.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein04 {
  opacity: 0.1;
  transform: translate(100px, 100px);
  transition: all 1000ms;
  speed: 10;
}
.fadein04.left {
  transform: translate3d(5.7rem, 0, 1rem);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein05.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein05 {
  opacity: 0.1;
  transform: translate(0, 0);
  transition: all 1000ms;
  speed: 10;
}
.fadein05.right {
  transform: translate3d(-2.7rem, 0, 1rem);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein07.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein07 {
  opacity: 0.1;
  transform: translate(0, 0);
  transition: all 1000ms;
  speed: 10;
}
.fadein07.left {
  transform: translate3d(5rem, 0, 1rem);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein04.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.gallery {
  width: 100%;
  position: relative;
}
.gallery .inner {
  position: relative;
}
.gallery .item01 {
  top: -200px;
  left: 9.6vw;
}
.gallery .item01 img {
  width: 40% !important;
}
.gallery .item02 {
  top: 100px;
  left: 10.6vw;
}
.gallery .item03 {
  position: absolute;
  top: 10px;
  right: 0;
}
.gallery .item03 img {
  width: 70% !important;
}
.gallery .item04 {
  position: absolute;
  top: 500px;
  right: 0%;
}
.gallery .item05 {
  position: absolute;
  top: 423px;
  right: 24%;
}
.gallery .item05 img {
  width: 70% !important;
}
.gallery .item06 {
  position: absolute;
  top: 120px;
  right: 20%;
}
.gallery .item06 img {
  width: 70% !important;
}
.gallery .item07 {
  position: absolute;
  top: 800px;
  left: 50%;
}
.gallery .item07 img {
  width: 50% !important;
}
.gallery .delay2 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery .delay4 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.4s;
}

.photobox {
  flex-wrap: nowrap !important;
  flex-flow: row wrap !important;
  justify-content: space-between;
  padding: 0 10px;
}
.photobox .box {
  width: 32%;
}

.flexbox .inner {
  display: flex;
  align-items: center;
}
.flexbox .map {
  width: 100%;
}
.flexbox .hyo {
  width: 70%;
}
.flexbox .hyo .ttl > div {
  font-size: 1.8em;
  font-family: "Cormorant", serif !important;
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #333;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #f0ebd5;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #f0ebd5;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #f0ebd5;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0ebd5;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #f0ebd5;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(240, 235, 213, 0.3);
  border: 4px double rgba(240, 235, 213, 0.3);
  color: #f0ebd5;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #f0ebd5;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #333;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #333;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #333;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #333;
}
.btn_org04 a:hover:before {
  color: #333;
}

/* common */
.linkTel a {
  color: #333;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

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

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