/** Color

 基本色（青色） #77C4D3
 黄色         #F6F792
 差し色（赤）  #EA2E49
 うすい青色    #DAEDE2
 濃紺         #333745

**/
/**HEADER*******************************/
.sp{display:none;}
header {
  height: 75px;
  width: 100%;
  border-top: 3px solid var(--base-color);
  border-bottom: 1px solid #eaeaea;
  background-color: white;
  padding: 0 calc(50% - 540px);
  box-sizing: border-box;
  display: flex;
}
header .logo-area {
  width: 50%;
  display: flex;
}
header .logo-area img.logo {
  height: 50px;
  width: auto;
  margin: 11px 0 0 0;
}
header .logo-area h1,header .logo-area p.header-title {
  margin: 22px 0 0 15px;
  line-height: 30px;
  font-size: 14px;
}
.right-area {width: 50%; position: relative;display: flex; align-items: center; justify-content: end;}
.right-area .header-contact { width: 125px; font-size: 80%; line-height: 36px; text-align: center; margin:0 0.5em 0 0 ;}
.right-area .header-contact a {color: white; text-decoration: none;  display: block; border-radius: 100px; border: 1px solid #00000033;background-size: 20px auto,100%; background-position: 7px center}
.right-area .header-contact.line-btn a{background-size: 26px auto,100%;}
.right-area .header-contact.tel-btn a{background-size: 26px auto,100%;}

/**Nav*************************************/
input#top-menu{display: none;}
label.burger{display: none;}
nav.main-nav {
  position: relative;
  z-index: 4;
}
ul.main-menu {
width: 100%;
    margin: auto;
    display: flex;
    position: relative;
    max-width: 1080px;
}
ul.main-menu > li {
  display: block;
  width: calc(100% / 5);
  border: 1px solid #eaeaea;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid var(--base-color);
  height: 65px;
  line-height: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: white;
}
ul.main-menu > li:last-child {
  border-right: 1px solid #eaeaea
}

ul.main-menu > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
  text-align: center;
  font-size: 90%;
}
ul.main-menu > li a:hover {
  color: #888888;
}
ul.main-menu > li a span {
  font-size: 80%;
  color: #888888;
}
ul.main-menu > li a:hover span {
  color: var(--base-color);
}
/**アイキャッチ*****************************************************/
.first-view{position:relative;top: -65px;z-index:3;}
figure.top-img { width: 100%; position: relative;   overflow: hidden;aspect-ratio:16 / 9;clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); /* 角の形状を定義 */}
figure.top-img img { width: 100%; height: 100%;object-fit:cover;}

p.copy-text{font-size:180%; top: calc(39% - 1em);left: 50%; width: auto;padding: 0.5em 1em; max-width: calc(50% - 100px);}
/**メインコンテンツ（TOPページ）*****************************************************/
main {}
.top-text-box {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 50px 0 80px;
}
.top-text-box h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
  margin: 70px 0 70px 0;
}
.top-text-box h3 {
  line-height: 40px;
  border-radius: 100px;
  height: 40px;
  margin: 0 0 50px;
  color: white;
  font-size: 100%;
        letter-spacing: 0.1em;
}
.top-text-box .h2-en {
  color: var(--base-color);
  font-style: italic;
  font-size: 130%;
  position: relative;
}
.top-text-box .h2-jp {
  position: relative;
  margin: 0 0 0 150px;
}
.top-text-box .h2-jp:before {
  width: 2px;
  height: 140px;
  background-color: var(--base-color);
  display: block;
  content: "";
  transform: translateY(-50%) rotate(30deg);
  position: absolute;
  left: -75px;
  top: 25px;
}
.top-text-box .text{width: 60%; margin: auto;}
.top-text-box .text p {
  font-family: Yu Gothic, 'Yu Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin: 0 0 50px;
}

