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

/* #＃＃### 共通項目 ＃＃#### */

/* ## clearing ##*/
body, h1, h2, h3, h4, h5, p, ul, ol, div, article, hr, input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #242424;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
a {
	color: #3277C4;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
address {
	font-style: normal;
}

li {
	list-style: none;
}
ul.disc, ul.deci, ul.roman, ul.roman, ul.latin {
	margin: 14px 0;
}
ul.disc li, ol.disc li {
	list-style-type: disc;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.deci li, ol.deci li {
	list-style-type: decimal;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.roman {
	padding-left: 8px;
}
ul.roman &gt; li {
	list-style-type: lower-roman;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.latin &gt; li {
	list-style-type: lower-latin;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.hiroha &gt; li {
	list-style-type: hiragana-iroha;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.kiroha &gt; li {
	list-style-type: katakana-iroha;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.kanji &gt; li {
	list-style-type: cjk-ideographic;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}

br {
	letter-spacing : normal;
}
hr {
   border-width: 1px 0 0 0;	/* 太さ */
   border-style: dotted;		/* 線種 */
   border-color: #cccccc;		/* 線色 */
   height: 1px;					/* 高さ */
   margin: 10px 0;
}

/* dl dt dd 設定 */
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	border-bottom: dotted 1px #dcdcdc;
	margin-left: 0;
}

input, textarea, select {
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
textarea {
	resize: none;
}
input[type="text"], input[type="password"], input[type="number"], input[type="tel"]  {
	width: 100%;
	border: solid 1px #cccccc;
	background-color: #ffffff;	
	box-sizing: border-box;
	margin: 2px 0;
	padding: 6px 10px 6px 10px;
}
input[type="text"].ten, input[type="password"].ten, input[type="number"].ten, input[type="tel"].ten {
	width: 10%;
}
input[type="text"].twenty, input[type="password"].twenty, input[type="number"].twenty, input[type="tel"].twenty {
	width: 20%;
}
input[type="text"].thirty, input[type="password"].thirty, input[type="number"].thirty, input[type="tel"].thirty {
	width: 30%;
}
input[type="text"].forty, input[type="password"].forty, input[type="number"].forty, input[type="tel"].forty {
	width: 40%;
}
input[type="text"].fifty, input[type="password"].fifty, input[type="number"].fifty, input[type="tel"].fifty {
	width: 50%;
}
input[type="text"].eighty, input[type="password"].eighty, input[type="number"].eighty, input[type="tel"].eighty {
	width: 80%;
}


select {
	box-sizing: border-box;
	color: #444444;
	border: 1px solid #cccccc;
	border-radius: 4px;
/*	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	text-indent: .01px;
	text-overflow: "";*/
	margin: 2px 0;
	padding: 4px;
}
select:disabled{
	color: #aaaaaa;
	background: #eeeeee;
}
select.fifty {
	width: 50%;
}
select.thirty {
	width: 30%;
}
select.twenty {
	width: 20%;
}
select.fifteen {
	width: 15%;
}
select.ten {
	width: 10%;
}
input[type="button"] {
	border: solid 1px #dcdcdc;
	padding: 4px 0;
}
input[type="button"]:hover {
	opacity: 0.7;
}
input[type="file"] {
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 8px;
    height: 8px;
    background: #169ccc;
    border-radius: 12px;
}
.checkbox {
	line-height: 2;
}
textarea {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	padding: 14px;
}

input[type="submit"].tour {
	width: 99.4%;
	max-width: 400px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #638FC1;
	border: solid 1px #B3B4B4;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 10px 12px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}
input[type="submit"].tour a:hover {
	opacity: 0.6;
}
input[type="submit"].thirty {
	width: 30%;
}
input[type="submit"].twenty {
	width: 20%;
}

input[type="submit"].short {
	width: auto;
	font-size: 12px;
	border-radius: 18px;
	padding: 2px 14px;
}

.subBox {
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding: 14px 0;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
} 
::-moz-placeholder {
	color: #aaaaaa;
}
:-moz-placeholder {
	color: #aaaaaa;
} 
/*Windows IE*/
:-ms-input-placeholder {
	color: #aaaaaa;
}

/* table設定① */
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
table th {
	padding: 0;
}
table td {
	padding: 0;
}
table tr.center td {
	text-align: center;
}
caption {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0;
}
.table01 {
	background: #ffffff;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 0 14px 0;
}
.table01 th {
	text-align: left;
	padding: 5px 0 5px 4px;
}
.table01 td {
	padding: 5px 0 5px 0;
}
/*table設定②*/
.table02 {
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.table02 th {
	border: solid 1px #cccccc;
	background-color: #fdf3f3;
	padding: 10px 8px;
}
.table02 td {
	border: solid 1px #cccccc;
	padding: 10px 14px;
}
/*table設定③*/
.table03 {
	width: 100%;
	background-color: #fafafa;
	border: solid 1px #eeeeee;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.table03 th {
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #eeeeee;
	padding: 8px;
}
.table03 td {
	border-bottom: solid 1px #eeeeee;
	padding: 8px 14px;
}

/* NEWボタン */
.newButt {
	color: #cccccc;
}
.new {
	color: red;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* ## point styling ## */
.clear {
	clear: both;
}
.baseLarge {
	font-size: 14px;
}
.baseLarger {
	font-size: 16px;
}
.baseSmall {
	font-size: 11px;
}
.baseSmaller {
	font-size: 10px;
}
.baseFont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
}
.formSfont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 10px;
}
.formFont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.colorRed {
	color: red;
}
.colorOrange {
	color: #ff4500;
}
.colorGreen {
	color: #006400;
}
.colorPink {
	color: #ff1493;
}
.colorSilver {
	color: #c0c0c0;
}
.colorGlay {
	color: #888888;
}
.colorWhite {
	color: #ffffff;
}
.colorGainsboro {
	color: #dcdcdc;
}
.colorWsmoke {
	color: #f5f5f5;
}
.colorGold {
	color: #efe270;
}
.colorBlue {
	color: #4f4bfe;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
.aCenter {
	text-align: center;
}
.vTop {
	vertical-align: top;
}
.vMiddle {
	vertical-align: middle;
}
.vBottom {
	vertical-align: bottom;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.opacity08 {
	opacity: 0.8;
}
.opacity09 {
	opacity: 0.9;
}

/* caution */
.caution1 {
	font-size: 12px;
	color: red;
	padding: 2px 0;
}
.caution1s {
	font-size: 11px;
	color: red;
	padding: 2px 0;
}
.caution2 {
	font-size: 12px;
	color: #888888;
	padding: 2px 0;
}
.caution2s {
	font-size: 11px;
	color: #888888;
	padding: 2px 0;
}
.caution3 {
	font-size: 12px;
	color: #169ccc;
	padding: 2px 0;
}
.caution3s {
	font-size: 11px;
	color: #169ccc;
	padding: 2px 0;
}

/* ## ボタン設定 ## */
input[type="button"].button {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 12px 0;
	cursor: pointer;
}
input[type="button"].button2 {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 12px 0;
	cursor: pointer;
}
.nButton {
	text-align: center;
	margin-right: 4px;
	clear: both;
}
.nButton a {
	width: 78%;
	max-width: 400px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #e3785b;
	border: solid 2px #e3785b;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 10px 12px;
	position: relative;
	display: inline-block;
}
.nButton.fifty a {
	width: 50%;
}
.nButton a:hover {
	color: #e3785b;
	background-color: #ffffff;
	border: solid 2px #84B5E8;
	opacity: 0.7;
	text-decoration: none;
}
.nButton a i {
	color: #ffffff;
	margin-top: 4px;
	position: absolute;
	top: 28%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nButton a:hover i {
	color: #e3785b;
	right: 14px;
}

/* more button設定 */
.nButton.more a {
	width: 78%;
	max-width: 400px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #444444;
	background-color: #ffffff;
	border: solid 2px #dcdcdc;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 10px 12px;
	position: relative;
}
.nButton.more a:hover {
	color: #95B1EC;
	opacity: 1;
}
.nButton.more a i {
	color: #ff2400;
	margin-top: 4px;
	position: absolute;
	top: 28%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nButton.more a:hover i {
	right: 14px;
}

.b01 {
	background-color: #1c95fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1779cf), color-stop(0.00, #1b8ff5));
	background: -webkit-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -moz-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -o-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -ms-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#1b8ff5, endcolorstr=#1779cf))";
	zoom: 1;
}
.b02 {
	background-color: #858585;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6A6C6E), color-stop(0.00, #A2A2A2));
	background: -webkit-linear-gradient(top, #A2A2A2 0%, #6A6C6E 100%);
	background: -moz-linear-gradient(top, #A2A2A2 0%, #6A6C6E 100%);
	background: -o-linear-gradient(top, #A2A2A2 0%, #6A6C6E 100%);
	background: -ms-linear-gradient(top, #A2A2A2 0%, #6A6C6E 100%);
	background: linear-gradient(top, #A2A2A2 0%, #6A6C6E 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#A2A2A2, endcolorstr=#6A6C6E))";
	zoom: 1;
}
.b03 {
	background-color: red;
}
.b04 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #008000), color-stop(0.00, #2bb32b));
	background: -webkit-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -moz-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -o-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -ms-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: linear-gradient(top, #2bb32b 0%, #008000 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2bb32b, endcolorstr=#008000))";
	zoom: 1;
}
.b05 {
	background-color: #ffffff;
}
.b06 {
	background-color: #ffd01d;
}
.b07 {
	background-color: #da70d6;
}
.b08 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #177bd1), color-stop(0.00, #77b2fe));
	background: -webkit-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -moz-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -o-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -ms-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#77b2fe, endcolorstr=#177bd1))";
	zoom: 1;
}
.b09 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed6f00), color-stop(0.00, #eda600));
	background: -webkit-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -moz-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -o-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -ms-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: linear-gradient(top, #eda600 0%, #ed6f00 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eda600, endcolorstr=#ed6f00))";
	zoom: 1;
}
input[type="button"].button:hover {
}


/* ## baseBox ## */
.baseBox {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 34px 2% 54px 2%;
}
.baseBox.bbGlay {
	background-color: #f4f4f4;
}
.baseBox.bbBlack {
	color: #ffffff;
	background-color: #242424;
}
.baseBox.bbYellow {
	color: #ffffff;
	background-color: #E3D08A;
}
.baseBox.bbBlue {
	color: #ffffff;
	background: rgba(209,233,255,1.00);
	background: linear-gradient(335deg, rgba(82,129,186,1.00) 0%, rgba(40,99,166,1.00) 48%, rgba(12,54,102,1.00) 100%);
}
.baseBox.bbBlack .cTitle hr, .baseBox.tmBox .cTitle hr {
	border-color: #ffffff;
}
.baseBox.bbBlue2 {
	color: #ffffff;
	background: rgba(209,233,255,1.00);
	background: linear-gradient(335deg, rgba(209,230,255,1.00) 0%, rgba(116,182,255,1.00) 48%, rgba(73,158,255,1.00) 100%);
}
.baseBox.bbBlack .cTitle hr, .baseBox.bbBlue .cTitle hr {
	border-color: #ffffff;
}
.baseBox:after {
  content: "";
  clear: both;
  display: block;
}
.baseBox .inner {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.baseArticle {
	width: 100%;
	box-sizing: border-box;
	padding-top: 14px;
}
.baseArticle:after {
  content: "";
  clear: both;
  display: block;
}

/* img box */
.imgleft {
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}
.imgRight {
	margin-left: 14px;
	margin-bottom: 14px;
	float: right;
}
.imgleft img, .imgRight img {
	vertical-align: bottom;
}

/* ## エラーメッセージ ## */
.errorMes {
	width: 60%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}

/* space bar */
.sBar {
	width: 144px;
	height: 1px;
	background-color: #444444;
	margin: 24px auto 44px auto;
	display: block;
}
.sBar.cwhite {
	background-color: #f4f4f4;
}

/* ## page title ## */
.cityTitle {
	width: 100%;
	color: #ffffff;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: right;
	text-shadow: 3px 3px 3px rgba(36,36,36,0.84),
	-3px 3px 3px rgba(36,36,36,0.54),
	3px -3px 3px rgba(36,36,36,0.54),
	-3px -3px 3px rgba(36,36,36,0.54);
	line-height: 0.8;
	margin: auto;
	position: absolute;
}
 


.sTitle {
	font-size: 20px;
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eff7ff), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eff7ff))";
	zoom: 1;*/
	background-color: #e0f3ff;
	border-top: solid 1px #b9ddff;
	border-right: solid 1px #b9ddff;
	border-bottom: solid 1px #b9ddff;
	border-left: solid 5px #4eb1e3;
	line-height: 1.2;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	clear: both;
	position: relative;
}
.sTitle .sub {
	font-size: 20px;
}

.cTitle {
	font-size: 36px;
	font-family: 'Allerta Stencil', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	letter-spacing: 2px;
	line-height: 0.8;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-bottom: 18px;
	clear: both;
}
.cTitle.small {
	font-size: 24px;
	margin-bottom: 14px;
	padding-top: 8px;
	padding-bottom: 14px;
}
.cTitle .sub {
	font-size: 18px;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cTitle hr {
	width: 140px;
   border-width: 1px 0 0 0;	/* 太さ */
   border-style: solid;		/* 線種 */
   border-color: #242424;		/* 線色 */
   height: 3px;					/* 高さ */
	margin: 24px auto 0 auto;
}

.conTitle {
	font-size: 24px;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-left: solid 1px #ff2400;
	margin-top: 8px;
	margin-bottom: 18px;
	padding: 4px 0 4px 18px;
}

.nTitle {
	font-size: 20px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 14px;
}

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 100%;
	position: relative;
}
#ribon:before {
	width: 100%;
	content:"";
	display: block;
	padding-top: 15%;
}
#ribon .conBack {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

#ribon.small {
}
#ribon.small:before {
	padding-top: 14%;
}
#ribon.small .conBack {
}

/* ## menu ## */
#menu .inner {
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
	padding: 0 0 0 0;
	clear: both;
}
h3.imTitle {
	width:100%;
	font-size: 24px;
	text-align: left;
	background-color: #aaaaaa;
	box-sizing: border-box;
	position: relative;
	padding: 14px 14px 10px 14px;
	color: #ffffff;
}
h3.imTitle .sub {
	font-size: 12px;
}
#menu ul.bMenu, #menu ul.sMenu {
	color: #696969;
	box-sizing: border-box;
	text-align: left;
}
#menu ul.bMenu &gt; li {
	background-color: #fcfcfc;
	box-sizing: border-box;
	border-bottom: solid 1px #e0e0e0;
}
#menu ul.bMenu &gt; li h4 {
	font-size: 14px;
	padding: 10px 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.bMenu &gt; li h4:hover {
	background-color: #e4e4e4;
}
#menu ul.bMenu &gt; li h4 i {
	color: #999999;
	margin-top: 4px;
	float: right;
}
#menu ul.nMenu &gt; li a {
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px #eeeeee;
	text-decoration: none;
	padding: 10px 14px;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.nMenu &gt; li a:hover {
	background-color: #eeeeee;
}
#menu ul.nMenu &gt; li.pCuure a {
	background-color: #d8e2ed;
}
#menu ul.bMenu li ul.sMenu li label {
	width: 100%;
	background-color: #f4f4f4;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	padding: 6px 10px;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.bMenu li ul.sMenu li.mChecked label {
	border-top: solid 1px #d8e2ed;
	background-color: #d8e2ed;
}
#menu ul.bMenu li ul.sMenu li label:hover {
	background-color: #e4e4e4;
	cursor: pointer;
}
/*
#menu input[type="submit"] {
	width: 50%;
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 5px;
	padding: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	margin: 14px auto 14px auto;
}
*/
/* ## conMenu ## */
#conMenu {
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
	background-color: #fcfcfc;
	text-align: center;
	padding: 8px 0;
}
#conMenu li {
	display: inline-block;
}
#conMenu li a {
	color: #57aaff;
	font-size: 12px;
	background-color: #ffffff;
	border: solid 1px #57aaff;
	border-radius: 2px;
	margin: 4px 14px;
	padding: 4px 24px;
	display: block;
}
#conMenu li a:hover {
	color: #ffffff;
	background-color: #57aaff;
	text-decoration: none;
}
#conMenu li.cmCurre a {
	color: #ffffff;
	background-color: #57aaff;
}

