body {
    background-color: #fff !important;
}
a {
    color: #333333 !important;
}
section#page-new .img-logo {
    width: 10%;
    margin: 10px 0;
}
section#page-new .content-pages {
    width: 100%;
}

section#page-new .header-text .text-header {
    padding: 20px 0;
    text-align: center;
}
section#page-new .header-text .text-header .text-title {
    text-align: center;
    padding: 30px 0;
    font-weight: 500;
}
section#page-new .header-text .text-header .content-title {
    font-weight: 600;
    padding-bottom: 30px;
}
section#page-new .header-text .text-header .content-title h3 {
    font-weight: 600;
}
section#page-new .header-text .text-header .content-title div {
    font-weight: 600;
    font-size: 18px;
}
section#page-new .header-text .text-header .footer-text {
    font-weight: 300;
    font-size: 13px;
}
section#page-new .header-text hr {
    border: 1px solid #cfcfcf;
    margin: 0;
    padding: 0;
}
section#page-new .group-content {
    margin-top: 30px;
    /*padding-bottom: 80px;*/
}
section#page-new .group-content .content-text .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
section#page-new .group-content .content-text .description {
    font-size: 14px;
}
section#page-new .group-content .content-text img {
    width: 100%;
}
section#page-new .group-content .content-text .left-text {
    float: right;
    padding: 5px 0;
}
section#page-new .clear {
    clear: both;
    margin-bottom: 20px;
}
section .sns_wrap {
    float: left;
    padding: 20px 0;
}
section .sns_wrap li.sns_tw {
    background-color: #2daeea;
}
section .sns_wrap li.sns_fb {
    background-color: #3d5b94;
}
section .sns_wrap li.sns_gp {
    background-color: #e24b39;
}
section .sns_wrap li.sns_li {
    background-color: #06C755;
}
section .sns_wrap a {
    text-decoration: underline;
}
section .sns_wrap a:hover {
    text-decoration: none;
}
section .sns_wrap a:hover img {
    top: -19px;
}
section .sns_wrap li {
    width: 60px;
    float: left;
    margin-right: 10px;
}
section .sns_wrap li a {
    width: 36px;
    display: block;
    padding: 21px 12px 20px;
}
section .sns_wrap li a span {
    width: 36px;
    height: 19px;
    display: block;
    overflow: hidden;
    position: relative;
}
section .sns_wrap li a span img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
}
.relate-news {
    margin-bottom: 100px;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
}
.relate-news .header-title {
    padding: 5px 0 5px 5px;
    background-color: #717171;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.relate-news .item-new {
    margin: 14px 0 10px 0;
    display: block;
    height: 80px;
    overflow: hidden;
}

.relate-news .item-new img {
    width: 100%;
    height: auto;
    padding: 0;
}
.relate-news .item-new .title-new a {
    color: #313934;
    text-decoration: none;
}
.relate-news .item-new .title-new span {
    font-size: 18px;
    color: #333333;
    line-height: 80px;
}
.relate-news hr {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .relate-news .item-new {
        height: 50px;
    }

    .relate-news .item-new .title-new span {
        font-size: 13px;
        line-height: 50px;
    }

    .relate-news .header-title {
        font-size: 14px;
        line-height: 14px;
    }

    .relate-news {
        margin-bottom: 40px;
        margin-top: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    width: auto;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.feature {
    position: relative;
    /*margin-top: 32px;*/
}
.feature_image {
    margin: 10px 20px;
    height: 30vw;
    overflow: hidden;
}
.feature_image a {
    display: block;
}
.feature_image img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .feature_image a {
        transition: opacity 0.4s;
    }
    .feature_image a:hover {
        opacity: 0.6;
        text-decoration: none;
    }
}
.feature_title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
.feature_tag {
    width: 45px;
    z-index: 100;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .feature {
        margin-top: 20px;
    }
    .feature_title {
        padding: 5px 5px;
    }
    .feature_tag {
        width: 35px;
    }
}
.feature_title a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
    .feature_image {
        margin: 10px 0px;
    }
    .feature_title a {
        display: inline-block;
        font-size: 2rem;
    }
}
.feature_category {
    margin-right: 15px;
    font-size: 1.7rem;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .feature_category {
        display: block;
        margin-right: 0;
        font-size: 1rem;
        text-align: left;
    }
}
.feature_text {
    max-width: calc(100% - 115px);
}
.top_artical {
    padding: 10px 20px;
    min-height: 300px;
}

