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


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: Meiryo, メイリオ, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/* ---------------------------------------------------------------------------

	スマホ（ブラウザの横幅が指定したpx以下の時に適用されます）

--------------------------------------------------------------------------- */
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


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


/**{overflow:hidden;} /*スマホで閲覧した時にグラグラしなくなる*/





/* [sp] header headerType02
----------------------------------------------------------*/
/* [sp] logo */
/*
#logo {
	padding-right:4%;
	width:60%;
}
#logo img {
	width:100%;
}*/
/* box01 */
.box01 {
	display:none;
}

/* [sp] gNavi */
.sp {
	display:block;
}

/* [sp] Menu */
#menuBtn {
	top: 0;
	width: 100%;
	z-index:9999;
	position:absolute;
}

.Wrapper {
    position: relative;
 	width: 100%;
 	transition: all .4s;
}
  
  
#menuBtn input.check {
	width:50px;
	height:50px;
	position: absolute;
	z-index: 0;
	transition: all .4s;
	display: none;
}
.check {
	width:50px;
}


#menuBtn input{
	display:block;
	transition: all .4s;
}

.menuBox{
	height: 50px;
	width: 100%;
	z-index:9999;
    position: relative;
	right:0;
/*	background:#FFF;*/
}
.Trigger{
	height: 50px;
	width: 50px;
	z-index:9999;
    position: absolute;
	right:0;
}
.menuBox input.check:checked{
	top: 25px;
}


.menuTrigger,
.menuTrigger span {
	display: inline-block;
	box-sizing: border-box;
}
.menuTrigger {
	margin-left:10px;
	position: relative;
	width: 30px;
	height: 40px;
}
.menuTrigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menuTrigger span:nth-of-type(1) { top: 12px;}
.menuTrigger span:nth-of-type(2) { top: 22px;}
.menuTrigger span:nth-of-type(3) { bottom: 4px;}


#SPgNavi {
	display:none;
	opacity: 0.0;
	width: 100%;
	position:relative;
	z-index:9999;
}

#SPgNavi label:after{
	position:absolute;
	right: 1em;
  content: "+";
}

/* サブナビがない場合「＋」を非表示 */
#SPgNavi label.iconNone:after{
	display:none;
}

#SPgNavi label.Nosmenu:after{
	position:absolute;
	right: 1em;
  content: "";
}


#menuBtn input:checked ~ #SPgNavi {
	display:block;
	padding-top:0;
	background:#FFF;
	opacity: 1;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

/* [sp] MenuList */
#SPgNavi label {
    background: #0170b9;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border-top: 1px solid #fff;
	z-index:9999;
}
#SPgNavi a {
	display:block;
	text-decoration:none;
	color:#fff;
}

#SPgNavi input[type="checkbox"].on-off{
    display: none;
}


#SPgNavi li a{
    padding: 10px 0 10px 2em;
	color:#FFF;
	text-decoration:none;
	display:block;
}

#SPgNavi ul {
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	height: 0;
	overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
	background:#666;
	z-index:9999;
}

#SPgNavi li {
    border-top: 1px dotted #DDD;
	z-index:9999;
}



/* サブ */
#SPgNavi li.sub {
	padding-left:30px;
	line-height:110%;
	font-size:12px;
}



#SPgNavi input:checked + ul {
	height: auto;
	padding:1px 0;
}


/* メガメニュー非表示 */
#gNavi {
	display:none;
}


/* メガメニュー部分は非表示 */
#sNaviBg {
	display:none;
}




}


/* ---------------------------------------------------------------------------

	パソコン（ブラウザの横幅が指定したpx以上の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (min-width : 960px) {

#SPgNavi,
#menuBtn {
	display:none;
}


/* --------------------------------------------------- fixedBox★必須★ */
#gNavi {
	box-sizing: border-box;
	color: #222222;
	width:100%;
}
#fixedBox {
	background:#fff;
	clear:both;
	display:block;
/*	opacity:0.9; スクロールした時にナビ部分を少し薄くする*/
	text-align: center;
}
#fixedBox .menu {
	margin:0 auto;
	width:1200px;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
	text-align: center;
	width:100%;
}

/* --------------------------------------------------- btn★必須★ */
.btn__box {
	width: 250px;
	line-height: 50px;
	margin: 100px auto 0;
	font-size: 13px;
}
.btn__box a {
	position: relative;
	display: block;
	color: #fff;
	background: #fff;
}
.btn__box a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
	width: 250px;
	border: 1px solid #666;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.btn__box a:hover:before {
	-webkit-transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

/* --------------------------------------------------- menu★必須★ */
.menu {
	position: relative;
	width: 100%;
	height: 45px; /* ★設定必要★ */
	overflow:hidden;
	max-width: 960px;
	margin: 0 auto;
	font-size:16px;
}
.menu li {
	position:  relative;
	float: left;
	width: 16.66%;
	box-sizing: border-box;
}
.menu .menu__mega:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #ffab0a;
	left:  0;
	bottom: -6px;
}
.menu .menu__mega:hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #bf7e00;
	left:  0;
	bottom: -6px;
	transition: 0.2s;
}
.menu li:last-child {
}
.menu .sNaviBtn li:last-child {
	border-right:none;
}

