/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/
/*フォントのインポート>*/
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Josefin+Sans:wght@100&family=Lato:wght@100&family=Lora&family=M+PLUS+1p:wght@100&family=M+PLUS+Rounded+1c:wght@100&family=Montserrat:wght@100&family=Noto+Sans+JP:wght@100&family=Noto+Serif+JP:wght@200&family=Open+Sans:wght@300&family=Oswald:wght@200&family=PT+Sans&family=Roboto:wght@100&family=Sawarabi+Gothic&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
</style>

/*　ContactForm7のテーブル化レスポンシブ調整　*/


/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.1em 0.25em 0.25em;
    background: navy;
    border-radius: 2px;
}

/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

/*フッタークレジットの非表示*/
.site-credit {
    display:none !important;
    }

/*スマホ表示の時に改行を無視*/
@media (max-width: 768px) {

.home .home-header-text br {
    display:none;
    }    
}

.main-header{
	/*ヘッダー背景色*/
	/*background-color:#DDFFFF;*/
	/*ヘッダーの上下空白を調整*/
 	padding-top:0px;
	padding-bottom:0px;
}

/*
.main-header-original{
	top:0;
  left:0;
	position: absolute;
	z-index:1;
	width: 100%;
}
*/
/*
.main-header{
  background-color: rgba(255,255,255,0.5);
}
*/

/*フォント指定ここから*/
p {
    font-family: 'Shippori Mincho', serif;
	font-size: 11px;
    }

h2 {
    font-family: 'Shippori Mincho', serif;
	font-weight:500;
    }

.wp-block-table {
    font-family: 'Shippori Mincho', serif;
}

.main-navigation {
    font-family: 'Shippori Mincho', serif;
}

.monthly-calendar {
    font-family: 'Shippori Mincho', serif;
}

.blocks-gallery-item__caption {
	font-family: 'Shippori Mincho', serif;
}

.caption {
	font-family: 'Shippori Mincho', serif;
	font-size: 11px;
	text-align: center;
}
.site-copyright {
	font-family: 'Shippori Mincho', serif;
	font-size: 11px;
}

.insta {
	font-family: 'Shippori Mincho', serif;
}

hmenu {
	font-family: 'Shippori Mincho', serif;
	font-size: 11px;
}

.table-res-form{
	font-family: 'Shippori Mincho', serif;
}

.insta_link{
	font-family: 'Kaushan Script', cursive;
	font-size:28px;
	text-align:center;
	margin-bottom:0.5rem;
	color:#FFF;
	display:inline-block;
	position: relative;
}
.requied{
	font-size: 0.6em !important;
	font-weight:450 !important;
}

.is-style-regular {
	font-size: 11px;
}

.schedule {
	font-size: 11px;	
}

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

.uline{
    border: none !important;
	border-bottom: 1px solid #666666 !important;
	padding-top: 3em;
}

.wpcf7-submit{
	font-family: 'Shippori Mincho', serif;
}

.yubin{
	font-family: 'Shippori Mincho', serif;
}

/* googlemapのセンタリング */
.map {
	text-align:center;
}

/*h2に下線を付与*/
h2 {
  padding: 1rem 2rem;
  border-bottom: 1px solid #666666;
  background: #f4f4f4;
  background-color: transparent;
}

ruby {
    ruby-position:under;
}
/*rubyを下に表示

.ruby1 {
 display: inline;
}
.ruby1 ruby {
 display: table-cell;
}
.ruby1 rt {
 margin-top: -0.2em;
 display: block;
}*/

/*文字間調整*/
.space {
	letter-spacing: 0.1em;
}

/*投稿ページのh1タイトルを非表示*/
h1.entry-title {
	display:none;
}

/*投稿ページのタグを非表示*/
div.tags-links {
	display:none;
}

/*見学会申し込みボタン*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*その他と主な共通部分は省略*/

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border:hover:before {
  background: #fff;
}

/*グローバルナビゲーションのOpen時の幅を調整*/
.drawer-opened .drawer-navigation {
	transform: translateX(50%);
}

