@media screen and (max-width: 1178px){

#header ._in {
    width: 95%;
}

}

@media screen and (max-width: 1216px){

.op_li li {
    width: calc( 25% - 16px );
    margin: 14px 20px;
    text-align: center;
    max-width: 228px;
}
.main_img_o .c2 {
    width: 90%;
}

}

@media screen and (max-width: 1144px){

#header ._in .nav .h_nav li {
    margin: 0 7px;
}
#header ._in .nav .cart_nav li .num {
    font-size: 1.1em;
    line-height: 1em;
}
#header ._in .nav .cart_nav .tel .icon {
    font-size: 2.1em;
    line-height: 1em;
    display: block;
}
#header ._in {
    width: 100%;
}
header {
    margin-bottom: 0;
    border-bottom: 0;
}
#header ._in .logo {
/*     margin-left: 24px; */
}
.ttl_obi01 {
    font-size: 1.5em;
}
.ttl_obi02 {
    font-size: 1.5em;
}
.product .c6 .product_cat_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc( 100% );
    font-size: 1.5em;
    line-height: 1em;
    color: #fff;
    background: #5571ae;
    justify-content: center;
    padding: 20px 14px;
}
.product .c6 .product_cat_li {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% );
    padding: 0 0;
}
.about .info_c2 .txt .data .addr {
    font-size: 1em;
}
.about .info_c2 .txt .data .tel {
    font-size: 1.25em;
    letter-spacing: 0;
}
.footer .c2 .inner .f_nav {
    display: flex;
    flex-wrap: wrap;
    width: calc( 67% - 4px );
    padding: 14px 0;
    padding-left: 2%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 24px;
}
.footer .c2 .inner .addr {
    width: 30%;
    padding: 14px 0;
    position: relative;
}

.op_li li {
    width: calc( 25% - 16px );
    margin: 14px 8px;
    text-align: center;
    max-width: 228px;
}


}



@media screen and (max-width: 918px){

/*
.main_img_o .c2 .ttl {
    width: 100%;
    text-align: center;
}
*/
.main_img_o .c2 .ttl .logo {
    max-width: 306px;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
}
.main_img_o .c2 .txt {
    width: 100%;
}

#header ._in .nav .h_nav {
    display: none;
}

/* 固定ナビ */

#menuButton_s.fixed,
#header.fixed {
	position: fixed;
	z-index: 999999999;
}

#menuButton_s {
    display: block;
    width: 40px;
    height: 40px;
/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
    z-index: 3;
    cursor: pointer;
    text-align: center;
}

#menuButton {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
#menuButton span {
    display: block;
    background: #ffff;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 10px;
}
#menuButton.active span:first-child {
    top: 11px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 9px;
}
#menuButton.active span:last-child {
    bottom: 11px;
}
#menuButton.active {
	width: 42px;
    height:42px;
    margin-bottom: 3px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.sp_menu {
	display: block;
    height: 74px;
    padding: 14px 14px;
    background: #5571ae;
}
.sp_menu.is-fixed {
	width: 100%;
}
.sp_menu.is-fixed #menuButton_s {
/*
    position: absolute;
    top: 0;
    right: 0;
*/
    z-index: 101;
}

#menuButton_s p {
	position: relative;
    top: -10px;
    font-size: 88%;
    font-weight: 600;
    text-align: center;
}

.contents_article .c2 .en_ttl {
    font-size: 1.7em;
}
.side_img {
    width: 28%;
    margin: 0;
}
.item_post .item_post_c2 .ph {
    width: 100%;
    margin: 7px auto;
}
.item_post .item_post_c2 .txt {
    width: 100%;
    margin-top: 24px;
}
.item_details .article {
    width: 100%;
}
#memberpages {
    padding: 0;
}
#content {
    padding: 0;
}

