@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@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;
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 700 !important;
  letter-spacing: 0.6;
  color: #000;
  font-size: 16px;
  word-wrap: break-word;
  font-family: "notoSans", "游ゴシック", 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;
  }
}

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; */
  z-index: 999;
}

#contents {
  width: 100%;
  background: #fff;
}
@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;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #0d98d0;
}
.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 #fff;
  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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック", 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;
}
.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;
  padding: 0 !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: 33.3333333%;
  }
}

/********* 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;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_area {
    width: 90%;
  }
}
.news_area td {
  padding: 5px !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(255, 255, 255, 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;
  text-align: left !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: 10px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 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: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

section div.form_wrap dl dt {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  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: #26a7e0 !important;
  border-bottom: 1px solid #26a7e0 !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;
    width: 100%;
  }
}

.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.blog_txt {
  width: 100% !important;
}

.detail {
  margin-top: 0 !important;
}

.blog h2 {
  background-color: #93c9d3;
  color: #fff;
  padding-left: 10px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #26a7e0 !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;
  }
}

.blog_list div {
  flex-direction: row-reverse !important;
}

.blog_date {
  color: #fff !important;
  background-color: #11a764 !important;
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  height: 27px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_text span {
  color: #333 !important;
  font-weight: bold !important;
}
.blog_text span a {
  color: #333 !important;
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 250px;
  width: 77%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 17px;
}
.scroll a {
  color: #sef8519 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    margin-bottom: 40px;
    max-height: 200px;
    min-height: 200px;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 82% !important;
  text-align: left !important;
  border: 1px solid #fbf6d5 !important;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
  }
}
.scroll .form_wrap a {
  color: #fe1100 !important;
  text-decoration: underline;
  text-decoration-color: #fe1100;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 22% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #fbf6d5 !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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;
  }
}

.newsttl {
  background-color: #0283c7;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blogttl {
  background-color: #2fb84f;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blog_photo {
  width: 42% !important;
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header_container {
  align-items: center;
  display: flex;
  top: 0;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  z-index: 9999;
  padding: 5px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.header_container .inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    z-index: 10;
    height: auto;
    left: 0;
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    display: block;
    position: absolute;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0);
  }
}
.header_container .h_logo {
  z-index: 999;
}
@media only screen and (max-width: 1238px) {
  .header_container .h_logo {
    width: 80%;
  }
}
@media only screen and (max-width: 940px) {
  .header_container .h_logo {
    top: 15px;
    left: 0px;
    position: fixed;
    width: 30%;
    z-index: 9999;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 930px) {
  .header_container .h_logo {
    width: 32%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 15px;
    left: 0px;
    position: fixed;
    width: 25%;
    z-index: 9999;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    z-index: 9;
    width: 35%;
    margin-top: 0px;
    left: 1%;
    top: 10px;
  }
}
@media only screen and (max-width: 414px) {
  .header_container .h_logo {
    width: 40%;
    top: 15px;
  }
}
.header_container .col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0px;
  margin-left: 1%;
  width: 20%;
}
@media only screen and (max-width: 1136px) {
  .header_container .col_01 {
    left: 0%;
  }
}
@media only screen and (max-width: 920px) {
  .header_container .col_01 {
    width: 10%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}

.col_02 {
  width: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .col_02 {
    display: none;
  }
}

@media only screen and (max-width: 940px) {
  #header {
    display: none;
  }
}

#nav_global {
  width: 100%;
  text-align: right;
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
}
#nav_global ul li {
  text-align: center;
  margin: 0 auto;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333 !important;
  padding: 5px 0 18px 0;
  font-size: 14px;
  font-weight: bold;
}
#nav_global ul li a img {
  display: block;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #nav_global ul li a img {
    margin-right: 20px !important;
  }
}
#nav_global ul li a p {
  font-size: 11px;
}
@media only screen and (max-width: 1390px) {
  #nav_global ul li a {
    font-size: 12px;
  }
}
#nav_global ul li a::after {
  position: absolute;
  bottom: 13px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #3fbabb;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}
#nav_global ul li ul {
  position: absolute;
  margin: 0 auto;
  z-index: 99999 !important;
  display: flex;
  flex-direction: column;
  background-color: #faa700;
  text-align: center;
  width: 10%;
  top: 100px;
}
#nav_global ul li ul li {
  text-align: center;
  color: #fff !important;
}
#nav_global ul li ul li a {
  display: block;
  padding: 20px 0px;
  font-size: 15px;
  color: #fff !important;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #fff !important;
}
#nav_global ul li ul li a a:hover::after {
  display: none;
  background: #3fbabb;
}

.contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .contact {
    top: 0.5%;
    z-index: 9999;
    right: 10%;
    position: fixed;
    height: 5%;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    right: 9%;
    top: 1%;
    height: auto;
  }
}
@media only screen and (max-width: 579px) {
  .contact {
    right: 12%;
  }
}
@media only screen and (max-width: 414px) {
  .contact {
    right: 15%;
  }
}
@media screen and (max-width: 640px) {
  .contact img {
    width: 40%;
  }
}
@media only screen and (max-width: 940px) {
  .contact .btn1 {
    display: none;
  }
}
.contact .btn01 {
  margin-right: 50px;
  margin-top: 43px;
  position: absolute;
}
@media screen and (min-width: 834px) {
  .contact .btn01 {
    display: none;
  }
}
.contact .btn01:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

#mainArea {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin: 0 auto;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}
#mainArea .txt {
  position: absolute;
  background-color: #3fbabb;
  bottom: 31%;
  left: 10%;
  z-index: 5;
  color: #fff;
  font-size: 2.0em;
  text-align: left;
  padding: 0 20px;
}
@media only screen and (max-width: 1390px) {
  #mainArea .txt {
    font-size: 1.8em;
    bottom: 23%;
    left: 5%;
  }
}
@media only screen and (max-width: 990px) {
  #mainArea .txt {
    font-size: 1.5em;
    bottom: 20%;
    left: 3%;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .txt {
    font-size: 1.2em;
    bottom: 19%;
    left: 3%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .txt {
    font-size: 1.2em;
    bottom: 15%;
    left: 3%;
  }
}
@media only screen and (max-width: 458px) {
  #mainArea .txt {
    font-size: 1.2em;
    bottom: 23%;
    left: 3%;
  }
}
#mainArea .txt02 {
  position: absolute;
  background-color: #3fbabb;
  bottom: 16%;
  left: 10%;
  z-index: 5;
  color: #fff;
  font-size: 3.0em;
  text-align: left;
  padding: 0 20px;
}
@media only screen and (max-width: 1390px) {
  #mainArea .txt02 {
    font-size: 2.3em;
    bottom: 8%;
    left: 5%;
  }
}
@media only screen and (max-width: 990px) {
  #mainArea .txt02 {
    font-size: 2.0em;
    bottom: 4%;
    left: 3%;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .txt02 {
    font-size: 1.6em;
    bottom: 4%;
    left: 3%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .txt02 {
    font-size: 1.6em;
    bottom: 4%;
    left: 3%;
  }
}
@media only screen and (max-width: 458px) {
  #mainArea .txt02 {
    font-size: 1.6em;
    bottom: 4%;
    left: 3%;
  }
}

#siteID {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 12%;
  width: 470px;
  height: 143px;
  z-index: 5;
  margin: auto;
}
@media only screen and (max-width: 1390px) {
  #siteID {
    width: 40%;
    left: 5%;
    bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  #siteID {
    width: 36%;
    left: 3%;
    bottom: -21%;
  }
}
@media only screen and (max-width: 640px) {
  #siteID {
    left: 3%;
    bottom: -50%;
  }
}
@media only screen and (max-width: 458px) {
  #siteID {
    left: 3%;
    bottom: -50%;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #ffd84d;
  z-index: 9999 !important;
}

.mean-container .mean-bar {
  position: fixed !important;
  z-index: 9 !important;
  padding: 0px 0 !important;
  margin-top: 0px;
}

.mean-container .mean-nav {
  background: #6dcbda !important;
  z-index: 9 !important;
  margin-top: 0px !important;
}

.mean-container .mean-nav ul li {
  z-index: 0;
}

.mean-container .mean-nav ul li ul {
  background: #34afe0 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #8fdfff !important;
  height: 45px !important;
  z-index: 999 !important;
  display: flex !important;
  align-items: center;
  font-size: 13px;
}
.mean-container .mean-nav ul li a img {
  margin-right: 20px !important;
  width: 40px;
}

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important;
  z-index: 999 !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #4892df !important;
  z-index: 999 !important;
}

@media only screen and (min-width: 834px) {
  .pcnone {
    display: none !important;
  }
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #53bdce !important;
  z-index: 999 !important;
  width: 10px !important;
  right: 0px !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: #53bdce !important;
  z-index: 999 !important;
  width: 10px !important;
  right: 0px !important;
}

#global_footer {
  position: relative;
  background-color: #fff !important;
  bottom: 0 !important;
  background-repeat: repeat;
  margin-top: 200px !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}
#global_footer:before {
  position: absolute;
  background-image: url(../images/common/f_left.png);
  content: "";
  left: 0;
  bottom: 0;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 229px;
  height: 406px;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #global_footer:before {
    width: 112px;
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #global_footer:before {
    display: none;
  }
}
#global_footer:after {
  position: absolute;
  background-image: url(../images/common/f_right.png);
  background-repeat: no-repeat;
  content: "";
  right: 0;
  bottom: 0;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 240px;
  height: 358px;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #global_footer:after {
    width: 140px;
    height: 206px;
  }
}
@media screen and (max-width: 640px) {
  #global_footer:after {
    display: none;
  }
}

#footer {
  padding: 10px 0;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}
#footer .inner {
  position: relative;
  max-width: 1400px;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .inner .footer_container .col_2 {
  width: 90%;
  display: flex;
  justify-content: space-around;
}
#footer .inner .footer_container .col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_2 .nav_footer {
    display: none;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li {
  padding: 0 10px;
}
@media only screen and (max-width: 1000px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li a {
  color: #333 !important;
}
#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.fa-phone-alt {
  padding-right: 5px;
}

#copy {
  color: #333;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  z-index: 3;
}
#copy a {
  color: #333 !important;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.cont_1 {
  background-color: #fff8e7;
  position: relative;
}
.cont_1:before {
  position: absolute;
  background-image: url(../images/home/left.png);
  content: "";
  left: 0;
  top: 0;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 248px;
  height: 729px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .cont_1:before {
    width: 135px;
    height: 407px;
  }
}
.cont_1:after {
  position: absolute;
  background-image: url(../images/home/right.png);
  content: "";
  right: 0;
  top: 0;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 235px;
  height: 638px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .cont_1:after {
    width: 150px;
    height: 407px;
  }
}
.cont_1 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .cont_1 .inner {
    flex-direction: column;
  }
}
.cont_1 .h1ttl {
  text-align: center;
  width: 55%;
  z-index: 7;
}
@media screen and (max-width: 834px) {
  .cont_1 .h1ttl {
    width: 100%;
  }
}
.cont_1 .h1ttl h1 {
  font-size: 3.5em;
  color: #f67f00;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .cont_1 .h1ttl h1 {
    font-size: 2.5em;
  }
}
.cont_1 .h1ttl h1:before, .cont_1 .h1ttl h1:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  display: inline-block;
}
.cont_1 .h1ttl h1:before {
  border-left: solid 1px #f67f00;
  border-top: solid 1px #f67f00;
  top: 0;
  left: 0;
}
.cont_1 .h1ttl h1:after {
  border-right: solid 1px #f67f00;
  border-bottom: solid 1px #f67f00;
  bottom: 0;
  right: 0;
}
.cont_1 .txt {
  width: 45%;
  z-index: 7;
}
@media screen and (max-width: 834px) {
  .cont_1 .txt {
    width: 95%;
    background-color: #fff;
    padding: 20px;
    margin: 0 10px;
    text-align: center !important;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .cont_1 .txt > div {
    text-align: left !important;
  }
}

.cont_1 .txt span {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .cont_1 .txt span {
    font-size: 1.0em;
  }
}

.h2ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .h2ttl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.h2ttl h2 {
  font-size: 2.5em;
}
@media screen and (max-width: 640px) {
  .h2ttl h2 {
    font-size: 1.4em;
  }
}

.cont_2 .inner02 {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  flex-flow: row wrap;
  margin: 0 auto;
}
.cont_2 .txt > div {
  font-size: 14px;
}
.cont_2 .service {
  position: relative;
  width: 23%;
}
.cont_2 .service td {
  padding: 8px !important;
}
@media only screen and (max-width: 880px) {
  .cont_2 .service {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .service {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .service {
    width: 100%;
  }
}
.cont_2 .service .ttl01 > div {
  position: absolute;
  top: 5%;
  left: 0;
  background-color: #fff;
  padding: 0 20px;
  color: #f59300;
}
.cont_2 .service .ttl02 {
  font-size: 16px;
}
.cont_2 .service .ttl02 span {
  font-size: 22px;
  color: #f6ab00;
  font-weight: bold;
}
.cont_2 .service .btn01 {
  background-color: #f6ab00;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #f6ab00;
}
.cont_2 .service .btn01:hover {
  background-color: #fff;
  border: 1px solid #f6ab00;
  color: #f6ab00;
}
.cont_2 .service02 {
  position: relative;
  width: 23%;
}
.cont_2 .service02 td {
  padding: 8px !important;
}
@media only screen and (max-width: 880px) {
  .cont_2 .service02 {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .service02 {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .service02 {
    width: 100%;
  }
}
.cont_2 .service02 .ttl01 > div {
  position: absolute;
  top: 5%;
  left: 0;
  background-color: #fff;
  padding: 0 20px;
  color: #ea82a2;
}
.cont_2 .service02 .ttl02 {
  font-size: 16px;
}
.cont_2 .service02 .ttl02 span {
  font-size: 22px;
  color: #ea82a2;
  font-weight: bold;
}
.cont_2 .service02 .btn01 {
  background-color: #ea82a2;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #ea82a2;
}
.cont_2 .service02 .btn01:hover {
  background-color: #fff;
  border: 1px solid #ea82a2;
  color: #ea82a2;
}
.cont_2 .service03 {
  position: relative;
  width: 23%;
}
.cont_2 .service03 td {
  padding: 8px !important;
}
@media only screen and (max-width: 880px) {
  .cont_2 .service03 {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .service03 {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .service03 {
    width: 100%;
  }
}
.cont_2 .service03 .ttl01 > div {
  position: absolute;
  top: 5%;
  left: 0;
  background-color: #fff;
  padding: 0 20px;
  color: #48b05a;
}
.cont_2 .service03 .ttl02 {
  font-size: 16px;
}
.cont_2 .service03 .ttl02 span {
  font-size: 22px;
  color: #48b05a;
  font-weight: bold;
}
.cont_2 .service03 .btn01 {
  background-color: #48b05a;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #48b05a;
}
.cont_2 .service03 .btn01:hover {
  background-color: #fff;
  border: 1px solid #48b05a;
  color: #48b05a;
}
.cont_2 .service04 {
  position: relative;
  width: 23%;
}
.cont_2 .service04 td {
  padding: 8px !important;
}
@media only screen and (max-width: 880px) {
  .cont_2 .service04 {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .service04 {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .service04 {
    width: 100%;
  }
}
.cont_2 .service04 .ttl01 > div {
  position: absolute;
  top: 5%;
  left: 0;
  background-color: #fff;
  padding: 0 20px;
  color: #51abed;
}
.cont_2 .service04 .ttl02 {
  font-size: 16px;
}
.cont_2 .service04 .ttl02 span {
  font-size: 22px;
  color: #51abed;
  font-weight: bold;
}
.cont_2 .service04 .btn01 {
  background-color: #51abed;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #51abed;
}
.cont_2 .service04 .btn01:hover {
  background-color: #fff;
  border: 1px solid #51abed;
  color: #51abed;
}

.cont_3 {
  background-color: #fbf6d5;
  margin-top: 100px;
}
.cont_3 .inner {
  padding: 50px 0;
}
.cont_3 .h2ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cont_3 .h2ttl h2 {
  font-size: 35px;
}

.btnbox {
  margin-top: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .btnbox {
    flex-direction: column !important;
  }
}
.btnbox .box {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .btnbox .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.btnbox .btn02 {
  background-color: #fff;
  border: 3px solid  #f6ab00;
  padding: 20px 20px;
  border-radius: 50px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f6ab00 !important;
  font-weight: bold;
}
.btnbox .btn02:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
  font-weight: bold;
}
.btnbox .btn02:hover {
  background-color: #f6ab00;
  color: #fff !important;
}
.btnbox .btn03 {
  background-color: #fff;
  border: 3px solid  #51abed;
  padding: 20px 20px;
  border-radius: 50px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #51abed !important;
  font-weight: bold;
}
.btnbox .btn03:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
  font-weight: bold;
}
.btnbox .btn03:hover {
  background-color: #51abed;
  color: #fff !important;
}
.btnbox .btn04 {
  background-color: #fff;
  border: 3px solid  #ea82a2;
  padding: 20px 20px;
  border-radius: 50px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ea82a2 !important;
  font-weight: bold;
}
.btnbox .btn04:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
  font-weight: bold;
}
.btnbox .btn04:hover {
  background-color: #ea82a2;
  color: #fff !important;
}
.btnbox .btn04 a {
  color: #ea82a2 !important;
}

.h1txt {
  background: url(../images/contents/h1bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8% 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media screen and (max-width: 834px) {
  .h1txt {
    margin-top: 0px;
    padding: 6% 0;
  }
}
@media screen and (max-width: 640px) {
  .h1txt {
    margin-top: 0px;
    padding: 4% 0;
  }
}
.h1txt > div {
  max-width: 1220px;
  margin: 0 auto;
}
.h1txt h1 {
  font-size: 40px;
  color: #ef9f00;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .h1txt h1 {
    font-size: 30px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h3txt {
  margin: 50px auto 30px auto;
}
.h3txt h3 {
  position: relative;
  font-size: 25px;
  border-radius: 0 10px 10px 0;
  padding-left: 75px;
}
.h3txt h3:before {
  position: absolute;
  background-image: url(../images/home/ttl02.png);
  content: "";
  left: 0;
  top: 0;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 60px;
  height: 45px;
  z-index: 1;
  margin-right: 100px;
}

.hyo01 td {
  text-align: center !important;
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .hyo01 td {
    padding: 2px !important;
  }
}
@media screen and (max-width: 640px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}

.flow {
  flex-wrap: nowrap !important;
}
.flow .box {
  display: flex;
  align-items: center;
  width: 20%;
}
.flow .box:first-child {
  display: flex;
  justify-content: center;
  width: 20%;
  border-right: 5px solid #ddd;
  overflow: visible !important;
  position: relative;
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow .box:first-child {
    min-width: 150px;
  }
}
.flow .box:first-child:before {
  content: "";
  position: absolute;
  border: solid 12px transparent;
  border-top: solid 12px #ea82a2;
  top: 45%;
  left: 101%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow .box:first-child img {
  padding-top: 20px;
}
.flow .box:last-child {
  padding-left: 50px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .flow .box:last-child {
    width: 50%;
  }
}
.flow .box:last-child h3 {
  background-color: #f9d6d3;
  padding: 0 10px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.txt01 {
  margin-top: 30px;
  border: 1px solid #acc6ff;
  background-color: #eee;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .txt01 {
    margin: 0 10px;
    margin-top: 30px;
  }
}

.imgbox {
  justify-content: space-between;
  flex-flow: row wrap !important;
}
.imgbox .box {
  width: 22%;
  margin: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .imgbox .box {
    width: 43%;
  }
}
.imgbox .box img {
  width: 300px !important;
  height: 250px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 640px) {
  .imgbox .box img {
    height: 150px !important;
  }
}

.imgbox {
  flex-flow: nowrap !important;
  justify-content: space-between;
  flex-flow: row wrap !important;
}
.imgbox .box {
  width: 22%;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .imgbox .box {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .imgbox .box {
    width: 43%;
  }
}

.hyo02 td {
  padding: 20px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo02 td > div {
    font-size: 12px;
  }
}
.hyo02 .left {
  width: 20%;
  background-color: #81c0af;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 30%;
  }
}
.hyo02 .left > div {
  font-weight: bold;
}

.hyo03 td {
  padding: 20px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo03 td > div {
    font-size: 12px;
  }
}
.hyo03 .left {
  width: 20%;
  background-color: #fba49c;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hyo03 .left {
    width: 35%;
  }
}
.hyo03 .left > div {
  font-weight: bold;
}

.hyo04 td {
  padding: 10px !important;
  margin: 20px;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .hyo04 td > div {
    font-size: 12px;
  }
}
.hyo04 .left {
  width: 10%;
  background-color: #faa700;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hyo04 .left {
    width: 15%;
  }
}
.hyo04 .left > div {
  font-weight: bold;
}

.flow02 {
  justify-content: space-between;
  margin: 0 auto;
  justify-content: center;
}
.flow02 .box {
  width: 23%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flow02 .box {
    width: 45%;
    margin-bottom: 20px;
  }
}
.flow02 .box:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 28px;
  font-weight: bold;
  font-size: 40px;
  color: #f58c09;
}
@media screen and (max-width: 640px) {
  .flow02 .box:after {
    padding-left: 5px;
  }
}
.flow02 .box > div {
  background-color: #faa700;
  width: 13em;
  height: 9em;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .flow02 .box > div {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .flow02 .box:nth-child(2):after {
    display: none;
  }
}
.flow02 .box:last-child:after {
  display: none;
}

.txtbox .inner {
  background-color: #eee;
  padding: 30px;
}
.txtbox .form_wrap dl dt {
  border: none !important;
  width: 100% !important;
  padding: 20px 20px 0 20px !important;
  font-size: 20px;
  color: #da3064 !important;
}
.txtbox .form_wrap dl {
  flex-direction: column;
  padding: 10px;
}
.txtbox .form_wrap dl dd {
  width: 100% !important;
  border: none !important;
  padding: 0 20px 20px 20px;
}

.linkcolor a {
  color: #fa0c00 !important;
  text-decoration: underline;
}

.pagelogin {
  width: 50% !important;
  margin: 0 auto !important;
  margin-top: 50px !important;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .pagelogin {
    width: 100% !important;
    margin-top: 0px !important;
    padding-top: 100px;
  }
}

@media screen and (max-width: 834px) {
  .pagelogin dl dt {
    width: 30% !important;
  }
}

@media screen and (max-width: 834px) {
  .blog .clearfix {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 834px) {
  .blog #contents {
    margin: 0 10px !important;
    width: 95% !important;
  }
}

.category li a {
  padding: 10px 10px;
  background-color: #f9d6d3;
  -webkit-box-shadow: 0 1px 4px #ddd;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #b33c32 !important;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.blog #contents a:link {
  color: #51aebf !important;
}

@media screen and (max-width: 834px) {
  .error {
    margin-top: 0px !important;
  }
}

.blog nav {
  display: none;
}
.blog #search {
  display: none;
}

#calendar {
  display: none;
}

/* 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: #000;
}
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 #fff;
}
@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: #fff;
}

.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 #fff;
}
.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 #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  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(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* 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: #fff;
  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: #000;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #000;
}

.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: #000;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #000;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #000;
}
.btn_org04 a:hover:before {
  color: #000;
}

/* common */
.linkTel a {
  color: #000;
}

.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 */
