@charset "utf-8";
/*
theme Name: life-is-march site theme
Author: acamar-craft
Description: original theme
version： 1.0.0
*/

:root{
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
/* iOSでのデフォルトスタイルをリセット */
/*
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
*/
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
strong{
  font-weight: bold;
}
 
body {
  line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
 
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
/*サイト全体の基準となるCSSを記述*/
html {
    font-size: 16px;
  }
   
  body {
    /*フォントの指定*/
    /*
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    */
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    /*行間の指定*/
    line-height: 1.4;
    margin: 0;
    padding: 0;
    /*サイトのデフォルトとなる文字の色を指定*/
    color: rgb(46 47 49 / 100%);
    /*サイトのデフォルトとなる背景の色を指定*/
    background-color: #f7f7f7;
  }
   
  /*見出し*/
  h1{
    font-size: 1.5rem;
    margin-top:1rem;
    margin-bottom: 1rem;
  }
  h2{
    font-size: 1.3rem;
    margin-top:1rem;
    margin-bottom: 0.3rem;
  }
   
  img {
    max-width: 100%;
    height: auto;
  }
  /*確認用に一時記述----------*/
/*
  .contents, #sidebar {height: 800px; }
 
header{background-color: #888;}
 
.header-inner{ background-color: #ccc; height: 200px;}
 */
 /*
.container {background-color: #9db2ea; }
 
.contents {background-color: #a5e2ff; }
 
#sidebar{background-color: #aefffc; }

footer{background-color: #777; }
 
.footer-inner{background-color: #ddd; height: 250px; }
*/
/*------------------------*/
/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  box-sizing: border-box;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 0;
}
@media(max-width: 600px) {
    html {
      font-size: 15px;
    }
   
    .contents {
      margin-bottom: 1rem;
    }
  }
/*サイトタイトルのCSS*/
.site-title-wrap {
    text-align: center;
  }
  .site-title-wrap h1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /*タイトルを画像にする場合*/
  .site-title a {
    line-height: 1;
    display: inline-block;
    text-decoration: none;
  }
   
  .site-title a img {
    display: inline-block;
    width: auto;
    height: 44px;
  }
   
  /*タイトルを文字列にする場合*/
  .site-title a {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
/*ヘッダーメニューのCSS*/
.header-inner {
    position: relative;
  }
   
  .navbutton {
    display: none;
  }
   
  .header-nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 230px;
    /*タイトル分の余白をあけておく*/
    transform: translateY(-50%);
  }
   
  .header-nav {
    font-size: 0;
  }
   
  .header-nav li {
    font-size: 1rem;
    display: inline-block;
    margin-right: 1rem;
  }
   
  .header-nav li a {
    font-weight: 100;
    display: block;
    text-decoration: none;
    color: #333333;
  }
   
  .header-nav li a:hover {
    opacity: .6;
  }
  @media(max-width: 800px) {
    .site-title a img {
      height: 40px;
    }
   
    .navbutton {
      color: #3C9092;
      font-size: 2rem;
      position: absolute;
      z-index: 999;
      top: 50%;
      right: 1.25rem;
      display: block;
      cursor: pointer;
      transform: translateY(-50%);
      border: 0;
      background-color: transparent;

    }
   
    .navbutton:focus {
      outline: 0;
    }
   
    .header-nav-wrap {
      z-index: 999;
      top: 86px;
      /*ヘッダーの高さと合わせる*/
      right: auto;
      left: 0;
      display: none;
      width: 100%;
      margin-left: 0;
      transform: none;
      background-color: #03162f;
    }
   
    .header-nav li {
      display: block;
      margin-right: 0;
    }
   
    .header-nav li a {
      position: relative;
      padding: .8rem 1.25rem;
      color: #fff;
      border-bottom: 1px solid #888;
    }
   
    .header-nav li a:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 1.25rem;
      display: block;
      content: '\f105';
      transform: translateY(-50%);
    }
  }
  @media(max-width: 600px) {
    .site-title a {
      font-size: 2rem;
    }
   
    .site-title a img {
      height: 32px;
    }
   
    .navbutton {
      right: .8rem;
    }
   
    .header-nav-wrap {
      top: 62px;
    }
   
    .header-nav li a {
      padding: .8rem;
    }
   
    .header-nav li a:after {
      right: .8rem;
    }
  }
  /*     FOOTER    */
  .footer {
    background-color: #4D9A9D;
  }
   
  .footer-nav,
  .copyright {
    text-align: center;
  }
   
  .footer-nav {
    font-size: 0;
    margin-bottom: 3rem;
  }
   
  .footer-nav li {
    font-size: 0.85rem;
    display: inline-block;
    margin-right: 1.5rem;
  }
   
  .footer-nav li a {
    text-decoration: none;
    color: #fff;
  }
   
  .footer-nav li a:hover {
    opacity: .6;
  }
   
  .copyright p {
    font-size: 1rem;
    color: #fff;
  }
  @media(max-width: 800px) {
    .footer-nav {
      margin-bottom: 1.5rem;
    }
   
    .footer-nav ul {
      text-align: left;
    }
   
    .footer-nav li {
      width: 48%;
      margin:0.75rem;
    }
   
    .footer-nav li:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  /*    SIDE BAR    */
  .sidebar-wrapper {
    margin-bottom: 2rem;
  }
   
  .sidebar-title {
    font-size: 1.1rem;
    box-sizing: border-box;
    margin: 0 0 1.2rem;
    padding: .5rem;
    color: #000;
    border-bottom: 4px solid #03162f;
  }
  /* sidebar sample*/
  /*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}
 
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}
 
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}
 
.sidebar-wrapper a:hover {
  opacity: .6;
}
 
/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: .5rem;
}
 
.widget_categories li a {
  font-size: .95rem;
  position: relative;
  display: block;
  padding: .9rem .6rem .9rem 2rem;
  color: #fff;
  background-color: #03162f;
}
 
.widget_categories li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '\f02b';
  transform: translateY(-50%);
  color: #fff;
}
 
.widget_categories .children {
  margin-bottom: .5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}
 
.widget_categories .children li {
  margin-bottom: 0;
}
 
.widget_categories .children li a {
  font-size: .9rem;
  background-color: transparent;
}
 
.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '∟';
  transform: translateY(-50%);
  color: #fff;
}
 
/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}
 
.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}
 
.widget_categories form {
  position: relative;
}
 
.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: '▼';
  transform: translateY(-50%);
  pointer-events: none;
}
 
.widget_categories .postform,
.widget_archive select {
  font-size: .95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}
 
.widget_archive label::after {
  position: absolute;
  top: .5rem;
  right: 1rem;
  content: '▼';
  text-indent: 0;
  pointer-events: none;
}
 
/*タグウィジェット*/
.tagcloud a {
  font-size: .9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}
 
/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}
 
