@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

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

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

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !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 {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

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

#global_header {
  background: url(../images/home/kyousei_01.png) center top no-repeat;
  background-size: contain;
}

#header {
  background: #fff !important;
  position: relative;
}

.h_logo:before {
  position: absolute;
  content: url(../images/home/fusen_03.png);
  top: 20%;
  left: 2%;
}

.header_container {
  display: flex;
  margin: 20px 0 100px 320px;
  text-align: center;
}
.header_container .col_02 {
  display: flex;
  margin-top: 20px;
  margin-left: 60px;
}
.header_container .col_02 .h_contact {
  margin-left: 10px;
}
.header_container .col_02 .h_contact:after {
  position: absolute;
  content: url(../images/home/bird.png);
  top: 20%;
  right: 15%;
}

#nav_global {
  width: 960px;
  margin: 0 auto;
  background: #fff !important;
}
#nav_global ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  border-left: 2px dotted #b3a095;
  margin: 20px 0;
  line-height: 20px;
  padding-top: 10px;
}
#nav_global ul li:last-child {
  border-right: 2px dotted #b3a095;
}
#nav_global ul li a {
  color: #857168 !important;
  font-weight: bold;
  font-size: 15px;
  line-height: auto;
}

#mainArea {
  margin-bottom: 20px;
}

#footer {
  background: url(../images/common/footer_bgcolor.jpg) center top no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin: 0 auto;
}

.f_logo {
  margin-bottom: 10px;
}

.footer_container {
  padding: 60px 0;
  display: flex;
}
.footer_container a {
  font-size: 14px;
  color: #333 !important;
}

.nav_footer a {
  color: #fff !important;
}

.f_col_02 {
  font-size: 14px;
  color: #333;
  display: flex;
  margin: 0 80px;
}
.f_col_02 ul {
  border-left: 1px solid #c2bba1;
  padding-right: 60px;
}
.f_col_02 li {
  padding-left: 20px;
}

#contents_wrap {
  max-width: 100%;
  margin: 0 auto;
  overflow: visible !important;
}

/* home */
.contents_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/mainconents_bg.png), top center;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 100px;
}

.mokuhyo_txt {
  font-size: 16px;
  color: #491d03;
  background: url(../images/contents/mokuhyou_bg.png) top center no-repeat;
  background-size: contain;
  padding: 150px;
}
.mokuhyo_txt p {
  font-weight: bold !important;
  margin-left: 60px;
}

/**/
.contents_bg02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #ffd2c9;
}

.nikki_title {
  position: relative;
}

.ichiran_btn {
  position: absolute;
  top: 800px;
  right: 20px;
}

/**/
.contents_bg03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #ffebe7;
  padding: 60px;
}

.inner_01 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px #ffd2c9 solid;
  background: #fff !important;
  border-radius: 10px !important;
  padding: 20px;
  height: 290px;
  overflow: scroll;
  overflow: auto;
  margin-bottom: 60px;
}
.inner_01 tr {
  border-bottom: 1px #f5f5f5 solid;
}
.inner_01 td {
  border: none !important;
  border-bottom: 1px solid #555;
}

.news_left {
  width: 20%;
  text-align: center;
}
.news_left p {
  font-weight: bold;
  background-color: #ffd2c9;
  border-radius: 20px;
  color: #916b5e;
  display: inline-block;
  letter-spacing: 1px;
  padding: 5px 20px;
}

.news_right {
  width: 80%;
}

/**/
.img_btn {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.img_btn td {
  border: none !important;
  padding: 20px 0px !important;
}

/**************************************************************/
#contents_wrap {
  max-width: 100% !important;
  margin: 0 auto;
  overflow: visible !important;
  color: #333333 !important;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 468px) {
  .clearfix {
    padding: 0px !important;
    margin: 0 auto !important;
  }
}

a {
  color: #db7093 !important;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}
@media screen and (max-width: 468px) {
  .inner {
    padding: 0;
  }
}

/* home */
.contents_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/mainconents_bg.png), bottom center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .contents_bg {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 468px) {
  .contents_bg {
    padding: 40px 10px 100px;
  }
}

