/*
 * Theme name: beehack
 * Author: nobody
 * Version: 1.0
 */

/****  リセット  ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	clear: both;
}




/****  base  ****/
body{
	font-size: 16px;
	line-height: 1.6; 
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333;
	min-width: 1058px;
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6{
	word-wrap:break-word;
	overflow-wrap:break-word;
}

html {
  scroll-behavior: smooth;
}


/****  文字装飾  ****/

.red{color: red;}
.blue{color: blue;}
.green{color: green;}
.gray{color: gray;}

.b, strong{font-weight: bold;}

.ll{font-size: 1.6em; font-weight: bold;}
.l{font-size: 1.3em; font-weight: bold;}
.s{font-size: 0.85em;}
.ss{font-size: 0.65em;}

.back-red{background-color: #ffccff;}
.back-blue{background-color:#ccffff;}

.badge-red,
.badge-green{
	padding: 3px 8px 1px;
	margin-right: 5px;
	border-radius: 7px;
	color: #fff;
}
.badge-red{
	background-color: #e00;
}
.badge-green{
	background-color: #060;
}

.clear{
	clear: both;
	line-height: 0;
	overflow: hidden;
}
.space{
	clear: both;
	height: 2.5em;
}
.space-s{
	clear: both;
	height: 1.0em;
}
.space-ss{
	clear: both;
	height: 0.5em;
}

.text-center {
	margin: 0 auto;
}

.no-deco{text-decoration: none;}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

img {
	vertical-align:top;
}

.std-button a {
    border-radius: 100px;
    display: inline-block;
    padding: 5px 43px;
    box-sizing: border-box;
    background: #e3ba08;
    color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    border: 3px solid #e3ba08;
}
.std-button a:hover {
	background-color: #fff;
	color: #e3ba08;
	cursor: pointer;
}

.std-button2 a {
    border-radius: 100px;
    display: inline-block;
    padding: 5px 43px;
    box-sizing: border-box;
    background: #fcf7e8;
    color: #333;
	font-size: 1.3em;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    border: 3px solid #fcf7e8;
}
.std-button2 a:hover {
	background-color: #fff;
	color: #878788;
	cursor: pointer;
}

.toumei-button {
    border-radius: 100px;
    display: inline-block;
    padding: 5px 43px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
	font-size: 1.3em;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    border: 3px solid rgba(0, 0, 0, 0);
}

.std-label {
    border-radius: 100px;
    display: inline-block;
    padding: 2px 43px;
    box-sizing: border-box;
    background: #db9018;
    color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.std-label-big {
    border-radius: 100px;
    display: inline-block;
    padding: 2px 43px;
    box-sizing: border-box;
    background: #db9018;
    color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.width-full {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: 100vw;
}
.width-full img {
	width: 100%;
}

/****  ベーシックレイアウト  ****/
.main{
	width: 1058px;
	margin: 0 auto;
}

.page-footer{
	clear: both;
	padding: 0 0 30px;
	color: #333;
}





/****  ヘッダー  ****/
.header {
    background-color: #fff;
}

.header-inner{
	width: 1058px;
	margin: 0 auto;
}

.header-img{
	display: block;
	max-width: 100%;
}

.head-parent {
	color: #db9018;
	background-color: #fff;
    display: flex;
    justify-content: space-between;
	align-items: center;
	height: 100px;
}
.head-child1 {
	background-color: #fff;
}
.head-child2 {
	background-color: #fff;
}


/* トップメニュー */
.navi-list {
    z-index: 5;
}
.navi-list ul{
	list-style-type: none;
	margin: 0px auto 0;
	text-align:center;
}
.navi-list li{
	float:left;
	padding: 0 10px 0 10px;
	position: relative;
}
.navi-list li::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #db9018;
  position: absolute;
  right: -1px;
  top: calc((100% - 18px)/2);
}
.navi-list li:last-child::after {
  content: none;
}
.navi-list li a {
	color: #db9018;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:  none;
}
.navi-list a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #db9018;
bottom: -5px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}
.navi-list a:hover::after {
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

/* フッターメニュー */
.footer-navi-list {
    z-index: 5;
}
.footer-navi-list ul{
	list-style-type: none;
	margin: 0px auto 0;
	text-align:center;
}
.footer-navi-list li{
	float:left;
	padding: 0 10px 0 10px;
	position: relative;
}
.footer-navi-list li::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #db9018;
  position: absolute;
  right: -1px;
  top: calc((100% - 18px)/2);
}
.footer-navi-list li:last-child::after {
  content: none;
}
.footer-navi-list li a {
	color: #db9018;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:  none;
}
.footer-navi-list a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #db9018;
bottom: -5px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}
.footer-navi-list a:hover::after {
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.current a::after {
position: absolute;
left: 0;
bottom: -5px;
content: '';
width: 100%;
height: 2px;
background: #db9018;
transform-origin: left top;
transform: scale(1, 1);
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
    display: none;
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #333;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/****  パンくず  ****/
.bread {
    margin-top: 20px;
}
/*
.bread{
	font-size: 0.84em;
	padding: 6px !important;
	color: #878788;
	margin: 40px 0 10px;
}
.bread i{
	margin-right: 2px;
}
.bread ul li{
	display: inline;
}

.bread a{
	text-decoration: none;
	color: #777;
}
*/



.clear3{
	clear: both;
}

.top-main-image-position {
    background-color: #fbf7e7;
}

.top-main-image-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.top-main-image-container img {
    width: 100%;
}

.top-main-image-strings {
    display: block;
    position: absolute;
    color: #db9018;
    top: 221.2px;
    left: 82.5px;
    font-size: 3.0em;
    line-height: 1.1;
}

.top-main-image-strings-pc {
    display: none;
    position: absolute;
    color: #db9018;
    top: 20.2vw;
    left: 7.5vw;
    font-size: clamp(0.5rem,4.4vw,4rem);
    line-height: 1.1;
}

.top-main-image-strings-sp {
    display: none;
    position: absolute;
    color: #db9018;
    top: 23.2vw;
    left: 7.7vw;
    font-size: clamp(0.5rem,4.4vw,4rem);
    line-height: 1.1;
}

.station-image-position {
    background-color: #fff;
}

.station-image-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.station-image-container img {
    width: 100%;
}

.station-image-strings {
    display: block;
    position: absolute;
    color: #878788;
    top: 187.4px;
    left: 110px;
    font-size: 1.95em;
}

.station-image-strings-pc {
    display: block;
    position: absolute;
    color: #878788;
    top: 17vw;
    left: 10vw;
    font-size: clamp(0.5rem,2.78vw,4rem);
}

.station-image-strings-sp {
    display: block;
    position: absolute;
    color: #878788;
    top: 17.4vw;
    left: 10vw;
    font-size: clamp(0.5rem,2.77vw,4rem);
}

/****　　投稿・固定ページ  ****/
.content-box{
	background-color: #fff;
	padding: 0 30px 30px;
	position: relative;
	overflow: hidden;
}
.content-header{
	margin: 0 -43px 10px;
	padding: 10px 43px 10px;
}

h1.title{
	font-size: 2.4em;
	color: #333;
	line-height: 2.0;
	margin: 45px 0 40px;
	font-weight: bold;
}

.content-header .up-date,
.content-header .cat-link{
	text-align: right;
	float: none;
}

.eye-catch{
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
	box-shadow: 0 2px 5px #999;
	clear: both;
}
.content{
	margin-bottom: 50px;
	clear: both;
}
.content p{
    font-size: 1.1em;
	margin-bottom: 1em;
}

.content h2{
	position: relative;
	display: inline-block;
	padding: 20px;
	text-align: center;
	color: #db9018;
}

.text-mascot {
    margin: 0 auto;
    position: relative;
    padding: 3px 0;
    color: #db9018;
    font-size: 1.8em;
    margin-bottom: -20px;
    width: fit-content;
    margin-top: 150px;
    line-height: 1.4;
}

.text-mascot::before {
	content: '';
	position: absolute;
    width: 522px;
    height: 185px;
    top: -185px;
    left: calc(50% - 270px);
    background: url(./images/beehack_midashi.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

.midashi2 {
	margin: 0 auto;
	position: relative;
	padding: 5px 0 5px;
	color: #db9018;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: -26px;
}

.small-h2 {
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
}

.content h3 {
    position: relative;
    margin-bottom: 8px;
    padding: 0;
    color: #db9018;
    border-bottom: 8px dotted;
    font-weight: bold;
    font-size: 2.6em;
}

.content-align-center {
    text-align: center;
}

.content h4{
    display: inline;
	background: linear-gradient(transparent 70%, #ffef00 70%);
	font-size: 2.0em;
	font-weight: bold;
	color: #db9018;
	width: fit-content;
}

.content h5 {
    position: relative;
    margin-bottom: 8px;
    padding: 5px 0 0;
    color: #db9018;
    border-bottom: 6px dotted #251e1c;
    font-weight: bold;
    font-size: 1.6em;
}

/* 固定ページ見出し */
h1.page-midashi {
    color: #fff;
    background-color: #e5c337;
    width: 100%;
    padding: 65px 0;
    font-size: 3.4em;
    font-weight: bold;
    text-align: center;
}

ul.Question {
    list-style-type: none; /* リストマーカーを一旦削除 */
    text-indent: -1.4em;
    margin-left: 1.4em;
}

ul.Question li.QA_A {
    font-size: 1.2em;
}

ul.Question li.QA_Q {
    font-size: 1.2em;
    font-weight: bold;
}

ul.Question li.QA_A:before {
    content: 'Ａ '; /* リストマーカーにしたい文字列を設定 */
    color: #358eef;
}

ul.Question li.QA_Q:before {
    content: 'Ｑ '; /* リストマーカーにしたい文字列を設定 */
    color: #d47f8a;
}

.QA_A_border {
    height: 24px;
    border-bottom: 1px solid #878788;
    margin-left: -1.4em;
}

.QA_Q_border {
    border-bottom: 1px dashed #878788;
    margin-left: -1.4em;
}

/****  フッター  ****/
.footer p{
    margin-bottom: 1em;
}

.footer-parent {
    height: 100px;
	color: #009ee5;
	background-color: #fff;
  display: flex;
  justify-content: space-between;
	align-items: center;
	height: 100px;
}
 
.footer-logo::before {
    content: url(./images/fn_mascot.png);
    transform: scale(0.7);
    position: relative;
      margin-left: -30px;
  }
  
/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 70px;
}

/*wp-pagenavi 改ページプラグインの装飾*/
.wp-pagenavi {
	clear: both;
	text-align:center;
    margin-top: 30px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	background:-moz-linear-gradient( center top, #db9018 5%, #ff9e03 100% );
	background:-ms-linear-gradient( top, #db9018 5%, #ff9e03 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db9018', endColorstr='#ff9e03');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #db9018), color-stop(100%, #ff9e03) );
	background-color:#db9018;
	border:1px solid #db9018;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#db9018; 
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background:-moz-linear-gradient( center top, #ff9e03 5%, #db9018 100% );
	background:-ms-linear-gradient( top, #ff9e03 5%, #db9018 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#db9018');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff9e03), color-stop(100%, #db9018) );
	background-color:#ff9e03;
	border-color: #db9018;
	font-weight: bold;
    }

/* ページ区切り背景色 */
.about-grouphome {
	background-color: #fcf7e8;
}

.service-naiyo {
	background-color: #e5c337;
}

.riyo-ryokin {
	background-color: #fff;
}

.sns-area {
	background-color: #e5c337;
}

.oshirase-area {
	background-color: #fff;
}

.access-area {
	background-color: #fcf7e8;
}

.eigyo-jikan-area {
	background-color: #e5c337;
}

.footer-area {
	background-color: #fff;
	height: 330px;
    padding-top: 55px;
}

.page-footer-area {
	background-color: #fff;
}

.footer-end {
	background-color: #e5c337;
	height: 40px;
}

.pc { display: block !important; }
.sp { display: none !important; }
.top-main-image-strings { display: block !important; }
.top-main-image-strings-pc { display: none !important; }
.top-main-image-strings-sp { display: none !important; }
.station-image-strings { display: block !important; }
.station-image-strings-pc { display: none !important; }
.station-image-strings-sp { display: none !important; }

/* ビーハックステーションとは？ */
.about-beehack-wrap {
	width: 940px;
	margin: 0 auto;
	border-radius: 80px;
	padding: 30px;
    background-color: #fff;
}

.about-beehack-exp {
	width: 800px;
    margin-left: 20px;
	position: relative;
}

.about-beehack-exp-detail {
	position: absolute;
	top: 30px;
	left: 80px;
	font-size: 0.43em;
	color: #717071;
	line-height: 1.2;
	font-weight: bold;
}

.about-beehack-type-wrap {
	width: 820px;
    margin: 0 auto;
}

.about-beehack-type-wrap ul {
    list-style-type: none;
    margin-left: 40px;
}

.about-beehack-type-wrap ul li {
    font-size: 1.2em;
	color: #717071;
}

.black-bold {
	font-weight: bold;
	color: #000;
}

.station-riyo ol  {
  margin: 0;
  padding: 0
}
.station-riyo ol li  {
	color: #000;
    font-size: 1.1em;
	font-weight: bold;
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* サービス内容 */
.service-naiyo-box {
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	padding: 30px 20px 50px;
    border-radius: 80px;
}

/* 店舗の特徴 */
.tenpo_tokucho_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-top: 20px;
}

.tenpo_tokucho_box {
    margin-bottom: 15px;
}

.figure_word_wrap {
    display: table;
}

.tenpo_tokucho_img_box {
	width: 260px;
	height: auto;
}

.tenpo_tokucho_img_box img {
	object-fit: cover;
    width: 260px;
    height: 186px;
}

.tenpo_tokucho_figcaption {
    font-size: 1.1em;
    line-height: 1.4;
    margin-top: 10px;
    display:table-caption ;
    caption-side:bottom;
    color: #717071;
}

/* ご利用料金 */
.ryokin-table {
    width: 940px;
    margin: 0 auto;
    border: 2px solid #251e1c;
}

.ryokin-table th, td {
    font-size: 1.4em;
    border-bottom: 2px dotted #251e1c;
}

.ryokin-table th {
    color: #db9018;
    border-right: 2px dotted #251e1c;
    width: 25%;
    vertical-align: middle;
}

.ryokin-table td {
    color: #403d3c;
    width: 75%;
    padding-left: 30px;
}

.ryokin-table tr:last-of-type > th, tr:last-of-type > td {
    border-bottom: none;
}

/* SNSエリア */
.sns-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 15px 15px;
    padding-top: 30px;
}

.sns-wrap1 {
    width: 990px;
    height: 500px;
}

.sns-wrap2 {
    width: 490px;
    height: 500px;
}

.sns-wrap3 {
    width: 315px;
    height: 500px;
}

.sns-facebook-wrap {
    width: 315px;
    height: 500px;
}

.sns-twitter-wrap {
    width: 315px;
    height: 500px;
}

.sns-instagram-wrap {
    width: 315px;
    height: 500px;
}

/* お知らせ */
.oshirase-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 960px;
	margin: 0 auto;
}

.oshirase-box {
	width: 275px;
    height: auto;
    margin-bottom: 10px;
}

.oshirase-box img {
    object-fit: cover;
    width: 290px;
    height: 200px;
}

.oshirase-box-figcaption {
    font-size: 1.2em;
    line-height: 1.4;
    color: #717071;
}
.up-date{
	font-size: 1.0em;
	margin-top: -2px;
    color: #717071;
}

.oshirase-more {
	margin-top: -8px;
}

.oshirase-more a {
	font-size: 0.9em;
	text-decoration: none;
	color: #9dc25c;
}

.oshirase-more a:hover {
	color: #c9d6b2;
}

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

.std-big-font {
	font-size: 1.5em;
	color: #878788;
}

/* アクセス */
.map-wrap {
	width: 960px;
	margin: -15px auto 0;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 43.75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address-tel {
	color: #878788;
	margin-top: 20px;
	text-align: center;
    font-size: 1.2em;
}

/* 営業時間 */
.eigyo-jikan-wrap {
	width: 410px;
	height: 90px;
	margin: 0 auto;
}

.eigyo-jikan-line1 {
	border-bottom: 1px solid #fff;
	text-align: center;
}

.eigyo-jikan-label {
    display: inline-block;
    padding: 2px 15px;
    background: #fff;
    color: #9dc25c;
	font-size: 1.1em;
	font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.eigyo-jikan-text {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

.eigyo-jikan-line2 {
	margin-top: 5px;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

/* お知らせ一覧 */
.oshirase-list-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.oshirase-list-box {
    width: 332px;
    padding: 20px;
    font-size: 1.4em;
    border: 1px solid #878788;
}

.oshirase-list-box img {
    width: 290px;
    height: 200px;
    object-fit: cover;
}

.oshirase-list-title {
    line-height: 1.2;
    color: #717071;
}
.oshirase-list-date {
    margin-top: 2px;
    font-size: 0.9em;
    color: #717071;
}

.oshirase-list-more {
    margin-top: -10px;
}

.oshirase-list-more a {
	text-decoration: none;
	color: #9dc25c;
    font-size: 0.8em;
}

.oshirase-list-more a:hover {
	color: #c9d6b2;
}

/* お知らせ詳細 */
.oshirase-detail-title-wrap {
    border: 1px solid #878788;
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 20px 0;
}
.oshirase-detail-child1 {
	background-color: #fff;
}
.oshirase-detail-child2 {
	background-color: #fff;
}

.oshirase-detail-title-image {
    width: 360px;
}

.oshirase-detail-title-image img {
    width: 360px;
    height: 250px;
    object-fit: cover;
}

.oshirase-detail-title-box {
    padding: 30px 20px;
}

.oshirase-detail-title {
    color: #333;
    font-size: 1.6em;
}

.oshirase-detail-date {
    font-size: 1.3em;
}

.category-label {
    border-radius: 10px;
    display: inline-block;
    padding: 1px 13px;
    box-sizing: border-box;
    background: #d2ebff;
    color: #878788;
	font-size: 1.1em;
	font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

/* ページング・戻るボタン */
.oshirase-detail-button-wrap {
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.oshirase-detail-button-child1 {
	background-color: #fff;
}

.oshirase-detail-button-child2 {
	background-color: #fff;
}

/* お問い合わせ */
.inquiry-wrap-border {
    border: 1px solid #878788;
    padding: 30px;
}

.table-res-form {
    width: 100%;
}
  
.hissu {
    border-radius: 5px;
    display: inline-block;
    padding: 1px 10px 1px;
    box-sizing: border-box;
    background: #db9018;
    color: #fff;
	font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    margin-right: 1.0em;
}

.table-res-form dl {
    display: table;
    width: 100%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-res-form dt {
    display: table-cell;
    width: 35%;
    font-size: 1.0em;
    font-weight: bold;
}

.form-label-middle {
    vertical-align: middle;
}

.table-res-form dd {
    display: table-cell;
    font-size: 1.0em;
}

.table-res-form-hr {
    border-bottom: 1px solid #878788;
}

/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
  
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin: .2em 0;
    width: 100%;
    font-size: 1em;
}

.table-res-form textarea {
    font-family: "Noto Sans JP", Sans-Serif;
}

.table-res-form select, input[class="mwform-region"] {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin: .2em 0;
    width: 20%;
    font-size: 1em;
}

.table-res-form input[type="radio"]:hover {
    cursor: pointer;
}

.mwform-radio-field label:hover {
    cursor: pointer;
}

.table-res-form-under-line {
    border-bottom: 1px solid #878788;
}

.table-res-form input[type="text"][class="mwform-name"] {
    width: 25%;
}

.p-locality {
    width: 45% !important;
}

.table-res-form input[type="text"][class="mwform-tel"] {
    width: 10%;
}

.mwform-zip-field input[type="text"] {
    width: 11%;
}

.mwf_button {
	border: 2px #e3ba08 solid;
	padding: 0.2em 1em;
	border-radius: 5px;
	background-color: #e3ba08;
	color: #fff;
    font-size: 1.1em;
	font-weight: bold;
    margin-top: 20px;
}

.mwf_button:hover {
	border: 2px #e3ba08 solid;
	background-color: #fff;
	color: #e3ba08;
    cursor: pointer;
}

div > .inquiry-thanks-image {
    display: block;
}

div > .inquiry-thanks-image img {
    float: left;
}

.inquiry-thanks {
    text-align: left !important;
}

.inquiry-thanks-btn {
    text-align: left;
}

.mw_wp_form .error {
    display: inline-block;
}

.error-404 {
    display: list-item;
    text-align: center;
    list-style-type: none;
}




@media screen and (max-width: 1200px) {
    h1.page-midashi {
        background-size: 100% auto;
    }

    .sns-area {
        background-size: 100% auto;
    }
}


@media screen and (max-width: 1100px) {
    .top-main-image-container {
        width: 100%;
    }
    .station-image-container {
        width: 100%;
    }
    .top-main-image-strings { display: none !important; }
    .top-main-image-strings-pc { display: block !important; }
    .top-main-image-strings-sp { display: none !important; }
    .station-image-strings { display: none !important; }
    .station-image-strings-pc { display: block !important; }
    .station-image-strings-sp { display: none !important; }

}


@media screen and (max-width: 1090px) {
body{
	min-width: 0; 
	width: 100%;
}

.header-inner{
	width: 100%;
}

.menu-mobile{
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0 4px;
	cursor: pointer;
}

.top-main-image-strings {
    top: 20.1vw;
    left: 7.1vw;
    font-size: clamp(0.5rem,4.52vw,4rem);
}

.station-image-strings {
    top: 13.5vw;
    left: 17.8vw;
    font-size: clamp(1rem,2.5vw,4rem);
}

.main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content-box{
	width: 100%;
	padding: 0 30px 30px;
	overflow: hidden;
	box-shadow: none;
}
.content-header{
	margin-left: -7%;
	margin-right: -7%;
	padding-left: 6%;
	padding-right: 6%;
}
.content-header .bread{
	margin-left: 0;
}
.bread{
	margin-top: 20px;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 75px;
}


}

@media screen and (max-width: 1019px) {
    .ryokin-table {
        width: 100%;
    }
    
    .about-beehack-wrap {
        width: 100%;
    }

    .map-wrap {
		width: 100%;
	}
	
    .oshirase-wrap {
		width: 100%;
	}

}

@media screen and (max-width: 960px) {

/*========= レスポンシブナビゲーションのためのCSS ===============*/

.navi-list{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    left: -120%;
	width:80%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(0, 0, 0, 0.8);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
.navi-list.panelactive{
    left: 0;
}

/*ナビゲーションの縦スクロール*/
.navi-list.panelactive .navi-list-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 80%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.navi-list ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/
.navi-list li{
    float: none;
	list-style: none;
    text-align: center;
    padding: 0;
}

.navi-list li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    font-size: 1.2em;
}

.navi-list li::after {
    content: none;
  }
  
  .navi-list a::after {
    content: none;
  }
  
  .navi-list a:hover::after {
      content: none;
  }
  .footer-navi-list {
    display: none;
  }

      h1.page-midashi {
        padding: 50px 0;
    }
    
    .footer {
        padding: 0;
    }
    .footer-area {
        height: 150px;
    }
    .openbtn {
        display: block;
    }
    .footer-parent {
        height: 30px;
    }

    .station-naiyo-wrap {
		width: 100%;
	}
    
    .about-beehack-exp {
        width: 100%;
    }
    
    .about-beehack-type-wrap {
        width: 100%;
    }

    .station-riyo-wrap {
		width: 100%;
	}

    .station-riyo-type-wrap {
		width: 100%;
	}

    .station-naiyo-exp {
        width: 100%;
    }

    .service-naiyo-box {
		width: 100%;
	}

    .about-beehack-exp {
        margin-left: 0;
    }
}

	


@media screen and (max-width: 850px) {
.header-inner{
	padding-top: 0;
	padding-bottom: 0;
}

.content-box{
	padding: 0 30px 30px;
}
.content-header{
	margin-left: -6%;
	margin-right: -6%;
	padding-left: 5%;
	padding-right: 5%;
}

h1.title{
	font-size: 1.7em;
	margin: 30px 2% 20px;
}

.ryokin-table th {
    border-right: none;
}

.ryokin-table th, td {
    display: block;
    width: 100% !important;
}

.ryokin-table tr:last-of-type > th {
    border-bottom: 2px dotted #251e1c;
}

.about-beehack-exp-detail {
    top: 20px;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 73px;
}
}


@media screen and (max-width: 830px) {
    .table-res-form dt {
        display: table-row;
    }
}

@media screen and (max-width: 800px) {
    .table-res-form input[type="text"][class="mwform-name"] {
        width: 40%;
    }
    .mwform-zip-field input[type="text"] {
        width: 25%;
    }
    .table-res-form select, input[class="mwform-region"] {
        width: 35%;
    }
    .p-locality {
        width: 60% !important;
    }
    .table-res-form input[type="text"][class="mwform-tel"] {
        width: 26%;
    }
}

@media screen and (max-width: 720px) {
.clear3{
	clear: none;
}
.clear2{
	clear: both;
}


}




@media screen and (max-width: 620px) {
    .table-res-form dl {
        padding: 10px 10px;
    }
}

	
@media screen and (max-width: 591px) {
    .sns-wrap1 {
        width: 100%;
    }
    
    .sns-wrap2 {
        width: 100%;
    }
    
    .sns-wrap3 {
        width: 100%;
    }
}
	
@media screen and (max-width: 560px) {
    .text-mascot::before {
        width: 400px;
        height: 142px;
        top: -145px;
        left: calc(50% - 210px);
    }
}
	
@media screen and (max-width: 520px) {
    .about-beehack-exp {
        margin-left: 0px;
    }

    .about-beehack-exp-detail {
        top: 0px;
        left: 60px;
    }
}

	
@media screen and (max-width: 500px) {
    .inquiry-wrap-border {
        padding: 10px;
    }

    div > .inquiry-thanks-image {
        text-align: center;
    }

    div > .inquiry-thanks-image img {
        float: none;
    }
        
    .inquiry-thanks {
        text-align: unset;
        clear: both !important;
    }

    .inquiry-thanks-btn {
        text-align: center;
    }
}

@media screen and (max-width: 490px) {
    .oshirase-detail-title-image img {
    width: 100%;
    height: auto;
}
}

@media screen and (max-width: 480px) {
    .oshirase-detail-title-image {
    width: 100%;
}
}

@media screen and (max-width: 466px) {
	.eigyo-jikan-wrap {
		width: 100%;
	}
	.eigyo-jikan-area {
		font-size: 0.9em;
	}
    h1.page-midashi {
        padding: 40px 0;
        font-size: 2.4em;
    }
}

@media screen and (max-width: 460px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .top-main-image-strings { display: none !important; }
    .top-main-image-strings-pc { display: none !important; }
    .top-main-image-strings-sp { display: block !important; }
    .station-image-strings { display: neno !important; }
    .station-image-strings-pc { display: none !important; }
    .station-image-strings-sp { display: block !important; }
        
    .top-main-image-strings {
        top: 23.3vw;
        left: 7.7vw;
        font-size: clamp(0.5rem,4.6vw,2rem);
    }
    .station-image-strings {
        top: 15.3vw;
        left: 13.2vw;
        font-size: clamp(0.4rem,2.9vw,4rem);
    }
}


@media screen and (max-width: 450px) {
body{
	font-size: 14px;
}

.bread ul li{
	margin: 0 3px;
}

.clear3,
.clear2{
	clear: both;
}
.content-box{
	padding: 0 20px 30px;
}
.content-header{
	margin-left: -5%;
	margin-right: -5%;
	padding-left: 4%;
	padding-right: 4%;
}

h1.title{
	font-size: 1.5em;
	margin: 30px 2% 20px;
}

.footer p{
	font-size: 0.9em;
}
.to-top{
	right: 3px;
}
.to-home{
	right: 56px;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 69px;
}
}


@media screen and (max-width: 420px) {
    .address-tel {
       font-size: 1.0em;
    }
    .std-label {
        padding: 2px 20px;
    }
    .station-naiyo-exp-detail {
        font-size: 0.41em;
    }
    .text-mascot::before {
        width: 350px;
        height: 124px;
        top: -130px;
        left: calc(50% - 180px);
    }
}


@media screen and (max-width: 350px) {

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 66px;
}
}

#bunka {
	display: none;
}
