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

html {
	font-size: 12px;
}

body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	background-color:#f3efe7;
}
ul{
	margin: 0;
	padding: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
	cursol: pointer;
    opacity: .7;
}
a.redBtn {
    display: block;
    width: 100%;
    padding: 1em;
    background: #C60000;
    color: #fff;
    box-sizing: border-box ;
    text-align: center;
	font-size: .8rem;
}



/* header */

header {
	width: 100%;
	padding: 10px 0;
	background: #C60000;
}
header img {
	display: block;
	width: 250px;
	/*height: 50px;*/
	margin: auto;
}



/* nav */

nav {
    background: #fee;
}
nav ul {
    padding: 0 calc((100% - 1000px) / 2);
	display: flex;
	border-bottom:3px solid #888;
}
nav ul:before,
nav ul:after {
    content: "";
    display: table;
}
nav ul:after {
    clear: both;
}
nav ul li {
/*    float: left;*/
    width: calc(100% / 7);
	/*padding: 1em 0;*/
/*    border-right: solid 2px #eee;*/
    box-sizing: border-box;
    text-align: center;
	position:relative;
	-webkit-transform: translate(0, 3px);
	-moz-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	transform: translate(0, 3px);
}
nav ul li:last-child {
    border: none;
}
nav ul li:after{
	content:url("../../common/img/nav_rope.png");
	position:absolute;
	right:0;
	bottom:0;
	-webkit-transform:translate(50%,9px);
	-moz-transform:translate(50%,9px);
	-ms-transform:translate(50%,9px);
	transform:translate(50%,9px);
}
nav ul li:last-child:after {
	content:"";
}
nav ul li a {
    color: #000;
	display:inline-block;
	padding:1em .5em;
	border-bottom:3px solid #f00;
}

/* sns_icon */

.sns_icon {
	position: fixed;
	/*bottom: 20px;*/
	z-index: 1;
	width: 20%;
    max-width: 50px;
    background: #fff;
}
.sns_icon a img {
	display: block;
    width: 100%;
    /*margin-bottom: 14%;*/
    padding: 14%;
	box-sizing: border-box;
}
.sns_icon a:last-of-type img {
    margin: 0;
	padding: 0 14% 14%;
}

/* menu_sp */

.menu_sp {
    position: fixed;
    right: 10px;
    bottom: 20px;
	display: none;
	z-index: 1;
    width: 20%;
}
.menu_sp img {
    width: 100%;
}

/* wrapper */

.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 30px calc((100% - 1000px) / 2);
}
h1 {
	width: 100%;
	margin: 0 0 20px;
    padding: .8em 0;
    background: #FBFAF0;
	border-bottom: solid 1px #ccc;
	font-size: 1.5rem;
	font-weight: normal;
}
h1 span {
    padding: 0 1em;
    border-left: solid 5px #000;
}

/* article */

article {
/*	background: #fff;*/
	width: 70%;
}

/* article section */

section {
	padding: 0 30px;
}
h2 {
	margin: 0 0 30px;
    padding: .5em 1em;
    background: #FBFAF0;
    border-left: solid 5px #C60000;
	border-bottom: solid 1px #ccc;
	font-size: 1.2rem;
	font-weight: normal;
}
h2 span {
	color: #C60000;
}

/* aside */

aside {
	width: 28%;
}
aside section {
	background: #fff;
}

/* aside section */

h3 {
	margin: 0 0 16px;
    padding: .5em 1em;
    background: #FBFAF0;
    border-left: solid 5px #C60000;
	border-bottom: solid 1px #ccc;
	font-size: 1rem;
	font-weight: normal;
}
aside section {
	margin-bottom: 20px;
	padding: 0;
}
aside section ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
aside section ul li {
    width: 48%;
	margin: 0 0 20px;
	box-sizing: border-box;
}
aside section ul li a img {
    width: 100%;
	background: #eee;
}
aside section ul li p {
    margin: 0;
}
