@charset "utf-8";
/* CSS Document */




/* BASE */


html {
	height: 100%;
	overflow-y: scroll;
}


html.ie body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 100%;
}


body {
	position: relative;
	text-align: center;
	width: 100%;
	background: url(../img/) #D3C9B2;
    margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	font-family: 'Times New Roman', 'Times';
	font-size: 100%;
}


img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
}


a:link {
	color: #961A1A;
}    


a:visited {
	color: #961A1A;
}


a:hover {
	color: #999999;
}


a:active {
	color: #000000;
}


menu {
	margin: 0;
	padding:0px;
	background: #F8F4E6;
	border-bottom: #961A1A double;
	font-size: 95%;
}


menu a:hover {
	display: block;
	color: #555555;
	background: url(../img/base/bg_li.png);
	width: 100%;
	height: 100%;
}


header {
	padding:10px;
	background: #D3C9B2;
}


footer {
	position: fixed;
    bottom: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	background: #F8F4E6;
	border-top: #961A1A double;
	padding: 10px 0px 0px 0px;
	font-size: 100%;
	color: #961A1A;
}


li {
	display: inline-block;
	padding: 20px 10px 0px 0px;
	line-height: 17px;
}


li span {
	font-size: 80%;
}


hr {
	height: 1px;
	margin: 5px 0px 5px 0px;
	border: #961A1A 1px solid;
}


table {
	text-align: left;
	font-size: 100%;
}


table span {
	font-size: 85%;
	font-weight: bold;
	color: #961A1A;
}


table input {
	width: 99.6%;
}


table textarea {
	width: 99.6%;
	height: 100px;
}


.red {
	color: #961A1A;
}


.t-1 {
	text-align: left;
	padding: 5px;
}


.t-b1 {
	border-bottom: #000000 1px solid;
}


.t-b2 {
	padding: 10px 0px 10px 10px;
	border-bottom: #000000 1px solid;
}


.t-b2-pc1 {
	text-align: right;
	padding: 10px 15px 10px 0px;
	border-right: #000000 4px solid;
	border-bottom: #000000 1px solid;
	font-weight: bold;
}


.t-b2-pc2 {
	padding: 10px 0px 10px 15px;
	border-bottom: #000000 1px solid;
}


.t-b3-sp1 {
	text-align: left;
	padding: 5px 5px 5px 10px;
	border-left: #000000 4px solid;
	border-bottom: #000000 1px solid;
	font-weight: bold;
}


.t-b3-sp2 {
	padding: 10px;
	font-size: 85%;
}


.s {
	margin: 0px 0px 50px 0px;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




/* 回り込み解除 */
.c {
	clear: both;
}




/* 見出し */
h1 {
    display: none;
}


h2 {
	color: #961A1A;
}


h2 li {
	display: inline-block;
	padding: 0px;
	line-height: 25px;
}


h2 li span {
	font-size: 85%;
}


h3{
	text-align: left;
	position: relative;
	background: #000000;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	line-height: 1.4;
	border-radius: 4px 4px 4px 4px;
	color: #F8F4E6
}


h4 {
	background: #961A1A;
	padding: 5px 0px 5px 0px;
	color: #D3C9B2;
}


h5{
	text-align: left;
	position: relative;
	background: #F8F4E6;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	line-height: 1.4;
	border-radius: 0 5px 5px 5px;
	color: #555555;
	font-size: 100%;
}


h5:after {/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\2713 \0020 CHECK';
	background: #961A1A;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: 0.7em;
	color: #F8F4E6;
  }




/* テキスト */
.t1-pc {
	text-align: left;
	width: 75%;
}


.t1-sp {
	text-align: left;
	width: 90%;
}


.t2-sp {
	text-align: left;
	width: 90%;
	font-size: 85%;
}




/* INDEX */
#main {
	width: 100%;
	height: 900px;
	padding: 10% 0% 0% 0%;
	background: url(../img/base/top.gif) top center no-repeat #6cc4c8;
}




#nav-drawer {
	position: relative;
	padding: 10px 10px 0px 0px;
}


/*チェックボックス等は非表示*/
.nav-unshown {
	display: none;
}


/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 60px;
    height: 22px;
    vertical-align: middle;
}


/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 0px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #961A1A;
    display: block;
    content: '';
    cursor: pointer;
	font-weight: bold;
	color: #961A1A;
}


#nav-open span:before {
    bottom: -8px;
}


#nav-open span:after {
    bottom: -16px;
}


/*閉じる用の薄黒カバー*/
#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;
	text-align: right;
    top: 0;
    right: 0;
    z-index: 1000;/*最前面に*/
    width: 100%;/*右側に隙間を作る*/
    max-width: 275px;/*最大幅*/
    height: 100%;
    background: #D3C9B2;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    transform: translate(300px);/*右から表示*/
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	color: #000000;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}


#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



