@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
*/

/**WEBフォント使用によるチラつき防止
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*******/


/**************************************
 * ヘッダー***
 * ***********************************/
.header-container{
	position: fixed;
 	z-index: 9998;
  	top: 0;
	display: flex;
    justify-content: center;
	width:100vw;
}


/*********ヘッダー背景色設定**********/
.header-container{
	background-color:rgba(0,0,0,0);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0)10%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.8) 90%);
	border-bottom:0px solid rgba(255,255,255,0.7) !important;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
}

@media screen and (max-width: 1023px){
	.mobile-header-menu-buttons {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 1));
		background-color:rgba(0,0,0,0);
		color:#fff;
		font-family: initial;
		box-shadow:initial;
		border-bottom:0px solid rgba(255,255,255,0.6);
	}
	.header-container{
		background-color:rgba(255,255,255,0);
		border-bottom:initial !important;
	}
}

/****************ページ内スクロール*********************/
html { scroll-behavior: smooth;}

/**********ヘッダーロゴ周りスペース追加*********/
.header-container-in.hlt-top-menu .logo-header {
    max-height: initial;
    margin: 0px 0;
	padding:10px 0;
}
.logo-menu-button img {
    max-height: 45px;
}


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

#menu-item-33, #menu-item-34, #menu-item-35{
	width:initial;
	height:30px;
	line-height:30px;
	padding:0px 0px;
	background-color:rgba(255,255,255,0);
	border-right:1px solid #fff;
}
#menu-item-33{
	border-left:1px solid #fff;
}
#menu-item-33 a, #menu-item-34 a, #menu-item-35 a{
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	padding:0 10px;
}
#menu-item-33 a:hover, #menu-item-34 a:hover, #menu-item-35 a:hover{
	background-color:#333;
	color:#fff;
}

.navi {
	background-color: rgba(0,0,0,0);
	color:rgba(255,255,255,1);
}

.navi-in a:hover {
	background-color:rgba(255,255,255,0.5);
}


.header-container-in.hlt-top-menu .navi {
    width: 100%;
    margin-top: 0 !important;
 
    top: 0;
    left: 0;
}

#navi .navi-in>ul>li {
    width: auto;
    max-width: 250px;
}


/*サブメニュー設定*/
.navi-in > ul .sub-menu{
	background: rgb(149,115,0) !important;
	background: linear-gradient(90deg, rgba(149,115,0,1) 0%, rgba(255,190,0,1) 100%) !important;
}


/*言語切り替え*/
.lan-select-area{
	position:fixed;
	top:0;
	right:0;
	padding:10px;
	z-index:9999;
}

#navi{
	margin-right:150px;
}

.bogo-language-switcher{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch; 
	justify-content:space-between;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1023px){
	.lan-select-area {
		right: 55px;
	}
}

.bogo-language-switcher::before{
	content:"";
	display:none;
	width:100%;
}
ul.bogo-language-switcher{
	padding-left: 0px !important;
}
.bogo-language-switcher a{
	color:#fff;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
}

.bogo-language-switcher li{
	padding:0px 10px !important;
}
.bogo-language-switcher li.last{
	border-right:initial;
}

.bogo-language-switcher li a:hover{
	color:rgba(230, 203, 73, 1);
	transition: 0.3s;
}

/**/



/*************フッター設定*************************/
#footer{
	background-color:#333;
	color:#fff;
}


/*--------------基本設定------------------------*/
html {
	font-size: 62.5% !important; /* -> 10px; */
}
body {
	font-size: 1.5em !important; /* -> 16px; */
	color:#333;
	font-weight: lighter;
	box-sizing: border-box;
	background-color:#f7f6f2;
}
@media screen and (max-width: 480px){
body {
	font-size: 1.3em !important; /* -> 16px; */
	color:#333;
	font-weight: lighter;
	box-sizing: border-box;
	background-color:#f7f6f2;
}
}

