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

/* -----------------------------------------------------------------------------
 下部　お問い合わせ
----------------------------------------------------------------------------- */
.inquiry-box {
	text-align:center;
	margin-bottom:30px;
}
.inquiry-box h5 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.3;
	margin-bottom:15px;
	display: table;
	text-align: center;
	white-space: nowrap;
}
.inquiry-box h5 span {
	display:block;
	color: #666;
    font-size: 14px;
    font-size: 1.4rem;
}
.inquiry-box h5:after, .inquiry-box h5:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.inquiry-box h5:after {
  border-left: 0.5em solid transparent;
}
.inquiry-box h5:before {
  border-right: 0.5em solid transparent;
}

.inquiry-box p {
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom:20px;
	font-weight:bold;
}
.inquiry-box p.attention {
    font-size: 14px;
    font-size: 1.4rem;
	margin-top:15px;
	margin-bottom:20px;
	font-weight: normal;
	text-align:left;
}
.inquiry-box-wt {
	border:#d7d7d7 1px solid;
	background-color:#fff;
	padding-bottom:30px;
}
.inquiry-box-wt dl {
	padding: 40px 0 0;
}
.inquiry-box-wt dl dt {
    font-size: 16px;
    font-size: 1.6rem;
	font-weight:bold;
	margin-bottom:15px;
}
.inquiry-box-wt dl dd {
    font-size: 40px;
    font-size: 4.0rem;
	font-weight:700;
	line-height:1;
}
.inquiry-box-wt dl dd span {
    font-size: 26px;
    font-size: 2.3rem;
	font-weight:400;
}
.inquiry-box-wt dl dd a.btn-blk {
	width:auto;
	max-width:300px;
    font-size: 18px;
    font-size: 1.8rem;
}


/* -----------------------------------------------------------------------------
 制作実績 詳細
----------------------------------------------------------------------------- */
section.dtl-gallery {
	margin-top:35px;
	width:100%;
	background-color:#ebebeb;
	padding:0;
}
main section.dtl-gallery div.wrap {
	    padding: 30px 4%;
}
section.dtl-gallery .h-ttl {
	margin-bottom:0;
}
section.one-gallery {
	width:100%;
	margin-bottom:30px;
}
section.one-gallery h3 {
    font-size: 20px;
    font-size: 2.0rem;
}
section.one-gallery h4 {
    font-size: 16px;
    font-size: 1.6rem;
	margin-bottom:20px;
}
p.g-cat {
	display: inline-block;
	background-color: #828282;
    font-size: 10px;
    font-size: 1.0rem;
    color: #fff;
    padding: 4px;
    line-height: 1;
	text-align:center;
	margin-bottom:10px;
}
.g-dtl-box {
	background-color:#ebebeb;
	border:#d7d7d7 1px solid;
	padding:20px 4% 0;
}
.g-dtl-box-outline {
	margin-bottom:30px;
}
.g-dtl-box-outline p.g-time {
	margin-bottom:5px;
    font-size: 12px;
    font-size: 1.2rem;
}
section.one-gallery .g-dtl-box-outline h3 {
	margin-bottom:5px;
    font-size: 14px;
    font-size: 1.4rem;
}
.g-dtl-box-outline dl {
	margin-bottom:5px;
}
.g-dtl-box-outline dl dt, .g-dtl-box-outline dl dd {
	float:left;
}
.g-dtl-box-outline dl dt {
	font-weight:bold;
}
.g-dtl-box-outline dl dd {
	margin-right:20px;
}
section.one-gallery .g-dtl-box-comment h4 {
    font-size: 14px;
    font-size: 1.4rem;
	margin-bottom:5px;
}

section.dtl-gallery .p-nation-category {
	margin: 0 0 40px;
}




/* PC向けおよびタブレット向けのレイアウトの指定：960px〜 */
@media screen and (min-width: 960px) {

/* -----------------------------------------------------------------------------
 トップ以外　ヘッダーのスタイル
----------------------------------------------------------------------------- */
.drawer--left .drawer-hamburger {
	display:none;
}
header {
	background-color:#fff;
	position: fixed;
    z-index: 102;
}
header #header {
	width: 960px;
	height:110px;
    top: 0px;
    left: 50%;
    margin-left: -480px;
	position:relative;
	z-index:auto;
}

h1 {
	padding:75px 0 0;
	height:275px;
}
h1 img {
	width: auto;
	max-width:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:38px;
}


/* -----------------------------------------------------------------------------
 下部　お問い合わせ
----------------------------------------------------------------------------- */
.inquiry-box {
	margin-bottom:55px;
}
.inquiry-box h5 {
	margin-bottom:25px;
}
.inquiry-box-wt {
	padding-bottom:0;
}
.inquiry-box-wt dl {
	float:left;
	width:50%;
	margin-bottom:35px;
	padding: 30px 0 0;
}
.inquiry-box-wt dl dt {
	margin-bottom:30px;
}
.inquiry-box-wt dl dd {
	letter-spacing:0.2rem;
}
.inquiry-box-wt dl dd a {
	letter-spacing:0;
}



/* -----------------------------------------------------------------------------
 制作実績 詳細
----------------------------------------------------------------------------- */
section.one-gallery {
	margin-bottom:70px;
}
section.dtl-gallery {
}
main section.dtl-gallery div.wrap {
	padding: 30px 0;
}
section.one-gallery h3 {
    font-size: 24px;
    font-size: 2.4rem;
}
section.one-gallery h4 {
    font-size: 18px;
    font-size: 1.8rem;
}
.g-dtl-box {
    padding: 25px 25px 0;
}
.g-dtl-box-outline {
	width:454px;
	float:left;
}
.g-dtl-box-comment {
	width:454px;
	float: right;
}


}


/* PC向けおよびタブレット向けのレイアウトの指定：1180px〜 */
@media screen and (min-width: 1180px) {

/* -----------------------------------------------------------------------------
 トップ以外　ヘッダーのスタイル
----------------------------------------------------------------------------- */
header #header {
	width: 1180px;
	max-width: 1180px;
    margin-left: -590px;
}
header #header .logo {
	padding:30px 0 0 32px;
	width:161px;
}
header #header .logo img {
	width:161px;
}
header #header ul {
	margin:42px 0 0 55px;
}
header #header ul li {
	margin-right:53px;
}
header #header ul.bnr-box {
	/* margin:40px 0 0 150px; */
    margin:40px 0 0 60px;
}
.home h1 {
	top:260px;
}

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