@charset "UTF-8";

/*  main */
/*
.main_content {
   background-image: url("background_oyako2.png");
   background-repeat: no-repeat;
   background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
   width: 100%;
   height: 100vh;
}

.main_content:before {
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく
}
*/

.wrapper_content {
	width: 100%;
}

.main_content {
	padding-bottom: 30px
}

.home_info {
	height: 200px;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	width: 70%;
	text-align: center;
	background-image: url("aoitori-2.png");
	background-repeat: no-repeat;
	margin: 0px auto;
}

 .sub {
	text-align: center;
	font-size: 15px;
	width: 80%;
	margin: 30px auto 10px;
	color: #000000;
	font-weight: bold;
}

.sub span {
	background: linear-gradient(transparent 70%, #ffcccc 0%);
	font-size: 18px;
}

.home_info1 {
	font-size: 25px;
	text-align: center;
	margin: 10px auto;
	width: 90%;
  padding: 20px 0px;
  background-color: rgba(165, 210, 255, .4);
  background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 50%);
  background-size: 40px 40px;
}

.text-area {
	width: 100%;
}

.textbox {
	padding: 20px;
	font-size: 20px;
	border: 2px #C8C7C7 solid;
	background: #FBFBFB;
	margin: 20px;
}

.textbox p {
	font-size: 15px;
}

a.detail_buttom {
	display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #073D9B;
  border: solid 2px #01266E;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  margin: 10px auto;
  width: 85%;
  background: #C1F5FB;
}

.textbox_1 p span {
	font-size: 18px;
	color: #F7595C;
	font-weight: bold;
}


.textbox_1 p {
	width: 100%;
	margin: 30px auto;
}


.textbox h4 {
	padding-bottom: 10px;
}

.bg_box {
	background-repeat: no-repeat;
	background-size: cover;
}

.heading_1 {
	display: flex;
	border-bottom: 2px #5E9BFA solid;
}

.heading_1 h4 {
	padding-left: 10px;
	width: 80%;
}

.heading_1 img {
	width: 15%;
}

.video {
	width: 100%;
	height: 80%;
	margin: 10px auto;
}

.text-content {
	width: 90%;
	margin: 20px auto;
}

.text_img {
	margin: 20px;
	display: flex;
}

.text_img img {
	width: 25%;
}

.text_img p {
	width: 70%;
	margin: 10px;
}

.text1,
.text2,
.text3 {
	padding-bottom: 10px;
}

.headeing {
	margin-top: 50px;
}

.blog_heading {
    font-size: 20px;
	text-align: center;
	color: #364e96;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #364e96;/*上線*/
    border-bottom: solid 3px #364e96;/*下線*/
	margin: 50px auto 0px;
	width: 90%;
}

.blog_img {
	width: 100%;
	margin: 50px auto 0px;
	background: #2fef83;
}

.talk_box {
	width: 90%;
	margin: 30px auto;
}
.talk1 {
	line-height: 2;
	font-family: 'Oswald', sans-serif;
}

.talk1 span {
  font-size: 20px;
  font-weight: bold;
  background:linear-gradient(transparent 70%, #ffb6c1 0%) 
}

a.blog_link {
	display: block;
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	border :2px solid #EC407A;
	border-radius: 3px;
	transition: .4s;
	margin-top: 30px;
}

a.blog_link:hover {
	background: #EC407A;
	color: #fff;
	font-weight: bold;
}




