@charset "utf-8";

/******************************************************
 SP・PC共通
******************************************************/
/**/

/******************************************************
 SP
******************************************************/
@media only screen and (max-width: 768px) {
	/* contactTxt */
	.contactTxt {
		font-size: 1.8rem;
		line-height: 2;
	}
	
	/* contactUl */
	.contactUl {
		margin-top: 1em;
	}
	.contactUl li {
		font-size: 1.4rem;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.contactUl li:not(:last-of-type) {
		padding-bottom: .2em;
	}
	.contactUl li::before {
		content: '＊ ';
	}
		
	/* contactGuide */
	.contactGuide {
		color: #fff;
		background-color: #000;
	}
	.contactGuide .inner {
		padding: 7% 7% 2%;
	}
	.contactGuide-ttl {
		position: relative;
		transform: translateY(50%);
		overflow: hidden;
	}
	.contactGuide-ttl .hn {
		display: flex;
		flex-flow: row nowrap;
		font-size: 2.4rem;
		white-space: nowrap;
	}
	.contactGuide-ttl .hn span {
		display: inline-block;
		padding: 0 30px;
	}
	.contactGuide-ttl .hn::before,
	.contactGuide-ttl .hn::after {
		content: '';
		top: 0;
		bottom: 0;
		margin: auto 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #948a54;
		
	}
	.contactGuide-list {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #948a54;
		padding: 40px 20px 30px;
		margin-bottom: 30px;
	}
	.contactGuide-list .tel {
		font-size: 2.6rem;
	}
}

/******************************************************
 PC
******************************************************/
@media print,
screen and (min-width: 769px) {
	/* contactTxt */
	.contactTxt {
		font-size: 1.8rem;
		line-height: 2;
	}
	
	/* contactUl */
	.contactUl {
		margin-top: 1em;
	}
	.contactUl li {
		font-size: 1.4rem;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.contactUl li:not(:last-of-type) {
		padding-bottom: .2em;
	}
	.contactUl li::before {
		content: '＊ ';
	}
	
	/* contactGuide */
	.contactGuide {
		position: relative;
		color: #fff;
		text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
		background-color: #000;
		padding: 80px 0 100px;
	}
	.contactGuide .inner {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.contactGuide-ttl {
		position: relative;
		transform: translateY(50%);
		overflow: hidden;
	}
	.contactGuide-ttl .hn {
		display: flex;
		flex-flow: row nowrap;
		font-size: 3.6rem;
		white-space: nowrap;
	}
	.contactGuide-ttl .hn span {
		display: inline-block;
		padding: 0 30px;
	}
	.contactGuide-ttl .hn::before,
	.contactGuide-ttl .hn::after {
		content: '';
		top: 0;
		bottom: 0;
		margin: auto 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #948a54;
		
	}
	.contactGuide-list {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #948a54;
		padding: 8% 5% 7%;
		margin-bottom: 60px;
	}
	.contactGuide-list .tel {
		font-size: 2.6rem;
	}
}