.s_nav {
	position: fixed;
	z-index: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	overflow: scroll;
	display: block;
}
.s_nav .main_nav {
	padding-bottom: 100px;
}
.s_nav li a {
    color: #5571ae;
    padding: 12px 10px 12px 25px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 1em;
}
.s_nav li h3 {
    color: #5571ae;
    padding: 15px 10px 15px 25px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 100%;
    font-weight: 400;
}
.s_nav li a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e315";
    font-size: 100%;
    background: transparent;
    position: absolute;
    top: 35%;
    right: 10%;
}
.s_nav li .menu_tog_btn:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e313";
    font-size: 120%;
    background: transparent;
    position: absolute;
    top: 35%;
    right: 10%;
}

.s_nav ul {
	margin-left: 30%;
	text-align: left;
    font-size: 1.1em;
    line-height: 1.1em;
}
.s_nav ul li .s_txt {
    display: block;
    font-size: 0.6em;
    text-align: left;
    letter-spacing: 0;
    margin-top: 4px;
}
.s_nav ul li a:first-letter {
	color: #267592;
}
.s_nav ul li a img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.s_nav li {
	border-bottom: 1px solid #e4e2da;
}

.s_nav li ._second {
	margin-left: 0%;
	border-bottom: none;
	border-top: none;
	display: none;
	background: #f5f5f5;
}
.s_nav li ._second li {
	border-bottom: 1px solid #1c2b63;
}
.s_nav li ._second li:last-of-type {
	border-bottom: 0;
}

.s_nav .menu_tog_btn.active:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\e316";
	padding-left: 1em;
	font-size: 120%;
}
.s_nav li ._second a {
    color: #5571ae;
    padding: 12px 10px 12px 25px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 0.7em;
}

.s_nav .web_reserve_o {
    margin: 20px 0 0 30%;
    display: inline-block;
    font-size: 2.6em;
}
.s_nav .web_reserve_o .tel .icon {
    display: inline-block;
    font-size: 0.6em;
}
.s_nav .web_reserve_o .tel {
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 14px;
}
.s_nav li ._second li {
    border-bottom: 1px solid #e3dede;
}

.sozai .sozai_data .inner .txt {
    width: 100%;
}
.sozai .sozai_data .inner .ph {
    max-width: 344px;
    width: 100%;
    margin: 20px auto 0;
}
.sozai .sozai_data .inner {
    padding: 24px;
}
.sozai .sozai_data .inner h3:before {
    left: -24px;
}

}


