/*
Theme Name:unigift_child
Template:unigift
Version:1.0
*/


/*----------------------------------------------------------------------------------------------------------
 * 共通パーツ
 * ----------------------------------------------------------------------------------------------------------*/


/*フォント
---------------------------------------------*/
.p-logo, .p-page-header__title, .p-entry-works__title, .p-modal-cta__catch, .p-header-content__catch, .p-header-content__desc, .p-cb__item-headline, .p-index-about__image-label {
	font-family:"Zen Maru Gothic", serif!important;
	color:#00a9e3;
	font-weight:600;
}

/*フォントファミリー*/
h1,h2,h3,h4,h5,h6{
	font-family:"Zen Maru Gothic", serif;
	color:#00a9e3;
	font-weight:600;
}
p,li,dd,dt,dl,th,td,a{
		font-family:"Zen Maru Gothic", serif;
/*	font-family:'Noto Sans JP', sans-serif;*/
	color:#333333;
	font-size:14px;
}

.p-page-header__title,
.p-page-header__desc{
	font-family:"Zen Maru Gothic", serif;
	font-weight:500;
}

/*位置*/
.txt-l{text-align:left;}
.txt-c{text-align:center;}
.txt-r{text-align:right;!important}

/*サイズ*/
.fs-80p{
	font-size:80%!important;
	line-height:1.6;
	margin-top: 15px;
}

/*勝手に入るもの*/
.p-entry__body p {
    margin-bottom: 1rem;
}

/*タイトルパターン1：左に漢字タイトル＆右に大英字*/
.box-title{
    padding-top: 60px;
    padding-bottom: 0px;
}
.box-title_sub{
    font-size: 10rem;
    line-height: 1;
    position: absolute;
    right: 0px;
    color: #b5d0e7;
}
.box-title_h2{
	font-size: 36px!important;
	font-weight: 700;
	letter-spacing: .1rem;
	margin-top: 130px;
	margin-bottom: 60px;
	z-index: 200;
	position: relative;
}
@media screen and (max-width: 767px) {
    .box-title {
        padding-top: 50px;
        padding-bottom: 78px;
		  width:100%;
    }
    .box-title_sub {
		position: relative;
		font-size: 80px;
		right: 0;
		top: 20px;
		text-align: right;
		margin-bottom:0px!important;
	}
	.box-title_h2{
        font-size: 30px!important;
        margin-top: 0px;
        margin-bottom: 34px;
			overflow-x:hidden;
			width: 100%;
			margin-left: calc(10%/2);
	}
}

/*テーブル
---------------------------------------------*/
.p-entry__body th {
    background: transparent;
}
.p-entry__body td, .p-entry__body th {
    border: 0px solid transparent;
    background:transparent;
	padding: 20px 15px;
}
.p-entry__body th {
/*	border-bottom: 1px solid #00a9e3;*/
	border-bottom: 1px dotted #707070;
}
.p-entry__body td{
/*	border-bottom: 1px solid #ebebeb;*/
	border-bottom: 1px dotted #707070;

}

@media screen and (max-width: 767px) {
	.p-entry__body td, .p-entry__body th{
		padding: 10px 5px;
	}
}

/* 共通テーブル
---------------------------------------------*/
/*テーブル*/

.tbl th,
.tbl td{
    line-height: 2;
}
.tbl th{
    padding: 30px 5px;
	min-width:120px;
}

.tbl td{
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .tbl th,
    .tbl td{
        line-height: 2;
        padding: 5px;
		min-width:80px;
    }
}

/*dl dd
---------------------------------------------*/
.p-entry__body dd{
	margin-bottom: 0px;
	line-height: 1.5;
}

/*リスト
---------------------------------------------*/
ul li{
	list-style: none;
}

/*ホバー
---------------------------------------------*/
p.img{
	margin:0;
}

/*ホバー
---------------------------------------------*/
a img:hover{
	opacity:0.5;
}
a img.no-hover:hover{
	opacity:unset;
}
a.p-header-content__image img:hover{
	opacity:1;
}

.p-entry__body a:hover, .custom-html-widget a:hover {
    text-decoration: none;
}