.widget_nav_menu li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  transform: translateY(-50%);
  color: #03162f;
}
 
/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}
 
.widget_recent_entries li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #000;
}
 
.widget_recent_entries li a {
  display: block;
  margin-bottom: .3rem;
  padding-left: 1.6rem;
}
 
.widget_recent_entries .post-date {
  font-size: .8rem;
  display: block;
}
 
/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}
 
.calendar_wrap table {
  width: 100%;
}
 
.calendar_wrap tbody {
  text-align: center;
}
 
.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}
 
.calendar_wrap td {
  padding: .3rem 0;
}
 
.calendar_wrap tfoot td {
  padding-top: .7rem;
}
 
.calendar_wrap tfoot td:last-child {
  text-align: right;
}

.article-list {
  display: block;
  margin: 0.5rem;
  padding: 1rem;
  text-align: center;
  }
   
  .article-list:hover {
    background-color: #eee;
  }
   
  .article-list a {
    display: inline-block;
    text-decoration: none;
    color: #333;
  }
   
  .article-list a:after {
    display: block;
    clear: both;
    content: '';
  }
   
  .article-list .img-wrap {
    position: relative;
    float: left;
    line-height: 1;
  }
   
  .article-list .img-wrap img {
    width: 240px;
    height: 160px;
    object-fit: cover;
  }
   
  .article-list .img-wrap .cat-data {
    font-size: .75rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: .3rem .5rem;
    color: #fff;
    background-color: #03162f;
  }
   
  .article-list .text {
    /*margin-left: 260px;*/
  }
   
  .article-list .text h2 {
    font-size: 1.15rem;
    margin-bottom: .5rem;
  }
   
  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: .75rem;
    font-weight: bold;
    display: block;
    margin-bottom: .5rem;
    color: #888;
  }
   
  .article-list .text .article-date {
    margin-right: .5rem;
  }
   
  .article-list .text .article-author i {
    margin-right: .3rem;
  }
   
  .article-list .text p {
    font-size: .8125rem;
    line-height: 1.7;
  }
  @media(max-width: 600px) {
    .article-list {
      padding: .5rem;
    }
   
    .article-list .img-wrap img {
      width: 132px;
      height: 88px;
    }
   
    .article-list .img-wrap .cat-data {
      font-size: .6rem;
    }
   
    .article-list .text {
      /*margin-left: 140px;*/
      padding: 0;
    }
   
    .article-list .text h2 {
      font-size: 1.2rem;
      margin-bottom: 0;
    }
   
    .article-list .text p {
      display: none;
    }
   
    .article-list .text .article-date,
    .article-list .text .article-author {
      font-size: .625rem;
      margin-bottom: 0;
    }
   
    .article-list .text .article-date {
      margin-right: .2rem;
    }
  }
  
  .pagination {
    margin: 2rem 0;
    text-align: center;
  }
   
  .pagination ul {
    font-size: 0;
  }
   
  .pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .5rem;
  }
   
  .pagination ul li:last-child {
    border: 0;
  }
   
  .pagination ul li a,
  .pagination .current {
    display: block;
    padding: .5rem .8rem;
    border: 1px solid #ccc;
  }
   
  .pagination ul li .prev,
  .pagination ul li .next {
    border: 0;
  }
   
  .pagination ul li a {
    text-decoration: none;
    color: #333;
  }
   
  .pagination ul li a:hover {
    opacity: .6;
  }
   
  .pagination .current {
    color: #fff;
    background-color: #03162f;
  }
  /*  SINGLE */
  .article-content {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
   
  .article-content .article-info {
    margin-bottom: .5rem;
  }
   
  .article-content .cat-data a {
    font-size: .8rem;
    margin-right: .5rem;
    padding: .1rem .5rem;
    text-decoration: none;
    color: #fff;
    background-color: #03162f;
  }
   
  .article-content .article-info .article-date,
  .article-content .article-info .article-author {
    font-size: .8rem;
    display: inline-block;
    margin-right: .5rem;
    color: #888;
  }
   
  .article-content .article-info .article-author i {
    margin-right: .3rem;
  }
   
  .article-content p,
  .article-content b,
  .article-content table,
  .article-content ul,
  .article-content ol {
    font-weight: 100;
    font-size: .87rem;
    line-height: 1.55;
    letter-spacing: 0px;
  }
   
  .article-content p,
  .article-content img,
  .article-content table,
  .article-content ul,
  .article-content ol {
    margin-bottom: 0;
  }
   
  .article-content h1 {
    font-size: 1.9rem;
    margin: 0 0 2rem;
    letter-spacing: 1px;
  }
   
  .article-content h2 {
    font-size: 1.7rem;
    margin:  0;
    padding: 0;

  }
   
  .article-content h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1.8rem;
    padding: 0 1rem;
    letter-spacing: 1px;
    border-left: solid 7px var(--pink);
    background: transparent;
  }
   
  .article-content h4 {
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
    letter-spacing: 1px;
  }
   
  .article-content h5 {
    font-size: 1.1rem;
    margin: 0 0 .3rem;
    letter-spacing: 1px;
  }
   
  .article-content .article-img {
    margin-bottom: 2rem;
  }
   
  .article-content .article-img img {
    display: block;
    margin: 0 auto;
  }
   
  .article-content ul {
    margin-left: 2rem;
    list-style: disc;
  }
   
  .article-content ol {
    margin-left: 2rem;
    list-style: decimal;
  }
   
  .article-content table {
    border-collapse: collapse;
  }
   
  .article-content th,
  .article-content td {
    padding: .6rem;
    vertical-align: middle;
    border: 1px solid #ddd;
  }
   
  .article-content figure {
    max-width: 100%;
  }
   
  .article-tag {
    text-align: right;
  }
   
  .article-tag ul {
    font-size: 0;
    margin-bottom: 0;
  }
   
  .article-tag ul li {
    font-size: .9rem;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
  }
   
  .article-tag ul li:last-child {
    margin-right: 0;
  }
   
  .article-tag ul li a {
    padding: .2rem .5rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
  }
   
  .article-tag ul li a:hover {
    opacity: .6;
  }
  @media(max-width: 600px) {
    .article-content h1 {
      font-size: 1.6rem;
    }
   
    .article-content h2 {
      font-size: 1.4rem;
    }
   
    .article-content h3 {
      font-size: 1.3rem;
    }
   
    .article-content h4 {
      font-size: 1.2rem;
    }
  }