.article h1{
	padding:0;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
	font-size:3.5vw;
	color:#111;
	margin:2em 0 50px 0;
	border-bottom:0px solid #111;
	line-height:1.2em;
	display:inline-block;
}
@media screen and (max-width: 834px){
	.article h1{
		font-size:8vw;
	}
}


.article h2{
	background-color:initial;
	padding:0;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
	color:#333;
	font-size:min(4vw,65px);
	margin:15px 0 10px 0;
	position:relative;

   line-height: 1.2em;
}
@media screen and (max-width: 834px){
	.article h2{
		font-size:2em;
	}
}

.article h2.top{
	background-color:initial;
	padding:0;

	margin-bottom:0;
}
@media screen and (max-width: 834px){
	.article h2.top{
		font-size:12vw;
	}
}
.article h3{
	background-color:initial;
	border:0pc;
	padding:0;
	margin-top:2em;
	margin-bottom:0.5em;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
	font-size:1.8em;
}
h3.michijun{
	background-color:initial;
	border:0pc;
	padding:0;
	margin-top:0em;
	margin-bottom:0.5em;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
	font-size:1.8em;
}

.article h4{
	background-color:initial;
	border:0px;
	border-left:6px solid #666;
	padding:0 0 0 8px;
	margin-top:1.2em;
	margin-bottom:0.3em;
	font-size:1.3em;
	font-weight: bold;
}

.article h5{
	background-color:initial;
	border:0px;
	border-left:4px solid #666;
	padding:0 0 0 8px;
	margin-top:1.2em;
	margin-bottom:0.3em;
	font-size:1.1em;
	font-weight: bold;
}


.article p{
	margin-bottom:0.3em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mincho{
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif" !important;
	font-optical-sizing: auto;
	font-weight: 400;
}

figure img {
	vertical-align: bottom;
}

img{
	vertical-align:top;
}

@media screen and (max-width: 834px){
.order1{
	order:1;
}
.order2{
	order:2;
}
.order3{
	order:3;
}
.order4{
	order:4;
}
.order5{
	order:5;
}
.order6{
	order:6;
}
}

.zindex1{
	z-index:1;
}
.zindex2{
	z-index:2;
}


.kai {
    display: inline-block;
}

ul.chushaku{
    list-style: none;
    padding-left: 0.8em;
    margin-left: 0.1em;
}
ul.chushaku li{
	text-indent: -1.2em;
	font-size:0.8em;
	line-height: 1.5em;
	margin-bottom:0.4em !important;
}
ul.chushaku li::before{
	content:"※";
	margin-right: 0.4em;
}

/*****要素の幅と高さにpaddingとborderを含む*****/
html{
	box-sizing: border-box;
}


/***ベース　メインカラム背景色消し**/
#main{
	background-color:rgba(0,0,0,0);
}


/***********カラム設定************/

/*上下隙間消し*/
.content {
	margin-top: 100px;
}
.entry-content {
    margin-top: 0px;
    margin-bottom: 0px;
}
.main {
	padding: 0px 29px;
}
@media screen and (max-width: 834px){
	.main {
	padding: 0px 20px !important;
}
}

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


.body .article{
	margin-bottom:0px;
}
.footer {
	margin-top: 0px;
}


/*全幅設定*/
.w100vwbox{
	width:100vw;
	margin:0 0;
	padding:60px 0;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		background-color:rgba(255,255,255,0);
}

.pd-0{
	padding:0 !important;
}
.pd-left0{
	padding-left:0 !important;
}

.in1256box {
	margin: 0px auto;
	max-width: 1256px;
	padding:0px 29px;
	background-color:rgba(0,0,0,0);
	position: relative;
}
@media screen and (max-width: 834px){
	
	.w100vwbox{
	padding:30px 0;
	}
	.in1256box {
		padding:0px 16px;
	}
}
.in614box {
	margin: 0 0 0 auto;
	max-width: 614px;
	padding:0px 40px;
	background-color:rgba(0,0,0,0);
	position: relative;
}
@media screen and (max-width: 834px){
	.in614box {
		padding:40px 16px;
		max-width:100% !important;
	}
}

