@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;
	}	
body {
	line-height: 2;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	background-color: rgb(247, 99, 11);
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(247, 99, 11);
    text-decoration: none;
}		
		
a:hover {		
    opacity: 0.8;		
}		
input,label {		
    display: none;		
}		
ul#links01 {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}		
		
ul#links01 li {
    width: 20%;
    text-align: center;
}		
		
ul#links01 li a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    line-height: 50px;
    display: block;
}		

header {
    background-color: rgb(22,22,22);
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

header a {
    color: #FFF;
}

nav.menu {
    background-color: rgba(22,22,22,0.7);
}

ul#links01 li a:active,ul#links01 li a:hover {
    background-color: rgb(247, 99, 11);
    color: #FFF;
}

ul#links01 li {
}

.main_image {
    background: url(../img/main_image.jpg) top center;
    background-size: cover;
    border-top: 10px solid rgb(247, 99, 11);
    border-bottom: 10px solid rgb(247, 99, 11);
}

.main_image_inner {
    background-color: rgba(247, 99, 11,0.4);
    padding: 60px 20px;
    overflow: hidden;
}

.main_image_inner article {
    max-width: 1100px;
    margin: 0 auto;
}

.main_image_inner article h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}

.main_image_inner article p {
    color: #FFF;
}

.main_image_inner article img {
    float: right;
    border: 2px solid #FFF;
    margin-left: 20px;
}

.color1 {
    background-color: #FFF;
}

p.btn a {
    background-color: rgb(255, 255, 255);
    border: 1px solid #FFF;
    padding: 10px 20px;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    border-radius: 5px;
}

p.btn {
    margin: 40px 0;
}

.block {
    padding: 40px 20px;
    overflow: hidden;
}

.content {
    margin: 0 auto 40px;
    overflow: hidden;
}

.content h2,.content h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.content img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.content h3 {
    font-weight: bold;
    color: rgb(247, 99, 11);
    font-size: 20px;
    margin: 20px 0;
    clear: both;
    border-bottom: 1px solid #CCC;
    padding: 10px 10px 10px;
}

.color2 {
    background-color: rgba(22,22,22,0.9);
    color: #FFF;
}

.block article {
    text-align: center;
}

.block article h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    padding: 10px 0 0;
}

.gallery {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 10px 0;
}

.gallery figure {
    margin: -10px 0 0;
    width: 33.33%;
}

.gallery figure img {
    width: 100%;
}

.color3 {
    background-color: rgba(22,22,22,0.2);
}