/*    HOME    */
.swiper-container{
    width: 100%;
    height: 500px;
}
.swiper-wrapper{
    
}
.swiper-slide{
  object-fit: cover;
  object-position: 80% 90%;
}

@media(max-width: 800px) {
  .swiper-container {
    height: 400px;
  }
}
  /*   ARCHIVE   */
  .archive-top h1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
   
  .archive-top p {
    font-size: .875rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
   
  @media(max-width: 600px) {
    .archive-top h1 {
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }
   
    .archive-top p {
      font-size: .8125rem;
      margin-bottom: 1rem;
    }
  }
  
  .contents-space{
    text-align: center;
    /*display: block;*/
    padding: 1rem; 
  }
  .information-list{
    text-align: left;
    display: inline-block;
  }
  .topics li{
    list-style: none;
  }
  .topics a{
    color: #333333;
    text-decoration: none;
  }
  .topics-list{
    font-size: 0.9rem;
    line-height: 2rem;
  }
  .contents-list,#menu-contents{
    margin: 1rem;
    display: grid;
    justify-content: center;
    grid-template-rows: auto;
    grid-template-columns: 200px 200px 200px;
  }
  @media(max-width: 800px) {
    .contents-list,#menu-contents{
      margin: 1rem;
      grid-template-columns: 200px 200px;
      grid-template-rows: 80px 80px 80px;
    }

  }
  .contents-item,#menu-contents .menu-item {
    list-style: none;
    margin:5px;
    border: 1px solid #333;
    border-radius: 5px;
  }
  #menu-contents a{
    text-decoration:none;
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    
  }
  .page-img{
    height: 300px;
  }
  .page-img img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
  }
