@charset "UTF-8";

/*====================================================================

index.css

=====================================================================*/
/*--------------------------------------------------------------------/
	base
/--------------------------------------------------------------------*/
/* common
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	main
/--------------------------------------------------------------------*/
#main-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.shadow {
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.8),
				1px -1px 0px rgba(255, 255, 255, 0.8),
				2px 1px 0px rgba(255, 255, 255, 0.8),
				2px 2px 0px rgba(255, 255, 255, 0.8),
				0px 0px 7px rgba(255, 255, 255, 1),
				0px 0px 5px rgba(255, 255, 255, 1);
}
#main-img h2 {
	font-family : Noto Sans Japanese;
	font-weight: 700;
	line-height: 1.1;
}
#main-img h2::first-letter {
	color: #ff9100;
	letter-spacing: 0.1em;
}
#main-img h2 .color {
	color: #33ab3c;
}
#main-img p {
	font-family : Noto Sans Japanese;
	font-weight: 900;
	letter-spacing: -0.01em;
}
#main-img ul {
	letter-spacing: -0.4em;
}
#main-img li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
/*--------------------------------------------------------------------/
	Content 01
/--------------------------------------------------------------------*/
#content-01 {
	overflow: hidden;
}
#room-wa,
#room-yo {
	overflow: hidden;
}
#room-wa {
	background-image: url(../img/bg01.png);
	background-color: #fc9a1a;
}
#room-yo {
	background-image: url(../img/bg01.png);
	background-color: #2ba834;
}
#content-01 .inner h2 {
	color: #fff;
	text-align: center;
}
#content-01 li a {
	display: block;
}
#content-01 img {
	display: block;
}
#content-01 .inner .wrap {
	font-weight: bold;
	letter-spacing: -0.03em;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	width: 100%;
}
#room-wa .wrap {
	color: #ff9100;
}
#room-yo .wrap {
	color: #2ba834;
}
#room-wa li a .icon-next::after {
	color: #ff9100;
}
#room-yo li a .icon-next::after {
	color: #2ba834;
}
#content-01 a:hover .icon-next::after {
	color: #fff;
}
#content-01 ul {
	overflow: hidden;
}
#content-01 li {
	float: left;
}
#content-01 .inner p {
	color: #fff;
	text-align: center;
}
.and-more a {
	background-color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 57px;
	margin: 30px auto 45px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 214px;
}
#room-wa .and-more a,
#room-yo .and-more a {
	/*border: 1px solid #fff;*/
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	-ms-transition-duration: .2s;
}
#room-wa .and-more a {
	color: #ff9100;
}
#room-yo .and-more a {
	color: #2ba834;
}
/*#room-wa .and-more a:hover,
#room-yo .and-more a:hover {
	border: 1px solid #999;
}
#room-wa .and-more a:hover {
	color: #ffb24c;
}
#room-yo .and-more a:hover {
	color: #26972e;
}*/
/*--------------------------------------------------------------------/
	Content 02
/--------------------------------------------------------------------*/
#content-02 {
	background-color: #f6f6f6;
}
#company-gide {
	background-image: url(../img/bg02.png);
	background-color: #fff;
}
#company-gide h2 {
	margin: 20px 0;
	text-align: center;
}
#company-gide h2 span {
	background-color: #ff9100;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-left: 7px;
}
#company-gide img {
	display: block;
	margin: 0 auto 20px;
}
#company-gide p {
	text-align: center;
}
#company-gide .and-more a {
	background-color: #ff9100;
	color: #fff;
	margin: 62px auto 28px;
}
#gas {
	background-color: #ffb85a;
	border: 5px solid #fca93c;
	position: relative;
}
.seal {
	background-color: #ff5400;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 26px;
	position: absolute;
	text-align: center;
}
.seal span {
	display: block;
}
#gas img {
	display: block;
	margin: 0 auto;
	width: 510px;
}
#gas h2 {
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
}
#gas h2 span {
	background-color: #ff9100;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-left: 7px;
}
#gas p {
	text-align: center;
}
#gas .but {
	color: #ff2a00;
}
#gas .and-more a {
	color: #ff9100;
	margin: 17px auto 28px;
}

