﻿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;
    margin-bottom: 20px;
}
section#page-new .clear {
    clear: both;
    margin-bottom: 20px;
}
.sns_wrap {
    float: left;
    padding: 20px 0;
}
.sns_wrap li.sns_tw {
    background-color: #2daeea;
}
.sns_wrap li.sns_fb {
    background-color: #3d5b94;
}
.sns_wrap li.sns_gp {
    background-color: #e24b39;
}
.sns_wrap li.sns_li {
    background-color: #06C755;
}
.sns_wrap li.sns_x {
    background-color: #000000;
}
.sns_wrap a {
    text-decoration: underline;
}
.sns_wrap a:hover {
    text-decoration: none;
}
.sns_wrap a:hover img {
    top: -19px;
}
.sns_wrap li {
    width: 60px;
    float: left;
    margin-right: 10px;
}
.sns_wrap li a {
    width: 36px;
    display: block;
    padding: 21px 12px 20px;
}
.sns_wrap li a span {
    width: 36px;
    height: 19px;
    display: block;
    overflow: hidden;
    position: relative;
}
.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 12px 0 12px;
        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%;
    height: 40px;
    padding: 0;
	background-color:#FFFFFF;
}
.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: 9px;
    left: 50%;
    width: calc(100% - 24px);
    height: 3px;
    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: 3px;
        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: auto;
		margin-bottom: 0;
    }
	/*
	.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;
        height: 50px;
    }
    .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{display: none;}
.megamenusp,.megamenu-storiessp,.megamenu-columnsp,.megamenu-areasp{display: none!important;}
.megamenu{position: relative;
height: 0;
margin: 0 5px;}
.megamenu ul{
	padding-top: 10px;
}
.megamenu ul li{float: left;
padding:0 10px 10px 10px;
font-size: 14px;}
.megamenu ul li a:hover{
text-decoration: none;
border-bottom: 1px solid #B42323;}
.megamenu-stories,
.megamenu-column,
.megamenu-notebook,
.megamenu-area{
	position: absolute;
	background-color: #FFF;
	top: -10px;
width: 100%;
z-index: 10002;}
@media only screen and (max-width: 767px) {
.megamenu{position: relative;
	width: 100%;
height: 0;
margin: 0;}
.megamenu ul li{float: none;
padding: 5px 10px;
font-size: 14px;}
.megamenu ul li a{
border-bottom: 1px solid #FFF;
	display: block;}
.megamenu-stories,
.megamenu-column,
.megamenu-notebook,
.megamenu-area{
	position: absolute;
	background-color: #FFF;
	top: -6px;
width: 100%;
z-index: 10002;}
}


/*mainimgBox*/
.mainimgBox{
  margin:0;
  padding:0;
	height: 460px;
	width: 100%;
	margin-top: 20px;
}
.chubu .mainimgBox,
.kanto .mainimgBox,
.kansai .mainimgBox{
	margin-top: 0;
}
.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;
}
.mainimgBox .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
  height: 380px !important;
  /*z-index: 1;*/
}
.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;
}
}
.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: 260px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
}
.chubu .mainimgBox,
.kanto .mainimgBox,
.kansai .mainimgBox{
	margin-top: 0;
}
.mainimgBox a{
	display: block;
	width: 100%;
	height: 260px;
	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;
}
@media only screen and (max-width: 767px) {
#mainblock{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 40px;
	display: block;
}
}
.speacer{height: 10px;}
.speacer_area{height: 30px;}
@media only screen and (max-width: 767px) {
.speacer{height: 10px;}
.speacer_area{height: 30px;}
}
.speacer2{height: 1px;}
@media only screen and (max-width: 767px) {
.speacer2{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 ul{
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:start;
}
.dn-ArticleList .footer_site_map_wrap ul{
	margin-bottom: 20px;
	display: block;
}
.dn-ArticleList_Item{
	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: 0;
}
.dn-ArticleList_Item{
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.dn-ArticleList_Item a{
	display: block;
}
.dn-ArticleList_imgover{
	float: left;
    position: relative;
    width: 30%;
	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: left;
	width: 66%;
	padding:2px 2%;
	height: auto;
}
.dn-ArticleList_Category p{
	color: #666666;
}
.dn-ArticleList_Title p{
	font-size: 128%;
	font-weight: bold;
	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;
}

.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 .title2{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    padding: 20px 0px 10px 0px;
}

section#lodging .content-pages .group-content .content-text .description{
    font-size: 18px;
	line-height: 156%;
}

.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 .title2{
		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%;
	padding-top: 30px;
	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{
	margin-bottom: 40px;
	
}
/*マップコードテーブル*/
.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 0 5px 1%;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #61c5bb;
	font-size:12px;
}
.notebook table td {
	padding: 5px 0 5px 1%;
	vertical-align: top;
}
.notebook_kenmei{
	width: 7%;
}
.notebook_michinoeki{
	width: 26%;
}
.notebook_mc{
	width: 18%;
}
.notebook_add{
	width: 30%;
}
.notebook_tel{
	width: 15%;
}
.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%;
}
}