.top_title {
    margin-top: 80px;
}
.dn-Nav {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    transition: visibility 0s 0.6s;
}
.dn-Nav.is-show {
    visibility: visible;
    transition: visibility 0.6s;
}
.dn-Nav_Overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.75);
    content: '';
    transition: opacity 0.4s;
}
.is-show .dn-Nav_Overlay {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_Overlay {
        display: none;
    }

    .top_title {
        margin-top: 20px;
    }
}
.dn-Nav_Inner {
    position: relative;
    z-index: 2;
    width: 36%;
    min-width: 400px;
    height: 100%;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_Inner {
        min-width: 0;
        width: 100%;
    }
}
.dn-Nav_Inside {
    position: relative;
    right: -100%;
    overflow-y: auto;
    height: 100%;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-show .dn-Nav_Inside {
    right: 0;
}
.dn-Nav_Body {
    width: 400px;
    padding: 0 50px 40px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_Body {
        width: 100%;
        padding: 0 25px 70px;
    }
}
.dn-Nav_header {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
.dn-Nav_headerInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    padding: 20px 50px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_headerInner {
        width: 100%;
        padding: 13px 12px;
    }
}
.dn-Nav_Logo {
    width: 95px;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_Logo {
        width: 85px;
    }
}
.dn-Nav_CloseBtn {
    position: absolute;
    right: 20px;
    width: 28px;
    height: 28px;
    font: 40px/100% arial, sans-serif;
    color: #333333;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_CloseBtn {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
}
.dn-Nav_CloseBtn:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '×';
}
.dn-Nav_Buttons {
    display: none;
}
@media only screen and (max-width: 767px) {
    .dn-Nav_Buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e5e5e5;
    }
}
.dn-Nav_Button {
    line-height: 1;
}
.dn-Nav_Button a {
    display: block;
    padding: 10px;
}
.dn-Header_Inner {
    /*background-color: #343c48;*/
    /* 会社概要のページでヘッダー固定がうまくいかない件の解消 */
    /*
    margin: 0 auto;
    padding: 0 20px;
    */
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .dn-Header_Inner {
        width: 100%;
        padding: 0;
    }
    .is-fixed .dn-Header_Inner {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }
}
.dn-Header_Top {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #FFF;
    transition: margin 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 10px 0 0 ;
}
@media only screen and (max-width: 767px) {
    .dn-Header_Top {
        padding: 12px 0 0 0;
        transform: translate3d(0, 0, 0);
    }
    .dn-Header_Top.is-hide {
        margin-top: -62px;
    }
}
.dn-Header_Bottom {
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: -53px;
    height: 40px;
    padding: 0;
	background-color:#FFFFFF;
}
.dn-Header_Bottom.is-show {
    margin-top: 0;
	position: fixed;
	top:0;
	background-color:#fff;
	z-index:9999;
}
.dn-Header.is-articleBottom .dn-Header_Bottom {
    border-bottom: 1px solid #353535;
}
.is-top .dn-Header_Bottom,
.is-special .dn-Header_Bottom {
    border-bottom: 1px solid #353535;
}
.dn-Header_Bottom {
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
    .dn-Header_Bottom {
        transition: margin 0.4s;
    }
    .dn-Header_Bottom.is-show {
	position: static;
    }
}
.dn-Header_Category {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.dn-Header_CategoryItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .dn-Header_CategoryItems {
        margin-left: 0;
    }
}
.dn-Header_CategoryItem,
.dn-Header_CategoryItem-top {
    width: auto;
}
.dn-Header.is-articleBottom .dn-Header_CategoryItem:first-child a,
.dn-Header.is-articleBottom .dn-Header_CategoryItem-top:first-child a {
    position: relative;
    color: #fff;
}
.dn-Header.is-articleBottom .dn-Header_CategoryItem:first-child a:before,
.dn-Header.is-articleBottom .dn-Header_CategoryItem-top:first-child a:before {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: calc(100% - 24px);
    height: 6px;
    background-color: #b42323;
	border-radius:3px;
    content: '';
    transform: translateX(-50%);
}
.dn-Header_CategoryItem a,
.dn-Header_CategoryItem-top a {
    display: block;
    padding: 15px 11px;
    color: #333333;
	font-size: 14px !important;
}
.dn-Header_CategoryItem a:hover,
.dn-Header_CategoryItem-top a:hover {
    text-decoration: none;
}
.dn-Header_CategoryItem a.is-current,
.dn-Header_CategoryItem-top a.is-current {
    position: relative;
    color: #b42323;
}
.dn-Header_CategoryItem a.is-current:before,
.dn-Header_CategoryItem-top a.is-current:before {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: calc(100% - 24px);
    height: 6px;
    background-color: #b42323;
	border-radius:3px;
    content: '';
    transform: translateX(-50%);
}
.is-top .dn-Header_CategoryItem a.is-current:before,
.is-top .dn-Header_CategoryItem-top a.is-current:before,
.is-special .dn-Header_CategoryItem a.is-current:before,
.is-special .dn-Header_CategoryItem-top a.is-current:before {
    bottom: -1px;
}
@media only screen and (min-width: 768px) {
    .dn-Header_CategoryItem a:hover,
    .dn-Header_CategoryItem-top a:hover {
        position: relative;
        color: #b42323;
    }
    .dn-Header_CategoryItem a:hover:before,
    .dn-Header_CategoryItem-top a:hover:before {
        position: absolute;
    bottom: 6px;
        left: 50%;
        width: calc(100% - 24px);
    height: 6px;
        background-color: #b42323;
	border-radius:3px;
        content: '';
        transform: translateX(-50%);
    }
    .is-top .dn-Header_CategoryItem a:hover:before,
    .is-top .dn-Header_CategoryItem-top a:hover:before,
    .is-special .dn-Header_CategoryItem a:hover:before,
    .is-special .dn-Header_CategoryItem-top a:hover:before {
        bottom: -1px;
    }
}
@media only screen and (max-width: 767px) {
    .dn-Header_CategoryItem a,
    .dn-Header_CategoryItem-top a {
        padding: 10px 7px;
        font-size: 14px;
        color: #aaaaaa !important;
    }
    .is-articles .dn-Header_CategoryItem-top a {
        position: relative;
        color: #b42323;
    }
	.dn-Header_Category .dn-Header_CategoryItem a:hover,
	.dn-Header_Category .dn-Header_CategoryItem-top a:hover {
 	   text-decoration: none;
 	   color: #b42323 !important;
		font-weight: bold !important;
	}
	.dn-Header_Category .dn-Header_CategoryItem a.current,
	.dn-Header_Category .dn-Header_CategoryItem-top a.current {
		position: relative;
		color: #b42323 !important;
		font-weight: bold !important;
	}
    .is-articles .dn-Header_CategoryItem-top a:before {
        position: absolute;
    bottom: 6px;
        left: 50%;
        width: calc(100% - 24px);
    height: 6px;
        background-color: #b42323;
	border-radius:3px;
        content: '';
        transform: translateX(-50%);
    }
}
.dn-Header_Nav {
    position: relative;
    padding-left: 25px;
    line-height: 1;
}
.dn-Header_Logo {
    margin-left: auto; 
    margin-right: auto;
	width: 94%;
	max-width: 1200px;
}
.dn-Header_Logo a {
    display: block;
	width: 100px;
    margin-left: auto; 
    margin-right: auto;
}
/*
.chubu .dn-Header_Logo a,
.kanto .dn-Header_Logo a,
.kansai .dn-Header_Logo a,
.hokkaido .dn-Header_Logo a,
.kyushu .dn-Header_Logo a {
	width: 130px;
}
*/
.dn-Header_Logo img {
	width: 100%;
}
.dn-Header_Util {
	position: absolute;
	right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
li.sns_fb {
    background-color: #3d5b94;
}
li.sns_tw {
    background-color: #2daeea;
}
.dn-LodgingList {
    display: block;
}

@media only screen and (max-width: 767px) {
.dn-Header_Logo {
	width: auto;
	padding: calc(12/750*100vw) 0 calc(2/750*100vw) 0;
}
    .dn-Header_Logo a {
        width:calc(180/750*100vw); 
    margin-left: auto; 
    margin-right: auto;
    } 
	/*
	.chubu .dn-Header_Logo a,
	.kanto .dn-Header_Logo a,
	.kansai .dn-Header_Logo a,
	.hokkaido .dn-Header_Logo a,
	.kyushu .dn-Header_Logo a {
        width:calc(205/750*100vw); 
	}
	*/
    .dn-Header_Logo img {
        height: auto; 
        width:100%; 
    }
    .dn-Header_Logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.dn-Header {
    height: 65px;
	margin-bottom: 20px;
}
/*
.chubu .dn-Header,
.kanto .dn-Header,
.kansai .dn-Header,
.hokkaido .dn-Header,
.kyushu .dn-Header {
    height: 95px;
}
*/
.dn-Header_Inner #site_name {
    float: left;
    position: relative;
    margin-top: 0px;
}
.dn-Header_Inner #site_name * {
    color: #fff;
    font-family: "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝B", "ＭＳ Ｐ明朝";
    font-size: 12px;
}
.dn-Header_Inner #site_name *:hover {
    text-decoration: none;
}
.dn-Header_Inner .menu_list {
    padding-top: 30px;
    float: right;
}
.dn-Header_Inner .menu_list li {
    float: left;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden;
}
.dn-Header_Inner .menu_list li:last-child {
    border-right: 1px solid #fff;
}
.dn-Header_Inner .menu_list li img {
    display: block;
    position: relative;
    z-index: 1;
}
.dn-Header_Inner .menu_list li:after {
    content: "";
    display: block;
    position: absolute;
}
.dn-Header_Inner .menu_list li:after {
    width: 100%;
    height: 36px;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
}
.dn-Header_Inner .menu_list li:hover:after {
    left: 0;
}
@media only screen and (min-width: 768px) {
    .dn-Header_Inner {
        margin-bottom: -115px;
    }
    .dn-Header_Inner #site_name > * {
        display: block;
        height: 32px;
        padding-top: 30px;
        padding-left: 140px;
    }
    .dn-Header_Inner #site_name > *:before {
        content: "";
        overflow: hidden;
        text-indent: -9999px;
        display: inline-block;
        background: url("/common/img/site_logo_white.svg") no-repeat center center;
        background-size: contain;
        position: absolute;
        width: 90px;
        height: 48px;
        top: 10px;
        left: 42px;
    }
    .dn-Header_Inner #site_name > * .pc {
        display: block;
    }
    .dn-Header_Inner .menu_list {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .dn-Header {
        height: calc(120/750*100vw);
    }
	/*
	.chubu .dn-Header,
	.kanto .dn-Header,
	.kansai .dn-Header,
	.hokkaido .dn-Header,
	.kyushu .dn-Header {
        height: auto;
	}
	*/
    .dn-Header_Inner {
        margin-bottom:0;
    }
    .dn-Header_Inner #site_name {
        line-height: 50px;
        padding-left: 10px;
    }
    .dn-Header_Inner #site_name * {
        font-size: 10px;
        letter-spacing: -0.05em;
    }
    .dn-Header_Inner #site_name:before {
        content: "";
        position: inherit;
        width: 45px;
        height: 24px;
        background: url("/common/img/site_logo_white.svg") no-repeat center center;
        background-size: contain;
    }
    .dn-Header_Inner #site_name > * {
        padding-left: 5px;
    }
    .dn-Header_Inner #site_name:before,
    .dn-Header_Inner #site_name > * {
        display: table-cell;
        vertical-align: middle;
    }
}

