﻿@charset "UTF-8";
/* honeybee CSS Document */

html {
  box-sizing: border-box;
  background-color: #ffffff;
}

*, *::after, *::before {
  box-sizing: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body{
  margin: 0;
  padding-top: 65px;
  
  * {
    box-sizing: border-box;
  }
  
  .is-menuOpen & {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}



/* ===============================================
ハンバーガースタイリング
=============================================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  z-index: 999;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #e8851c;
}
header #btn {
  position: relative;
  background: none;
  border: none;
margin: 0px 0 0 0;
}
header #btn:before {
   content: url(menu.gif);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  height: 60px;
}
header #btn.is-active:before {
  content: url(close.gif);
  height: 60px;
}
header #menu {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0px 15px 0 0;
  width: 60%;
  height: 0;
  background-color: #f78e1e;
  overflow: auto;
  transition: height 0.5s ease-in-out;
}

.header__logo {
margin: 0;
padding: 0;
font-size: 15px;
font-weight: normal;
color: #ffffff;
text-align: center;
width: 100%
}

.nav__item a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 12px 0 12px 25px;
  text-transform: uppercase;
}
.nav__item a:hover {
  color: #0f5474;
  background-color: #fff;
}

/**************** ここまで、メニューのスタイリング ****************/

.container {
width: 100%;
margin: 0 auto;
background-color: #ffffff;
max-width: 900px;
padding: 0px 0 0 0;
  z-index: 20;
}

.clear {
  all: initial;
}

.imgsize {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
/*
aspect-ratio: 3/1;
background-repeat: no-repeat;
background-image: url("img/hbe_top.jpg");
background-size:contain;
*/
}

/**************** ランダム800　以上 ****************/
.random_space {
/*
display: block;
position: absolute;
background-color: #dddddd;
width: 70%;
left: 300px;
top: 80px;
*/
display:none;
}
@media screen and (min-width: 800px) {
.random_space {
display: block;
position: absolute;

width: 70%;
left: 60px;
top: 80px;
}
}

/**************** ランダム800　以下 ****************/

.random_space_m {
display:none;
}
@media screen and (max-width: 799px) {
.random_space_m {
display: block;
position: absolute;

width: 70%;
left: 30px;
top: 18%;

}
}

/**************** コンテンツ ****************/

.content {
width: 100%;
background-color: #fff7e1;
max-width: 1000px;
margin: 0 auto;
padding: 5px 0px 5px 0px;
margin-top: 0px;
}
@media screen and (min-width: 450px) {
.content {
width: 100%;
background-color: #fff7e;
max-width: 1200px;
margin: 0 auto;
padding: 15px 25px 10px 25px;
border-radius: 25px 0px 25px 0px;
margin-top: 0px;
}
}

.imagesbox {
display: block;
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 12px 0 6px 0;
background-color: #ffffff;
text-align: center;
}
.imagesbox img {
width: 100%;
max-width: 1140px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}

<!-- スタッフ写真用　-->
.imagesbox2 {
display: block;
max-width: 600px;
width: 100%;
margin: 0 auto;
padding: 12px 0 6px 0;
background-color: #ffffff;
text-align: center;
}
.imagesbox2 img {
width: 100%;
max-width: 600px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}

/**************** H１ ****************/
.content h1 {
font-size: 17px !important;
letter-spacing: 1px;
background-color: #fcbd49 !important;
font-weight: normal !important;
color: #350000 !important;
padding: 0.5em 1em calc(0.5em - 6px) !important;
padding-top: 10px !important;
padding-bottom: 8px !important;
position: relative !important;
display: block !important;
margin: 10px 0 15px 0 !important;
}
@media screen and (min-width: 460px) {
.content h1 {
font-size: 20px !important;
letter-spacing: 1px;
background-color: #fcbd49 !important;
font-weight: normal !important;
color: #350000 !important;
padding: 0.5em 1em calc(0.5em - 6px) !important;
padding-top: 10px !important;
padding-bottom: 8px !important;
position: relative !important;
display: block !important;
margin: 10px 0 15px 0 !important;
}
}
.content h1::after {
content: '' !important;
background-color: #fdd58a !important;
width: 100% !important;
height: 3px !important;
position: absolute !important;
bottom: -6px !important;
left: 0 !important;
}

.content h2 {
font-size: 17px;
display: block;
font-weight: normal;
padding: 0.5em 1em;
padding-top: 10px;
padding-bottom: 8px;
background-color:#f3a30c;
color: #fff;
overflow: hidden;
position: relative;
margin: 30px 0 5px 0;
letter-spacing: 0px;
}
@media screen and (min-width: 1024px) {
.content h2 {
font-size: 17px;
display: block;
font-weight: normal;
padding: 0.5em 1em;
padding-top: 10px;
padding-bottom: 10px;
background-color:#f3a30c;
color: #fff;
overflow: hidden;
position: relative;
margin: 30px 0 15px 0;
letter-spacing: 2px;
}
}

.content h2::after {
content: ''!important;
background-color: #fff!important;
opacity: 0.3!important;
transform: rotate(-65deg)!important;
position: absolute!important;
bottom: -250px!important;
right: -250px!important;
width: 300px!important;
height: 500px!important;
}

.content h3 {
display: block;
border-bottom: 2px solid;
border-color: #c53e03;
padding: 5px 2px 5px 10px;
font-size: 17px;
font-weight: normal;
color: #511c1c;
letter-spacing: 2px;
margin: 20px 0px 10px 5px;
}
@media screen and (min-width: 1024px) {
.content h3 {
display: block;
border-bottom: 2px solid;
border-color: #c53e03;
padding: 5px 2px 5px 10px;
font-size: 17px;
font-weight: normal;
color: #511c1c;
letter-spacing: 2px;
margin: 20px 0px 10px 5px;
}
}


/**************** H４ ****************/
.content h4 {
display: block;
font-size: 16px;
color: #540c20;
letter-spacing: 1px;
font-weight: normal;
position: relative;
padding: .5em 1.6em;
margin: 12px 0 4px 10px;
}
@media screen and (min-width: 460px) {
.content h4 {
display: block;
font-size: 16px;
color: #540c20;
letter-spacing: 1px;
font-weight: normal;
position: relative;
padding: .5em 1.6em;
margin: 12px 0 4px 10px;
}
}

.content h4::before {
display: inline-block!important;
position: absolute!important;
transform: translateY(-50%)!important;
width: 12px!important;
height: 12px!important;
border: 2px solid #c22e05 !important;
content: ''!important;
}
.content h4::after {
display: inline-block!important;
position: absolute!important;
transform: translateY(-50%)!important;
width: 12px!important;
height: 12px!important;
border: 2px solid #c22e05!important;
content: ''!important;
}
.content h4::before {
top: calc(50% - 3px)!important;
left: 0!important;
}
.content h4::after {
top: calc(50% + 3px)!important;
left: 5px!important;
}

/**************** テキスト ****************/

.text {
margin: 10px 10px 10px 10px;
padding: 0 8px 0 8px;
font-size: 16px;
font-weight: normal;
line-height: 170%;
color: #262626;
text-align: left ;
}

.text p{
padding-left: 10px;
}

.note1{
margin: 10px 0px 15px 0px;
padding-left: 10px;
font-size: 14px;
font-weight: normal;
line-height: 150%;
color: #262626;
}


main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  z-index: 20
}

/**************** footer ****************/

main footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 20px 20px 20px;
  background-color: #fb9366;
}
main footer::after {
  clear: both;
  content: "";
  display: block;
}
main footer .logo {
  font-size: 28px;
  color: whitesmoke;
  line-height: 0;
  margin-bottom: 8px;
  margin-right: 4px;
}
@media screen and (min-width: 1024px) {
  main footer .logo {
    float: left;
    margin-bottom: 0;
  }
}
main footer ul {
  line-height: 1.5;
  margin: 0 0 16px 0;
  padding: 0;
}
main footer ul::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 1024px) {
  main footer ul {
    float: left;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: 16px;
  }
  main footer ul::after {
    clear: both;
    content: "";
    display: block;
  }
}
main footer ul li {
  list-style: none;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  main footer ul li {
    display: inline;
    text-align: left;
  }
}
main footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
main footer ul li a:focus, main footer ul li a:hover {
  color: #330033
}
@media screen and (min-width: 1024px) {
  main footer .secondary-links {
    float: right;
  }
}
main footer .secondary-links li a {
  font-size: 12px;
  font-weight: 100 !important;
}
main footer .secondary-links .social {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 1024px) {
  main footer .secondary-links .social {
    float: right;
    margin-top: 0;
  }
}
main footer .secondary-links .social li {
  float: left;
  font-size: 1em;
  line-height: 0;
  margin: 0;
  padding-right: 0.7em;
}
main footer .secondary-links .social li:last-child {
  padding-right: 0;
}
main footer .secondary-links .social li > a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 30px;
}
main footer .secondary-links .social li > a:hover {
  background-color: white;
}

