@charset "UTF-8";		
		
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;
		vertical-align: baseline;
		box-sizing: border-box;
	}	
body {
	line-height: 2;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	background-color: rgb(13,13,13);
	text-align: justify;
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(120, 46, 243);
    text-decoration: none;
}		
		
a:hover {		
    opacity: 0.8;		
}		
input,label {		
    display: none;		
}		
ul#links01 {
    display: block;
}		
		
ul#links01 li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}		
		
ul#links01 li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    display: block;
}		

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 20px 20px 0;
}

.sidebar {
    width: 300px;
    margin-right: 20px;
    position: relative;
}

.main {
    background-color: rgba(255,255,255,0.95);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px 20px 0;
    flex: 1;
}

.title {
    background-color: rgb(120, 46, 243);
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 32px;
}

.title a {
    color: #FFF;
}

.menu,.gallery {
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.menu {
    position: sticky;
    top: 20px;
    background-color: rgb(13,13,13);
    z-index: 1;
}

.gallery_inner {
    width: 47%;
    margin-bottom: 10px;
}

.gallery_inner img {
    width: 100%;
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.content {padding-bottom: 30px;}

.content img {
    max-width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}

.content h2,.content h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(120, 46, 243);
    padding: 10px 0 10px 10px;
}

.content h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
    border-left: 5px solid rgb(120, 46, 243);
    padding: 10px;
    clear: both;
}

.main_image {
    background: url(../img/main_image.jpg) no-repeat top center;
    background-size: cover;
    margin-bottom: 20px;
    padding: 170px 0;
}

.box2_title {
    background-color: rgb(120, 46, 243);
    color: #FFF;
    padding: 5px 7px;
    width: 100%;
}

.box2 img {
    padding: 0;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 10px;
}

.box2 {
    padding: 20px 0;
    overflow: hidden;
    width: 18%;
}

.box2 a {
    color: #333;
}

.box2 h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.box2_outer {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.box {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.box img {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.box a {
    color: #333;
}

.box h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.link ul {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.link h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(120, 46, 243);
    padding: 10px 0 10px 10px;
    font-family: 'Lato', sans-serif;
}

.footer {
    text-align: center;
    width: 100%;
    padding: 20px;
}

.footer p,.footer a {
    color: #CCC;
    text-align: center;
}

.link li {
    line-height: 40px;
}

ul.breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

ul.breadcrumb li {
    display: inline-block;
    font-size: 12px;
}

ul.breadcrumb li:after {
    content: ">";
    margin: 0 0 0 5px;
}

ul.breadcrumb li:last-child:after {
    content: none;
}

table {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

table th {
    border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #DDD;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

table td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {		
.box2 {
    padding: 20px 0;
    overflow: hidden;
    width: 49%;
}
}		
@media screen and (max-width: 768px) {		
.menu {
	padding: 0;
	border: 1px solid rgba(255,255,255,0.5);
	position: initial;
}		
		
.menu a {		
    display: block;		
    padding: 10px;		
    text-decoration: none;		
    color: #000;		
    line-height: 1;		
    border-top: 1px solid #DDD;		
}		
		
label {
    display: block;
    margin: 0;
    padding: 5px;
    line-height: 1;
    color: #FFF;
    cursor :pointer;
    font-size: 16px;
    text-align: right;
    background-color: rgb(120, 46, 243);
}		
		
.menu ul {		
    margin: 0;		
    padding: 0;		
    background: #EEE;		
    list-style: none;		
}		
		
.menu li {		
    max-height: 0;		
    overflow-y: hidden;		
    -webkit-transition: all 0.5s;		
    -moz-transition: all 0.5s;		
    -ms-transition: all 0.5s;		
    -o-transition: all 0.5s;		
    transition: all 0.5s;		
    border-right: none !important;		
}		
		
#menu_bar01:checked ~ #links01 li,		
#menu_bar02:checked ~ #links02 li {		
    max-height: 46px;		
    opacity: 1;		
    background-color: #FFF;		
}		
ul#links01 li {
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}		
ul#links01 {		
    display: initial;		
}		
ul#links01 li a {
    line-height: 20px;
    display: block;
    font-size: 14px;
    background-color: rgb(120, 46, 243);
}		
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 20px 20px 0;
}
.sidebar {
    width: 100%;
}
.gallery_inner {
    width: 48.5%;
    margin-bottom: 10px;
}
.main {
    width: 100%;
    padding: 20px 20px 0;
}
.content img {
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}
}		
		
@media screen and (max-width: 480px) {		
.content img {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}
.gallery {
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 10px 0;
    margin-bottom: 20px;
    display: none;
}
.gallery_inner {
    width: 48.5%;
    margin-bottom: 0px;
}
.box2 {
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
}
.box img {
    width: 100%;
    height: 200px;
    float: none;
    margin-right: 0;
    object-fit: cover;
    margin-bottom: 5px;
}
.wrapper {
    padding: 5px;
}
.main_image {
    padding: 56px 0;
}
}		
