@charset "utf-8";


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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 1.6rem;
	line-height: 2;		/*行間*/
	background: url(../images/bg_img2.jpg);	/*背景色と壁紙*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}

ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
video {max-width: 100%;}
iframe {width: 100%;}

.f_list{
	width:20%;
	float:left;
}
.foot_area{
	max-width: 1200px;
	margin: 0 auto;
}

.foot_menu a:hover {
    color: #ff9;
    font-weight: bold;
}
input{
	height:30px;
}
.news_icon {
    background: #5daaa3;
    color: white;
    font-weight: bold;
    padding: 5px 6px 1px 7px;
    font-size: 11px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    border-radius: .3rem;
}

ul.ul_news {
    padding: 0 70px;
	list-style-type: none;
}

/*page_block設定*/
.img_box{
	display:block;
	float:left;
}
.img_box2{
	display:block;
	float:right;
}
.img_all_box{
	display:block;
	width:100%;
	padding:10px;
	margin:auto;
}
.page_text{
	display:block;
	padding: 0px;
	color: #666;
	width:100%;
	margin:auto;
	line-height: 44px;
}
.page_all_text{
	display:block;
	width:100%;
	padding:10px;
	color: #666;
	line-height: 28px;
}
.index .img_box2{
	width: 30%;
    padding: 0px;
}
@media screen and (max-width:767px){
	.img_box{
		margin:auto;
		float:none;
		width: auto !important;
		padding: 0px !important;
	}
	.img_box2{
		margin:auto;
		float:none;
		width: auto !important;
		padding: 0px !important;
	}
	.img_all_box{
		margin:auto;
		float:none;
		padding:3px;
		width:90%;
	}
	.page_text{
		margin:auto;
		float:none;
		width: 95%;
		color: #666;
		line-height: 35px;
		text-align: justify;
	}
	.page_all_text{
		margin:auto;
		padding:3px;
		width:90%;
		color: #666;
		line-height: 22px;
	}
}

/*改行設定
---------------------------------------------------------------------------*/
/* スマホ用<br> */
@media screen and (max-width:600px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
}
/* tablet用<br> */
@media only screen and (min-width:601px) and (max-width:900px) {
	.br-sp { display: none; }
	.br-tb { display: block; }
	.br-pc { display: none; }
}
/* pc用<br> */
@media screen and (min-width:901px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
}


/*ロゴブロック（最上部）設定
---------------------------------------------------------------------------*/
.hd-right {
	font-size: 1.3rem;
}

i[class^="fa"]{
    margin: 0 4px 0 10px;
}

.hd-left {
    width: 55%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #4896a8;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通（header内と、contents内で使っています）
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*最大幅*/
	margin: 0 auto;
}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background:rgb(255, 255, 240);
	top: 0;
}
/*ヘッダーのinner*/
header .hd-inner {
    display: flex;
    height: 6rem;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#menubar {
	max-width: 1200px;
	margin: 0 auto;
}
/*メニュー１個ごとの設定*/
#menubar ul {
	display: flex;
	list-style-type: none;
}
/*１つ目のメニューへの設定*/
#menubar li:first-child a {
	margin-left: 0;	/*左へ空けたスペースをなくす設定。*/
}
/*マウスオン時と現在表示中メニューの設定*/
#menubar ul li a:hover {
	filter: opacity(0.5);
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態。*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 25px 75px;		/*ボックス内の余白*/
	margin: 40px 3% 0;	/*ボックスの外への余白。上、左右、下。*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 100%;		/*ボックスの幅*/
	padding-bottom: 30px;
}
/*１カラム時のmainコンテンツ*/
.c1 #main {
	float: none;
	width: auto;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #DAF4D4;
    font-size: 2rem;
    color: #5b4545;
    text-align: center;
	left: 7px;
	margin: 0 0 25px 0;
}
#main h2:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #5B4F4F;
}
#main h2 span{
	display: block;
    font-size: 1.8rem;
    line-height: 34px;
    padding-bottom: 1rem;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	position: relative;
    padding: 1rem;
    border-bottom: 6px solid #80c8ad;
    font-size: 1.8rem;
    color: #3b3b3b;
    text-align: center;
	margin: 0 0 10px 0;
}
#main h3:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
    background: #5daaa3;
}

/*mainコンテンツのh3タグの設定*/
#main h4 {
	position: relative;
	display: inline-block;
	padding: 20px 1.5em;
	text-align: center;
	color: #3b3b3b;
	font-size: 1.5rem;
}
#main h4:before {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	position: absolute;
	top: calc(50% - .5em);
	color: #eb6100;
	left: 0;
	content: '\f101';
}

