@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/**スクロール設定***/
html { scroll-behavior: smooth;}

/*--------------改行設定----------------------------*/
.kai{
	display: inline-block;
}

/*--------------フォント基本設定------------------------*/
html {
	font-size: 62.5% !important; /* -> 10px; */
}
body {
	box-sizing:border-box;
	font-size: 1.6em !important; /* -> 16px; */
	font-family:/**'Barlow Condensed',**/"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
	/*font-family: 'Barlow Condensed',"Helvetica Neue", "Helvetica","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/*caret-color: #eee;*/
}

.article p{
	margin-bottom:0.3em;
}

/*全体設定*/
*{
	box-sizing:border-box;
}
.main{
	border:0px;
}
body{
	box-sizing: border-box;
}

/***強調　アンダーライン***/
.u-line{
background: linear-gradient(transparent 50%, #E6FF00 50%);
}


/************************************
 見出し設定
 *************************************/

/**.article h1{
	box-sizing: border-box;
	width: 100vw;
	position:relative;
	margin:0 0 0 0;
	padding:15vh 10px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	text-align:center;
    font-family: "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-size:clamp(23px,3vw, 46px);
	color:#fff;
}
h1:after{
position:absolute;
content:"";
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.5);
z-index:-1;
}**/


.article h1{
	box-sizing: border-box;
	margin:0 0 20px 0 !important;
	padding:10vh 0 !important;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color:rgba(255,255,255,1);
	text-align:center;
		font-size:1.8em;
	font-family: "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;	
}
.article h1:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url("https://tate-school.com/wp-content/uploads/2023/07/Kb00-001132-0_main-scaled-1.jpg");
	background-size:cover;
	background-position:center;
	z-index:-2;
}
.article h1:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
background-color:hsla(0,100%,50%,0.61);
background-image:
radial-gradient(at 40% 20%, hsla(56,100%,74%,0.74) 0px, transparent 50%),
radial-gradient(at 80% 0%, hsla(217,100%,56%,0.73) 0px, transparent 50%),
radial-gradient(at 0% 50%, hsla(23,100%,93%,0.73) 0px, transparent 50%),
radial-gradient(at 80% 50%, hsla(8,100%,76%,0.72) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(50,100%,77%,0.68) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(270,100%,70%,0.66) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(11,100%,76%,0.66) 0px, transparent 50%);
}


/*ブログ記事のh1*/
body.single h1.entry-title {
	width: 100% !important;
}



.article h2{
	border-radius:0;
    font-family: "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-weight:normal !important;
	font-size:1.8em;
	margin-top:80px !important;
	background-color:rgba(0,0,0,0)!important;
	text-align:center;
	color:#000;
}
.article h3{
	border:0;
	border-bottom:1px solid #333;
	text-align:center;
	margin-top:70px;
	margin-bottom:40px;
}
.article h4{
	border:0;
	border-bottom:0px solid !important;
	margin:20px 0 10px 0;
	padding:2px 0;
	font-size:1.1em;
}
.article h5{
	border:0;
	margin:20px 0 10px 0;
	padding:2px;
	background-color:transparent;
	font-size:1em;
}
.center{
	text-align:center;
}

a{
	text-decoration:none;
}

/*iPhone画面上部の色設定*/
body {
	background-color: #F4F3ED;
}
/*日付消し*/
.date-tags {
display: none;
}
/*メニューバー全幅対応*/
.header-container-in.hlt-top-menu {
	width:100vw;
	padding-left:10px;
	padding-right:10px;
}

/*Table Press の文字設定**/
.tp-option{
	max-width:700px;
    margin:0 auto;
	font-size:1.3em !important;
}
.tp-option th{
	font-size:0.7em !important;
	font-weight:normal !important;
	text-align:center !important;
	background-color:#ccc !important;
	padding:3px 1px !important;
}
.tp-option td{
	text-align:center !important;
	padding:1px !important;
}
.tp-option td.column-1{
	padding-top:7px !important;
	font-weight:bold !important;
	background-color:#fff !important;
}
.tp-option td.column-2{
	font-size:1.2em !important;
}
.tp-option td.column-3{
	padding-top:7px !important;

}
.tp-option td.column-4{
	padding-top:7px !important;
}


