@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&display=swap');
/* 全ページ共通の設定 */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 16px;
  font-weight: normal;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}
/* 全ページ共通の設定 */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/*============*/
/* フォント設定 */
/*============*/

.yusei-magic {
  font-family: 'Yusei Magic', sans-serif;
}

/*============*/
/* リンク設定 */
/*============*/
/*未観覧リンク*/
a {
	color: rgba(51,51,51,1.00);
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgba(51,51,51,0.70);
  text-decoration: underline;
}
/*モバイル端末はロールオーバーがないので動かない設定*/
a, a:hover {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
a img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
@media (min-width: 768px) {
  /*ゆっくりと動かす場合*/
  a, a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  /*画像リンクの設定*/
  a img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
}
/* フォントサイズ（基本サイズ16px）を基準に */
.f06 {
  font-size: 0.6rem !important;
}
.f08 {
  font-size: 0.8rem !important;
}
.f10 {
  font-size: 1.0rem !important;
}
.f12 {
  font-size: 1.2rem !important;
}
.f14 {
  font-size: 1.4rem !important;
}
.f16 {
  font-size: 1.6rem !important;
}
.f18 {
  font-size: 1.8rem !important;
}
.f20 {
  font-size: 2.0rem !important;
}
.f22 {
  font-size: 2.2rem !important;
}
.f24 {
  font-size: 2.4rem !important;
}
.f26 {
  font-size: 2.6rem !important;
}
.f28 {
  font-size: 2.8rem !important;
}
.f30 {
  font-size: 3.0rem !important;
}
/* 行間 */
.line-height-0 {
  line-height: 1.0;
}
.line-height-1 {
  line-height: 1.2;
}
.line-height-2 {
  line-height: 1.4;
}
.line-height-3 {
  line-height: 1.6;
}
.line-height-4 {
  line-height: 1.8;
}
.line-height-5 {
  line-height: 2.0;
}
/* 見出し */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2.5rem;
}
h3, .h3 {
  font-size: 2rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
/*============*/
/* レイアウト */
/*============*/
/* メニューを追従させる場合ヘッダーに高さ入れて調整 */
header {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (min-width: 576px) {
  header {
	
	}
}
@media (min-width: 768px) {
  header {}
}
@media (min-width: 992px) {
  header {}
}
@media (min-width: 1200px) {
  header {}
}
header h1 {
  margin: 0px !important;
  padding: 0px !important;
}
main {}
@media (min-width: 576px) {
  main {}
}
@media (min-width: 768px) {
  main {}
}
@media (min-width: 992px) {
  main {}
}
@media (min-width: 1200px) {
  main {}
}
article {}
@media (min-width: 576px) {
  article {}
}
@media (min-width: 768px) {
  article {}
}
@media (min-width: 992px) {
  article {}
}
@media (min-width: 1200px) {
  article {}
}
section {}
@media (min-width: 576px) {
  section {}
}
@media (min-width: 768px) {
  section {}
}
@media (min-width: 992px) {
  section {}
}
@media (min-width: 1200px) {
  section {}
}
aside {}
@media (min-width: 576px) {
  aside {}
}
@media (min-width: 768px) {
  aside {}
}
@media (min-width: 992px) {
  aside {}
}
@media (min-width: 1200px) {
  aside {}
}
footer {
	background-color: #E1665D;
	color: #FFFFFF;
	padding-top: 3em;
	padding-bottom: 3em;
}
@media (min-width: 576px) {
  footer {}
}
@media (min-width: 768px) {
  footer {}
}
@media (min-width: 992px) {
  footer {}
}
@media (min-width: 1200px) {
  footer {}
}
footer h3 {
	font-size: 2.5rem;
	font-weight: bold;
}
footer #copy {
	font-size: 0.8rem;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #FFFFFF;
	color: #333;
	width: 100%;
}
header.header-fixed{
	position: fixed!important;
	z-index: 199!important;/*最前面へ*/
	animation: DownAnime 0.5s forwards;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
header.header-fixed h1 img{
	width: 250px;
	height: auto;	
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.jumbotron {
  padding: 2rem 20px;
  margin-bottom: 0rem;
  background-color: transparent;
  border-radius: 0rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 30px;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
/*======*/
/* パンくず */
/*======*/
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
/*======*/
/* 余白 */
/*======*/
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-100 {
  margin: 100px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-100 {
  padding: 100px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
}
/*======*/
/* グローバルメニュー */
/*======*/
/* PCメニュー */
@media (min-width: 992px) {
/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}

/* メニューボタンの装飾 */
.menu-button {
	 display: none;
  
}


/* ドロワーメニューの装飾 */
.drawer-menu {
  
}
.drawer-menu ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
	list-style-type: none;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	font-size: 0.7em;
}
.drawer-menu li {
	padding-left: 0.5em;	
}
.drawer-menu a {
	text-align: center;
	padding: 0.2em;
	display: block;
	color: rgba(51,51,51,1.00);
	position: relative;	
	
}
	.drawer-menu a::after {
	content: '';
	width: 0%;
	height: 1px;
	background-color: rgba(20,93,147,1.00);
	position: absolute;
	left: 0%;
	bottom: -5px;
		-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.drawer-menu a:hover {
	color: rgba(51,51,51,0.7);
	text-decoration: none;
}
	.drawer-menu a:hover::after {
	content: '';
	width: 100%;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
}
.menu-background {
  display: none;
}
}
@media (min-width: 1200px) {
.drawer-menu ul {
	font-size: 0.8em;
}
.drawer-menu li {
	padding-left: 1em;	
}
}
/* スマホメニュー */
@media (max-width: 991px) {
/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}

/* メニューボタンの装飾 */
.menu-button {
	display: block;
	position: absolute;
	top: -20px;
	right: 5px;
	z-index: 200;
	height: 70px;
	width: 60px;
	cursor: pointer;
	background-color: rgba(20,93,147,1.00);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.menu-button::before,
.menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before,
.menu-button::after,
.menu-button span {
  display: block;
  position: absolute;
  left: 20%;
  height: 2px;
  width: 60%;
  margin-top: -1px;
  background-color: #fff;
}
	.menu-button em {
	position: absolute;
	left: 0%;
	bottom: 2px;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	font-style: normal;
	color: rgba(255,255,255,1.00);		
}
.menu-button::before {
  top: 25%;
}
.menu-button::after {
  bottom: 40%;
}
.menu-button span {
  top: 43%;
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 43%;
  transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
  top: 43%;
  transform: rotate(-45deg);
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100vw;
  width: 300px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #fff;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu a {
  display: block;
  padding: 15px;
  color: #000000;
  text-decoration: none;
}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vw;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}
}
/* チェックボックスを非表示 */
.menu-checkbox2 {
  display: none;
}

/* メニューボタンの装飾 */
.menu-button2 {
	display: block;
	position: fixed;
	z-index: 200;
	height: 2.5em;
	width: 7em;
	cursor: pointer;
	border-radius: 50em;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(191,191,191,1.00);
	left: 20px;
	top: 20px;
}
.menu-button2::before,
.menu-button2::after {
  content: '';
  transition: .3s;
}
.menu-button2::before,
.menu-button2::after,
.menu-button2 span {
  display: block;
  position: absolute;
  left: 10%;
  height: 2px;
  width: 20%;
  margin-top: -1px;
  background-color: rgba(0,0,0,1.00);	
}
	.menu-button2 em {
	font-size: 1em;
	text-align: center;
	width: 100%;
	font-style: normal;
	color: rgba(0,0,0,1.00);
	position: absolute;
	right: -1em;
	top: 50%;
	margin-top: -0.8em;
}
.menu-button2::before {
  top: 30%;
}
.menu-button2::after {
  bottom: 28%;
}
.menu-button2 span {
  top: 50%;
}

/* メニューボタンのアニメーション */
.menu-checkbox2:checked ~ .menu-button2::before {
  top: 50%;
  transform: rotate(45deg);
}
.menu-checkbox2:checked ~ .menu-button2::after {
  top: 50%;
  transform: rotate(-45deg);
}
.menu-checkbox2:checked ~ .menu-button2 span {
  display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100vw;
  width: 300px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #fff;
}
.drawer-menu2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu2 li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu2 a {
  display: block;
  padding: 15px;
  color: #000000;
  text-decoration: none;
}

/* ドロワーメニューの開閉 */
.menu-checkbox2:checked ~ .drawer-menu2 {
  transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vw;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox2:checked ~ .menu-background2 {
  display: block;
}
/*======*/
/* フッターメニュー */
/*======*/
footer nav.foot-nav {
}
footer nav.foot-nav ul {
	font-size: .85em;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
footer nav.foot-nav li {
	padding-bottom: 0.6em;	
}
footer nav.foot-nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
footer nav.foot-nav li a:hover {
	color: #FFEE00;
	text-decoration: none;
}


/*========*/
/* グーグルマップ */
/*========*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*========*/
/* YouTube */
/*========*/
.youtube,.ast-oembed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	
}
.ast-oembed-container {
	height: auto!important;  
}
.youtube iframe,.youtube figure,.ast-oembed-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*========*/
/* 画像のトリミング */
/*========*/
.trim {
  overflow: hidden;
  width: 100%; /* トリミングしたい枠の幅 */
  height: 30vw;
  max-height: 215px; /* トリミングしたい枠の高さ */
  position: relative;
}
@media (min-width: 768px) {
  .trim {
    height: 16vw;
  }
}
.trim > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .trim > img {
    width: 100%;
    height: auto;
  }
}
/*========*/
/* ページトップ */
/*========*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size: 0.8rem;
	z-index: 5;
}
#page-top a {
	background-color: #E46C2D;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	position: relative;
	border: 1px solid rgba(255,255,255,1.00);
}
#page-top a::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
@media (min-width: 768px) {
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.8rem;
	z-index: 5;
}
#page-top a {
	background-color: #E46C2D;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	position: relative;
}
	#page-top a::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -10px;
}
}
/* 投稿部分のCSS */
.post .clear {
  clear: both;
}
.post .postmetadata {
  clear: both;
}
.post hr {
  display: block;
}
.post img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.post img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.post .aligncenter, .post div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .alignright {
  float: right !important;
}
.post .alignleft {
  float: left !important;
}
.post acronym, .post abbr, .post span.caps {
  cursor: help !important;
}
.post acronym, .post abbr {
  border-bottom: 1px dashed #999;
}
.post blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
.post blockquote cite {
  margin: 5px 0 0;
  display: block;
}
.post .center {
  text-align: center !important;
}
.post .hidden {
  display: none;
}
.post .screen-reader-text {
  position: absolute;
  left: -1000em;
}
.post a img {
  border: none;
}
.post img {
  height: auto;
  width: auto;
  max-width: 100% !important;
}

.rounded-20{
	border-radius: 10px;
	overflow: hidden;	
}
@media (min-width: 768px) {
.rounded-20{
	border-radius: 20px;
}
}
.btn-red {
	color: #fff;
	background-color: rgba(247,104,46,1.00);
	border-color: rgba(247,104,46,1.00);
}

.btn-red:hover {
  color: #fff;
  background-color: rgba(247,104,46,0.7);
  border-color: rgba(247,104,46,0.7);
}
.btn-pink {
	color: #fff;
	background-color: rgba(233,94,118,1.00);
	border-color: rgba(233,94,118,1.00);
}

.btn-pink:hover {
  color: #fff;
  background-color: rgba(233,94,118,0.7);
  border-color: rgba(233,94,118,0.7);
}
.btn-blue {
	color: #fff;
	background-color: rgba(20,93,147,1.00);
	border-color: rgba(20,93,147,1.00);
}

.btn-blue:hover {
  color: #fff;
  background-color: rgba(20,93,147,0.7);
  border-color: rgba(20,93,147,0.7);
}