@media only screen and (max-width: 767px) {
.content-text .title{
	font-size: 128%;
	font-weight: bold;
	margin-bottom: 15px;
}
.content-text .title2{
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 15px;
}
.description,
.address,
.phone,
.mapcode{
	font-size: 115%;
	margin-bottom: 15px;
}
.background{
	padding-top: 30px;
}
	#mainblock{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

.two_column{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.two_column .two_column_wrap:nth-child(odd) {
	margin:0 2% 20px 0;
    list-style:none;
	width: 48%;
}
.two_column .two_column_wrap:nth-child(even) {
	margin:0 0 20px 2%;
    list-style:none;
	width: 48%;
}
@media only screen and (max-width: 767px) {
.two_column .two_column_wrap:nth-child(odd) {
	margin:0 0 20px 0;
    list-style:none;
	width: 100%;
}
.two_column .two_column_wrap:nth-child(even) {
	margin:0 0 20px 0;
    list-style:none;
	width: 100%;
}
}
.two_column_wrap .photo img{
	width: 100%;
	height: auto;
}
.two_column_wrap .title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
.two_column_wrap .spot{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.two_column_wrap .text{
	margin-bottom: 10px;
}
.tx_right{
	text-align: right;
}

.dn-LodgingList{
	width: 100%;
}
.dn-LodgingList_Item{
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:solid 1px #CCCCCC;
}
.dn-LodgingList_Thumb{
	float: left;
    position: relative;
    width: 25%;
	margin: auto;
	height: auto;
	background: #EEE;
	margin-right: 1%;
}
.dn-LodgingList_Thumb:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.dn-LodgingList_Thumb a{
	display: block;
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dn-LodgingList_Body{
	width: 74%;
	float: right;
}
.dn-LodgingList_Title{
	font-size: 14px;
	font-weight: bold;
}
.dn-StarArea{
	margin-bottom: 5px;
}
.dn-Star,.dn-RateArea{
	float: left;
}
.dn-LodgingList_Info{
	margin-bottom: 15px;
}
.dn-LodgingList_Address p{
	float: left;
	width: 60%;
	margin-right: 5%;
}
.dn-LodgingList_MapCode{
	float: left;
	width: 30%;
}
@media only screen and (max-width: 767px) {
.dn-LodgingList_Thumb{
	float: left;
    position: relative;
    width: 25%;
	margin: auto;
	height: auto;
	background: #EEE;
	margin-right: 3%;
}
.dn-LodgingList_Body{
	width: 72%;
	float: right;
}
.dn-LodgingList_Address p{
	float: none;
	width: 100%;
	margin-right: 0;
}
.dn-LodgingList_MapCode{
	float: none;
	width: 100%;
}
	
}
.dn-LodgingList_MapCodeImage{
}
.dn-LodgingList_MapCodeImage img{
	width: 60px !important;
}

.pankuzu{
    height: 29px;
    padding-top: 1px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.pankuzu p{
	float: left;
	font-size: 12px;
	padding-left: 5px;
}
.single_date{
	float: right;
	/*padding-bottom: 10px;*/
}
.single_date p{
	padding-top: 5px;
	padding-right: 5px;
	font-size: 10px;
}
@media only screen and (max-width: 767px) {
.pankuzu{
    height: auto;
    padding: 15px 0 0 0;
	background-color:#FFFFFF;
	margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.pankuzu p{
	float:none;
	font-size: 14px;
	text-align: left;
}
.single_date{
	float: none;
	padding-bottom: 10px;
}
.single_date p{
	padding-top: 10px;
	font-size: 10px;
}
.related{
	padding-top: 15px;
}
.related ul{
	padding-top: 10px;
}
}

/*– ページャーのスタイル指定 –*/
.pagination{
text-align: center;
}
a.page-numbers,
.pagination .current{
background: #f5f5f5;
border: solid 1px #f5f5f5;
padding:5px 10px;
margin:0;
text-decoration: none;
}
.pagination .current,
.pagination a.page-numbers:hover{
background: #1e8cbe;
border: solid 1px #1e8cbe;
color: #fff !important;
}

.searchform{
	text-align: right;
	margin-bottom: 10px;
}
.areatitle{
	background-color: #717171;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

/*固定ページ*/
.dn-ArticleList .bg_wrap {
	border-bottom: solid 1px #cccccc;
  position: relative;
}


.dn-ArticleList .bg_wrap .bg {
  width: 100%;
  display: block;
}
.dn-ArticleList .bg_wrap .bg img {
  width: 100%;
  height: auto;
}
 .title_wrap{
    top: 47%;
	 bottom:0;
	 position: absolute;
	 left: 0;
	 right: 0;
}
.page_title{
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
@media only screen and (max-width: 767px){
 .title_wrap{
    top: 0;
	 bottom:0;
	 position: absolute;
	 left: 0;
	 right: 0;
}
.page_title{
	 position: absolute;
	 transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
}
	
}

#about_body .sub_page_copy{
	text-align:center;
	vertical-align:top;
	padding-top: 40px;
}
#about_body .page_lead{
	font-size:15px;
	line-height:3;
	text-align:center;
	padding-bottom:20px;
}
@media only screen and (min-width: 768px){
	#about_body #page_copy{
		height:357px;
		padding-top:223px;
		margin-bottom:65px;
	}
	#about_body #page_copy .en{
		font-family:"Alte DIN 1451 Mittelschrift gepraegt",'Open+Sans', sans-serif;font-size:11px;
		line-height:1;
		letter-spacing:0.4em;
		color:#fff;
		margin-bottom:22px;
	}
	#about_body #page_copy h2{
		font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
		font-size:28px;
		letter-spacing:-0.02em;
		color:#fff;
		font-weight:bold;
		margin-bottom:26px;
	}
	#about_body #page_copy .text{
		font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
		font-size:14px;
		letter-spacing:-0.02em;
		color:#fff;
		line-height:2.2
	}
	#about_body .sub_page_copy{
		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;
	}
	#about_body .sub_page_copy:before,
	#about_body .sub_page_copy:after{
		width:138px;
		height:9px;
		top:-5px
	}
	#about_body .sub_page_copy:before{
		margin-right:30px;
	}
	#about_body .sub_page_copy:after{
		margin-left:30px;
	}
	#about_body .page_lead{
		font-size:15px;
		line-height:3;
		text-align:center;
	}
}
@media only screen and (max-width: 767px){
	#about_body{
		text-align:center;
	}
	#about_body #page_copy{
		height:81px;
		padding-top:43px;
		margin-top:25px;
		margin-bottom:22px;
	}
	#about_body #page_copy>*{
		padding-left:10px;
		padding-right:10px;
	}
	#about_body #page_copy .en{
		font-family:"Alte DIN 1451 Mittelschrift gepraegt",'Open+Sans', sans-serif;
		font-size:10px;
		line-height:1;
		letter-spacing:0.2em;
		color:#fff;
		margin-bottom:10px;
	}
	#about_body #page_copy h2{
		font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
		font-size:17px;
		letter-spacing:-0.02em;
		color:#fff;
		font-weight:bold;
		margin-bottom:26px;
	}
	#about_body #page_copy .text{
		font-family:'Times New Roman', '游明朝体', 'Yu Mincho', "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
		font-size:12px;
		letter-spacing:-0.02em;
		color:#fff;
		line-height:2.2;
	}
	#about_body #page_copy .text br{
		display:none;
	}
	#about_body .sub_page_copy{
		display:inline-block;
		line-height:16px;
		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:16px;
		letter-spacing:-0.02em;
		color:#343c48;
		line-height:1.6;
	}
	#about_body .sub_page_copy:before,
	#about_body .sub_page_copy:after{
		width:30px;
		height:9px;
		display:block;
		position:absolute;
		top:14px;
	}
	#about_body .sub_page_copy:before{
		left:-40px;
	}
	#about_body .sub_page_copy:after{
		right:-40px;
	}
	#about_body .page_lead{
		line-height:1.8;
		text-align:left;
		padding-left: 2em;
		padding-right: 2em;
		font-size: 13px;
	}
}
/*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: 85.36%;
		margin: 0 auto;
		padding:20px 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: 111px;
		float: left;
		margin-right: 2%;
	}
	.mapcode_app_left img{
		width: 100%;
		height: auto;
	}
	.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: 1080px) and (min-width: 768px) {
.mapcodeBox .mapcode_mb{
	display:none !important;
}
/*メニュー*/
	.mapcodeBox{
		width: 85.36%;
		margin: 0 auto;
		padding:20px 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_left img{
		width: 100%;
		height: auto;
	}
	.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: 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;
	}
	.mapcodesteptextBox p{
		text-align: left;
		margin-bottom: 0.5em;
	}
	.mapcodeStepBox{
		padding-bottom: 20px;
		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: 10px 29px 20px;
		margin-top: 50px;
	}
	.mapcode_appBox img:hover{
		opacity: 0.7;
	}
	.mapcode_app_left{
		width: 60%;
		margin: 10px auto;
	}
	.mapcode_app_btn{
		width: 135px;
		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;
	}
	.mapcode_app_text p{
		text-align: left;
	}
}
.title h1{
	line-height: 1.5em;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
.article_inner .title h1{
	line-height: 1.5em;
	margin-bottom: 30px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
}
}
.img-responsive{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.m_subimg{width: 32%;
float: left;
margin-right: 2%}
.m_subimg2{width: 32%;
float: left;}
.michinoeki .m_logo{width: 60px !important; margin-right: 5px;}
.content-text{
	margin-bottom: 60px;
}
.content-text .left-text {
    margin-bottom: 20px!important;
}
.content-text .title{
	font-size: 128%;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding: 1em 0.5em 0.8em;
	background: #FFEBEC;
	border-left: solid 5px #D71318;
}
.content-text .title2{
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: solid 2px #FFEBEC;
	position: relative;
}
.content-text .title2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #D71318;
	bottom: -2px;
	width: 10%;
}
.content-text .title3 {
	font-size: 112.5%;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 0.5em;
	position: relative;
	margin-bottom: 15px;
	width: 93%;
	margin-left: auto;
}
.content-text .title3::before {
	content: "";
	display: block;
	background: #D71318;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	position: absolute;
	left: -4px;
	top: 0.1em;
}
.content-text .title3::after{
	content: "";
	display: block;
	width: calc(100% - 15px);
	height: 1px;
	border-bottom: dashed 1px #D71318;
	position: absolute;
	bottom: 0;
	right: 0;
}
.imgbox{
	padding-left: 15px;
	border-left: solid 2px #D71318;
	width: 93%;
	margin-left: auto;
}
.description,
.address,
.phone,
.mapcode,
.button{
	margin-bottom: 15px;
	line-height: 156%;
}
.group-code{
	margin-bottom: 40px;
}
.sub_description{
	padding-left: 15px;
	border-left: solid 2px #D71318;
	width: 93%;
	margin-left: auto;
	margin-bottom: 40px;
	line-height: 156%;
}
.address img{
	vertical-align: middle;
}
.mapcode img{
	width: 60px;
}
.profImg img{
	width: 100%;
	height: auto;
}
.button button{
	color: #ffffff;
	font-weight: bold;
	border-style: none;
	border-radius: 7px;
	min-width: 140px;
	width: auto;
	padding: 0 20px;
	text-align: center;
	line-height: 33px;
	height:33px;
}
.button button.linkcolor_orange{
	background-color:#EE7800;
}
.button button.linkcolor_green{
	background-color:#85CC29;
}
.button button.linkcolor_gold{
	background-color:#d3b650;
}

