*{box-sizing: border-box;}
body {
    margin: 0 0 50px;
    padding: 0;
}
@media screen and (min-width: 768px){
    body{
        margin-bottom: 0;
    }
}
header {
    margin: 0;
    width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
    position: fixed;
    top: 0;    
	z-index: 999;
}
header .nav {
    width: 100%;
    margin: 0 auto
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
@media screen and (max-width: 639px){
	header {
		width: 100%;
		height: 50px;
    }

	.nav-center, 
	.nav-left, 
	.nav-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.nav,
	.nav > .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.nav-center,
	.nav-left,
	.nav-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto
}

.btntoggle {
    position: absolute;
    right: 5px;
    top: 5px
}

#nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 4px;
    z-index: 100
}

#nav_toggle div {
    position: relative
}

#nav_toggle span {
    display: block;
    height: 3px;
    background: #a67b5c;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#nav_toggle span:nth-child(1) {
    top: 0
}

#nav_toggle span:nth-child(2) {
    top: 12px
}

#nav_toggle span:nth-child(3) {
    top: 24px
}

.open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg)
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%
}

.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

header .nav-right .icon {
    height: 20px
}
header .nav{
	background-color: #a67b5c;
}

.nav a {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif
}

.nav .nav-right a {
    display: block;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box
}

.nav .icon {
    display: block;
    margin: 0 auto;
    height: 24px
}

.login,
.logout {
    background: #f3f3f3;
    padding: .5rem
}

header .nav-right a {
    position: relative
}

header .nav-sub a.icon_list:before {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent
}

.nav .regist {
    background: #b5c71f
}

header .nav-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    position: relative
}

header .nav-sub .icon_list {
    background-color: #a67b5c;
    width: 100%;
    position: relative
}

header .nav-sub .icon_list .icon {
    height: 30px;
    width: 30px;
}

header .nav-sub .other {
    color: #333;
    font-size: 1.4rem
}

.nav .other {
    display: inline-flex
}

.nav .other img {
    max-width: 12px;
    height: auto;
    margin-right: 3px;
    display: inline-block
}

.nav>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-center,
.nav-left,
.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav .nav-center .button {
    background: #fff;
    position: relative;
    margin: 0 30px 0 1px;
    padding: 0;
    color: #003315;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.3;
    width: auto;
    border-radius: 0;
    max-height: 60px;
    overflow: hidden;
}

.menu_sub{
    display: block;
    position: absolute;
    left: auto;
    right: auto;
    background-color: rgba(243, 243, 246, .95);
    padding: 1rem 1rem 0;
    margin:0;
    z-index: 9;
}
.price_lst + .menu_sub,
.guide + .menu_sub{
	background-color:rgba(252, 255, 253, 90%);
}

header .nav .nav-right {
    width: 400px;
    position: relative
}

.nav-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mob_hdr_btns {
    width: 100px;
    height: 50px;
    margin-left: auto;
    margin-right: 55px
}
.mob_hdr_btns ul {
    display: flex;
    flex-flow: row;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mob_hdr_btns li{
    width: 50%;
}
.mob_hdr_btns li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    padding: 2px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    line-height: 1;
}

#mob_btn_web {
    background: #b6370f;
    margin-right: 3px
}

#mob_btn_web img {
    max-width: 35px;
    padding-top: 2px;
    padding-bottom: 6px
}

#mob_btn_line {
    background: #00b900
}

#mob_btn_line img {
    margin-top: -3px;
    max-width: 36px
}

#btn-web {
    border: 1px solid #b6370f;
    border-radius: 10px;
    background: #fff;
    width: 190px;
	margin-bottom: 0;
}

#btn-web a {
    color: #b6370f;
    width: 100%;
    line-height: 22px
}

#btn-web a:hover {
    color: #fff;
    background: #b6370f
}

#btn-line {
    border-radius: 10px;
    width: 190px
}
#btn-line.mobile {
		display: none;
	}


#btn-line img {
    margin-right: 25px;
    max-width: 43px;
    height: auto
}

#btn-line a {
    background: #13bf00;
    color: #fff;
    padding: 0 15px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 190px
}

#btn-line a:hover {
    color: #fff;
    background: #13bf00
}

.nav .brand,
.nav a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    color: #000;
    box-sizing: border-box
}