@media screen and (max-width: 647px){

.pc_br {
	display: inline;
}
.cart_nav_pc {
	display: none;
}
.sp_menu {
    height: 64px;
    padding: 12px 7px;
}
#header ._in .cart_btn a {
    padding: 14px 12px;
    height: 64px;
}
.th_li li {
    width: calc( 50% );
}
.th_li li:nth-child(2n+1) {
	border-left: none;
}
.product .c6 .product_cat_li a {
    width: calc( 100% / 2 );
    border-top: 0;
    border-left: 1px solid #5571ae;
    border-bottom: 1px solid #5571ae;
    border-right: 0;
}
.product .c6 .product_cat_li a:nth-child(2n+1) {
    border-left: 0;
}
.th_li_c6 li {
    width: calc( 100% / 2 );
}
.th_li_c6 li:nth-child(2n+1) {
    border-left: 0;
}
.work_news ._in ._works {
    width: 100%;
}
.work_news ._in ._news {
    width: 100%;
}
.work_news ._in ._works .inner.c2 .ph {
    width: 100%;
}
.work_news ._in ._works .inner.c2 .txt {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.all_works_btn {
    position: relative;
}
.about .info_c2 .txt {
    width: 100%;
}
.about .info_c2 .map {
    width: 100%;
    margin-top: 30px;
}

.ft_btns {
    margin: auto 10px;
}
.ft_btns a span {
    display: flex;
    align-items: center;
    width: calc( 100% - 40px );
}
.ft_btns a .icon {
    margin-left: 1em;
    width: 33px;
}
.ft_btns a {
    padding: 14px;
    width: 50%;
    letter-spacing: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

.footer .c2 .inner {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 14px 0;
    font-size: 0.8em;
    line-height: 1.5em;
    width: 90%;
    margin: auto;
}
.footer .c2 .inner .addr {
    width: 100%;
    padding: 14px 0;
    position: relative;
}
.footer .c2 .inner .f_nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 14px 0;
    padding-left: 0;
    border-left: 0;
    margin-left: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .c2 .inner .f_nav ._nav {
    width: calc( 50% - 24px );
    margin-left: 48px;
}
.footer .c2 .inner .f_nav ._nav:nth-child(2n+1) {
    margin-left: 0;
}
.footer .c2 .inner .bottom {
    position: relative;
    bottom: 0;
    left: 0;
}
.ttl_obi02 {
    font-size: 1.5em;
    padding: 18px 4px 12px;
}
.contents ._in {
    padding: 15px 0;
}
.footer .c2 .inner .f_nav ._nav h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.product .c6 .product_cat_ttl {
    justify-content: left;
    padding: 18px;
}

.form td {
    padding: 0 0 14px 0;
    display: block;
}
.form th {
    padding: 22px 14px 14px 0;
    width: auto;
    display: block;
}
.tex_m {
    width: calc( 100% - 0px ) !important;
}
.page .footer {
    margin-top: 30px;
}
.contents_article .c2 .ph {
    width: 100%;
}
.contents_article .c2 .txt {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.contents_article .c2 .en_ttl {
    text-align: left;
}
.ttl_obi05 {
    font-size: 1.3em;
}
.ttl_obi03 {
    font-size: 1.8em;
    padding: 18px 4px;
}
.contents_article ._c2 ._ttl {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    width: 100%;
}
.contents_article ._c2 {
    padding: 14px 0 0 0;
}
.contents_article ._c2 ._txt {
    text-align: justify;;
    width: 100%;
    margin-top: 14px;
}
.contents_article .inner {
    padding: 0 10px;
}
.contents_article {
    margin-top: 30px;
}
.qa_cat_li a {
    width: 100%;
    text-align: center;
    border-top: 1px solid #5571ae;
    border-bottom: 0;
    border-left: 0;
    justify-content: center;
    padding: 10px 0;
}
.qa_cat_li {
    border-bottom: 1px solid #5571ae;
}
.contents_article .qa_li {
    padding: 0 24px 0;
    margin-top: 20px;
}
.scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 14px;
}
.scroll::-webkit-scrollbar {
        height: 5px;
}
.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.history-area {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 14px;
}
.history-area::-webkit-scrollbar {
        height: 5px;
}
.history-area::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.history-area::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
#memberinfo #history_head {
    white-space: nowrap;
}

.table03 th {
    white-space: nowrap;
}
.about .about_c2 .txt {
    width: 100%;
    margin-top: 20px;
}
.about .about_c2 .ph {
    max-width: 100%;
    width: 100%;
}
.table01 th {
    padding: 10px 0;
    vertical-align: top;
    border-top: 0;
    font-weight: normal;
    width: 100%;
    display: block;
    border-bottom: 1px solid #cccccc;
}
.table01 td {
    padding: 12px 0;
    vertical-align: top;
    border-left: 0;
    border-top: 0;
    display: block;
}
.about .map_c2 .ph {
    width: 100%;
}
.about .map_c2 .map {
    width: 100%;
    margin-top: 20px;
}
.contents .contents_inner {
    position: relative;
    padding: 4px;
}
.side_img {
    width: 60%;
    margin: 30px auto 0;
}
.news_post_inner {
    width: 100%;
    margin: 0;
}
.news_post .c2 {
    padding: 0 8px;
}
.news_post_inner .news_li {
    margin: 10px auto 0;
}
.news_post_inner {
    width: 100%;
    margin: 0;
}
.side_img {
    width: 60%;
    margin: 30px auto 0;
}
.news_post .c2 {
    padding: 0 8px;
}
.news_post_inner .date {
    margin-top: 0;
}
.midashi01 {
    font-size: 1.2em;
}
.midashi02 {
    font-size: 1.2em;
}
.midashi03 {
    font-size: 1.2em;
}
#header ._in .logo {
    margin-left: 0;
    padding: 0 12px;
}
.main_img_o .c2 {
    margin: 20px auto 10px;
}
.op_li li {
	width: calc( 50% - 14px );
    margin: 14px 7px;
    text-align: center;
    max-width: 228px;
}
.detail_data_li li .ttl {
	width: 100%;
}
.detail_data_li li .cp_ipselect {
    width: calc( 100% );
}
div.cart_navi ul {
    font-size: 11px;
}
div.cart_navi li {
    display: block;
    color: #1a1a1a;
    font-size: 1em;
    font-weight: 400;
    padding: 0 1.109095em 0 1.21818em;
    background: #dedede;
    float: left;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}
