@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;
	font-size: 16px;
	background-color: rgb(51,51,51);
}		
		
ol, ul {		
	list-style: none;	
}		
body {		
	-webkit-text-size-adjust: none;	
}		
		
a {
    color: rgb(217, 70, 0);
    text-decoration: none;
}		
		
a:hover {		
    opacity: 0.8;		
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: rgba(255,255,255,0.3);
}

.main {
    width: 70%;
}

.sidebar {
    width: 30%;
}

main,aside {
    margin: 0 auto;
}

.header {background-image: linear-gradient( to top, rgba(0,0,0,0.3),rgba(0,0,0,0.7) ),url(../img/main_image.jpg);padding: 0;background-size: cover;background-repeat: no-repeat;background-position: top center;}

.header .nav {
	/* margin-right: -16px; */
	background-color: #FFF;
}
.header .nav ul{
	display: flex;
	align-items: center;
	max-width: 1150px;
	margin: 0 auto;
}
.header .nav ul li a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	font-size: 12px;
	display: block;
	border-bottom: 3px solid transparent;
}
.nav_toggle{
	display: none;
}		

.header .nav ul li {
    width: 20%;
    text-align: center;
    line-height: 50px;
}

.header .nav ul li a:hover,.header .nav ul li a:active {
    color: #333;
    box-sizing: border-box;
    background-color: rgb(217, 70, 0);
}

.title {
    text-align: center;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background-color: rgb(217, 70, 0);
}

.title a {
    color: #FFF;
    font-size: 12px;
}

ul#links01 li:last-child {
    border-right: 1px solid #DDD;
}

ul#links01 a:hover {
    background-color: rgb(0,152,226);
    color: #FFF;
}

.menu {
    border-bottom: rgba(0,0,0,0.3) 5px solid;
    overflow: hidden;
}

.color3 {
    background-color: rgb(217, 70, 0);
    color: #FFF;
}

.color2 {
    background-color: rgba(217, 70, 0,0.5);
    color: #FFF;
}

.color1 {
    background-color: rgb(255,255,255);
}

.main_visual {max-width: 1100px;margin: 0 auto;padding: 100px 0;}

.block1 {
    padding: 50px 20px 0;
    overflow: hidden;
    width: 100%;
}

.main_visual .article {
    padding: 0;
    max-width: 50%;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

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

.main_visual p.btn {
    background-color: rgb(217, 70, 0);
    text-align: center;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
    font-family: 'Noto Sans', sans-serif;
    width: 50%;
    font-weight: bold;
}

.main_visual p.btn a {
    display: block;
    line-height: 40px;
    color: #FFF;
}

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

.box3 .article {
    width: 32%;
    /* background-color: #FFF; */
    padding: 0;
    margin-bottom: 50px;
    border: 1px solid rgba(0,0,0,0.1);
}

.box3 .article img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.box3 .article a {
    color: #333;
}

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

.content {
    max-width: 1100px;
    margin: 0 auto 50px;
}

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

.content img {
    float: left;
    margin: 0 30px 20px 0;
    border: 1px solid #CCC;
    box-shadow: 10px 10px 0 rgb(90 90 90 / 27%);
    width: 360px;
    height: 270px;
    object-fit: cover;
}

.content h3 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin: 0 0 20px;
    clear: both;
    border-bottom: 2px solid rgb(217, 70, 0);
    padding: 10px;
    font-weight: bold;
}

.content p {
    margin-bottom: 0;
}

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

.box4 .article {
    width: 25%;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

.box4 .article img {
    width: 100%;
    border: 1px solid #CCC;
    height: 200px;
    object-fit: cover;
}

.box4 .article a {
    color: #333;
}

.box4 .article h2 {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.box1 {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 80px;
}

.box1 .article {
    text-align: center;
}

.box1 .article a {
    color: #333;
}

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

.box1 p.btn, .box3 p.btn,.box2 p.btn {
    background-color: rgb(248,217,0);
    text-align: center;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #333; */
    line-height: 50px !important;
    position: relative;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.box1 p.btn a {
    display: block;
    color: #FFF;
}

.box1 p.btn a, .box3 p.btn a,.box2 p.btn a {
    display: block;
    color: #333;
}

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

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

.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}

.link aside h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
    font-family: 'Noto Sans', sans-serif;
}

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

.footer a {
    color: #CCC;
}

ul.breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    /* background-color: rgba(255,255,255,0.7); */
}

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;
}

