@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: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	background-color: #FFF;
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(30,158,146);
    text-decoration: none;
}		
		
a:hover {		
    opacity: 0.8;		
}		
input,label {		
    display: none;		
}		
ul#links01 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}		
		
ul#links01 li {
    width: 20%;
    text-align: center;
}		
		
ul#links01 li a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}		

.title {
    font-size: 14px;
    text-align: center;
    padding: 5px 0 5px;
    background-color: rgb(30,158,146);
}

ul#links01 li:last-child {
    border-right: 1px solid rgba(0,0,0,0.05);
}

.main_image {
    background: url(../img/main_image.jpg) top center no-repeat;
    background-size: cover;
}

.main_image_inner article {
    background-color: #FFF;
    width: 24%;
    padding: 0;
}

.main_image_inner article img {
    width: 100%;
}

.main_image_inner {
    padding: 150px 0;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.menu {
    margin-bottom: 0;
}

p.category {
    text-align: center;
    background-color: rgb(30,158,146);
    width: 100px;
    margin: 0 auto;
    color: #FFF;
    margin-bottom: 10px;
}

.box_inner {
    padding: 10px 0 20px;
}

.title a {
    color: rgb(255,255,255);
}

header {background: url(../img/main_image.jpg) no-repeat center;background-size: cover;}

.box_inner h2 {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

.wrapper {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 20px 0;
}

.main {
    width: 68%;
}

.sidebar {
    width: 30%;
}

.headline {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Aleo', serif;
}

.block2 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    overflow: hidden;
    margin-bottom: 50px;
}

.main_image_inner a {
    color: #FFF;
}

.block2 article {
    width: 32%;
    /* border: 1px solid rgba(0,0,0,0.1); */
    margin-bottom: 20px;
}

.block2 article img {
    width: 100%;
}

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

.content img {
    width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 7px 6px 0 0px rgba(30,158,146,0.5);
    border: 1px solid #CCC;
}

.content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 3px solid rgb(30,158,146);
    padding: 5px;
}

ul.rank img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.sidebar aside {
    margin-bottom: 50px;
}

ul.rank h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.rank {
}

ul.rank li {
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: none;
    overflow: hidden;
}

.rankin_inner {
    padding: 20px;
    overflow: hidden;
}

ul.rank li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

ul.link {
    padding: 20px;
}

ul.link li {
    line-height: 36px;
}

footer {
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    text-align: center;
    padding: 40px 20px;
}

.content {
    margin-bottom: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.bread {
    background-color: rgba(0,0,0,0.1);
    padding: 3px 0;
}

ul.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

.block1 article {
    border: 1px solid #CCC;
    overflow: hidden;
    margin-bottom: 50px;
}

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

p.btn1 {
    text-align: center;
    margin-top: 20px;
}

p.btn1 a {
    background-color: rgb(30,158,146);
    color: #FFF;
    padding: 10px 20px;
    font-family: 'Aleo', serif;
}

.block1 article a {
    color: #333;
}

footer p, footer p a {
    color: #333;
}

.block1 article .box_inner {
    padding: 20px 20px 0 0;
}

.sub {
    padding: 0 0 0px;
}

.overlay {
    background-color: rgba(0,0,0,0.7);
}

header article {
    color: #FFF;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 0 110px;
}

header article h2 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

p.btn a {
    background-color: rgb(30,158,146);
    color: #FFF;
    padding: 15px 35px;
    font-family: 'Staatliches', cursive;
}

p.btn {
    margin-top: 30px;
    clear: both;
}

.block {
    padding: 0;
}

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

.box3 article {
    width: 30%;
    margin-bottom: 50px;
}

.box3 article a {
    color: #333;
}

.box3 article i {
    margin: 20px auto 20px;
    display: table;
    font-size: 50px;
    color: rgb(30,158,146);
}

.box3 article h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.gallery figure {
    width: 33.33%;
    box-sizing: border-box;
    display: block;
}

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

.gallery figure img {
    width: 100%;
    height: 200px;
    display: flex;
    object-fit: cover;
    object-position: center;
}

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

.box4 article {
    width: 23%;
    margin-bottom: 50px;
}

.box4 article img {
    width: 100%;
}

.box4 article a {
    color: #333;
}

.box4 h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
    text-align: center;
}

.color2 {
    background-color: rgba(0,0,0,0.1);
}

.box1 {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

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

.box1 article h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.box1 article {
    padding-bottom: 20px;
    overflow: hidden;
}

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

.link aside {
    width: 100%;
    padding-bottom: 50px;
    padding: 30px;
}

.link aside h3 {
    font-family: 'Staatliches', cursive;
    font-size: 20px;
    margin-bottom: 10px;
}

.content {
    padding: 0 30px 50px;
}

.box3 article {
    width: 47%;
    margin-bottom: 50px;
}

.content p {
    margin-bottom: 30px;
}

.box1 {
    padding: 30px;
}

.box4 article {
    width: 48%;
    margin-bottom: 50px;
}

main {
    width: 68%;
    margin-right: 2%;
}

aside {
    width: 30%;
}

@media screen and (max-width: 1024px) {		
.menu {
	padding: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.5);
}		
		
.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: #FFF;
    cursor :pointer;
    font-size: 24px;
    text-align: right;
    background-color: rgba(0,0,0,0.5);
}		
		
.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: 3;
    display: block;
    font-size: 14px;
    background-color: rgba(0,0,0,0.6);
}		
.main_image_inner {
    display: flex;
    padding: 80px 20px;
    justify-content: space-between;
}
ul.breadcrumb {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    overflow-x: auto;
    white-space: nowrap;
}
.box3,.box4,.link {
    padding: 0 30px;
}
}		
@media screen and (max-width: 768px) {		
.wrapper {
    display: block;
    padding: 50px 0 0;
}
.main,.sidebar {
    width: 100%;
}
.main_image_inner article {
    background-color: #FFF;
    width: 49%;
    padding: 0;
    margin-bottom: 20px;
}
.main_image_inner {
    padding: 50px 20px;
}
ul.rank img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}
}		
		
@media screen and (max-width: 480px) {		
header article {
    padding: 50px 30px 50px;
}
.box3 article {
    width: 100%;
    margin-bottom: 50px;
}

.main_image_inner article {
    background-color: #FFF;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.title {
    font-size: 12px;
    text-align: center;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.block2 article {
    width: 100%;
    margin-bottom: 20px;
}
.content img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}
ul.rank img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    float: none;
    margin-right: 0;
}		
.main_image_inner {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.block1 article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    float: none;
    margin-right: 0;
}
.block1 article .box_inner {
    padding: 15px;
}
.gallery figure {
    width: 50%;
}
.box4 article {
    width: 100%;
    margin-bottom: 50px;
}
.link aside {
    width: 100%;
    padding-bottom: 50px;
}
main {
    width: 100%;
    margin-right: 0;
}
aside {
    width: 100%;
}
}		
