@charset "UTF-8";
* {
  word-break: break-all;
}
body {
  margin: 0;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  word-wrap: break-word;
}
/* サイト名 */
.site h1 a {
  color: #000000;
  text-decoration: none;
}
.site h1 {
  margin: 0;
  font-size: 30px;
}
.site img {
  border: none;
}
/*ヘッダ上ライン*/
.blueline {
  height: 30px;
  background: #006aa9;
}
.head_line {
  background-color: #034B8A;
  height: 30px;
}
.head_line p {
  font-size: 10px;
  padding-top: 10px;
  color: #EFEEED;
}
/* ------ Mainvisual ------ */
#mainvisual {
  width: 100%;
  /*	background-color: #222;*/
  background-color: #fff;
}
#mainvisual ul {
  position: relative;
}
#mainvisual ul li {
  display: none;
  position: absolute; /* 背面の画像にはposition: absoluteを指定 */
  z-index: 1; /* 背面の画像のz-indexを1に指定 */
  width: 100%;
  top: 0; /* 背面の画像をtop: 0に移動し、画像を重ねる */
}
#mainvisual ul li:first-child {
  display: block;
  position: relative; /* 前面の画像にはposition: relativeを指定 */
  z-index: 1000; /* 前面の画像のz-indexを1000に指定 */
}
#mainvisual-button {
  width: 100%;
  padding: 25px 0 20px;
  background-color: #fff;
}
#mainvisual-button ul {
  text-align: center;
  line-height: 10px;
}
#mainvisual-button li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: top;
}
#mainvisual-button li a {
  display: block;
  width: 10px;
  height: 20px;
}
#mainvisual-button li a:link, #mainvisual-button li a:visited {
  margin-top: 0;
}
#mainvisual-button li a:hover, #mainvisual-button li a:active, #mainvisual-button li a.current {
  margin-top: -10px;
}
/* ------ Mainvisual ------ */
#mainvisual-button {
  padding: 15px 0;
}
/* ヘッダー画像 スライダー */
.topimg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mySlider {
  margin-top: 30px;
  overflow: hidden;
}
/* キャッチコピー */
.catch {
  margin: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
}
/* ヘッダー画像にキャッチコピーを重ねる */
.top {
  position: relative;
}
.catch {
  position: absolute;
  bottom: 7%;
  left: 3%;
}
/* パンくずリスト */
.bread {
  margin-bottom: 20px;
}
.bread ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bread li a {
  display: inline-block;
  padding: 5px;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.bread li a:hover {
  background-color: #eeeeee;
}
.bread ol:after {
  content: "";
  display: block;
  clear: both;
}
.bread li {
  float: left;
  width: auto;
}
.bread li:after {
  content: '\003e';
  margin-left: 10px;
  margin-right: 10px;
  color: #888888;
}
/* 概要 */
.gaiyou a {
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.gaiyou a:hover {
  opacity: 0.8;
}
.gaiyou i {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 38px;
}
.gaiyou .bn_img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.gaiyou h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  background-color: #034B8A;
}
.gaiyou p {
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0482EF;
  font-size: 16px;
  text-align: left;
}
.imgshadow {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -moz-box-shadow: 2px 2px 3px 3px #CCC;
  -webkit-box-shadow: 2px 2px 3px 3px #CCC;
  box-shadow: 2px 2px 3px 3px #CCC;
  background-color: #EEE;
  padding: 10px;
  margin: 20px;
}
/* お知らせ */
.news {
  padding: 50px;
  border: solid 5px #034B8A;
}
.news2 {
  padding: 30px;
}
.news h1, .news2 h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #666666;
}
.news, .news2 ul {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.news li a, .news2 li a {
  display: block;
  padding: 5px;
  border-bottom: dotted 2px #dddddd;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.news li a:hover, .news2 li a:hover {
  background-color: #eeeeee;
}
.news time, .news2 time {
  color: #888888;
  font-weight: bold;
}
.news a:after, .news2 a:after {
  content: "";
  display: block;
  clear: both;
}
.news time, .news2 time {
  float: left;
  width: 130px;
}
.news .text, .news2 .text {
  float: none;
  width: auto;
}
/* SNSメニュー */
.follow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.follow li a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.follow li a:hover {
  opacity: 0.8;
}
.follow-tw {
  background-color: #63bafb;
}
.follow-fb {
  background-color: #5288f7;
}
.follow-gp {
  background-color: #f65d4a;
}
.follow i {
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
img.snsBn {
  margin: 5px 0px;
  width: 100%;
}
/* 補足説明 */
.follow-info {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #dddddd;
  font-size: 16px;
  text-align: center;
}
.follow-info {
  position: relative;
  background: #dddddd;
}
.follow-info:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #dddddd;
  border-width: 15px;
  margin-left: -15px;
}
/* 記事 */
.kiji h1 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 50px; /*
	border-left: solid 20px #c50018;*/
  background: url(../../img/h1_bg.gif) no-repeat left top;
  font-size: 36px;
  font-weight: normal;
}
.kiji h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
  font-size: 28px;
  font-weight: normal;
  background: url(../../img/h2_bg.gif) /*no-repeat*/ left top;
  color: #fff;
  height: inherit;
}
.kiji h2 i {
  margin-left: 5px;
  margin-right: 7px;
  color: #fff;
}
.kiji h3 {
  padding: 0.5em; /*文字周りの余白*/
  color: #494949; /*文字色*/
  background: #EDF4F2; /*背景色*/
  border-left: solid 5px #295890; /*左線（実線 太さ 色）*/
}
.kiji h4 {
  padding-left: 1em;
  color: #435AA0;
}
.kiji p {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
  text-indent: 1em;
}
.kiji .aligncenter {
  text-align: center;
}
.kiji .alignright {
  text-align: right;
}
.kiji .lead {
  max-width: 100%;
  font-size: 20px;
  color: #666666;
}
.kijiimg {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.kijilist {
  max-width: 800 px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  text-indent: 1em;
  border: solid;
  border-radius: 10px;
  border-color: #C0C0C0;
}
.kijilist ul li {
  list-style-type: none;
  position: relative;
}
.kijilist ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #f7594d;
  border-bottom: 2px solid #f7594d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
iframe {
  max-width: 100%; /* 親要素に収まる */
  width: 100%; /* 横幅を100%に */
  height: auto; /* 自動で高さ調整 */
  border: none; /* 必要に応じて枠線を非表示 */
}
.red {
  color: #FF0004;
}
.blue {
  color: blue;
}
.txtC {
  text-align: center;
}
.txtL {
  text-align: left;
}
.txtR {
  text-align: right;
}
.txtright {
  text-align: right;
}
.textbold {
  font-weight: bold;
}
.textbold1-5 {
  font-weight: bold;
  font-size: 1.5em;
}
.textbold2 {
  font-weight: bold;
  font-size: 2em;
}
.flier {
  margin-top: 20px;
  margin-bottom: 10px;
}
.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 300px;
}
.imgOrient0 {
  image-orientation: 0deg;
}
.imgOrient90 {
  image-orientation: 90deg;
}
.imgOrient180 {
  image-orientation: 180deg;
}
.imgOrient270 {
  image-orientation: 270deg;
}
.teisei {
  text-decoration: line-through;
  padding-right: 5px;
  padding-left: 5px;
}
.entry {
  padding-top: 20px;
}
/*画像分割*/
.division {
  width: 90%;
  margin: 0 auto;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  box-pack: justify;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-box-pack: justify;
}
/*2分割*/
.division2 {
  width: 45%;
  height: auto;
  display: block;
}
/*3分割*/
.division3 {
  width: 30%;
  height: auto;
  display: block;
}
/*4分割*/
.division4 {
  width: 20%;
  height: auto;
  display: block;
}
.button2 {
  display: block;
  width: max;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFFFFF;
  background-color: #E73538;
  font-size: 16px;
  text-decoration: none;
  /*z-index: 2;*/
  /*background-color: #333;*/
  /*color: #fff;*/
  /*line-height: 50px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}
.button2:hover {
  background-color: #59b1eb;
}
/* サイドメニュー */
.sidemenu {
  border: solid 6px #dddddd;
}
.sidemenu h1 {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}
.sidemenu h1 i {
  margin-right: 5px;
  color: #8abc60;
  font-size: larger;
}
.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidemenu li a {
  display: block;
  padding: 10px;
  border-top: solid 1px #dddddd;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.sidemenu li a:hover {
  background-color: #eeeeee;
}
/* コピーライト */
.copyright p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 16px;
}
/* フッターをバーの形にする */
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #034B8A;
}
/* BOX Aの下に罫線を挿入（コンテンツページのみ） */
.contents .headerTop {
  border-bottom: solid 1px #dddddd
}
/*サイトマップ*/
.sitemap {
  content: "";
  display: block;
  clear: both;
}
.box_sitemap1, .box_sitemap2, .box_sitemap3, .box_sitemap4, .sptopimg {
  text-align: center;
}
.box_sitemap4 {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.box_sitemap1 ul, .box_sitemap2 ul, .box_sitemap3 ul {
  margin: 0;
  padding: 0;
  list-style-image: url(../../img/footer/listmark.gif);
}
.box_sitemap4 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box_sitemap1 li, .box_sitemap2 li, .box_sitemap3 li, .box_sitemap4 li {
  margin-bottom: 0;
}
.box_sitemap1 li a, .box_sitemap2 li a, .box_sitemap3 li a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
/* ボックスの左右 */
/*.header, .info, .footer, .pickupA .pickupB, .mainArea{*/
.header, .info, .pickupA .pickupB, .mainArea, .headerTop {
  padding-left: 15px;
  padding-right: 15px;
}
.pickupA, .pickupB {
  padding-left: 10px;
  padding-right: 10px;
}
/* ボックスの上下 */
.header {
  padding-top: 20px;
  padding-bottom: 10px;
}
.info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pickupA {
  padding-top: 20px;
}
.info-main {
  padding-bottom: 20px;
}
.pickupA, .pickupB {
  padding-top: 20px;
}
.pickup-1, .pickup-2, .pickup-3, .mail, .fax, .postmail, .tel {
  padding-bottom: 10px;
}
.mainArea {
  padding-top: 25px;
  padding-bottom: 25px;
}
.headerTop {
  padding-top: 20px;
  /*padding-bottom: 10px*/
}
.ggmap iframe {
  width: 100%;
  height: 300px;
}
/*グーグルマップ*/
/*.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top:30px;
margin-bottom:30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/
/* FAQよくある質問 */
.ckBox label, .faq label {
  max-width: 800px;
  background: #4182BF;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
}
input[type="checkbox"].on-off {
  display: none;
}
.faq p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
  padding-left: 2em;
  text-indent: -1.5em;
}
.faq ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq li {
  padding: 5px;
}
.schedule {
  font-size: 200%
}
.sat {
  color: #153FA1;
}
.sun {
  color: #D23627;
}
.wsnw {
  white-space: nowrap;
}
input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul {
  height: 200px;
}
input[type="checkbox"].on-off + p {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + p {
  height: 100px;
}
/*お問い合わせフォーム*/
.form-container {
  margin-top: 50px;
  border: 4px solid #295890; /*
   background: #5589a3;
   background: -webkit-gradient(linear, left top, left bottom, from(#77b7da), to(#5589a3));
   background: -webkit-linear-gradient(top, #77b7da, #5589a3);
   background: -moz-linear-gradient(top, #77b7da, #5589a3);
   background: -ms-linear-gradient(top, #77b7da, #5589a3);
   background: -o-linear-gradient(top, #77b7da, #5589a3);
   background-image: -ms-linear-gradient(top, #77b7da 0%, #5589a3 100%);*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  -moz-box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  max-width: 80%;
  height: auto;
  padding: 20px 40px;
}
.form-field, .form-field2, .form-field3, .form-field4, .form-fieldmax, .datepicker {
  border: 4px solid #295890;
  background: #fff1c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*   color: #c9b7a2;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;*/
  padding: 8px;
  margin-bottom: 20px;
}
.form-field, .form-field2, .form-field3, .form-field4, .form-fieldmax, .radioB, .select-box, .select-box, .datepicker {
  background: #fff; /*
   color: #000000;*/
}
.form-field {
  width: 400px;
}
.form-field2 {
  width: 140px;
}
.form-field3 {
  width: 60px;
}
.form-field4 {
  width: 30px;
}
.form-fieldmax {
  max-width: 100%;
  width: 700px;
  height: 300px;
  vertical-align: top;
}
.datepicker {
  width: 80px;
}
.form-container h1 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: solid 20px #c50018;
  font-size: 36px;
  font-weight: normal;
  color: #2A2A2A;
  background-image: url(../img/alpha50.png);
}
.form-container h2 {
  text-shadow: #fdf2e4 0 1px 0;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: center;
}
.form-title {
  margin-bottom: 10px;
  color: #2A2A2A; /*
   text-shadow: #fdf2e4 0 1px 0;*/
}
.submit-container {
  margin: 8px 0;
  text-align: center;
}
.submit-button {
  border: 2px solid #2594c7;
  background: #1d417a;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d417a), to(#1d417a));
  background: -webkit-linear-gradient(top, #1d417a, #1d417a);
  background: -moz-linear-gradient(top, #1d417a, #1d417a);
  background: -ms-linear-gradient(top, #1d417a, #1d417a);
  background: -o-linear-gradient(top, #1d417a, #1d417a);
  background-image: -ms-linear-gradient(top, #1d417a 0%, #1d417a 100%);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  text-shadow: #addc7e 0 1px 0;
  color: #2A2A2A;
  font-family: helvetica, serif;
  padding: 8.5px 18px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}
.submit-button:hover {
  border: 2px solid #4f1225;
  text-shadow: #31540c 0 1px 0;
  background: #db3e36;
  background: -webkit-gradient(linear, left top, left bottom, from(#db3e36), to(#db3e36));
  background: -webkit-linear-gradient(top, #db3e36, #db3e36);
  background: -moz-linear-gradient(top, #db3e36, #db3e36);
  background: -ms-linear-gradient(top, #db3e36, #db3e36);
  background: -o-linear-gradient(top, #db3e36, #db3e36);
  background-image: -ms-linear-gradient(top, #db3e36 0%, #db3e36 100%);
  color: #2A2A2A;
}
.submit-button:active {
  text-shadow: #31540c 0 1px 0;
  border: 2px solid #4f1225;
  background: #c41a42;
  background: -webkit-gradient(linear, left top, left bottom, from(#c41a42), to(#db3e36));
  background: -webkit-linear-gradient(top, #c41a42, #c41a42);
  background: -moz-linear-gradient(top, #c41a42, #c41a42);
  background: -ms-linear-gradient(top, #c41a42, #c41a42);
  background: -o-linear-gradient(top, #c41a42, #c41a42);
  background-image: -ms-linear-gradient(top, #c41a42 0%, #c41a42 100%);
  color: #2A2A2A;
}
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl {
  position: relative;
  border-radius: 2px;
  border: 3.5px solid #da3c41;
  background: #ffffff;
}
.cp_ipselect.cp_sl::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #da3c41;
  pointer-events: none;
}
.cp_ipselect.cp_sl select {
  padding: 8px 38px 8px 8px;
}
.mailCKboxes {
  margin: auto;
  padding: 10px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  border: 3px solid #295890;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*セレクトボックス*/
.mailSelectbox {
  overflow: hidden;
  width: 90%;
  margin: 2em 0;
  text-align: center;
}
.mailSelectbox select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.mailSelectbox select::-ms-expand {
  display: none;
}
.mailSelectbox.selectstyle {
  position: relative;
  border-radius: 2px;
  border: 3px solid #295890;
  background: #ffffff;
}
.mailSelectbox.selectstyle::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #295890;
  pointer-events: none;
}
.mailSelectbox.selectstyle select {
  padding: 8px 38px 8px 8px;
  color: black;
}
/*セレクトボックス*/
/*文字制限テキストボックス*/
#text-input {
  width: 90%;
  min-height: 100px;
  padding: 10px;
  margin: 0 0 15px 0;
  border: 4px solid #295890;
}
#text-count {
  display: block;
  text-align: right;
}
#text-count.over {
  font-weight: bold;
  color: #c90000;
}
/*文字制限テキストボックス*/
.thanks p {
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 2em;
  margin-bottom: 20px;
  color: #2A2A2A;
  background-image: url(../img/alpha50.png);
}
.thanks h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
  font-size: 28px;
  font-weight: normal;
  color: #2A2A2A;
  background-image: url(../img/alpha50.png);
}
.totop {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 4em;
}
.totop a {
  text-decoration: none;
  color: #2A2A2A;
}
/*ラジオボタン*/
.radioB input {
  display: none;
}
.radioB label {
  display: block;
  float: left;
  cursor: pointer;
  width: 60px;
  margin: 0;
  padding: 10px;
  background: #bdc3c7;
  color: #869198;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.radioB label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.radioB label:last-of-type {
  border-radius: 0 3px 3px 0;
}
.radioB input[type="radio"]:checked + .switch-on {
  background-color: #0099cc;
  color: #fff;
}
.radioB input[type="radio"]:checked + .switch-off {
  background-color: #0099cc;
  color: #fff;
}
.select-box {
  width: 80px;
}
.select-box select {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
}
.select-box label {
  position: relative;
  background: #fff;
}
.select-box label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background-size: 20px;
  pointer-events: none;
}
/*／お問い合わせフォーム*/
/*余白挿入*/
.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}
.space100 {
  height: 100px;
}
.font50 {
  font-size: 50%;
}
.font75 {
  font-size: 75%;
}
.font200 {
  font-size: 200%;
}
.font400 {
  font-size: 400%;
}
.font500 {
  font-size: 500%;
}
.font300 {
  font-size: 300%;
}
.line_h2em {
  line-height: 300px;
}
.center {
  text-align: center;
}
/* ########### 359px以下 ########### */
@media (max-width: 359px) {
  /* サイト名 */
  .site img {
    width: 225px;
    height: auto;
  }
}
/* ########### 599px以下 ########### */
@media (max-width: 599px) {
  /* ナビゲーション */
  .menu_sp li a {
    padding: 10px 7px;
    font-size: 11px;
  }
  .menu li a {
    padding: 10px 7px;
    font-size: 11px
  }
  /* キャッチコピー */
  .catch {
    padding: 5px 10px;
    font-size: 12px;
  }
  /* 記事 */
  .kiji h1 {
    font-size: 26px
  }
  .kiji h2 {
    font-size: 20px
  }
  .kiji .lead {
    font-size: 16px
  }
  .kiji {
    line-height: 200%
  }
}
/* ########### 600px以上 ########### */
@media (min-width: 599px) {
  .schedule br, .news br, .news2 br {
    display: none;
  }
}
/* ########### 767px以下 ########### */
@media (max-width: 767px) {
  /*トップSliderサムネイルOFF*/
  .slider1 {
    display: none;
  }
  /* トグルボタン */
  #menubtn {
    padding: 6px 12px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
  }
  #menubtn:hover {
    background-color: #dddddd;
  }
  #menubtn:focus {
    outline: none;
  }
  #menubtn i {
    color: #888888;
    font-size: 18px;
  }
  #menubtn span {
    display: inline-block;
    text-indent: -9999px;
  }
  /* ナビゲーションメニュー（縦並び） */
  .menu_pc {
    display: none;
  }
  #main_wrap {
    display: none;
  }
  .menu_sp ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu_sp li a {
    display: block;
    padding: 5px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
  }
  .menu_sp li a:hover {
    background-color: #034B8A;
  }
  .menu {
    display: none
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none
  }
  .menu li a {
    display: block;
    padding: 5px;
    color: #000000;
    font-size: 14px;
    text-decoration: none
  }
  .menu li a:hover {
    background-color: #eeeeee
  }
  .box_sitemap1, .box_sitemap2, .box_sitemap3 {
    text-align: left;
  }
  .box_sitemap4 {
    margin: 30px 0;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
  }
  .box_sitemap1 ul, .box_sitemap2 ul, .box_sitemap3 ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    background: #FFF;
  }
  .box_sitemap1 li, .box_sitemap2 li, .box_sitemap3 li {
    border: solid #A7A5A5;
    border-width: 1px 2px;
  }
  .box_sitemap1 li a, .box_sitemap2 li a, .box_sitemap3 li a {
    display: block;
    padding: 10px;
    border-top: solid 1px #dddddd;
    color: #212020;
  }
  .box_sitemap1 li a, .box_sitemap2 li a, .box_sitemap3 li a:hover {
    background-color: #eeeeee;
  }
  .box_sitemap4 ul {
    list-style-image: none;
    list-style-type: none;
  }
  .sidemenu {
    margin-top: 30px;
  }
  /*テーブル*/
  .table {
    display: block;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 6px;
  }
  .table thead {
    display: none;
  }
  .table tbody {
    display: block;
  }
  .table tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .table tbody th, #table tbody td {
    display: list-item;
    list-style: none;
    border: none;
    text-align: center;
  }
  .table tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    color: #fff;
    background: #295890;
    text-align: center;
  }
  .table tbody td {
    margin-left: 20px;
    padding: 0;
    background: #f8f8f8;
    text-align: center;
  }
  stable {
    display: block;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 6px;
  }
  #table thead {
    display: none;
  }
  #table tbody {
    display: block;
  }
  #table tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }
  #table tbody th, #table tbody td {
    display: list-item;
    list-style: none;
    border: none;
    text-align: center;
  }
  #table tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    color: #fff;
    background: #295890;
    text-align: center;
  }
  #table tbody td {
    margin-left: 20px;
    padding: 0;
    background: #f8f8f8;
    text-align: center;
  }
  /*お問い合わせフォーム*/
  .form-field, .form-field2, .form-field3, .form-field4, .form-fieldmax, .radioB, .select-box, .select-box, .datepicker, .submit-button, .submitimg {
    width: 100%;
  }
  .yakusyoku, .namae, .syusshin, .kaisya, .year {
    display: block;
    width: 100%;
  }
  td:before {
    content: attr(data-title) " ";
  }
  .clear {
    clear: both;
  }
}
/* ########### 768px以上 ########### */
@media (min-width: 768px) {
  /*トップSliderサムネイルON*/
  .slider2 {
    display: none;
  }
  .header {
    display: none;
  }
  /* トグルボタン */
  #menubtn {
    display: none;
  }
  /* ナビゲーション */
  #menu_pc {
    display: block !important;
  }
  .menu_pc ul {
    margin: 0;
    padding: 0;
  }
  .menu_pc li a {
    display: block;
    padding: 10px 15px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
  }
  .menu_pc li a:hover {
    background-color: #034B8A;
  }
  .menu_pc ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .menu_pc li {
    float: left;
    width: auto;
  }
  /* ナビゲーション */
  #menu {
    display: block !important
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none
  }
  .menu li a {
    display: block;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    text-decoration: none
  }
  .menu li a:hover {
    background-color: #eeeeee
  }
  .menu ul:after {
    content: "";
    display: block;
    clear: both
  }
  .menu li {
    float: left;
    width: auto
  }
  /* logoとtopMenuを横に並べる設定 */
  .header:after {
    content: "";
    display: block;
    clear: both;
  }
  .header-logo {
    float: left;
    width: auto;
  }
  .header-nav {
    float: right;
    width: auto;
  }
  .headerTop:after {
    content: "";
    display: block;
    clear: both
  }
  .logo {
    float: left;
    width: auto
  }
  .topMenu {
    float: right;
    width: auto
  }
  /*横に並べる設定 */
  .info:after {
    content: "";
    display: block;
    clear: both;
  }
  .infonews {
    float: left;
    width: 70%;
    padding-right: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info-sub {
    float: left;
    width: 30%;
  }
  /* 横に並べる設定 */
  .pickupA, .pickupB:after {
    content: "";
    display: block;
    clear: both;
  }
  .pickup-1 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .pickup-2 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .pickup-3 {
    float: left;
    width: 32%
  }
  .mail {
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .fax {
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .postmail {
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .tel {
    float: left;
    width: 23%
  }
  /* mainContentsとsubContentsを横に並べる設定 */
  .mainArea:after {
    content: "";
    display: block;
    clear: both
  }
  .mainContents {
    float: right;
    width: 80%;
    padding-left: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .subContents {
    float: left;
    width: 20%
  }
  /* フッターサイトマップ（縦並び） */
  .box_sitemap1, .box_sitemap2, .box_sitemap3, .box_sitemap4 {
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  .box_sitemap1 ul {
    padding-left: 20%;
  }
  .box_sitemap1, .box_sitemap2, .box_sitemap3, .box_sitemap4 {
    text-align: left;
  }
  /*テーブル*/
  .table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  .table td, .table th {
    padding: 5px;
    border: 1px solid #ccc;
  }
  .table th {
    font-weight: bold;
    color: #fff;
    background: #295890;
    text-align: center;
  }
  .table td {
    background: #f8f8f8;
  }
  .yakusyoku {
    width: 15%;
  }
  .namae {
    width: 20%;
  }
  .syusshin {
    width: 10%;
  }
  .kaisya {
    width: 45%;
  }
  .year {
    width: 10%;
  }
  .yakuinpic {
    width: 20%;
  }
  .yakuin th {
    width: 100px;
  }
  /*#table{
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #ccc;
}
#table th{
	font-weight: bold;
	color: #fff;
	background: #295890;
	text-align: center;	
}*/
  #table td {
    background: #f8f8f8;
  }
  .kiji .floatleft {
    float: left;
    margin-right: 10px;
    ;
  }
  .kiji .floatright {
    float: right;
    margin-right: 10px;
  }
  .sptopimg {
    display: none;
  }
  /*お問い合わせフォーム*/
  .form-fieldmax {
    max-width: 100%;
    width: 400px;
    height: 300px;
  }
  .width70 {
    max-width: 70%;
    padding-left: 15%;
  }
  /*画像を2枚横並びに表示*/
  .eventPic {
    height: auto;
    width: 100%;
    float: none;
  }
  .PicL {
    height: auto;
    width: 45%;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .PicR {
    height: auto;
    width: 45%;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .eventPic:after, .eventPic:before {
    content: "";
    clear: both;
    display: block;
  }
}
/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {
  /* 全体の横幅を固定 */
  .photo, .info, .header-inner, .footer-inner, .pickupA, .pickupB, .mainArea, .head_line p, .headerTop-inner, .mainArea {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  /*ヘッダーの下に罫線を挿入 */
  .header {
    margin-bottom: 20px;
    border-bottom: solid 1px #dddddd;
  }
  .headerTop {
    /*margin-bottom: 20px;*/
    border-bottom: solid 1px #dddddd
  }
}
/*
動画挿入
*/
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
* {
  outline: none;
}
html, body {
  width: 100%;
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #414141;
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
}
.clearfix:before, .clearfix:after, section:before, section:after, .spacer:before, .spacer:after, .container:before, .container:after, .cover:before, .cover:after {
  content: '';
  display: table;
}
.clearfix:after, section:after, .spacer:after, .container:after, .cover:after {
  clear: both;
}
.clearfix, section, .spacer, .container, .cover {
  zoom: 1;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #00a0e9;
}
.news a:hover, .news2 a:hover {
  color: #003C88 !important;
  font-weight: bold !important;
}
.news2 a:hover {
  color: #878787 !important;
  font-weight: normal !important;
}
.gaiyou a:active {
  color: #F6BF00;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.w100 img {
  width: 100% !important;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
*html .clearfix {
  height: 1%
} /*IE5,6*/
*:first-child + html .clearfix {
  min-height: 1px
} /*IE7*/
#main_wrap {
  width: 100%;
  height: 520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-image: url(../../img/main/mainv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
}
/*	HTML5 VIDEO	*/
#main_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 520px;
}
#overlay {
  background: url(../../img/yokojima.png) repeat;
  /*	position:fixed;	*/
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 1080px;
  max-height: 100%;
  z-index: 2;
}
.main {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 5;
  padding-top: 20px;
  background: url(../../img/%E3%83%AD%E3%82%B4-%E7%9C%8C%E4%BA%BA%E4%BC%9A.png);
}
header .li {
  float: right;
  color: #fff;
  padding-top: 10px;
}
#for_main ul {
  border-left: 1px solid #fff;
}
#for_main a {
  color: #fff;
}
#for_main a:hover {
  color: #ff0;
}
header .menu_pc li {
  float: right;
  margin-right: 0px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}
header .menu_pc li span {
  display: block;
  font-size: 8px;
  font-family: Verdana, Geneva, sans-serif;
}
header .menu_pc li:first-child {
  margin-right: 0;
}
header .menu_pc li:last-child {
  padding-left: 30px;
}
.catchphrase {
  margin-top: 120px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.catchphrase p {
  margin-bottom: 20px;
}
.logo_b {
  width: 20%;
  float: left;
  font-size: 9px;
  color: #bababa;
  text-align: center;
}
.logo_b img {
  display: block;
  margin: 0 auto 15px;
}
#copyright {
  background-color: #3f3f3f;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #a7a7a7;
  text-align: center;
  padding: 10px 0;
}
/*タブ設定*/
.tabs {
  position: relative;
  margin: 40px auto;
  width: 750px;
}
.tabs input {
  position: absolute;
  z-index: 1000;
  width: 120px;
  height: 40px;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.tabs input#tab-2 {
  left: 120px;
}
.tabs label {
  /*background: #5ba4a4;
background: -moz-linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#1abc9c));
background: -webkit-linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);
background: -o-linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);
background: -ms-linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);
background: linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);*/
  background: #F8F8FF;
  /*font-size: 15px;*/
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0 20px;
  float: left;
  display: block;
  width: 80px;
  color: #0c4d40;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); /*
border-radius: 3px 3px 0 0;
box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);*/
}
.tabs label:after {
  content: '';
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}
.tabs input:hover + label {
  background: #5ba4a4;
}
.tabs label:first-of-type {
  z-index: 4;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}
.tab-label-2 {
  z-index: 3;
}
.tabs input:checked + label {
  /*background: #fff;*/
  background: #5ba4a4;
  background: -moz-linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ba4a4), color-stop(100%, #1abc9c));
  background: -webkit-linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
  background: -o-linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
  background: -ms-linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
  background: linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
  z-index: 6;
}
.clear-shadow {
  clear: both;
}
.content {
  background: #fff;
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 5; /*
box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
border-radius: 0 3px 3px 3px;*/
}
.content div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  -moz-transition: opacity linear 0.1s;
  -o-transition: opacity linear 0.1s;
  -ms-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2 {
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s 0.1s;
  -moz-transition: opacity ease-out 0.2s 0.1s;
  -o-transition: opacity ease-out 0.2s 0.1s;
  -ms-transition: opacity ease-out 0.2s 0.1s;
  transition: opacity ease-out 0.2s 0.1s;
}
.content div h4 {
  color: #0c4d40;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.content div p {
  /*font-size: 14px;*/
  line-height: 22px;
  /*font-style: italic;*/
  text-align: left;
  margin: 0;
  /*color: #777;*/
  padding-left: 15px; /*
font-family: Cambria, Georgia, serif;
border-left: 8px solid rgba(12,77,64, 0.1);*/
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0 10px;
  }
  .tabs {
    margin: 40px 0;
    width: 100%;
  }
  .tabs input {
    margin: 0;
  }
  .content {
    min-height: 450px;
  }
  .content div {
    padding: 20px;
  }
  .yakuin tbody tr td {
    width: 100px !important;
    /*color: red;*/
    background: white !important;
  }
}
.youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.youtube-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hamburger-menu-btn {
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  display: flex !important;
  height: 60px !important;
  width: 60px !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 90 !important;
  background-color: #3584bb !important;
}
.hamburger-menu-btn span, .hamburger-menu-btn span:before, .hamburger-menu-btn span:after {
  content: '' !important;
  display: block !important;
  height: 3px !important;
  width: 25px !important;
  border-radius: 3px !important;
  background-color: #ffffff !important;
  position: absolute !important;
}
.hamburger-menu-btn span:before {
  bottom: 8px !important;
}
.hamburger-menu-btn span:after {
  top: 8px !important;
}
.menu-content {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 100% !important;
  z-index: 80 !important;
  background-color: #3584bb !important;
  transition: all 0.5s !important; /*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0 !important;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff !important;
  list-style: none !important;
}
.menu-content ul li a {
  display: block !important;
  width: 100% !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 9px 15px 10px 0 !important;
  position: relative !important;
}
.menu-content ul li a::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-top: solid 2px #ffffff !important;
  border-right: solid 2px #ffffff !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  right: 11px !important;
  top: 16px !important;
}
#menu-btn-check:checked ~ .hamburger-menu-btn span {
  background-color: rgba(255, 255, 255, 0) !important; /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .hamburger-menu-btn span::before {
  bottom: 0 !important;
  transform: rotate(45deg) !important;
}
#menu-btn-check:checked ~ .hamburger-menu-btn span::after {
  top: 0 !important;
  transform: rotate(-45deg) !important;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0 !important; /*メニューを画面内へ*/
}
#menu-btn-check {
  display: none !important;
  ;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* 議題承認送信ボタン */
/*input[type="submit"] {
padding: 20px 20px;
border: none;
background: white;
color: #295890;
	vertical-align: middle ;
}*/
/* 送信ボタン - マウスオーバー時 */
input[type="submit"]:hover, input[type="button"]:hover {
  display: inline-block;
  font-size: 18pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 12px 12px; /* 余白       */
  background: #295890; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: .3s; /* なめらか変化 */
}
/* 送信ボタン - 押せないとき */
input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
}
input[type="submit"], input[type="button"] {
  /*width: 8em;
	height: 2em;
	background-color: white;
	color: #295890;
	border-style: none;
	cursor: pointer;
	display       : inline-block;
   display       : inline-block;*/
  font-size: 18pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 12px 12px; /* 余白       */
  background: #ffffff; /* 背景色     */
  color: #295890; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: .3s; /* なめらか変化 */
  border: 2px solid #295890; /* 枠の指定 */
}
.btn-flat-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #295890;
  border: solid 4px #295890;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border:hover {
  background: #295890;
  color: white;
}
/*/議題承認*/
/*園遊会・総会・新年会申し込みボタン*/
.entry_button {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #0069A3;
  border: 2px solid #0069A3;
  font-size: 16px;
  color: #0069A3;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
}
.btn-animation-02::before, .btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before, .btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn-animation-02:hover {
  color: #FFF;
}
/*/園遊会・総会・新年会申し込みボタン*/
/*強調リスト*/
.list-003 {
  list-style-type: none;
  padding: 1em;
  border: 2px solid #d02525;
}
.list-003 li {
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: .3em;
}
.list-003 li::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23d02525%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E');
  content: '';
}
/*/強調リスト*/
/*取り消し線*/
.del {
  position: relative;
}
.del:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  border-top: solid 2px #FF0004;
  border-bottom: solid 2px #FF0004;
  position: absolute;
  left: 0;
  top: 50%;
}
/*／取り消し線*/


/*クレジット決済ボタン*/

a.btn--red {
  background-color: #d20010;
  border: 2px solid #9f000c;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
  color: #fff;
  border-radius: 100vh;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f30b';
}

/*グーグルフォーム送信ボタン*/

a.btn_mailsend {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_mailsend:hover {
	color: #fff;
	background: #27acd9;
}

.googleform{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}
.form-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

/*バナーボタンオレンジ*/
.btn--orange{
	width: 90%;
	font-size: 200%;
	padding: 10px 20px;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;

}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;

}



/* 012 */
.button012 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px 10px 50px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #66ccff;
    border-radius: 50px;
    z-index:0;
    overflow: hidden;
}
.button012 a:before {
    font-family: "Font Awesome 5 Free";
 /*   content: "\f061";*/
    line-height: 1;
    position: absolute;
    left: 5px;
    background: #FFF;
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}
.button012 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #ccc;
    transition: .3s;
    left:0;
}
.button012 a:hover:after {
    width: 100%;
    z-index: -1;
}


.bg_color_orange{
	background-color: #FFD323;
}