/*リンク
---------------------------------------------*/
a.a-link{
	color:#333!important;
    font-weight: 700;
}
a.a-link:after{
	content:"▼";
	padding-left:5px;
}
a.a-link:hover{
	color:#e4c66a!important;
	transition:0.3s;
}

/* 外部リンクアイコン
---------------------------------------------*/
.p-button .a-target {
	display:flex;
	justify-content: space-between;
}
.p-button span.a-target::after{
   font-family: "Font Awesome 5 Free";
	content:"\f08e";
	padding-left:5px;
	font-weight:600;
}

/*ボタン
---------------------------------------------*/
.p-button{
	display:inline-block;
	z-index:1;
	position:relative;
	font-size:inherit;
	font-family:inherit;
	color:#fff!important;
	outline:0;border:none;
	background-color:#479cd7!important;
	overflow:hidden;
	cursor:pointer;
	border-radius:50px;
}
.p-button:hover{
	transition:0.5s;
	background:#e4c66a!important;
}
.p-button::after{
	content:'';
	z-index:-1;
	background-color:hsla(0,0%,100%,.2);
	position:absolute;top:-50%;
	bottom:-50%;
	width:1.8em;
	transform:translate3d(-1000%,0,0) rotate(35deg);
}
.p-button:hover::after{
	transition:transform .45s ease-in-out;
	transform:translate3d(500%,0,0) rotate(35deg);
}

/*ボタン（背景透明）*/
.p-btn1{
	border: 1px solid #fff;
	width: 200px;
	min-width: 20px;
	height: 50px;
	line-height: 50px;
	background-color: transparent!important;
}
.p-btn1:hover{
	border:1px solid #e4c66a;
}


/* テーマdivタグ
---------------------------------------------*/
.l-main{
	background-color:#fff;
}
.p-entry-page__inner{
    background: transparent;
}


/* テーマ外ボックス
---------------------------------------------*/
.box1{
    border-radius: 20px;
    background: #fff;
    padding: 50px 5%;
    margin: 50px 30px;
}

@media screen and (max-width: 767px) {
	.box1{
	padding: 50px 3% 30px;
    margin: 10px 5px;
	}
}

@media screen and (min-width: 768px) {
	.box3:after{
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #00a9e3;
    border-radius: 15px;
    pointer-events: none;
	}
}

/*レスポンシブ
---------------------------------------------*/
.box-container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media screen and (max-width: 767px) {
	.col-sp12{width:calc((100% / 12) * 12);}
	.col-sp11{width:calc((100% / 12) * 11);}
	.col-sp10{width:calc((100% / 12) * 10);}
	.col-sp9{width:calc((100% / 12) * 9);}
	.col-sp8{width:calc((100% / 12) * 8);}
	.col-sp7{width:calc((100% / 12) * 7);}
	.col-sp6{width:calc((100% / 12) * 6);}
	.col-sp5{width:calc((100% / 12) * 5);}
	.col-sp4{width:calc((100% / 12) * 4);}
	.col-sp3{width:calc((100% / 12) * 3);}
	.col-sp2{width:calc((100% / 12) * 2);}
	.col-sp1{width:calc((100% / 12) * 1);}
	.box-container.sp-reverse{flex-direction: column-reverse;}
}
@media screen and (max-width: 500px) {
	.col-sm12{width:calc((100% / 12) * 12);}
	.col-sm11{width:calc((100% / 12) * 11);}
	.col-sm10{width:calc((100% / 12) * 10);}
	.col-sm9{width:calc((100% / 12) * 9);}
	.col-sm8{width:calc((100% / 12) * 8);}
	.col-sm7{width:calc((100% / 12) * 7);}
	.col-sm6{width:calc((100% / 12) * 6);}
	.col-sm5{width:calc((100% / 12) * 5);}
	.col-sm4{width:calc((100% / 12) * 4);}
	.col-sm3{width:calc((100% / 12) * 3);}
	.col-sm2{width:calc((100% / 12) * 2);}
	.col-sm1{width:calc((100% / 12) * 1);}
}
@media screen and (min-width: 768px) {
	.col-md12{width:calc((100% / 12) * 12);}
	.col-md11{width:calc((100% / 12) * 11);}
	.col-md10{width:calc((100% / 12) * 10);}
	.col-md9{width:calc((100% / 12) * 9);}
	.col-md8{width:calc((100% / 12) * 8);}
	.col-md7{width:calc((100% / 12) * 7);}
	.col-md6{width:calc((100% / 12) * 6);}
	.col-md5{width:calc((100% / 12) * 5);}
	.col-md4{width:calc((100% / 12) * 4);}
	.col-md3{width:calc((100% / 12) * 3);}
	.col-md2{width:calc((100% / 12) * 2);}
	.col-md1{width:calc((100% / 12) * 1);}
	.box-container.pc-reverse{flex-direction: row-reverse;}
}
@media screen and (min-width: 1200px) {
	.col-lg12{width:calc((100% / 12) * 12);}
	.col-lg11{width:calc((100% / 12) * 11);}
	.col-lg10{width:calc((100% / 12) * 10);}
	.col-lg9{width:calc((100% / 12) * 9);}
	.col-lg8{width:calc((100% / 12) * 8);}
	.col-lg7{width:calc((100% / 12) * 7);}
	.col-lg6{width:calc((100% / 12) * 6);}
	.col-lg5{width:calc((100% / 12) * 5);}
	.col-lg4{width:calc((100% / 12) * 4);}
	.col-lg3{width:calc((100% / 12) * 3);}
	.col-lg2{width:calc((100% / 12) * 2);}
	.col-lg1{width:calc((100% / 12) * 1);}
}
/* 余白
---------------------------------------------*/
.pd2p{padding:2%;}
.pdl20{padding-left:20px;}
.pdt2rem{padding-top:2rem;}
.pdt20{padding-top:20px;}
.pdb20{padding-bottom:20px;}
.pdt50{padding-top:50px;}
.pdb50{padding-bottom:50px;}
.pdb5{padding-bottom:5px;}