/*--------------------------------------------------------------------/
	Content 03
/--------------------------------------------------------------------*/
#news h2 {
	margin: 15px 0 30px;
}
#area {
	background-image: url(../img/area-img.png);
	background-repeat: no-repeat;
}
#area h2 {
	margin: 55px 0 30px;
}
#area h3 {
	color: #ff780b;
}
#area h3 span {
	display: block;
}

/* feedbox
----------------------------------------------------------------*/
.feedbox{
	clear : both;
	position : relative;
	overflow : auto;
	font-size : .81rem;
}
.feedbox table{
	width : 100%;
}
.feedbox tr >*{
	border-bottom : 1px solid #ddd;
	padding : 0.6rem 0;
	color : #0c0c0c;
}
.feedbox th{
	text-align : left;
	font-weight : normal;
	padding-right : 30px;
	clear : both;
	width: 80px;
}
.feedbox td{
	display : block;
}


@media only screen and (min-width: 641px)
	and (max-width: 1079px){
	/*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/

	html {
		width : 100%;
	}
	.feedbox {
		max-height: 200px;
	}
	#main-img {
		background-image: url(../img/tb-main-img.jpg);
		padding: 0 0 60px;
	}
	#main-img h2 {
		font-size: 48px;
		padding: 65px 0 0;
	}
	#main-img h2 .size {
		font-size: 34px;
	}
	#main-img p {
		font-size: 21px;
		margin: 20px 0 0;
	}
	#main-img li {
		width: 50%;
	}
	#main-img ul {
		margin: 30px 15% 15px;
	}
	#content-01 ul {
		margin: 0 auto;
		width: 600px;
	}
	#content-01 li {
		margin: 0 40px 40px 0;
	}
	#content-01 li:nth-child(even) {
		margin: 0 0 40px 0;
	}
	#content-01 li a {
		width: 280px;
	}
	#content-01 img {
		width: 280px;
	}
	#content-01 .inner .wrap {
		background-color: rgba(255,255,255,0.7);
	}
	#company-gide {
		padding: 10px 0 5px;
	}
	#company-gide .and-more a {
		margin: 30px auto;
	}
	#area {
		background-position: right 10% bottom 40px;
	}
	.split {
		padding: 40px 10% 5px;
	}
	.seal {
		left: 15%;
		top: 10px;
	}
	#gas h2 {
		margin: 0 auto 17px;
		width: 510px;
	}
}

@media print, screen and (min-width: 1080px){
	/*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/

	html {
		width : 100%;
	}
	.feedbox{
		margin-right: 25px;
		max-height: 240px;
	}
	#main-img {
		background-image: url(../img/main-img.jpg);
		padding: 0 0 80px;
	}
	#main-img h2 {
		font-size: 70px;
		padding: 85px 0 0;
	}
	#main-img h2 .size {
		font-size: 56px;
	}
	#main-img p {
		font-size: 30px;
		margin: 30px 0 0;
	}
	#main-img ul {
		margin: 30px 0 15px;
	}
	#room-wa,
	#room-yo {
		width: 50%;
	}
	#room-wa {
		float: left;
	}
	#content-01 .inner {
		width: 540px;
	}
	#room-wa .inner {
		float: right;
	}
	#room-yo .inner {
		float: left;
	}
	#room-wa li {
		margin: 0 20px 20px 0;
	}
	#room-yo li {
		margin: 0 0 20px 20px;
	}
	#content-01 li a {
		width: 250px;
	}
	#content-01 img {
		width: 250px;
	}
	#content-01 .inner .wrap {
		background-color: rgba(255,255,255,0.5);
	}
	
	#content-02 .inner,
	#content-03 .inner {
		letter-spacing: -0.4em;
	}
	#company-gide {
		border: 1px solid #d3d3d3;
		margin: 46px 20px 50px 0;
	}
	#gas {
		margin: 46px 0 50px 20px;
	}
	#news {
		border-right: 1px solid #d3d3d3;
		margin: 40px 20px 0 0;
		padding-bottom: 20px;
		width: 540px;
	}
	#area {
		background-position: right bottom;
		margin-left: 10px;
		width: 510px;
	}
	.seal {
		left: 33px;
		top: 70px;
	}
}

@media only screen and (min-width: 641px){
	/*====================================================================/
	/*------------------PCタブレット共通スタイル---------
	/====================================================================*/
	html {
		width : 100%;
	}
	#content-01 .inner h2 {
		font-size: 30px;
		margin: 30px 0 35px;
		line-height: 34px;
	}
	#content-01 li a {
		overflow: hidden;
		position: relative;
	}
	#content-01 img {
		max-width: none;
	}
	#content-01 .inner .wrap {
		bottom: 0;
		font-size: 18px;
		left: 0;
		position: absolute;
	}
	#content-01 li a:hover {
		border: 4px solid #fff;
	}
	#content-01 li a:hover img {
		margin: -4px;
	}
	#content-01 li a:hover .wrap {
		color: #fff;
		padding: 10px 6px 6px;
	}
	#room-wa li a:hover .wrap {
		background-color: #ff9100;
	}
	#room-yo li a:hover .wrap {
		background-color: #2ba834;
	}
	#content-01 h2::first-letter {
		font-size: 40px;
	}
	#company-gide h2 {
		font-size: 30px;
	}
	#company-gide h2 span {
		line-height: 30px;
		padding: 10px 17px;
	}
	#gas h2 {
		font-size: 30px;
	}
	#gas h2 span {
		line-height: 30px;
		padding: 10px 30px;
	}
	#gas p span {
		display: block;
	}
	.seal {
		font-size: 21px;
		padding: 38px 22px;
	}
	#company-gide img {
		width: 468px;
	}
	#content-03 h2 {
		font-size: 30px;
		line-height: 34px;
	}
	#area h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px;
		padding-right: 250px;
	}
	#area p {
		padding-right: 250px;
	}
}