header .nav .brand {
    padding-right: .5rem;
    padding-left: 0;
    width: auto
}

.nav .brand {
    font-size: 1.75em;
    padding-top: 0;
    padding-bottom: 0
}

.nav .brand img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: unset;
    padding: .5rem 0;
    margin-top: 3px;
    margin-bottom: 0;
    margin-right: 5px
}
.wrap-box {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex
}


@media screen and (max-width:639px) {
    .nav,
    .nav>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav-center,
    .nav-left,
    .nav-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
	#btn-line.pc {
		display: none;
	}
	#btn-line.mobile {
		display: block;
	}
    .guide + .menu_sub.open{
        display: flex !important;
    }
}

@media screen and (max-width:639px) {
    header .nav-left {
        width: 100%;
        justify-content: flex-start;
    }
    .nav-center, .nav-left, .nav-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .nav-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border:  none;
        box-sizing: border-box;
        background-color: transparent;
    }
    .mob_center{
        background-color: #a67b5c;
    }
    header .nav{
		display: block;
		overflow-y: scroll;
		position: absolute;
		top:50px;
		right: -90%;
		width: 90%;
		z-index: 1000;
        background-color: transparent;
        padding-bottom: 1rem;        
        -webkit-transition: 0.5s;
        transition: 0.5s;
	}
    body.open{
        height: 100%;
        overflow: hidden;
    }
    header.open .nav{       
		transform: translateX(-100%);
        background-color: transparent;
        max-height: 100vh;
	}

    header .nav .brand {
        padding: 0 0 0 .5rem;
        width: 50%;
        height: 50px
    }

    header .nav-mobile a {
        position: relative;
        font-size: 12px;
        font-weight: 900;
        color: #fff;
        padding: 5px 8px;
        text-align: center;
        width: calc(50% - 1px);
        display: inline-block
    }

    header .nav-mobile .select_category a {
        color: #333;
        width: 100%;
        max-width: 100%;
        text-align: left
    }

    header .nav-sub .icon_list {
        display: none
    }

    header .nav .nav-center {
        position: relative;
        flex-flow: column;
    }
    header .nav .nav-center li{
        width: 100%;
    }
    header .nav .nav-center li.pc_only{
        display: none;
    }
    header .nav-center .select_category {
        top: 48px;
        left: -15px;
        min-width: 300px
    }

    .nav-center .select_category li {
        width: 50%;
        line-height: 42px
    }

    header .nav .mob_center .nav-center a {
        width: 100%;
        padding: 12px 10px;
        text-align: left;
        margin-bottom: 1px;
        margin-right: 0;
        position: relative;
    }

    header .nav .nav-center {
        flex: 0 0 auto
    }

    header .nav .nav-center .cate {
        width: 97px
    }
	.nav .other{
		justify-content: flex-start;
	}

    header .nav .nav-center .cate:after {
        bottom: 1rem
    }

    header .nav .nav-center .asses {
        padding-bottom: 1rem
    }

    .nav-center .select_category {
        width: 100%;
        top: 90px;
        left: 5px
    }

    .nav .mob_center .nav-sub {
        margin-right: 0;
        margin-bottom: 1rem
    }
    @media screen and (max-width:330px) {
        header .nav .brand {
            width: 45%
        }
        #mob_btn_web {
            margin-right: 0
        }
    }

    header .nav .nav-right {
        margin-top: 1px;
        width: 100%
    }

    .nav-right ul {
        width: 100%;
        justify-content: center
    }

    .nav-right ul li {
        width: 100%
    }

    #btn-web {
        margin-bottom: 0;
        width: 45%
    }

    #btn-web a {
        min-height: 43px;
        align-items: center;
        height: 100%;
        display: flex
    }

    #btn-line {
        width: 45%;
        margin-left: 1%
    }

    #btn-line a {
        width: 100%;
        justify-content: center
    }

    #btn-line img {
        margin-right: 15px
    }

    header .nav .nav-right a {
        width: 97px;
        color: #fff
    }

    .menu_sub{
		display: none;
        position: static;
        width: 100%;
        padding: 0;
        margin-top: 1px
    }
    .inc_sub.open .menu_sub,
    .inc_sub_sp.open .menu_sub{
        display: flex !important;
        align-items: stretch;
    }

    header .nav-sub .other {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px 10px;
        margin-bottom: 1px;
        background: #fff;
        color: #003315;
        line-height: 1.3
    }
}