.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(217, 70, 0);opacity: 10;border-radius: 50%;/* border: 1px solid rgb(255,255,255); */}

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

.link li a,.link li {
    color: #FFF;
}

.inner {
    /* background-color: #FFF; */
}

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

.box1 p.btn:after,.box3 p.btn:after {
    /* content: "\f0da"; */
    font-family: FontAwesome;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.box1 p.btn {
    width: 40%;
}

.box2 p.btn {
    width: 50%;
    border: 1px solid rgb(217, 70, 0);
}

.box3 p.btn {
    width: 80%;
}

.box1 p.btn:hover, .box3 p.btn:hover {2019/03/04 16:42
    background-color: rgb(248,217,0);
}

.article_inner {
    padding: 0 20px 20px;
}

.box3 .article p {
    font-size: 14px;
    line-height: 24px;
}

.box1 .article p {
    font-size: 14px;
}

.box4 .article p {
    font-size: 14px;
    line-height: 24px;
}

.box2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: row wrap;
    overflow: hidden;
}

.color5 {
    background-color: rgb(248,217,0);
}

.box2_inner .article {
    box-sizing: border-box;
}

.box2_inner.left .article {
    margin-left: auto;
    display: table;
    width: 550px;
    padding: 0 40px 0 0;
    margin-bottom: 50px;
}

.box2_inner.right .article {
    margin-right: auto;
    display: table;
    width: 550px;
    padding: 0 0 0 40px;
    margin-bottom: 50px;
}

.box2_inner {
    width: 50%;
}

.block2 {
    width: 100%;
}

.box2_inner.left,.box2_inner.right {
    padding: 50px 0 0 0;
}

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

.box2_inner .article p {
    font-size: 14px;
    line-height: 24px;
}

.main_visual_inner .article p {
    font-size: 14px;
    line-height: 24px;
}

.main_visual.sub {
    padding: 100px 0;
}

@media screen and (max-width: 1024px) {		
.nav{
	display: none;
	position: absolute;
	top: 62px;
	width: 100%;
	background: #EEE !important;
	left: 0;
}
.header .nav ul{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.header .nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	width: 100%;
}
.header .nav ul li:last-child{
	border: none;
}
.header .nav ul li a{
	display: block;
	font-size: 14px;
	border-bottom: none;
}

ul.breadcrumb {
    padding: 0 10px;
}

/*開閉ボタン*/
.nav_toggle{
	display: block;
	width: 20px;
	height: 27px;
	position: relative;
	top: 0px;
	z-index: 100;
	margin-left: auto;
	margin-right: 5px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span{
	display: block;
	height: 3px;
	background: #FFF;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav_toggle span:nth-child(1){
	top: 6px;
}
.nav_toggle span:nth-child(2){
	top: 12px;
}
.nav_toggle span:nth-child(3){
	top: 18px;
}

/*開閉ボタンopen時*/
.open .nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open .nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open .nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
}
.content img {
    float: left;
    margin: 0 20px 20px 0;
    width: 50%;
}
.box2_inner.left .article {
    width: 100%;
    padding: 0 40px 0 40px;
}
.box2_inner.right .article {
    width: 100%;
    padding: 0 40px 0 40px;
}
}

@media screen and (max-width: 768px) {		
.content img {
    width: 40%;
}
.main_visual .article {
    max-width: 50%;
}
.box3 .article {
    width: 49%;
}
.box4 .article {
    width: 49%;
}
.main {
    width: 100%;
}
.sidebar {
    width: 100%;
}
.title {
    padding: 0 20px;
}
}		
		
@media screen and (max-width: 480px) {		
.main_visual .article {
    max-width: 100%;
}
.box3 .article {
    width: 100%;
}
.content img {
    width: 100%;
    margin: 0 0 20px;
}		
.box4 .article {
    width: 100%;
}
.link aside {
    margin-bottom: 40px;
    color: #FFF;
    width: 100%;
}
.box1 p.btn {
    width: 60%;
}
.title {
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.title a {
    /* font-size: 20px; */
}
.main_visual {
    padding: 30px;
}
.box2_inner {
    width: 100%;
}
.main_visual .article h2 {
    font-size: 23px;
}
.main_visual.sub {
    padding: 50px 0;
}
}		