.in614box-right {
	margin: 0 auto 0 0;
	max-width: 614px;
	padding:0px 40px;
	background-color:rgba(0,0,0,0);
	position: relative;
}
@media screen and (max-width: 834px){
	.in614box-right {
		padding:40px 16px;
		max-width:100% !important;
	}
}

.w100per{
	width:100%;
}
/**********padding*********************/
.pd-top0{
	padding-top:0px !important;
}
.pd-bottom0{
	padding-bottom:0px !important;
}
.pd-top30{
	padding-top:30px !important;
}
.pd-bottom30{
	padding-bottom:30px !important;
}
.pd-left30{
	padding-left:30px !important;
}
.pd-right30{
	padding-right:30px !important;
}
@media screen and (max-width: 834px){
	.m-pd-top30{
		padding-top:30px;
	}
	.m-pd-bottom30{
		padding-bottom:30px;
	}
	.m-pd-left30{
		padding-left:30px;
	}
	.m-pd-right30{
		padding-right:30px;
	}
}

/************動画上下隙間消し**************/
.video-container{
	margin:0 !important;
}
.video-container .video{
	margin-top:0 !important;
}

/***********フレックスボックス**************/
.flexbox{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items: stretch;

}
.flexbox-tate-c{
	display:flex;
flex-wrap:wrap;
justify-content:space-around;
	align-items: center;

}
.flexbox-tate-end{
	display:flex;
flex-wrap:wrap;
justify-content:space-around;
	align-items: flex-end;
}
.flexbox-yoko-end{
	display:flex;
flex-wrap:wrap;
justify-content:flex-end;
	align-items: center;
}
.flex50{
	width:50%;
	position:relative;
	padding:0 14px;
}
@media screen and (max-width: 834px){
	.flex50{
		width:100%;
	}
}
.flex50-mr0{
	width:50%;
	position:relative;
	padding:14px;
	margin-right:0;
}

.flex25{
	width:25%;
	position:relative;
	padding:0;
}
@media screen and (max-width: 834px){
	.flex25{
		width:50%;
	}
}


/*背景色設定*/
.bg-white{
	background-color:#fff;
}

.bg-black{
	background-color:#222;
}

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

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

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

a {
	text-decoration:none; 
}

.link-area{
	text-align:right;
}

a.more-link{
	color:#111;
	font-size:0.9em;
	font-weight:bold;
	padding:0 10px 5px 100px ;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background: 
      linear-gradient(currentColor 0 0) 
      var(--p, 100%) 100% /var(--d, 0) 3px 
      no-repeat;
	transition: 0.3s, background-position 0s 0.3s;
}
a.more-link:hover {
	--d: 100%;
	--p: 0%;
	border-bottom:0px;
}

a.more-link-w{
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	padding:0 10px 5px 100px ;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background: 
      linear-gradient(currentColor 0 0) 
      var(--p, 100%) 100% /var(--d, 0) 3px 
      no-repeat;
	transition: 0.3s, background-position 0s 0.3s;
}
a.more-link-w:hover {
	--d: 100%;
	--p: 0%;
	border-bottom:0px;
}


.color-white{
	color:#fff !important;
}


/**************************************
**全体背景**
***************************************/
body::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/02/gold-washi-tri.png);
	background-size:contain;
	background-repeat: no-repeat;
	width:40vw;
	height:40vw;
	min-width:300px;
	min-height:300px;
	z-index:-1;
}