/* 改行
---------------------------------------------*/
@media screen and (max-width: 767px) {
	.sp-none{display:none;}
}
@media screen and (min-width: 768px) {
	.pc-none{display:none;}
}

/*幅調整
---------------------------------------------*/
.maxw1200{width:95%;max-width:1200px;margin:0 auto;}
.maxw1100{width:95%;max-width:1100px;margin:0 auto;}
.maxw1000{width:95%;max-width:1000px;margin:0 auto;}
.maxw800{width:95%;max-width:800px;margin:0 auto;}

.l-inner{max-width:none;}
.p-header-content .l-inner{max-width:none;}
.home .p-cb__item .l-inner{max-width:1100px;}
.p-breadcrumb__inner.l-inner{max-width:1100px;}

/*幅調整
---------------------------------------------*/
.bc-p{
    background: #ee8a8a; /*#f48fb7*/
}
.bc-y{
    background:#e4c66a ; /*#eebc0b*/
}
.bc-b{
    background: #62bdcd; /*#43bdea*/
}


/*----------------------------------------------------------------------------------------------------------
 * グローバルメニュー
----------------------------------------------------------------------------------------------------------*/
/* ヘッダー＆ナビゲーションメニューの切り替え幅変更（親テーマから）
 * -------------------------------------------------------------------------------------------------*/