/* #### pagenation #### */
div#pagenation {
	padding-top: 10px;
	clear: both;
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
    position: relative;
    left: 50%;
    float: left;
    list-style: none;
}
div#pagenation li {
    position: relative;
    left: -50%;
    float: left;
}
div#pagenation li a {
    border:1px solid #cccccc;
	 border-radius: 2px;
    margin: 0 3px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #666666;
    background: #ffffff;
}
div#pagenation li a:hover {
    border:1px solid #999999;
	color: #ffffff;
	background: #999999;
}
div#pagenation li.active a {
	border: solid 1px #3d85cc;
	color: #ffffff;
	background: #3d85cc;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* new button */
.newButt {
	color: #ffffff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 25px;
	background-color: red;
	padding: 16px 0 0 0;
	position: absolute;
	top: 2px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	opacity: 0.9;
}

/* 必須ボタン */
.reqired {
	color: #fcfcfc;
	font-size: 9px;
	background-color: #ffa1a1;
	border-radius: 2px;
	padding: 1px 4px;
}


/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {

/* ## page title ## */
.cityTitle {
	font-size: 13px;
	bottom: 12%;
	right: 2%;
}

/* table設定① */
table {
	font-size: 10px;
}
	
/*table設定②*/
.table02 {
}
.table02 th {
}
.table02 td {
}
/* table package */
.tblpack table {
	width: 500px;
}

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {

/* ## page title ## */
.cityTitle {
	font-size: 14px;
	bottom: 12%;
	right: 2%;
}

/* table設定① */
table {
	font-size: 11px;
}
	
/*table設定②*/
.table02 {
}
.table02 th {
}
.table02 td {
}
/* table package */
.tblpack table {
	width: 540px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## page title ## */
.cityTitle {
	font-size: 16px;
	bottom: 12%;
	right: 2%;
}

/* table設定① */
table {
	font-size: 12px;
}
	
/*table設定②*/
.table02 {
}
.table02 th {
}
.table02 td {
}
/* table package */
.tblpack table {
	width: 100%;
}

}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {

body {
	font-size: 12px;
	background-color: #ffffff;
}
	
ul.disc, ul.deci, ul.roman, ul.roman, ul.latin {
	margin: 10px 0;
}

select {
	padding: 8px 18px 8px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
	background: #eeeeee;
	background: url(../commons/common/img/arrow_d01.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eeeeee 100%);
	background-size: 10px, 100%;
}
/*
input[type="submit"] {
	font-size: 12px;
	border-radius: 8px;
	padding: 8px 0;
}
input[type="submit"].short {
	font-size: 11px;
	border-radius: 6px;
	padding: 4px 12px;
}
input[type="submit"]:active {
	color: #e3785b;
	background-color: #ffffff;
	border: solid 2px #e3785b;
	text-decoration: none;
}
*/	
/*table設定②*/
.table02 {
	margin-bottom: 8px;
}
.table02 th {
	padding: 6px;
}
.table02 td {
	padding: 6px 8px;
}
/*table設定③*/
.table03 {
	margin-bottom: 8px;
}
.table03 th {
	padding: 6px;
}
.table03 td {
	padding: 6px 8px;
}
	
/* space bar */
.sBar {
	width: 84px;
	margin: 14px auto 24px auto;
}

/* more button設定 */
.nButton.more a {
	font-size: 11px;
	margin: 8px auto;
	padding: 8px 10px;
}
.nButton.more a i {
	margin-top: 2px;
}
	
/* caution */
.caution1 {
	font-size: 11px;
}
.caution1s {
	font-size: 10px;
}
.caution2 {
	font-size: 11px;
}
.caution2s {
	font-size: 10px;
}
.caution3 {
	font-size: 11px;
}
.caution3s {
	font-size: 10px;
}

/* ## page title ## */
.cityTitle {
	font-size: 18px;
	bottom: 12%;
	right: 2%;
}
	
#ribon h2.rTitle {
	font-size: 16px;
	text-align: center;
	padding: 14px 14px;
}
#ribon h2.rTitle .sub {
	font-size: 11px;
}
	
.sTitle {
	font-size: 16px;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sTitle .sub {
	font-size: 14px;
}

.conTitle {
	font-size: 18px;
	margin-bottom: 14px;
	padding: 4px 0 4px 14px;
}

.nTitle {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 8px;
}
	
.cTitle {
	font-size: 20px;
	margin-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.cTitle.small {
	font-size: 14px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.cTitle .sub {
	font-size: 12px;
}
.cTitle hr {
	width: 50px;
	margin: 14px auto 0 auto;
}

/* ## baseBox ## */
.baseBox {
	
}
.baseArticle {
	padding-top: 10px;
	padding-bottom: 24px;
}
	
/* img box */
.imgleft {
	margin-right: 8px;
	margin-bottom: 8px;
}
.imgRight {
	margin-left: 8px;
	margin-bottom: 8px;
}

/* ## menu ## */
#menu .inner {
	width: 100%;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

#menu ul.nMenu &gt; li a {
	padding: 8px 14px;
}
#menu ul.nMenu &gt; li a:active {
	background-color: #eeeeee;
}
#menu ul.nMenu &gt; li.pCuure a {
}
#menu ul.bMenu li ul.sMenu li label {
	padding: 4px 10px;
}
#menu ul.bMenu li ul.sMenu li.mChecked label {
}
#menu ul.bMenu li ul.sMenu li label:hover {
}
	
