@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative; }

.inner_wide {
  width: 1440px;
  margin: 0 auto;
  position: relative; }

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px; }
  .sp_menu i {
    font-size: 36px;
    color: #FFF; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  display: block;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 36px;
  color: #6a3906;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center; }
  h1:not(#top_h1) img {
    display: block;
    margin: 0 auto 10px; }
  h1:not(#top_h1)::before {
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1; }
  h1:not(#top_h1)::after {
    content: '';
    width: 400px;
    height: 47px;
    background: url("../images/common/lv1_h1_after.svg") center/cover no-repeat;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto; }

h2 {
  font-family: 'Kosugi Maru', sans-serif;
  color: #6a3906;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
  position: relative; }

h2 + p {
  font-size: 18px;
  color: #45403f;
  line-height: 31px; }

h3 {
  font-family: 'Kosugi Maru', sans-serif;
  color: #0e62a9;
  font-size: 24px;
  margin-bottom: 16px; }

h3 + p {
  font-size: 18px;
  color: #45403f;
  line-height: 29px; }

section {
  padding: 80px 0; }
  section:nth-of-type(even) {
    background: #fefbf5; }
  section:last-of-type {
    padding: 80px 0 40px;
    background: none; }

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

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

.link_btn {
  display: block;
  width: 462px;
  margin: 40px auto 0;
  border: 1px solid #45403f;
  border-radius: 10px;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  font-size: 18px;
  color: #45403f;
  position: relative;
  /*text-align: center;*/
  text-decoration: none;
  transition: .3s; }
  .link_btn::after {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "\f105";
    font-family: 'Font Awesome 5 free';
    color: #45403f;
    font-size: 18px;
    font-weight: 900; }
  .link_btn:hover {
    background: #45403f;
    transition: .3s;
    color: #fff; }
    .link_btn:hover::after {
      color: #fff;
      transition: .3s; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  h1:not(#top_h1) {
    font-size: 31px;
    z-index: -1;
    padding-top: 0; }

  h1:not(#top_h1)::before {
    width: 200px;
    height: 200px;
    top: -20px;
    z-index: -1; }

  h1:not(#top_h1)::after {
    display: none; }

  h2 {
    font-size: 24px; }

  h2 + p {
    font-size: 16px;
    line-height: 28px; }

  h3 {
    font-size: 20px; }

  h3 + p {
    font-size: 16px;
    line-height: 28px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 40px; }

  .sp_none {
    display: none !important; }

  .sp_nav {
    visibility: visible; }

  .inner, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #6a3a07; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(7) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(7)::after {
    border: none; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.header_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: #fef6ea;
  padding: 20px 0; }
  .header_container .header_nav_container {
    width: 1080px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50px;
    margin-right: 30px; }
    .header_container .header_nav_container > figure {
      width: 360px;
      margin-right: 30px;
      position: relative;
      z-index: 0;
      transition: .3s; }
      .header_container .header_nav_container > figure a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .header_container .header_nav_container > figure:hover {
        opacity: .7;
        transition: .3s; }
    .header_container .header_nav_container nav {
      width: 640px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .header_container .header_nav_container nav div {
        width: 116px;
        text-align: center;
        letter-spacing: 0;
        font-size: 16px;
        color: #0087b8;
        font-family: 'Kosugi Maru', sans-serif;
        margin-right: 20px;
        position: relative;
        z-index: 0;
        transition: .3s; }
        .header_container .header_nav_container nav div img {
          display: block;
          margin: 0 auto 8px; }
        .header_container .header_nav_container nav div a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .header_container .header_nav_container nav div:hover {
          opacity: .7;
          transition: .3s; }
        .header_container .header_nav_container nav div:nth-of-type(1) img {
          width: 34px; }
        .header_container .header_nav_container nav div:nth-of-type(2) img {
          width: 76px; }
        .header_container .header_nav_container nav div:nth-of-type(3) img {
          width: 60px; }
        .header_container .header_nav_container nav div:nth-of-type(4) {
          margin-right: 0px; }
          .header_container .header_nav_container nav div:nth-of-type(4) img {
            width: 46px; }
        .header_container .header_nav_container nav div:nth-of-type(5) {
          margin-right: 0px; }
          .header_container .header_nav_container nav div:nth-of-type(5) img {
            width: 40px; }
  .header_container .header_tel_container {
    width: 240px;
    background: #ea7272;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    min-width: 240px;
    padding: 10px 0 0;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative; }
    .header_container .header_tel_container p {
      font-family: 'Kosugi Maru', sans-serif;
      font-size: 21px;
      color: #fff; }
      .header_container .header_tel_container p span {
        font-size: 16px;
        font-family: 'Noto Sans JP', sans-serif; }
        .header_container .header_tel_container p span:nth-of-type(2) {
          font-size: 21px; }
    .header_container .header_tel_container [data-ruby] {
      position: relative; }
      .header_container .header_tel_container [data-ruby]::before {
        content: attr(data-ruby);
        position: absolute;
        top: -1em;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 0.5em;
        color: #fff;
        letter-spacing: 2px; }
    .header_container .header_tel_container .member_page {
      position: absolute;
      top: -40px;
      right: 0;
      width: 240px;
      background: #fff;
      padding: 4px 0;
      border-radius: 20px;
      text-decoration: none;
      color: #0087b8;
      font-size: 15px;
      text-align: center; }
      .header_container .header_tel_container .member_page i {
        margin-right: 8px; }

@media screen and (max-width: 896px) {
  .header_container {
    padding: 0; }

  .header_container .header_nav_container {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0;
    padding: 10px; }

  .header_container .header_nav_container > figure {
    width: 70%; }

  .header_container .header_nav_container > figure img {
    margin-top: 6px; } }
/*****************************************************

 Footer
 
*****************************************************/
/* footer
----------------------------------------------------*/
footer {
  width: 100%;
  background-size: 50px 50px;
  background-color: #FFFCF6;
  background-image: linear-gradient(-45deg, #FFF6EA 25%, transparent 25%, transparent 50%, #FFF6EA 50%, #FFF6EA 75%, transparent 75%, transparent);
  margin-top: 100px; }

.footer_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 0 40px; }
  .footer_container iframe {
    width: 68%; }

.footer_txt {
  text-align: right;
  margin-right: 3%; }
  .footer_txt > p {
    font-size: 18px;
    color: #6A3906;
    font-weight: bold; }
    .footer_txt > p span {
      font-size: 21px;
      display: block; }
    .footer_txt > p:last-of-type {
      font-size: 16px; }
  .footer_txt p.officenumber {
    font-size: 14px;
    margin-bottom: 20px; }
  .footer_txt .footer_tel_container {
    padding: 10px 0;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 24px;
    color: #6A3906;
    width: 100%;
    margin: 4% 0 0 0%; }
    .footer_txt .footer_tel_container a {
      text-decoration: none;
      color: #6A3906; }
    .footer_txt .footer_tel_container span:first-of-type {
      font-size: 14px; }
    .footer_txt .footer_tel_container span:nth-of-type(2) {
      color: #ea7272; }
    .footer_txt .footer_tel_container p:nth-of-type(n+3) {
      font-size: 14px; }
    .footer_txt .footer_tel_container p:last-of-type {
      margin-top: 50px; }

@media screen and (max-width: 668px) {
  .footer_container {
    padding: 40px 0;
    margin-top: 40px; }

  .footer_container iframe {
    width: 90%; }

  .footer_txt {
    margin: 0 0 30px; } }
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #BAB094;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #BAB094;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 0; }
  .news_container article {
    width: 23%;
    /*padding:10px 10px 20px;box-sizing:border-box;background:#FFF6EA;*/
    margin-right: 2%;
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .news_container article:nth-of-type(4n) {
      margin-right: 0; }
    .news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .news_container article:hover p {
      color: #E85377;
      transition: .3s; }
    .news_container article figure {
      width: 100%;
      height: 158px; }
      .news_container article figure img {
        height: 100%; }
    .news_container article p {
      font-size: 16px;
      color: #6A3906;
      transition: .3s; }
      .news_container article p:nth-of-type(1) {
        font-size: 14px;
        color: #B58A43;
        margin: 10px 0; }

.gallery_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 0; }
  .gallery_container article {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
    transition: .3s;
    background: #FFF6EA;
    padding: 20px 10px;
    box-sizing: border-box; }
    .gallery_container article:nth-of-type(4n) {
      margin-right: 0; }
    .gallery_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .gallery_container article:hover p {
      color: #E85377;
      transition: .3s; }
    .gallery_container article figure {
      width: 120px;
      height: 120px;
      margin: 0 auto;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .gallery_container article figure img {
        height: 58px; }
    .gallery_container article p {
      font-size: 16px;
      color: #6A3906;
      transition: .3s; }
      .gallery_container article p:nth-of-type(1) {
        font-size: 16px;
        color: #B58A43;
        margin: 10px 0;
        text-align: center;
        margin-top: -20px;
        font-weight: bold; }

.member_info_container {
  width: 100%; }
  .member_info_container article {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 0;
    position: relative;
    z-index: 0;
    transition: .3s;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd; }
    .member_info_container article:nth-of-type(4n) {
      margin-right: 0; }
    .member_info_container article:last-of-type {
      border-bottom: none; }
    .member_info_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .member_info_container article:hover p {
      color: #E85377;
      transition: .3s; }
    .member_info_container article p:nth-of-type(1) {
      font-size: 14px;
      color: #B58A43;
      margin: 10px 0;
      width: 20%; }
    .member_info_container article p:nth-of-type(2) {
      font-size: 16px;
      color: #6A3906;
      transition: .3s;
      width: 80%; }

.gallery_container > p, .member_info_container > p {
  margin: 0 auto 80px;
  text-align: center; }

@media screen and (max-width: 896px) {
  .news_container article {
    width: 100%;
    margin-bottom: 30px; }

  .gallery_container article {
    width: 100%;
    margin-bottom: 30px; }

  .member_info_container article p:nth-of-type(1), .member_info_container article p:nth-of-type(2) {
    width: 100%; } }
.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #004898 solid;
    color: #004898;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #0E6B9E solid;
      color: #FF7300;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #004898;
    border: 2px #004898 solid;
    color: #FFF; }

/*****************************************************

 シングルページ
 
*****************************************************/
.news_single_container {
  width: 82.64%;
  margin: 0 auto; }
  .news_single_container > h2 {
    margin-bottom: 80px; }
  .news_single_container > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align: center; }

.gallery_single_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 0; }
  .gallery_single_container > h2 {
    width: 100%;
    margin-bottom: 80px; }
  .gallery_single_container > p {
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align: center; }
  .gallery_single_container .gallery_single_item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .gallery_single_container .gallery_single_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .gallery_single_container .gallery_single_item:hover p {
      background: #0E62A9;
      color: #fff;
      transition: .2s; }
      .gallery_single_container .gallery_single_item:hover p img {
        filter: brightness(20); }
    .gallery_single_container .gallery_single_item:hover figure {
      opacity: .7;
      transition: .2s; }
    .gallery_single_container .gallery_single_item figure {
      width: 100%;
      height: 200px;
      transition: .2s; }
      .gallery_single_container .gallery_single_item figure img {
        height: 100%; }
    .gallery_single_container .gallery_single_item p {
      width: 100%;
      padding: 4px 0;
      box-sizing: border-box;
      text-align: center;
      border: 1px solid #0E62A9;
      color: #0E62A9;
      font-weight: bold;
      font-size: 16px;
      margin-top: 10px; }
      .gallery_single_container .gallery_single_item p img {
        width: 18px;
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle; }

.breadcrumb {
  width: 70%;
  position: absolute;
  bottom: -200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1; }
  .breadcrumb a {
    text-decoration: none;
    color: #6A3906; }
    .breadcrumb a i {
      margin: 0 8px; }
    .breadcrumb a:first-of-type i {
      margin: 0; }
  .breadcrumb > i {
    margin: 0 8px; }

/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }

@media screen and (max-width: 896px) {
  .news_detail {
    margin-bottom: 70px; }

  .news_single_container {
    width: 100%; }

  .breadcrumb {
    width: 100%;
    bottom: -300px; }

  .gallery_single_container {
    justify-content: space-between; }

  .gallery_single_container .gallery_single_item {
    width: 48%;
    margin-bottom: 30px; }
    .gallery_single_container .gallery_single_item:nth-of-type(2n) {
      margin-right: 0; }

  .gallery_single_container .gallery_single_item figure {
    height: 120px; } }
/*****************************************************

 フォーム
 
*****************************************************/
/*.contactform_container {
	width:100%;
	p {font-size:16px;}
	table {
		width: 100%;margin-top:50px;table-layout:fixed;
		tr {
			&:nth-of-type(1) td,&:nth-of-type(2) td{
				display:flex;flex-wrap:wrap;justify-content: space-around;margin-bottom:-1px;
				div {
					width:40%;position:relative;display:flex;justify-content: space-around;align-items: center;
					&::before {font-size:16px;color:#333;width:80px;}
				}
			}
			&:nth-of-type(1) td div:nth-of-type(1)::before{content: '姓'}
			&:nth-of-type(1) td div:nth-of-type(2)::before{content: '名'}
			&:nth-of-type(2) td div:nth-of-type(1)::before{content: 'セイ'}
			&:nth-of-type(2) td div:nth-of-type(2)::before{content: 'メイ'}
			
			&:last-child th {border-bottom:none;vertical-align: top;}
			&:last-child td {border-bottom:none;}
		}
		th{
			width:30%;border-bottom:1px solid #004BB4;font-size:16px;color:#333;padding: 26px 0;			
			span{font-size:14px;color:#FFF;text-align:center;padding:2px 15px;background:#B14620;border-radius: 12px;margin-right:30px;}
			.multi_line {display:inline-block;vertical-align: middle;}
		}
		td{width:70%;border-bottom:1px solid #ccc;font-size:16px;color:#333;padding: 20px 40px;box-sizing: border-box;}
		.optionalicon {font-size:14px;color:#2D4675;text-align:center;padding:2px 15px;background: #ABD8FF;border-radius: 12px;margin-right:30px;}
	}
}
.agreementicon {font-size:14px;color:#FFF;text-align:center;padding:2px 14px;background:#F74583;border-radius: 12px;margin-right:20px;}
.confirm_box {width: 100%;margin: 0 auto;display: block;border: 1px solid #ffFF00;background: #F9A638;color: #FFF;padding: 10px;box-sizing: border-box;}
.policy_title {font-size:18px;padding:10px 0 0;text-align: center;}
.privacypolicy {
	box-sizing: border-box;position: relative;width: 88%;height: 300px;margin: 24px auto;padding: 24px;border: 1px #CCCCCC solid;background: #efefef;overflow-y: scroll;text-align: left !important;	
	p {text-align: left !important;}
	h4 {
		margin: 40px 0 20px;font-size: 16px;font-weight: bold;
		&:first-child {margin-top: 0;}
	}
}
.privacypolicy::-webkit-scrollbar {width: 8px;}
.privacypolicy::-webkit-scrollbar-track {background: #ccc;}
.privacypolicy::-webkit-scrollbar-thumb {background: #999;}

//PHP版フォームのスタイル
#formWrap {
	padding:80px 0;
	h3 {margin-bottom:40px;}
}
.form_table {
	width: 90%;margin:40px auto;
	th{width:30%;border-bottom:1px solid #0A1F54;font-size:16px;color:#333;padding: 26px 20px;box-sizing: border-box;text-align: center;}
	td{width:70%;border-bottom:1px solid #ccc;font-size:16px;color:#333;padding: 20px 40px;box-sizing: border-box;}
}
.form_h3{box-sizing:border-box;}
.form_section {padding:120px 0 80px;}
.form_to_top {text-decoration: none;margin: 50px auto;display: block;text-align: center;background:#DB621D;font-weight: 300;font-size: 16px;color: #FFF;padding: 10px 0;width: 30%;height: auto;}

@media screen and (max-width:896px) {
	.contactform_container {width:90%;margin:0 auto;}
	.contact_phone_container span {font-size:24px;}
	.privacypolicy {width:100%}
	.contactform_container table th {width:100%;display:block;}
	.contactform_container table td {width:100%;display:block; padding:20px 0;}
	.contactform_container table tr:last-child th {border-bottom:1px solid #22658c;}
	.contactform_container table tr:nth-of-type(1) td, .contactform_container table tr:nth-of-type(2) td {flex-direction:column;}
	.contactform_container table tr:nth-of-type(1) td div,.contactform_container table tr:nth-of-type(2) td div {width:80%;margin-bottom:15px;}
	.contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div::before, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div::before {width:90px;}
	.form_table th {width:100%;display: block;text-align: left;border-bottom:none;padding:20px 20px 0;}
	.form_table td {width:100%;display: block;padding:20px;}
	.form_to_top {margin:20px auto;width:80%;}
}

// フォーム装飾
----------------------------------------------------
input[type="text"] , input[type="tel"] , input[type="email"] , textarea , select {
	-webkit-appearance: none;box-sizing: border-box;width: 100%; height: auto;padding: 15px;background: #FFF;border-radius: 3px;transition: all .3s;	
	&.w100 {width: 98%;margin-left:10px;}	
	&.w80 {width: 80%;margin-left:10px;}	
	&.w60 {width: 60%;margin-left:10px;}
	&.w40 {width: 40%;margin-right:20px;margin-left:10px;}
	&.w30 {width: 30%;margin-left:10px;}
}
//input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
input[type='checkbox'] {
	appearance: none;outline: none;display: inline-block;position: relative;text-align: center;cursor: pointer;width: 18px;height: 18px;margin: 0 auto;vertical-align:middle;
	&::before {display: block;position: absolute;content: '';width: 18px;height: 18px;background: #fff;border: solid 1px #add8d5;}
	&:checked::before {background-color: #26A69A;}
	&::after {display: block;content: '';position: absolute;left: 8px;top:2px;width:4px;height:12px;border-right: 3px solid #fff;border-bottom: 3px solid #fff;transform: rotate(45deg);opacity: 0;}
	&:checked::after {opacity: 1;}
}
input[type="file"]{padding: 10px 0;transition: all .3s;}
input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}
input[type="radio"] {width: 18px;height: 18px;vertical-align: middle;}
textarea {height: 160px;margin-bottom: 20px;margin-left: 10px;}
//プレースホルダー
::-webkit-input-placeholder {color: #cccccc;}
::-moz-placeholder {color: #cccccc;}
:-ms-input-placeholder {color: #cccccc;}

input[type="submit"] {
    text-decoration: none;margin: 30px auto 0;display: block;text-align: center;background:#B14620;font-weight: 300;font-size: 18px;color: #FFF;padding: 5px 0;width: 40%;height: auto;transition: .3s;position: relative;cursor: pointer;	
	&:hover {opacity:0.7;transition: .3s;}
}
input[type="button"] {text-decoration: none;margin: 30px auto 0;display: block;text-align: center;background:#FFF;border:1px solid #004898;font-weight: 300;font-size: 18px;color: #333;padding: 5px 0;width: 40%;height: auto;transition: .3s;position: relative;cursor: pointer;}

@media screen and (max-width:896px) {
	input[type="button"] {width:80%;}
	input[type="submit"] {width:80%;}
	input[type="text"], input[type="tel"], input[type="email"], textarea, select {background:#efefef;}
	input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {width:100%;margin:0;}
	input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {width:100%;margin:0;}
	input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {width:100%;margin:0;}
	input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {width:100%;margin:0;}
	textarea {margin-left:0;}
}
*/
/*****************************************************

 HOME
 
*****************************************************/
/* main_cover
----------------------------------------------------*/
.main_cover {
  width: 100%;
  height: 740px;
  background: #fef6ea;
  position: relative;
  padding: 40px 0 0;
  box-sizing: border-box; }
  .main_cover .cover_txt {
    width: 850px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .main_cover .cover_txt figure {
      width: 480px; }
      .main_cover .cover_txt figure:nth-of-type(2) {
        width: 268px; }
    .main_cover .cover_txt p {
      width: 100%;
      font-family: 'Kosugi Maru', sans-serif;
      font-size: 24px;
      color: #6a3906;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px; }
      .main_cover .cover_txt p::before, .main_cover .cover_txt p::after {
        content: '';
        width: 170px;
        height: 0px;
        border-bottom: 6px dotted #6a3906; }
  .main_cover .slide_container {
    width: 100%;
    position: relative;
    margin-top: 40px; }
    .main_cover .slide_container ul li {
      width: 100%; }
      .main_cover .slide_container ul li img {
        border-radius: 40px; }
    .main_cover .slide_container::before, .main_cover .slide_container::after {
      content: '';
      display: inline-block;
      position: absolute; }
    .main_cover .slide_container::before {
      width: 225px;
      height: 441px;
      background: url("../images/home/cover_bk_left.svg") no-repeat;
      top: -40px;
      left: -250px; }
    .main_cover .slide_container::after {
      width: 227px;
      height: 408px;
      background: url("../images/home/cover_bk_right.svg") no-repeat;
      top: 0;
      right: -250px; }

.slick-prev::before {
  position: relative;
  content: "\f053" !important;
  color: #FFF !important;
  font-family: FontAwesome !important;
  opacity: 1; }

.slick-next::before {
  position: relative;
  content: "\f054" !important;
  color: #FFF !important;
  font-family: FontAwesome !important;
  opacity: 1; }

@media screen and (max-width: 896px) {
  .main_cover {
    width: 100%;
    height: auto;
    padding: 20px 0; }

  .main_cover .cover_txt {
    width: 90%; }

  .main_cover .cover_txt figure {
    width: 100%;
    margin-bottom: 10px; }

  .main_cover .cover_txt figure:nth-of-type(2) {
    width: 100%; }

  .main_cover .cover_txt p::after, .main_cover .cover_txt p::before {
    display: none; }

  .main_cover .slide_container {
    margin-top: 20px; }

  .main_cover .slide_container ul li img {
    border-radius: 20px; }

  .main_cover .slide_container::after, .main_cover .slide_container::before {
    display: none; } }
/* section01
----------------------------------------------------*/
.top_about_wrap {
  width: 100%; }
  .top_about_wrap > figure {
    width: 100px;
    margin: 0 auto 30px; }
  .top_about_wrap > h2 {
    text-align: center; }
  .top_about_wrap .top_about_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .top_about_wrap .top_about_container figure {
      width: 387px; }
    .top_about_wrap .top_about_container .top_about_txt {
      width: 57%; }
      .top_about_wrap .top_about_container .top_about_txt > h3:nth-of-type(2) {
        margin-top: 70px; }
        .top_about_wrap .top_about_container .top_about_txt > h3:nth-of-type(2) img {
          width: 80px;
          margin-right: 10px;
          vertical-align: middle; }
    .top_about_wrap .top_about_container:nth-of-type(2) {
      flex-direction: row-reverse;
      margin-top: 80px; }
      .top_about_wrap .top_about_container:nth-of-type(2) figure {
        width: 338px; }

@media screen and (max-width: 896px) {
  .top_about_wrap .top_about_container {
    width: 100%; }

  .top_about_wrap .top_about_container figure {
    width: 90%;
    margin: 0 auto; }

  .top_about_wrap .top_about_container .top_about_txt {
    width: 100%;
    margin-top: 20px; }

  .top_about_wrap .top_about_container .top_about_txt > h3:nth-of-type(2) img {
    display: block; } }
/* section02
----------------------------------------------------*/
.top_facility_container {
  width: 100%;
  position: relative; }
  .top_facility_container .top_facility_item {
    width: 460px;
    height: 433px; }
    .top_facility_container .top_facility_item h2::before {
      content: '';
      display: inline-block;
      width: 59px;
      height: 67px;
      background: url("../images/common/h2_icon02.svg") center/cover no-repeat;
      margin-right: 10px;
      vertical-align: bottom; }
    .top_facility_container .top_facility_item .top_bornelund_container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-top: 40px; }
      .top_facility_container .top_facility_item .top_bornelund_container figure {
        width: 60px; }
      .top_facility_container .top_facility_item .top_bornelund_container p {
        width: 80%;
        font-family: 'Kosugi Maru', sans-serif;
        color: #6a3906;
        font-size: 21px;
        line-height: 31px; }
  .top_facility_container:nth-of-type(1) .top_facility_item {
    margin-bottom: 60px; }
  .top_facility_container:nth-of-type(1)::after {
    content: '';
    background: url("../images/home/home_ph_01.jpg") center/cover no-repeat;
    width: 700px;
    height: 433px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 0; }
  .top_facility_container:nth-of-type(2) .top_facility_item {
    margin-left: 60%; }
  .top_facility_container:nth-of-type(2)::before {
    content: '';
    background: url("../images/home/home_ph_02.jpg") center/cover no-repeat;
    width: 700px;
    height: 433px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 0; }

@media screen and (max-width: 896px) {
  .top_facility_container .top_facility_item {
    width: 100%;
    height: auto;
    padding-bottom: 220px; }

  .top_facility_container:nth-of-type(2) .top_facility_item {
    margin-left: 0; }

  .top_facility_container:nth-of-type(1)::after {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    right: 0;
    top: auto;
    bottom: 0; }

  .top_facility_container:nth-of-type(2)::before {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    left: 0;
    top: auto;
    bottom: 0; }

  .top_facility_container .top_facility_item .top_bornelund_container {
    margin-top: 20px; }

  .top_facility_container .top_facility_item .top_bornelund_container p {
    font-size: 18px; } }
/* secdtion03
----------------------------------------------------*/
.top_guide_wrap > h2 {
  text-align: center; }
  .top_guide_wrap > h2 img {
    width: 120px;
    display: block;
    margin: 0 auto 10px; }
.top_guide_wrap .top_guidenav_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box; }
  .top_guide_wrap .top_guidenav_container a {
    display: block;
    width: 21%;
    background: #ea7272;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: .2s; }
    .top_guide_wrap .top_guidenav_container a::after {
      font-family: 'Font Awesome 5 free';
      content: '\f105';
      font-weight: 900;
      color: #FFF;
      position: absolute;
      top: 30px;
      right: 10px; }
    .top_guide_wrap .top_guidenav_container a:hover {
      opacity: .7;
      transition: .2s; }
.top_guide_wrap .top_guide_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box; }
  .top_guide_wrap .top_guide_container .top_guide_item {
    width: 46%; }
    .top_guide_wrap .top_guide_container .top_guide_item h3 img {
      width: 60px;
      margin-right: 20px;
      vertical-align: -50%; }
    .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content {
      width: 90%;
      padding: 5% 0 10% 15%;
      position: relative;
      box-sizing: border-box; }
      .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content figure {
        max-width: 352px;
        position: relative;
        z-index: 0;
        transition: .3s;
        margin-bottom: 30px; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content figure a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content figure:hover {
          opacity: .7;
          transition: .3s; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content figure img {
          width: auto; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content figure:last-of-type {
          margin-bottom: 0; }
      .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a {
        display: block;
        width: 100%;
        border: 1px solid #45403f;
        background: #fff;
        padding: 10px 0 10px 60px;
        box-sizing: border-box;
        color: #45403f;
        text-decoration: none;
        font-size: 18px;
        position: relative;
        transition: .2s;
        margin-bottom: 10px; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a::before {
          font-family: 'Font Awesome 5 free';
          content: '\f1c1';
          font-weight: 400;
          font-size: 24px;
          color: #0e62a9;
          position: absolute;
          top: 6px;
          left: 20px; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a:hover {
          background: #45403f;
          color: #fff; }
          .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a:hover::before {
            color: #fff; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a:last-of-type {
          margin-bottom: 0; }
      .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 100%;
        border-left: 8px dotted #68b3dd;
        position: absolute;
        top: 0;
        left: 5%; }
      .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content p {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px; }
        .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content p:nth-of-type(2) {
          margin-top: 20px; }
    .top_guide_wrap .top_guide_container .top_guide_item:nth-of-type(1) .top_guide_content {
      padding: 5% 0 28% 15%; }
    .top_guide_wrap .top_guide_container .top_guide_item:last-of-type {
      width: 100%;
      margin: 60px auto 0; }
      .top_guide_wrap .top_guide_container .top_guide_item:last-of-type h3 {
        text-align: center;
        margin-bottom: 40px; }
      .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px 2%;
        flex-wrap: wrap; }
        .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content > a {
          display: block;
          width: 36%;
          border: 1px solid #45403f;
          background: #fff;
          padding: 10px 0 10px 60px;
          box-sizing: border-box;
          color: #45403f;
          text-decoration: none;
          font-size: 18px;
          position: relative;
          transition: .2s;
          margin-bottom: 10px; }
          .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content > a::before {
            font-family: 'Font Awesome 5 free';
            content: '\f1c1';
            font-weight: 400;
            font-size: 24px;
            color: #0e62a9;
            position: absolute;
            top: 6px;
            left: 20px; }
          .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content > a:hover {
            background: #45403f;
            color: #fff; }
            .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content > a:hover::before {
              color: #fff; }

@media screen and (max-width: 896px) {
  .top_guide_wrap .top_guidenav_container {
    flex-wrap: wrap;
    padding: 0;
    align-items: stretch; }

  .top_guide_wrap .top_guidenav_container a {
    width: 48%;
    padding: 20px 8px;
    font-size: 16px;
    margin-bottom: 4%; }

  .top_guide_wrap .top_guidenav_container a::after {
    top: 20px; }

  .top_guide_wrap .top_guide_container {
    flex-wrap: wrap;
    padding: 0; }

  .top_guide_wrap .top_guide_container .top_guide_item {
    width: 100%;
    margin-bottom: 30px; }
    .top_guide_wrap .top_guide_container .top_guide_item:last-of-type {
      margin-bottom: 0; }

  .top_guide_wrap .top_guide_container .top_guide_item:nth-of-type(1) .top_guide_content {
    padding: 5% 0 10% 15%; }

  .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content {
    width: 100%; }

  .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a {
    padding: 20px 10px 20px 40px;
    font-size: 16px; }

  .top_guide_wrap .top_guide_container .top_guide_item .top_guide_content > a::before {
    left: 10px; }

  .top_guide_wrap .top_guide_container .top_guide_item:last-of-type {
    margin: 0; }

  .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content {
    padding: 5% 0 10% 15%;
    position: relative;
    box-sizing: border-box; }

  .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 100%;
    border-left: 8px dotted #68b3dd;
    position: absolute;
    top: 0;
    left: 5%; }

  .top_guide_wrap .top_guide_container .top_guide_item:last-of-type h3 {
    text-align: left;
    margin-bottom: 20px; }

  .top_guide_wrap .top_guide_container .top_guide_item:last-of-type .top_program_content > a {
    width: 100%;
    font-size: 16px; } }
/* news
----------------------------------------------------*/
.top_news_wrap h2 {
  text-align: center; }
  .top_news_wrap h2 img {
    display: block;
    width: 68px;
    margin: 0 auto 8px; }

.instagram_wrap {
  margin-top: 60px; }
  .instagram_wrap > h3 i {
    font-size: 60px;
    margin-right: 10px; }
  .instagram_wrap .instagram {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto 10px; }
    .instagram_wrap .instagram li {
      width: 180px;
      margin-bottom: 1%;
      height: 180px; }
      .instagram_wrap .instagram li img {
        width: 100%;
        max-width: 100%;
        height: 100%; }

@media screen and (max-width: 896px) {
  .instagram_wrap .instagram li {
    width: 48%;
    margin-bottom: 2%;
    height: 154px; } }
/* contact
----------------------------------------------------*/
.common_contact_wrap h2 {
  text-align: center; }
  .common_contact_wrap h2 img {
    display: block;
    width: 43px !important;
    margin: 0 auto 8px; }
.common_contact_wrap h2 + p {
  text-align: center; }
.common_contact_wrap .common_contact_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0; }
  .common_contact_wrap .common_contact_container a {
    display: block;
    width: 31%;
    margin: 0 4%;
    height: 68px;
    line-height: 68px;
    padding: 0 26px;
    box-sizing: border-box; }
    .common_contact_wrap .common_contact_container a:nth-of-type(1) {
      background: #ea7272;
      font-family: 'Kosugi Maru', sans-serif;
      font-size: 18px;
      color: #fff;
      position: relative;
      text-decoration: none; }
      .common_contact_wrap .common_contact_container a:nth-of-type(1)::after {
        font-family: 'Font Awesome 5 free';
        content: '\f105';
        font-weight: 900;
        color: #FFF;
        position: absolute;
        top: 0;
        right: 10px; }
    .common_contact_wrap .common_contact_container a:nth-of-type(2) {
      background: #fefbf5;
      font-family: 'Kosugi Maru', sans-serif;
      font-size: 30px;
      color: #ea7272;
      position: relative;
      text-align: center;
      text-decoration: none; }
      .common_contact_wrap .common_contact_container a:nth-of-type(2) i {
        color: #ea7272;
        font-size: 30px; }

@media screen and (max-width: 896px) {
  .common_contact_wrap .common_contact_container a {
    width: 100%;
    margin-bottom: 30px; }
    .common_contact_wrap .common_contact_container a:last-of-type {
      margin-bottom: 0; }

  .common_contact_wrap .common_contact_container a:nth-of-type(2) {
    padding: 0; }
    .common_contact_wrap .common_contact_container a:nth-of-type(2) i {
      margin-right: 4px; } }
/*****************************************************

 下層共通
 
*****************************************************/
.facility h1 img {
  width: 50px; }
.facility h2 {
  text-align: center; }
  .facility h2 img {
    display: block;
    width: 58px;
    margin: 0 auto 4px; }

.guide h1 img {
  width: 100px; }
.guide h2 {
  text-align: center; }
  .guide h2 img {
    display: block;
    width: 110px;
    margin: 0 auto 4px; }

.online h1 img {
  width: 70px; }
.online h2 {
  text-align: center; }
  .online h2 img {
    display: block;
    width: 78px;
    margin: 0 auto 4px; }

.contact h1 img {
  width: 50px; }
.contact h2 {
  text-align: center; }
  .contact h2 img {
    display: block;
    width: 48px;
    margin: 0 auto 4px; }

.gallery h1 img {
  width: 50px; }
.gallery h2 {
  text-align: center; }
  .gallery h2 img {
    display: block;
    width: 48px;
    margin: 0 auto 4px; }

.news h1 img {
  width: 50px; }
.news h2 {
  text-align: center; }
  .news h2 img {
    display: block;
    width: 58px;
    margin: 0 auto 4px; }

.recruit h1 img {
  width: 50px; }
.recruit h2 {
  text-align: center; }
  .recruit h2 img {
    display: block;
    width: 58px;
    margin: 0 auto 4px; }

.lv1_cover_wrap {
  width: 100%;
  height: 360px;
  background: linear-gradient(180deg, #fef6ea 0%, #fef6ea 54%, #fff 54%, #fff 100%);
  z-index: 0;
  position: relative;
  padding: 40px 0; }
  .lv1_cover_wrap .lv1_cover_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .lv1_cover_wrap .lv1_cover_container .h1_container {
      width: 49%;
      position: relative; }
    .lv1_cover_wrap .lv1_cover_container figure {
      width: 49%; }
      .lv1_cover_wrap .lv1_cover_container figure img {
        border-radius: 40px; }

.gallery_cover_wrap {
  width: 100%;
  height: 200px;
  background: #FEF6EA;
  z-index: 0;
  position: relative;
  padding: 40px 0; }
  .gallery_cover_wrap .h1_container > h1:not(#top_h1) {
    padding-top: 0; }
    .gallery_cover_wrap .h1_container > h1:not(#top_h1)::before {
      display: none; }
    .gallery_cover_wrap .h1_container > h1:not(#top_h1)::after {
      bottom: -50px; }

@media screen and (max-width: 896px) {
  .facility h1 img, .contact h1 img {
    width: 40px; }

  .lv1_cover_wrap {
    height: 270px; }

  .lv1_cover_wrap .lv1_cover_container .h1_container {
    width: 100%; }

  .lv1_cover_wrap .lv1_cover_container figure {
    width: 100%;
    margin-top: 20px; }

  .lv1_cover_wrap .lv1_cover_container figure img {
    border-radius: 20px; }

  .gallery_cover_wrap .h1_container > h1:not(#top_h1)::before {
    display: none; }

  .gallery_cover_wrap .h1_container > h1:not(#top_h1)::after {
    display: block;
    width: 76%;
    bottom: -60px; } }
/*****************************************************

 Facility
 
*****************************************************/
/* floor
----------------------------------------------------*/
.floor_container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .floor_container .floor_item {
    width: 48%; }
    .floor_container .floor_item span {
      background: #36a6c9;
      padding: 4px 20px;
      border-radius: 14px;
      font-size: 14px;
      color: #fff; }
    .floor_container .floor_item h3 {
      color: #36a6c9;
      margin: 10px 0; }
    .floor_container .floor_item h3 + p {
      font-size: 14px;
      color: #6a3906;
      margin-bottom: 20px; }
    .floor_container .floor_item > figure {
      width: 420px; }
    .floor_container .floor_item:nth-of-type(2) span {
      background: #e29331; }
    .floor_container .floor_item:nth-of-type(2) > h3 {
      color: #e29331; }
    .floor_container .floor_item:nth-of-type(4) figure {
      width: 200px; }
    .floor_container .floor_item:nth-of-type(5) {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .floor_container .floor_item:nth-of-type(5) div {
        width: 48%; }
        .floor_container .floor_item:nth-of-type(5) div span {
          background: #e080a9; }
        .floor_container .floor_item:nth-of-type(5) div h3 {
          color: #e080a9; }
        .floor_container .floor_item:nth-of-type(5) div figure {
          width: 100%; }
      .floor_container .floor_item:nth-of-type(5) .floor_bornelund {
        width: 100%;
        background: #fcf8ef;
        padding: 20px 40px;
        box-sizing: border-box;
        margin-top: 20px; }
        .floor_container .floor_item:nth-of-type(5) .floor_bornelund figure {
          width: 100%; }
          .floor_container .floor_item:nth-of-type(5) .floor_bornelund figure figcaption {
            font-size: 14px;
            color: #6a3906;
            letter-spacing: 0; }
  .floor_container .floor_map {
    width: 100%; }
    .floor_container .floor_map figure {
      width: 820px;
      margin: 40px auto; }

@media screen and (max-width: 896px) {
  .floor_container {
    width: 100%; }

  .floor_container .floor_item {
    width: 100%;
    margin-bottom: 40px; }
    .floor_container .floor_item:last-of-type {
      margin-bottom: 0; }

  .floor_container .floor_item > figure {
    width: 100%; }

  .floor_container .floor_item h3 {
    font-size: 18px; }

  .floor_container .floor_map figure {
    width: 100%; }

  .floor_container .floor_item:nth-of-type(5) div {
    width: 100%; }

  .floor_container .floor_item:nth-of-type(5) div figure {
    width: 200px; } }
/* facility
----------------------------------------------------*/
.facility_container {
  width: 92.8%;
  margin: 0 auto; }
  .facility_container .content_nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 3px solid #e5d91f; }
    .facility_container .content_nav li {
      width: 344px;
      padding: 16px 0;
      background: #f4f4f4;
      font-family: 'Kosugi Maru', sans-serif;
      font-size: 21px;
      color: #6a3906;
      text-align: center;
      cursor: pointer; }
    .facility_container .content_nav .select {
      background: #e5d91f; }

.content .hide {
  display: none; }
.content li {
  list-style: none; }

.playset_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0; }
  .playset_container .playset_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px; }
    .playset_container .playset_item:nth-of-type(3n) {
      margin-right: 0; }
    .playset_container .playset_item figure {
      width: 100%; }
    .playset_container .playset_item > p {
      font-size: 16px;
      color: #45403f; }
      .playset_container .playset_item > p:nth-of-type(1) {
        font-size: 18px;
        font-weight: bold;
        color: #b58a43;
        margin: 0 0 16px; }
    .playset_container .playset_item .feeltype_container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .playset_container .playset_item .feeltype_container p {
        padding: 3px 6px;
        font-size: 14px;
        color: #fff;
        margin-right: 5px;
        margin-bottom: 5px; }
      .playset_container .playset_item .feeltype_container .feeltype_01 {
        background: #cc5482; }
      .playset_container .playset_item .feeltype_container .feeltype_02 {
        background: #9ecc5a; }
      .playset_container .playset_item .feeltype_container .feeltype_03 {
        background: #a356cc; }
      .playset_container .playset_item .feeltype_container .feeltype_04 {
        background: #5683cc; }
      .playset_container .playset_item .feeltype_container .feeltype_05 {
        background: #cc8956; }
      .playset_container .playset_item .feeltype_container .feeltype_ex {
        background: #45403f; }

@media screen and (max-width: 896px) {
  .facility_container {
    width: 100%; }

  .facility_container .content_nav li {
    width: 32%;
    padding: 8px 0;
    font-size: 16px; }

  .playset_container {
    margin: 30px 0 0; }

  .playset_container .playset_item {
    width: 48%;
    margin-right: 4%; }

  .playset_container .playset_item:nth-of-type(2n) {
    margin-right: 0; }

  .playset_container .playset_item:nth-of-type(3n) {
    margin-right: auto; }

  .playset_container .playset_item > p {
    font-size: 14px; }

  .playset_container .playset_item > p:nth-of-type(1) {
    font-size: 16px; }

  .playset_container .playset_item:last-of-type {
    margin-bottom: 0; } }
/*****************************************************

 Guide
 
*****************************************************/
/* price
----------------------------------------------------*/
.price_container {
  width: 90%;
  margin: 0 auto; }
  .price_container h3 img {
    width: 45px;
    vertical-align: bottom;
    margin-right: 20px; }
  .price_container h3 + p {
    padding-left: 70px;
    margin-bottom: 40px; }

@media screen and (max-width: 896px) {
  .price_container {
    width: 100%; }

  .price_container h3 img {
    display: block;
    margin: 0 auto; }

  .price_container h3 + p {
    padding: 0; } }
/* until_use
----------------------------------------------------*/
.until_use_container {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #6a3906;
  padding: 36px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }
  .until_use_container .use_step {
    width: 150px; }
    .until_use_container .use_step span {
      display: block;
      width: 96px;
      background: #ea7272;
      text-align: center;
      padding: 0;
      font-size: 14px;
      color: #fff;
      border-radius: 14px; }
  .until_use_container p {
    width: 80%;
    font-size: 18px;
    color: #45403f; }
  .until_use_container::before {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    content: '';
    border-width: 28px 16px 1px;
    border-style: solid;
    border-color: #6a3906 transparent transparent;
    padding-bottom: 10px; }
  .until_use_container::after {
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    content: '';
    border-width: 28px 16px 1px;
    border-style: solid;
    border-color: #fefbf5 transparent transparent;
    padding-bottom: 10px; }

@media screen and (max-width: 896px) {
  .until_use_container {
    width: 100%; }

  .until_use_container .use_step {
    width: 100%; }

  .until_use_container p {
    width: 100%;
    font-size: 16px; } }
/* target
----------------------------------------------------*/
.target_container {
  width: 50%;
  margin: 0 auto; }
  .target_container h3 img {
    width: 45px;
    vertical-align: bottom;
    margin-right: 20px; }
  .target_container h3 span {
    font-size: 18px; }
  .target_container h3 + p {
    padding-left: 70px;
    margin-bottom: 40px; }

@media screen and (max-width: 896px) {
  .target_container {
    width: 100%; }

  .target_container h3 {
    text-align: center; }

  .target_container h3 img {
    display: block;
    margin: 0 auto; }

  .target_container h3 span {
    display: block; }

  .target_container h3 + p {
    padding: 0; } }
/* flow
----------------------------------------------------*/
.flow_container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .flow_container .flow_item {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .flow_container .flow_item h3 {
      width: 100%; }
    .flow_container .flow_item figure {
      width: 45px; }
    .flow_container .flow_item > p {
      width: 86%;
      font-size: 16px;
      color: #6a3906;
      margin-bottom: 24px; }
      .flow_container .flow_item > p span {
        display: block;
        font-size: 21px;
        font-weight: bold;
        color: #8aa8b7;
        margin-bottom: 10px; }
    .flow_container .flow_item .flow_notice {
      width: 100%;
      border: 1px solid #ea7272;
      padding: 20px;
      box-sizing: border-box;
      color: #ea7272;
      font-size: 16px; }
    .flow_container .flow_item:nth-of-type(1)::after {
      content: '';
      width: 220px;
      height: 400px;
      background: url("../images/guide/flow_bk.svg") center/cover no-repeat;
      position: absolute;
      bottom: -500px;
      left: 0; }

@media screen and (max-width: 896px) {
  .flow_container {
    width: 100%; }

  .flow_container .flow_item {
    width: 100%; }

  .flow_container .flow_item:nth-of-type(1) {
    margin-bottom: 40px; }

  .flow_container .flow_item:nth-of-type(1)::after {
    display: none; }

  .flow_container .flow_item > p {
    width: 80%; } }
/*****************************************************

 Online
 
*****************************************************/
.online_wrap h2 + p {
  width: 800px;
  margin: 0 auto 40px; }
.online_wrap .online_container {
  width: 500px;
  margin: 40px auto;
  text-align: center; }
  .online_wrap .online_container img {
    border-radius: 40px;
    margin-bottom: 60px; }
  .online_wrap .online_container a {
    text-decoration: none;
    padding: 20px 60px;
    text-align: center;
    background: #ea7272;
    border-radius: 4px;
    transition: .2s;
    color: #fff; }
    .online_wrap .online_container a:hover {
      transition: .2s;
      opacity: .7; }
.online_wrap .common_contact_wrap {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background: #fef6ea;
  margin-top: 100px; }

@media screen and (max-width: 896px) {
  .online_wrap h2 + p {
    width: 100%; }

  .online_wrap .online_container {
    width: 100%; }

  .online_wrap .online_container img {
    border-radius: 20px; }

  .online_wrap .online_container a {
    padding: 20px 40px; }

  .online_wrap .common_contact_wrap {
    padding: 60px 0 0;
    margin-top: 0;
    background: #fff; } }
/*****************************************************

 Contact
 
*****************************************************/
.contact_wrap h2 + p {
  text-align: center; }
.contact_wrap .contact_phone_container {
  width: 80%;
  margin: 60px auto; }
  .contact_wrap .contact_phone_container h3 {
    display: inline-block;
    margin-right: 40px; }
  .contact_wrap .contact_phone_container a {
    text-decoration: none;
    text-align: center;
    padding: 20px 230px 20px 80px;
    background: #fefbf5;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 30px;
    color: #ea7272; }
    .contact_wrap .contact_phone_container a i {
      font-size: 32px;
      margin-right: 8px; }
.contact_wrap .contactform_container > .form_table {
  margin: 40px auto -40px; }

@media screen and (max-width: 896px) {
  .contact_wrap .contact_phone_container {
    width: 100%;
    text-align: center; }

  .contact_wrap .contact_phone_container h3 {
    display: block;
    margin-right: 0; }

  .contact_wrap .contact_phone_container a {
    padding: 20px; } }
/* フォーム
----------------------------------------------------*/
form {
  margin: 50px auto; }
  form p {
    text-align: center; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #DF9331;
    font-size: 16px;
    color: #6A3906;
    padding: 26px 20px;
    text-align: center;
    vertical-align: top; }
    .form_table th span {
      font-size: 14px;
      color: #fff;
      padding: 2px 10px;
      background: #ea7272;
      margin-right: 15px; }
    .form_table th dt {
      float: left;
      width: 70px; }
    .form_table th dd {
      margin-left: 70px; }
      .form_table th dd > 　p {
        font-size: 16px;
        color: #6A3906;
        text-align: left !important; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #6A3906;
    padding: 20px 40px; }
    .form_table td .db_p10 {
      display: block;
      padding: 10px;
      text-align: left; }
    .form_table td ul {
      width: 98%;
      margin: 0 auto; }
    .form_table td li {
      display: inline-flex;
      width: 40%;
      margin-right: 10px; }
      .form_table td li span {
        font-size: 16px;
        padding-right: 10px;
        display: table-cell;
        width: 50px;
        line-height: 50px;
        text-align: center; }
    .form_table td dt {
      float: left;
      width: 150px; }
    .form_table td dd {
      margin-left: 150px; }
    .form_table td label {
      margin-right: 30px; }
      .form_table td label:last-of-type {
        margin-right: 0; }
    .form_table td > span {
      display: block;
      font-size: 16px;
      color: #ea7272;
      margin-bottom: 16px; }
  .form_table .optionalicon {
    font-size: 14px;
    color: #333;
    padding: 2px 10px;
    background: #ABD8FF;
    margin-right: 15px; }
  .form_table tr:nth-child(2) > td > ul > li:nth-child(1) > span:first-of-type {
    width: 72px; }
  .form_table tr:nth-child(2) > td > ul > li:nth-child(2) {
    width: 30%;
    margin-left: 20px; }

input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FCF8EF;
  border-radius: 3px;
  transition: all .3s; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%;
    margin-left: 10px; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%;
    margin-left: 10px; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%;
    margin-left: 10px; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px;
    margin-left: 10px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%;
    margin-left: 10px; }

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

input[type="checkbox"] {
  padding: 10px 12px;
  background: #FCF8EF;
  transition: all .3s; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
textarea {
  height: 160px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #ea7272;
  border-radius: 4px;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 20px 0;
  width: 26%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  background: #FFF;
  border: 1px solid #ea7272;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  padding: 5px 0;
  width: 23%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer; }

.form_h3 {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  color: #6A3906; }

@media screen and (max-width: 668px) {
  form p {
    text-align: left; }

  .form_table th {
    width: 100%;
    display: block;
    padding: 10px 0; }

  .form_table td {
    width: 96%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    border-bottom: none; }

  .form_table tr:last-child th {
    border-bottom: 1px solid #004BB4; }

  .form_table tr:nth-child(2) > td > ul > li:nth-child(1) > span:first-of-type {
    width: auto; }

  .form_table tr:nth-child(2) > td > ul > li:nth-child(2) {
    width: 100%;
    margin-left: 0; }

  .form_table tr:nth-of-type(3) dd {
    padding-bottom: 15px; }

  .form_table td dt {
    float: none;
    width: 100%;
    font-weight: bold; }

  .form_table td dd {
    margin-left: 0px;
    padding-bottom: 15px; }

  .form_table td li {
    width: 100%;
    display: block;
    margin-bottom: 10px; }

  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%; }

  textarea {
    margin-left: 0; }

  .form_h3 {
    margin: 0; } }
/*****************************************************

 安全・安心の取り組み 2024/02/20
 
*****************************************************/
.safeandsecure_wrap h3 img {
  width: 45px;
  vertical-align: bottom;
  margin-right: 20px; }
.safeandsecure_wrap ul {
  margin-bottom: 40px; }
  .safeandsecure_wrap ul li {
    font-size: 18px;
    list-style: none;
    padding-left: 10px;
    margin-left: 40px;
    position: relative; }
    .safeandsecure_wrap ul li::before {
      content: '';
      width: 16px;
      height: 16px;
      background: #FFC648;
      border-radius: 2px;
      position: absolute;
      top: 8px;
      left: -20px; }
.safeandsecure_wrap .photo_container {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px auto 0; }
  .safeandsecure_wrap .photo_container .photo_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px; }
    .safeandsecure_wrap .photo_container .photo_item:nth-of-type(3n) {
      margin-right: 0; }
    .safeandsecure_wrap .photo_container .photo_item figure {
      width: 100%; }
      .safeandsecure_wrap .photo_container .photo_item figure img {
        border-radius: 16px; }
    .safeandsecure_wrap .photo_container .photo_item > p {
      font-size: 16px;
      color: #45403f; }
      .safeandsecure_wrap .photo_container .photo_item > p:nth-of-type(1) {
        font-size: 18px;
        font-weight: bold;
        color: #b58a43;
        margin: 0 0 16px; }

@media screen and (max-width: 896px) {
  .safeandsecure_wrap h3 img {
    display: block;
    margin: 0 auto 20px; }

  .safeandsecure_wrap ul li {
    margin-left: 20px; }

  .safeandsecure_wrap .photo_container {
    width: 100%;
    justify-content: space-between; }

  .safeandsecure_wrap .photo_container .photo_item {
    width: 48.21%;
    margin-right: 0; } }
/*****************************************************

 採用情報 2024/09/18
 
*****************************************************/
.recruit_wrap h2 + p {
  width: 800px;
  margin: 0 auto 40px; }
.recruit_wrap .common_contact_wrap {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background: #fef6ea;
  margin-top: 100px; }

.recruit_outline_wrap {
  width: 90%;
  margin: 0 auto; }
  .recruit_outline_wrap table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .recruit_outline_wrap table tr {
      border-bottom: 1px solid #6A3906; }
    .recruit_outline_wrap table th {
      width: 20%;
      padding: 20px 8px;
      font-size: 20px;
      color: #0e62a9;
      font-family: 'Kosugi Maru', sans-serif; }
    .recruit_outline_wrap table td {
      width: 80%;
      padding: 20px 8px;
      font-size: 16px;
      color: #45403f; }
      .recruit_outline_wrap table td ul {
        margin: 8px 0; }
        .recruit_outline_wrap table td ul li {
          list-style: disc;
          margin: 8px 0 8px 24px; }

@media screen and (max-width: 896px) {
  .recruit_outline_wrap {
    width: 100%; }

  .recruit_outline_wrap table tr {
    display: block;
    padding: 16px 0; }

  .recruit_outline_wrap table th, .recruit_outline_wrap table td {
    width: 100%;
    display: block;
    padding: 8px 0; } }
.top_bnr_wrap {
  width: 100%;
  margin: 80px auto; }
  .top_bnr_wrap figure {
    width: auto;
    text-align: center;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .top_bnr_wrap figure a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_bnr_wrap figure:hover {
      opacity: .7; }
    .top_bnr_wrap figure img {
      width: auto; }