/* header */
@media (min-width: 992px) {
	body.l-header--type2 .l-header.is-header-fixed { height: 80px; }
	body.l-header--type3 .l-header { display: none; }
	body.l-header--type3 .l-header.is-header-fixed { display: block; }
	body.l-header--type4 .l-header { display: none; }
}
@media only screen and (max-width: 991px) {
	body.l-header--type2--mobile .l-header.is-header-fixed { height: 61px; }
	body.l-header--type3--mobile .l-header { display: none; }
	body.l-header--type3--mobile .l-header.is-header-fixed { display: block; }
	body.l-header--type4--mobile .l-header { display: none; }
}
/* header bar */
@media only screen and (max-width: 991px) {
	.p-header__bar__inner { height: 60px; min-height: 60px; position: static; }
}
/* menu button */
@media only screen and (max-width: 991px) {
	.c-menu-button { display: block; }
}
/* header logo */
@media only screen and (max-width: 991px) {
	.p-header__logo { display: none; }
	.p-header__logo--mobile { display: block; }
	.p-header__logo--text { font-size: 24px; }
}
/* global nav */
@media (min-width: 992px) {
	.p-global-nav__container { margin-left: 30px; }
	.p-global-nav { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
	.p-global-nav a { display: block; }
	.p-global-nav li { position: relative; }
	.p-global-nav > li > a { display: block; font-size: 14px; font-weight: 400; height: 60px; line-height: 60px; overflow: hidden; text-align: center; padding: 0 18px; }
	.p-global-nav > li:hover, .p-global-nav > li.current-menu-item, .p-global-nav > li.is-active { z-index: 2; }
	.p-global-nav > li:hover > a, .p-global-nav > li.current-menu-item > a, .p-global-nav > li.is-active > a { color: #ccbd96; }
	.p-global-nav > .menu-item-has-children > .sub-menu { top: 100%; left: -1px; }
	.p-global-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; visibility: visible; z-index: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	.p-global-nav .sub-menu { background: #479cd7; line-height: 1.31; visibility: hidden; opacity: 0; position: absolute; top: 0; left: 100%; z-index: 1; -webkit-transform: translate3d(0, -5px, 0); -moz-transform: translate3d(0, -5px, 0); -ms-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
	.p-global-nav .sub-menu a { min-height: 50px; padding: 15.5px 20px; width: 210px; }
	.p-global-nav .sub-menu .current-menu-item > a { background: #479cd7; color: #fff; }
	.p-global-nav .sub-menu a:hover { background: #ccbd96; color: #fff; }
	.p-global-nav .sub-menu .menu-item-has-children > a { position: relative; }
	.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; transition: none; }
}
@media (max-width: 991px) {
	.p-global-nav { display: none; width: 100%; max-height: calc(100vh - 61px); overflow: auto; text-align: left; position: absolute; top: 60px; left: 0; z-index: 1000; }
	.p-global-nav a { display: block; line-height: 1.4; min-height: 1.4em; padding: 13px 41px 13px 22px; width: 100%; position: relative; }
	.p-global-nav .menu-item-has-children > a > span::before { content: '\e90e'; font-family: "design_plus"; line-height: 24px; display: block; margin: auto; position: absolute; top: 0; right: 17px; bottom: 0; text-align: center; width: 24px; height: 24px; -webkit-transition: -webkit-transform 0.5s ease; -moz-transition: -moz-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; }
	.p-global-nav .menu-item-has-children > a > span.is-active::before { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); transform: rotateX(180deg); }
	.p-global-nav .sub-menu { background: transparent !important; display: none; }
	.p-global-nav .sub-menu li a { padding-left: 36px; }
	.p-global-nav .sub-menu .sub-menu li a { padding-left: 50px; }
	.p-global-nav .sub-menu .sub-menu .sub-menu li a { padding-left: 64px; }
	.p-global-nav .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 78px; }
}


header .p-logo img {
	max-height: 60px;
	position:relative;
	z-index:99999;
}
.p-logo img{
	width: 100%;
}

/*1199〜992の調整①*/
@media (min-width: 992px) and (max-width: 1200px){
	.p-global-nav{
		overflow:unset;
	}
	.p-global-nav .sub-menu{
		display:block;
		background: #fff!important;
	}
	.p-global-nav .sub-menu li a {
		padding-left: 20px;
	}
	header .p-logo img {
		max-height: 60px;
	}
}
/*1199〜992の調整②*/
@media (max-width: 991px){
   .p-global-nav {
 		display: none;
	   width: 100%;
		max-height: calc(100vh - 61px);
		overflow: auto;
		text-align: left;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1000;
	}
}

@media (max-width: 991px){
	body.l-header__fix .is-header-fixed .l-header__bar,
/*	.l-header__bar{
		background: rgba(255, 255, 255, 0)!important;
	}
	.p-header__logo--mobile {
    display: none;
	}*/
	.p-header__logo--mobile img{
		max-height:60px;
		width:auto;
	}
	.p-global-nav{
		height:100vh;
		max-height: 100vh;
/*		margin-top: -60px;
    	padding-top: 60px;*/
	}
	.p-global-nav a {
		color: #435b5b;
		border-bottom: 1px dashed #435b5b;
		width: 90%;
		margin: 0 auto;
		padding-left: 60px;
	}
	.p-global-nav a:before {
		position:absolute;
		left: 10px;
		top: 5px;
	}
	.p-global-nav .sub-menu li a {
	    margin-left: calc(10%);
    	width: 85%;
		padding-left: 60px;
	}
	.c-menu-button{
		z-index:9999;
	}
	.c-menu-button.is-active::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
		font-weight: 900;
	}
}
@media only screen and (max-width: 1199px){
	.p-global-nav a:hover, .p-global-nav .current-menu-item > a {
		background-color: transparent!important;
	}
}
@media (max-width: 767px){
	.l-header{
		position:absolute;
	}
}

.p-global-nav > li > a{
	font-weight: 600;
	font-family: "Zen Maru Gothic", serif;
}

@media only screen and (max-width: 1199px){
	.p-global-nav {
		top:0;
	}
}

@media only screen and (min-width: 992px){
	.c-menu-button{
		display:none;
	}
}
@media only screen and (max-width: 991px){
	.c-menu-button{
		color: #ccc!important;
	}
	.p-global-nav a,
	.p-global-nav .sub-menu li a{
		padding-left: 30px;
	}
/*	.p-global-nav {
		background-color: rgba(255,255,255, 1)!important;
	}*/
	.p-global-nav li:first-child:not(.sub-menu li){
		margin-top:100px;
	}

	.p-global-nav a,
	.page:not(.home) .l-header.is-header-fixed .p-global-nav .sub-menu a{
		color: #479cd7!important;
	}
	.page:not(.home) .l-header.is-header-fixed .p-global-nav .sub-menu a:hover{
		color: #e4c66a!important;
	}
	.p-global-nav li .sub-menu{
		display:block!important;
	}
	.p-global-nav .menu-item-has-children > a > span::before{
		display;none;
	}
}



/*----------------------------------------------------------------------------------------------------------
 * フッター
----------------------------------------------------------------------------------------------------------*/
.l-footer{
	background:#fff;
}
.p-footer-info{
	background-image: linear-gradient(0deg, rgba(0, 169, 227, 1), rgba(0, 169, 227, 0.65));
	padding-top:50px;
}

.p-footer-info__inner .f-center,
.p-footer-info__inner .f-right{
	margin-top:50px;
}




.p-footer-info__inner .f-center ul li a{
	color:#fff;
	line-height:1.8;
}
.p-footer-info__inner .f-center ul li a:hover{
	color:#e4c66a;
	transition:0.3s;
}

/*footerナビメニュー*/
.p-footer-nav li::after{
	color:#fff;
}


/*コピーライト*/
.p-copyright__inner p{
	color:#fff;
}


/*----------------------------------------------------------------------------------------------------------
 * 変形画像css
----------------------------------------------------------------------------------------------------------*/
.borderr20{border-radius:20px;}

.fimg-top1{
	background:url("/wp-content/uploads/fimg-top01.jpg");
}
.fimg-top2{
	background:url("/wp-content/uploads/fimg-top02.jpg");
}


/*----------------------------------------------------------------------------------------------------------
 * TOPページ
----------------------------------------------------------------------------------------------------------*/
/*背景
---------------------------------------------*/
body.home .l-main{
	background:#fff; /*f0f7fc*/
}

/* ヘッダー画像
 * ------------------------------------------------------*/
.p-header-content__image-slice--1,
.p-header-content__image-slice--2,
.p-header-content__image-slice--3,
.p-header-content__image-slice--4,
.p-header-content__image-slice--5,
.p-header-content__image-slice--6,
.p-header-content__image-slice--7,
.p-header-content__image-slice--8{
	display:none;
}

.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
    }