@media screen and (min-width:640px) {
    header {
        width: 100%
    }
	header .nav-mobile{
		display: flex;
		height: auto;
	}	
    .nav-mobile.row {
        width: 77.45vw
    }

    header .nav {
        width: calc(100% - 2rem);
        height: 59px;
        margin: 0 auto;
    }
    header .nav .brand{
        padding: 0 20px 0 0;
    }

    .btntoggle,
    .mob_hdr_btns {
        display: none
    }

    header .nav .nav-left {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 1.4rem;
        width: 22.55vw;
    }

    .mob_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 22.37vw)
    }

    header .nav-sub .icon_list {
        padding: 1rem 1.5rem;
       
    }
    .nav .nav-right a{
        max-height: 60px;
        overflow: hidden;
    }

    header .nav .nav-right {
        flex-basis: 230px;
        flex-basis: 22.37vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        width: 230px;
        width: 22.37vw;
    }

    .nav-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: unset;
        width: auto;
        height: 100%
    }

    .nav-right li {
        border-radius: 8px;
        margin-left: 8px;
        width: 50%
    }

    .nav .nav-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        flex-flow: wrap
    }

    .nav .nav-center .button {
        width: 30%;
        margin: 0;
        text-align: center;
        font-size: 14px
    }

    #btn-line,
    #btn-web {
        width: 46.46%;
        min-width: 180px;
        box-sizing: border-box;
    }

    #btn-web a {
        font-size: 12px;
        width: 100%;
        padding: 10px 1vw;
        
    }

    #btn-line a {
        font-size: 12px;
        width: 100%;
        padding: 5px 1.2931vw 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #btn-line img {
        max-width: 33px;
        margin-right: 0;
    }


    header .nav .nav-center {
        flex-flow: row
    }

    .nav .nav-center .button {
        margin: 0;
        width: auto;
        font-size: 1.2vw;
        padding: 0 1.5vw 0 0;
    }

    .nav .brand img {
        max-width: 100%;
        width: auto;
        height: 100%;
        object-fit: contain;
    }
}


#brand-caption {
    padding-top: 5px;
    font-size: 11px;
	font-weight: 500;
    line-height: 12px;
    margin-left: 10px;
}

header .nav-sub .icon_list {
    background-color: #a67b5c;
    width: 100%;
    position: relative;
}
.nav-right a {
    display: block;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
}
#btn-web{
	border: none;
}
#btn-web a {
	background-color:#b6370f;
    color: #fff;
    width: 100%;
    line-height: 22px;
}
#btn-line a {
    background: #00b900;
    color: #fff;
    padding: 0 15px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 190px;
}
#btn-line img {
    margin-right: 25px;
    max-width: 43px;
    height: auto;
}

header .nav-right a {
    position: relative;
}
header .nav .nav-center .button {
    background: transparent;
    position: relative;
	margin: 0;
    padding: 0 20px 0 0;
    color: #fff;
	font-family: "Noto Sans JP";
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.3;
	letter-spacing: .05rem;
    width: auto;
    border-radius: 0;
	height: 30px;
    max-height: 60px;
    overflow: hidden;
}
header .nav .nav-center .button::after{
    content:'';
    background: url(../../img/icons/icon_arrow_menu.svg) no-repeat center center;
    background-size: 42px;
    width: 20px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 0;
}
header .nav .nav-center .menu_sub .button::after{
    background-image: url(../../img/icons/icon_arrow_menu_gr.svg);
    width: 10px;
}
header .nav-sub .other{
	font-family: "Noto Sans JP";
	font-weight: 600;
}
header .nav .nav-center .button .icon_ec{
	width: 16px;
}