/*HOMEのメニュー表示*/
hmenu{
text-align: center;
}
hmenu ul{
margin: 0 ;
padding: 0 ;
}
hmenu ul li{
list-style: none;
display: inline-block;
width: 30%;
min-width: 120px;
}
hmenu ul li a{
text-decoration: none;
color: #333;
}
/* newsのリンク色変更 */
/* HOMEのメニュー表示 */
.news{
    color: #333;
	text-decoration: none;
}
/* リンクホバー時に色を変えないように設定 */
a:hover{
color: #333 !important;
}
/* サイトロゴの中央寄せ*/
.site-branding {
	margin:0 auto;
}
div.center {
	text-align:center;
}
.site-logo {
	margin-left:4.5em;
}
/* 画像コンテンツの中央寄せ */
/*.wp-block-image {
	max-width:60% !important;
	margin:0 auto;
}*/

.wp-block-media-text__content {
	margin-top: -4em;
}

@media (min-width:600px) and (max-width:767px) {
	.wp-block-column:not(:only-child) {
		flex-basis:!important;
		flex-grow:0
	}
	.wp-block-column {
	margin-bottom: -2em; !important;
	margin-top: 0em; !important;
	}
}

@media screen and (max-width: 767px) {
	.photos .wp-block-column {
		margin-top: 0em;
	}
	.wp-block-column {
		flex-basis: 15% !important;
		margin-bottom: -2em; !important;
		margin-top: 0em;
		margin-right: 0.4em; !important;
		margin-left: 0.4em !important;
	}
	.table-res-form{
	font-size:65% !important;
	}
}

.concept {
  position: relative;
  overflow: hidden;
  /*width: 300px;*/
}
.conceptcap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  font-size:40%;
  color:white;
}
h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight:600;
  color:#FFF;
}
.concept:hover .conceptcap {
  opacity: 1;
}
/* サイトデザイン*/
.footer-widget,.widget_block,.contact_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.widget.widget_block{
	margin-bottom:1.5rem;
}
.wp-block-columns{
	justify-content:center;
}
.widget a{
	text-decoration:none;
}
.drawer-hamburger:after{
	display: block;
	content:"MENU";
	width:50px;
	margin-top:30px;
	margin-left:-15px;
	font-size:8px;
	color:#000;
}
.drawer-hamburger-icon{
	top:15px;
}

.concept_caption{
	margin-bottom:0em;
}
.wp-block-image{
		margin-bottom:0em;
}
p.slide_caption.pc{
	font-size:40px;
}
p.slide_caption.tablet{
	font-size:22px;
}
p.slide_caption.mobile{
	font-size:16px;
}
.slide_caption.area{
	background-color:rgba( 255, 255, 255, 0.70 )
}
.slide_caption.area{
	padding-bottom:1em;
	padding-top:1em;
}
.insta_sc{
	width:150px;
	height:55px;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	text-align:center;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.insta_sc:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;/*全体を覆う*/
	height: 100%;/*全体を覆う*/
	border-radius: 7px;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.footer-widget-area{
	padding-top:2rem;
}

.main-header.main-header-original{
	padding-top:0.5em;
}

/* スマホ向けのサイトデザイン */
@media only screen and (max-width: 768px) {
    .site-logo {
        margin-left:0em;
    }
}
/* ソーシャルボタンデザイン */
ul.socialBtn {
	margin: 25px 0 0;
	display:flex;
	flex-wrap: wrap;
}

ul.socialBtn li{
	list-style: none;
	width: 25%;
	margin-left: 0;
	padding-left:0.5em;
	padding-right:0.5em;
}

ul.socialBtn li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 42px;
	letter-spacing: .05em;
	font-size: 16px;
	text-align: center;
}

ul.socialBtn li a.twitter {
	background: #1da1f2;
	border-radius:7px;
}

ul.socialBtn [class^="icon-"]:before,ul.socialBtn [class*=" icon-"]:before {
	margin-right: 5px;
}

@media only screen and (max-width: 768px){
	ul.socialBtn li a.twitter{
		font-size:10px;
	}
}

/* 表デザイン */
.th{
	white-space: nowrap;
}

/* ナビゲーション */
/* Drawer Button */
.drawer-hamburger {
	background-color: transparent;
	box-sizing: content-box;
	display: block;
	margin-right: -5px;
	outline: 0;
	padding: 12px 5px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 21px;
	min-width: 21px;
	z-index: 102;
}
.drawer-hamburger:hover,
.drawer-hamburger:focus {
	background-color: transparent;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #111;
	height: 2px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 100%;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:before {
	top: -6px;
}
.drawer-hamburger-icon:after {
	top: 6px;
}
.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
	.drawer-hamburger {
		padding: 15px 5px;
	}
	.drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
}