#about_body section:nth-child(1) {
    padding-top: 40px;
  }
.ttl_survey-policy{
	text-align: center;
	line-height: 1.5em;
	padding: 1em 0 0;
}
.section_mini_wrap {
	width: 100%;
  margin-bottom: 40px;
	text-align: left;
}

.section_mini_wrap .section_mini_title {
	width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}


.section_mini_wrap .text {
	width: 100%;
  font-size: 14px;
  line-height: 2;
}
.section_mini_wrap ul.text{
	list-style-type: disc!important;
	padding-left: 1em;
}
@media only screen and (max-width: 767px) {

.section_mini_wrap {
	width: auto;
  margin-bottom: 40px;
	text-align: left;
	padding-left: 26px;
	padding-right: 26px;
}
.section_mini_wrap .section_mini_title {
	width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}
.section_mini_wrap .text {
	width: 100%;
  font-size: 14px;
  line-height: 1.5em;
	margin-bottom: 0.5em;
}
}

.section_mini_wrap .text dl {
  margin-bottom: 15px;
}

.section_mini_wrap .text dt {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
.section_mini_wrap .text dt {
  line-height: 1.5em;
}
}
.section_mini_wrap address {
  padding-top: 20px;
}

.section_mini_wrap address h1 {
  font-size: 14px;
  font-weight: bold;
}
.mapimage{
	padding-top: 40px;
	position: relative;
}
.txtbox_select10{
	width: 64%;
	position: absolute;
	top: 50px;
}
.ttl_select10{
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 10px;
}
.txt_select10{
}
.txt_select10 .img{
	display: block;
	width: 120px;
	text-align: center;
	margin-left: 50px;
	padding-top: 20px;
}
.txt_select10 .img img{
	width: 100px;
	height: auto;
}
.box_food01{
	width: 100%;
}
.box_food01 a{
	display: block;
	width: calc(100% - 60px);
	height: auto;
	padding: 30px;
	background: #F2EEED;
	transition: .3s;
	position: relative;
}
.box_food01 a::after{
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #6D3C30 transparent;
	bottom: 5px;
	right: 5px;
	width: 0;
	height: 0;
}
.box_food01 a:hover {
	opacity: .7;
	transition: .3s;
	text-decoration: none;
}
.flex_food{
	display: flex;
	 -webkit-justify-content: space-between;
	justify-content: space-between; 
}
.flex_food .img{
	width: 120px;
}
.flex_food .txt{
	width: calc(100% - 140px);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.txtbox_select10{
		top: 0;
	}
	.txt_select10 .img{
		display: block;
		width: 120px;
		text-align: center;
		margin-left: 0;
		padding-top: 10px;
	}
	.txt_select10 .img img{
		width: 80px;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	.mapimage{
		padding-top: 0;
		width: 100%;
	}
	.txtbox_select10{
		position: static;
		width: 100%;
	}
	.ttl_select10{
		font-size: 18px;
		margin: 20px 0 10px;
	}
	.txt_select10{
		margin-bottom: 20px;
	}
	.txt_select10 .img{
		width: 100%;
		margin: auto;
		padding-top: 20px;
	}
	.txt_select10 .img img{
		width: 100px;
		height: auto;
	}
	.flex_food{
		display: block;
	}
	.flex_food .img{
		width: 120px;
		margin: 0 auto 20px;
	}
	.flex_food .txt{
		width: 100%;
	}
}
.mapimage img{
	width: 100%;
	height: auto;
}

  #footer_inner.prefectureList  {
        border-top: none;
        padding-top: 50px;
        padding-left: 0;
  }