.zoom {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px
 }

@keyframes animationZoom1 {100% { transform:scale(1.1)} }
@keyframes animationZoom2 {50% { transform:scale(1.1)} }


.p-index-slider{
	background: #fff;
}

@media screen and (max-width: 767px) {
	.page .p-index-slider{
		height:100%!important;
	}
	.home .p-header-content .l-inner{
		bottom: -20%;
	}
}

@media screen and (min-width: 550px) {
	.page .slick-list,
	.page .p-index-slider{
		height:100%!important;
	}
	.page .p-header-content__image{
        width: 85%;
        margin: 0px 20px 20px auto;
        border-radius: 100px;
	/*	margin: 0px 0px 50px auto;*/
	/*	padding: 100px;*/
	}
	.page .p-header-content__catch{
		position: relative;
		font-size: 4em!important;
		font-family:"Zen Maru Gothic", serif;!important;
		font-weight:600;
		line-height: initial;
		letter-spacing: -0.05rem;
	}
	.page .p-header-content__desc{
		font-family:"Zen Maru Gothic", serif;!important;
		font-weight:500;
		margin: 20px 0px;
	}
	.page .p-header-content__button{
		text-align:left;
	}
}

@media screen and (max-width: 991px) {
	.page .p-header-content__image > img {
		height: auto!important;
	}
	.page .p-header-content__catch{
		font-size:4rem!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page .p-header-content__catch{
		font-size:4rem!important;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.page .p-index-slider{
		height:auto;
	}
	.p-header-content__mobile-arrow{
		display:none;
	}
	.page .l-header .p-logo img {
		height: 40px;
	}
	.page .p-header-content__catch{
		font-size:2.5rem!important;
		text-shadow: 1px 1px 2px #ffffff!important;
	}
	.home .p-header-content__desc{
		text-shadow: 1px 1px 2px #ffffff!important;
	}
	.page .p-header-content__image{
		margin: 0 0 20px auto;
		padding: 0px;
	}
}

/*ブログ*/
.p-cb__item--blog{
    background-image: linear-gradient(0deg, #b5d0e7 50%, #ffffff 50%);
}
main .p-cb__item--blog .l-inner{
	max-width:1100px;
	margin:0 auto;
}
.p-index-archive.has-date-top .p-index-archive__item{
	margin-top: 0;
}
.p-index-archive.has-date-top .p-index-archive__item-date{
	position: unset;
}

/*----------------------------------------------------------------------------------------------------------
 * 投稿ページ（共通）
----------------------------------------------------------------------------------------------------------*/
/*幅*/
.post-template-default .l-inner,
.blog main .l-inner{
	max-width:1100px;
}

/*一覧*/
@media only screen and (min-width: 550px){
	.p-blog-archive__item__inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.p-blog-archive__item-thumbnail{
		width:30%;
		margin-bottom: 0;
 	   padding-top: 0;
	}
	.p-blog-archive__item-thumbnail img{
		height:auto;
		position: unset;
	}
	.blog-archive__right{
		width:65%;
	}
}
.p-category-item{
	padding:8px
}
.p-blog-archive__item-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.p-blog-archive__item-excerpt{
	display:none;
}

/*ウィジェット*/
.styled_post_list_tabs,
.styled_post_list_tabs li,
.p-widget-list__item,
.p-widget-list{
	border:none;
}
.styled_post_list_tabs li label{
	display:none;
}


/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（共通）
----------------------------------------------------------------------------------------------------------*/
/*フォント*/
.p-page-header__title{
	color: #00a9e3!important;
	font-weight:600!important;
	font-size:40px!important;
}
.p-page-header__desc{
	color: #333333!important;
	font-weight:600!important;
	font-size:16px!important;
}

@media only screen and (max-width: 767px){
	.p-page-header__inner{
		padding-top:50px;
	}
}
/*FV背景*/
@media only screen and (max-width: 991px){
	body.l-header--type1--mobile .p-page-header, body.l-header--type2--mobile .p-page-header{
		border-top:none;
	}
	.p-page-header {
		background: transparent;
	}
}

.p-page-header.is-active .p-page-header__inner, .p-page-header__image.is-active .p-page-header__inner {
    -webkit-transition: opacity 0.5s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
}

/*パンくず*/
.p-breadcrumb__inner{
	text-align:right;
}
@media only screen and (max-width: 991px) {
    .p-breadcrumb {
        background: transparent;
	}
}

/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（背景色付きにする）
----------------------------------------------------------------------------------------------------------*/
.page-id-3 .l-header__bar, .page-id-3 .l-main, .page-id-3 .l-footer,
.page-id-46 .l-header__bar, .page-id-46 .l-main, .page-id-46 .l-footer,
.page-id-48 .l-header__bar, .page-id-48 .l-main, .page-id-48 .l-footer,
.page-id-52 .l-header__bar, .page-id-52 .l-main, .page-id-52 .l-footer,
.page-id-54 .l-header__bar, .page-id-54 .l-main, .page-id-54 .l-footer,
.page-id-72 .l-header__bar, .page-id-72 .l-main, .page-id-72 .l-footer,
.page-id-110 .l-header__bar, .page-id-110 .l-main, .page-id-110 .l-footer,
.page-id-125 .l-header__bar, .page-id-125 .l-main, .page-id-125 .l-footer{
    background:#f0f7fc;
}
/*
@media only screen and (max-width: 1199px) {
	.page-id-3 .p-global-nav,
	.page-id-46 .p-global-nav,
	.page-id-48 .p-global-nav,
	.page-id-52 .p-global-nav,
	.page-id-54 .p-global-nav,
	.page-id-72 .p-global-nav,
	.page-id-110 .p-global-nav,
	.page-id-125 .p-global-nav{
        background-color:transparent;
    }
}
*/

/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（Lesson - レッスン＆料金）
----------------------------------------------------------------------------------------------------------*/
/*特徴*/
#features{
	background:#b5d0e7;
	padding: 50px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
#features ul li {
    position: relative;
    font-size: 14px;
    line-height: 2.14em;
    padding-left: 40px;
    margin-bottom: 30px;
}
#features ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    background: url(/wp-content/uploads/check_mark.png) no-repeat 0 0 / 26px 26px;
}

/*クラス*/
#l-class .box-container{
	justify-content:flex-start;
}
#l-class .box2 {
	margin:3%;
	border-radius:30px;
}
#l-class .box2 .img img{
    border-radius: 30px 30px 0px 0px;
}
#l-class .box2 .txt{
    padding: 10px 15px 30px;
}
#l-class .box2 .txt .title{
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
}
#l-class .box2 table tr th,
#l-class .box2 table tr td{
	border: none !important;
	padding: 0px;
	vertical-align: top;
	font-size:0.9rem;
}
#l-class .box2 table tr th{
	width:0px;
}
#l-class .box2 table tr th p{
    background: #fff;
    width: 70px;
    border-radius: 5px;
    margin: 5px;
}
#l-class .box2 table tr td p{
    margin: 5px;
}
#l-class .box2 table tr td ul{
	margin: 5px 0px;
}
#l-class .box2 table tr td ul li{
    line-height: 1.5;
}

