@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: #2e2e2e;
  font-size: 17px;
  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;
}

#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;
}
.pankuzu a {
  color: #0283c7;
}
.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 0.8s;
  transition: all 0.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;
}
@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: 33%;
}
@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;
}
.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(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;
}
.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(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 #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #fff !important;
  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: #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;
    width: 100%;
  }
}

.blog h2 {
  background-color: #51a912;
  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: #51a912 !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;
}

/*-------------------- 新着 --------------------*/
.scroll {
  margin-top: 100px;
  padding: 0px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 250px;
  width: 70%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 100px;
  margin-top: 100px;
  z-index: 5;
}
.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: 20px;
    max-height: 400px;
    min-height: 400px;
    margin-top: 0px;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 82% !important;
  text-align: left !important;
  background-color: transparent !important;
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
  }
}
.scroll .form_wrap a {
  color: #fe1100 !important;
  text-decoration: underline;
  text-decoration-color: #fe1100;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 10px !important;
  border-bottom: 1px dashed #ffffff !important;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    flex-direction: column;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  background-color: transparent !important;
  border-bottom: none;
  padding: 8px;
  width: 13% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !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;
  }
}

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

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
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;
}

.buruburu {
  margin-left: 12px;
}
.buruburu img {
  width: 60px !important;
}
@media screen and (max-width: 1050px) {
  .buruburu img {
    width: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .buruburu img {
    width: 44px !important;
  }
}
.buruburu img:hover {
  opacity: 1 !important;
}
.buruburu:hover {
  display: inline-block;
  animation: hurueru 0.6s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

.header_container {
  align-items: center;
  display: flex;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 9999;
  padding: 5px 10px;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    z-index: 10;
    height: auto;
    left: 0;
    width: 100%;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    display: block;
  }
}
.header_container .h_logo {
  /* width:100%; */
  margin: auto;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 1%;
    left: 2%;
    position: fixed;
    /* width:40%; */
    z-index: 9999;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    z-index: 9;
    /* width:50%; */
  }
}
.header_container .col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  width: 20%;
}
@media only screen and (max-width: 1136px) {
  .header_container .col_01 {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}

.col_02 {
  width: 70%;
  right: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1342px) {
  .col_02 {
    width: 100%;
  }
}
@media only screen and (max-width: 1124px) {
  .col_02 {
    width: 85%;
  }
}
@media only screen and (max-width: 1076px) {
  .col_02 {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .col_02 {
    width: 100%;
    height: 50px;
  }
}

#header {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: 0.5s;
  z-index: 9999;
}

#nav_global {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
#nav_global ul {
  margin: 0 auto;
  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;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: inline;
  border-right: 1px dashed #d0d0d0;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px dashed #d0d0d0;
}
#nav_global ul li a {
  color: #30332f !important;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0 !important;
  position: relative;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  text-decoration: none;
}
@media only screen and (max-width: 1130px) {
  #nav_global ul li a {
    font-size: 12px;
  }
}
#nav_global ul li a:hover {
  transition: 0.2s;
  color: #e86c5d !important;
}
@media only screen and (max-width: 1076px) {
  #nav_global ul li {
    font-size: 10px;
  }
}

.contact {
  width: 33%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 930px) {
  .contact {
    width: 44%;
  }
}
@media screen and (max-width: 834px) {
  .contact {
    width: 50%;
    top: 0.5%;
    z-index: 9999;
    right: 10%;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    margin-top: 20px;
    right: 0%;
    width: 100%;
    z-index: 1 !important;
    position: static;
    justify-content: center;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
  }
}

.tel01 {
  color: #333 !important;
  font-size: 15px;
  font-weight: bold !important;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  padding-right: 10px;
}
.tel01 a {
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  .tel01 {
    font-size: 13px;
    height: auto;
    letter-spacing: 0px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .tel01 {
    font-size: 18px;
    width: 80%;
    min-width: max-content;
    margin-right: 16px;
    text-align: left;
  }
}

#mainArea {
  position: relative;
  margin: 0px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: -20px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin-top: 20px;
  }
}
#mainArea #siteID {
  position: absolute;
  top: -30%;
  left: -30%;
  bottom: 0;
  right: 0;
  width: 870px;
  height: 203px;
  margin: auto;
}
@media only screen and (max-width: 1238px) {
  #mainArea #siteID {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  #mainArea #siteID {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea #siteID {
    width: 70%;
    top: -24%;
    left: -16%;
    z-index: 5;
  }
}
@media only screen and (max-width: 375px) {
  #mainArea #siteID {
    top: -22%;
    left: -23%;
    width: 74%;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #e86c5d;
}

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