/**************************************
 Googleマップ表示サイズ設定
***************************************/
.gmap-area {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
.gmap-area iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/**************************************
**トップページ（日本語0**
***************************************/

h2.aboutus{
	color:#fff !important;
}



.top01{
	padding:15px 15px 80px 15px;
	justify-content:flex-start !important;
	height:90vh;
	color:#fff;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.top01{
		padding:15px 15px 80px 0px;
	}
}
p.catch{
	color:#fff;
	font-size:30px;
	line-height:1.4em;
}
p.catch-b{
	color:#111;
	font-size:30px;
	line-height:1.4em;
}
@media screen and (max-width: 834px){
	.top01{
		height:85vh;
	}
	p.catch{
		color:#fff;
		font-size:24px;
	}
	p.catch-b{
		color:#111;
		font-size:24px;
	}
}



.top02{
color:#000;
font-size:3em;
}
.bg-offwhite{
	background-color:#f7f6f2;
}

.bg-experience{
	background-image:url("http://samurai-experience.com/wp-content/uploads/2024/06/e6afe2dd77e82bbc8a6eeaca4f78b034-scaled.jpg");
	background-size:cover;
	background-position:center;
	aspect-ratio: 256 / 181;
}

.bg-blog{
	background-image:url("http://samurai-experience.com/wp-content/uploads/2024/01/image-makimono.jpg");
	background-size:cover;
	background-position:center;
	aspect-ratio: 12 / 5;
}

.main01-l{
font-size:3em;
color:#fff;
background-color:rgba(58, 74, 43, 0.7);
padding:5%;
margin:5%;
}
.main01-r{
font-size:1em;
color:#fff;
background-color:rgba(58, 74, 43, 0.7);
padding:5%;
margin:5%;
}


h2.type01{
background-color:rgba(0,0,0,0);
}

.bg-loc{
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/02/bg-kitasando01.jpg);
	background-size:cover;
	background-position:center;
	padding:0;
}
.bg-loc h2{
	color:#fff;
	text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
}
.bg-loc p{
	color:#fff;
	text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
}

@media screen and (max-width: 834px){
/***	.mbg-loc{
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/02/bg-kitasando01.jpg);
	background-size:cover;
	background-position:center;
	padding:0 16px;		
	}***/
}

/*************************************************
*********侍体験******************************
*************************************************/

.whatsup-qr{
	padding:40px 0px;
	display: flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}
.whatsup-qr figure{
	width:100%;
	text-align:center;
}
.whatsup-qr figure img{
	max-height:500px;
}


/***********e-japan ticket ボタン**************/

.reserve-bt-ej{
	padding:20px 0;
	width:70%;
	max-width:500px;
	margin:0 auto;
}
.reserve-bt-ej a{
	background-color:#d1003b;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
	padding:30px 10px;
	margin:0 auto;
	display:inline-block;
	width:100%;
}

.reserve-caution{
	margin:30px 0;
	border-top:0px dotted #333;
}

/*******タブプラグイン********/



.taikenlist{
font-size:1.4em;
font-weight:bold;
margin-bottom:0 !important;
}

.plan-space{
	text-align:center;
}

.plan-space .topic{
	margin-top:20px;
	margin-bottom:10px;
	display:inline-block;
	font-size:1em;
	line-height:1.2em;
	padding:3px 30px 0 30px;
	min-width:210px;
	background-color:#333;
	color:#fff;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
}

.plan-space p{
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
	line-height: 1.4em;
}
.plan-space p.kashikiri{
	margin-top:20px;
	display:inline-block;
	line-height:1.2em;
	padding:3px 30px 0 30px;
	border:1px solid #333;
}
.plan-space p.normal{
font-weight:400;
}
.plan-space p.caution{
	font-weight:400;
	font-size:0.8em;
}

.plan-space table{
	max-width:450px;
	margin:0 auto;
	margin-bottom:20px;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
}
.plan-space table th, .plan-space table td{
	padding:3px;
}

.plan-space ul.chushaku{
	margin:0 auto;
}

@media screen and (max-width: 900px){
.plan-space ul.chushaku{
    max-width:640px;
	margin:0 auto;
	text-align:left;
}
}