@media only screen and (min-width: 768px) {
  #footer_inner.prefectureList {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #footer_inner.prefectureList .footer_site_map_wrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
}
  #footer_inner.prefectureList .footer_title {
    padding: 48px 0 39px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
  }
  #footer_inner.prefectureList .footer_title {
    padding: 20px 0 15px;
  }
  #footer_inner.prefectureList .footer_title img {
    width: auto;
    height: 40px;
  }
  #footer_inner.prefectureList .footer_site_map_wrap {
    margin-bottom: 20px;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li {
    display: block;
    margin-right: 0;
    float: none;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul {
    border-top: 1px solid #f4f4f4;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt a {
    display: block;
    padding: 15px;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt a:hover {
	  background-color: #f4f4f4;
	  text-decoration: none;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
	margin-bottom: 0;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt.trigger_foot {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
	  margin-bottom: 0;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dd{
	  margin-bottom: 0;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dd a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
	  background-color: #F8FCFF;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dd a:hover {
	  background-color: #f4f4f4;
	  text-decoration: none;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt {
    position: relative;
    line-height: 1;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt.trigger_foot:after, #footer_inner.prefectureList .footer_site_map_wrap ul li dt.trigger_foot:before {
    content: "";
    display: block;
    background-color: #e30920;
    position: absolute;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt.trigger_foot:before {
    width: 1px;
    height: 12px;
    top: 15px;
    right: 20px;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt.trigger_foot:after {
    width: 12px;
    height: 1px;
    top: 20px;
    right: 15px;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dt.trigger_foot.active:before {
    height: 1px;
    top: 20px;
  }
  #footer_inner.prefectureList .footer_site_map_wrap ul li dd {
    display: none;
  }

.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.02*/
.link_post{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin-top: 20px;
}
.prevpost{
	float: left;
	width: 50%;
	border-right: solid 1px #cccccc;
	display: block;
}
.prevpost a{
	display: block;
	position: relative;
	padding:15px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 30px);
}
.prevpost a:before{
	content: "≪";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}
.nextpost{
	float: right;
	width: calc(50% - 1px);
	display: block;
}
.nextpost a{
	display: block;
	position: relative;
	padding:15px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 30px);
}
.nextpost a:after{
	content: "≫";
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
}
@media(max-width: 767px) {
	.current{color: #ff0000!important;}
}

/*　2019.12追加　*/
@media(min-width: 768px) {
.sp_only{
	display: none;
}
}
@media(max-width: 767px) {
.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;
}
.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: 310px;
	}
	.background .megamenu-stories,
	.background .megamenu-column,
	.background .megamenu-notebook{
		top: 0;
	}
	.background .megamenu ul li{float: none;
		padding: 5px 3%;
		font-size: 14px;
	}
	.mainimgBox.list_sp_main{
		padding: 0;
		height: 280px;
		width: 100%;
		margin: 30px auto 0;
		position: absolute;
		top: 0;
		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;
	}
}

/*SHOPINDEX プロフィール*/
#profile{
	width: 100%;
	margin: 20px 0 0;
	padding: 30px 0 30px ;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
#profile .block{
}
 
#profile .block .left{
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
}
 
#profile .block .left img{
	width: auto;
	height: 100%;
	padding: 0 !important;
	vertical-align: middle;
}
 
#profile .block .right{
	width: calc(100% - 120px);
	float: right;
	font-size: 14px;
}
 