/* ## conMenu ## */
#conMenu {
	padding: 4px 0;
}
#conMenu li a {
	font-size: 10px;
	margin: 2px 8px;
	padding: 2px 14px;
}
#conMenu li a:active {
	color: #ffffff;
	background-color: #57aaff;
}
#conMenu li.cmCurre a {
	color: #ffffff;
	background-color: #57aaff;
}
#conMenu li.cmCurre a:active {
	opacity: 0.84;
}
	

h3.imTitle {
	font-size: 14px;
	text-align: left;
	padding: 8px 10px;
	color: #ffffff;
}
#menu .ssBox {
	color: #696969;
	text-align: left;
	border-bottom: solid 1px #e0e0e0;
	padding: 5px 14px;
	overflow: hidden;
}
.ssCate {
	width: 24%;
	box-sizing: border-box;
	float: left;
}
.ssboxB {
	width: 76%;
	box-sizing: border-box;
	float: left;
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 100%;
	padding: 14px 0 0 0;
}
dd {
	margin: 0 ;
	padding: 10px 0;
}

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	
/* ## page title ## */
.cityTitle {
	font-size: 20px;
	bottom: 12%;
	right: 2%;
}

.sTitle {
	font-size: 20px;
	clear: both;
}
.sTitle .sub {
	font-size: 12px;
	padding-bottom: 10px;
}
.sTitle .tex {
	padding-right: 8px;
}