/* Drawer Navigation */
.drawer-overlay {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.drawer-navigation {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 90%;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 75px 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
	transform: translateX(50%);
}
@media screen and (min-width: 540px) {
	.drawer-navigation {
		width: 70%;
	}
	.drawer-navigation-content {
		padding: 75px 90px 75px 50px;
	}
}
@media screen and (min-width: 782px) {
	.drawer-navigation {
		width: 55%;
	}
	.drawer-navigation-content {
		padding: 90px 105px 90px 60px;
	}
}

/* Drawer Content */
.drawer-navigation ul {
	list-style: none;
	margin-bottom: 45px;
	margin-left: 0;
}
.drawer-navigation ul li {
	padding-bottom: 12px;
	padding-top: 14px;
	position: relative;
}
.drawer-navigation ul ul {
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 12px;
}
.drawer-navigation ul li li {
	padding-bottom: 10px;
	padding-top: 12px;
}
.drawer-navigation ul li li:last-child {
	padding-bottom: 0;
}
.drawer-navigation a {
	color: inherit;
	text-decoration: none;
}
.drawer-navigation a:hover {
	color: #111;
}
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
	display: inline-block;
	padding-right: 20px;
}
.drawer-navigation .dropdown-toggle {
	background-color: transparent;
	outline: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 7px;
}
.drawer-navigation .dropdown-toggle:after {
	content: "\f107";
	color: #333;
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.drawer-navigation .sub-menu {
	display: none;
}
.drawer-navigation .sub-menu.toggled-on {
	display: block;
}
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
	color: #111;
	font-weight: 700;
}
@media screen and (min-width: 782px) {
	.drawer-navigation .header-social-link {
		display: none;
	}
}

/* PCでのナビゲーションメニュー表示 */
@media screen and (min-width: 980px) {
	.drawer-overlay,.main-header-content .main-navigation,.drawer-hamburger{
		display:none;
	}
	p{
		font-size:11px;
	}
	.concept_caption{
		font-size:14px;
	}
	.is-style-regular,.concept,
	.schedule,.wp-block-image figcaption,a.news,
	.post-body{
		font-size: 16px;
	}
	.has-normal-font-size,.post-p{
		font-size: 20px;
	}
	.post-title{
		margin-top:0rem;
	}
	.back_number_text{
		font-size:11px
	}
/* Drawer Navigation */
/*.drawer-overlay {
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}*/
.drawer-navigation {
	display:block;
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	left:0;
	top: 0;
	transform: translateX(-75%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 90%;
	z-index: 101;
	/*-webkit-overflow-scrolling: touch;*/
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 75px 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
	transform: translateX(-75%);
}
.drawer-navigation ul {
	list-style: none;
	margin-bottom: 45px;
	margin-right: 0;
}
.drawer-navigation ul li {
	padding-bottom: 12px;
	padding-top: 14px;
	position: relative;
}
.drawer-navigation ul ul {
	margin-bottom: 0;
	margin-right: 1em;
	margin-top: 12px;
}
.drawer-navigation ul li li {
	padding-bottom: 10px;
	padding-top: 12px;
}
.drawer-navigation ul li li:last-child {
	padding-bottom: 0;
}
.drawer-navigation a {
	color: inherit;
	text-decoration: none;
}
.drawer-navigation a:hover {
	color: #111;
}
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
	display: inline-block;
	padding-left: 20px;
}
.drawer-navigation {
		max-width:300px;
		width: 55%;
		left:5%;
}
.drawer-navigation-content {
		padding: 90px 105px 90px 60px;
}
	.main-navigation div.menu > ul > li, .main-navigation ul.menu > li{
		display:list-item;
		right:-80%;
		width:100%;
		font-size:12px;
	}
	.drawer-navigation ul li{
		padding-bottom:8px;
		padding-top:10px;
	}
	.drawer-navigation a{
		text-align:center;
	}
	.main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a{
		padding-left:15px;
	}
	.drawer-navigation{
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
	}
}