/*料金表テーブル*/
.l-price{
	padding:50px 0px	
}
.l-price .tbl th,
.l-price .tbl td{
	padding:10px;
	border: 1px solid #e4c66a!important;
}
.l-price .tbl .p-title th{
	background:#ffe898;
	color:#333;
}

.l-price .tbl td{
    text-align: right;
    width: 10%;
    min-width: 150px;
}

@media only screen and (max-width: 767px){
	.l-price{
		padding:20px 0px;
	}
	.l-price .tbl td{
		min-width:50px;
	}
}

/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（Company-会社情報）
----------------------------------------------------------------------------------------------------------*/
/*map*/
#location1{
    padding-bottom: 80px;
}
/*アクセスマップ*/
.com-map .ttl-ver::before {
    display: block;
     content: '';
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: 120px;
    background-color: #e4c66a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.com-map .ttl-ver{
	margin: 0 0 40px 30px;
}
.com-map .ttl-ver{
	position: relative;
   padding: 70px 0 0 65px;
}
.com-map .ttl-ver .en{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.0;
    letter-spacing: 0.01em;
}
.com-map .ttl-ver .jp{
    display: block;
    font-size: 26px;
    line-height: 1.0;
}
.com-map .ttl-ver_orange {
    color: #e4c66a;
}
.com-map .box-map {
	position: relative;
	padding: 20px 0px;
}

