@charset "utf-8";
body {
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-repeat:no-repeat;

    background-size:cover;
    color: #473500;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

img {
    max-width: 100%;
}

header {
    background-color: #be0405;
    position: relative;
    border-bottom: 10px solid #be0405;
    background-image: none;
    background-size: cover;
}

header img {
    vertical-align: bottom;
}


.comment{
	
	padding:20px;
	border: double 5px #aa934b;
	line-height: 2em;
	margin-bottom:50px;
	background-color:#FFFFFF;

	
}

.comment h3{
	font-size:24px;
	margin-bottom:20px;
	
}


#youtube{
	margin-bottom:50px;

}

#items li {
    width: 16%;
    padding: 10px;
    float: left;
    height: 350px;
}
#items ul {
	clear:both;
}
	












.inner {
    width: 940px;
    margin: 0 auto;
}

.mt {
    margin-top: 20px;
}

.pt {
    padding-top: 20px;
}

.mb {
    margin-bottom: 40px;
}

.ptx2 {
    padding-top: 40px;
}

.cen {
    text-align: center;
}

.rel {
    position: relative;
}

#img01 {
    width: 864px;
    height: 1.2em;
    position: absolute;
    top: 950px;
    left: 55px;
    color: #bd0001;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: none;
}

#img01 a {
    color: #006cb9;
    text-decoration: none;
}

#img01 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#img01 span {
    width: 144px;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.imgmap {
    display: block;
    width: 177px;
    height: 1.2em;
    position: absolute;
    bottom: 293px;
    left: 394px;
}

.btn01 {
    position: absolute;
    bottom: 138px;
    right: 0px;
    display: block;
    width: 100%;
}

.btn02 {
    position: absolute;
    bottom: 130px;
    right: 37px;
}

.btn03 {
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
}

.btn03a {
    position: absolute;
    bottom: 23px;
    left: 101px;
}

.btn04 {
    position: absolute;
    bottom: 30px;
    right: 28px;
}

.titles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.titles article {
    width: 48%;
}

article {
    box-shadow: 0 0 0 2px #ba9733, 0 0 0 6px #ffffff, 0 0 0 11px #ba9733;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 60px;
    background: #ffffff;
    width: 100%;
}

article ul.link {
    position: absolute;
    bottom: 19px;
    width: 100%;
}

article ul.link li {
    margin-right: 23px;
    margin-left: 20px;
}

article h2 {
    background: url(../img/hr.png) repeat-x bottom;
    padding-bottom: 10px;
    font-size: 21px;
    min-height: 70px;
}

article h2::before {
    content: url(../img/title_icon.png);
    vertical-align: middle;
    margin-right: 5px;
}

article p {
    min-height: 330px;
}

section.bg02 {
    background-image: url(../img/bg02.png);
}

.intro {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.flexs {
    display: flex;
    justify-content: flex-start;
}

.flexs img {
    height: fit-content;
}

.flexc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexc a {
    display: block;
    width: 100%;
}

.flexc a img {
    max-width: 100%;
}

.flexb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexb a {
    display: block;
    width: 100%;
}

.flexb a img {
    max-width: 100%;
}

.flexc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexa {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flexa li {
    text-align: center;
}

.flexa li a {
    color: #2211af;
    font-weight: bold;
    text-align: center;
}

.flexr {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
}

.flexr li {
    width: 50%;
}

.flexr a {
    display: block;
    width: 100%;
}

.flexr a img {
    max-width: 100%;
}

.wh {
    padding: 0 20px;
    color: #fff;
    font-size: 21px;
}

header #sns {
    padding: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 24%;
}

header #sns li {
    margin-right: 10px;
}

section:after,
article:after,
.cf:after,
#titles article .body:after,
#titles article .body .head:after,
#titles article .body .hr:after {
    content: "";
    clear: both;
    display: block;
}

.list {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 19px;
}

.list span {
    font-size: 20px;
}

.footer ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.footer ul li {
    width: 40%;
    text-align: center;
}

footer .hr {
    min-height: 20px;
    background-color: #006cba;
}

footer .cr {
    background: #be0405;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

.wpflex ul {
    display: flex;
    justify-content: space-between;
}

.wpflex ul li {
    width: 30%;
    margin-bottom: 40px;
}


/**Hover*/

a:hover img,
.wpflex a:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
