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

/* -------------------------------------------------------------*/
/* SiteName : UP-FLD */
/* FileName : common.css */
/* Add Day : 2015/06/17(Wed) */
/* Udt Day : 2019/11/21(Thu) */
/* Copyright : ZENEI-PRO */
/* == TOC ======================================================*/
/* 1 : */
/*--------------------------------------------------------------*/

/* ------------ 主要ブラウザのベンダープレフィックス */
/* -moz-     …… Firefox */
/* -webkit-  …… Chrome、Safari */
/* -o-       …… Opera */
/* -ms-      …… IE8～ */
/* ベンダープレフィックス指定無しも明記 */

/*--------------------------------------------------------------*/
/*	basic style */
/*  font-sizeのパーセント表記一覧 */
/*  表示したいサイズ / 基本サイズ * 100(小数点以下切り上げ) */
/*  基本サイズ16pxの場合 */
/*--------------------------------------------------------------*/
html{
	font-size: 62.5%;
}
body{
	width: 100%;
	color: #333;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	min-width: 1000px;
}
@media screen and (max-width: 767px){
	body{
		min-width: unset;
	}
}
.pc{
	display: block;
}
@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
}
.sp{
	display: none;
}
@media screen and (max-width: 767px){
	.sp{
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* container */
/*--------------------------------------------------------------*/
.inner{
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.inner{
		max-width: unset;
	}
}
main{
	padding: 1.07144em 1.07144em 5em 1.07144em;
	background: #fff;
	box-shadow: 0 0 10px 3px #e1c78b;
}
@media screen and (max-width: 767px){
	main{
	    margin-top: 54px;
			padding: 1.0em 0.5em 3em 0.5em;
	}
}
.main_bg{
	background: #fff4d9;
	background: linear-gradient(to bottom,  #fff4d9 0%,#ffffff 100%);
}
@media screen and (max-width: 767px){
	.main_bg{
		background: #fff;
    margin-top: 54px;
	}
}

/*--------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------*/
header{
	width: 100%;
}
@media screen and (max-width: 767px){
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
}
h1{
	font-size: 1.1rem;
	line-height: 1;
	padding: 0.182em 0;
	text-align: center;
	font-weight: normal;
	background: #cba55c;
}
@media screen and (max-width: 767px){
	h1{
		display: none;
	}
}
h1 a{
	color: #fff !important;
	text-decoration: none;
}
.head{
	width: 920px;
	height: 290px;
	padding: 0;
	background: url(../img/header.jpg) no-repeat;
	position: relative;
}
@media screen and (max-width: 767px){
	.head{
		width: auto;
		height: auto;
		padding: 0.5em;
    display: flex;
		background: #fff;
	}
}
.head_in{
	display: flex;
}
.pc_head{
	display: block;
}
@media screen and (max-width: 767px){
	.pc_head{
		display: none;
	}
}
.sp_head{
	display: none;
}
@media screen and (max-width: 767px){
	.sp_head{
		display: block;
	}
}
.logo a{
	display: block;
}
.logo a span{
	width: 420px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	background: url(../img/logo.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
}
.logo2023 a{
	display: block;
}
.logo2023 a span{
	width: 420px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	background: url(../img/logo2023v2.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
}
@media screen and (max-width: 767px){
	.logo a span{
		width: 210px;
		padding-top: 40px;
		position: inherit;
	}
	.logo2023 a span{
		width: 210px;
		padding-top: 40px;
		position: inherit;
	}
}
.btn_contact{
	width: 260px;
	position: absolute;
	top: 163px;
	left: 110px;
}
@media screen and (max-width: 767px){
	.btn_contact{
		display: none;
	}
}

/*--------------------------------------------------------------*/
/* nav */
/*--------------------------------------------------------------*/
.globalNavi{
	background: #cba55c;
	background: linear-gradient(to bottom, #c7a352 0%, #e1c78b 50%, #c7a352 100%);
	padding: 0.5em 0;
}
.globalNavi ul{
	display: flex;
}
.globalNavi ul li{
	border-right: 1px solid #af8e40;
}
.globalNavi ul li:first-child{
	border-left: 1px solid #af8e40;
}
.globalNavi ul li a{
	display: block;
}

/* drawer-mail */
.drawer-mail{
	display: block;
	width: 100%;
	padding: 1em;
}
.drawer-mail span{
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	display: block;
}
.drawer-mail a{
	display: block;
	text-decoration: none;
	opacity: 1;
}
.drawer_mail_btn{
	font-size: 1.4rem !important;
	padding: 1em !important;
	background: #cba55c !important;
}
.drawer_tel_btn:hover{
	background: #e6c78a;
}
.drawer-tel em{
	font-size: 1.2rem;
	color: #fff;
	margin-top: 0.5em;
	display: block;
}

/*--------------------------------------------------------------*/
/* footor */
/*--------------------------------------------------------------*/
footer{
	display: block;
	background: #fff;
}
.footnav{
	margin-bottom: 0.5em;
  padding: 1em;
	background: #cba55c;
	background: linear-gradient(to bottom, #f7f2e2 0%, #ebe0c9 50%, #f7f2e2 100%);
}
@media screen and (max-width: 767px){
	.footnav{
		display: none;
	}
}
.footnav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
.footnav ul li{
	font-size: 1.2rem;
	border-left: 1px solid #af8e40;
	padding: 0 1em;
	line-height: 1;
}
.footnav ul li:first-child{
	border-left: none;
}
.foot{
  padding: 2em 1em;
	background: #cba55c;
	background: linear-gradient(to bottom, #f7f2e2 0%, #ebe0c9 50%, #f7f2e2 100%);
}
.foot_in{
	display: flex;
}
@media screen and (max-width: 767px){
	.foot_in{
		display: block;
	}
}
.foot_in dl{
	font-size: 1.3rem;
}
@media screen and (max-width: 767px){
	.foot_in dl{
		margin-bottom: 1em;
	}
}
.foot_in dt{
	color: #9d7f24;
}
.foot_ban{
	max-width: 300px;
	margin-left: auto;
}
@media screen and (max-width: 767px){
	.foot_ban{
		width: 90%;
		margin: 0 auto;
	}
}
.copy{
	padding: 1em;
}
.copy p{
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px){
	.copy p{
	    	line-height: 1.5;
	}
}

/*--------------------------------------------------------------*/
/* img */
/*--------------------------------------------------------------*/
img.w100{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	img.w100{
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* Font Awesome */
/*--------------------------------------------------------------*/
i{
	padding-right: 0.5em;
}

/*--------------------------------------------------------------*/
/* fixed */
/*--------------------------------------------------------------*/
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

/*--------------------------------------------------------------*/
/* a style */
/*--------------------------------------------------------------*/
a:link{
	color: #c7a352;
}
a:visited{
	color: #c7a352;
}
a:hover{
	color: #a37e2a;
}
a:active{
	color: #c7a352;
}
a{
	text-decoration: underline;
	outline: 0; /* Firefox */
	transition: all 0.8s ease-in-out;
}
a:hover{
	text-decoration: none;
	opacity: 0.75;
}

/*--------------------------------------------------------------*/
/* border-box */
/*--------------------------------------------------------------*/
*, *:before, *:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*--------------------------------------------------------------*/
/* 固定HOMEリンク　20200905追加 */
/*--------------------------------------------------------------*/
.backtotoppage{
    position: fixed;
    top: 50%;
    right: 0;
}
.backtotoppage a{
    display: block;
    background: #cba55c;
    font-size: 1.6rem;
    text-align: center;
    width: 70px;
    height: 70px;
}
.backtotoppage a img{
    width: 100%;
}
.backtotoppage a:hover{
    background: #d6a037;
}

@media screen and (max-width: 767px){
    .backtotoppage{
        display: none;
    }
}

/*--------------------------------------------------------------*/
/* 画像関連 */
/* レスポンシブ対応のbackgroundにする場合、以下を利用 */
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
/*--------------------------------------------------------------*/
/*
	height: 0;
	padding-top: ●●%;
	background: url(●●) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
*/

/*--------------------------------------------------------------*/
/* アニメーション関連 */
/*--------------------------------------------------------------*/
/*
animation-name: アニメーションの名前
animation-duration: アニメーションが始まって終わるまでの時間
animation-iteration-count: アニメーションの繰り返し回数
animation-timing-function: アニメーションの進行の度合
animation-delay: アニメーションが始まる時間
animation-direction: アニメーションの再生方向
animation-fill-mode: アニメーションの開始前、終了後のスタイル
animation-play-state: アニメーションの再生・停止を指定
*/
/*
animation-name: ●●;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-delay: 3s;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
*/
</pre></body></html>