.com-map .box-map_inner {
    padding: 0 30px;
}
.com-map .gmap {
    border: 1px solid #479cd3;
}

.com-map .box-txt{
    margin:10px 0px;	
}

@media only screen and (max-width: 500px){
    .com-map .ttl-ver {
        margin: 0 0 40px 0px;
    }
}
@media only screen and (max-width: 767px){
    .com-map .gmap iframe {
        width: 100%;
        height: 300px;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 768px){
	.com-map{
		position: relative;
	}
	.com-map .ttl-ver {
		display: inline-block;
		padding: 95px 0 0 80px;
		position:relative;
	}
	.com-map.type1 .ttl-ver {
		position: absolute;
		top: 5%;
		left: 2%;
		margin: 0;
	}
	.com-map.type2 .ttl-ver {
		position: absolute;
		top: 5%;
		right: 12.6%;
		margin: 0;
	}
    .com-map .ttl-ver .en {
        font-family: "Zen Maru Gothic", serif;
        font-weight: 400;
        display: block;
        position: absolute;
        top: 95px;
        left: 140px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.0;
        letter-spacing: 0.06em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .com-map .ttl-ver .jp {
        display: inline-block;
        font-size: 36px;
        line-height: 1.0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.1em;
    }
    .com-map .box-map：not(.gmap) ::before {
        content: "";
        display: block;
        position: absolute;
        top: 38%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #eaf3f3;
        z-index: -100;
    }
    .com-map.type1 .box-map_inner {
        width: 65%;
        margin: 0 7% 0 28%;
        padding: 0;
    }
	.com-map.type2 .box-map_inner {
		width: 65%;
		margin: 0 28% 0 7%;
		padding: 0;
	}
    .com-map .gmap {
        width: 99%;
    }
    .com-map .gmap iframe {
        width: 100%;
        height: 530px;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 1201px){
	.com-map.type1 .ttl-ver {
		left: 7%;
	}
}



/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（よくあるご質問-FAQ）
----------------------------------------------------------------------------------------------------------*/
.ewd-ufaq-faq-category-title h3{
	color:#ee8a8a;
}
.ewd-ufaq-faq-title-text:hover {
	color:#e4c66a!important;
	transition:0.3s;
}
/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（お問い合わせ-Contact）
----------------------------------------------------------------------------------------------------------*/
.box-form{
	padding-top: 3rem;
}

.wpcf7{
    border: none;
    background: transparent;
}
.wpcf7 p{
	margin-bottom:0;
}
/*テーブル設定*/
.p-entry__body table{margin-bottom:0;}
.p-entry__body .wpcf7 table th{
	vertical-align: top;
	text-align: left;
}
.wpcf7-form table tr th {width:32.5%;}
.wpcf7-form table tr td {width:67.5%;}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous{
	background-color: #e4c66a;
}

@media screen and (max-width: 767px){
	.wpcf7 form{
		margin: 0;
	}
  .wpcf7-form table tr th ,
  .wpcf7-form table tr td {
      display:block;
      width:100%;
  }
    .p-entry__body .wpcf7 table th{
        padding: 10px 0px 0px 0px;
        border-bottom: 0px solid #fff;
    }
    .p-entry__body .wpcf7 table td{
        padding: 0px 15px 10px 15px;
    }
}

/*タイトル*/
.cont7-title {
    line-height:14px;
    text-align: left !important;
}

/*横並び*/
td.side1 p,
td.side2 p{
	display: flex;
	flex-wrap: wrap;
}
td.side1 p span {
	width: calc(50% - 10px);
	margin-right: 5px;
}

/*郵便番号*/
.p-postal-code{
	width:60px!important;
	margin-bottom:5px!important;
}

/*必須項目*/
.red {
    background: #e4c66a;
    color: #FFF !important;
    padding: 3px;
    border-radius: 10%;
    font-size: 11px;
    margin-right: 5px;
}

/*任意項目*/
.blue_arbitrarily {
    background: #00a9e3;
    color: #FFF !important;
    padding: 3px;
    border-radius: 10%;
    font-size: 11px;
    margin-right: 5px;
}

/*項目名サブタイトル*/
.blue_2 {
    font-size: 11px;
    color: #ccc;
}
@media screen and (max-width: 767px){
    .blue_2{
        top: -10px;
        position: relative;
    }
}

.textst, .mailst, .telst {
	max-width: 280px;
}
#c-zip-code{
	width:120px;
}


/*ボタン*/
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous{
	border-radius:50px;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover{
	background-color:#00a9e3;
}

/*reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }

