@charset "utf-8";


/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #000;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #ffffe0;	/*背景色*/
}
h2,h3,h4,h5,p,ul,ol,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}

ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


h1 {
font-size: 35px;
color: #999;


}

li {
font-size: 25px;
}

.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.1s;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #999;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: #b4ae99;	/*マウスオン時の文字色*/
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*ブロックの最大幅*/
	margin: 0 auto;
	padding: 0 3%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/

/*ロゴ画像設定*/
#logo img {
	width: 1500px;	/*画像幅*/
	margin: 40px auto 40px;	/*ロゴの上と下に40pxスペースを空ける設定*/
        filter: brightness(100%);
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg img {
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	margin-bottom: 40px;	/*下に空けるスペース*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
#menubar {

	text-align: center;		/*文字をセンタリング*/
	font-size: 16px;		/*文字サイズ*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	margin-top: 30px;
}
/*メニュー１個あたりの設定*/
#menubar li {

	display: inline;	/*横並びにする設定*/
}
#menubar li a {
	text-decoration: none;
	padding: 5px 50px;	/*各メニュー内の余白。上下に15px、左右に30pxあけるという意味。*/
}
/*マウスオン時の設定*/
#menubar li a:hover {
	color: #b4ae99;	/*文字色*/
	border-bottom: 4px solid #b4ae99;	/*下線の幅、線種、色*/
}

/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
/*コンテンツのh2タグの設定*/
#contents h2 {
        font-size: 16px;
	clear: both;
	margin-bottom: 20px;
	color: #fff;		/*文字色*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background: #99ab4e;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}
/*コンテンツのh3タグの設定*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 8px 20px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
font-size: 16px;
}
/*コンテンツのp(段落)タグ設定*/
#contents p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
font-size: 16px;
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 30px;
}
/*マウスオン時の設定*/
#contents2 th:hover {
	color: #b4ae99;	/*文字色*/
}
#contents2 h2 {
        font-size: 16px;
	clear: both;
	margin-bottom: 20px;
	color: #fff;		/*文字色*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background: #99ab4e;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}
/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	overflow: hidden;
	border-bottom: 1px solid #999;	/*下線の幅、線種、色*/
	padding: 20px;	/*ボックス内の余白*/
}
/*h4見出しの設定*/
.list h4 {
	color: #b4ae99;	/*文字色*/
}
/*画像の設定*/
.list img {
	width: 20%;			/*画像幅*/
	float: left;		/*画像を左に回り込み*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}
/*段落タグ*/
.list p {
	padding: 0 !important;
}

/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 30px 0px 10px;	/*上、左右、下へのボックス内の余白*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}
 #footbar ul {
	display: flex;	/*縦並びにする設定*/
	margin-bottom: 10px;
	justify-content : center;
}
 #footbar li {
	margin-bottom: 10px;
}
#footbar li a {
	text-decoration: none;
	padding: 8px 15px;	/*各メニュー内の余白。*/
	font-size: 20px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		/*文字を中央*/
	background: #eee;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
	width: 30%;			/*幅*/
}
.ta1 li{
	font-size:20px;
	text-align: left;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #b4ae99;}
.pr {font-size: 12px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}



/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li {
	display: block;	/*縦並びにする設定*/
	margin-bottom: 10px;
}
#menubar li a {
	text-decoration: none;
	padding: 8px 30px;	/*各メニュー内の余白。*/
}

/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	padding: 10px;	/*ボックス内の余白*/
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}

}
.bubble1_3,
.bubble1_4 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 17px 10px;
  width: 50%;
  font-size: 16px;
  background: #1a62bc;

}
/* 右向き三角 */
.bubble1_3:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #1a62bc;
}
/* 左向き三角 */
.bubble1_4:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #1a62bc;
}
.bubble1_1 p,
.bubble1_2 p,
.bubble1_3 p,
.bubble1_4 p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

.bubble9 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble9 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble9 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble9 .chat {
  width: 100%;
}


.bubble8 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  text-align:right;
 margin-right:100px;
}

.bubble8 .imgs {
  float: right;
  margin-left: -90px;
  width: 80px;
}
.bubble8 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble8 .chat {
  width: 100%;

}
.bubble7 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble7 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble7 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble7 .chat {
  width: 100%;
}

.bubble6 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble6 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble6 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble6 .chat {
  width: 100%;
}

.ss {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #b28c6e;
}
.ss:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #b28c6e;
}
.ss h2 {
  margin: 0;
  padding: 0;
  color: #f8f4e6;
}


.tt {
  display: inline-block;
  position: relative; 
  margin: 5px  100 0 500px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #93ca76;
margin-right:100px;

}
.tt:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #93ca76;

}


