<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------------------------
__company_style
-------------------------*/

#content { background-color: #e9dab9;}

#content #main { max-width: 1000px; text-align: left; margin: 0 auto; padding: 40px 30px 60px;}

#content #main .page_title{ font-size: 3em; font-weight: 700; line-height: 1.5; letter-spacing: 0.09em; text-align: center; margin: 0 0 30px; color: #8a6927;}
#content #main .page_title::after{ content: ""; display: block; width: 100px; height: 5px; margin: 15px auto 0; background-color: #8a6927;}
#content #main .page_title_txt{ font-size: 1.7em; font-weight: 700; letter-spacing: 0.06em; text-align: center;}
#content #main .sub_title { display: block; font-size: 2.2em; letter-spacing: 0.03em; margin: 40px 0 15px; padding: 15px 20px; box-sizing: border-box; color: #fff; background-color: #8d6b27; border-radius: 5px;}

#content #main p{ /*font-size: 1.5em; line-height: 1.7em;*/ color: #231815;}

@media screen and (max-width: 960px) {
#content #main { padding: 40px 15px 60px;}
}/*====*/

@media screen and (max-width: 767px) {
#content #main { margin: 0 10px; padding: 20px 0 30px;}

#content #main .page_title{ font-size: 2em; margin: 0 0 15px;}
#content #main .page_title::after{ margin: 5px auto 0;}
#content #main .page_title_txt{ font-size: 1.5em; text-align: left;}
#content #main .sub_title { font-size: 1.8em; margin: 20px 0 10px; padding: 10px 10px;}

#content #main p{ /*font-size: 1.3em; line-height: 1.6em;*/}
}/*====*/

/*-------------------------共通ここまで-------------------------*/

.greeting p{
	margin-bottom:15px;
	font-size: 1.5em;
	line-height: 1.7em;}

.greeting p.main_title{
	font-size: 2em;
    font-weight: 700;}

.greeting p.gt_name{
	text-align:right;}

.greeting .logo{
	text-align:center;}

.photo_list{}

.photo_list ul{
    margin:20px 0 20px;}

.photo_list ul li{
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	text-align:left;
	width: 50%;
	width: calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	width: -moz-calc((100% - 30px) / 2);
	box-sizing:border-box;}

.photo_list ul li img{
	width:100%;
	height:auto;}

.photo_list ul li:nth-child(2),
.photo_list ul li:nth-child(4){
	margin-right:0;}

.panorama{position: relative;width: 100%;padding-top: 56.25%; margin: 0 0 50px;}
.panorama iframe{  position: absolute; top: 0;right: 0;width: 100% !important;height: 100% !important;}

.company_gaiyou{
	background-color:#fff;
	padding:20px;
	border-radius:10px;}

.company_gaiyou table{
	border-collapse:collapse;
	width:100%;}

.company_gaiyou table tr{
	font-size: 1.5em;
	line-height: 1.7em;}

.company_gaiyou table tr th,
.company_gaiyou table tr td{
	border:1px solid #DCDDDD;
	padding:10px;}

.company_gaiyou table tr th{}

.company_gaiyou table tr td{}

.map iframe{
	width:100%;
	height:700px;}

.photo_com{
	text-align:center;
	font-size:2em;
	font-weight:700;
	color:#fff;
	background-color:#f29616;
	padding:13px;
	margin-bottom:40px;}

@media screen and (max-width: 767px) {

.greeting p{
	margin-bottom:10px;
	font-size: 1.3em;
	line-height: 1.6em;}

.greeting p.main_title{
	font-size: 1.6em;
    font-weight: 700;}

.greeting .logo{
	margin:15px 0 20px;}

.greeting .logo img{
	width:100%;
	height:auto;}

.photo_list ul li{
	margin-top:0;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:left;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;}
	

.panorama{margin: 0 0 30px;}

.company_gaiyou{
	padding:10px;
	border-radius:5px;}

.company_gaiyou table tr{
	font-size: 1.3em;
	line-height: 1.6em;}

.company_gaiyou table tr th{
	width:70px;}

.company_gaiyou table tr th,
.company_gaiyou table tr td{
	padding:5px;}

.map iframe{
	width:100%;
	height:300px;}

.photo_com{
	font-size:1.5em;
	margin-bottom:10px;
	padding:8px;}

}</pre></body></html>