h3.imTitle {
	width:100%;
	font-size: 18px;
	text-align: left;
	border-bottom: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-sizing: border-box;
	position: relative;
	padding: 14px 14px 12px 14px;
	color: #ffffff;
}
h3.imTitle .sub {
	font-size: 12px;
}

/* ## menu ## */
#menu input, #menu select {
	font-size: 10px;	
}
#menu .inner {
	font-size: 10px;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	margin-bottom: 24px;
	padding: 0 0 0 0;
	clear: both;
}
#menu .ssBox {
	color: #696969;
	text-align: left;
	border-bottom: solid 1px #e0e0e0;
	padding: 8px 14px;
}
	
/* ## conMenu ## */
#conMenu li a:hover {
	color: #ffffff;
	background-color: #57aaff;
}
#conMenu li.cmCurre a:hover {
	opacity: 0.84;
}

/* ## baseBox ## */
.baseArticle {
	padding-bottom: 44px;
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 100%;
	padding: 14px 0 0 0;
}
dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 10px 0;
}


}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## page title ## */
.cityTitle {
	font-size: 22px;
	bottom: 12%;
	right: 2%;
}

/* ## menu ## */
#menu .inner {
	font-size: 11px;
}
#menu input, #menu select {
	font-size: 11px;	
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 22%;
	height: 30px;
	padding: 14px 0;
}
dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 0 0 14px 26%;
}


}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* #### ribon ####*/
#ribon {
	width: 100%;
	box-sizing: border-box;
	background-color: #242424;
}
#ribon h2.rTitle {
	padding: 18px 0;
}

/* ## page title ## */
.cityTitle {
	font-size: 24px;
	bottom: 12%;
	right: 2%;
}

/* ## menu ## */
#menu .inner {
	font-size: 12px;
}
#menu input, #menu select {
	font-size: 12px;	
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 24%;
	height: 30px;
	padding: 14px 0;
}
dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 0 0 18px 26%;
}

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