@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.title {
		position: absolute;
		justify-content: flex-start;
		top: 0;
		left: 0;
		width: 236px;
		padding-left: 15px;
		box-sizing: border-box;
		background: rgba(48, 160, 184, 0.2);
		text-align: left;
		clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	}
	#header h1.title img {
		width: 167px;
	}
	#header .contact {
		position: absolute;
		right: 10px;
	}
	#header .contact ul {
		width: 470px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	#header .contact ul li {
		text-align: left;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 5px;
		color: #143D56;
		display: flex;
		align-items: center;
	}
	#header .contact ul li:nth-of-type(odd) {
		width: 200px;
	}
	#header .contact ul li span {
		width: 30px;
		height: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-right: 5px;
	}
	#header .contact .tel {
		width: 315px;
		box-sizing: border-box;
		position: relative;
		line-height: 1;
		padding-left: 60px;
		margin-right: 10px;
	}
	#header .contact .tel .maru {
		position: absolute;
		top: 4px;
		left: 0;
		width: 48.5px;
		height: 48.5px;
		background: #EF8B94;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}
	#header .contact .tel .maru img {
		width: 29px;
	}
	#header .contact .tel a {
		color: #EF8B94;
		font-size: 34px;
		line-height: 1;
		font-weight: 500;
	}
	#header .contact .tel .txt {
		display: block;
		margin-top: 5px;
	}
	#header .contact .btn a {
		display: inline-block;
		padding: 5px 15px;
		padding-right: 0;
		padding-left: 55px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
		width: 150px;
		height: 60px;
		line-height: 1.2;
		box-sizing: border-box;
		border-radius: 10px;
		font-size: 20px;
		background : linear-gradient(180deg, rgba(224, 152, 131, 1) 0%, rgba(239, 139, 148, 1) 100%);
		color: #fff;
		position: relative;
	}
	#header .contact .btn a .maru {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 38.5px;
		height: 38.5px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}
	#header .contact .btn a img {
		width: 22px;
	}
	/* メニュー */
	#menu {
		border-bottom: 1px solid #30A0B8;
		text-align: center;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 12px 30px;
		color: #333;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #194E80;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
/*		padding-bottom: 567px;*/
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.fade_up.fade_pc02 {
		transition: 1.5s;
	}
	.fade_up.fade_pc03 {
		transition: 2s;
	}
	.fade_up.fade_pc04 {
		transition: 2.5s;
	}
	/* フッター */
	#top_sitemap h3 {
		margin-bottom: 17px;
	}
	#top_sitemap ul li {
		width: 23%;
		float: left;
	}
	#footer {
		position: relative;
/*		min-height: 567px;
		margin-top: -567px;*/
	}
	#footer .box_flex {
		padding: 32px 0;
		align-items: flex-end;
	}
	#copyright {
		width: 275px;
		height: auto;
		line-height: 1;
	}
	.sticy_contact {
		position: fixed;
		top: 15%;
		right: 0;
		z-index: 999;
		width: 88px;
		height: 440px;
		background : linear-gradient(180deg, rgba(224, 152, 131, 1) 0%, rgba(239, 139, 148, 1) 100%);
		border-radius: 10px 0 0 10px;
		text-orientation: upright;
		padding: 10px 0;
	}
	.sticy_contact .tate {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 17px;
		line-height: 19px;
		letter-spacing: 1.7px;
		color: #fff;
		text-align: left;
	}
	.sticy_contact .tate .txt01 {
		font-size: 20px;
		padding-left: 15px;
	}
	.sticy_contact .tate .txt01 span {
		font-size: 15px;
		margin-top: 8px;
	}
	.sticy_contact .tate .txt02 {
		font-size: 28px;
		padding-left: 20px;
	}
	.sticy_contact a {
		position: absolute;
		bottom: 90px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			width: 57px;
		height: 57px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 50%;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	.sticy_contact a.tel {
		bottom: 20px;
	}
	.sticy_contact a img {
		width: 32px;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
	#top_troble .box {
		width: 23.8%;
	}
	#top_troble .box .in h4 {
		min-height: 130px;
	}
	#top_reason .in_link li {
		width: 23%;
	}
	#top_reason .text {
		width: 47%;
	}
	#top_reason .photo {
		width: 47%;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}