/********************************************/
/*          reserveの入力デザイン           */
/********************************************/
.input-table{
  text-align: left;
  margin : 30px auto;
  width:90%;
  max-width: 600px;
}
.input-table tr{
  border-top: 1px dashed lightgray;
}
.input-table th{
  font-size: .9rem;
  text-align: left;
  padding-left: .5rem;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dashed lightgray;

}
.input-table td{
  padding: 5px 0;
  border-bottom: 1px dashed lightgray;
}
.input-text{
  padding: 0.3rem;
  margin: 1rem 0.5rem;
  border-radius: 3px;
  border: 1px solid gray;
}
.register-button{
  border:1px solid #333333;
  padding: 0.5rem 1rem;
  color: #333333;
  background-color: white;
  margin: 1rem;
}
.blog-list{
  margin: 20px;
  display: grid;
  grid-template-columns: 1fr;

}
@media(max-width: 800px) {
  .blog-list{
    margin: 10px;
    grid-template-columns: 1fr;

  }
}

.scroll-fade-side {

}

.not :not(.container) {
  background-color: #d8eeff;      /* 背景色指定 */
}

.main-image{
  position: relative;
}
.main-image img{
  width: 100%;
  height :350px;
  object-fit: cover;
}
.main-image p{
  font-family: 'Shippori Mincho B1', serif;
  position: absolute;
  padding: 10px;
  font-weight: bold; /*太字に*/
  font-size: 1.4em;/*サイズ1.5倍*/
  top:10%;
  left:2%;
  color: black;
}
.main-image p span{
  font-size: 1.4em;/*サイズ1.2倍*/
}
.service{
  position: relative;
  color: #413b41;
  background-color: white;
  /* margin:0rem 1rem 1rem 1rem; */
  /* padding: 3% 3% 3% 3%; */
  /*border-radius: 10px;*/
  /*box-shadow: 1px 1px 8px rgb(0 0 0 / 10%);*/
  /* box-shadow: 0 2px 3px rgb(0 0 0 / 30%), 0 0 6px rgb(128 128 128 / 10%); */
}
.service p{
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
  line-height: 150%;
}
.service .image{
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  top: -20px;
  width: 70%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  padding-bottom: 40px;
}
.service img{
  width: 70%;
}