.plan-space .dl-area{
	max-width:600px;
	margin:0 auto;
}
.plan-space .dl-area a.dl-bt{
	padding:10px;
	border-radius:5px;
	width:46%;
	margin:10px 2%;
	text-align:center;
	border:1px solid #555;
	font-size:0.9em;
	transition: 0.3s;
	color:#333;
}
.plan-space .dl-area a.dl-bt:hover{
	background-color:#555;
	color:#fff;
}
@media screen and (max-width: 600px){
	.plan-space .dl-area a.dl-bt{
		width:90%;
		margin:10px 5%;
	}
}
.plan-space .dl-area a.dl-bt .icon{
	width:25%;
	text-align:center;
	font-size:3em;
	vertical-align:top;
}
.plan-space .dl-area a.dl-bt .name{
	width:75%;
	text-align:center;
	margin-top:10px;
}


.w100vwbox #tab_container_378 ul, .w100vwbox #tab_container_288 ul, .w100vwbox #tab_container_652 ul, .w100vwbox #tab_container_744 ul{
	margin-bottom:0px !important;
}

.w100vwbox #tab_container_378 .wpsm_nav-tabs > li > a, .w100vwbox #tab_container_288 .wpsm_nav-tabs > li > a, .w100vwbox #tab_container_652 .wpsm_nav-tabs > li > a, .w100vwbox #tab_container_744 .wpsm_nav-tabs > li > a {
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif" !important;
	font-optical-sizing: auto;
	font-weight: 400;
	padding:15px 2px !important;
}


#tab_container_378 ul, #tab_container_288 ul, #tab_container_652 ul, #tab_container_744 ul{
padding-left:0px !important;
}

#tab_container_378 .wpsm_nav-tabs li {
    padding: 20px 0px !important;
    margin: 0px;
border-top:1px solid #555;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(1) span:after {
	content:"プラン";
	display: inline-block;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(2) span:after {
	content:"プラン";
	display: inline-block;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(3) span:after {
	content:"プライベートプラン";
	display: inline-block;
}


#tab_container_378 .wpsm_nav-tabs li:nth-child(1) {
width: 23%;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(2) {
width: 27%;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(3) {
width: 50%;
}


@media screen and (max-width: 768px){
#tab_container_378 .wpsm_nav-tabs li:nth-child(1) {
width: 15%;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(2) {
width: 28%;
}
#tab_container_378 .wpsm_nav-tabs li:nth-child(3) {
width: 57%;
}
}


#tab_container_288 .wpsm_nav-tabs li {
    padding: 20px 0px !important;
    margin: 0px;
    width: 33.35%;
border-top:1px solid #555;
}
@media screen and (max-width: 768px){
#tab_container_288 .wpsm_nav-tabs li:nth-child(1) {
width: 26%;
}
#tab_container_288 .wpsm_nav-tabs li:nth-child(2) {
width: 42%;
}
#tab_container_288 .wpsm_nav-tabs li:nth-child(3) {
width: 32%;
}
}

#tab_container_652 .wpsm_nav-tabs li {
    padding: 20px 0px !important;
    margin: 0px;
    width: 33.35%;
border-top:1px solid #555;
}
@media screen and (max-width: 768px){
#tab_container_652 .wpsm_nav-tabs li:nth-child(1) {
width: 26%;
}
#tab_container_652 .wpsm_nav-tabs li:nth-child(2) {
width: 42%;
}
#tab_container_652 .wpsm_nav-tabs li:nth-child(3) {
width: 32%;
}
}

#tab_container_744 .wpsm_nav-tabs li {
    padding: 20px 0px !important;
    margin: 0px;
    width: 33.35%;
border-top:1px solid #555;
}
@media screen and (max-width: 768px){
#tab_container_744 .wpsm_nav-tabs li:nth-child(1) {
width: 25%;
}
#tab_container_744 .wpsm_nav-tabs li:nth-child(2) {
width: 27%;
}
#tab_container_744 .wpsm_nav-tabs li:nth-child(3) {
width: 48%;
}
}




.w100vwbox #tab_container_378 .wpsm_nav-tabs li, .w100vwbox #tab_container_288 .wpsm_nav-tabs li, .w100vwbox #tab_container_652 .wpsm_nav-tabs li, .w100vwbox #tab_container_744 .wpsm_nav-tabs li{
	border-bottom:0px !important;
}
.w100vwbox #tab_container_378 .wpsm_nav-tabs li a, .w100vwbox #tab_container_288 .wpsm_nav-tabs li a, .w100vwbox #tab_container_652 .wpsm_nav-tabs li a, .w100vwbox #tab_container_744 .wpsm_nav-tabs li a{
	border-bottom:0px !important;
}
.w100vwbox #tab_container_378 .wpsm_nav-tabs > li.active a, .w100vwbox #tab_container_288 .wpsm_nav-tabs > li.active a, .w100vwbox #tab_container_652 .wpsm_nav-tabs > li.active a, .w100vwbox #tab_container_744 .wpsm_nav-tabs > li.active a{
	border-bottom:0px !important;
	background-image: linear-gradient(180deg, rgba(255, 225, 0, 1), rgba(255, 255, 255, 1) 76%);
}
.w100vwbox #tab_container_378 .wpsm_nav-tabs > li.active a:hover, .w100vwbox #tab_container_288 .wpsm_nav-tabs > li.active a:hover, .w100vwbox #tab_container_652 .wpsm_nav-tabs > li.active a:hover, .w100vwbox #tab_container_744 .wpsm_nav-tabs > li.active a:hover{
	border-bottom:0px !important;
}
.w100vwbox #tab_container_378 .wpsm_nav-tabs > li.active a:focus, .w100vwbox #tab_container_288 .wpsm_nav-tabs > li.active a:focus, .w100vwbox #tab_container_652 .wpsm_nav-tabs > li.active a:focus, .w100vwbox #tab_container_744 .wpsm_nav-tabs > li.active a:focus{
	border-bottom:0px !important;
}
.w100vwbox #tab_container_378 .wpsm_nav-tabs li a:focus, .w100vwbox #tab_container_288 .wpsm_nav-tabs li a:focus, .w100vwbox #tab_container_652 .wpsm_nav-tabs li a:focus, .w100vwbox #tab_container_744 .wpsm_nav-tabs li a:focus{
	border-bottom:0px !important;
}
.w100vwbox #tab_container_378 .wpsm_nav-tabs li a:hover, .w100vwbox #tab_container_288 .wpsm_nav-tabs li a:hover, .w100vwbox #tab_container_652 .wpsm_nav-tabs li a:hover, .w100vwbox #tab_container_744 .wpsm_nav-tabs li a:hover{
	border-bottom:0px !important;
}
.w100vwbox #tab_container_378 .tab-content, .w100vwbox #tab_container_288 .tab-content, .w100vwbox #tab_container_652 .tab-content, .w100vwbox #tab_container_744 .tab-content{
	border-top:0px !important;
}


p.catch02{
	font-size:1.3em;
}
@media screen and (max-width: 480px){
	p.catch02{
		font-size:1.1em;
	}
}

a.contact-bt02{
	display:inline-block;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding:20px 50px;
	width:100%;
	font-size:1.5em;
	color:#222;
	border:1px solid #222;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 400;
	transition: 0.3s;
}
a.contact-bt02:hover{
	color:#fff;
	background-color:#555;
}

ol.near-sta{
    padding-left: 20px;
	font-size:0.9em;
}
ol.near-sta li{
	line-height:1em;
}
h3.title-small{
	font-size:1.2em;
}
h3.align-right{
	text-align:right;
}
.border1px{
	border:1px solid #555;
	background-color:rgba(255,255,255,0.7);
}

/***追加修正****/
.w100vwbox #tab_container_744 .wpsm_nav-tabs {
    display: flex;
    flex-wrap: wrap;
}
.w100vwbox #tab_container_744 .wpsm_nav-tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.w100vwbox #tab_container_744 .wpsm_nav-tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .w100vwbox #tab_container_744 .wpsm_nav-tabs li {
        flex: 1 1 auto;
    }
}

/**************************試し斬り体験***************************/
table.ex01 {
            width: 100%;
            border-collapse: collapse;
            margin: 20px auto;
	         font-size:0.9em;
        }
        th, td {
			    border-width:0 0 1px 0 !important;
            padding: 0 2px !important;
            text-align: center;
        }
        th {
            background-color: #f2f2f2;
        }
        

/**********************************
*******投稿一覧ページ**************
*****************************/

.blogbox{
	width:32%;
	position:relative;
	padding:1%;
	margin:1% 0;
	border:1px solid #333;
	border-width:0px 0 1px 0;
}
@media screen and (max-width: 834px){
	.blogbox{
		width:100%;
		border-width:0 0 1px 0;
	}
}
.blogbox:hover{
	background-color:#fff;
}

.blogbox-space{
	width:32%;
	padding:0 1%;
	margin:0;
}
@media screen and (max-width: 834px){
	.blogbox-space{
		width:100%;
	}
}


.blogbox .area01{
	position:relative;
	width:100%;
	text-align:center;
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/02/blog-card-bg.png);
	background-position:center;
	background-size:cover;
}

.img_scbox{
    width: 100%;
    background: #eee;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 834px){
	.img_scbox{
		width: 65%;
		margin:0 auto;
	}
}
.img_scbox::before{
    content: "";
    padding-top: 60%;
    display: block;
}
.img_scbox img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

h2.card__title{
	font-size:1.5em;
	margin-top:15px;
	margin-bottom:15px;
}
.blogbox .area01 p{
	position:absolute;
	top:0;
	left:0;
	padding:1px 5px;
	background-color:#000;
	color:#fff;
}
p.card__excerpt{
	line-height:1.5em;
	color:#555;
}


.pageokuri{
	text-align:center;
}
.pageokuri .page-numbers{
	background-color: #999;
    border-radius: 50%;
    color: #fff;
}

.pageokuri .current{
font-weight:bold;
	background-color: #333;
}

/***サイドバー***/
h3.widget-sidebar-title{
	background-image: linear-gradient(90deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1)) !important;
}


/*****************************
******ふわっとアニメーション******
******************************/

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.fadein2 {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.8s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-60px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.fadein3 {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2.1s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-90px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.fadein4 {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2.4s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-120px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}






/************************************
 * モバイル用言語選択（サイドバー）
 ************************************/
@media screen and (max-width: 480px){
	.sidebar-menu-content {
		max-width: 50%;
	}
}


#sidebar-menu-content{
	background-color:#333;
}
#slide-in-sidebar{
	background-color:initial;
	color:#fff;
}

h3.widget-sidebar-title{
	background-color:initial;
	color:#fff;
	text-align:center;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	font-weight:300;
}

#slide-in-sidebar .menu-item a{
	color:#fff;
	text-align:center;
	border:1px solid #fff;
	margin-bottom:5px;
	padding:20px 5px;
}


/************************************
 * モバイル用スライドメニュー
************************************/
.navi-menu-content{
	left: auto;
	right: 0;
	transform: translateX(101%);
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/02/gold-washi-mb-menu.jpg);
	background-size:cover;
}
.navi-menu-content ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.menu-close-button {
    text-align: right;
	margin-right: 20px;
}

.navi-menu-content ul li{
	margin-bottom:10px;
	background-color:rgba(0,0,0,0.7);
}
.navi-menu-content ul li a{
	text-align:center;
	padding:13px 0;
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	display: flex;
  justify-content: center;
  align-items: center;
}
.navi-menu-content ul li a :hover{
	background-color:rgba(255,255,255,0.3);
}

.navi-menu-content ul li:nth-of-type(1){
	 width:100%;
}

.navi-menu-content ul li:nth-of-type(2) {
	 width:100%;
	aspect-ratio: 5 / 2;
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/02/bt-bg_taiken-dantai.jpg);
	background-size:cover;
	background-position:center;
}
.navi-menu-content ul li:nth-of-type(3) {
	 width:100%;	
	background-image:url(http://samurai-experience.com/wp-content/uploads/2025/02/bg-submenu03.jpg);
	background-size:cover;
	background-position:center;
}

.navi-menu-content ul li:nth-of-type(4) {
	width:100%;
	aspect-ratio:  5 / 2;
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/01/image-makimono.jpg);
	background-size:cover;
	background-position:center;
}
.navi-menu-content ul li:nth-of-type(2) a{
	 width:100%;
	aspect-ratio: 5 / 2;
	background-color:rgba(0,0,0,0.6);
}
.navi-menu-content ul li:nth-of-type(3) a{
	 width:100%;
	background-color:rgba(0,0,0,0.6);
}
.navi-menu-content ul li:nth-of-type(4) a{
	width:100%;
	aspect-ratio:  5 / 2;
	background-color:rgba(0,0,0,0.6);
}
.navi-menu-content ul li:nth-of-type(5){
	width: 48%;
	/*aspect-ratio: 1;*/
}
.navi-menu-content ul li:nth-of-type(6){
	width:48%;
	/*aspect-ratio: 1;*/
}
.navi-menu-content ul li:nth-of-type(7){
	width:48%;
	/*aspect-ratio: 1;*/
}
.navi-menu-content ul li:nth-of-type(5) a{
	width:100%;
	/*aspect-ratio: 1;*/
}
.navi-menu-content ul li:nth-of-type(6) a{
	width:100%;
	/*aspect-ratio: 1;*/
}
.navi-menu-content ul li:nth-of-type(7) a{
	width:100%;
	/*aspect-ratio: 1;*/
}


.navi-menu-content ul.sub-menu li:nth-of-type(1){
	width:31%;
	aspect-ratio: 1 !important;
}
.navi-menu-content ul.sub-menu li:nth-of-type(2){
	width:31%;
	background-image:initial;
	aspect-ratio: 1;
}
.navi-menu-content ul.sub-menu li:nth-of-type(3){
	width:31%;
	background-image:initial;
	aspect-ratio: 1;
}
.navi-menu-content ul.sub-menu li:nth-of-type(1) a{
	width:100%;
	aspect-ratio: 1 !important;
	border:1px solid #fff;
}
.navi-menu-content ul.sub-menu li:nth-of-type(2) a{
	width:100%;
	aspect-ratio: 1;
	border:1px solid #fff;
}
.navi-menu-content ul.sub-menu li:nth-of-type(3) a{
	width:100%;
	aspect-ratio: 1;
	background-color:rgba(0,0,0,0.6);
	border:1px solid #fff;
}

@media screen and (max-width: 1023px){
	.sub-menu{
		padding:10px 20px 10px 20px;
		background-color:rgba(0,0,0,0.6);
	}
	.sub-menu li.menu-item-1413, .sub-menu li.menu-item-1414, .sub-menu li.menu-item-1415{
		font-size: 0.8em;
	}
}


/************************************
 *モバイルヘッダー
************************************/
.logo-menu-button img{
	margin:initial;
	margin-left:0px;
	padding-left: 10px;
}
@media screen and (max-width: 1023px){
    .logo-menu-button {
		flex-grow: 0.3 !important;
    }
}

/************************************
 * モバイルフッター

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

.mobile-footer-menu-buttons .menu-icon{
	display:none;
}
.mobile-footer-menu-buttons {
	background-image:url(http://samurai-experience.com/wp-content/uploads/2024/05/gold-washi-mb-ft-menu.jpg);
	background-size:cover;
}
.mobile-footer-menu-buttons li a .menu-caption{
	font-size:1.6em;
	color:#000;
	border:1px solid rgba(0,0,0,0.5);
	font-family: "EB Garamond", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "sans-serif";
	margin:0 10px;
	padding:6px 10px;
}