.tt h2 {
  margin: 0;
  padding: 0;
  color: #f8f4e6;
}

.kk {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #5383c3;
}
.kk:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #5383c3;
}
.kk h2 {
  margin: 0;
  padding: 0;
  color: #f8f4e6;
}
.nn {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #7ebeab;
}
.nn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #7ebeab;
}
.nn h2 {
  margin: 0;
  padding: 0;
  color: #f8f4e6;
}
/*さとうあやね右*/
.bubble1{
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  text-align:right;
 margin-right:100px;
}

.bubble1 .imgs {
  float: right;
  margin-left: -90px;
  width: 80px;
}
.bubble1 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble1 .chat {
  width: 100%;

}
.aa {
  display: inline-block;
  position: relative; 
  margin: 5px  100 0 500px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #89c3eb;
margin-right:100px;

}
.aa:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #89c3eb;
}

.aa h2 {
  margin: 0;
  padding: 0;
  color: #black;
}

/*しおつきへいぞう*/
.bubble2{
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  text-align:right;
 margin-right:100px;
}

.bubble2 .imgs {
  float: right;
  margin-left: -90px;
  width: 80px;
}
.bubble2 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble2 .chat {
  width: 100%;

}
.bb{
  display: inline-block;
  position: relative; 
  margin: 5px  100 0 500px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f8e58c;
margin-right:100px;

}
.bb:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #f8e58c;
}

.bb h2 {
  margin: 0;
  padding: 0;
  color: #black;
}

/*ほりあさみ*/
.bubble3{
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  text-align:right;
 margin-right:100px;
}

.bubble3 .imgs {
  float: right;
  margin-left: -90px;
  width: 80px;
}
.bubble3 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble3 .chat {
  width: 100%;

}
.cc {
  display: inline-block;
  position: relative; 
  margin: 5px  100 0 500px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #a69abd;
margin-right:100px;

}
.cc:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #a69abd;
}

.cc h2 {
  margin: 0;
  padding: 0;
  color: #black;
}

/*ほりもとはる*/
.bubble4{
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  text-align:right;
 margin-right:100px;
}

.bubble4 .imgs {
  float: right;
  margin-left: -90px;
  width: 80px;
}
.bubble4 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble4 .chat {
  width: 100%;

}
.dd {
  display: inline-block;
  position: relative; 
  margin: 5px  100 0 500px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #b0ca71;
margin-right:100px;

}
.dd:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #b0ca71;
}

.dd h2 {
  margin: 0;
  padding: 0;
  color: #black;
}

/* わたなべさくら */
.bubble5{
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  text-align:right;
 margin-right:100px;
}

.bubble5 .imgs {
  float: right;
  margin-left: -90px;
  width: 80px;
}
.bubble5 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble5 .chat {
  width: 100%;

}
.ee {
  display: inline-block;
  position: relative; 
  margin: 5px  100 0 500px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f6bfbc;
margin-right:100px;

}
.ee:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid #f6bfbc;
}

.ee h2 {
  margin: 0;
  padding: 0;
  color: #black;
}
/* さとうあやね左 */
.bubble10 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble10 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble10 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble10 .chat {
  width: 100%;
}
.ff {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #89c3eb;
}
.ff:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #89c3eb;
}
.ff h2 {
  margin: 0;
  padding: 0;
  color: #black;
}

/* しおつきへいぞう */
.bubble11 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble11 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble11 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble11 .chat {
  width: 100%;
}
.gg {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f8e58c;
}
.gg:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f8e58c;
}
.gg h2 {
  margin: 0;
  padding: 0;
  color: #black;
}
/* ほりあさみ */
.bubble12 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble12 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble12 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble12 .chat {
  width: 100%;
}
.hh {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #a69abd;
}
.hh:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #a69abd;
}
.hh h2 {
  margin: 0;
  padding: 0;
  color: #black;
}
/* ほりもとはる*/
.bubble13 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble13 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble13 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble13 .chat {
  width: 100%;
}
.ii {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #b0ca71;
}
.ii:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #b0ca71;
}
.ii h2 {
  margin: 0;
  padding: 0;
  color: #black;
}
/* わたなべさくら*/
.bubble14 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
}
.bubble14 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble14 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 50%;
}
.bubble14 .chat {
  width: 100%;
}
.jj {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f6bfbc;
}
.jj:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f6bfbc;
}
.jj h2 {
  margin: 0;.
  padding: 0;
  color: #black;
}

h2.taitoru {
font-size: 16px;
	clear: both;
	margin-bottom: 20px;
	color: #fff;		/*文字色*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background: #99ab4e;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#333;
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
	animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}