@charset "UTF-8";

/* ----------- 注意書き -----------
●フォントサイズは rem で設定
ルート＝16px
8px 0.5rem　　10px 0.625rem
11px 0.687rem　　12px 0.75rem
14px 0.875rem　　15px 0.937rem
18px 1.125rem　　20px 1.25rem
24px 1.5rem　　30px 1.875rem
36px 2.25rem　　40px 2.5rem
50px 3.125rem
---------------------- */

/* ------------------------------------------------------------ */
/* 共通 
*, *:before, *:after {
    box-sizing: border-box;
}*/
html{
    font-size: 16px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	color: #333333;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;/* iPhoneで文字が大きくなってしまう際の対処 */
}
section {
	clear: both;
}
a:hover img
{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ------------------------------------------------------------ */
/* 基本のテキストリンク色 */

a:link{
	color: #1B81A3;
	text-decoration: none;
}
a:visited{
	color:#1B81A3;
	text-decoration:none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
a:active{
	color:#1B81A3;
	text-decoration:none;
}
.mail a:link{
	color: #1B81A3;
	text-decoration: none;
}
/*グローバルナビ*/
nav a:link,
nav a:visited,
nav a:active {
	color:#333;
	text-decoration:none;
}

/*　テキストボタン　*/
.btn {
  display: inline-block;
  width: 200px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff!important;
  text-decoration: none;
  font-weight: bold;
  padding: 5%;
  border-radius: 4px;
  position: relative;
}
.btn:hover {
  border: 2px solid #1B81A3;
  color: #1B81A3!important;
}

.btn2 {
	display: inline-block;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
	padding: 2% 5%;
	position: relative;
	border: 2px solid #fff;
	border-radius: 10px;
}
.btn2:hover {
  border: 2px solid #1B81A3;
  color: #1B81A3!important;
}
.btn3 {
    color: #603C2A;
    width: 200px;
	margin: 0 auto 1em;
    padding: 0.5em 0;
    text-align: center;
    display: block;
    border: 1px solid #603C2A;
	background-color: #C2E8F5;
	font-size: 0.875rem;
}
.btn3:hover {
	border: 1px solid #1B81A3;
	color: #1B81A3!important;
	background-color: #E8F6FB;
}
/*　枠　*/
.box5 {
	padding: 1.5em 0px 1.5em 2em;
	margin: 2em 0;
	border: 5px double #1B81A3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/*　地図　*/

#gmap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* ------------------------------------------------------------ */
/* Color（フォント色）設定 */

/***  ロゴ・住所 ***/
.contact .add,
footer .logo,
footer .add {
	color: #333;
}

/***  電話番号 ***/


/* ------------------------------------------------------------ */
/* ヘッダ */

header {
}

/* ------------------------------------------------------------ */
/* パンくず */

#breadcrumb {
	clear: both;
}
#breadcrumb li {
	float: left;
	background: url(../image/bred_icon.png) no-repeat 5px 5px;
	padding: 0px 0px 10px 20px;
	font-size: 85%;
}
#breadcrumb .home {
	background: url(none);
	padding: 0px 0px 5px;
}
#breadcrumb a{
	text-decoration:none;
}

/* ------------------------------------------------------------ */
/* トップ */
h1 img {
	display: block;
	margin: 0;
}
h1 span {
	display: block;
}
/*　スライダー　*/

.slider {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.slider img {
	width: 100%;
}
.life {
	background-size: cover;
	background-image: url(../image/life.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
.life div {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin: 0px auto;
	padding: 5% 3% 3%;
	text-align: center;
}
.baron_box {
	position: relative;
}
.car {
	position: absolute;
}
.baron_box p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 1em;
}
/*　instagram　*/
.instagram-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1px;
}
.insta-item {
  width: 33.333%;
  margin: 0.5em;
}


/*　facebook　*/
.facebook-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/* ------------------------------------------------------------ */
/* コンテンツ共通 */

/*section背景色*/

.bg_life {
	background-image: url(../image/bg01.jpg);
	background-repeat: repeat;
}
.top_toi {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../image/toi.jpg);
	background-size: cover;
}