.mokuhyo_txt {
  font-size: 16px;
  color: #491d03;
  background: url(../images/contents/mokuhyou_bg.png) top center no-repeat;
  background-size: contain;
  padding: 150px;
}
@media screen and (max-width: 768px) {
  .mokuhyo_txt {
    font-size: 14px;
    padding: 100px 0;
  }
}
@media screen and (max-width: 468px) {
  .mokuhyo_txt {
    display: none;
  }
}
.mokuhyo_txt p {
  font-weight: bold !important;
  margin-left: 60px;
}
@media screen and (max-width: 468px) {
  .mokuhyo_txt p {
    display: none;
  }
}

.mokuhyo_txt_sp {
  display: none;
}
@media screen and (max-width: 468px) {
  .mokuhyo_txt_sp {
    display: block;
    background: url(../images/home/mokuhyoubg_sp.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 468px) {
  .mokuhyo_txt_sp p {
    font-size: 12px;
    padding: 10px !important;
    text-align: left;
    background: #ffebe7;
    margin-top: 120px;
    display: inline-block;
  }
}

/**/
.contents_bg02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #ffd2c9;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .contents_bg02 {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 468px) {
  .contents_bg02 {
    padding: 20px 10px 420px;
  }
}

.nikki_title {
  position: relative;
}

.ichiran_btn {
  position: absolute;
  top: 900px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .ichiran_btn {
    top: 690px;
    right: 5%;
  }
}
@media screen and (max-width: 468px) {
  .ichiran_btn {
    display: none;
  }
}

.blog_txt h3 {
  display: none;
}
.blog_txt .blog_list {
  border: none !important;
  flex-direction: row;
  margin-top: 20px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .blog_txt .blog_list {
    height: 250px;
  }
}
@media screen and (max-width: 468px) {
  .blog_txt .blog_list {
    display: block;
  }
}
.blog_txt .blog_list div {
  background: #fff;
  border-radius: 10px;
}
.blog_txt .blog_photo {
  width: 50% !important;
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .blog_txt .blog_photo {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 468px) {
  .blog_txt .blog_photo {
    width: 50% !important;
  }
}
.blog_txt .blog_text {
  width: 50% !important;
  color: #491d03 !important;
  height: 140px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .blog_txt .blog_text {
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  .blog_txt .blog_text {
    width: 50% !important;
  }
}
.blog_txt .blog_date {
  display: inline-block;
  color: #491d03 !important;
  font-weight: bold;
}
.blog_txt .detail {
  margin-top: 0px !important;
}
.blog_txt #TRAND_BT1 {
  display: none;
}
.blog_txt #TRAND_BT2 {
  display: none;
}
.blog_txt #TRAND_BT3 {
  display: none;
}
.blog_txt #TRAND_BT4 {
  display: none;
}

div.blog_list > div {
  border: 3px solid #d1bd9b;
  margin: 0 10px !important;
}
@media screen and (max-width: 468px) {
  div.blog_list > div {
    margin: 10px 0 !important;
  }
}

div.blog_list > div:last-child {
  border-bottom: 3px solid #d1bd9b;
}

@media screen and (max-width: 468px) {
  div.blog_list > div {
    flex-direction: row;
  }
}

.blog_txt {
  float: none !important;
}
.blog_txt img {
  border: 5px #cce299 solid;
  border-radius: 10px;
}

/*blog*/
.blog_date {
  display: none !important;
  /*home*/
}

.date {
  display: none !important;
}

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