.menu li a {
	display: block;
	text-decoration:none;
	padding: 9px 0 1px;
}
.menu li a:hover {
	opacity:0.6;
}

/*.menu li:nth-child(1) a,
.menu li:nth-child(2) a,
.menu li:nth-child(3) a,
.menu li:nth-child(4) a {
	background:url(../images/common/gnavi_off.png) no-repeat 50% 94%;
}
.menu li:nth-child(1) a:hover,
.menu li:nth-child(2) a:hover,
.menu li:nth-child(3) a:hover,
.menu li:nth-child(4) a:hover {
	background:url(../images/common/gnavi_on.png) no-repeat 50% 94%;
}
*/

.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.menu &gt; li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff398;
	color: #000;
}
.menu a:hover {
	opacity: 1;
}

.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__third-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #111;
}
.menu__third-level li a:hover {
	background: #2a1f1f;
}
.menu__fourth-level li a:hover {
	background: #1d0f0f;
}
.menu {
	*zoom: 1;
}


/* -------------------------------- ★Gナビ設定★ ----------------------------- */
#gNavi a.init-bottom {
	color:#222;
	position: relative;
}
#gNavi a.init-bottom:hover {
	box-sizing: border-box;
	opacity:1;
}
#gNavi {
}
.init-bottom:before{
	content: "";
	position:absolute;
	width: 1px;
	height: 15px;
	background: #fed710;
	border-radius: 5.5em;
	left:  0;
}
.init-bottom:last-child:after{
	content: "";
	position:absolute;
	width: 1px;
	height: 15px;
	background: #fed710;
	border-radius: 5.5em;
	right: 0;
}

/* Gナビが画像の場合の設定 */
#gNavi a.init-bottom {
	width:160px;
}
#gNavi a {
}

#gNavi #navi01 {
	background:url(../images/common/gnavi01_off.png) no-repeat center 15px,url(../images/common/gnavi_off.png) no-repeat 50% 94%;
}

#gNavi #navi01h:hover #navi01 {
	background:url(../images/common/gnavi01_on.png) no-repeat center 15px,url(../images/common/gnavi_on.png) no-repeat 50% 94%;

}
#gNavi #navi02 {
	background:url(../images/common/gnavi02_off.png) no-repeat center 15px,url(../images/common/gnavi_off.png) no-repeat 50% 94%;
}
#gNavi #navi02h:hover #navi02 {
	background:url(../images/common/gnavi02_on.png) no-repeat center 15px,url(../images/common/gnavi_on.png) no-repeat 50% 94%;

}
#gNavi #navi03 {
	background:url(../images/common/gnavi03_off.png) no-repeat center 15px;
	font-size: 16px;
}
#gNavi a:hover#navi03 {
	background:url(../images/common/gnavi03_on.png) no-repeat center 15px;
}
#gNavi #navi04 {
	background:url(../images/common/gnavi04_off.png) no-repeat center 15px;
}
#gNavi a:hover#navi04 {
	background:url(../images/common/gnavi04_on.png) no-repeat center 15px;
}
#gNavi #navi05 {
	background:url(../images/common/gnavi05_off.png) no-repeat center 15px;
}
#gNavi a:hover#navi05 {
	background:url(../images/common/gnavi05_on.png) no-repeat center 15px;
}
#gNavi #navi06 {
	background:url(../images/common/gnavi06_off.png) no-repeat center 15px;
}
#gNavi a:hover#navi06 {
	background:url(../images/common/gnavi06_on.png) no-repeat center 15px;
}



/* -------------------------------- ★メガメニュー設定★ ----------------------------- */

li.menu__mega .menu__second-level {
	position:fixed;
	left: 0;
	top: 145px;
	box-sizing: border-box;
	width: 100%;
	/*padding:40px 0 20px 0;*/
	-webkit-transition: all .2s ease;
	transition: all .6s ease; /* ドロップ時の動き／時間が遅すぎると、ホバー外して残像が残るため何もないところでメガメニュー発動する */
	box-shadow: 0px 8px 13px #ca9632ad;
}
li.menu__mega:hover .menu__second-level {
	visibility: visible;
	opacity: 1;
}
#sNaviBg {
	background: #fffffffa;
}
#sNavi {
	margin:0 auto;
	width:960px;
	display:table;
}
.sNaviBtn {
	float: left;
	border: none;
}
.sNaviBtn:nth-child(2n) {
	margin-right:0;
}

/* サブ */
.sNaviBtn li {
	margin: 0 20px;
	border:none;
	float:none;
	width:auto;
	text-align:left;
	line-height:140%;
}
.sNaviBtn li a {
	text-decoration:underline;
}
.sNaviBtn li a:hover {
	background:none;
}

