﻿@charset "utf-8";
/* CSS Document */

/*reset.css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	margin:0;
	padding:0;
}
/* -------reset.css_end------- */

/*--------------------共通要素---------------------*/
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
html{
scroll-behavior:smooth;
font-size: 16px;
}
body {
font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
background-color: #ffffff;
ine-height: 1;
}
#CONTENTS {
	width: auto;
	position: relative;
}
#HEADER {
	position: relative;
}
#FOOTER {
	margin-top: 50px;
}

#FOOT1 {
	background-color: black;
	padding: 15px;
}

#FOOT2 {
	background-color: #611014;
	padding: 30px;
	border-top: solid 1px #fff;
}
.fleft,
.f-left {
float:left;
}
.fright,
.f-right {
float:right;
}
.center {
margin: auto;
}
/*.clearfix::after{
content: "";
display: block;
clear: both;
}*/
.both {
clear: both;
}

/* FORM styles */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, button, textarea, select {
	font-size: 16px !important;
	background: #ffffff;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif !important;
}
input:focus,
textarea:focus {
	box-shadow: 0 0 3px #3B82CC;
	border: 1px solid #3B82CC;
}
textarea {
    width: 100% !important;
}
input[type="submit"]{
	color: #fff;
	width: auto;
	height: 2em;
	min-width: 10em;
	margin: 10px auto 20px;
	display: block;
	border:none;
	font-size:1.2em;
	text-align:center;
	cursor: pointer;
	transition: none 0s ease 0s;
	box-shadow: 0 3px 0 #999;
	background-color: #333;
}
select.sysinpbox {
	width: auto;
	padding: 2px 30px 2px 10px;
	margin: 0;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	border-radius: 3px;
	background: #eee;
	background: url('/img/usrfiles/default/268_UNDER-ITEM_arrow.png') right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#d1d4d3 100%);
	background: url('/img/usrfiles/default/268_UNDER-ITEM_arrow.png') right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#d1d4d3 100%);
	background-size: 20px, 100%;
}
select::-ms-expand {
	display: none;
}
/* ラジオボタンとチェックボックスのスタイル変更*/
 input[type="radio"],  input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
}
 input[type="radio"] + label,  input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    margin-right: 12px;
    position: relative;
}
@media (min-width: 1px) {
 input[type="radio"],  input[type="checkbox"] {
    display: none;
    margin: 0;
}
 input[type="radio"] + label,  input[type="checkbox"] + label {
    padding: 0 0 0 24px;
}
 input[type="radio"] + label::before,  input[type="checkbox"] + label::before {
    background-color: white;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
 input[type="radio"] + label::before {
    border: 2px solid #c2ced2;
    border-radius: 30px;
}
 input[type="checkbox"] + label::before {
    border: 2px solid #c2ced2;
}
 input[type="radio"]:checked + label::after,  input[type="checkbox"]:checked + label::after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
 input[type="radio"]:checked + label::after {
    background: #19c5ff none repeat scroll 0 0;
    border-radius: 8px;
    height: 8px;
    left: 5px;
    margin-top: -4px;
    width: 8px;
}
 input[type="checkbox"]:checked + label::after {
    border-bottom: 3px solid #12b4eb;
    border-left: 3px solid #12b4eb;
    height: 8px;
    left: 3px;
    margin-top: -8px;
    transform: rotate(-45deg);
    width: 16px;
}
}/*-- ラジオボタンとチェックボックスのスタイル変更  end --*/
#HEADER input[type="radio"] + label::before,  #HEADER input[type="checkbox"] + label::before,
#HEADER input[type="radio"]:checked + label::after,  #HEADER input[type="checkbox"]:checked + label::after {
    display: none;
}
/* -------FORM styles_end------- */

/* ----------------- SP ------------------- */
@media screen and (max-width: 750px) {
small {
font-size: 10px;
}
.w1000 {
width: auto;
}
.spnone {
display:none;
}
.pcnone {
display:block;
}
.hidden {
position: relative;
overflow: hidden;
}
#HEADER {
	position: fixed;
}
#SITETITLE img {
	width: auto;
	height: 50px;
}	
div#SUMMARY {
	left: 102px;
	font-size: 3vw;
}
#PATH {
	padding: 0;
	margin-bottom: 0;
	background-color: #eee;
}
}
/* ----------------- SP ------------------- */


/* ----------------- PC and iPad ------------------- */

@media screen and (min-width: 751px) {
.spnone {
display:block;
}
.pcnone {
display:none;
}
}
/*------------------ハンバーガーメニューCSS--------------*/


/*ヘッダーまわりはサイトに合わせて調整してください*/
header {
  padding:10px;
  background: skyblue;
}

#nav-drawer {
  float: right;
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #000;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 26px;/*長さ*/
  border-radius: 2px;
  background: #999;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span {
top: 13px;
left: 12px;
}
#nav-open span:before {
top: 10px;
}
#nav-open span:after {
top: 20px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/

#nav-content {
  overflow: auto;
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 90%;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  top: 50px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content ul.main-menu {
	margin: 0;
}

#nav-content ul.main-menu li {
	padding: 1em 10px;
	border-bottom: solid 1px #fff;
	background-color: #660000;
}

#nav-content ul.main-menu li a:link { color: #fff; }
#nav-content ul.main-menu li a:visited { color: #fff; }
#nav-content ul.main-menu li a {
	text-decoration: none;
	font-size: 18px;
	display: block;
}

#nav-content #MENU2 div {
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: dotted 1px;
}

#nav-content #MENU2 div a:link { color: #121212; }
#nav-content #MENU2 div a:visited { color: #121212; }
#nav-content #MENU2 div a {
	text-decoration: none;
	font-size: 18px;
	display: block;
}

#nav-content #MENU2 div img {
	width: 1em;
	height: 1em;
	margin-right: 0.2em;
}

/*ハンバーガーメニューCSS*/

