@charset "utf-8";
/* CSS Document */
/*768px以下は消す*/
@media(max-width:768px) {
    #top_slider{
        display: none;
    }
}
/*769px以上は消す*/
@media(min-width:769px){
    #header_index_sp{
        display: none;
    }
	#sp_header{
		display: none;
	}
}
#sp_header{
	background-image: url("../images/header/soki_sp_header.jpg");
  background-size: cover;
  background-position: center center;
	height: 315px;
}
.bl_headblock{
	text-align: center;
	padding: 	20px 0;
	font-size: 28px;
	font-weight: normal;
}
.header01 {
  background-image: url("/images/background/orange.jpg");
  background-size: cover;
  background-position: center center;
}
.header02 {
  background-image: url("../images/background-green.jpg");
  background-size: cover;
  background-position: center center;
}
.header03 {
  background-image: url("../images/index_header.jpg");
  background-size: cover;
  background-position: center center;
}
.header04 {
  background-image: url("../images/tokyo-tower.jpg");
  background-size: cover;
  background-position: top center;
}
.header05 {
  background-image: url("../images/black-background.jpg");
  background-size: cover;
  background-position: center center;
}
.jumbotron {
  margin-bottom: 0 !important;
}
.banner {
  padding: 2px !important;
}
.profile {
  border-bottom: thin solid #232323;
  padding: 24px;
}
.profile2 {
  border-bottom: thin solid #1EAF21;
  padding: 24px;
}
.footer {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-height: 60px;
}
.footer_top_back {
  background-color: #2428DF;
}
.footer_mail_back {
  background-color: #4298DF;
}
/* TEXT */
.title {
  font-family: 'Kosugi Maru', sans-serif;
  color: #53D379;
  text-shadow: 2px 2px 3px #e1e797;
}
.sub_title {
  font-family: 'Kosugi Maru', sans-serif;
}
section {
  font-family: 'Kosugi Maru', sans-serif;
}
section h1 {
  font-size: 1.8em;
  margin-top: 36px;
  margin-bottom: 24px;
  line-height: 1.5;
}
section h2 {
  font-size: 1.4em !important;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 20px;
}
section h2:first-letter {
  font-size: 1.6em;
  color: #EDB073;
}
section h3 {
  font-size: 1.3em;
  padding: 1em 0.5em !important; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #fff; /*背景色*/
  border-left: solid 5px #EDB073; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
  margin-top: 40px;
  margin-bottom: 40px;
}
section h4 {
  font-size: 1.2em !important;
  font-weight: bold !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
h5.card-title {
  font-family: 'Kosugi Maru', sans-serif;
}
section p {
  font-size: 1.0em;
}
section li {
  font-size: 1.0em;
  margin-left: 50px !important;
}
audio {
  width: 100%;
}
/*固定ナビゲーション*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0.85;
}
/* page style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  position: relative;
}
/* マウスオーバーボタン */
button {
  width: 200px;
  padding: 10px;
  border: 0;
  color: #fff;
  background-color: #f00;
  transition: background-color 1s;
}
button:hover {
  background-color: #333;
  cursor: pointer;
}
.box1{
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #EDB073;
	padding-top: 4px;
	font-size: 2em;
	color: #fff;
}