@charset "utf-8";
html{
    font-size: 62.5%;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.in1200{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.in870{
    width: 870px;
    margin-left: auto;
    margin-right: auto;       
}
.in720{
    width: 720px;
    margin-left: auto;
    margin-right: auto;    
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.bold{
    font-weight: bold;
}

.bg_brown{
    background-color: #321812;
}
.bg_red{
    background-color: #e73828; 
    color: #fff;
}
.bg_gray{
    background-color: #ccc;
}
.brown{
    color: #321812;
}
.red{
    color: #e73828;
}
.box_link{
    text-align: center;
    clear: both;
    font-size: 12px;
}
.box_link a{
    display: inline-block;
    width: 390px;
    margin: 20px auto;
    padding: 15px 0;
    border: 3px solid #ccc;
    text-decoration: none;
    color: #321812;
    box-sizing: border-box;
    transition: 0.5s;
}
.box_link a:hover{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
/*
.paper-raise {
    text-decoration: none;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 250ms linear;
    box-shadow: 0px 3px 11px rgba(31, 31, 31, 0.5);
}
.paper-raise:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paper-raise:hover {
    background-color: #fff;
    color: #e73828;
}
*/
.underline{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.underline:after{
    content: '';
    width: 40px;
    border: 2px solid #fff;
    height: 0px;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.bg_fff .underline:after{
    border-color: #321812;
}
.underdashed:after{
    content: '';
    width: 50px;
    border-top: 1px dashed #321812;
    display: block;
    margin-top: 20px;
}
.more{
    
}

.line-in{
	position: relative;
	display: inline-block;
	transition: .3s;
    margin-left: 1em;
    line-height: 2;
}
.line-in::after{
    position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ccc;
	transition: .3s;
}
.line-in:hover::after {
	width: 100%;
}

.topbanner .in870{
    background-color: #f2f2f2;
    border: 5px solid #ccc;
    font-size: 31px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    box-sizing: border-box;
}
.topbanner .in870:hover{
    background-color: #fff;
}
.topbanner .in870 .sub{
    font-size: 14px;
    padding-top: 10px;
}
.topbanner .ribon{
    position: absolute;
    top: -5px;
    left: 5%;
}
.topbanner a{
    text-decoration: none;
    color: #321812;
}

.post_list li{
    font-size: 14px;
    line-height: 3;
}
.post_list li a{
    text-decoration: none;
}
.post_list li .date{
    padding-right: 1em;
}
.gmenu{
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #e6e6e6;
    display: block;
}
.gmenu a{
    color: #321812;
    text-decoration: none;
}
.gmenu ul {
    float: right;
    display: block;
}
.gmenu ul li{
    float: left;
    font-size: 14px;
    padding-left: 1em;
    padding-right: 1em;
}
.gmenu ul li:after{
    content: '　/';
}
#menu-item-15:after{
    content: '';
}
#menu-item-119,
#menu-item-120,
#menu-item-121{
    display: none;
}
.footer .entry_area{
    text-align: center;
    overflow: hidden;
}
.footer .entry_area a{
    color: #fff;
    text-decoration: none;
    padding-top: 80px;
    padding-bottom: 80px;    
    display: block;
    box-sizing: border-box;
    transition: 0.5s;    
}
.footer .entry_area:hover a{
    background-color: #4d4d4d;
}
.footer .entry_area h2{
    font-size: 20px;
}
.footer .seo_area {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.footer .seo_area .left{
    width: 27%;
}
.footer .seo_area .right{
    width: 68%;
    font-size: 11px;
    line-height: 2;
    text-align: justify;
}
.footer .seo_area .footer_menu{
    margin-top: 15px;
}
.footer .seo_area .footer_menu li{
    float: left;
}
.footer .seo_area .footer_menu li a{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
    transition: all 0.2s linear;
}
.footer .seo_area .footer_menu li a:hover{
    border-bottom: 1px solid #ccc;    
}
    
.footer .seo_area .footer_menu li:after{
    content: '　|　';
}
.footer .seo_area .footer_menu ul li:last-child:after{
    content: '';
}
.footer .bottom_area{
    clear: both;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e6e6e6;
    overflow: hidden;
}
.footer .bottom_area .left{
    width: 27%;
}
.footer .bottom_area .right{
    width: 68%;
    line-height: 2;
}
.footer .bottom_area .info{
    overflow: hidden;
    border-bottom: 3px solid #ccc;
    padding-bottom: 40px;   
    font-size: 11px;
}
.footer .bottom_area .sns .twitter{
    margin-top:5px;
    background-color: #63aeee;
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
}
.footer .bottom_area .sns .facebook{
    margin-top: 5px;
    background-color: #3b5998;
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;    
}

.footer .bottom_area .sponsors{
    padding-top: 50px;
    clear: both;
}
.footer .bottom_area .sponsors .right{
/*    background-color: white;*/
}
.footer .bottom_area .sponsors .right a{
    text-decoration: none;
}
.footer .bottom_area .sponsors .right a:visited{
    color: #000;
}
.footer .bottom_area .sponsors .right li{
    background-color: white;
    margin: 4px 0;
    padding: 10px;
    border: solid 1px #cccccc;
}
.footer .bottom_area .sponsors .right li img{
    max-height: 40px;
}
.footer .bottom_area .sponsors .sponsors_list{
    padding: 8px;
    font-size: 16px;
    vertical-align: text-top;
}
.footer .bottom_area .sponsors h2{
    font-size: 20px;
    
}
.footer .bottom_area .sponsors_list .log{
    width: auto;
    height: 70px;
}
/*
.footer .bottom_area .sponsors_list .log.nisa{
    width: auto;
    height: 40px;
}
*/
.footer .bottom_area .title{
    font-size: 11px;
}
.footer .bottom_area .sponsors .left{
    font-size: 12px;
}
.footer .bottom_area .sponsors_list{
    font-size: 13px;
}
.footer .copyright{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.footer .copyright a{
    text-decoration: none;
    color: #000;
}

#gotop{
    position: fixed;
    right: 10%;
    bottom: 30px;
    display: none;
}
#gotop:hover{
    cursor: pointer;
}
.side_link{
    position: fixed;
    right: -5px;
    top: 300px;
}
.side_link li{
    margin-bottom: 10px;
    position: relative;
    right: 0;
    transition: all 0.2s linear;
}
.side_link li:hover{
    right: 5px;
}
.hexagon {
  position: relative;
  width: 85px; 
  height: 49.07px;
  background-color: #f2e531;
  margin: 24.54px 0;
    transition: all 0.2s linear;
        font-size: 16px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    transform:  rotate(90deg);    
}
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 42.5px solid transparent;
  border-right: 42.5px solid transparent;
    transition: all 0.2s linear; 
    left: 0;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 24.54px solid #f2e531;
}

.hexagon:after {
  top: 100%;
    left: 0;
  width: 0;
  border-top: 24.54px solid #f2e531;
}
.hexagon:hover{
    background-color: #321812;
    color: #f2e531;
}
.hexagon:hover:before{
  border-bottom: 24.54px solid #321812;
}
.hexagon:hover:after{
  border-top: 24.54px solid #321812;
}

@media screen and (max-width:1200px){
    .in1200{
        width: 100%;
    }
    .footer .seo_area .left img{
        width: 100%;
    }
    .footer .bottom_area .left img{
        width: 100%;
    }
}

@media screen and (max-width:870px){
    .in870{
        width: 93%;
    }
}

@media screen and (max-width:767px){
    .in720{
        width: 90%;
    }
    .underline:after{
        margin-top: 12px;
    }
    .gmenu{
        position: absolute;
        top: 0;
        background-color: transparent;
        height: auto;
        z-index: 10;
    }
    .gmenu ul{
        float: none;
        display: none;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #f2f2f2;        
    }
    .gmenu ul li{
        display: block;
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
        border-bottom: 1px dashed #fff;
    }
    .gmenu ul li:after{
        content: '';
    }
    .gmenu a{
        display: inline-block;
        width: 100%;
    }
    #menu-item-119,
    #menu-item-120,
    #menu-item-121{
        display: block;
    }
    
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: absolute;
        width: 30px;
        height: 24px;
        right: 5%;
        top: 15px;
        z-index: 12;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #321812;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
    
    .side_link{
        display: none;
    }
    .topbanner .in870{
        font-size: 20px;
    }
    .topbanner p{
    }    
    .topbanner .ribon{
        left: 2%;    
        width: 6%;
    }    
    .box_link a{
        width: 50%;
        width: 50%;
    }
    .post_list li{
        line-height: 2;
        padding-bottom: 20px;
    }
    .post_list li:last-child{
        padding-bottom: 0;
    }
    .footer .seo_area{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .seo_area .text{
        display: none;
    }
    .footer .seo_area .footer_menu{
        margin-top: 0;
    }
    .footer .bottom_area{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .bottom_area .left {
        width: 100%;
        margin-bottom: 10px;
    }    
    .footer .bottom_area .left img{
        width: auto;
        max-width: 100%;
    }
    .footer .bottom_area .right{
        width: 100%;   
    }
    .footer .bottom_area .info{
        padding-bottom: 20px;
    }
    .footer .bottom_area .sponsors{
        padding-top: 20px;
    }
    #gotop{
        right: 4%;
    }
    #gotop img{
        width: 60px;
    }
}