@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px) {
	.dsp_tbs, .dsp_smt {
		display: none;
	}
	.cen_pc {
		text-align: center;
	}
	.fl {
		float: left;
	} /* 左寄せ（float） */
	.fr {
		float: right;
	} /* 右寄せ（float） */
	/* ヘッダ */
	#header {
		position: relative;
	}
	#header h1 {
		position: absolute;
		top: 0;
		right: 0;
	}
	/* メイン画がヘッダ下に潜り込む場合は下記を使用
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 30px);
		background: rgba(255,255,255,0.85);
		z-index: 99;
	}
	*/
	#header .contact {
		height: 85px;
		float: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	.main {
		padding-top: 70px;
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 800px;
	}
	#navi {
		float: right;
		width: 250px;
	}
	/* フッター */
	#footer {
		position: relative;
	}
	#footer .box, #footer .contact {
		height: 250px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#footer .box dd p {
		display: inline-block;
	}
	#footer .box dd p + p {
		margin-left: 0.5em;
	}
	#footer .contact {
		height: 80px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
  	サイドメニュー
	--------------------------------------------------*/
	#navi_01 {
		padding: 15px;
		margin-bottom: 35px;
	}
	#navi_01 p {
		text-align: center;
	}
	#navi_01 .txt7 {
		font-size: 20px;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	#navi_01 .txt8 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	#navi_01 .txt9 {
		font-size: 25px;
		margin-bottom: 0;
	}
	#navi_01 .txt9 img {
		width: 25px;
		margin-right: 8px;
		margin-top: -4px;
	}
	#navi_01 .txt10 {
		font-size: 12px;
	}
	#navi_01 a.btn {
		font-size: 16px;
		line-height: 37px;
		text-align: center;
	}
	#navi_01 a.btn img {
		width: 24px;
		margin-right: 10px;
	}
	#navi_02,
	#navi_instagram {
		text-align: center;
		margin-bottom: 35px;
	}
	#navi_02 .txt11 img {
		margin-right: 20px;
		margin-top: -2px;
	}
	#navi_02 .txt11 a.btn,
	#navi_line a {
		line-height: 53px;
		font-size: 20px;
	}
	#navi_instagram {
		font-size: 16px;
	}
	#navi_instagram img {
		margin-bottom: 10px;
	}
	#navi_03 {
		padding: 50px 0;
	}
	#navi_03 p {
		text-align: center;
	}
	#navi_03 .txt12 {
		font-size: 31px;
		margin-bottom: 20px;
	}
	#navi_03 .txt13 {
		font-size: 20px;
	}
	#navi_04 {
		padding: 4px;
	}
	#navi_04 .inner {
		padding: 15px 10px 10px 10px;
		text-align: center;
	}
	#navi_04 .inner img {
		width: 156px;
	}
	#navi_04 .inner p {
		font-size: 14px;
		margin-bottom: 0;
	}
	/*--------------------------------------------------
	トップページ
	--------------------------------------------------*/
	#top_concept {
		padding: 5px;
	}
	#top_concept .box {
		background:
			url("../img/top/concept_inner01.png") left 5px top 5px no-repeat, url("../img/top/concept_inner02.png") right 5px bottom 5px no-repeat;
		padding: 30px 0;
	}
	#top_concept .txt1 {
		font-size: 24px;
		text-align: center;
		padding-bottom: 20px;
	}
	#top_concept .txt1:before {
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 2px;
		margin-left: -25px;
	}
	#top_concept .txt2 {
		font-size: 14px;
		text-align: center;
		margin-bottom: 0;
	}
	#top_first h3.sub2 {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#top_first .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 25px;
	}
	#top_first .box .left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#top_first .box .left span {
		font-size: 25px;
		padding: 0 20px;
	}
	#top_first .box .right {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	#top_first .box .top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#top_first .box .bottom {
		padding-top: 20px;
	}
	#top_first .txt4 {
		font-size: 18px;
	}
	#top_first .txt5 {
		padding: 0 5px;
	}
	#top_about {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#top_about img {
		float: right;
		margin-left: 10px;
	}
	#top_about h3.sub3 {
		font-size: 21px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	#top_menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#top_menu ul li {
		width: 383px;
		margin-right: 34px;
	}
	#top_menu ul li:nth-child(2) {
		margin-right: 0;
	}
	#top_menu .txt6 span {
		font-size: 23px;
	}
	#top_menu .txt6 {
		font-size: 14px;
		line-height: 50px;
		padding-left: 20px;
		margin-bottom: 0;
	}
	#top_menu .textarea {
		margin: 0;
		padding: 20px;
		text-align: center;
	}
	#top_menu .btn {
		padding: 7px 20px;
		font-size: 14px;
		border-radius: 20px;
	}
	#top_info h3.sub4 {
		font-size: 21px;
		margin-bottom: 30px;
		padding-left: 10px;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */
	/*------------------------------------------------*/
}