#profile .block .right p{
	font-size: 14px;
	margin-bottom:5px;
}
#profile .block .right p.txt_company{
	font-size: 16px;
}
 
#profile .block .right ul{
	padding-top: 10px;
	border-top: dotted 1px #ccc;
	margin-top: 10px;
}
 
#profile .block .right ul li{
	margin-bottom: 5px;
	font-size: 90%;
}
 
#profile .block .right ul li a{
	color:#313C4E !important;
}

/*SHOP INDEX ADバナー*/
.bnr_pc_block,
.bnr_sp_block{
	width: 100%;
	margin-bottom: 10px;
}
.bnr_pc_block{
	display: block;
}
.bnr_sp_block{
	display: none;
}
.bnr_pc_block img,
.bnr_sp_block img{
	width: 100%;
	height: auto;
}
@media(max-width: 767px) {
.bnr_pc_block{
	display: none;
}
.bnr_sp_block{
	display: block;
}
}

/*総合トップ*/
#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;
}
.txt_read{
	font-size: 133%;
	margin-bottom: 60px;
}
@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;
	}
}

/*アンケートフォーム*/
.ttl_questionnaire{
	font-size: 200%;
	padding-top: 50px;
	text-align: center;
}
.ttl_questionnaire02{
	font-size: 144.444%;
	padding-top: 50px;
	color: #D71318;
	margin-bottom: 10px;
}
.tbl_form {
	margin: 0 auto 60px;
}
.tbl_form table {
	border: 1px solid #333;
	width: 100%;
	line-height: 1.5;
}
.tbl_form th {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	display: block;
	width:calc(100% - 30px);
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.tbl_form td {
	display: block;
	padding: 10px 15px;
}
.tbl_form span.wpcf7-list-item {
	margin-left: 0!important;
	margin-right: 1em!important;
}
.tbl_form td input {
	border: 1px solid #ddd;
	width: 100%;
	padding: 4px;
}
.tbl_form td .wpcf7-checkbox input, .tbl_form td .wpcf7-radio input {
	width: auto;
}
.tbl_form td select {
	background: #f2f4f5;
	width: 49%;
	padding: 5px;
}
.tbl_form td textarea {
	border: 1px solid #ddd;
	width: 100%;
	max-height: 200px;
	padding: 0;
}

.txt_accept {
	text-align: center;
	line-height: 2em;
	margin: 30px auto;
}
.txt_accept span.wpcf7-list-item {
	margin: 0!important;
}
.box_form {
	background: #eeeeee;
	text-align: center;
	padding: 10px 50px 15px;
	margin-bottom: 30px;
}
.btn_submit {
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 330px;
	width: 100%;
}
.btn_submit:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 2px;
	bottom: 0;
	margin: auto;
	right: 34px;
	transform: rotate(-45deg);
}
.btn_submit:hover {
	cursor: pointer;
	opacity: .85;
	transition: .3s;
}
.btn_submit input {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 122.22%;
	background: #001976;
	line-height: 1;
	padding: 17px 5px 20px;
	letter-spacing: .1em;
	border: none;
}
.btn_submit input:hover {
	cursor: pointer;
}
.btn_submit input:disabled {
	background: #ddd;
	cursor: not-allowed;
}
.btn_submit .wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto!important;
}
.radio_present span.wpcf7-list-item {
display: block;
}
form.sent p{
display:none;
}

