@charset "utf-8";

/******************************************************
 SP・PC共通
******************************************************/
/**/

/******************************************************
 SP
******************************************************/
@media only screen and (max-width: 768px) {
	/* contactTxt */
	.contactTxt {
		font-size: 1.8rem;
		line-height: 2;
	}
	.contactTxt a {
		color: #fff;
	}
	.contactTxt a:visited {
		color: #fff;
	}
	.contactTxt a:link {
		color: #fff;
	}
	
	/* 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;
	}
	.col2 .photo {
		margin: 1em 0;
	}
    .imgBox {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .imgBox li {
        width: 100%;
        margin-bottom: 20px;
    }
    .imgBox li img {
        width: 100%;
    }
    .caption {
        font-size: 12px;
        margin-top: 5px;
    }
}

/******************************************************
 PC
******************************************************/
@media print,
screen and (min-width: 769px) {
	/* contactTxt */
	.contactTxt {
		font-size: 1.8rem;
		line-height: 2;
	}
	.contactTxt a {
		color: #fff;
	}
	.contactTxt a:visited {
		color: #fff;
	}
	.contactTxt a:link {
		color: #fff;
	}
	/* 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;
	}
	.contactGuide-list .comment {
		font-size: 1.8rem;
	}
	.col2 {
		display: flex;
		flex-flow: row nowrap;
	}
	.col2 .photo {
		padding-left: 1.5em;
	}
	.col2 .photo img {
		width: 160px;
	}
    .imgBox {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .imgBox li {
        width: 50%;
    }
    .imgBox li img {
        width: 100%;
    }
    .caption {
        font-size: 14px;
        margin-top: 10px;
    }
}

.newsGuide {
position: relative;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    background: none;
    padding: 80px 0 100px;
	}
.newsGuide .inner {
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
	}		

.t_right {
	text-align: right;
	}