.megamenu,.megamenusp{display: none;}
.megamenu,.megamenusp{position: relative;
height: 0;
margin: 0 5px;}
.megamenu ul,.megamenusp ul{
	padding-top: 10px;
}
.megamenu ul li{float: left;
padding:0 10px 10px 10px;
font-size: 14px;}
.megamenusp ul li{float: left;
padding:0 10px 10px 10px;
font-size: 14px;}
.megamenu ul li a:hover,.megamenusp ul li a:hover{
text-decoration: none;
border-bottom: 1px solid #B42323;}
.megamenu-stories,
.megamenu-column,
.megamenu-notebook,
.megamenu-area,
.megamenu-storiessp,
.megamenu-columnsp,
.megamenu-notebooksp,
.megamenu-areasp{
	position: absolute;
	background-color: #FFF;
	top: -10px;
width: 100%;
z-index: 10002;}
@media only screen and (max-width: 767px) {
.megamenu{display: none;}
.megamenu,.megamenusp{position: relative;
height: 0;
margin: 0;}
.megamenu ul li,.megamenusp ul li{float: none;
padding: 5px 10px;
font-size: 14px;}
.megamenu ul li a,.megamenusp ul li a{
border-bottom: 1px solid #FFF;
display: block;}
.megamenu-stories,
.megamenu-column,
.megamenu-notebook,
.megamenu-area{
	display: none;}
.megamenu-storiessp,
.megamenu-columnsp,
.megamenu-notebooksp,
.megamenu-areasp{
	position: absolute;
	background-color: #FFF;
	top: 0;
width: 100%;
z-index: 10002;}
}


/*mainimgBox*/
.mainimgBox{
  margin:0;
  padding:0;
	height: 460px;
	width: 100%;
	margin-top: 20px;
	position:relative;
}
.chubu .mainimgBox,
.kanto .mainimgBox,
.kansai .mainimgBox{
	margin-top: 0;
}
#slideFilterL,#slideFilterR {
    position:absolute;
    top:0;
    width:100%;
    height:460px;
    opacity:0.4;
    filter:alpha(opacity=40);
    -ms-filter:"alpha( opacity=40 )";
    background:#FFF;
}
#slideFilterL {
	width: 50%;
    left:0;
	margin-left: -315px;
}
#slideFilterR {
	width: 50%;
    right:0;
	margin-right: -315px;
}
.mainimgBox ul li {
  list-style: none;
}
@media only screen and (min-width: 1001px) {
.mainimgBox{
	height: 380px;
  min-width: 630px;
  overflow: hidden;
	}
}
@media only screen and (min-width: 768px) {
.mainimgBox{
	height: 380px;
  overflow: hidden;
	position:relative;
}
.mainimgBox .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
  height: 380px !important;
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}
}
@media only screen and (max-width: 767px) {
.bx-wrapper .bx-prev {
	display: none;
}
.bx-wrapper .bx-next {
	display: none;
}
#slideFilterL,#slideFilterR {
	display: none;
}
}
.mainimgBox a{
	display: block;
	width: 100%;
	height: 380px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
padding: 0;
}
.mainimgBox a p{
	position: absolute;
	bottom: 40px;
	left: 5%;
	width: 90%;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:0px 0px 2px #000000;
}
@media only screen and (max-width: 767px) {
.mainimgBox{
padding: 0;
	height: 280px;
	width: 100%;
	margin: auto;
	margin-top: 30px;
}
.chubu .mainimgBox,
.kanto .mainimgBox,
.kansai .mainimgBox{
	margin-top: 0;
}
.mainimgBox a{
	display: block;
	width: 100%;
	height: 280px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
padding: 0;
}
.mainimgBox a p{
	position: absolute;
	bottom: 40px;
	left: 5%;
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:0px 0px 2px #000000;
}
}

/*mainblock*/
#mainblock{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
#mainblock{
	width: 94%;
	margin: 0 auto 40px;
	display: block;
}
}
.speacer{height: 30px;width: 100%;}
@media only screen and (max-width: 767px) {
.speacer{height: 0px;}
}