/*各ぺージh2カラー*/
.for_business #main h2 {
	background: rgb(255, 217, 217);
}
.for_life #main h2 {
	background: rgb(249, 235, 243);
}
.for_skill #main h2 {
	background: rgb(219, 237, 238);
}
.for_education  #main h2 {
	background: rgb(184, 216, 231);
}
.for_school  #main h2 {
	background: rgb(226, 238, 210);
}



/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0 20px 20px;	/*上、左右、下への余白*/
}
/*他*/
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}
#main p + p {
	margin-top: -10px;
}

/*page_text内のピックアップテキスト*/
.pic_area {
    background: rgb(255, 255, 209);
    padding: 25px;
    font-size: 1.7rem;
    line-height: 3rem;
    font-weight: bold;
    display: flow-root;
    position: relative;
    padding-left: 40px;
    list-style: none;
}
.pic_area li {
    display: inline-block;
    padding: 0.5rem 0 0 1rem;
}
.pic_area li:before {
    color: #666;
    content: "・";
    font-size: 46px;
    position: absolute;
    left: 10px;
}
.pic_area br{
	display: none;
}
/*価格表*/
  table.t_price {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.3rem;
  }

  .t_price tr {
	background-color: #e6f2f5;
	padding: .35em;
	border-bottom: 2px solid #fff;
  }
  .t_price th,
  .t_price td {
	padding: 1em 0;
	border-right: 2px solid #fff;
	white-space: nowrap;
  }

  .t_price thead tr{
	background-color: #167F92;
	color:#fff;
  }
  .t_price tbody th {
	  background: #78bbc7;
	  color: #fff;
	  font-size: 1.2rem;
  }
/*  .txt{
	 font-size: .85em;
  }
*/
table .txt {
	font-weight: bold;
}
.non{
	background:#fff
  }
  .p_tlt{
	font-size: 1.8rem;
    color: #5daaa3;
    font-weight: bold;
	line-height: 3rem;
  }
  .s_tlt{
    color: #5daaa3;
    font-weight: bold;
  }

/*ボタンリンク*/
a.btn_link {
	font-size: 18px;
    color: #5a5a5a;
    text-align: center;
    border: 5px solid rgb(253,206,206);
    text-decoration: none;
    display: block;
    width: 80%;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
    background: rgb(255,217,217);
}
a.btn_link:after {
    font-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    left: 5%;
    color: #5a5a5a;
    content: '>';
}
a.btn_link:hover {
	filter: opacity(0.5);
}

input[type="submit"] {
	color: black;
	text-decoration: none;
	font-family: sans-serif; /* 書体もリセットしています。不要であれば削除を */
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* iOSタップ時の挙動を調整 */
  }

  input[type="submit"] {
	display: inline-block;
	border: 2px solid #333;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding:16px;
	text-align: center;
	border-radius: 4px;
	transition: .4s;
	line-height: .1px;
	margin-top: 20px;
  }
  input[type="submit"]:hover {
	background-color: #333;
	border-color: #333;
	color: #FFF;
  }

/*メインコンテンツ内の「list」ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;	/*ボックスの外（下）に空けるスペース*/
}
#main .list a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 20px;	/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
#main .list a:hover {
	border: 1px solid #4896a8;	/*枠線の幅、線種、色*/
	background: #f4fafb;		/*背景色*/
}
/*写真*/
#main .list figure img {
	width: 25%;			/*写真の幅*/
	float: left;		/*左に回り込み*/
	border-radius: 50%;	/*円形にくり抜く指定。通常通りに表示させたいならこの１行削除。*/
}
/*h4タグ*/
#main .list h4 {
	margin-left: 28%;	/*左に空けるスペース。写真(figure)のwidth指定とバランスをとって指定する。*/
	color: #4896a8;		/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	border-bottom: dashed 1px #4896a8;	/*枠線の幅、線種、色*/
	margin-bottom: 10px;	/*下に空けるスペース*/
}
/*段落(p)タグ*/
#main .list p {
	padding: 0 !important;
	margin-left: 28%;	/*左に空けるスペース。写真(figure)のwidth指定とバランスをとって指定する。*/
}