/*-----------------画像　下の隙間消し-------------------------------------*/
img{
	vertical-align:middle;
}

/*-----------------ヘッダー--------------------------------------*/

.mobile-header-menu-buttons{
	background-color:rgba(46, 46, 46,1);
	padding:10px;
}

/*ヘッダー（スクロール時）　ロゴサイズ設定*/
.fixed-header .site-logo-image {
    height: auto;
    width: 150px;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 60px;
    height: auto;
    vertical-align: middle;
    padding: 10px;
}


/*1023以下でロゴの大きさ変更*/
@media screen and (max-width: 1023px){
	.logo-menu-button{
		max-width:30% !important;
		min-width:30%;
	}
	.logo-menu-button img {
	width: 120px;
    　　max-height: none;
	margin: 2px auto 0;
	}
	.mobile-menu-buttons .menu-caption {
		font-size: 0.8em !important;
	}
}

/*834以下でロゴの大きさ変更*/
@media screen and (max-width: 834px){
	.mobile-menu-buttons .menu-caption {
		font-size: 1em !important;
	}
}

/*480以下でロゴの大きさ変更*/
@media screen and (max-width: 480px){
	.logo-menu-button{
		max-width:30% !important;
		min-width:30%;
	}
	.logo-menu-button img {
	width: 120px;
    　　max-height: none;
	margin: 2px auto 0;
}
}

/*ヘッダーモバイルボタン高さ変更*/
#header .search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 40px;

}
/*ヘッダーモバイルボタン高さ変更*/

.mobile-header-menu-buttons {
    box-shadow: none;
    height: 60px;
}

/*---------------カラムとフッターの間の隙間消し-------------------------*/
.entry-content {
    margin-bottom: 0em;
}
.article {
    margin-bottom: 0em !important;
}
.main{
	padding-bottom:0;
}

/*----------------メニュー設定----------------------------------------*/

/*スライドインを右からに変更&背景色*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color:rgba(0,0,0,0.7);
	transform: translateX(101%);
}
/**/
.menu-close-button {
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: 2em;
	padding-right:1em;
}

/****/
#navi{
	background-color:rgba(255,255,255,0);
	font-weight:bold;
}

.mobile-menu-buttons .menu-caption {
    font-size: 9px;
    text-align: center;
    opacity: 1;
    display: block;
}

#menu-%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%98%e3%83%83%e3%83%80%e3%83%bc%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc li{
    height: 34px;
}


.sub-caption{
	font-family:'Barlow Condensed',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}

.navi-in a {
	font-size:13px;
	color:#fff;
}
.mobile-header-menu-buttons .navi-menu-button a:hover {
    color: #333 !important;
}
.sub-caption {
	font-size:1em;

}

#menu-item-37{
	background-color:#E37300;
	height:55px;
}
#menu-item-1037{
	background-color:#9C1818;
	margin-left:5px;
	height:55px;
}

.navi-in > ul .sub-menu{
	background-color:#888;
}

/*************モバイルヘッダーメニュー***********************/
.mobile-header-menu-buttons {
    box-shadow: none;
    height: 52px;
}

.mobile-header-menu-buttons {
    background-color: rgba(46, 46, 46,1);
    padding: 6px 12px;
}
@media screen and (max-width: 1023px){
.mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-between;
    min-width: 46px;
    z-index: 3;
    box-shadow: 0 0 5px darkgrey;
}
}

/*********************************************************/
.bt-login{
	background-color:#d90000;
	display: flex;
	width:120px;
	font-size:1em;
	font-weight:bold;
	padding:6px 8px 1px 8px;
	border-radius:8px;
}