.customer_form input#loginmail, .customer_form input#mailaddress1, .customer_form input#mailaddress2 {
    width: 100%;
}
#cart_table {
    white-space: nowrap;
}

._works .swiper-pagination {
    position: relative;
    margin-top: 7px;
}
.main_img_o {
    margin-top: 64px;
}
.contents.top_border {
    margin-top: 74px;
}


/* 追加 配送設定*/
.msa_field label {
    width: 100%;
}
#msa_company {
    width: calc( 100% - 20px );
}
.msa_field textarea, .msa_field input[type="text"] {
    margin: 0 10px 10px;
    vertical-align: unset;
}
input#msa_name,
input#msa_name2,
input#msa_furigana,
input#msa_furigana2 {
    width: calc( 100% - 40px );
}
span.msa_field_c2 {
    padding-left: 10px;
    display: block;
}
#msa_zip {
    width: 40%;
}
#msa_address1, #msa_address2, #msa_address3, #msa_note {
    width: calc( 100% - 20px );
}
.customer_form input[type="text"] {
    margin-right: 0.5em;
    width: 100%;
}



#header ._in .nav .cart_nav li {
	font-size: 0.6em;
}
#header ._in .nav .cart_nav li .icon {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 4px;
}
#header ._in .cart_btn a {
    background: #363636;
    padding: 12px 10px;
    display: block;
    font-size: 0.6em;
}
#header ._in .cart_btn a .icon {
    font-size: 3em;
    line-height: 1em;
    display: block;
    margin-bottom: 4px;
}

.sp_menu {
    height: 64px;
    padding: 12px 4px;
}
#menuButton_s {
    width: 34px;
}
#menuButton {
    width: 34px;
}
#menuButton span {
    width: 24px;
}
#header ._in .logo {
    margin-left: 0;
    padding: 0 12px;
    width: 28%;
}
#zeus_registerd_card_area, #zeus_new_card_area {
    margin: 0 0 10px 0 !important;
}
#zeus_token_card_name {
    width: 100% !important;
}
.customer_form tr {
    border-bottom: 0 !important;
}
#memberinfo #zeus.customer_form {
    padding: 14px 7px 0 !important;
}
.search_select {
    padding: 0px 8px;
}
.about_c2 .mcs {
    margin: 14px 0 0;
}

}


@media screen and (max-width: 320px){

#header ._in .header_inner {
    width: 95%;
}
#header ._in .h_navi_li {
    font-size: 1.5em;
}
.header_inner .logo {
    width: 45%;
}


#header ._in .nav .cart_nav li {
	font-size: 0.5em;
}
#header ._in .nav .cart_nav li .icon {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 4px;
}
#header ._in .cart_btn a {
    background: #363636;
    padding: 15px 7px;
    display: block;
    font-size: 0.5em;
}
#header ._in .cart_btn a .icon {
    font-size: 3em;
    line-height: 1em;
    display: block;
    margin-bottom: 4px;
}

.sp_menu {
    height: 64px;
    padding: 12px 4px;
}
#menuButton_s {
    width: 34px;
}
#menuButton {
    width: 34px;
}
#menuButton span {
    width: 24px;
}
#header ._in .logo {
    margin-left: 0;
    padding: 0 12px;
    width: 24%;
}

.search_select {
    padding: 0px 0;
}

}