/*メインコンテンツ内の「list2」ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list2 {
	overflow: hidden;
	position: relative;
	width: 22%;		/*幅*/
	float: left;	/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	margin-left: 2.4%;	/*ボックス同士に空ける左右間のスペース*/
	font-size: 12px;	/*文字サイズ*/
	margin-bottom: 20px;	/*ボックスの下に空ける上下間のスペース*/
}
#main .list2 a {
	display: block;text-decoration: none;overflow: hidden;
}
/*h4タグ*/
#main .list2 h4 {
	height: 1.5em;	/*高さ。レイアウトが崩れるのを防ぐ為、２行目以降は非表示になります。*/
}
/*写真のマウスオン時*/
#main .list2 a:hover figure img {
	opacity: 0.7;	/*透明度*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	width: 21%;		/*ボックスの幅*/
	float: left;	/*左に回り込み*/
	padding-bottom: 30px;
}
/*１カラム時のsubコンテンツ*/
.c1 #sub {
	display: none;	/*非表示*/
}
/*h2タグ*/
#sub h2 {
	background: #999;	/*背景色*/
	color: #fff;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 8px 0;		/*上下、左右へのh2内の余白*/
	border-radius: 10px 10px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
ul.submenu {
	margin-bottom: 20px;	/*メニューブロックの下に空けるスペース*/
	border: solid 1px #ccc;	/*枠線の幅、線種、色*/
	border-bottom: none;	/*下の線だけ消す設定*/
	text-align: center;		/*文字をセンタリング*/
}
/*メニュー１個ごとの設定*/
ul.submenu li {
	border-bottom: solid 1px #ccc;	/*下の線の線種、幅、色*/
}
ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px;	/*メニュー内の余白*/
}

/*サブコンテンツ内のlistボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .list {
	position: relative;overflow: hidden;
	font-size: 11px;	/*文字サイズを少し小さくする（デフォルトは最上段のbody内にあります）*/
	line-height: 1.3;	/*行間を少し狭くする（デフォルトは最上段のbody内にあります）*/
}
#sub .list a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 8px 0;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色	*/
}
/*写真*/
#sub .list figure img {
	width: 25%;		/*写真の幅*/
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*写真の右に空けるスペース*/
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 30px 0px 0px 0px;
	color: #fff;
	background-color: #1d9187;;
	margin-top:40px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer .r2{
	margin-right: 5rem;
    display: flex;
    justify-content: flex-end;
}
footer p{
	border: 1px #fff solid;
	padding: 0.5rem 1rem;
	font-size: 70%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin-bottom: 20px;
}
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 20px;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #666;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル設定*/
.ta1 {
	width: 100%;
	margin: 0px auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 180px;	/*幅*/
	text-align: center;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #eee;		/*背景色*/
}
/*こだわり検索のフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 45%;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*ページの上部に戻る「↑」ボタン
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;	/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	z-index: 100;
	position: fixed;
	bottom: 50px;	/*ウィンドウの下から50pxの場所に配置*/
	right: 5%;		/*ウィンドウの右から5%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #ccc;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}

/*トップページの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;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;	/*背景色*/
	color:#fff;				/*文字色*/
	padding: 10px 25px !important;	/*上下、左右へのボックス内余白*/
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*問い合わせフォーム
---------------------------------------------------------------------------*/
.Form-Item {
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.Form-Item-Label {
    width: 30%;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    min-width: 240px;
}
.Form-Item-Input {
    width: 60%;
    text-align: left;
    padding: 5px;
    min-width: 320px;
}
input.input_text {
    width: 55%;
    padding-left: 10px;
    height: 2em;
}
input, textarea {
    font-size: 14px;
    color: #666;
    background-color: transparent;
    border: solid 1px #ccc;
    border-radius: 3px;
}
textarea.input_textarea {
    width: 90%;
    padding-left: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #f95f9c !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



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

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーのinnerへの追加設定*/
header .inner {
	height: 120px;	/*高さ*/
}
/*ヘッダーのinnerへの追加設定（トップページへの追加設定）*/
.top header .inner {
	height: 250px;	/*高さの再指定*/
}
/*ロゴ画像の設定*/
header #logo {
	width: 300px;	/*画像の幅*/
}

ul.ul_news {
    padding: 0px;
	list-style-type: none;
}

.hd-right {
    display: none;
}
.hd-left {
    margin: 0 auto;
    width: 80%;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;	/*上から120pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-size: 20px;
	color: #fff;	/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 1rem;
    right: 3%;
    border: 1px solid #000;
    display: block;
	position: absolute;
    z-index: 99999;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}
/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, .inner {
	float: none;
	width: auto;
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	width: 20%;		/*写真の幅*/
}

/*各コンテンツ設定
---------------------------------------------------------------------------*/
header .hd-inner {
    height: 8rem;
}
#contents {
    padding: 25px 45px;
}
footer {
	padding: 30px;
}
.foot_menu {
    font-size: 1.5rem;
}
.t_price tbody th {
    font-size: 80%;
}
/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.pc {display:none;}

}

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

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーのinnerへの追加設定（トップページへの追加設定）*/
.top header .inner {
	height: 200px;	/*高さの再指定*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 15px;		/*ボックス内の余白*/
	margin: 20px 3% 0;	/*ボックスの外への余白。上、左右、下。*/
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	width: 95%;
    margin: 0 auto;
}
#main p {
	padding: 0 10px 20px;	/*上、左右、下への余白*/
}