/*キャンペーン*/
.box_campaign{
	background: #D71318;
	border-radius: 10px;
	padding: 3px;
}
.box_campaign .box{
	background: #ffffff;
	border-radius: 10px;
	padding: 50px 30px 10px;
	position: relative;
}
.midashi_campaign{
	width: 170px;
	height: 170px;
	position: absolute;
	top: -10px;
	left: -30px;
	filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .3));
}
.midashi_campaign img{
	width: 100%;
	height: auto;
}
.ttl_campaign{
	font-size: 175%;
	letter-spacing: 0.1em;
	margin-left: 140px;
	border-bottom: solid 1px #333333;
	padding-bottom: 8px;
	margin-bottom: 20px;
	padding-left: 10px;
}
.ttl_campaign span{
	display: inline-block;
}
.txt_col01{
	color: #D71318;
}
.mb30{
	margin-bottom: 30px;
}
.txt_center{
	text-align: center;
}
.box_present01{
	background: #036eb8;
	border-radius: 50%;
	width: 150px;
	height: 112px;
	padding: 38px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 133%;
	float: left;
	margin-left: 140px;
}
.box_present02{
	background: #036eb8;
	border-radius: 50%;
	width: 150px;
	height: 112px;
	padding: 38px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 133%;
	float: left;
	margin-left: 30px;
}
.box_present03{
	background: #036eb8;
	border-radius: 50%;
	width: 150px;
	height: 112px;
	padding: 38px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 133%;
	float: left;
	margin-left: 30px;
}
.box_present01 p,
.box_present02 p,
.box_present03 p{
	font-weight: 700;
}
.ttl_campaign02{
	font-size: 122%;
	margin-bottom: 20px;
}
.ttl_campaign02 span{
	display: inline-block;
}
.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;
}
.img_campaign{
	width: 31%;
}
.img_campaign img{
	width: 100%;
	height: auto;
}
.box_campaign02{
	background: #efefef;
	padding: 20px;
}
.btn_campaign{
	margin: 0 auto 40px;
	text-align: center;
	max-width: 330px;
	width: 100%;
	display: block;
}
.btn_campaign span{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 122.22%;
	background: #f2682c;
	line-height: 1;
	padding: 17px 5px 20px;
	letter-spacing: .1em;
	border: none;
	text-decoration: none;
	font-weight: bold;
}
@media(min-width: 768px) and (max-width:1200px) {
	.flex_campaign{
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.box_present01{
		background: #036eb8;
		border-radius: 50%;
		width: 150px;
		height: 112px;
		padding: 38px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 133%;
		float: left;
		margin-left: 0;
	}
	.box_present02{
		background: #036eb8;
		border-radius: 50%;
		width: 150px;
		height: 112px;
		padding: 38px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 133%;
		float: left;
		margin-left: 15px;
	}
	.box_present03{
		background: #036eb8;
		border-radius: 50%;
		width: 150px;
		height: 112px;
		padding: 38px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 133%;
		float: left;
		margin-left: 15px;
	}
}
@media(min-width: 768px) and (max-width:1200px) {
	.flex_campaign{
		width: 315px;
		margin-left: auto;
		margin-right: auto;
	}
	.box_present01{
		background: #036eb8;
		border-radius: 50%;
		width: 150px;
		height: 112px;
		padding: 38px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 133%;
		float: left;
		margin-left: 0;
	}
	.box_present02{
		background: #036eb8;
		border-radius: 50%;
		width: 150px;
		height: 112px;
		padding: 38px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 133%;
		float: left;
		margin-left: 15px;
	}
	.box_present03{
		background: #036eb8;
		border-radius: 50%;
		width: 150px;
		height: 112px;
		padding: 38px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 133%;
		float: left;
		margin-left: 82.5px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.box_campaign{
		background: #D71318;
		border-radius: calc(10/750*100vw);
		padding: calc(3/750*100vw);
	}
	.box_campaign .box{
		background: #ffffff;
		border-radius: calc(10/750*100vw);
		padding: calc(30/750*100vw) calc(30/750*100vw) calc(5/750*100vw);
		position: relative;
	}
	.midashi_campaign{
		width: calc(170/750*100vw);
		height: calc(170/750*100vw);
		position: absolute;
		top: calc(-10/750*100vw);
		left: calc(-30/750*100vw);
		filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .3));
	}
	.midashi_campaign img{
		width: 100%;
		height: auto;
	}
	.ttl_campaign{
		font-size: calc(26/750*100vw);
		letter-spacing: 0.1em;
		margin-left: calc(140/750*100vw);
		border-bottom: solid 1px #333333;
		padding-bottom: calc(8/750*100vw);
		margin-bottom: calc(20/750*100vw);
		padding-left: calc(10/750*100vw);
	}
	.ttl_campaign span{
		display: inline-block;
	}
	.txt_col01{
		color: #D71318;
	}
	.mb30{
		margin-bottom: calc(30/750*100vw);
	}
	.txt_center{
		text-align: center;
	}
	.flex_campaign{
		width: calc(480/750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.box_present01{
		background: #036eb8;
		border-radius: 50%;
		width: calc(150/750*100vw);
		height: calc(115/750*100vw);
		padding: calc(35/750*100vw) 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: calc(16/750*100vw);
		float: left;
		margin-left: 0;
	}
	.box_present02{
		background: #036eb8;
		border-radius: 50%;
		width: calc(150/750*100vw);
		height: calc(115/750*100vw);
		padding: calc(35/750*100vw) 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: calc(16/750*100vw);
		float: left;
		margin-left: calc(15/750*100vw);
	}
	.box_present03{
		background: #036eb8;
		border-radius: 50%;
		width: calc(150/750*100vw);
		height: calc(115/750*100vw);
		padding: calc(35/750*100vw) 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: calc(16/750*100vw);
		float: left;
		margin-left: calc(15/750*100vw);
	}
	.box_present01 p,
	.box_present02 p,
	.box_present03 p{
		font-weight: 700;
	}
	.ttl_campaign02{
		font-size: 100%;
		margin-bottom: calc(20/750*100vw);
	}
	.ttl_campaign02 span{
		display: inline-block;
	}
	.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;
	}
	.img_campaign{
		width: 31%;
	}
	.img_campaign img{
		width: 100%;
		height: auto;
	}
	.box_campaign02{
		background: #efefef;
		padding: calc(20/750*100vw);
		text-align: left;
	}
	.btn_campaign{
		margin: 0 auto calc(40/750*100vw);
		text-align: center;
		position: relative;
		max-width: calc(530/750*100vw);
		width: 100%;
		display: block;
	}
	.btn_campaign span{
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 3.5vw;
		background: #f2682c;
		line-height: 1;
		padding: calc(20/750*100vw) calc(5/750*100vw) calc(23/750*100vw);
		letter-spacing: .1em;
		border: none;
		text-decoration: none;
	}
}

/*アンケートフォーム*/
.form-others{
	display: none;
}
.form-others th{
	background: #666666;
}

.box_thx{
	padding: 50px 0;
}
.ttl_thx{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*特派員募集*/
.bnr_writer{
	margin:0 auto 30px;
}
.bnr_writer img{
	width: 100%;
}
.area_writer01{
	font-size: 120%;
}
.box_writer01{
	background: #D71318;
	padding: 20px 0;
	margin-bottom: 30px;
}
.ttl_writer01{
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}
.ttl_writer02{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.box_writer02{
	margin-bottom: 50px;
}
.box_writer03{
	margin-bottom: 50px;
	position: relative;
	border: solid 1px #333333;
	border-radius: 15px;
	padding: 30px;
}
.ttl_writer03{
	font-size: 112.5%;
	position: absolute;
	left: -1px;
	top: 0;
	transform: translateY(-50%);
	color: #ffffff;
}
.ttl_writer03 span{
	background: #D71318;
	font-weight: bold;
	padding: 10px 20px;
}

/*検索フォーム*/
.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;
}

.area_ttl{
	width: 100%;
	font-size: 120%;
	padding-left: 10px;
	margin-bottom: 10px;
}
/*同エリア関連記事表示*/
.area_related .dn-ArticleList_Item{
	width: 100%;
	margin-bottom: 20px;
}
.area_related .dn-ArticleList_Item:last-child{
	margin-bottom: 40px;
}
.area_related:last-child .dn-ArticleList_Item:last-child{
	margin-bottom: 0;
}
.area_related .dn-ArticleList_Item a{
	display: block;
}
.area_related .dn-ArticleList_imgover{
	float: left;
    position: relative;
    width: 25%;
	height: auto;
	background: #EEE;
}
.area_related .dn-ArticleList_imgover:before {
    content:"";
    display: block;
    padding-top: 75%;
}
.area_related .dn-ArticleList_img{
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.area_related .dn-ArticleList_Body{
	float: left;
	width: 71%;
	padding:0px 2%;
	height: auto;
}
.area_related .dn-ArticleList_Description{
	margin: 10px 0;
}
@media only screen and (max-width: 767px) {
	.area_related .dn-ArticleList_Item{
		width: 100%;
		margin-bottom: 10px;
	}
}


/*ヘッダ*/
#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.is-current: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;
}
.background{
	margin-top: 20px;
}
@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{
		padding:3vw 3.2vw 0;
	}
	.header_top{
		width: 65%;
	}
	.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:20px auto 0;
	}
	.background{
		margin-top: 0;
	}
}
.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_bnr01_02{
	margin-top: 20px;
	margin-bottom: 20px;
}
.box_bnr02{
	margin-bottom: 20px;
}
.box_bnr03{
	margin-bottom: 20px;
}