.mean-container .mean-nav {
  background: #e86c5d !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #e86c5d !important;
  z-index: 9 !important;
}

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

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #fff !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 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: rgb(72, 146, 223) !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: #da5c09 !important;
  z-index: 999 !important;
}

#global_footer {
  position: relative;
  background-color: #fff !important;
  bottom: 0 !important;
  border-top: 1px solid #daeef5;
}
#global_footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 59px;
  max-width: 100%;
  top: 0;
  background: url(../images/home/wave_bottom2.png) bottom center repeat-x;
  background-size: cover;
}

#footer {
  padding: 10px 0;
  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;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
  }
}
#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #fff;
  display: flex;
  padding-bottom: 20px;
  width: 100%;
  flex-direction: column;
}
@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 img {
  width: 20%;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 26%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo {
    margin-top: 0 auto;
  }
}
#footer .inner .footer_container .col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
#footer .inner .footer_container .col_2 .nav_footer a:hover {
  color: #fe1100 !important;
}
@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 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 {
  font-weight: bold !important;
  color: #333 !important;
}
#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  transition: 0.5s;
}
#footer .ttl {
  font-weight: bold;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 10px;
  width: 80%;
  font-size: 17px;
  color: #fff;
}

.fa-facebook-square {
  font-size: 40px;
  color: #204ca7 !important;
}

.add .tel03 {
  font-size: 14px;
}
.add .tel03 span {
  font-size: 20px;
}
.add .tel03 a {
  color: #fff !important;
}

#copyright {
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}

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

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