/*メインコンテンツ内の「list」ボックス
---------------------------------------------------------------------------*/
#main .list a {
	padding: 10px;	/*ボックス内の余白*/
}
#main h2 {
    font-size: 1.8rem;
}
	/*h4タグ*/
#main .list h4 {
	font-size: 12px;	/*文字サイズ*/
}

/*メインコンテンツ内の「list2」ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list2 {
	width: 45%;			/*幅*/
	margin-left: 3%;	/*ボックス同士に空ける左右間のスペース*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
/*各コンテンツ設定
---------------------------------------------------------------------------*/
.index .img_box2{
	float: none;
	margin: 0 auto;
	width: 40%;
}
.foot_menu {
    width: 95%;
    margin: 0 auto;
}
select {
    font-size: 1.2rem;
    height: 2rem;
	width: 100%;
}
input.input_text {
    width: 100%;
}
textarea.input_textarea {
    width: 100%;
}
table .txt {
    font-size: 1rem;
}
table.t_price {
    font-size: 60%;
}
/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}

/*画面幅375px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
	body {
		font-size: 1.4rem;
	}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーのinnerへの追加設定*/
header .inner {
	height: 100px;	/*高さ*/
}
/*ロゴ画像の設定*/
header #logo {
	width: 200px;	/*画像の幅*/
}
header .hd-inner {
    height: auto;
}
.hd-left {
	margin: 0 2rem 0 0.5rem;
    width: 88%;
}
#menubar_hdr {
    top: 0.5rem;
    right: 2%;
}
#main h2 {
	padding: 1rem;
    background: #DAF4D4;
    color: #5b4545;
    text-align: center;
    left: 0;
    margin: 0 0 25px 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    border: 3px solid #5B4F4F;
}
#main h2:before {
	display:none;
}
#main h3 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2rem;
	padding: 1rem 0.5rem;
}
#main h4 {
	padding: 0;
    font-size: 1.4rem;
    display: block;
}
#main h4:before {
	display: none;
}
/*各コンテンツ設定
---------------------------------------------------------------------------*/
a.btn_link {
	width: 100%;
    margin-bottom: 0;
}
a.btn_link:after {
	padding-right: 1rem;
}
ul.ul_news {
    font-size: 1.3rem;
}
footer {
    font-size: 1.3rem;
}
.foot_menu {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
	font-size: 1.3rem;
}
td.small_text_white {
    text-align: left;
}
div#copyright {
    text-align: center;
	line-height: 20px;
}

table.t_price {
	border: 0;
	width:100%;
	font-size: 1.3rem;
}
.t_price th{
	background-color: #167F92;
	display: block;
	border-right: none;
}
.t_price thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.t_price tr {
	display: block;
	margin-bottom: .625em;
}
.t_price td {
	border-bottom: 1px solid #bbb;
	display: block;
	font-size: .8em;
	text-align: right;
	position: relative;
	padding: .625em .625em .625em 4em;
	border-right: none;
}
.t_price td::before {
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 10px;
	color: #167F92;
}
.t_price td:last-child {
	border-bottom: 0;
	text-align: right;
	padding: 0.625em 0.625em;
}
.t_price tbody th {
	color: #fff;
}
.pic_area {
    padding: 25px 10px 25px 40px;
	margin-left: calc(-44vw + 50%);
    margin-right: calc(-44vw + 50%);
}
.pic_area li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.5rem 0;
}
.pic_area li:before {
    left: 0px;
}
.p_tlt{
	font-size: 1.4rem;
}
.s_tlt {
    font-size: 0.9rem;
}
select {
    width: 90%;
}
input.input_text {
    width: 90%;
}
textarea.input_textarea {
    width: 90%;
}
footer .r2 {
    justify-content: center;
    margin: 0.5rem;
}
}