/*#leftblock*/
#leftblock{
	max-width: 800px;
	width: 67%;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {
#leftblock{
	width: 100%;
	float: none;
}
}
#leftblock .dn-Header_Bottom {
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 0;
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#leftblock .dn-Header_Bottom.is-show {
    margin-top: 0;
	position: static;
	top:0;
	background-color:#fff;
	z-index:10003;
	width: 100%;
}
#leftblock .dn-Header_CategoryItem a:hover:before,
#leftblock .dn-Header_CategoryItem-top a:hover:before {
	position: absolute;
	bottom: 9px;
	left: 50%;
	width: calc(100% - 24px);
    height: 3px;
	background-color: #b42323;
	border-radius:3px;
	content: '';
	transform: translateX(-50%);
}
.dn-ArticleList{
	width: 100%;
	margin: auto;
}
.dn-ArticleList_Item{
	float: left;
	width: 33.33%;
}
.dn-ArticleList_Item a{
	display: block;
}
.dn-ArticleList_imgover{
    position: relative;
    width: 92%;
	margin: auto;
	height: auto;
	background: #EEE;
}
.dn-ArticleList_imgover:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.dn-ArticleList_img{
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dn-ArticleList_Body{
	padding: 5px 4%;
	height: 6em;
}
.dn-ArticleList_Category p{
	line-height: 1.3em;
	color: #666666;
}
.dn-ArticleList_Title p{
	font-weight: bold;
	color: #000000;
}
@media only screen and (max-width: 767px) {
.dn-ArticleList{
	padding-top: 20px;
}
.dn-ArticleList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dn-ArticleList_Item{
	float: none;
	width: 49%;
	border-bottom: none;
	margin-bottom: calc( 20 / 750 * 100vw);
	padding-bottom: 0;
}
.dn-ArticleList_Item a{
	display: block;
}
.dn-ArticleList_imgover{
	float: none;
    position: relative;
    width: 100%;
	height: auto;
	background: #EEE;
}
.dn-ArticleList_imgover:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.dn-ArticleList_img{
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dn-ArticleList_Body{
	float: none;
	width: 100%;
	padding:5px 0;
	height: auto;
}
.dn-ArticleList_Category p{
	color: #666666;
}
.dn-ArticleList_Title p{
	font-size: 100%;
	color: #000000;
}
}

/*rightblock*/
#rightblock{
	width: 30%;
	position: relative;
}
@media only screen and (max-width: 767px) {
#rightblock{
	width: 100%;
	float: none;
	padding-top: 30px;
}
#rightblock .sideber{
	display: none;
}
}
.sideber_Title{
    height: 29px;
    padding-top: 1px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.sideber_Title p{
	font-size: 14px !important;
}

.sideber .dn-ArticleList{
	margin-bottom: 30px;
}
.sideber .dn-ArticleList_Item{
	float: left;
	width: 96%;
	padding: 0 10px 0 10px !important;
	padding-bottom: 10px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
.sideber_Title{
    height: 30px;
    padding: 0;
	background-color:#FFFFFF;
	margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
}
.sideber_Title p{
	font-size: 14px;
	text-align: center;
}
.sideber .dn-ArticleList{
	border-top: 1px solid #FFFFFF;
	margin-bottom: 30px;
}
.sideber .dn-ArticleList_Item{
	padding: 0 !important;
	padding-bottom: 0 !important;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 0;
    border-bottom: none;
}
}
.sideber .dn-ArticleList_Item a{
	display: block;
}
.sideber .dn-ArticleList_imgover{
	float: left;
    position: relative;
    width: 30%;
	height: auto;
	background: #EEE;
}
.sideber .dn-ArticleList_imgover:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.sideber .dn-ArticleList_img{
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sideber .dn-ArticleList_Body{
	float: left;
	width: 66%;
	padding:0px 2%;
	height: auto;
}


.st-Footer_Inner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 100;
}
@media only screen and (max-width: 767px) {
    .st-Footer_Inner {
        padding: 0;
    }
}
.st-Footer_Top {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
    .st-Footer_Top {
        margin: 0;
        padding: 15px 0;
        background-color: whitesmoke;
    }
}
.st-Footer_Buttons {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .st-Footer_Buttons {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.st-Footer_Button {
    margin-right: 15px;
    line-height: 1;
}
.st-Footer_Button:last-child {
    margin-right: 0;
}
.st-Footer_Button a {
    display: block;
}
@media only screen and (min-width: 768px) {
    .st-Footer_Button a {
        transition: opacity 0.4s;
    }
    .st-Footer_Button a:hover {
        opacity: 0.6;
        text-decoration: none;
    }
}
.top-universal-pagination {
    margin: 0 auto;
}
.top-universal-pagination ul {
    margin: 0;
    padding: 0;
}
.top-universal-pagination ul li {
    display: inline;
    margin: 3px;
    padding: 5px 10px;
    background: whitesmoke;
    color: black;
    margin: 0 auto;
    font-size: 14px;
}
.top-universal-pagination ul li.active:hover {
    cursor: pointer;
    background: #1E8CBE;
    color: white;
}
.top-universal-pagination ul li.inactive {
    background: #7E7E7E;
}
.top-universal-pagination ul li.selected {
    background: #1E8CBE;
    color: white;
}
.top-pagination-nav {
    width: 100%;
    margin: 30px auto;
}
@media only screen and (max-width: 767px) {
    .top-universal-pagination {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 50px;
    }
    .top-universal-pagination ul li {
        font-size: 12px;
    }
}
.loader {
    margin: 100px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(200, 200, 200, 0.2);
    border-right: 1.1em solid rgba(200, 200, 200, 0.2);
    border-bottom: 1.1em solid rgba(200, 200, 200, 0.2);
    border-left: 1.1em solid #b42323;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 767px) {
    .loader {
        margin: 30px auto;
    }
    .loader,
    .loader:after {
        border-radius: 50%;
        width: 6em;
        height: 6em;
    }
}
.area-title {
    font-size: 18px;
    text-align: center;
    line-height: 1.6em;
    color: #333;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}


section#lodging .content-pages .group-content .content-text .title{
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    padding: 20px 0px 10px 0px;
}

section#lodging .content-pages .group-content .content-text .description{
    font-size: 18px;
}

.relate-news .header-title {
    padding: 5px 0 5px 5px;
    background-color: #717171;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}


section#lodging .content-pages .nav-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

section#lodging .content-pages .nav-menu ul li{
    float: left;
}

section#lodging .content-pages .nav-menu ul li a{
    display: block;
    font-size: 15px;
    color: #333333;
    width:auto;
    text-align: center;
    padding: 0px 8px;;
    text-decoration: none;
}

section#lodging .content-pages .nav-menu ul li a:hover{
    color: blue;
}

section#lodging .content-pages .nav-menu ul li a.is-current{
    color: blue;
}

