@charset "utf-8";
/* CSS Document */
/*
Theme Name: custom
Template: twentysixteen
*/


/** top **/

.column {
    min-width: 1485px;
    background-image: url(https://www.orbital.site/images/top_base_bg.png);
    background-position: 50% 0;
}

.left-area, .right-area {
    display: inline-block;
    vertical-align: top;
}

.left-area {
    width: 80%;
    min-width: 1200px;
}

.right-area {
    width: 19%;
    margin-left: -5px;
    padding: 0 0.5em;
    min-width: 282px;
}

main.line div#mainVisual:after {
    background: url(http://bokkuriya.josho.co.jp/shop/img/bokkuri/products_mainvisual.jpg);
}

/** form **/
.level2.contact #mainVisual:after,.level2.categoryList #mainVisual:after {
    background: url(http://bokkuriya.josho.co.jp/shop/img/bokkuri/products_mainvisual.jpg);
}

.contactKantan header.entry-header {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit,
 input.wpcf7-form-control.wpcf7-previous {
    background: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-previous {
    color: #05a9df;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-previous:hover {
	color:#FFF;
}


input.wpcf7-form-control.wpcf7-submit:hover {
    color: #05a9df;
}


span.wpcf7-list-item-label {
    padding-left: 37px;
    position: relative;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.4rem;
}

span.wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 4px;
}


input[type="radio"]:checked + span.wpcf7-list-item-label {
    color: #009a9a;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 9px;
    width: 12px;
    height: 24px;
    transform: rotate(40deg);
    border-bottom: 3px solid #009a9a;
    border-right: 3px solid #009a9a;
}

label.file {
    display: block;
    position: relative;
    width: 190px;
    height: 40px;
    margin: 0 20px 0 0;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.5rem;
}

input.fileSel {
    display: none !important;
}

label.file:before, label.file:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin: -5px 0 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

label.file:after {
    right: 13px;
    border-left: 12px solid #fff;
    z-index: 1;
}

label.file:before {
    right: 22px;
    border-left: 3px solid #000;
    z-index: 2;
}

input[type="button"] {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#step03 .fileCaution {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1;
}

.one-step #formWrapper .stepArea dl.formRow.inline dt, .one-step #formWrapper .stepArea dl.formRow.inline dd {
    display: inline-block !important;
}

.inline dd {
    width: 100%;
    max-width: 557px;
}

#formWrapper .stepArea .checkList label {
    line-height: 30px;
    padding: 0;
}
dl.formRow.inline {
    margin-top: 2em;
}
/** temp type**/

.temp13 {
	background: #ffffff;
}

.temp13 img, .temp13 p {
    vertical-align: middle;
}

.temp13 img {
    width: 21% !important;
}

.temp11 h3 span {
    background: #f7f7f7;

}


/** jisseki **/

.entryPanelArea .entryPanel .thumb img {
    max-height: 185px;
    width: auto;
    display: block;
    margin: 0 auto;
}

#wordpress .entryPanel.slideIn:nth-child(-n + 2) {
    display: none;
}


/** 固定ページ **/

.item_wrap {
    display: flex;
    justify-content: space-around;
}
.h2mt {
    padding-top: 20px;
    border-bottom: solid 8px #ccc;
}

#categoryList .categoryBlock, #categoryList2 .categoryBlock {
    padding: 20px;
}




/** pe-ja- **/

.pagerInner span, .pagerInner a {
    display: inline-block;
    width: 33px;
    margin: 0 5px;
}

.pagerInner {
    text-align: center;
}

a.prev.page-numbers, a.next.page-numbers {
    text-indent: -1000000px;
}

a.next.page-numbers, a.prev.page-numbers {
    width: 33px;
    height: 30px;
    background-image: url(http://www.orbital.site/common/images/arrow_black.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    text-indent: -999em;
    overflow: hidden;
}

a.prev.page-numbers {
    transform: rotate(180deg);
    left: 0;
}

.page-numbers {
    width: 33px;
    height: 30px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span.page-numbers.current {
    background: #000;
    color: #fff;
}


.pagerInner {
    text-align: center;
    width: auto !important;
    max-width: 515px;
}

a.next.page-numbers {
    right: 0;
}

.hentry.entry .thumb:before {
    content: "" !important;
    background: none !important;
}

/** archive **/

.level2.articleList #mainVisual:after {
    background-image: url(http://bokkuriya.josho.co.jp/shop/img/bokkuri/products_mainvisual.jpg)
}

/** archives pager **/

.pager.cFrame.archives li:first-child {
    display: none !important;
}

.pager.cFrame.archives ul {
    max-width: 409px;
	width: auto;
}

span.next-art {
    float: right;
}

.pager ul {
    justify-content: center;
}

@media screen and (max-width: 750px) {
#headerLogo a {
    width: 80px !important;
    height: 23px !important;
    margin: 0 auto;
}
	.level0 #topMainVisual {
    height: 797px;
}

.level0 #topMainVisual #pageTitle {
    top: 18%;
    font-size: 1.7rem !important;
}
	
main.level0 #topMainVisual .visualArea .vSlide,
main.level0 #topMainVisual .visualArea2 .vSlide	{
    background-color: #fff !important;
    background-size: contain !important;
}	

.column {
    min-width: auto;
}

.left-area, .right-area {
    width: 100%;
    min-width: auto;
    margin: 0;
    padding-bottom: .5em;
}

#wordpress.entryPanelArea .entryPanel .thumb img {
    max-height: 101px;
}	
/** temp type **/	

.temp1 h3 {
    padding-left: 1em;
    margin: 0;
}
.temp13 img {
    width: 15% !important;
}
.temp1 div p {
    display: block;
}	
	

.temp1 div div {
    display: inline-block;
    width: 85%;	
	}
	
/** form **/
.one-step #formWrapper .stepArea dl.formRow.inline dt, .one-step #formWrapper .stepArea dl.formRow.inline dd {
    display: inherit !important;
}
	
label.file {
    width: 100%;
    height: 30px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 30px;
}

label.file:after {
    right: 6px;
    border-left: 8px solid #fff;
    z-index: 1;
}

label.file:before {
    right: 12px;
    border-left: 2px solid #000;
    z-index: 2;
}	
.stepArea .btnArea {
    display: block;
}	
/** pager **/
.pager ul li a {
    width: 20px !important;
    height: 30px !important;
    font-size: 1.5rem !important;
}

.pagerInner span, .pagerInner a {
    width: 20px !important;
}

.page-numbers {
    font-size: 1.5rem !important;

}

.pager ul li {
    width: 20px !important;
}	
.pager.cFrame.archives {
    width: 100%;
}
	
/** 関連 **/
	
div ul.related_post li img {
    width: 86px !important;
    height: 85px !important;
}

div ul.related_post li a:nth-child(1) {
    float: left !important;
    margin-right: 1em;
}
div ul.related_post li {
    display: inline-block !important;
    width: 100% !important;
    clear: both !important;
}	
}