.top-text-box figure.big-size {width: 80%;max-width:700px; margin: 0 auto 50px; border-radius: 10px; overflow: hidden;aspect-ratio: 16 / 9;}
.top-text-box figure.big-size img { width: 100%;height:100%;object-fit:cover;display:block;}
/****Aside*******************************/
aside { padding: 100px 0;}
/*topix*/
.topix {
display: flex;
    justify-content: space-evenly;
    width: 95%;
    margin: auto;
    max-width: 1080px;
}
.topix .news-box, .topix .blog-box { width: 40%;background-color: white;padding: 2em 0;border-radius: 10px;}
.topix .news-box h3, .topix .blog-box h3 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 140%;
  line-height: 1;
  position: relative;
	margin: 2em 0.5em;
}
.topix .news-box h3:before, .topix .blog-box h3:before {
  width: 2px;
  height: 80px;
  background-color: var(--base-color);
  display: block;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 60px;
  top: 0px;
}
.topix .news-box h3 span, .topix .blog-box h3 span {
  font-size: 14px;
  color: var(--base-color);
}
.topix .news-box {}
.topix .news-box .feed {}
.topix .news-box .feed .news, .topix .blog-box .feed .blog {
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0 20px;
	margin: 1em 1.5em;
}
.topix .news-box .feed .news ul, .topix .blog-box .feed .blog ul {
  display: flex;
}
.topix .news-box .feed .news ul li, .topix .blog-box .feed .blog ul li {
  list-style: none;
  line-height: 1.8;
}
.topix .news-box .feed .news ul li.date, .topix .blog-box .feed .blog ul li.date {
  color: var(--base-color);
  font-size: 85%;
  margin: 0 15px 0 0;
}
.topix .news-box .feed .news ul li.category, .topix .blog-box .feed .blog ul li.category {
  background-color: var(--base-color);
  color: white;
  padding: 0 15px;
  font-size: 85%;
}
.topix .news-box .feed .news p, .topix .blog-box .feed .blog p {
  padding: 10px 0;
  line-height: 1.8;
  font-size: 90%;
}
.topix .news-box .feed .news p a, .topix .blog-box .feed .blog p a {
  text-decoration:none;
  color: #333745;
}
.topix .news-box .feed .news p a:hover, .topix .blog-box .feed .blog p a:hover {
  color:#888;
}
/*blog*/
.topix .blog-box .feed .blog ul li.category {
  background-color: #F6F792;
  color: var(--base-color);
}
.topix p.btn {}
.topix p.btn a {
  display: block;
  background-color: white;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  width: 280px;
  margin: 40px auto 0;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  border-radius: 23px;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2022/05/ico-next-blue.png);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 11px auto;
}
.topix p.btn a:hover {
  background-color: #eaeaea;
  background-position: 94% center;
}
/*********Single.php Page.php****************/
.main-box{
  width: 90%;
    max-width: 900px;
  margin:80px auto;
  border:1px solid #ccc;
  border-radius:8px;
  box-shadow:18px 18px 0 0 #00000012;
  color: #777;
  padding: 0 60px 80px 60px;
    box-sizing: border-box;
  position:relative;
}
.main-box:before{
  width: 2px;
    height: 140px;
    background-color: var(--base-color);
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 17px;
    top: 25px;
}
.main-box:after{
  width: 2px;
    height: 140px;
    background-color: var(--base-color);
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 35px;
    bottom: -105px;
}
.main-box h1.title,.main-box > h2,.main-box h3,.main-box h4,.main-box h5{
      font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W2", "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.main-box h1.title {
  text-align: center;
    margin: 80px auto 20px;
    font-size: 300%;
}
.main-box > .blog_info{
  margin: 0 auto 40px;
}
.main-box > .blog_info ul{
  font-size: 90%;
    list-style: none;
    line-height: 1.9;
}
.main-box .blog_info ul li{
  padding: 0 0 0 30px;
}
.main-box .blog_info ul li.cal{
}
.main-box .blog_info ul li.cat{
}
.main-box .main-img{width: 100%; height: auto; max-height: 583px; margin: 0 0 40px;aspect-ratio: 16 / 9;}
.main-box .main-img img{ width: 100%; height: 100%;object-fit:cover;}
.main-box > p{
  line-height: 1.8;
    margin: 0 0 40px;
}
.main-box figure.wp-block-image{
    width: 100%;
    height: auto;
    max-height: 583px;
  overflow: hidden;
  margin: 0 0 40px;
}
.main-box figure.wp-block-image img{
    width: 100%;
    height: auto;
}
.main-box figure.wp-block-image figcaption{
  font-size: 90%;
    color: #c3c4c7;
    text-align: center;
}
.main-box > h2{}
.main-box h3{}
.main-box h4{}
.main-box > ul{
  width: 80%;
    margin: 0 auto 40px;
    line-height: 1.8;
    padding: 30px 50px;
    box-sizing: border-box;
}
.main-box > ul li{}
.main-box blockquote.wp-block-quote{
  background-color: #eaeaea;
    padding: 40px;
    line-height: 1.8;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 40px;
}
.main-box blockquote.wp-block-quote p{
  margin:0 0 20px;
}
.main-box blockquote.wp-block-quote cite{
  font-size: 90%;
}
figure.wp-block-table {
  font-size: 90%;
  margin:0 auto 40px;
}
figure.wp-block-table table{
    overflow: hidden;
    width: 96%;
    margin: 20px auto 20px;
}
figure.wp-block-table table thead{}
figure.wp-block-table table thead tr{}
figure.wp-block-table table thead tr th{
  background-color: #333;
    color: #ffffff;
  padding: 10px;
}
figure.wp-block-table table tbody{}
figure.wp-block-table table tbody tr{
  border-bottom: 1px solid #ccc;
}
figure.wp-block-table table tbody tr:last-child{
  border-bottom:none;
}
figure.wp-block-table table tbody tr td{
  padding: 20px 10px;
  background-color:white;
}
figure.wp-block-table table tbody tr:nth-child(even) td{background-color:#eaeaea;}
figure.wp-block-table figcaption{
    font-size: 90%;
    color: #c3c4c7;
    text-align: center;
}
.main-box .has-large-font-size{font-size:16px !important;}
.main-box .wp-block-media-text {
  margin:0 auto 40px;
}
.wp-block-buttons{
  justify-content:center;
      margin: 0 0 20px;
}
/***index.php***/
.post{
    width: 100%;
  display:flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
border-bottom: 1px dashed #999;
    padding: 0 0 40px;
}
.post > h2.title{
        font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W2", "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  border-left: 3px solid;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.post > h2.title a{
  text-decoration: none;
    color: #888;
}
.post figure.post-image {
  width:45%;
  height:200px;
}
.post figure.post-image img{
width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.post p{
  width: 50%;
    margin: 0 0 0 5%;
    box-sizing: border-box;
    line-height: 1.8;
}
.post > .blog_info{
  margin: 10px auto;
  width:100%;
  color:#999;
}
.post > .blog_info ul{
  font-size: 90%;
    list-style: none;
    line-height: 1.9;
}
.post > .blog_info ul li{}
/****Footer.php****/
footer{
  padding:40px;
  color:white;
}
footer .copy{
  text-align:center;
}
footer .copy p{}
/****Contact Mail Form7*****/
#mail_Form{box-sizing:border-box;margin:20px auto;font-size:9pt;padding:60px;line-height:1.6em;}
#mail_Form dt{font-size:160%;font-weight:400;padding:15px;margin-bottom:10px;color:#7E7E7E;border-bottom: 1px dashed rgba(224,224,224,1.00);}
#mail_Form dd{margin:0;padding:15px;color:#666}
#mail_Form dd input, #mail_Form dd select, #mail_Form dd textarea{height:60px;margin:0 auto 20px;font-size:1pc;padding: 10px;box-sizing: border-box;border-radius:5px;border:1px solid rgba(164,164,164,1.00)}
#mail_Form dd textarea{height:200px;}
#mail_Form dd input[type="text"],#mail_Form dd input[type="email"]{width:80%;}
#mail_Form dd input[type="radio"]{display:block;width:5%;float:left;margin:0 5px 0 0}
#mail_Form dd input[type="checkbox"]{position:relative;top:10px;width:30px;height:30px}
input.submit{-webkit-appearance:none;border-radius:4px;background-color:#F8BB1A;height:70px;color:#fff;text-decoration:none;width:400px;display:block;text-align:center;font-size:90%;margin:20px auto 40px;border-top:1px solid #eb8d00;border-right:1px solid #eb8d00;border-left:1px solid #eb8d00;border-bottom:2px solid #eb8d00;cursor: pointer;}
#mail_Form dd label{display:block;width:70%;height:40px;line-height:40px;margin:0 0 20px;font-size:1pc}
#mail_Form p{font-size:14px}
#mail_Form dd ul{display:block;text-align:left;width:100%;margin:0;padding:0}
#mail_Form dd ul p{font-size:14px}
#mail_Form dd ul li{text-decoration:none;font-size:14px}
input#submit{border:1px solid rgba(0,0,0,.1);border-bottom:3px rgba(0,0,0,.2) solid;border-right:1px rgba(0,0,0,.2) solid;background-color:#ff1663;height:50px;line-height:50px;width:50%;margin:20px auto;color:#fff;cursor:pointer;border-radius:3px}
#mail_Form dd textarea{width:100%}
.required:after{content:"必須";background-color:#e35965;color:white;margin:0 0 0 10px;font-size: 12px;padding: 2px 5px;border-radius: 2px;}
/*****Sitemap******/
.sitemap{}
.sitemap .pages-box {    background-color: aliceblue;
    margin: 0 0 30px;
    border: 1px solid #000;}
.sitemap .pages-box h2{
  font-size:30px;
}
.sitemap .maincontents{}
.sitemap .maincontents h2{}
.sitemap .category-box{}
.sitemap .category-box h2{
  color:red;
}