header .nav .mob_center .nav-center .menu_sub a{
	font-size: 1.2rem;
	color: #a67b5c;
	padding-left: 25px;
}
.cate + .menu_sub.active,
.price_lst + .menu_sub.active{
	display: flex;
}
.mob_bnr{
    background-color: #f3f2ed;
    padding: 20px;
}
.nav-mob-bg{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: none;
}
.open .nav-mob-bg{
    display: block;
}
@media screen and (min-width: 300px) and (max-width: 340px){
    header .nav-right{
		display: none;
	}
    #brand-caption{
        margin-bottom: 0;
        margin-left: 0;
        position: absolute;
        left: 1px;
        top: 1px;
    }
    header .hdr_upr .brand{
        max-width: calc(100% - 160px);
        height: 50px;
        display: flex;
        align-items: center;
    }
    #nav_toggle div + span{
	    font-size: 10px;
		color: #a67b5c;
		top: auto !important;
		bottom: 0;
		left: 0 !important;
		background-color: transparent;
		width: 100% !important;
		height: auto;
	}

}
@media screen and (min-width: 341px) and (max-width: 639px){
	header .hdr_upr .brand{
		max-width: calc(100% - 160px);
        height: 50px;
		position: absolute;
        top: 0;
        left: 2px;
        display: flex;
        align-items: center;
	}
    header .hdr_upr .brand img{
        width: auto;
        max-height: 45px;
    }
	
	header .nav-right{
		display: none;
	}
	.nav-right #btn-web,
	.nav-right #btn-line{
		width: 90%;
		background-color: transparent;
		margin-left:0;
	}
	.nav-right #btn-web a{
		padding: 5px 0;
	}
	.nav-right #btn-web a,
	.nav-right #btn-line a{
		justify-content: center;
		width: 100%;		
		padding: 0;
	}
	.nav-right #btn-web img{
		max-width: 36px;
	}
	.nav-right #btn-web img{
		margin-right: 10px;		
	}
	.nav-right #btn-line img{
		margin-right: 5px;		
	}
    
    header .nav .nav-center .button.guide::after,
	header .nav .nav-center .button.price_lst::after{
        background-image: url(../../img/icons/icon_plus_wh.svg);
        background-size: 20px;
    }
    header .nav .nav-center .button.guide.open::after,
    header .nav .nav-center .open .button.guide::after,
	header .nav .nav-center .inc_sub_sp.open .button.price_lst::after{
        background-image: url(../../img/icons/icon_menu_open.svg);
    }
    
	
	
	header .nav .nav-center{
		flex: 0 0 auto;
		flex-flow: wrap;
		justify-content: flex-start;
	}
	header .nav .mob_center .nav-center a{
		width: 100%;
		height:100%;
        max-height: 42px;
		margin: 0;
		border-bottom: 1px solid #dedede;
		font-size: 15px;
        display: block;
	}
	
	.menu_sub{
		margin: 0;
		flex-flow: wrap;
	}
	.nav .mob_center .nav-sub{
		margin-bottom: 0;
	}
	header .nav-sub .other {
		width: 50%;
		display: inline-block;
		text-align: left;
		padding: 10px 10px;
		margin-bottom: 1px;
		background: transparent;
		color: #fff;
		line-height: 1.3;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	header .nav .mob_center .nav-center a:nth-child(2n),
	header .nav-sub .other:nth-child(2n),
	header .nav-sub .other:last-child{
		border-right: none;
	}
	header .nav-sub .other:last-child {
		width: 100%;
	}
	
	
	.btntoggle {
		position: absolute;
		right: 5px;
		top: 5px
	}
	
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100
	}
	
	#nav_toggle div {
		position: relative
	}
	
	#nav_toggle div span {
        width: 100%;		
		height: 3px;
		background: #a67b5c;
        border-radius: 3px;
        display: block;
		position: absolute;		
		left: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out
	}
	
	#nav_toggle div span:nth-child(1) {
		top: 0
	}	
	#nav_toggle div span:nth-child(2) {
		top: 10px
	}	
	#nav_toggle div span:nth-child(3) {
		top: 20px
	}	
	.open #nav_toggle div span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 90%;
	}	
	.open #nav_toggle div span:nth-child(2) {
		width: 0;
		left: 50%;
	}	
	.open #nav_toggle div span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
		width: 90%;
	}
	#nav_toggle div + span{
	    font-size: 10px;
		color: #a67b5c;
		top: auto !important;
		bottom: 0;
		left: 0 !important;
		background-color: transparent;
		width: 100% !important;
		height: auto;
	}
	header .nav .nav-center .button .icon_ec{
		margin-bottom: -2px;
	}
    
    
    .mob_bnr #btn-web,
    .mob_bnr #btn-line{
        width: 100%;
        background-color: transparent;
        border-radius: 0;
    }
    .mob_bnr #btn-web{
        margin-bottom: 10px;
    }
    .mob_bnr #btn-web a,
    .mob_bnr #btn-line a{
        background-color: transparent;
        width: 100%;
        padding: 0;
        line-height: 1;
    }
    .mob_bnr #btn-line img{
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-right:0;
        
    }
}
@media screen and (max-width: 639px){
    header .nav .mob_center .nav-center .inc_sub_sp .menu_sub a{
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1.2;
        padding-right: 15px;
        height: auto;
    }
    header .nav .mob_center .nav-center .inc_sub_sp .menu_sub a:nth-last-child(3),
    header .nav .mob_center .nav-center .inc_sub_sp .menu_sub a:nth-last-child(2){
        border-bottom:none;
    }
    header .nav .mob_center .nav-center .inc_sub_sp .menu_sub a:last-child{
        width: 100%;
        border-top:1px solid #dedede;
    }
    header .nav .mob_center .nav-center .inc_sub_sp .menu_sub .no-link{
        pointer-events: none;
    }
    .nav_mob_bnr{
        background-color: #333;
        padding: 10px 0 180px;
    }
    .nav_mob_bnr a:nth-child(2) .nav_mob_bnr_img{
        margin-bottom:20px;
    }
}
@media screen and (min-width: 640px){
	#btn-line.mobile,
	.btntoggle,
	.mob_hdr_btns,
	.mob_bnr,
    header .nav .mob_center .nav-center li.sp,
    .nav-mob-bg,
    .nav_mob_bnr,
    .inc_sub_sp{
		display: none;
	}
	header{
		height: auto;
		position: relative;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		font-family: "Noto Sans JP";
		z-index: 200;
	}
	.hdr_upr{
		height: 85px;
		display: flex;
		flex-flow: wrap;
		align-items: flex-start;
		justify-content: center;
	}	
	#brand-caption {
		font-size: 13px;
		letter-spacing: .1rem;
		margin-bottom: 0;
        margin-left: 0;
		line-height: 1;
	}
	header .hdr_upr{
		width: 100%;
		max-width: 98vw;
		display: flex;
		flex-flow: wrap;
		align-items: center;
		justify-content: center;
	}
	.hdr_upr .nav-left{
		width: auto;
		flex: 0 0 auto;
		display: flex;
		flex-flow: column;
		font-size: 1.4rem;
	}
	header .hdr_upr .nav-right{
		position: relative;
		display: flex;
    	justify-content: flex-end;
		flex: 0 0 auto;
		margin-left: auto;
		width: 22.37vw;
	}
	.nav-right a {
		max-height: 60px;
		overflow: hidden;
	}
	header .hdr_upr .brand{
		width: auto;
		max-width: 450px;
		padding: 0;
		font-size: 1em;
		opacity: 1;
        height: 85px;
        display: flex;
        align-items: center;
	}
	.hdr_upr .brand img{
        margin: 0;
        padding: 0;
        width:450px;
        max-width: 450px;
	}
    
	.nav-right a {
		max-height: 60px;
		overflow: hidden;
	}
	#btn-web a {
		font-size: 12px;
		width: 100%;
		padding: 10px 1vw;
	}
	.nav .nav-center .button{
		font-size: 13px;
		margin-left: 0;
	}
	.nav-mobile.row{
		width: 100vw;
		height: 50px;
	}
	.mob_center{
		width: 100%;
		max-width: 1118px;
		margin: 0 auto;
		flex-flow: wrap;
		justify-content: center;
	}
	header .nav{
		width: 100%;
		height: 50px;
		margin: 0;
	}
	header .nav .nav-center{
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
		align-items: center;
		justify-content:space-evenly;
		flex-flow: row;
		margin: 0;
		padding: 0;
	}
    header .nav .mob_center .nav-center li{
		height: 100%;
		padding: 0 .8rem;
		font-size: 1.2rem;
		text-align: center;
		display: inline-flex;
	}
    header .nav .mob_center .nav-center li.inc_sub_sp{
        display: none;
    }
	header .nav .nav-center .button{
        width: 100%;
        height: 100%;
		padding: 0;
		font-size: 1.35rem;
		letter-spacing: normal;
        flex-flow: column;
	}
    header .nav .nav-center .button::before{
        position: absolute;
        border-bottom: solid 3px #fff;
        top: 42.5px;
        left: 0;
        content: "";
        display: block;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        transition: all .25s ease-out;
        width: 0;
    }
    header .nav .nav-center .button:hover::before{
        width: 100%;
    }
    
    header .nav .mob_center .nav-center .inc_sub{
        position: relative;
    }
    header .nav .mob_center .nav-center .inc_sub a{
        padding-right: 1.5rem;            
    }
    header .nav .nav-center li:not(.inc_sub) .button::after{
        display: none;
    }
    header .nav .nav-center .inc_sub > .button::after{
        background-size: 30px;
        width: 12px;
        height: 12px;
        transform: rotate(90deg);
        right: 0px;
        top: auto;
        bottom: auto;
        margin: 0;
    }
    header .nav .mob_center .nav-center .other_ec{
        flex-flow: row;
    }
    @media screen and (max-width: 840px) {
        header .nav .mob_center .nav-center li a,
        .hdr_upr .nav-left,
        #btn-line, #btn-web{
            zoom: .9;
        }
        
    }
    @media screen and (max-width: 960px) {
        #top .container,
        #rate .container.row,
        #maker .container,
        #result .container{
            zoom: .8;
        }
        .visualarea_text{
            padding: 0 20px;
        }
    }
	@media screen and (min-width: 724px){
		header .nav .mob_center .nav-center li a{
			font-size: 1.2rem;
		}
        .bread{
            padding: 0 20px;
        }
	}
    @media screen and (min-width: 1100px){
        header .nav .mob_center .nav-center li a{
			font-size: 1.4rem;
		}
    }
	.nav .nav-center .button{
		padding: 0 2rem 0 0;
		height: 40px;
	}
	.nav-right li:first-child{
		margin-left: 0;
	}
	#top .container{
		margin-top: 0;
	}
	#btn-web a,
	#btn-line a {
		font-size: 14px;
		font-weight: 600;
		width: 100%;
		height: 46px;
		padding: 5px 1.2931vw 5px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#btn-line img {
		max-width: 33px;
		margin-right: 0;
	}
	#btn-web img{
		max-width: 26px;
    	margin-right: 5px;
	}
	header .nav-sub{
		margin-right: 0;
		margin-left: 10px;
	}
	header .nav-sub .icon_list{
		padding: 0 3px;
		border-radius: 8px;
		margin: 5px;
		background-color: transparent
	}
	header .nav-sub a.icon_list:before{
		display: none;
	}
    .menu_sub{
        box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
    }
    .guide + .menu_sub,
    .price_lst + .menu_sub{
        top: 48px;
		color: #a67b5c;
		padding: 0;
        width: 100%;
        background-color:#fff;
        min-width: 200px;
	}
    .price_lst + .menu_sub{
        min-width: 280px;
    }
	header .nav .nav-center .menu_sub .button{
		color: #46504a;        
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0;		
		width: 100%;
		height: 40px;
	}
    header .nav .mob_center .nav-center .menu_sub a{
        padding: 0 1rem 0 1.2rem;
        color: #a67b5c;
        border-bottom: 1px solid #bdbdbd;
        font-size: 1.35rem;
        height: 46px;
        flex-flow: row;
    }
    header .nav .mob_center .nav-center .menu_sub a:last-child{
        border-bottom: none;
    }
    header .nav .nav-center .menu_sub .button::after{
        right:5px;
    }
}
@media screen and (min-width: 1120px){
    header .hdr_upr{
        max-width: 1118px;
        max-width: 114rem;
    }
}
.keyvisual{
    max-width: 100%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 639px) {
    .pc{
      display: none;  
    }
    .top_page .keyvisual{
    margin-top: 50px;
    }
}
@media screen and (min-width: 640px){
    .sp{
        display: none;  
      }
    .pc{
        display: flex;  
    }
    .keyvisual{
        margin-bottom: 50px;
    }
    .keyvisual .pc{
    max-width: 1140px;
    width: 100%;
    }
}