/* */
.bg_br1 {
	background: #8FD6ED;
}
.bg_br2 {
	background: #E3F5FB;
}
.koe {
	background-image: url(../image/koe.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.koe h2 {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/* 見出し */
h2 {
	font-weight: normal;
	font-size: 2.25rem;
	text-align: center;
	line-height: 1.5em;
}
h2 span {
	font-weight: bold;
	font-size: 1.125rem;
	color: #1B81A3;
	display: block;
	margin-bottom: 0.5em;
}

h3 {
	font-weight: normal;
	margin-bottom: 1em;
	text-align: center;
	color: #1B81A3;
	clear: both;
}

p {
	margin-bottom: 1em;
	line-height: 1.7em;
}
table {
}
  table,
  table tr {
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: 1px solid #CCC;
	border-left: none;
  }
 table th,
  table td {
	  text-align: center;
	  padding: 0.5em;
  }
  table th {
	  font-weight: normal;
  }
 table td {
  }
ul {
}
  ul li {
	  margin-bottom: 0.3em;
  }
  ul.nomal {
	  margin-left: 2em;
	  list-style-type: disc;
  }
.message {
	text-align: center;
}


/* ------------------------------------------------------------ */
/* 下層　*/


/*　下層ページタイトル　*/

.sub_title h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	color: #FFFFFF;
    text-shadow: 1px 2px 3px #808080;
}

h2.icon,
h3.icon {
	color: #1B81A3;
	background-image: url(../image/sub/icon_baron.png);
	background-repeat: no-repeat;
	margin: 0px auto 1em;
	font-weight: normal;
}
h3.voice {
	position: relative;
	padding: 0.6em;
	background-color: #8FD5EC;
	text-align: center;
	font-weight: normal;
	font-size: 1.25rem;
	margin: 0px auto 2em;
	color: #FFFFFF;
	background-image: url(../image/sub/nikukyu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}
h3.voice:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50px;
  border: 15px solid transparent;
  border-top: 15px solid #8FD5EC;
  width: 0;
  height: 0;
}
h4 {
	position: relative;
	padding: 0.6em;
	background-color: #C5B67A;
	text-align: center;
	font-weight: normal;
	font-size: 1.25rem;
	margin: 0px auto 2em;
	color: #FFFFFF;
	background-image: url(../image/sub/nikukyu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}

h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50px;
  border: 15px solid transparent;
  border-top: 15px solid #C5B67A;
  width: 0;
  height: 0;
}


/* 下層　コンテンツ */
.omoibox {
  background: #E3F5FB;
  box-sizing: border-box;
  width: 100%;
}

.omoi01 {
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
}
.omoi_image {
  height: auto;
  width: 100%;
}
table.price span {
	font-weight: bold;
	color: #1B81A3;
}
ol.flow {
}
ol.flow li {
	margin-left: 3em;
}

/*lesson*/
.lesson {
	color: #B79454;
	font-weight: bold;
	font-size: 1.25rem;
	margin: 0px auto 0.5em;
}


/* Q&A  ---------------------*/
.half {
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;/* アコーディオン タブ文字色 */
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #C5B67A;/* アコーディオン タブ背景色 */
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #f2f2f2;/* タブ内背景色 */
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
  color: #000;/* タブ内文字色 */
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 10em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
/*ブリーディング*/
.breeding img {
width:100%;
max-width: 100%;
height: auto;
}

/* お問い合わせ  ---------------------*/
.inq {
	margin: 0 auto 2em;
	background-color: #B8EBCF;
	text-align: center;
	padding: 1em;
	line-height: 2em;
}
.phone {
	font-size: 1.875rem;
}
.time {
	font-size: 1.3rem;
}

/* ------------------------------------------------------------ */
/*　フッター　*/
footer {
	clear: both;
	padding: 2em 0 0;
	background-color: #C2E8F5;
}
		.copy {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	clear: both;
	font-size: 80%;
	}
	.pagetop {
		display: none;
		position: fixed;
		bottom: 30px;
		right: 15px;
	}
	.pagetop a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

.inner_f li span {
	display: block;
	font-size: 0.85rem;
	padding-top: 0.5rem;
	}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* ふわふわアニメーション */
.fuwafuwa {
  animation: fuwafuwa1 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes fuwafuwa1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-6px) }
  100% { transform: translateY(0) }
}

/* 横からスライド */
@keyframes leftslide {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(80px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/*　その他スタイル　*/
.pink {
	color: #E263A3;
}
.red {
	color: #FF0000;
}
.enji {
	color:#B8385F;
}
.blue {
	color: #135D75;
}
.white {
	color: #fff;
}
.mos_g {/*モスグリーン*/
	color: #4F6D10;
}
.light_g {/*薄いグリーン*/
	color: #E0EDEA;
}
.bold {
	font-weight: bold;
}
.f70 {
	font-size: 70%!important;
}
.f75 {
	font-size: 75%;
}
.f80 {
	font-size: 80%;
}
.f85 {
	font-size: 85%;
}
.f90 {
	font-size: 90%;
}
.f120 {
	font-size: 120%;
}
.f130 {
	font-size: 130%;
}
.f140 {
	font-size: 140%;
}
.f150 {
	font-size: 150%;
}
.f180 {
	font-size: 180%;
}

/* 行間 */
.line18 {
	line-height: 1.8em;
}
.line20 {
	line-height: 2.0em;
}

/*　2行目以降の行揃え　*/
.indent{
	margin-left:1em;
	text-indent:-1em;
}
.suptxt {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.mr2 {
	margin-right: 2px;
}
.min {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*　マーカー　*/
.marker_y{
background: linear-gradient(transparent 75%, #b2ffb2 75% );
font-weight: bold; 
}


/* 背景色 */

.bg_p {/*ピンク*/
	background: #EB6EA5;
}
.bg_lgr{/*薄いグリーン　UIS*/
	background: #EDF4F2;
}
.bg_bgry{/*ブルーグレー1*/
	background: #839BAF;
	color: #FFF;
}
.bg_bgry2{/*ブルーグレー2*/
	background: #9EB1C0;
	color: #FFF;
}
.bg_bl {/*薄青*/
	background: #E8F2FD;
	overflow: hidden;
}
.bg_beige {/* ベージュの背景色 */
	background: #F3EFE4;
}
.bg_gray {/* グレーの背景色 */
	background: #D2D2D2;	
}
.bg_w {/* 白の背景色 */
	background: #FFF;
}

/* 角丸 */

.radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* ｈｒスタイル */
.line_style01 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.newicon {
	font-size: 70%;
	background-color:#FFFF33;
	color: #F00;
}
.mr5 {
	margin-right: 5px;
}
.mr7 {
	margin-right: 7px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}
.ml8 {
	margin-left: 8px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb80 {
	margin-bottom: 80px;
}
.mb2e {
	margin-bottom: 2em;
}
.mt15 {
	margin-top: 15px;
}
.mt40 {
	margin-top: 40px;
}
.mtb1 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mtb2 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.ptb2e {
	padding-top: 2em;
	padding-bottom: 2em;
}
.ptb3e {
	padding-top: 3em;
	padding-bottom: 3em;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt70p {
	padding-top: 70%;
}
.pt60p {
	padding-top: 60%;
}
.pt30p {
	padding-top: 30%;
}
.ptm3 {
	padding-top: 3em;
}
.btdetail {
	background: url(../image/icon01.jpg) no-repeat right;
	text-align: right;
	padding-right: 25px;
}



.p_left {
	float: left;
}
.p_right {
	float: right;
}

.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.deco {
	text-align: center;
	margin-bottom: 20px;
}
.soon_box {
	text-align: center;
	margin: 100px auto 0px;
	padding: 20px;
	width: 500px;
	border-top: 3px double #999;
	border-bottom: 3px double #999;
}
.clear {
	clear: both;
}

/* 斜めストライプ */
.bg_stripe {/*薄いグリーン*/
background-image: linear-gradient(
	-45deg, #F5F8F8 25%, #EDF4F2 25%, #EDF4F2 50%, #F5F8F8 50%, #F5F8F8 75%, #EDF4F2 75%, #EDF4F2
);
background-size: 40px 40px;
background-attachment: fixed;
}

/*　スクロールでのエフェクト　*/
.effect {
  opacity: 0;
  transition: all 1s ease;
}
.effect.show {
  opacity: 1;
  transform: none;
}
.effect--lr {/*左から*/
  transform: translate(-30px, 0);
}
.effect--rl {/*右から*/
  transform: translate(100px, 0);
}
.effect--up {/*上に*/
  transform: translate(0, 60px);
}
.effect--down {/*下に*/
  transform: translate(0, -100px);
}
.effect--scaleUp {/*　半分に縮小　*/
  transform: scale(.5);
}
.effect--scaleDown {/*　1.5倍に拡大　*/
  transform: scale(1.5);
}
.effect--rotateL {/* 中心を基準点に時計回りに180度回転する */
  transform: rotate(180deg);
}
.effect--rotateR {/* 中心を基準点に反時計回りに180度回転する */
  transform: rotate(-180deg);
}