.flex_tag{
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.flex_tag li{
	margin-bottom: 20px;
}
.flex_tag li:not(:last-child){
	margin-right: 3%;
}
.flex_tag li a{
	padding: 5px 20px;
	border: solid 1px #cccccc;
	border-radius: 3px;
}
@media only screen and (max-width: 767px) {
	.flex_tag{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.flex_tag li{
		margin-bottom: 30px;
	}
	.flex_tag li a{
		padding: 8px 20px;
		border: solid 1px #cccccc;
		border-radius: 3px;
	}
}

.box_mokuji{
	border: solid 1px #cccccc;
	padding: 20px 20px 5px;
	margin-bottom: 40px;
}
.ttl_mokuji{
	text-align: center;
	font-size: 128%;
	font-weight: bold;
	margin-bottom: 15px;
}
.box_mokuji li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}
.box_mokuji li::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #333333;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 7px;
}
@media only screen and (max-width: 767px) {
	.ttl_mokuji{
		font-size: 112.5%;
	}
}

.wpcr3_respond_1{
	padding-top: 40px !important;
}
div.wpcr3_aggregateRating {
	margin-bottom: 10px !important;
}
div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
	margin-bottom: 20px !important;
}
.wpcr3_review{
	width: calc(100% - 24px) !important;
	margin-bottom: 20px !important;
	padding: 10px;
	border: solid 2px #dddddd;
}
.wpcr3_div_2 {
  width: 100%;
  max-width: 100%;
}
.wpcr3_leave_text{
	background: #FFEBEC;
	color: #343c48;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}
.wpcr3_table_2 tr td{
	min-height: 30px;
	padding: 0 0 5px 0;
}
.wpcr3_table_2 tr td.wpcr3_check_confirm{
	padding: 0 0 10px 0;
}
.wpcr3_button_1.wpcr3_submit_btn{
	margin: auto !important;
	background: #FFEBEC!important;
	color: #343c48;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	width: 200px;
	border: none;
}

.wpcr3_respond_2{
	display: block;
}
.wpcr3_item_name{
	display: none;
}
.wpcr3_show_btn, .wpcr3_cancel_btn{
	display: none;
}
/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
    max-width: 100%;
}
div.wpcr3_review div.wpcr3_review_datePublished {
	font-style: normal !important;
}

/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 767px){
.wpcr3_table_2 td {
    text-align: left;
    display: block;
}
}

/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: 300px;
    width: calc(100% - 22px);
    max-width: 100%;
}