@media only screen and (max-width: 767px) {
    section#lodging .content-pages .nav-menu ul li a{
        font-size: 12px;
    }

    section#lodging .content-pages .group-content .content-text .title{
        font-size: 16px;
    }

    section#lodging .content-pages .group-content .content-text .description{
        font-size: 14px;
    }
}


#plan-button {
    padding: 15px;
    background-color: #2698DB;
    color: white;
    text-align: center;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 18px;
}

#main_body .mapcode {
    display: flex;
}
#main_body .mapcode img {
    width: 70px !important;
    padding-right: 5px;
    padding-top: 5px;
}
#main_body .mapcode a {
    line-height: 30px;
}

@media only screen and (min-width: 768px) {
    #footer_inner {
        border-top: 1px solid #eaeaea;
        padding-top: 50px;
        padding-left: 20px;
    }
}

.group-content .profBox{
	width:90%;
	margin:auto;
}
.group-content .profBox .profImg{
	width:20%;
	max-width:200px;
	float:left;
	margin-right:2%;
}
.group-content .profBox .profName{
	margin-bottom:10px;
}
.group-content .profBox .profTx{
	width:78%;
	float:right;
}
@media only screen and (max-width: 767px) {
.group-content .profBox{
	width:100%;
	margin:auto;
}
.group-content .profBox .profImg{
	width:30%;
	float:left;
	margin-right:2%;
}
.group-content .profBox .profName{
	margin-bottom:10px;
}
.group-content .profBox .profTx{
	width:100%;
	float:none;
	display:inline;
}
}

/*# sourceMappingURL=style.css.map */