.box3 {
    display: flex;
    flex-flow: row wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.box3 article {
    width: calc(100%/3);
    margin: 0 0 40px;
    padding: 15px;
    box-sizing: border-box;
}

.box3 article img {
    width: 100%;
    height: 200px;
    border: 1px solid #DDD;
    box-sizing: border-box;
    object-fit: cover;
}

.box3 article h2 {
    margin: 10px 0 20px;
    font-size: 18px;
}

.box3 article a {
    color: #333;
}

.box4 {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.box4 article {
    width: 23%;
    margin: 0 0 40px;
    padding: 0;
}

.box4 a {
    color: #333;
}

.box4 article h2 {
    font-size: 16px;
}

.box4 article i {
    font-size: 40px;
    margin-bottom: 40px;
}

.link {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.link aside {
    width: 50%;
}

.link aside h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

footer {
    background-color: rgba(22,22,22);
    padding: 20px 20px;
}

footer p,footer p a {
    color: #CCC;
    font-size: 14px;
    text-align: center;
}

ul.breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 10px;
    max-width: 1100px;
    margin: 0 auto;
}

ul.breadcrumb li {
    display: inline-block;
}

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

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

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

.main_image_inner h1 {
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}

.main_image_inner h1 a {
    color: #FFF;
}

section.main_image_inner article {
    padding: 100px 0;
}

.block_inner {
    max-width: 100%;
    margin: 0 auto;
}

.main {
    float: right;
    width: 80%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    border-left: 2px dotted #DDD;
}

.side {
    float: left;
    width: 20%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.box2 article {
    width: 32.3%;
    margin-bottom: 15px;
    border: 1px solid #CCC;
    padding: 0;
    box-sizing: border-box;
    background-color: #EEE;
    overflow: hidden;
    margin: 0 0.5% 15px;
}

.box2 {
    display: flex;
    flex-flow: row wrap;
    clear: both;
    margin-top: 20px;
}

.box2 article img {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    object-fit: cover;
    /* border: 1px solid #CCC; */
}

.block article p {
    color: #333;
    text-align: left;
    padding: 0 20px 20px;
}

p.headline {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 3px solid rgb(247, 99, 11);
    padding: 0 0 0 10px;
    clear: both;
}

.ranking li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    float: none;
    margin: 0 0 10px;
}

.ranking li h2 {
    font-weight: bold;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.ranking li p {
    color: #333;
}

.ranking li {
    border-bottom: 2px dotted #DDD;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.side aside {
    margin-bottom: 40px;
}

ul.breadcrumb li, ul.breadcrumb li a {
    color: #FFF;
}

.box2 p.headline {
    width: 100%;
    clear: both;
    float: none;
}

article {}

.box1 article {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #CCC;
    padding: 0 60px 0 0;
    box-sizing: border-box;
    background-color: #EEE;
    overflow: hidden;
}

.box1 article img {
    box-sizing: border-box;
    object-fit: cover;
    /* border: 1px solid #CCC; */
    width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.box1 article h2 {
    text-align: left;
}

.box1 article a {
    overflow: hidden;
    display: block;
}

.box1 article:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #AAA;
    font-size: 20px;
    font-weight: normal;
}

.box1 article {
    position: relative;
}

.page-top {position: fixed;right: 10px;margin: 0;font-size: 12px;font-weight: normal;z-index: 100;bottom: 10px;line-height: 20px;font-family: 'Arimo', sans-serif;}
.page-top a {display: block;/* width: 100px; */padding: 5px 17px;color: #FFF;text-align: center;background: rgb(247, 99, 11);opacity: 10;}

.page-top i {
    font-size: 30px;
}

ul.link li {
    width: 100%;
}

@media screen and (max-width: 1024px) {		
.menu {		
	padding: 0;	
}		
		
.menu a {		
    display: block;		
    padding: 10px;		
    text-decoration: none;		
    color: #000;		
    line-height: 1;		
    border-top: 1px solid #00000017;		
}		
		
label {
    display: block;
    margin: 0;
    padding: 5px;
    line-height: 1;
    color: rgba(22,22,22,0.7);
    cursor :pointer;
    font-size: 24px;
    text-align: right;
    background-color: #FFF;
}		
		
.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;		
    border-right: 1px solid #DDD;		
    width: 100%;		
    font-size: 14px;		
}		
ul#links01 {		
    display: initial;		
}		
ul#links01 li a {
    line-height: 20px;
    display: block;
    font-size: 14px;
    background-color: rgba(247, 99, 11,0.7);
    color: #FFF;
}		
}		
@media screen and (max-width: 768px) {		
.content img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40%;
}
.box4 article {
    width: 48%;
    margin: 0 0 40px;
    padding: 0;
}
.box3 article {
    width: 48%;
    margin: 0 0 40px;
    padding: 0;
}
.gallery figure {
    margin: -10px 0 0;
    width: 50%;
}
.main_image_inner article img {
    float: right;
    border: 2px solid #FFF;
    margin-left: 20px;
    width: 40%;
}
.main {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
}
.side {
    float: right;
    width: 100%;
    padding: 0;
}
.link {
    display: block;
}
.main_image_inner {
    background-color: rgba(247, 99, 11,0.7);
    overflow: hidden;
}
}		
		
@media screen and (max-width: 480px) {		
.content img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
}	
.block article h2 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}
.gallery figure {
    margin: -10px 0 0;
    width: 100%;
}
.box3 article {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
}
.box4 article {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
}
.link aside {
    width: 100%;
    margin-bottom: 40px;
}	
.main_image_inner article img {
    float: none;
    border: 2px solid #FFF;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
}
.box2 article {
    width: 100%;
    margin-bottom: 20px;
}
.box2 article img {
    margin-bottom: 0;
}
.ranking li img {
    margin-bottom: 10px;
}
header {
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}
section.main_image_inner article {
    padding: 0;
}
.main_image_inner h1 {
    font-size: 20px;
    line-height: 1.5;
}
.box1 article img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.box1 article p {
    display: none;
}
.block article h2 {
    font-size: 16px;
    line-height: 2;
}
body {
    font-size: 14px;
}
.content h2, .content h1 {
    font-size: 20px;
}
}		