.mobile-header-menu-buttons .navi-menu-button a{
	color:#fff !important;
}
.mobile-header-menu-buttons .menu-button{
	width:initial;
}
.mobile-header-menu-buttons .custom-menu-caption{
	display: flex;
	position:relative;
	line-height:23px;
}

figure img.hito-small{
	width:21px;
	margin-right:6px;
	margin-bottom:5px;
}



/*************************モバイルボタン（問い合わせ）カスタマイズ*************************/
#footer .search-menu-button.menu-button, .navi-menu-button.menu-button {
    height: 50px;
}

.mobile-footer-menu-buttons{
	background-color:rgba(0,0,0,0.8);
	padding: 6px 0 6px 0;
	border-top:0.5px solid rgba(255,255,255,0.6);
}
@media screen and (max-width: 1023px)
.mobile-menu-buttons > li {
    padding: 8px;
}
.mobile-footer-menu-buttons a{
	color:#fff !important;
}
.mobile-footer-menu-buttons .navi-menu-button a{
	color:#222 !important;
}
.mobile-footer-menu-buttons .navi-menu-button a{
	color:rgba(255,255,255,1) !important;	
}
.mobile-footer-menu-buttons .custom-menu-caption{
	font-size:1em !important;
}

.fa-star {
    content: "" !important;
	font-size:0em !important;
	height:0 !important;
}
.fa-star:before {
    content: "" !important;
	font-size:0em !important;
	height:0 !important;
}
.mobile-menu-buttons .custom-menu-icon{
	font-size:0em;
}
.mobile-menu-buttons{
	font-size:1em;
}
.mobile-menu-buttons .menu-caption {
    font-size: 1em;
}
.mobile-menu-buttons {
	min-height:initial;
}

.mobile-footer-menu-buttons li:first-child{
	width:300% !important;
	background-color: rgba(2255,103,21, 0.5);
	background-image: linear-gradient(62deg, rgba(255,103,21, 0.5) 0%, rgba(255,178,0,0.5) 80%);
	font-weight:bold;
	border-radius:2px;
	border:0px solid #fff;
	box-sizing:border-box;
	margin-left:1%;
}
.mobile-footer-menu-buttons li:nth-child(2){
	/*width:60% !important;*/
}
.mobile-footer-menu-buttons li:nth-child(3){
	/*width:80% !important;*/
}

/**モバイルスライドメニュー調整***/
.menu-drawer .sub-menu{
	margin-top:6px;
}

/*モバイルメニュー色設定*/
.mobile-menu-buttons {
color: white;
}

.mobile-menu-buttons .menu-button > a {
color: white;
}

/*モバイルヘッダーメニュー　境界線シャドウ消し*/
@media screen and (max-width: 1023px){
.mobile-header-menu-buttons{
	box-shadow: none;
	}
}
/*モバイルフッターメニュー　境界線シャドウ消し*/
.mobile-menu-buttons {
	box-shadow:none;
}

/*ページ上部下部隙間調整*/
.content {
    margin-top: 0px;
	margin-bottom:0px;
}
.main {
	padding-top:0px;
}
.entry-content {
	margin-top:30px;
}

/*角丸消し*/
.main{
	border-radius:0px;
}

/*フッター色と上の隙間消し*/
.footer{
	background-color:rgba(255,255,255,0);
	margin-top:0;
}
/*パンくずリスト全幅設定*/
.breadcrumb {
    color: #777;
    font-size: 13px;
    margin: -5px 0 0 0 !important;
    width: 100vw;
}

/************メニュー問い合わせボタン***************/

#menu-item-2912{
	background-color:#ad071a !important;
}