/*マップコードテーブル*/
.notebook table{
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.notebook table tr:first-child td {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #61c5bb;
	font-size:12px;
}
.notebook table td {
	padding: 5px;
	vertical-align: top;
}
.notebook table tr:nth-child(even) {
	background: #f3f6f7;
}
.wordsearch{
	margin-bottom:5px;
	font-size:12px;
}
.notebook table img.notebook_logo{
	width:18px !important;
	margin-right:5px;
	display: inline-block;
}
@media only screen and (min-width: 768px){
.wordsearch input[type=text]{
	border:0;
	padding:5px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:0 0 20px 10px;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
}
@media only screen and (max-width: 767px) {
.notebook table { width: 100%; border:none;}
.notebook table tr {
    border-top: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    display: block;
    margin-bottom: 20px;
	width: 100%;
}
.notebook table td {
    border-right: 1px solid #4f4d47;
    border-bottom: none;
    display: block !important;
    padding: 5px;
	font-size:12px;
}
.notebook table tr:first-child { display: none;}
.notebook table tr:nth-child(even) {
	background:none;
}
/* tdのデザイン */
.notebook table td:nth-of-type(1) { background-color: #61c5bb; color: #fff;}
.notebook table td:last-child { border-bottom: 1px solid #4f4d47;}
     
/*td:beforeのデザイン*/
.notebook table td:before {
    background-color: #f5f3ec;
    color: #4f4d47;
    display: block;
}
.notebook table img.notebook_logo{
	width:15px !important;
}
}

/*道の駅詳細*/
.michinoekiDataBox{
	width: 58%;
	float: left;
	margin-right: 2%;
}
.michinoekiOsusume{
	width: 40%;
	float: right;
}
@media only screen and (max-width: 767px) {
.michinoekiDataBox{
	width: 100%;
	margin-bottom: 15px;
}
.michinoekiOsusume{
	width: 100%;
}
}

/***************MAPCODE***************/
.mapcodeBox .c_purple{
	color: #92087F;
	font-weight:bold;
}
.mapcodeBox .c_red{
	color: #B42323;
	font-weight:bold;
}
.mapcodestepimg img,.mapcodestepimgsp img{
	width:100%;
	height:auto;
}
.mapcodeBox .clear {
    clear: both;
}
@media only screen and (min-width: 1081px) {

.mapcodeBox .mapcode_pc{
	display:none !important;
}
/*メニュー*/
	.mapcodeBox{
		width: 1080px;
		margin: 0 auto;
		padding:80px 0;
	}
	.mapcodemaintitleBox{
		padding-bottom: 20px;
		margin-bottom: 40px;
		border-bottom: 1px solid #CCCCCC;
		text-align: center;
	}
	.mapcodemaintitleBox p{
		font-size: 32px;
		font-weight: bold;
	}
	.mapcodeStepBox{
		padding-bottom: 80px;
		margin-bottom: 80px;
		border-bottom: 1px solid #CCCCCC;
	}
	.mapcodestepimg{
		margin-bottom: 20px;
	}
	.mapcodestepimg2{
		width: 15%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.mapcodesteptitle p{
		font-size: 22px;
		font-weight: bold;
	}
	.mapcode_appBox{
		box-sizing: border-box;
		border: 1px solid #CCCCCC;
		padding: 30px 49px;
		width: 840px;
		margin: 0 auto;
		margin-top: 120px;
	}
	.mapcode_appBox img:hover{
		opacity: 0.7;
	}
	.mapcode_app_left{
		width: 180px;
		float: left;
		margin-right: 20px;
	}
	.mapcode_app_right{
		width: 540px;
		float: left;
		padding-top: 10px;
	}
	.mapcode_app_btn{
		width: 120px;
		float: left;
		margin-right: 10px;
	}
	.mapcode_app_btn img{
		width:100%;
		height:auto;
	}
	.mapcode_app_btnBox{
		margin-top: 10px;
	}
	.mapcode_app_title{
		margin-bottom: 5px;
	}
	.mapcode_app_title p{
		font-size: 20px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 750px) {
.mapcodeBox .mapcode_mb{
	display:none !important;
}
/*メニュー*/
	.mapcodeBox{
		width: 85.36%;
		margin: 0 auto;
		padding:60px 0;
	}
	.mapcodemaintitleBox{
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 1px solid #CCCCCC;
		text-align: center;
	}
	.mapcodemaintitleBox p{
		font-size: 28px;
		font-weight: bold;
		line-height: 1.3em;
	}
	.mapcodeStepBox{
		padding-bottom: 60px;
		margin-bottom: 60px;
		border-bottom: 1px solid #CCCCCC;
	}
	.mapcodestepimg{
		margin-bottom: 20px;
	}
	.mapcodestepimg2{
		width: 25%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.mapcodesteptitle p{
		font-size: 22px;
		font-weight: bold;
	}
	.mapcode_appBox{
		box-sizing: border-box;
		border: 1px solid #CCCCCC;
		padding: 20px 29px;
		margin-top: 120px;
	}
	.mapcode_appBox img:hover{
		opacity: 0.7;
	}
	.mapcode_app_left{
		width: 25%;
		float: left;
		margin-right: 2%;
	}
	.mapcode_app_right{
		width: 73%;
		float: left;
		padding-top: 10px;
	}
	.mapcode_app_btn{
		width: 120px;
		float: left;
		margin-right: 10px;
	}
	.mapcode_app_btn img{
		width:100%;
		height:auto;
	}
	.mapcode_app_btnBox{

		margin-top: 10px;
	}
	.mapcode_app_title{
		margin-bottom: 5px;
	}
	.mapcode_app_title p{
		font-size: 18px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 767px) {
.mapcodeBox .mapcode_sp{
	display:none !important;
}
/*メニュー*/
	.mapcodeBox{
		width: 90%;
		margin: 0 auto;
		padding:40px 0;
	}
	.mapcodemaintitleBox{
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #CCCCCC;
	}
	.mapcodemaintitleBox p{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3em;
	}
	.mapcodeStepBox{
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #CCCCCC;
	}
	.mapcodestepimg{
		margin-bottom: 20px;
	}
	.mapcodestepimgsp{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.mapcodestepimg2{
		width: 50%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.mapcodesteptitle p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3em;
		text-align: center;
	}
	.mapcode_appBox{
		box-sizing: border-box;
		border: 1px solid #CCCCCC;
		padding: 20px 29px;
		margin-top: 80px;
	}
	.mapcode_appBox img:hover{
		opacity: 0.7;
	}
	.mapcode_app_left{
		width: 60%;
		margin: 0 auto;
	}
	.mapcode_app_btn{
		width: 60%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.mapcode_app_btn img{
		width:100%;
		height:auto;
	}
	.mapcode_app_btnBox{
		margin-top: 10px;
	}
	.mapcode_app_title{
		margin-bottom: 5px;
	}
	.mapcode_app_title p{
		font-size: 16px;
		font-weight: bold;
	}
}
.mapimage img{
	width: 100%;
	height: auto;
}
.bnr_footer{
	width: 336px;
	height: 280px;
}
.bnr_footer img{
	width: 100%;
	height: auto;
}
@media(max-width: 767px) {
.bnr_footer{
	width: 80vw;
	margin: 3vw auto 0;
	max-width: 336px;
	max-height: 280px;
}
.bnr_footer img{
	width: 100%;
	height: auto;
}
}

/*　2019.12追加　*/
@media(min-width: 961px) {
	.sp_only{
		display: none;
	}
	.sp_tb{
		display: none;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.sp_only{
		display: none;
	}
	.sp_tb{
		display: block;
	}
}
@media(max-width: 767px) {
	.sp_tb{
		display: block;
	}
	.pc_only{
		display: none !important;
	}
}
.ttl_news_index{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	height: 46px;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 0;
}
.ttl_news_index span{
	font-size: 16px;
}
.ttl_machinabi_index{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	height: auto;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 0;
}
.btn_news_index{
	display: block;
	width: 200px;
	height: 35px;
	margin-left: auto;
	line-height: 35px;
	text-align: center;
	background: #FF0000;
	color: #ffffff!important;
	border-radius: 3px;
	transition: .3s;
}
.btn_news_index:hover{
	opacity: 0.7;
	transition: .3s;
	text-decoration: none;
}
@media(max-width: 767px) {
.btn_news_index{
	display: none;
	}
	.current{color: #ff0000!important;}
}
#mainblock .link_aboutmapcode a{
	display: none;
}
#mainblock .link_aboutmapcode.on a{
	display: inline-block;
}
#mainblock .dn-ArticleList p.link_aboutmapcode{
	padding: 20px 0 20px 10px;
}
#mainblock .dn-ArticleList p.link_aboutmapcode a{
	display: inline-block;
}
@media(max-width: 767px) {
#mainblock .dn-ArticleList p.link_aboutmapcode{
	padding: calc(20/750*100vw) 0 calc(20/750*100vw) 0;
}
}
.sideber .bnr_mapcode{
	width: 100%;
	margin-bottom: 40px!important;
}
.sideber .bnr_mapcode img{
	width: 100%;
}
@media(max-width: 767px) {
	#glt-translate-trigger {
		top:auto!important;
		bottom:0px!important;
	}
	.tool-container.tool-top{
		top:auto!important;
		bottom:50px!important;
		
	}
	.tool-container.tool-top .arrow {
		border-color: #e9e5e5 transparent transparent!important;
    	top: auto!important;
    	bottom: -14px!important;
	}
}
/*コロナ対策テキスト*/
.content-text .txt_note{
	padding: 1.5em;
	background: #F8F8F8;
	border-radius: 15px;
	margin-bottom: 20px;
}
.content-text .txt_note strong{
	font-weight: bold;
	font-size: 120%;
}

.snsBox{
	width: 100%;
}
.snsBox.pc{
	display: flex;
	flex-wrap: wrap;
}
.snsBox .trigger{
	width: 100%;
}
.snsBox .sns_fb,.snsBox .sns_ig{
	width: calc(60/360*100%);
	margin:6px calc(6/360*100%);
}
.snsBox .sns_line{
	width: calc(193/360*100%);
	margin:6px 0 6px calc(6/360*100%);
}
.snsBox .google_translation{
	width: 50%;
	margin:6px 0 6px calc(6/360*100%);
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.snsBox.pc{
		display: flex!important;
		flex-wrap: wrap;
		justify-content:center;
	}
	.snsBox .txt_center{
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.snsBox .google_translation{
		width: 100%;
		margin:20px auto 0;
		padding: 0 calc(50% - 80px);
		display: block;
	}
	.background{
		padding-top:0;
	}
	.background2{
		position: relative;
	}
	.background2 #leftblock{
		padding-top: 275px;
	}
	.megamenusp ul li{float: none;
		padding: 5px 3%;
		font-size: 14px;
	}
	.mainimgBox.list_sp_main{
		padding: 0;
		height: 280px;
		width: 100%;
		margin: auto;
		margin-top: 0;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
	}
	.mainimgBox.list_sp_main a{
		display: block;
		width: 100%;
		height: 280px;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0;
	}
	.mainimgBox.list_sp_main a p{
		position: absolute;
		bottom: 20px;
		left: 5%;
		width: 90%;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-shadow:0px 0px 2px #000000;
	}
}


/*総合トップ*/
#Topblock{
	max-width: 800px;
	width: 67%;
	margin: auto;
	padding-bottom: 100px;
}
.txt_col_r{
	font-size: 20px;
	line-height: 2em;
	color: #E70012;
	text-align: center;
	font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
}
.txt_center{
	text-align: center;
}
.link_logo01{
	position: absolute;
	width: 13%;
	top: 4%;
	right: 25%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo02{
	position: absolute;
	width: 13%;
	top: 25%;
	right: 25%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo03{
	position: absolute;
	width: 18%;
	top: 70%;
	right: 1%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo04{
	position: absolute;
	width: 18%;
	top: 80%;
	right: 24%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo05{
	position: absolute;
	width: 18%;
	top: 45%;
	right: 52%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo06{
	position: absolute;
	width: 13%;
	top: 51%;
	right: 80%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo07{
	position: absolute;
	width: 13%;
	top: 91%;
	right: 52%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo08{
	position: absolute;
	width: 13%;
	top: 80%;
	right: 100%;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.8));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
}
.link_logo01 p,
.link_logo02 p,
.link_logo06 p,
.link_logo07 p,
.link_logo08 p{
	padding-top: 5px;
	font-size: 90%;
	line-height: 1.3em;
}
.link_logo03 p,
.link_logo04 p,
.link_logo05 p{
	padding-top: 5px;
	line-height: 1.3em;
}
.link_logo03 a,
.link_logo04 a,
.link_logo05 a{
	opacity: 1;
	transition: .3s;
}
.link_logo03 a:hover,
.link_logo04 a:hover,
.link_logo05 a:hover{
	opacity: 0.7;
	transition: .3s;
}
@media(min-width: 768px) and (max-width:1000px) {
.txt_col_r{
	font-size: 16px;
}
.link_logo01,
.link_logo02,
.link_logo06,
.link_logo07,
.link_logo08{
	width: 15%;
}
.link_logo03,
.link_logo04,
.link_logo05{
	width: 19%;
}
.link_logo01 p,
.link_logo02 p,
.link_logo06 p,
.link_logo07 p,
.link_logo08 p{
	padding-top: 5px;
	font-size: 80%;
}
}
@media only screen and (max-width: 767px) {
#Topblock{
	width: 100%;
	float: none;
	padding-bottom: 80px;
}
.txt_col_r{
	font-size: 100%;
	margin-bottom: 20px;
}
.link_logo01{
	position: absolute;
	width: 13%;
	top: 4%;
	right: 25%;
}
.link_logo02{
	position: absolute;
	width: 13%;
	top: 22%;
	right: 25%;
}
.link_logo03{
	position: absolute;
	width: 18%;
	top: 70%;
	right: 1%;
}
.link_logo04{
	position: absolute;
	width: 18%;
	top: 80%;
	right: 24%;
}
.link_logo05{
	position: absolute;
	width: 18%;
	top: 45%;
	right: 52%;
}
.link_logo06{
	position: absolute;
	width: 13%;
	top: 51%;
	right: 80%;
}
.link_logo07{
	position: absolute;
	width: 13%;
	top: 91%;
	right: 52%;
}
.link_logo08{
	position: absolute;
	width: 13%;
	top: 97%;
	right: 78%;
}
.link_logo01 p,
.link_logo02 p,
.link_logo06 p,
.link_logo07 p,
.link_logo08 p{
	font-size: calc(10/750*100vw);
}
.link_logo03 p,
.link_logo04 p,
.link_logo05 p{
	font-size: calc(12/750*100vw);
}
	.pc_only{
		display: none;
	}
}
.bg_top{
	background: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 150px;
	margin-bottom: 50px;
}
.top_logo2{
	width: 100%;
	max-width: 600px;
	margin:0 auto 30px;
	padding: 100px 0 30px;
	border-bottom: solid 1px #eaeaea;
}
.top_logo2 img{
	width: 100%;
	height: auto;
}
.top_catch{
	text-align: center;
	line-height:21px;
	margin-bottom:40px;
	font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
	font-size:21px;
	letter-spacing:-0.02em;
	color:#343c48;
	font-weight: bold;
}
.txt_read{
	font-size: 133%;
	margin-bottom: 60px;
}
.mapimage{
	padding-top: 40px;
	position: relative;
}
.txtbox_main01{
	width: 60%;
	position: absolute;
	top: 50px;
}
.ttl_select10{
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 10px;
}
.txt_select10{
}
@media(min-width: 768px) and (max-width:1140px) {
.txtbox_main01{
	width: 100%;
	position: static;
}
.txtbox_main01.sp_only{
	display: block!important;
}
.txtbox_main01.pc_only{
	display: none!important;
}
}
@media only screen and (max-width: 767px) {
	.bg_top{
		background: url(../img/bg_top.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}
	.top_logo2{
		width: 96%;
		max-width: 96%;
		margin:0 auto 30px;
		padding: 50px 0 30px;
		border-bottom: solid 1px #eaeaea;
	}
	.top_logo2 img{
		width: 100%;
		height: auto;
	}
	.top_catch{
		text-align: left;
		display:inline-block;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
		position:relative;
		font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
		font-size:18px;
		letter-spacing:-0.02em;
		color:#343c48;
		line-height:1.6;
	}
	.txt_read{
		font-size: 100%;
		margin-bottom: 1em;
	}
	.mapimage{
		padding-top: 0;
		width: 100%;
	}
	.txtbox_main01{
		position: static;
		width: 100%;
	}
	.ttl_select10{
		font-size: 18px;
		margin: 20px 0 10px;
	}
	.txt_select10{
		margin-bottom: 20px;
	}
}
.bnr_writer{
	margin:0 auto 30px;
}
.bnr_writer img{
	width: 100%;
}

/*検索フォーム*/
.my_searchform input{
	padding: 0;
	width: calc(100% - 4px);
	margin-bottom: 5px;
}
.my_searchform select{
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
}
.my_searchform input#submit{
	width: 100%;
	line-height: 1;
	padding: 5px;
	letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
	.sideber_Title_search{
		height: 30px;
		padding: 0;
		background-color:#FFFFFF;
		border-bottom: 1px solid #cccccc;
		margin-bottom: 10px;
	}
	.my_searchform input{
		padding: 0;
		width: calc(100% - 4px);
		height: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.my_searchform select{
		padding: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.my_searchform input#submit{
		width: 100%;
		height: 40px;
		line-height: 35px;
		padding: 0 5px;
		letter-spacing: .1em;
	}
}
.cky-btn-revisit-wrapper{
	display: none !important;
}

/*ヘッダ*/
#header{
	position: relative;
	z-index: 10000;
}
.header_flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding:calc(40/1920*100vw) calc(40/1920*100vw) calc(20/1920*100vw);
	position: relative;
}
.header_top{
	width: calc(700/1920*100vw);
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.head_logo{
	width: calc(100/1920*100vw);
}
.head_logo a {
    display: block;
	width: calc(100/1920*100vw);
	height: calc(52/1920*100vw);
}
.head_logo a img {
	width: 100%;
}
.head_catch{
	width: calc(580/1920*100vw);
	padding-top: calc(22/1920*100vw);
	font-size: calc(16/1920*100vw);
}

.flex_gnav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.gnav {
	width: calc(1000/1920*100vw);
}
.gnav > ul > li {
	position: relative;
	padding-bottom: calc(5/1920*100vw);
}
.gnav > ul > li > a{
	position: relative;
	display: block;
	padding-top: calc(22/1920*100vw);
	font-size: calc(16/1920*100vw);
	letter-spacing: .1em;
	text-align: center;
	transition: .3s;
	text-decoration: none;
}
.gnav > ul > li > a span{
	display: block;
}
.gnav > ul > li > a span.ja{
}
.gnav > ul > li > a:after{
	content: "";
	display: block;
	width: calc(40/1920*100vw);
	height: calc(3/1920*100vw);
	background: #D71318;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: .3s;
}
.gnav > ul > li > a.active:after,
.gnav > ul > li > a:hover:after,
.gnav > ul > li > a.open:after{
	opacity: 1;
	transition: .3s;
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: calc(400/1920*100vw);
	background: rgba(250,250,250,0.8);
	z-index: 10000;
	padding: calc(25/1920*100vw) calc(30/1920*100vw) calc(25/1920*100vw);
}
.gnav .nav_sub li {
	font-size: calc(16/1920*100vw);
	color: #999999;
}
.gnav .nav_sub li a{
	color: #000000;
}
@media(min-width: 768px) and (max-width:1599px) {
	.header_flex{
		padding:calc(40/1599*100vw) calc(40/1599*100vw) calc(20/1599*100vw);
	}
	.header_top{
		width: calc(570/1599*100vw);
		display:-webkit-box;
		display:-ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.head_logo{
		width: calc(100/1599*100vw);
	}
	.head_logo a {
		display: block;
		width: calc(100/1599*100vw);
		height: calc(52/1599*100vw);
	}
	.head_catch{
		width: calc(460/1599*100vw);
		padding-top: calc(22/1599*100vw);
		font-size: calc(16/1599*100vw);
	}
	.gnav {
		width: calc(880/1599*100vw);
	}
	.gnav > ul > li > a{
		padding-top: calc(22/1599*100vw);
		font-size: calc(16/1599*100vw);
	}
	.gnav > ul > li > a:after{
		width: calc(40/1599*100vw);
		height: calc(3/1599*100vw);
	}
	.gnav .nav_sub {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: calc(450/1920*100vw);
		background: rgba(250,250,250,0.8);
		z-index: 10000;
		padding: calc(25/1920*100vw) calc(30/1920*100vw) calc(25/1920*100vw);
	}
	.gnav .nav_sub li {
		font-size: calc(16/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.header_flex{
		padding:calc(40/1599*100vw) calc(40/1599*100vw) calc(20/1599*100vw);
	}
	.header_top{
		width: 100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin-bottom: calc(20/1599*100vw);
	}
	.head_logo{
		width: calc(100/1299*100vw);
	}
	.head_logo a {
		display: block;
		width: calc(100/1299*100vw);
		height: calc(52/1599*100vw);
	}
	.head_catch{
		width: calc(100% - (100/1299*100vw));
		padding-top: calc(22/1299*100vw);
		font-size: calc(16/1299*100vw);
	}
	.gnav {
		width: calc(800/1299*100vw);
		margin-left: auto;
	}
	.gnav > ul > li > a{
		padding-top: calc(22/1299*100vw);
		font-size: calc(16/1299*100vw);
	}
	.gnav > ul > li > a:after{
		width: calc(40/1299*100vw);
		height: calc(3/1299*100vw);
	}
	.gnav .nav_sub {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: calc(450/1299*100vw);
		background: rgba(250,250,250,0.8);
		z-index: 10000;
		padding: calc(25/1299*100vw) calc(30/1299*100vw) calc(25/1299*100vw);
	}
	.gnav .nav_sub li {
		font-size: calc(18/1299*100vw);
	}
}
@media only screen and (max-width: 767px) {
	.header_flex{
		position: relative;
		padding:3vw 3.2vw 0;
	}
	.header_top{
		width: calc(650 / 750 * 100vw);
	}
	.head_logo{
		width: calc(150/750*100vw);
	}
	.head_logo a {
		width: calc(150/750*100vw);
		height: calc(80/750*100vw);
	}
	.head_logo a img{
		width: 100%;
	}
	.head_catch{
		width: auto;
		text-align: left;
		padding-top: calc(25/750*100vw);
		font-size: calc(20/750*100vw);
		margin-right: auto;
	}
	.gnav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(80 / 750 * 100vw);
		width: calc(80 / 750 * 100vw);
		background: #D71318;
		z-index: 10000;
		outline: none;
		border: none;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
		font-size: 16px;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px dotted #333;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		border-bottom: 1px dotted #333;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px dotted #333;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #D71318;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
	}
	.gnav_sp .nav_sub {
		background: rgba(245,245,245,.9);
		display: none; /* クリックで開閉させる場合はコメント解除 */
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
		padding:calc(20/750*100vw) 0 calc(20/750*100vw) calc(21/750*100vw);
		border-bottom: solid 1px #ffffff;
		width: 100%;
		font-size: 93.75%;
		white-space: nowrap;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 0;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
	}
	.gnav_sp .nav_sub ul li a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(18 / 750 * 100vw) solid #D71318;
		border-top: calc(10 / 750 * 100vw) solid transparent;
		border-bottom: calc(10 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
	
	.icn_search{
		position: absolute;
		top: 3vw;
		right: calc(120 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		width: calc(80 / 750 * 100vw);
	}
	.icn_search img{
		width: 100%;
		height: auto;
	}
	.box_search{
		width: 94%;
		margin: auto;
	}
}
.flex_arealistBtn{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex_arealistBtn a{
	display: block;
	width: calc(48% - 60px);
	height: 45px;
	background: url(../img/icn_area1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 45px;
	padding-left: 60px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.flex_arealistBtn a{
		display: block;
		width: calc(48% - 80px);
		height: 60px;
		background: url(../img/icn_area1.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		line-height: 60px;
		padding-left: 80px;
		margin-bottom: 10px;
	}
}
.flex_arealistBtn a:nth-child(2){
	background: url(../img/icn_area2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flex_arealistBtn a:nth-child(3){
	background: url(../img/icn_area3.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flex_arealistBtn a:nth-child(4){
	background: url(../img/icn_area4.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flex_arealistBtn a:nth-child(5){
	background: url(../img/icn_area5.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flex_arealistBtn a:nth-child(6){
	background: url(../img/icn_area6.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flex_arealistBtn a:nth-child(7){
	background: url(../img/icn_area7.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.flex_arealistBtn a:nth-child(8){
	background: url(../img/icn_area8.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.box_bnr01{
	margin-top: 20px;
}
.box_bnr02{
	margin-bottom: 20px;
}
.box_bnr03{
	margin-bottom: 20px;
}