.cont_1 {
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    margin: 0 10px;
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-direction: column-reverse !important;
    margin-top: 100px;
  }
}
.cont_1 h1 {
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 834px) {
  .cont_1 h1 {
    font-size: 25px;
  }
}
.cont_1 .box:last-child {
  width: 40%;
}
@media only screen and (max-width: 1238px) {
  .cont_1 .box:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .box:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:last-child > div {
    text-align: left;
  }
}
.cont_1 .box:first-child {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .cont_1 .box:first-child {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:first-child {
    position: relative;
  }
}
.cont_1 .box:first-child .kumo {
  position: absolute;
  width: 218px;
  height: 164px;
  left: 5%;
  top: 3%;
}
@media only screen and (max-width: 1200px) {
  .cont_1 .box:first-child .kumo {
    width: 11%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .box:first-child .kumo {
    width: 100px;
    left: 3%;
    bottom: 0%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .box:first-child .kumo {
    width: 100px;
    left: 10%;
    bottom: 0%;
  }
}

.cont_2 {
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse !important;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .cont_2 {
    margin: 0 10px;
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 {
    flex-direction: column-reverse !important;
    margin-top: 100px;
  }
}
.cont_2 h2 {
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 999 !important;
}
@media screen and (max-width: 640px) {
  .cont_2 h2 {
    font-size: 25px;
  }
}
.cont_2 .box:last-child {
  width: 40%;
  margin-left: 150px;
}
@media only screen and (max-width: 1238px) {
  .cont_2 .box:last-child {
    width: 50%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .box:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:last-child > div {
    text-align: left;
  }
}
.cont_2 .box:first-child {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .cont_2 .box:first-child {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:first-child {
    position: relative;
  }
}
.cont_2 .box:first-child .kumo2 {
  position: absolute;
  width: 218px;
  height: 164px;
  right: 30%;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .cont_2 .box:first-child .kumo2 {
    width: 100px;
    right: 25%;
    top: 20%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:first-child .kumo2 {
    width: 100px;
    left: 10%;
    bottom: 0%;
  }
}

.btn01 {
  background: url(../images/home/btn_yw.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  border-radius: 30px;
  padding: 10px 30px;
  border: 6px solid #ffe188;
  width: 70%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .btn01 {
    width: 100%;
  }
}
.btn01 a {
  color: #fff !important;
}
.btn01:after {
  background: url(../images/home/btn_icon.png);
  content: "";
  right: 10%;
  width: 31px;
  height: 29px;
  position: absolute;
}
.btn01:hover {
  border: 6px solid #f1c236;
}

.cont_3 {
  position: relative;
  margin-top: 100px;
  background-color: #f9f6d9;
}
.cont_3:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 114px;
  max-width: 100%;
  top: -111px;
  background: url(../images/home/wave_top.png) top center repeat-x;
  background-size: cover;
}
.cont_3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 78px;
  max-width: 100%;
  bottom: 0px;
  background: url(../images/home/wave_bottom.png) bottom center repeat-x;
  background-size: cover;
}
.cont_3 h2 {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: 15%;
}
@media screen and (max-width: 640px) {
  .cont_3 h2 {
    top: 7%;
  }
}
.cont_3 h2 span {
  font-size: 63px;
  color: #e86c5d;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.cont_3_2 {
  display: flex;
  padding-bottom: 200px;
  margin-top: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cont_3_2 {
    flex-direction: column !important;
  }
}
.cont_3_2 .point {
  width: 30%;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .cont_3_2 .point {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column !important;
  }
}
.cont_3_2 .point img {
  margin-bottom: 30px;
}
.cont_3_2 h3 {
  font-size: 23px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .cont_3_2 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3_2 h3 {
    font-size: 23px;
  }
}
.cont_3_2 h3 span {
  font-size: 23px;
  color: #e6b421;
}
@media screen and (max-width: 834px) {
  .cont_3_2 h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3_2 h3 span {
    font-size: 23px;
  }
}
.cont_3_2 .no2 {
  transform: translateY(80px);
}
.cont_3_2 .no3 {
  transform: translateY(120px);
}
.cont_3_2 .box {
  font-size: 15px;
}
.cont_3_2 .riboon {
  position: absolute;
  left: 3%;
  top: 50px;
  width: 301px;
}
@media screen and (max-width: 834px) {
  .cont_3_2 .riboon .imgR, .cont_3_2 .riboon .imgL {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_3_2 .riboon {
    display: none;
  }
}
.cont_3_2 .riboon2 {
  position: absolute;
  right: 3%;
  width: 20%;
}
@media screen and (max-width: 834px) {
  .cont_3_2 .riboon2 .imgR, .cont_3_2 .riboon2 .imgL {
    max-width: 67% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_3_2 .riboon2 {
    display: none;
  }
}

.btn02 {
  background: url(../images/home/btn_gr.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  border-radius: 30px;
  padding: 10px 30px;
  border: 6px solid #e0f09b;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .btn02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .btn02 {
    width: 100%;
  }
}
.btn02 a {
  color: #fff !important;
}
.btn02:after {
  background: url(../images/home/btn_icon.png);
  content: "";
  right: 10%;
  width: 31px;
  height: 29px;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .btn02:after {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .btn02:after {
    right: 10%;
  }
}
.btn02:hover {
  border: 6px solid #bad255;
}

.btn03 {
  background: url(../images/home/btn_bl.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  border-radius: 30px;
  padding: 10px 30px;
  border: 6px solid #96e0e9;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .btn03 {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .btn03 {
    width: 100%;
  }
}
.btn03 a {
  color: #fff !important;
}
.btn03:after {
  background: url(../images/home/btn_icon.png);
  content: "";
  right: 10%;
  width: 31px;
  height: 29px;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .btn03:after {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .btn03:after {
    right: 10%;
  }
}
.btn03:hover {
  border: 6px solid #53cad9;
}

.btn04 {
  background: url(../images/home/btn_pk.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  border-radius: 30px;
  padding: 10px 30px;
  border: 6px solid #fcb8b0;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .btn04 {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .btn04 {
    width: 100%;
  }
}
.btn04 a {
  color: #fff !important;
}
.btn04:after {
  background: url(../images/home/btn_icon.png);
  content: "";
  right: 10%;
  width: 31px;
  height: 29px;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .btn04:after {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .btn04:after {
    right: 10%;
  }
}
.btn04:hover {
  border: 6px solid #f28679;
}

.fuwafuwa {
  top: 30px;
  width: 232px;
  height: 436px;
  animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.cont_4 {
  background-color: #daeef5;
  margin-top: -20px;
  position: relative;
}
.cont_4 .inner_wrap {
  padding: 100px 0 20px 0;
}
.cont_4 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner {
    align-items: center !important;
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .inner {
    flex-direction: column;
    padding: 20px 0 20px 0;
  }
}
.cont_4 .news {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.cont_4 .news h2 {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: bold;
  background: url(../images/home/news.png);
  background-repeat: no-repeat;
  width: 287px;
  height: 250px;
  display: flex;
  justify-content: center;
  padding: 50px;
}
.cont_4 .baroon {
  position: absolute;
  right: 5%;
  top: 20%;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .cont_4 .baroon {
    width: 13%;
    top: 0%;
    right: 0%;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .baroon {
    width: 100px;
    top: 70%;
  }
}
@media screen and (max-width: 834px) {
  .cont_4 .baroon .imgR, .cont_4 .baroon .imgL {
    max-width: 92% !important;
  }
}

.cont_5 {
  width: 100%;
  position: relative;
  background: url(../images/contents/h1_bg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .cont_5 {
    height: auto;
    margin-top: 10px;
  }
}
.cont_5 .inner {
  padding: 150px;
}
@media screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 80px;
  }
}
.cont_5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 12px;
  width: 100%;
  background: url(../images/contents/menu_u_nami.png) center center repeat-x;
}
.cont_5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  height: 12px;
  width: 100%;
  background: url(../images/contents/menu_u_nami02.png) center center repeat-x;
}

.h1txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h1txt h1 {
  font-size: 36px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .h1txt h1 {
    font-size: 23px;
  }
}

.h2txt {
  margin-top: 100px;
  margin-bottom: 30px;
}
.h2txt h2 {
  font-size: 30px;
  position: relative;
  padding-left: 90px;
  border-bottom: 1px dashed #84a7c3;
}
@media screen and (max-width: 834px) {
  .h2txt h2 {
    font-size: 23px;
  }
}
.h2txt h2:before {
  content: url(../images/contents/h2icon.png);
  right: 0;
  left: 0;
  top: 0;
  width: 81px;
  height: 49px;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .h2txt h2:before {
    top: -36%;
  }
}

.txt {
  line-height: 2 !important;
}

.photobox {
  margin-top: 50px;
  flex-wrap: nowrap !important;
  justify-content: space-between;
}
.photobox .box {
  width: 30%;
}
.photobox img {
  object-fit: cover;
  width: 300px;
  height: 300px;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.h3txt {
  margin-top: 50px;
}
.h3txt h3 {
  font-size: 20px;
  background: url(../images/home/btn_yw.png);
  background-repeat: repeat;
  box-shadow: 0px 0px 0px 5px #ffd352;
  border: dashed 1px #fffbf1;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
.h3txt h3:before {
  content: "●";
  color: white;
  margin-right: 8px;
}

.listbox {
  margin-top: 30px;
}
.listbox ul {
  width: 100%;
}
.listbox ul li {
  padding: 0 30px;
}

.bgpage #contents {
  background-image: url(../images/contents/bg.png);
  background-repeat: no-repeat;
  background-position: right 0% bottom 0%;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .bgpage #contents {
    background-image: none;
  }
}

.listbox02 {
  justify-content: space-between !important;
  margin-top: 50px;
}
.listbox02 .box {
  width: 30%;
  background: url(../images/home/btn_bl.png);
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .listbox02 .box {
    width: 48%;
  }
}
.listbox02 .box > div {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 640px) {
  .listbox02 .box > div {
    font-size: 14px;
  }
}
.listbox02 .box:before {
  background: url(../images/contents/book.png);
  content: "";
  display: inline-block;
  width: 35px;
  height: 22px;
  background-size: contain;
  visibility: initial !important;
  position: absolute;
  left: 2%;
}
@media screen and (max-width: 834px) {
  .listbox02 .box:before {
    display: none;
  }
}

.price {
  margin-top: 50px;
}
.price td {
  padding: 8px !important;
}
@media screen and (max-width: 640px) {
  .price td {
    padding: 5px !important;
  }
}
.price .left {
  background: url(../images/home/btn_bl.png);
  background-repeat: repeat;
  width: 30%;
  text-align: center !important;
  font-size: 20px;
  color: #fff;
}
.price .left > div {
  font-weight: bold !important;
}
@media screen and (max-width: 640px) {
  .price .left {
    width: 20%;
    font-size: 15px;
  }
}
.price .ttl {
  text-align: center !important;
  background: url(../images/home/btn_pk.png);
  background-repeat: repeat;
  font-size: 20px;
  color: #fff;
}
.price .ttl > div {
  font-weight: bold !important;
}
@media screen and (max-width: 640px) {
  .price .ttl {
    font-size: 15px;
  }
}

.example {
  flex-direction: column !important;
  margin-top: 40px;
  background: url(../images/home/tb_bg.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 30px;
  border-radius: 5px;
}
.example .box {
  padding: 10px;
}
.example .box:first-child > div {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.example .box:first-child span {
  font-size: 20px;
  background-color: #e86c5d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 900 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.example .box:last-child {
  background-color: #fff;
}
.example .box:last-child span {
  background-color: #eec651;
  padding: 2px 10px;
  margin-right: 10px;
}

.voice {
  margin-top: 40px;
  background: url(../images/home/tb_bg.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 30px;
  border-radius: 5px;
  flex-wrap: nowrap !important;
  margin-bottom: -40px;
}
@media screen and (max-width: 640px) {
  .voice {
    flex-direction: column !important;
  }
}
.voice .box {
  padding: 10px;
}
.voice .box > article {
  display: flex;
}
.voice .box:first-child {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .voice .box:first-child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.voice .box:last-child {
  background-color: #fff;
}
.voice .box:last-child article {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.voice .box:last-child h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ec869c;
}
.voice .box:last-child span {
  font-size: 14px;
  color: #ec869c;
  display: block;
}

.voice02 {
  background: url(../images/home/tb_bg.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 30px;
  border-radius: 5px;
  flex-wrap: nowrap !important;
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 640px) {
  .voice02 {
    flex-direction: column !important;
  }
}
.voice02 .box {
  padding: 10px;
}
.voice02 .box > article {
  display: flex;
}
.voice02 .box:first-child {
  width: 30%;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .voice02 .box:first-child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: 0px;
  }
}
.voice02 .box:last-child {
  background-color: #edfaff;
}
.voice02 .box:last-child article {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.voice02 .box:last-child h3 {
  font-size: 20px;
  font-weight: bold;
  color: #44b5ae;
}
.voice02 .box:last-child span {
  font-size: 14px;
  color: #ec869c;
  display: block;
}

.poli a {
  color: #d62812 !important;
}

.cont_6 {
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .cont_6 {
    margin: 0 10px;
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 {
    flex-direction: column-reverse !important;
    margin-top: 100px;
  }
}
.cont_6 h3 {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 640px) {
  .cont_6 h3 {
    font-size: 25px;
  }
}
.cont_6 .box:last-child {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .cont_6 .box:last-child {
    width: 51%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .box:last-child {
    width: 100%;
  }
}
.cont_6 .box:first-child {
  width: 40%;
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .cont_6 .box:first-child {
    position: relative;
    width: 100%;
  }
}

/* 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: #2e2e2e;
}
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_org04, .btn_org03 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org04 a, .btn_org03 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_org04 a:before, .btn_org03 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_org04 a:hover, .btn_org03 a:hover {
  background-color: #f2efea;
  color: #2e2e2e;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org04 a:hover:before, .btn_org03 a:hover:before {
  color: #2e2e2e;
}

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

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

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

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

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

.top_insta_t_4 .sns_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  max-width: 340px;
  width: 23.5%;
  margin: 0 1% 2% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #e6b421;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  color: #2e2e2e;
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_4 .sns_list > div .square-inner:before {
  padding-top: 100%;
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_4 .sns_list > div .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}/*# sourceMappingURL=asset.css.map */