.sNaviBtn a {
	color: #000;
	font-family: '游ゴシック';
	font-weight:  bold;
}
/* 写真 */
.sNaviBtn .photo {
	float:left;
	width:20%;
}
.sNaviBtn .photo img {
	border-radius:4px;
	width:100%;
}
/* ページ名 */
.sNaviBtn span {
	box-sizing: border-box;
	display:block;
	text-align:left;
	line-height:120%;
	text-decoration:underline;
	font-size:16px;
	padding: 0 20px;
	border-right:1px solid #fff;
	text-decoration: none;
}
/* 説明文 */
.sNaviBtn p.message {
	padding:0 0 0 20px;
	box-sizing: border-box;
	float:right;
	width:78%;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}

ul.sNaviBtn li {
    float: left;
    padding: 20px 0;
}
ul.sNaviBtn li a {
	position: relative;
	padding: 0px!important;
	text-decoration: none;
}
ul.sNaviBtn li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fed710;
  border-radius: 5.5em;
  left: -20px;
  top: 3px;
}
ul.sNaviBtn li:nth-child(1) a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
  border-radius: 5.5em;
  left: 0;
}




/* header headerType02
----------------------------------------------------------*/
header#headerType02 {background:
  #FFF;overflow:  hidden;
  padding-top: 17px;
}
#headerInner {
	margin:0 auto;
	/* padding-bottom:20px; */
	width:960px;
}
h1{
	font-size: 12px;
	color: #7d7d7d;
}
#headerH1 {
}
#headerH1 h1 {
	margin:0 auto;
	padding:3px 0;
	width:960px;
	font-size:12px;
	color:#333;
}

/* logo */
header#headerType02 #logo {
	padding: 0 0 5px 10px;
	float:left;
}
header#headerType02 #logo img {
}
/* box01 */
header#headerType02 .box01 {
	margin-top: 0;
	float:right;
	overflow:hidden;
	text-align:right;
}
header#headerType02 .box01 .box01Left {
	float:left;
	margin-right:10px;
}
header#headerType02 .box01 .box01Right {
	float:right;
}
header#headerType02 .box01 .headerInfo {
	font-size:11px;
	padding:0;
}
header#headerType02 .box01 .headerTel {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	line-height:120%;
}
header#headerType02 .box01 li {
	padding: 7px 21px 0;
	float:left;
	font-size:13px;
	line-height:13px;
	background: url(../images/common/header_line.gif)no-repeat right bottom 5px;
}

header#headerType02 .box01 li:last-child {
	padding-right:0;
	border:none;
	background: none;
}
header#headerType02 .box01 li a {
	color:#333;
	text-decoration:none;
	position:  relative;
	top: -5px;
	padding-top:  10px;
	transition: 0.1s;
}
header#headerType02 .box01 li a:hover {
	opacity: 0.8;
}
header#headerType02 .box01 li a:before {
	position:  relative;
	top: 2px;
	right: 6px;
}
header#headerType02 .box01 li:nth-child(1) a:before {
	content: url(../images/common/header_icon01.gif);
}
header#headerType02 .box01 li:nth-child(2) a:before {
	content: url(../images/common/header_icon02.gif);
}
header#headerType02 .box01 li:nth-child(3) a:before {
	content: url(../images/common/header_icon03.gif);
}

header#headerType02 .box01 .tel {
	background:url(../images/common/header_tel.png) no-repeat 0 10px;
	width:238px;
	height:61px;
	text-indent:-9999px;
}
header#headerType02 .box01 .mail {
	padding-right:20px;
}
header#headerType02 .box01 .mail a:hover {
	opacity:0.6;
}

header#headerType02 #headerInner {
	position:relative;
	overflow:  hidden;
	margin-bottom:10px;
}

.comment{
	margin: 0 auto;
	padding: 5px 0;
	background: #000000;
	font-size: 11px;
	color: #FFF;
}
.comment&gt;div{
	overflow: hidden;
	margin:  auto;
	width: 960px;
}
.comment&gt;div&gt;p{
	position:  relative;
	float: left;
	padding: 0 0 0 35px;
	font-size: 15px;
}
.comment p{
	font-size: 15px;
}
.comment&gt;div&gt;p:nth-child(1):before{
	content: "";
	background: url(../images/common/header_icon04.png)no-repeat;
	position: absolute;
	left: 2px;
	top: 1px;
	z-index: 0;
	display: inline-block;
	width: 24px;
	height: 32px;
	background-size: contain;
	vertical-align: middle;
}

.comment&gt;div&gt;p:nth-child(2){
	padding: 0 0 0 10px;
}
.comment span{
	font-size: 15px;
}

.comment .slick-initialized .slick-slide {
    display: block;
    margin: 0 5px;
    background: none;
    border-radius: 1em;
    box-shadow: none;
}</pre></body></html>