body {
  padding: 0;
  margin: 0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif;
  background-color: white;
  color: #333745;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
a, a:hover {
  transition: 0.3s;
}
/** Color

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

**/
/**HEADER*******************************/
header {
  height: 50px;
  width: 100%;
  border-top: 3px solid #77C4D3;
  border-bottom: 1px solid #c4c4c4;
  background-color: white;
  display: flex;
padding: 5px 0;
}
header .logo-area {
  width: 50%;
padding: 0 10px;
}
header .logo-area img.logo {
  height: 30px;
  width: auto;
  margin: 0;
	display: block;
}
header .logo-area h1,header .logo-area p.header-title {
  margin: 0;
  line-height: 20px;
  font-size: 2.5vw;
  color: #778383;
}
@media screen and (min-width:768px) { 
	header .logo-area h1 {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  color: #778383;
letter-spacing: 2px;
}
}
.right-area {
  width: 50%;
  position: relative;
}
.right-area .header-mail {
width: 50px;
    height: 50px;
  font-size: 90%;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  bottom: 0px;
  right: 60px;
	display: block;
}
.right-area .header-mail a {
  color: white;
  text-decoration: none;
  background-color: #77C4D3;
  display: block;
  border-radius: 4px;
  border: 1px solid #00000033;
	height: 100%;
	box-sizing: border-box;
	background-image: url("/wp-content/uploads/2022/05/ico-mail-white.png");
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: center center;
	text-indent: -5010px;
}
.right-area .header-mail a:hover {
  background-color: #F6F792;
  color: #444;
}
/**Nav*************************************/
input#top-menu{display: none;}
label.burger{
    display: block;
    height: 50px;
    width: 50px;
	background-image: url("/wp-content/uploads/2022/05/icon-menu.png");
	background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    text-indent: -5000px;
	position: fixed;
    top: 8px;
    right: 5px;
	z-index: 1000;
}
input#top-menu:checked + label.burger{
		background-image: url("/wp-content/uploads/2022/05/icon-menu-batsu.png");
}
nav.main-nav {
  position: relative;
  z-index: 4;
}
ul.main-menu {
	margin: auto;
	position: fixed;
	width: 80%;
		z-index: 1000;
}
input#top-menu:checked + label.burger + nav ul.main-menu{
	bottom: 0;
	left:0;
	transition: 0.5s;
	box-shadow: 10px 5px 0 0px #00000055;
}
input#top-menu + label.burger + nav ul.main-menu{
	bottom: -1000px;
	left:0;
	transition: 0.5s;
}
ul.main-menu > li {
  display: block;
  width: 100%;
  border: 1px solid #eaeaea;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #77C4D3;
  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.li-blue {}
ul.main-menu > li.li-yellow {
  border-bottom-color: #F6F792;
}
ul.main-menu > li.li-lightblue {
  border-bottom-color: #DAEDE2;
}
ul.main-menu > li.li-glay {
  border-bottom-color: #999999;
}
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: #77C4D3;
}
/**アイキャッチ*****************************************************/
figure.top-img {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
figure.top-img img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
/**メインコンテンツ（TOPページ）*****************************************************/
main {}
.top-text-box {
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #999999;
  padding: 50px 0;
}
.top-text-box h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 140%;
  margin: 40px 50px;
}
.top-text-box h3 {
  text-align: center;
  background-color: #77C4D3;
  display: inline-block;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 18px;
  height: 36px;
  margin: 0 0 50px;
  color: white;
  font-size: 90%;
}
.top-text-box .h2-en {
  color: #77C4D3;
  font-style: italic;
  font-size: 110%;
  position: relative;
	display: block;
}
.top-text-box .h2-jp {
  position: relative;
  margin: 0 ;
	display: block;
}
.top-text-box .h2-jp:before {
  width: 1px;
  height: 100px;
  background-color: #77C4D3;
  display: block;
  content: "";
  transform: translateY(-50%) rotate(30deg);
  position: absolute;
  left: -15px;
  top: 25px;
}
.top-text-box .text{
	padding: 0 20px;
}
.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 p.btn {
  margin: 0 0 50px 0;
}
.top-text-box p.btn a {
  color: #77C4D3;
  text-decoration: none;
  border: 1px solid;
  width: 80%;
	max-width: 300px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 120%;
  font-weight: 500;
  background-color: white;
  background-image: url(/wp-content/uploads/2022/05/ico-next-blue.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 22px auto;
}
.top-text-box p.btn a:hover {
  background-color: #eaeaea;
  background-position: 95% center;
}
.top-text-box figure.big-size {
  width: 100%;
  margin: 0 0 50px 0;
}
.top-text-box figure.big-size img {
  width: 100%;
}
/****Aside*******************************/
aside {
  padding: 100px 0;
}
/*topix*/
.topix {
  margin: auto;
}
.topix .news-box, .topix .blog-box {
	width: 90%;
	margin: 0 auto 100px auto;
}
.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;
}
.topix .news-box h3:before, .topix .blog-box h3:before {
  width: 2px;
  height: 80px;
  background-color: #77C4D3;
  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: #77C4D3;
}
.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;
}
.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: #77C4D3;
  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: #77C4D3;
  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: #77C4D3;
}
.topix p.btn {}
.topix p.btn a {
  display: block;
  background-color: white;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
width: 80%;
    max-width: 300px;
  margin: 40px auto 0;
  border: 1px solid #77c4d3;
  color: #77c4d3;
  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: 85%;
    margin: 40px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 18px 18px 0 0 #00000012;
    color: #777;
    padding: 0 20px 40px;
    box-sizing: border-box;
    position: relative;
}
.main-box:before{
	width: 2px;
    height: 140px;
    background-color: #77C4D3;
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 17px;
    top: 25px;
}
.main-box:after{
	width: 2px;
    height: 140px;
    background-color: #77C4D3;
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 64px;
    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;
	text-align: center;
}
.main-box h1.title {
text-align: center;
    margin: 60px auto 20px;
    font-size: 180%;
}
.main-box > .blog_info{
	margin: 0 auto 20px;
}
.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 .main-img{
	width: 100%;
	max-height: calc(85vw / 4 * 3);
    max-height: 583px;
	overflow: hidden;
	margin: 0 0 20px;
}
.main-box .main-img img{
	width: 100%;
    height: auto;
}
.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 20px;
}
.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{
	margin: 0 0 20px;
	font-size: 160%;
}
.main-box h3{margin: 0 0 20px;	font-size: 140%;}
.main-box h4{margin: 0 0 20px;	font-size: 120%;}
.main-box > ul{
width: 90%;
    margin: 0 auto 40px;
    line-height: 1.8;
    padding: 30px 20px;
    box-sizing: border-box;
}
.main-box > ul li{}
.main-box blockquote.wp-block-quote{
background-color: #eaeaea;
    padding: 25px;
    line-height: 1.8;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 20px;
    font-size: 95%;
}
.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{
    border-radius: 14px;
    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;
	font-size: 90%;
}
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 div.wp-block-media-text {
	margin:0 auto 20px;
}
.main-box .wp-block-media-text .wp-block-media-text__content{
	padding: 10px;
}
.wp-block-buttons{
	justify-content:center;
	    margin: 0 0 20px;
	font-size:85%;
}
/***index.php***/
.post{
    width: 100%;
	display:flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
border-bottom: 1px dashed #999;
    padding: 0 0 40px;
}
.main-box div.post:last-child {
	border-bottom:none;
}
.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:100%;
	height:200px;
}
@media screen and (min-width:768px) { 
.post figure.post-image {
	width:100%;
	height:300px;
}
}
.post figure.post-image img{
width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.post p{
	width: 100%;
    margin: 0;
    box-sizing: border-box;
    line-height: 1.8;
	padding: 10px;
}
.post > .blog_info{
	margin: 0 auto 0;
	width:100%;
	color:#999;
}
.post > .blog_info ul{
	font-size: 90%;
    list-style: none;
    line-height: 1.9;
	margin: 10px 0;
}
.post > .blog_info ul li{}
/****Footer.php****/
footer{
	padding:20px;
	color:white;
}
footer .copy{
	text-align:center;
}
footer .copy p{}