@charset "UTF-8";

/*
	カスタマイズ用クラス

	自由にCSSを設定してください。
	
	※このCSSで定義したクラスは、CMS管理画面でのページ編集においても利用できます。
	※編集後はブラウザリロードしてください。
*/

.container {
  display: flex;
  align-content: space-around;
}

.wf-sm {
  font-family: "M PLUS Rounded 1c";
  /*font-family: "Sawarabi Mincho";*/
}

/* for pc */

.HeaderArea__wrapper {
  background-color: rgba(0,0,0,0.2);
}

.main-visual {
  width: 100%;
  height: 495px;
  display: table;
}

.main-visual__logo {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 12px;
}

.main-visual__content {
  width: 100%;
  height: 495px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*background-color: rgba(0,0,0,0.2);*/
}

.main-visual__content .sub-message {
  margin-top: 148px;
  color: #fff;
  line-height: 1.6em;
  text-shadow: 0px 0px 4px #000000;
  font-size: 10px;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: sans-serif;
}

.main-visual__content h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 4px #000000;
  /*font-family: Helvetica, Arial, Verdana, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;*/
  font-family: sans-serif;
}

h1 + .btn-boshuu-top {
  margin-top: 10px;
}

.btn-boshuu-top a {
  display: inline-block;
  border: 1px solid #24acd6;
  padding: 4px 18px;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
  line-height: normal;
  margin: 12px auto 0px;
  background-color: #24acd6;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
}



/* for smart phone */
#SpHeaderArea {
  background: #ffffff url(../../images/visual_main_sp.jpg) top center no-repeat;
  padding-top: 65%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

#SpHeaderArea::after {
  content: '';
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#SpHeaderArea__wrapper {
  overflow: hidden;
  position: absolute;
  top: 28%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#SpHeaderArea__bottom {
  background: url(../../images/sp_gradation.png) top center repeat;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
  z-index: 1;
}

#SpHeaderArea__bottom a {
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  line-height: normal;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  padding: 5px 0px 10px;
  font-size: 20px;
}
#SpHeaderArea__bottom a:before {
  /*
  width: 24px;
  height: 18px;
  display: inline-block;
  content: " ";
  background: url(../../images/info_logo_sp.png) left no-repeat;
  background-size: 18px;
  position: relative;
  top: 3px;
  */
}

#SpHeaderArea__title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 4px #000000;
  /* font-family: Helvetica, Arial, Verdana, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif; */
  font-family: sans-serif;
  text-align: center;
  margin-top: 100px;
}

.header-title {
  line-height: 3em;
  display: inline-block;
  margin-left: 1em;
}
.header-title a {
  text-decoration: none;
}

.btn-boshuu {
  display: inline-block;
  border: 2px solid #24acd6;
  padding: 4px 14px;
  background-color: #24acd6;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
  line-height: 1.8;
  margin: 12px auto 0px;
}

.title-bar:after {
  width: 50px;
  content: " ";
  display: block;
  border-bottom: 2px solid #89D5EB;
  margin: 10px auto 0px;
}

.head-bottom {
  background: url(../../images/pc_gradation.png) top center repeat;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 81px;
}
#HeaderArea .head-bottom a {
  display: block;
  color: #FFF;
  position: relative;
  top: 33px;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  text-decoration: none;
  font-size: 25px;
  text-align: center;
  width: 220px;
  margin: 0 auto;
   /*
  width: 650px;
  background: url(../../images/info_logo.png) left no-repeat;
  padding: 24px 0px 23px 20px;
  margin: 0 auto;
  display: block;
  color: #FFF;
  position: relative;
  top: 18px;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  text-decoration: underline;
  */
}

#index #BodyArea {
  width: 100%;
}