/*リボン*/
.ribbon{
  position: absolute;
  width: 85%;
  left: 2.5%;
  top:-33px;
  font-size: 22px;
  color:#BB8B9F;
  z-index: 1;
}
.ribbon5 {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 50px;
  text-align: left;
  padding: 4px 0;
  font-size: 14px;/*文字サイズ*/
  background: #BB8B9F;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon5 h3 {
  font-size: 1rem;;
  color: white;
  margin: 0;
  padding: 0 30px 0 70px;
  border-top: dashed 2px #FFF;
  border-bottom: dashed 2px #FFF;
  line-height: 33px;
  font-weight: 100;
}
.ribbon5::before {
  position: absolute;
  content:attr(number);
  color: white;
  font-size: 2.7rem;
  line-height: 95px;
  background: #BB8B9F;
  text-align: center;
  width: 90px;
  height: 90px;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px dashed white;
  /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);*/
  box-shadow: 0 0 0 3px #BB8B9F;
}
.ribbon5:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 22px 20px 22px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


/*見出し*/
.demo {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  /*font-family: sans-serif;*/
  font-size: 20px;
  color:#BB8B9F;
}
.heading {
  margin: 10px 0
}
.demo3 .heading {
  color: #413b41;
  text-align: center;
  overflow: hidden;
}
.demo3 .heading span {
  display: inline-block;
  position: relative;
}
.demo3 .heading span:before,
.demo3 .heading span:after {
  content: "";
  border-bottom: 2px solid #BB8B9F;
  width: 100px;
  margin: 0 20px;
  position: absolute;
  bottom: 13px;
}
.demo3 .heading span:before {
  right: 100%;
}
.demo3 .heading span:after {
  left: 100%;
}
.demo7 .heading {
  background-color: white;
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #BB8B9F;
  line-height: 50px;
}
.demo7 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #BB8B9F;
  color: #fff;
}
.demo7 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#BB8B9F;
}
.demo7 .heading .title{
  float: left;
  padding-left: 20px;
}
.demo8 .heading {
  border-top: 2px solid #BB8B9F;
  border-bottom: 2px solid #BB8B9F;
  overflow: hidden;
  align-items: center;
  /*background: #BB8B9F;*/
  color: black;
  height: 40px;
  line-height: 40px;
  display: flex;
  background: repeating-linear-gradient(-45deg, #f5dbdf, #f5dbdf 2px, #fbf4f5 0, #fbf4f5 6px); /* ストライプの色 */
}
.demo8 .heading:before,
.demo8 .heading:after {
  content: "";
  flex: 1;
  background: #fff;
  padding: 3px 0;
  height: 0;
  transform: rotate(45deg);
  
}

/*check mark*/

.check{
  z-index: 0;
  /*background-attachment: fixed;*/
  background-color: #666666;
  background-image: url(https://miinature24.com/wp-content/uploads/2022/10/1AE2F686-7957-47C6-A5FD-034CAD8D8739.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.check::after{
  background: inherit;
  content: '';
  /*filter: blur(3px);*/
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.check ul{
  position: inherit;
  z-index: 1;
  background-color: white;
  border-radius: 5px;
  color: #000;
  width: 85%;
  opacity: 0.82;
  margin: 0 auto;
  list-style-type: none;
  font-size: 0.90rem;
  padding:1rem 1.5rem;
}
.check li {
  z-index: 1;
  position: relative;
  padding: 1rem 0 1rem 1rem;
  font-size: 0.97rem;
}
.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.35em;
  left: -0.5em;
  width: 13px;
  height: 8px;
  border-left: 5px solid #828282;
  border-bottom: 5px solid #828282;
  transform: rotate(-45deg);
}

/*見出し*/
.heading10 {
  margin: 1rem;
	position: relative;
	padding-top: 30px;
	font-size: 20px;
	border-bottom: 1px solid rgba(5,62,98,1);
}
.heading10 span {
	position: relative;
	z-index: 2;
}
.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 10px;
	left: 0;
	color: rgba(188, 140, 159, 0.2);
	font-size: 30px;
	text-transform: uppercase;
	z-index: 1;
}

.contents-box{
  position: relative;
  text-align: center;
  color: #413b41;
  margin-top:80px;
  margin-left:20px;
  margin-right: 20px;
  margin-bottom: 7px;;
  border: 3.5px #BB8B9F solid;
  border-radius: 20px;
  line-height: 150%;
}
.contents-box img{
  position: absolute;
  left: 7.5%;
  width: 85%;
  height: 210px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.contents-box .text{
  margin:13rem 1rem 1rem 1rem;
  text-align:left;
}
.contents-box p{
  margin-bottom: 1.1rem;
}

.demo0{
  position: absolute;
  width: 80%;
  left: 10%;
  top:-50px;
  font-size: 20px;
  color:#BB8B9F;
}

.profile{
  padding: 1rem 0;
  background-image: url(https://miinature24.com/wp-content/uploads/2022/04/1573B30A-81C1-49E6-9C08-65481EFB1087.jpeg);
}

.comment{
  border: 1px lightgray solid;
  padding: 2rem 1rem;
  margin: 1rem 0.5rem;
  text-align: center;
  position: relative;
  background-color: white;
}
.comment img{
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.comment p{
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

  /*もっと表示*/

  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.2em 0;
    border-radius: 2px;
    background: #BB8B9F;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  }
  .grad-btn:hover {
    background: #fff;
    color: #BB8B9F;
  }
  .grad-btn::before {
    content: "続きを読む"
  }
  .grad-item {
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる" /*チェックされていたら、文言を変更する*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }

  /*申し込み*/
  .apply-title{
    text-align: left;
    background-color: #fbf3c5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23bbb557' fill-opacity='0.18'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .apply-title h2{
    color:#413b41;
    font-weight: 100;
    text-align: center;
  }
  .apply{
    padding:1rem;
  }
  .apply h3{
    color:#413b41;
    font-weight: 100;
    font-size: 1.2rem;
    margin: 1rem;
  }
  .apply ul{
    margin:2rem;
  }

  .gradation1{
    background: -moz-linear-gradient(top, #f7f7f7, #FFF);
    background: -webkit-linear-gradient(top, #f7f7f7, #FFF);
    background: linear-gradient(to bottom, #f7f7f7, #FFF);
  }
  .gradation2{
    background: -moz-linear-gradient(top, #FFF,#f7f7f7);
    background: -webkit-linear-gradient(top,#FFF, #f7f7f7);
    background: linear-gradient(to bottom,#FFF, #f7f7f7);
  }
  .textarea{
    width: 90%

  }
  .attention{
    font-size: 0.9rem;
    color: #413b41;
    background-color: white;
    margin: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%), 0 0 6px rgb(128 128 128 / 10%);
  }
  .attention h3{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .attention p{
    margin-left: 1.5rem;
  }
  /*service*/
  .service-button{
    opacity: 0.8;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  img.service_profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    /*object-position:54% 36%;*/
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
  }
  
  .admin-menu-icon{
    margin: 1rem;
    height: 100px;
    width: 100px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    line-height: 100px;
  }
  .admin-menu a{
    text-decoration: none;
  }

  /* fonts */
  .nycd_font{
    font-family: 'Nothing You Could Do';
  }
  .subtitle{
      font-size: 2rem;
      margin-top:1rem;
      margin-bottom: 0;
      line-height: 80%;
  }




  /* contact */
  .contact-message {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}
.message-notice {
    color: #c10811;
    font-size: 14px;
}
.essential {
    background: #c10811;
    color: #fafafa;
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
    margin-left: 10px;
}
.contact-area {
    background: #fafafa;
    padding: 90px;
    margin: 100px auto;
    width: 1000px;
}
.contact-table {
    width: 100%;
}
.table-list {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 40px;
}

.table-list th {
    font-size: 13px;
    font-weight: bold;
    width: 250px;
    text-align: left;
}

.table-list-address {
    flex-wrap: wrap;
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

.input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 550px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.table-list td {
    font-size: 13px;
    width: calc(100% - 250px);
}
input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
}
textarea {
    border: none;
    width: 550px;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
}
textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}
input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-area .text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
}
.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}
.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}
.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #f3f3f3;
    cursor: pointer;
    color: #666;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}
@media(max-width:1200px) {
    .contact-area {
        width: 80%;
        padding: 60px;
    }
}
@media(max-width:1024px) {
    .contact-area {
        padding: 50px 15px;
    }
    .table-list th {
        width: 180px;
    }
    .table-list td {
        width: 100%;
    }
    .input-area {
        width: 500px;
        height: 40px;
    }
    textarea {
        width: 500px;
        height: 200px;
    }
    .contact-message {
        margin-bottom: 30px;
    }

    .contact-area .text {
        margin-bottom: 30px;
    }
}
@media(max-width:834px) {
    .contact-bg {
        margin: 50px auto 0;
        padding: 50px 0;
    }
    .contact-area {
        margin: 20px auto;
        padding: 50px 20px;
    }
    .check-box label {
        width: 100%;
    }
    .input-area {
        width: 100%;
        height: 30px;
    }
    textarea {
        width: 100%;
        height: 200px;
    }
    .table-list {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .table-list th {
        font-size: 12px;
        width: 200px;
        margin-bottom: 10px;
    }
    .table-list td {
        font-size: 12px;
    }
    .table-list td {
        width: 100%;
    }
    .contact-message {
        font-size: 13px;
    }
    .contact-area .text {
        font-size: 13px;
    }
}
@media (max-width:640px) {
    .contact-message {
        text-align: left;
    }
    .contact-area .text {
        text-align: left;
    }
}
@media(max-width:320px) {
    .input-area {
        width: 100%;
    }
    textarea {
        width: 100%;
    }
}

.blog_image{
  height:100px;
  width:70%;
  border:1px solid var(--dark);
  margin-left:auto;
  margin-right:auto;
  background-image: url("https://life-is-march.com/wp-content/uploads/2022/12/1670038430443.jpg");
  background-size: cover;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}
.session_image{
  height:100px;
  width:70%;
  border:1px solid var(--dark);
  margin-left:auto;
  margin-right:auto;
  background-image: url("https://life-is-march.com/wp-content/uploads/2022/12/1670038430180.jpg");
  background-size: cover;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .4);
}
.profile_image_back{
  background-color: white;
  padding: 6.5px;
}
.profile_image{
  position: relative;
}
.profile_image::before,
.profile_image::after {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 20px;
	height: 5px;
	background-color:#fff;/* rgb(245 245 245 / 100%);*/
	z-index: 1;
}
.profile_image::before {
	top: -1px;
	left: -7px;
	border-bottom: 1px solid #aaa;
}
.profile_image::after {
	bottom: 2px;
	right: -6px;
	border-top: 1px solid #aaa;
}

/********************************************/
/*        サービス一覧のデザイン       */
/********************************************/

.service-list {
  margin-bottom: 1rem;
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 160px;
}
.service-list:hover {
  background-color: #eee;
}
.service-list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.service-list .a:after {
  display: block;
  clear: both;
  content: '';
}
.service-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
}
.service-list .img-wrap img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}
.service-list .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
}
 
.service-list .text {
  margin-left: 260px;
}
 
.service-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
}
.service-list .text .article-date,
.service-list .text .article-author {
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}
.service-list .text .article-date {
  margin-right: .5rem;
}
.service-list .text .article-author i {
  margin-right: .3rem;
}
.service-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
}
@media(max-width: 800px) {
  .service-list {
    padding: .5rem;
    height: auto;
  }
  .service-list .img-wrap img {
    width: 132px;
    height: 88px;
  }
  .service-list .text {
      margin-left: 140px;
      padding: 0;
  }
}      