/**************************************
*****全幅設定*****
****************************************/
#container{
	overflow: hidden;
}
.w100-box{
	box-sizing: border-box;
	margin:0;
	padding:0;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color:rgba(0,0,0,0);
	overflow: hidden;
}
.bg-white{
	background-color:#fff;
}
.w1296-box{
	max-width:1296px;
	padding:50px 37px;
	margin:0 auto;
}
@media screen and (max-width: 834px){
.w1296-box{
	padding:23px;
}
}

.bg-color01{
     background-color:#fff;
}
.bg-color01s{
background: linear-gradient(180deg, #fff 30%, rgba(0,0,0,0) 90%);

}
.bg-color02{
     background-color:#f4f3ed;
}
.bg-color03{
	background-color:#eee;
}

.bg-seigaiha{
	background-color: #394561;
	background-image: radial-gradient(circle at 100% 150%, #3E678C 24%, #214D7B 24%, #214D7B 28%, #3E678C 28%, #3E678C 36%, #214D7B 36%, #214D7B 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #3E678C 24%, #214D7B 24%, #214D7B 28%, #3E678C 28%, #3E678C 36%, #214D7B 36%, #214D7B 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, #214D7B 10%, #3E678C 10%, #3E678C 23%, #214D7B 23%, #214D7B 30%, #3E678C 30%, #3E678C 43%, #214D7B 43%, #214D7B 50%, #3E678C 50%, #3E678C 63%, #214D7B 63%, #214D7B 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%,#3e678c 5%, #3E678C 5%, #3E678C 15%, #214D7B 15%, #214D7B 20%, #3E678C 20%, #3E678C 29%, #214D7B 29%, #214D7B 34%, #3E678C 34%, #3E678C 44%, #214D7B 44%, #214D7B 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, #3e678c 5%, #3E678C 5%, #3E678C 15%, #214D7B 15%, #214D7B 20%, #3E678C 20%, #3E678C 29%, #214D7B 29%, #214D7B 34%, #3E678C 34%, #3E678C 44%, #214D7B 44%, #214D7B 49%, transparent 49%, transparent);
    background-size: 70px 35px;
}


.in1256box {
	margin: 0px auto;
	max-width: 1256px;
	box-sizing: border-box;
	padding: 14px;
	background-color:rgba(0,0,0,0);
	position: relative;
}

.w100vw{
	width:100vw;
}


/*************2カラム**************/
.flex-halfbox{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}
.flex-box{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}
.fhb-top{
align-items: stretch !important;
}

.flex-halfbox .item{
width:48%;
}
@media screen and (max-width: 834px){
.flex-halfbox .item{
width:100%;
padding:10px;
}
}

/*************3カラム**************/
.flex-3divbox{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}

.flex-3divbox .item{
width:32%;
}
@media screen and (max-width: 834px){
.flex-3divbox .item{
width:100%;
padding:10px;
}
}


/************注釈ul*****************************/
.kome{
    list-style: none;
    padding-left: 0.5em !important;
    margin-left: 0.5em;
}
.kome li{
    text-indent: -0.5em;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	body{
		font-size: 1.3em !important;
	}
	#main{
		padding-top:0px;
		padding-bottom:0px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



/**************************************
 言語選択ボタン
 ***************************************/
.bt-lung{
font-size:1em;
font-weight:bold;
text-align:center;
background-color:#d9003d;
border:3px solid #d9003d;
color:#fff;
border-radius:100px;
width:30%;
padding:10px;
transition: all .6s;
}
.bt-lung:hover{
border:3px solid #d9003d;
background-color:#fff !important;
color:#d9003d;
}


/***********************************
 侍体験　social feed gallery 設定
 ************************************/
@media screen and (max-width: 480px) {
    .insta-gallery-item-wrap {
        max-height: 200px!important;
    }
}



/***********************************
 * ページ下部インスタ、Twitter、YouTubeリンクアイコン
 ***********************************/
.footer-linkbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footer-linkbox .item{
	width:70px;
	padding:10px;
}


.footer-bottom{
	margin-top:0px !important;
}



/***********************************
 * ページ下部問い合わせボタン設置
 ***********************************/

.footer_contact{
	width:100vw;
	padding:5vw;
	position:relative;
	text-align:center;
	margin:0 !important;
	box-sizing:border-box;
}

.footer_contact:before{
	content: "";
		background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(244, 243, 237,1) 30%, rgba(244, 243, 237,0) 90%);
	position:absolute;
	width:100vw;
	height:100%;
  bottom: 0px;
  right: 0px;
  z-index: -9;
}
.footer_contact:after {
  content: "";
	width:100vw;
	height:100%;
  background-image:url(https://tate-school.com/wp-content/uploads/2023/03/school_gym.jpg);
  background-size: cover;
	background-position:center;
	position:absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
}
.footer_contact h2{
    border-radius: 0;
    font-family: "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-weight: normal !important;
    font-size: 1.8em;
    margin-top: 80px !important;
	margin-bottom: 1.62em;
    background-color: rgba(0,0,0,0)!important;
    text-align: center;
    color: #000;
}

.footer_contact .bt{
	margin:auto;
	background-color:#a30000;
	color:#fff;
    text-align:center;
    padding:20px;
	width:90%;
	max-width:500px;
	font-size:1.5em;
	transition: all .2s;
}
.footer_contact .bt:hover{
  background-color: #333;
}

#custom_html-2{
	margin-bottom:0;
}

.content-bottom {
	margin: 0;
}


/***youtube表示部分****/
.video-container{
	max-width:100% !important;
}

/*googile map*/
iframe{
	border-radius:12px;
}


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

ol, ul.rei {
    padding-left: 17px !important;
margin-bottom:5px !important;
}
ol, ul.rei li{
margin-bottom:0 !important;
line-height:1.4em;
}

ol, ul{
	margin:1.6em 0;
}


/*************************************
 * 侍体験　インスタ　social feed 設定
 *************************************/
@media screen and (max-width: 480px) {
.instagram-gallery-feed.loaded .instagram-gallery-item{
        max-width: 200px!important;
    }
}



/***********************************
 * ページ下部インスタ、Twitter、YouTubeリンクアイコン
 ***********************************/
.footer-linkbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footer-linkbox .item{
	width:70px;
	padding:10px;
}


.footer-bottom{
	margin-top:0px !important;
}
/*モバイルでも表示*/
@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}


/**************************************
 *コンタクトフォーム
 * ************************************/
.wpcf7 dt{
	padding-top:10px;
	margin-top:20px;
	border-top: 1px dashed #333;
}
.hissu{
	background-color: rgb(200 0 0);
	color:#fff;
	font-weight: bold;
	font-size:0.7em;
	padding: 1px 5px;
	margin-left: 6px;
}
.wpcf7 ul{
	margin: 0.6em 0 0 0 !important;
}

ul .rei{
	margin-left: -40px;
}
/* CF7ラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
margin-top:5px;
display: block;
}

.syubetu-sentaku-box{
	border-color: #333;
	border-width: 1px 0;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.form-syubetsu{
	font-size: 1.2em;
	font-weight: bold;
}

/****************************************
 ■効果＞＞＞右から左へフェードイン
*****************************************/
.fade-in_r{ 
   opacity: 0;
   transform: translate(80px, 0);
   transition: all 0.6s 0s ease-out;
}
.fade-in_r2{ 
   opacity: 0;
   transform: translate(80px, 0);
   transition: all 1.0s 0s ease-out;
}
/****************************************
 下から上へフェードイン
*****************************************/
.fade-in_b{ 
   opacity: 0;
   transform: translate(0px, 50px);
   transition: all 0.6s 0s ease-out;
}
/****************************************
 左から右へフェードイン
*****************************************/
.fade-in_l{ 
   opacity: 0;
   transform: translate(-80px, 0);
   transition: all 0.6s 0s ease-out;
}