.footersign {
margin: 5px 0 15px 0 !important;
display: block;
background-color: #fb9366 !important;
}
@media screen and (min-width: 1024px) {
.footersign {
margin: 50px 0 15px 0 !important;
display: block;
background-color: #fb9366 !important;
}
}

.footersign h4 {
padding: 5px 0 5px 15px !important;
font-size: 16px !important;
font-weight: normal !important;
letter-spacing: 1px;
margin: 15px 0 15px 0 !important;
color: #ffffff;  
}

.footersign h5 {
font-size: 13px !important;
font-weight: normal !important;
margin: -15px 0 15px 25px !important;
color: #ffffff;
}


.maillink {
	width: 70%;
	font-size: 120%;
	font-weight: normal;
	line-height: 140%;
	margin: 20px 0px 20px 0px;
	text-align: center;
letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
.maillink {
	width: 85%;
	font-size: 120%;
}
}



.maillink a {
	display: block;
	height: 60px;
	padding: 16px 10px 10px 10px;
	text-decoration: none;
	color: #310000;
	background-color: #4ebe81;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 1px 2px 3px #999999;
	-webkit-box-shadow: 1px 2px 3px #999999;
	box-shadow: 1px 2px 3px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.maillink a:hover {
	color: #ffffff;
	background-color: #338c5b;
	-moz-box-shadow: -1px -2px 3px #999999;
	-webkit-box-shadow: -1px -2px 3px #999999;
	box-shadow: -1px -2px 3px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}


/**************** 小さいお知らせ ****************/

.minicon {
  min-width: 60px;
  height: 25px;
  color: #fff;
  padding: 0px 4px;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 2px solid #ffd819;
  background: #ffd819;
text-align: center;
}
.minicon a {
  text-decoration: none;
}
.minicon:hover {
  background: #fff;
  color: #ffd819
}

.minitext {
margin: 0;
padding: 0 10px;
font-size: 16px;
font-weight: normal;
color: #663333;
text-align: right;
}
@media screen and (min-width: 480px) {
.minitext {
margin: 0;
padding: 0 10px;
font-size: 16px;
font-weight: normal;
color: #663333;
text-align: right;
}
}


/*"スケジュール写真"*/
.media {
display: block;
padding: 0;
width: 98%;/*画像サイズ300px*/
}

.media img {
	border: 0px solid #80ff80;
	margin: 0;
	width: 38%;/*300px*/
	min-width: 180px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;

}
/*"写真横文章"*/
.media p {
display: block;
	font-size: 16px;
	color: #454545!important;
	margin: 0;
	padding: 10px;
	width: 100%;
height: 100%;
	min-height: 250px;
}

/**************** 文中リスト ****************/

ul.cp_list {
  padding: 0.5em;
  list-style: none;
}
ul.cp_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  border-bottom: 0px solid rgba(255,143,0,1);
}
ul.cp_list li:after,
ul.cp_list li:before {
  position: absolute;
  content:'';
  transform: rotate(45deg);
}
ul.cp_list li:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255,143,0,0.5);
  transform: rotate(60deg);
}

/**************** 冒頭お知らせ ****************/

.infotext {
margin: 13px 0px 13px 10px;
padding: 0;
font-size: 13px;
font-weight: normal;
line-height: 140%;
color: #000080;
text-align: left ;
}


/*********youtube埋め込みレスポンシブ*********/

.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


.totop {
margin: 10px 0;
text-align: right;
}