.blog .pages > *:not(span) {
  display: none;
}
.blog h3 {
  display: none;
}
.blog nav {
  padding: 0px;
  background: #e3f4fc;
  margin-top: 20px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  margin-top: 20px;
  border: 3px solid #b3dbff;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 923px) {
  .blog nav {
    width: 70%;
  }
}
@media screen and (max-width: 468px) {
  .blog nav {
    margin-bottom: 40px;
  }
}
.blog nav a {
  text-align: center;
}
.blog article {
  text-align: center;
}
.blog article img {
  max-width: 100%;
  height: auto !important;
  border: 5px #cce299 solid;
  border-radius: 10px;
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blog article img {
    width: auto;
  }
}
.blog aside {
  width: 40% !important;
}
@media screen and (max-width: 468px) {
  .blog aside {
    width: 100% !important;
  }
}
.blog .detail {
  text-align: left;
}
.blog h2 {
  background: #f4b3c2;
  color: #a25768 !important;
  font-size: 25px;
  width: 1000px;
  padding-bottom: 10px !important;
  border: 2px dashed #e8ecef;
  border-radius: 5px;
  box-shadow: 0 0 3px 3px #f4b3c2;
  text-shadow: 0 0 5px;
  padding: 10px 90px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  position: relative;
  margin-top: 80px;
  text-align: center !important;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .blog h2 {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  .blog h2 {
    font-size: 18px;
    padding: 5px !important;
    margin-top: 30px;
  }
}
.blog h2:before {
  position: absolute;
  content: url(../images/home/bear.png);
  top: -80px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .blog h2:before {
    left: -10px;
  }
}
@media screen and (max-width: 468px) {
  .blog h2:before {
    display: none;
  }
}
.blog h2:after {
  position: absolute;
  content: url(../images/home/fox.png);
  top: -80px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .blog h2:after {
    right: -10px;
  }
}
@media screen and (max-width: 468px) {
  .blog h2:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .blog aside {
    width: 50%;
  }
}
@media screen and (max-width: 468px) {
  .blog aside {
    width: 100%;
  }
}

/**/
.blog h2 {
  width: 90%;
}
.blog .date {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  background: #87ceeb;
  color: #fff !important;
  border-radius: 20px;
  width: 250px;
  margin: 0 auto;
  padding: 5px;
  border: #00bfff 3px dotted;
}

/**/
@media screen and (max-width: 468px) {
  .oshirase_title {
    display: none;
  }
}

.oshirase_title_sp {
  display: none;
}
@media screen and (max-width: 468px) {
  .oshirase_title_sp {
    display: block;
    padding: 20px 0 !important;
  }
}

/**/
.contents_bg03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #ffebe7;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .contents_bg03 {
    padding: 10px;
  }
}

.inner_01 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px #ffd2c9 solid;
  background: #fff !important;
  border-radius: 10px !important;
  padding: 20px;
  height: 290px;
  overflow: scroll;
  overflow: auto;
  margin-bottom: 60px;
}
.inner_01 tr {
  border-bottom: 1px #f5f5f5 solid;
}
.inner_01 td {
  border: none !important;
  border-bottom: 1px solid #555;
}

.news_left {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
}
.news_left p {
  font-weight: bold;
  background-color: #ffd2c9;
  border-radius: 20px;
  color: #916b5e;
  display: inline-block;
  letter-spacing: 1px;
  padding: 5px 20px;
}

.news_right {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .news_right {
    display: block;
    width: 100%;
  }
}

/**/
.img_btn {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 468px) {
  .img_btn {
    padding: 40px 0;
  }
}
.img_btn td {
  border: none !important;
}
@media screen and (max-width: 468px) {
  .img_btn td {
    display: block;
  }
}
.img_btn tr {
  display: block;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .img_btn tr {
    display: block;
  }
}

/*コンテンツ*/
@media screen and (max-width: 468px) {
  .h1_pc {
    display: none;
  }
}

.h1_sp {
  display: none;
}
@media screen and (max-width: 468px) {
  .h1_sp {
    display: block;
  }
}