@media screen and (max-width: 640px){
	/*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
	html {
		width : 100%;
	}
	.feedbox {
		max-height: 200px;
		padding: 0 20px;
	}
	h1 {
		border-bottom: 1px solid #f6f6f6;
		padding: 0 0 3px;
	}
	#main-img {
		background-image: url(../img/sp-main-img.jpg);
		padding: 0 0 40px;
	}
	#main-img h2 {
		font-size: 24px;
		padding: 30px 0 10px;
	}
	#main-img p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	#main-img p span {
		display: block;
	}
	#main-img ul {
		margin: 0 auto 10px;
		max-width: 274px;
	}
	#main-img li {
		width: 50%;
	}
	#main-img img {
		max-width: 272px;
	}
	#main-img li img {
		width: 100%;
	}
	#content-01 ul {
		margin-left: 10px;
	}
	#content-01 li {
		width: 50%;
	}
	#content-01 li a {
		margin: 0 10px 10px 0;
		text-decoration: none;
	}
	#content-01 img {
		width: 100%;
	}
	#content-01 .inner .wrap {
		background-color: #fff;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#content-01 .inner p {
		margin: 0 15px;
	}
	#content-01 h2::first-letter {
		font-size: 32px;
	}
	#content-01 .inner h2 {
		font-size: 26px;
		margin: 20px 0 25px;
		line-height: 34px;
	}
	#content-02 .inner {
		background-color: #fff;
	}
	#company-gide {
		padding: 1px 0;
	}
	#company-gide h2 {
		font-size: 26px;
	}
	#company-gide h2 span {
		line-height: 26px;
		padding: 5px 17px;
	}
	#company-gide p {
		margin: 0 15px;
	}
	#gas h2 {
		font-size: 24px;
	}
	#gas h2 span {
		line-height: 24px;
		padding: 5px 15px;
	}
	.seal {
		font-size: 18px;
		left: 5px;
		padding: 28px 16px;
		top: 10px;
	}
	#company-gide img {
		max-width: 468px;
		padding: 0 10px;
		width: 100%;
	}
	#company-gide .and-more a {
		margin: 28px auto;
	}
	#gas p {
		margin: 10px 15px 0;
	}
	#content-03 {
		padding: 15px 0 0;
	}
	#content-03 h2 {
		font-size: 22px;
		line-height: 26px;
		margin-left: 20px;
	}
	#area {
		background-position: left 95% top;
		background-size: 130px auto;
	}
	#area h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 50px 0 10px 20px;
	}
	#area p {
		font-size: 14px;
		margin: 0 20px 20px;
	}
}
