@font-face {
  font-family: "DIN Alternate Bold";
  src: url("../font/DIN Alternate Bold.ttf") format("truetype");
}
#menu_contents {
	overflow-x: hidden;
}

@media screen and (min-width: 761px) {
#title_conts {
	width: 100%;
    height: 500px;
    background-image: url(../images/price/price_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.title_inner {
	width: 800px;
	margin: auto;
	position: relative;
	top: 180px;
}
.title_inner .top_title {
	font-size: 60px;
	font-family: "DIN Alternate Bold";
}
.title_inner h1 {
	font-size: 30px;
	letter-spacing: 0.1em;
}
.title_inner .page_ttl span{
		font-size:60%;
		display:block;
	}
.menu_navi {
	padding: 40px 0;
	
}
.menu_tab_list {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	width: 800px;
	margin: auto;
}
.menu_tab_list .menu_navi_tab {
	width: 23%;
	margin-right: 2%;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.menu_tab_list .menu_navi_tab:last-child {
	margin-right: 0;
}
.menu_parts_list {
	width: 800px;
	margin: auto;
}
.menu_parts_list .menu_tab {
	width: 100%;
	display: table;
}
/*
.menu_parts_list .menu_tab:before {
	content: "";
    order: 1;
    flex-basis: 33.3%;
	width: 33.33%;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}
.menu_parts_list .menu_tab:after {
	content: "";
    order: 1;
    flex-basis: 33.3%;
	width: 33.33%;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}

.menu_parts_list .menu_tab a {
	display: block;
	float: left;
	width: 33.33%;
	border: 1px solid #e4e1d7;
    border-width: 0 1px 1px 1px;
	font-size: 16px;
	padding: 15px;
}


.menu_parts_list #parts_01 {
	display: table;
}
.menu_parts_list #parts_02 {
	display: none;
}
.menu_parts_list #parts_03 {
	display: none;
}
.menu_parts_list #parts_04 {
	display: none;
}

*/
.ope_menu_box {
	background: #f8f8f8;
	padding: 60px 0;
}
.ope_menu_box_in {
    width: 800px;
	margin: auto;
}
.ope_menu_tab ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ope_menu_tab ul li {
    flex-basis: 24%;
    padding: 20px 0;
    background: #ccc;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.ope_menu_tab ul li.is-active {
    padding: 24px 0 20px;
    background: #fff;
    border-top: 10px solid #40B1BF;
    color: #333;
}
.ope_menu_list ul {
    display: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.ope_menu_list ul li {
    flex-basis: 33.3%;
    flex-grow: 1;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    background: #fff;
}
.ope_menu_list ul li a {
    position: relative;
    display: block;
    padding: 32px 28px;
	font-size: 18px;
}
.ope_menu_list ul li:nth-child(-n+3) {
    border-top: none;
}
.ope_menu_list ul li:nth-child(3n) {
    border-right: none;
}
.ope_menu_list ul.is-active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ope_menu_list ul::before {
    content: "";
    order: 1;
    flex-basis: 33.3%;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}
.ope_menu_list ul::after {
    content: "";
    order: 1;
    flex-basis: 33.3%;
    flex-grow: 2;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}

.ope_risc{
width:800px;
	margin:60px auto 0;
}
.ope_risc table{
	background:#fff
}
.ope_risc table td,.ope_risc table th{
	padding:1rem;
	    border: 1px solid #e4e1d7;
}
.ope_risc table th{
	width:250px;
	vertical-align:middle;
	background:#ccc;
	color:#fff;
	font-size:1.3rem;
}
.price_list {
    width: 1000px;
    margin: 70px auto;
}
.price_list h2 {
    font-size: 24px;
    padding: 25px 0;
    border-bottom: 2px solid #333;
    letter-spacing: 0.2em;
	text-align: center;
    border: 1px solid #333;
	margin: 100px auto 0;
}
	.link_page {
		display: inline-block;
		font-size: 2.5vw;
		color: #40B1BF;
		position: relative;
	}
	.link_page:after {
		content: "";
		position: absolute;
		display: block;
		right: -25px;
		top: -15px;
		width: 17px;
		height: 17px;
		background-image: url(../images/price/link_page_ico.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.link_page:hover:after {
		content: "";
		position: absolute;
		display: block;
		right: -25px;
		top: -15px;
		width: 17px;
		height: 17px;
		background-image: url(../images/price/link_page_ico.png);
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.8;
	}
	.price_box {
		width: 100%;
		margin: 60px auto;
	}
	.price_box h3 {
		padding: 3px 0;
		font-size: 22px;
		border-bottom: 1px solid #333;
	}
	.price_box_out {
		margin: 20px 0;
	}
	.price_box_out h5 {
		padding: 1px 0 1px 15px;
		border-left: 5px solid #333;
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 40px;
	}
	.price_box_out h5 .mini {
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}	
	.price_box_out dl {
		width: 100%;
		display: table;
		min-height: 100px;
	}
	.price_box_out dl dt {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 25%;
		border: 1px solid #333;
		font-size: 16px;
		background: #f4f3e5;
		min-height: 100px;
		padding: 10px;
	}
	.price_box_out dl dt .mini {
		font-size: 12px;
		line-height: 1.3;
		font-weight: normal;
		color: #000;
	}
	.price_box_out dl dd p span.mini {
		font-size: 12px !important;
		font-weight: normal;
		color: #000;
		margin-left: 10px;
	}
	.price_box_out dl dd {
		width: 100%;
		border: 1px solid #333;
		margin-left: -1px;
		min-height: 100px;
		display: table-cell;
		vertical-align: middle;
	}
	.price_d {
		width: 100%;
		display: table;
	}
	.price_d .left_p {
		float: left;
	}
	.price_d .right_p {
		float: right;
		/*display: flex;*/
		text-align: right;
	}
	.price_box_out dl dd .price_d {
		width: 100%;
		display: table;
		border-top: 1px solid #333;
		margin-top: -1px;
		padding: 15px;
	}
	.price_box_out dl dd .price_d:nth-of-type(2n) {
		background: #fbfbf8;
	}
	.price_box_out dl dd .price_d:first-child {
		border: none;
	}
	.price_box_out dl dd .price_d .left_p {
		float: left;
	}
	.price_box_out dl dd .price_d .right_p {
		float: right;
		/*display: flex;*/
	}
	.price_box_out dl dd p span {
		/*display: block;
		float: right;*/
		color: #e3424d;
    	font-weight: bold;
    	font-size: 26px;
	}

	.m_name{
		font-size: 130%;
		font-weight: bold;
	}
	
    .m_text {
        font-size: 110%;
        font-weight: bold;
        width: 50%;
        background-color: #f9ece9;
        padding: 10px;
    }
	
	
	.price_box_out dl dd p .as_m_name{
		font-size: 80%;
		font-weight: normal;
		color: #e3424d;
	}

	.at_m_name{
		font-size: 120%;
		font-weight: bold;
		width: 50%;
        background-color: #f9ece9;
        padding: 30px;
	}
	
	.right_p .m_price{
		font-size: 230%;
	}

	.right_p .as_m_price{
		font-size: 230%;
	}

	.m_price .sp {
		display: none

	}

	.right_p .m_price small{
		font-size:60%;
		font-weight:normal;
		color: #000;
	}

	.right_p .as_m_price small{
		font-size:60%;
		font-weight:normal;
		color: #000;
	}
}

.price_anker {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.price_anker li {
	flex-grow: 1;
	background: #e6e6e6;
	border: #000 1px solid;
	border-right-width: 0;
	font-size: 18px;
	text-align: center;
}
.price_anker li:last-child {
	border-right-width: 1px;
}
.price_anker li a {
	display: block;
	padding: 15px 15px 10px;
}
.price_box_out .price_anker_name {
	background: #333;
	margin-top: 40px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.price_cam {
	width: 1000px;
	margin: 70px auto;
}
.price_cam_list {
	display: flex;
	justify-content: space-between;
}
.price_cam_item {
	flex-basis: 31%;
}

.price_link_btn {
	margin: 40px auto;
}

.price_box_out .m_bg{
	background-color: #f9ece9;
	
}



@media screen and (max-width: 760px) {
#title_conts {
	width: 100%;
    height: 250px;
    background-image: url(../images/price/price_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 58% 50%;
    position: relative;
}
.title_inner {
	width: 80%;
    margin: auto;
    position: relative;
    top: 18vw;
    left: 0;
    line-height: 1.2;
}
.title_inner .top_title {
	font-size: 8vw;
	font-family: "DIN Alternate Bold";
}
.title_inner h1 {
	font-size: 4vw;
	letter-spacing: 0.1em;
}
	.title_inner .page_ttl span{
		font-size:60%;
		display:block;
	}
.menu_navi {
	padding: 40px 0;
	
}
.menu_tab_list {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	width: 800px;
	margin: auto;
}
.menu_tab_list .menu_navi_tab {
	width: 23%;
	margin-right: 2%;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.menu_tab_list .menu_navi_tab:last-child {
	margin-right: 0;
}
.menu_parts_list {
	width: 800px;
	margin: auto;
}
.menu_parts_list .menu_tab {
	width: 100%;
	display: table;
}
/*
.menu_parts_list .menu_tab:before {
	content: "";
    order: 1;
    flex-basis: 33.3%;
	width: 33.33%;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}
.menu_parts_list .menu_tab:after {
	content: "";
    order: 1;
    flex-basis: 33.3%;
	width: 33.33%;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}

.menu_parts_list .menu_tab a {
	display: block;
	float: left;
	width: 33.33%;
	border: 1px solid #e4e1d7;
    border-width: 0 1px 1px 1px;
	font-size: 16px;
	padding: 15px;
}


.menu_parts_list #parts_01 {
	display: table;
}
.menu_parts_list #parts_02 {
	display: none;
}
.menu_parts_list #parts_03 {
	display: none;
}
.menu_parts_list #parts_04 {
	display: none;
}

*/
.ope_menu_box {
	background: #f8f8f8;
	padding: 6vw 0;
}
.ope_menu_box_in {
    width: 94%;
	margin: auto;
}
.ope_menu_tab ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ope_menu_tab ul li {
    flex-basis: 24%;
    padding: 2vw 0;
    background: #ccc;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size: 3vw;
    color: #fff;
    cursor: pointer;
}
.ope_menu_tab ul li.is-active {
    padding: 3vw 0 2vw;
    background: #fff;
    border-top: 2vw solid #40B1BF;
    color: #333;
}
.ope_menu_list ul {
    display: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.ope_menu_list ul li {
    flex-basis: calc(50% - 1px);
    font-size: 3vw;
    flex-grow: 1;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    background: #fff;
	padding: 2vw 0;
}
.ope_menu_list ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 46px;
    padding: 0 5.2vw 0 3.4vw;
    line-height: 1.4;
}

.ope_menu_list ul li:nth-child(-n+2){
	border-top: none;
}

.ope_menu_list ul li:nth-child(-n+2){
	margin-top: 1px;
}
.ope_menu_list ul li:nth-child(2n){
	margin-right: 0px;
}
.ope_menu_list ul li:nth-child(-n+2){
	margin-top: 0px;
}
.ope_menu_list ul.is-active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ope_menu_list ul::before {
    content: "";
    order: 1;
    flex-basis: 33.3%;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}
.ope_menu_list ul::after {
    content: "";
    order: 1;
    flex-basis: 33.3%;
    flex-grow: 2;
    background: #fff;
    border: 1px solid #e4e1d7;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}
.ope_risc{width: 94%;margin: 20px auto 0;}
.ope_risc table{
	background:#fff
}
.ope_risc table td,.ope_risc table th{
	padding:1rem;
	border: 1px solid #e4e1d7;
	font-size: 13px;
}
.ope_risc table th{
	width: 30%;
	vertical-align:middle;
	background:#ccc;
	color:#fff;
	/* font-size: 1rem; */
}
.menu_list {
    width: 80%;
    margin: 7vw auto;
}
.menu_list h2 {
	font-size: 5vw;
	padding: 2vw 0;
	border-bottom: 2px solid #333;
	letter-spacing: 0.2em;
}
.menu_box {
	margin: 2vw auto 7vw;
    width: 100%;
    display: table;
}
.menu_box dl {
	display: table;
    width: 100%;
    margin: 0 0 2vw;
    padding: 2vw 0;
    border-bottom: 1px solid #ccc;
}
.menu_box dt {
	width: 35%;
	display: table-cell;
	vertical-align: middle;
}
.menu_box dd {
	width: 60%;
	padding-left: 5%;
	font-size: 4vw;
	display: table-cell;
	vertical-align: middle;
}
.menu_box_link a {
	display: block;
	float: none;
	width: 100%;
	margin-right: 2%;
	font-size: 3.5vw;
    line-height: 2;
	position: relative;
	padding-left: 4vw;
}
.menu_box_link a:before {
	top: 1vw;
    position: absolute;
    content: "ー";
    font-size: 3vw;
    left: 0;
}
.menu_box_link a:nth-child(3n) {
	margin-right: 0;
}	
.price_list {
    width: 94%;
    margin: 7vw auto;
}
.price_list h2 {
    font-size: 4vw;
    padding: 3vw 0;
    border-bottom: 2px solid #333;
    letter-spacing: 0.2em;
	text-align: center;
    border: 1px solid #333;
	margin: 10vw auto 0;
}
	.price_box {
		width: 100%;
		margin: 5vw auto;
	}
	.price_box h3 {
		padding: 1vw 0;
		font-size: 4vw;
		border-bottom: 1px solid #333;
	}
	.price_box_out {
		margin: 2vw 0;
	}
	.price_box_out h5 {
		padding: 1px 0 1px 3vw;
		border-left: 5px solid #333;
		font-size: 3vw;
		margin-bottom: 2vw;
		margin-top: 4vw;
	}
	.price_box_out h5 .mini {
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}
	.price_box_out dl {
		width: 100%;
		display: table;
		min-height: 10vw;
	}
	.price_box_out dl dt {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 22%;
		border: 1px solid #333;
		font-size: 2.5vw;
		background: #f4f3e5;
		min-height: 10vw;
		padding: 1vw;
	}
	.price_box_out dl dt .mini {
		font-size: 2vw;
	}
	.price_box_out dl dd p span.mini {
		font-size: 2vw !important;
		font-weight: normal;
		color: #000;
		float: none;
		display: inline;
    	margin-left: 1vw;
	}
	.price_box_out dl dd {
		width: 100%;
		border: 1px solid #333;
		margin-left: -1px;
		min-height: 10vw;
		display: table-cell;
		vertical-align: middle;
	}
	.price_d {
		width: 100%;
		display: table;
	}
	.price_d .left_p {
		float: left;
	}
	.price_d .right_p {
		float: right;
		/*display: flex;*/
		text-align: right;
	}
	.price_box_out dl dd .price_d {
		width: 100%;
		display: table;
		border-top: 1px solid #333;
		margin-top: -1px;
		padding: 2vw;
		font-size: 2.5vw;
	}
	.price_box_out dl dd .price_d:nth-of-type(2n) {
		background: #fbfbf8;
	}
	.price_box_out dl dd .price_d:first-child {
		border: none;
	}
	.price_box_out dl dd .price_d .left_p {
		float: left;
		width: 40%;
	}
	.price_box_out dl dd .price_d .right_p {
		float: right;
		/*display: flex;*/
	}
	.price_box_out dl dd p span {
		/*display: block;
		float: right;*/
		color: #e3424d;
    	font-weight: bold;
		font-size: 5vw;
	}
	.link_page {
		display: inline-block;
		font-size: 2.5vw;
		color: #40B1BF;
		position: relative;
	}
	.link_page:after {
		content: "";
		position: absolute;
		display: block;
		top: -2.7vw;
		right: -4vw;
		width: 3vw;
		height: 3vw;
		background-image: url(../images/price/link_page_ico.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.link_page:hover:after {
		content: "";
		position: absolute;
		display: block;
		top: -2.7vw;
		right: -4vw;
		width: 3vw;
		height: 3vw;
		background-image: url(../images/price/link_page_ico.png);
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.8;
	}

	.price_anker {
		margin-top: 4vw;
	}
	.price_anker li {
		font-size: 3vw;
		flex-basis: 50%;
		flex-grow: 0;
		border-bottom-width: 0;
	}
	.price_anker li:last-child,
	.price_anker li:nth-last-child(2) {
		border-bottom-width: 1px;
	}
	.price_anker li:nth-child(even){
		border-right-width: 1px;
	}
	.price_anker li a {
		padding: 2vw 2vw 1vw;
	}
	.price_box_out .price_anker_name {
		margin-top: 4vw;
		padding: 2vw;
		font-size: 3vw;
	}

	.price_cam {
		width: 94%;
		margin: 10vw auto 0;
	}

	.price_link_btn {
		margin: 4vw auto 0;
		padding: 0 0 4vw;
		width: 90%;
	}

	.m_price .sp {
		display: block;

	}
	
	.right_p .m_price{
		font-size: 230%;
	}

	.right_p .m_price small{
		font-size:48%;
		font-weight:normal;
		color: #000;
		vertical-align:text-top;
	}

	.right_p .as_m_price small{
		font-size:50%;
		font-weight:normal;
		color: #000;
		vertical-align: text-top;
	}
	.m_name{
		font-size: 105%;
		font-weight: bold;
	}

    .price_box_out dl dd p .as_m_name {
        font-size: 110%;
        font-weight: normal;
        color: #e3424d;
        float: none !important;
        width: 100% !important;
        display: block;
    }
	.at_m_name{
		font-size: 120%;
		font-weight: bold;
        background-color: #f9ece9;
        padding: 20px 10px;	
		text-align: center;	
	}

	.m_text{
		font-weight: bold;
        width: 50%;
        background-color: #f9ece9;
        padding: 10px;
	}
	.m_sp {
		margin-top: 1em;
	}

}