.h2_title {
  background: #f4b3c2;
  color: #a25768;
  font-size: 25px;
  width: 1000px;
  border: 2px dashed #e8ecef;
  border-radius: 5px;
  box-shadow: 0 0 3px 3px #f4b3c2;
  text-shadow: 0 0 5px;
  padding: 10px 90px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  position: relative;
  margin-top: 80px;
  text-align: center !important;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .h2_title {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  .h2_title {
    font-size: 18px;
    padding: 5px !important;
    margin-top: 30px;
  }
}
.h2_title:before {
  position: absolute;
  content: url(../images/home/bear.png);
  top: -80px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .h2_title:before {
    left: -10px;
  }
}
@media screen and (max-width: 468px) {
  .h2_title:before {
    display: none;
  }
}
.h2_title:after {
  position: absolute;
  content: url(../images/home/fox.png);
  top: -80px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .h2_title:after {
    right: -10px;
  }
}
@media screen and (max-width: 468px) {
  .h2_title:after {
    display: none;
  }
}

h3 {
  padding-top: 40px;
  font-size: 20px;
  margin: 30px 0 20px;
  color: #a494df;
  border-bottom: 1px dotted #876fde;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 468px) {
  h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
h3 p {
  padding-left: 70px;
  font-weight: bold;
}
h3 p:before {
  position: absolute;
  content: url(../images/common/heart.png);
  top: 20%;
  left: 0px;
  padding-right: 40px;
}

.imgL {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .imgL {
    margin: 0 auto;
  }
}

.contents_bg04 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  .contents_bg04 {
    padding-bottom: 20px !important;
  }
}

.table {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  .table {
    padding: 0 !important;
  }
}
.table img {
  width: 35% !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  .table img {
    height: 200px !important;
  }
}
@media screen and (max-width: 468px) {
  .table img {
    width: 210px !important;
  }
}
.table td {
  padding-left: 0px !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .table td {
    display: block;
  }
}
.table .table_left {
  width: 70% !important;
}
@media screen and (max-width: 768px) {
  .table .table_left {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .table .table_right {
    text-align: center !important;
  }
}
.table .table_right img {
  width: 240px !important;
}

.about_txt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about_txt {
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 468px) {
  .about_txt {
    padding: 0 !important;
  }
}

.bold {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .bold {
    font-size: 13px;
  }
}

.kakomi {
  position: relative;
  margin-right: 10px;
  letter-spacing: 5px;
  display: inline-block;
  padding: 0.25em 20px;
  text-decoration: none;
  color: #FFF;
  background: #ffad33;
  /*色*/
  border-radius: 5px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #ffdead;
  /*線色*/
}
@media screen and (max-width: 468px) {
  .kakomi {
    margin-right: 0;
    padding: 0.25em 10px;
  }
}

.center {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .center {
    background-size: contain;
    display: block;
  }
}
@media screen and (max-width: 468px) {
  .center {
    background-size: auto;
  }
}
.center img {
  width: 90% !important;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .center img {
    width: 100% !important;
    height: auto !important;
    margin-top: 20px;
  }
}
@media screen and (max-width: 468px) {
  .center img {
    margin-top: 10px;
  }
}
.center td {
  border: none !important;
  padding: 20px !important;
}

/**/
.recruit_txt {
  margin: 100px 0 40px;
  background: url(../images/common/flamebg_02.png) no-repeat;
  padding: 250px 0;
}
@media screen and (max-width: 768px) {
  .recruit_txt {
    margin: 0 auto;
    background: none;
    padding: 100px 0;
  }
}
@media screen and (max-width: 468px) {
  .recruit_txt {
    text-align: left !important;
  }
}
.recruit_txt h3 {
  border-bottom: none;
  font-weight: bold;
  padding-top: 0 !important;
  margin-top: 0 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 37px;
  color: #799dec;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #6182ca, 0px 2px 0px #4f6aa7, 0px 3px 0px #5470ad;
}
@media screen and (max-width: 768px) {
  .recruit_txt h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 468px) {
  .recruit_txt h3 {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 40px !important;
  }
}

/**/
.table_02 {
  margin-top: 40px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .table_02 {
    width: 100%;
  }
}
.table_02 td {
  border: none !important;
  border-right: 1px solid #f00;
}
.table_02 td:nth-child(even) {
  padding-left: 0 !important;
}
.table_02 .table02_left {
  text-align: center !important;
}
.table_02 .table02_right p {
  font-weight: bold;
  color: #491d03;
}
@media screen and (max-width: 768px) {
  .table_02 .table02_right p {
    text-align: center;
  }
}

.gaiyou_img {
  margin-top: 100px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .gaiyou_img {
    width: 100%;
    margin-top: 20px;
  }
}
.gaiyou_img img {
  width: 80% !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gaiyou_img img {
    max-width: 100%;
    width: 100% !important;
  }
}

.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.map {
  margin: 0 auto !important;
  border-top: 1px #d8bfd8 solid;
}
@media screen and (max-width: 768px) {
  .map {
    margin: 60px auto 30px;
  }
}
.map td {
  border: none !important;
  padding: 0px !important;
}
.map .map_img img {
  text-align: center !important;
  width: 80% !important;
}
@media screen and (max-width: 768px) {
  .map .map_img img {
    width: 100% !important;
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 468px) {
  .map .map_img img {
    margin-bottom: 20px;
  }
}
.map iframe {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/**/
.picoro_table {
  margin: 20px 0;
  text-align: center !important;
}
.picoro_table tr {
  padding: 0;
}
.picoro_table td {
  border: none !important;
  padding: 10px 0 !important;
}
.picoro_table .flex_title {
  font-weight: bold;
}

.age {
  font-size: 18px;
  font-weight: bold;
  color: #dda0dd;
  border-bottom: 1px solid;
  margin-top: 40px;
}

.midashi_02 {
  font-weight: bold;
  font-size: 15px;
  color: #c71585;
  display: block;
  border: 3px dotted;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  .midashi_02 {
    width: 100%;
  }
}

.star {
  color: #dc143c;
}

/**/
.event_table {
  margin: 40px 0;
}
.event_table img {
  border-radius: 10px;
}
.event_table a {
  border-bottom: 1px solid;
}
.event_table a:hover {
  letter-spacing: 5px;
}
.event_table td {
  padding: 0 !important;
  border: none;
}
.event_table tr {
  text-align: center;
}
@media screen and (max-width: 468px) {
  .event_table tr {
    border-right: none !important;
  }
}
.event_table .event_left {
  border-right: 40px double #ebeb86 !important;
  display: inline-block;
  padding: 20px 280px 130px 0 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event_table .event_left {
    padding: 20px 270px 130px 0 !important;
  }
}
@media screen and (max-width: 468px) {
  .event_table .event_left {
    border: none !important;
    display: block;
  }
}
.event_table .event_left::after {
  content: '━━━━━';
  color: pink;
  position: absolute;
  font-size: 80px;
  left: 260px;
  font-weight: bold;
  top: 5px;
  width: 60px;
  line-height: 30px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .event_table .event_left::after {
    left: 250px;
  }
}
@media screen and (max-width: 468px) {
  .event_table .event_left::after {
    display: none;
  }
}
.event_table .event_right {
  position: relative;
  max-width: 100%;
  font-size: 30px;
  line-height: 1.5;
  background: #fff;
  border-radius: 10px;
  width: 300px;
  margin: 0 auto;
  top: 148px;
  z-index: 99999;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .event_table .event_right {
    top: 147px;
  }
}
@media screen and (max-width: 468px) {
  .event_table .event_right {
    width: 200px;
    top: 10px;
  }
}
.event_table .event_right p {
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 468px) {
  .event_table .event_right p {
    font-size: 20px;
  }
}
.event_table .event_right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (max-width: 468px) {
  .event_table .event_right::before {
    content: "";
    position: absolute;
    /* z-index: 999999; */
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    transform: rotate(180deg);
    top: 163px;
  }
}
.event_table .gyouji_img {
  width: 23% !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
}

.gyouji_img .slick-slide img {
  height: auto !important;
  width: 100% !important;
  border-radius: 0;
}

.month {
  position: relative;
}
.month .small {
  font-size: 18px;
  color: #cae192;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .month .small {
    font-size: 18px;
    color: #cae192;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 55px;
  }
}
@media screen and (max-width: 468px) {
  .month .small {
    font-size: 14px;
    color: #cae192;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 15px;
  }
}
.month span {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 200px;
  color: #fef78d;
  font-weight: bold;
  text-shadow: #86c384 2px 0px,  #86c384 -2px 0px, #86c384 0px -2px, #86c384 0px 2px, #86c384 2px 2px , #86c384 -2px 2px, #86c384 2px -2px, #86c384 -2px -2px, #86c384 1px 2px,  #86c384 -1px 2px, #86c384 1px -2px, #86c384 -1px -2px, #86c384 2px 1px,  #86c384 -2px 1px, #86c384 2px -1px, #86c384 -2px -1px;
}
@media screen and (max-width: 768px) {
  .month span {
    font-size: 170px;
  }
}
@media screen and (max-width: 468px) {
  .month span {
    left: 0px;
    top: -100px;
    font-size: 80px;
    z-index: 99999;
  }
}

.month2 {
  position: relative;
}
.month2 .small {
  font-size: 18px;
  color: #cae192;
  font-weight: bold;
  margin-top: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .month2 .small {
    font-size: 20px;
    color: #cae192;
    font-weight: bold;
    margin-top: 35px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 468px) {
  .month2 .small {
    font-size: 14px;
    color: #cae192;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 0px;
  }
}
.month2 span {
  position: absolute;
  left: -160px;
  top: 90px;
  font-size: 200px;
  color: #fef78d;
  font-weight: bold;
  text-shadow: #86c384 2px 0px,  #86c384 -2px 0px, #86c384 0px -2px, #86c384 0px 2px, #86c384 2px 2px , #86c384 -2px 2px, #86c384 2px -2px, #86c384 -2px -2px, #86c384 1px 2px,  #86c384 -1px 2px, #86c384 1px -2px, #86c384 -1px -2px, #86c384 2px 1px,  #86c384 -2px 1px, #86c384 2px -1px, #86c384 -2px -1px;
}
@media screen and (max-width: 768px) {
  .month2 span {
    left: -35px;
    font-size: 170px;
  }
}
@media screen and (max-width: 468px) {
  .month2 span {
    left: 0px;
    top: 50px;
    font-size: 80px;
    z-index: 9999;
  }
}

.event_right2 {
  position: relative;
  max-width: 100%;
  font-size: 30px;
  line-height: 1.5;
  background: #fff;
  border-radius: 10px;
  width: 300px;
  top: 20px;
  margin: 0 auto;
  text-align: center !important;
}
@media screen and (max-width: 468px) {
  .event_right2 {
    width: 200px;
    top: 5px;
  }
}
.event_right2 p {
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 468px) {
  .event_right2 p {
    font-size: 20px;
  }
}
.event_right2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (max-width: 468px) {
  .event_right2::before {
    display: none;
  }
}

.lh_0 {
  line-height: 0;
}
.lh_0 img {
  border-radius: 10px;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.lh_0 .small {
  margin-top: 65px;
  margin-left: 47px;
}
@media screen and (max-width: 768px) {
  .lh_0 .small {
    margin-top: 65px;
    margin-left: 55px;
  }
}
@media screen and (max-width: 468px) {
  .lh_0 .small {
    margin-top: 45px;
    margin-left: 20px;
  }
}

.bus_2 {
  position: relative;
  top: 20px;
}
.bus_2 img {
  width: 40% !important;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .bus_2 img {
    width: 60% !important;
  }
}
@media screen and (max-width: 468px) {
  .bus_2 img {
    width: 80% !important;
  }
}

.four .small {
  margin-left: 70px;
}
@media screen and (max-width: 468px) {
  .four .small {
    margin-left: 20px;
  }
}

/**/
.kagai_table {
  margin: 40px 0;
}
.kagai_table td {
  border: none;
}
@media screen and (max-width: 468px) {
  .kagai_table td {
    display: block;
  }
}
.kagai_table .kakomi {
  letter-spacing: 0px;
  width: 300px;
}
@media screen and (max-width: 468px) {
  .kagai_table .kakomi {
    width: 100%;
    margin-top: 30px;
  }
}
.kagai_table .kagai_right {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  font-size: 16px;
  background: #fffaf0;
  border-radius: 10px;
  width: 450px;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .kagai_table .kagai_right {
    width: 80%;
    margin-left: 45px;
  }
}
@media screen and (max-width: 468px) {
  .kagai_table .kagai_right {
    width: 100% !important;
    margin: 0 auto;
  }
}
.kagai_table .kagai_right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fffaf0;
}
@media screen and (max-width: 468px) {
  .kagai_table .kagai_right:before {
    display: none;
  }
}

.encyou_img {
  margin-top: 20px;
}
.encyou_img td {
  border: none !important;
}

.kagai_img {
  margin-top: 20px;
}
.kagai_img td {
  border: none !important;
}

.dayflow_td td {
  border: none !important;
}

.dayflow_txt {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
  margin: 40px 0;
}
@media screen and (max-width: 468px) {
  .dayflow_txt {
    text-align: left;
    margin: 30px 0 -10px !important;
  }
}
.dayflow_txt .time {
  position: absolute;
  font-weight: bold;
  color: #7e563d;
  font-size: 35px;
  top: 140px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .dayflow_txt .time {
    font-size: 30px;
    top: 165px;
  }
}
@media screen and (max-width: 468px) {
  .dayflow_txt .time {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    position: static;
  }
}
.dayflow_txt p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.dayflow_txt .midashi {
  position: relative;
  font-weight: bold;
  color: #b31061;
  font-size: 25px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 468px) {
  .dayflow_txt .midashi {
    font-size: 25px;
  }
}

/*降園*/
.dayflow_txt2 {
  border: 5px solid #b7e4f8 !important;
  position: relative;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
  margin-top: 105px;
  height: 170px;
}
@media screen and (max-width: 468px) {
  .dayflow_txt2 {
    text-align: left;
    margin: 30px 0 60px !important;
  }
}
.dayflow_txt2 .time {
  font-weight: bold;
  color: #7e563d;
  font-size: 40px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.dayflow_txt2 p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.dayflow_txt2 .midashi {
  font-weight: bold;
  color: #b31061;
  font-size: 25px;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 468px) {
  .dayflow_txt2 .midashi {
    font-size: 25px;
  }
}
.dayflow_txt2 .number {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 120px;
  color: #cae192;
  font-weight: bold;
  text-shadow: #86c384 2px 0px,  #86c384 -2px 0px, #86c384 0px -2px, #86c384 0px 2px, #86c384 2px 2px , #86c384 -2px 2px, #86c384 2px -2px, #86c384 -2px -2px, #86c384 1px 2px,  #86c384 -1px 2px, #86c384 1px -2px, #86c384 -1px -2px, #86c384 2px 1px,  #86c384 -2px 1px, #86c384 2px -1px, #86c384 -2px -1px;
}
@media screen and (max-width: 468px) {
  .dayflow_txt2 .number {
    top: 0px;
    font-size: 60px;
  }
}

.dayflow_td {
  margin-top: 40px;
}
.dayflow_td td:nth-child(odd) {
  border: 5px solid #b7e4f8 !important;
}
.dayflow_td td:nth-child(odd):after {
  content: "●●●●●●●●●●";
  position: absolute;
  color: #f3a6ae;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  bottom: -168px;
  letter-spacing: 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .dayflow_td td:nth-child(odd):after {
    bottom: -122px;
  }
}
@media screen and (max-width: 468px) {
  .dayflow_td td:nth-child(odd):after {
    bottom: -330px;
  }
}
.dayflow_td td:nth-child(even) {
  width: 70%;
  position: relative;
}
.dayflow_td td:nth-child(even) img {
  border-radius: 15px;
}
.dayflow_td td:nth-child(even) span {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 120px;
  color: #cae192;
  font-weight: bold;
  text-shadow: #86c384 2px 0px,  #86c384 -2px 0px, #86c384 0px -2px, #86c384 0px 2px, #86c384 2px 2px , #86c384 -2px 2px, #86c384 2px -2px, #86c384 -2px -2px, #86c384 1px 2px,  #86c384 -1px 2px, #86c384 1px -2px, #86c384 -1px -2px, #86c384 2px 1px,  #86c384 -2px 1px, #86c384 2px -1px, #86c384 -2px -1px;
}
@media screen and (max-width: 468px) {
  .dayflow_td td:nth-child(even) span {
    top: 0px;
    font-size: 60px;
  }
}

.td01:before {
  content: url(../images/about/830.png);
  opacity: 0.7;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 468px) {
  .td01:before {
    display: none;
  }
}

.td02:before {
  content: url(../images/about/940.png);
  opacity: 0.7;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 468px) {
  .td02:before {
    display: none;
  }
}

.td03:before {
  content: url(../images/about/1135.png);
  opacity: 0.7;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 468px) {
  .td03:before {
    display: none;
  }
}

.td04:before {
  content: url(../images/about/1300.png);
  opacity: 0.7;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 468px) {
  .td04:before {
    display: none;
  }
}

.td05:before {
  content: url(../images/about/1400.png);
  opacity: 0.7;
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 468px) {
  .td05:before {
    display: none;
  }
}

.table img {
  width: 100% !important;
  border-radius: 10px;
  border: 5px solid #addff7;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .table td {
    padding: 0 !important;
  }
}

.encyou_img img {
  border-radius: 10px;
  border: 5px solid #cce299;
}

.kagai_img img {
  border-radius: 10px;
  border: 5px solid pink;
}

/* title */

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