@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Gilda+Display|Open+Sans|Arbutus+Slab|Libre+Baskerville:400,400italic|Roboto:400,700,900);


@import url('_style.css'); 

/*共通*/
::selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
::-moz-selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
html, button, input, select, textarea {
    font-family: Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
    letter-spacing: 1px;
}
html {
	font-size: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    color: #231815;
    line-height: 1.5;
    margin: 0;
}
.site-title img {
    width:100%; 
    heiht: auto;
}
.entry-thumbnail img {
    display: block;
    margin: 0;
}
.site-title img {
    border: 0 none;
    vertical-align: baseline;
}
.site {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
}
ul {
    list-style-type: none;
}
nav ul, nav ol {
    list-style: none outside none;
}
menu, ol, ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	line-height: 1.3;
}
h1 {
	font-size: 16px;
	margin: 20px 0;
}
h2 {
	font-size: 14px;
	margin: 20px 0;
}
h3 {
	font-size: 11px;
	margin: 20px 0;
}
h4 {
	font-size: 10px;
	margin: 25px 0;
}
h5 {
	font-size: 10px;
	margin: 30px 0;
}
h6 {
	font-size: 10px;
	margin: 36px 0;
}
.site-main {
    position: relative;
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
}
.home .site, .navbar, .paging-navigation, .site-footer {
    background-color: transparent;
}
.hentry {
    padding: 0;
}
.home .hentry {
    padding: 20px 0 30px;
}
.page-template-blog-page-php .hentry {
    padding: 35px 0 180px;
}
.page-template-map-page-php.hentry {
    padding: 35px 0 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.entry-content blockquote {
    font-size: 13px;
}
blockquote {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 24px 15px;
}
#topcontrol {
    border-top: 2px solid #231815;
    font-family:  'Arbutus Slab', 'serif';
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 5px;
    text-transform: capitalize;
}
#topcontrol:hover {
    color: #444;
}
/*etc*/
strong {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}
.mt160 {margin-top: 160px;}
.mt170 {margin-top: 170px;}
.mt180 {margin-top: 180px;}
.mt190 {margin-top: 190px;}
.mt200 {margin-top: 200px;}

.clearfix:before { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

/*リンク*/
a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
a {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    color: #777;
    outline: 0 none;
}
a:hover {
    text-decoration: none;
}
.home .nav-menu li a {
    color: #fff;
}
.nav-menu li a {
    border-bottom: 2px solid;
    color: #333333;
    display: block;
    font-family: 'Arbutus Slab', 'serif';
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 0;
    padding: 0 35px 7px 0;
    text-align: left;
    text-decoration: none;
    text-transform: lowercase;
}

.nav-menu li.insta a {
    vertical-align: text-top;
display: inline-block;
padding: 0 35px 0px 0;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
    background-color: transparent;
    color: #777;
}
.home .nav-menu li:hover > a, .home .nav-menu li a:hover {
    background-color: transparent;
    color: #cdcdcd;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #333333;
    font-style: italic;
}
.home .nav-menu .current_page_item > a, .home .nav-menu .current_page_ancestor > a, .home .nav-menu .current-menu-item > a, .home .nav-menu .current-menu-ancestor > a {
    color: #fff;
    font-style: italic;
}
.nav-menu .sub-menu, .nav-menu .children {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color #F7F5E7 #F7F5E7;
    border-image: none;
    border-right: 0;
    border-style: none solid solid;
    border-width: 0 2px 2px;
    display: none;
    left: -2px;
    padding: 0;
    position: absolute;
    z-index: 99999;
}
.entry-title a {
    color: #333;
}
.entry-title a:hover {
    color: #777;
}
.entry-content a, .comment-content a {
    border-bottom: 1px solid #333333;
    color: #333333;
    padding-bottom: 1px;
}
.entry-content a:hover, .comment-content a:hover {
    border-bottom: medium none;
    color: #777;
}
.entry-meta a {
    border-bottom: 1px solid #333333;
    color: #333333;
    padding-bottom: 1px;
}
.entry-meta a:hover {
    border-bottom: medium none;
    color: #777;
}
.post-type-archive-product .entry-meta a, .post-type-archive-product .entry-content a, .post-type-archive-product .comment-content a {
    border-bottom: medium none;
    color: #333333;
    padding-bottom: 1px;
}
.post-type-archive-product .entry-meta a:hover, .post-type-archive-product .entry-content a:hover, .post-type-archive-product .comment-content a:hover {
    border-bottom: 1px solid #777;
    color: #777;
    padding-bottom: 1px;
}

.site-footer a {
    color: #333;
}
.home .site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: #cdcdcd;
}
.site-header .home-link {
    color: #333;
    display: block;
    float: left;
    margin: 0;
    max-width: 280px;
    min-height: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.home .logo-area {
    float: left;
    max-width: 200px;
    width: 100%;
}
.logo-area {
    float: left;
    max-width: 330px;
    width: 100%;
}
.navbar {
    background-color: transparent;
    float: right;
    margin: 20px 0 0;
    max-width: 630px;
    text-align: right;
    width: 100%;
}
.nav-menu li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 16px;
}
.nav-menu li span {
    display: inline-block;
    font-size: 72%;
    margin-top: 8px;
}
.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    max-width: 155px;
    padding: 0;
    width: 100%;
}
.site-title img, .error404 img {
    width: 100%;
    height: auto;
}
#wrapper {
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
    width: 100%;
}
#header-area {
    float: left;
    max-width: 1000px;
    padding: 20px 0 0;
    width: 100%;
    margin-bottom: 10px;
}
#main-area {
    float: left;
    max-width: 1000px;
    padding: 0;
    position: relative;
    width: 100%;
    padding-top: 23px;
}
/*footer*/
.site-footer {
    display: inline-block;
    margin: 60px 0 20px;
    text-align: left;
}
.home .site-info {
    bottom: 5px;
    font-family: 'Arbutus Slab', 'serif';
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    font-style: italic;
}
.site-info {
    bottom: 5px;
    font-family: 'Arbutus Slab', 'serif';
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
    font-style: italic;
}
.site-footer .sidebar-container {
    background-color: transparent;
}
/*home*/
body.home {
	color: #fff;
}
.on-box {
    width: 400px;
    transition: all 0.7s ease-out 0s;
}
.on-box:hover {
    transition: all 0.7s ease-out 0s;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE */
	filter: alpha(opacity=0); /* IE */
	-moz-opacity:0; /* Firefox(old) */
	-khtml-opacity: 0; /* Safari(old) */
	opacity: 0;
} 
.home-box p {
    margin: 0 0 15px;
    line-height: 2;
}
.home .top-l-box {
    color: #FFFFFF;
    float: left;
    max-width: 265px;
    padding: 5px;
    width: 100%;    
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}
.home .top-r-box {
    color: #FFFFFF;
    float: left;
    max-width: 265px;
    padding: 5px;
    width: 100%;    
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}
.home #main-area {
    position: absolute;
    bottom: 10px;
}
/*page*/
.entry-title {
    font-weight: bold;
}
.page-lbox .entry-title {
    color: #333333;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home header h1.entry-title {
    font-family: 'Gilda Display',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin: 0 0 10px;
    padding-left: 0;
    text-transform: lowercase;
}
.home header h1.entry-title:after {
    /*border-bottom: 2px solid #fff;*/
    content: "";
    display: block;
    margin: 15px 0 35px;
    width: 20px;
}
header h1.entry-title {
    font-family: 'Roboto',sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 25px;
    text-transform: uppercase;
    padding-left: 5px;
}
.entry-thumbnail {
    margin: 0 0 25px;
}
.title-entry {
    position: absolute;
}
#all-pagebox {
    display: block;
    margin: 20px auto 0;
}
.page-lbox {
    width: 16%;
    float: left;
    margin-right: 4%;
}
.page-lbox h1 span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.page-rbox {
    width: 80%;
    float: left;
}
.page-cbox {
    display: inline-block;
}
/*about*/
.page-template-about-page-php footer.entry-meta {
    border-top: 1px solid #EEEEEE;
    margin-top: 90px;
    padding-top: 40px;
}
h1.about-title {
    margin: 5px 0;
    text-align: center;
    font-family: 'Roboto',sans-serif;
}
h2.about-subtitle {
    margin: 10px 0;
    text-align: center;
}
#about-all {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 30px;
}
.about-l {
    width: 48%;
    float: left;
}
.about-r {
    float: right;
    width: 48%;
}
#staff-allbox {
    float: right;
    margin-top: 60px;
    width: 80%;
}
h1.stuff-title {
    border-top: 1px solid #EEEEEE;
    color: #333333;
    font-family: 'Arbutus Slab','serif';
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 5px;
    padding-top: 15px;
}
h2.stuff-title-j {
    margin: 0;
    font-size: 13px;
}
h2.stuff-title-e {
    color: #CCCCCC;
    font-family: 'Arbutus Slab','serif';
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 5px 0;
    text-transform: capitalize;
}
#staffbox-all {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.staffbox-left {
    float: left;
}
.stuffbox-right {
    float: left;
    margin-left: 5%;
    width: 75%;
    font-size: 11px;
}
/*access*/
#access-allbox {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    padding: 2%;
}
.access-lbox {
    float: left;
    width: 45%;
}
.access-rbox {
    float: right;
    width: 45%;
}


/*blog*/
#blog-all-box {
    margin: 35px auto 0;
    max-width: 1000px;
    overflow: hidden;
}
.blog-l-box {
    float: left;
    max-width: 640px;
    padding-right: 10px;
    width: 100%;
}
.blog-r-box {
    float: right;
    max-width: 280px;
    padding-top: 45px;
    width: 100%;
}
#blog-all-box .blog-l-box h1.entry-title {
    border-top: 2px solid;
    display: inline-block;
    padding-top: 8px;
}
span.sab-title-box {
    display: block;
    font-size: 11px;
    margin-bottom: 12px;
}
.site-main .widget-area {
    float: right;
    width: 100%;
}
.widget {
    -moz-hyphens: auto;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}
.widget .widget-title {
    border-bottom: 2px solid #231815;
    font-family: 'Libre Baskerville',serif;
    font-size: 13px;
    margin: 0 0 10px;
    padding-bottom: 6px;
    font-style: normal;
}
.widget li {
    padding: 0;
}
.widget a {
    color: #231815;
}
.widget a:hover {
    color: #888888;
}
.archive-header {
    background-color: transparent;
}
.archive-title, .archive-meta {
    font: normal 300 15px 'Libre Baskerville',serif;
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px 0 20px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}
.archive-title span {
    border-top: 2px solid #231815;
    letter-spacing: 2px;
    padding-top: 5px;
}
/*news*/
.post-type-archive-news .hentry {
    padding: 0 0 120px;
}
#archive-area {
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 0 0 90px;
    width: 100%;
}
.archive-area-l {
    float: left;
    width: 40%;
}
.archive-area-l .entry-thumbnail img {
    height: auto;
    width: 100%;
}
.archive-area-r {
    float: right;
    width: 55%;
}
.post-type-archive-news footer.entry-meta {
    font-size: 11px;
    font-family: 'Roboto',sans-serif;
}
.post-type-archive-news footer.entry-meta span.date-area {
    font-family: 'Libre Baskerville',serif;
    font-size: 10px;
    font-style: italic;
    text-transform: capitalize;
}
.newstitle {
    margin-bottom: 15px;
}
/*product*/
/*#p-all-box {
    margin-left: -10px;
}*/
.p-box-all {
    margin: auto;
    width: 75%;
}
.product-all-box {
    float: left;
    height: 550px;
    padding: 0 10px 80px;
    width: 100%;
    max-width: 400px;
}
.product-all-box { width/**/: 380px; }
.product-box-one {

}
.product-box-two {
    margin-bottom: 20px;
}
.product-all-box .entry-thumbnail {
    margin: 0 0 5px;
}
h1.item-title {
    margin: 3px 0;
    font-size: 12px;
    display: inline-block;
}
span.sub-title {
    font-size: 12px;
    font-style: italic;
    margin-right: 10px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    display: block;
}
span.price-title {
    font-family: 'Libre Baskerville',serif;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin-right: 15px;
}
.post-type-archive-product footer.entry-meta {
    font-size: 11px;
    font-family: 'Roboto',sans-serif;
    border-bottom: 2px solid;
}
.single-product footer.entry-meta {
    border-top: 2px solid;
    margin-top: 10px;
    padding: 10px 5px;
}
#description-all {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
#description-title {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.description-l {
    float: left;
    font-family: 'Libre Baskerville',serif;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    width: 20%;
}
.description-r {
    float: right;
    width: 80%;
}
.description-r span.price-nedan {
    font-weight: bold;
}
.waku-box {
    border: 1px dotted #D8D8D8;
    margin-top: 25px;
    padding: 25px;
}
.waku-box p {
    margin: 0;
}
/*menu*/
#menu-all {
    display: inline-block;
    margin-bottom: 65px;
    width: 100%;
}
.menu-box-all {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    padding-left: 30%;
    width: 100%;
}
#menu-l {
    float: left;
    width: 30%;
}
#menu-l h2.menu-title {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
#menu-l:before {
    border-top: 2px solid;
    content: " ";
    display: block;
    margin: 0 0 5px;
    width: 80%;
}
#menu-c {
    float: left;
    width: 40%;
}
#menu-r {
    float: left;
    width: 20%;
}
h1.jmo-title {
    margin: 5px 0;
}
h2.sub-jmo {
    font-size: 11px;
    margin: 10px 0 15px;
}
.page-template-menu-page-php footer.entry-meta {
    border: 1px dotted #d8d8d8;
    padding: 20px;
}
/*contact*/
.c-box {
    margin: 35px auto 0;
    max-width: 1000px;
    overflow: hidden;
}

/*コンタクトフォーム*/
.wpcf7-form img.ajax-loader {
    width: 100%;
    max-width: 16px;
}
.wpcf7-form p {
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 40px;
    font-family: 'Roboto',sans-serif;
}
.wpcf7-form input {
    width: 80%;
}
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form p.submit {
    text-align: center;
}
.wpcf7-form .wpcf7-submit {
    width: 50%;
    letter-spacing: 2px;    
}
div.wpcf7-validation-errors {
	border: 2px solid #888!important;
}
span.wpcf7-not-valid-tip {
    color: #888!important;
    display: block;
    font-size: 1em;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #333!important; /* Old browsers */
	background: -webkit-linear-gradient(top, #333 0%, #333 100%)!important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #333 0%, #333 100%)!important; /* W3C */
	border: none;
	border-bottom: 3px solid #333;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	border-radius: 0 0 0 0;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #cdcdcd!important; /* Old browsers */
	background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
	border-bottom: 3px solid #cdcdcd;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #444!important; /* Old browsers */
	background: -webkit-linear-gradient(top, #333 0%, #333 100%)!important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #333 0%, #333 100%)!important; /* W3C */
	border: none;
	border-top: 3px solid #333;
	padding: 10px 24px 11px;
}
button, input, textarea {
    border: 1px solid #cccccc;
    font-family: inherit;
    padding: 5px;
}
textarea {
	color: #333;
}
input:focus,
textarea:focus {
    border: 1px solid #333;
	outline: 0;
}
.sub-box {
    margin-top: 60px !important;
    text-align: center;
}

/*paging*/
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.nav-links .pages {
    display: none;
}
.nav-links .current {
    padding: 7px;
    text-decoration: line-through;
}
.paging-navigation a {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 7px;
}
.paging-navigation a:hover {
    color: #777;
    text-decoration: none;
}
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.paging-navigation .nav-links .pages {
    display: none;
}
.paging-navigation .nav-links .current {
    padding: 7px;
    text-decoration: line-through;
    color: #ccc;
    font-size: 13px;
}
/*404*/
.error404 .page-wrapper {
    background-color: transparent;
}
.error404 .site-main {
    margin-top: 0;
    position: relative;
}
.error404 .allbox-404 {
    overflow: hidden;
    width: 100%;
}
.error404 .title-404 {
    color: #FFFFFF;
    font-family: 'Libre Baskerville',serif;
    font-size: 400%;
    height: 100px;
    left: 50%;
    letter-spacing: 5px;
    margin-left: -200px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 999;
}
/*test-home*/

.page-template-menutest-page-php #menu-all {
    display: inline-block;
    margin-bottom: 65px;
    width: 100%;
    padding-left: 100px;
}

/* Internet Explorer 8 */
img.ajax-loader {
    display: none\9;
}
.site-header .home-link {
    width: 280px\9;
}
@media (max-width: 929px) {
.site-header .home-link {
    max-width: 160px;
}
.site-header .home-link {
    max-width: 170px;
}
.navbar {
    max-width: 565px;
}
.nav-menu li a {
    padding: 0 20px 5px 0;
}
}
@media (max-width: 780px) {
.page-lbox {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}

.page-lbox h1 {
display: flex;
justify-content: space-between;
}

.page-rbox {
    width: 100%;
    float: left;
}
.product-all-box {
    float: left;
    height: 530px;
    padding: 0 10px 80px;
    width: 100%;
    max-width: 370px;
}
span.price-title {
    margin-right: 0;
    display: block;
    margin-bottom: 2px;
}
/*etc*/
button,
textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.wpcf7-form input {
    width: 100%;
}
.wpcf7-form .wpcf7-submit {
    width: 100%;
    letter-spacing: 2px;    
}
.p-box-all {
    margin: 10px auto;
    width: 100%;
}
}
@media (max-width: 643px) {
	ul.nav-menu,
	div.nav-menu > ul {
    display: inline-block;
    }
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 480px) {
#header-area {
    float: left;
    padding: 20px 0 0;
}
.site-header .home-link {
    color: #333333;
    display: block;
    float: left;
    margin: 0;
    max-width: 480px;
    min-height: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    max-width: 155px;
    padding: 0;
    width: 100%;
}
.nav-menu li {
    display: block;
    margin: 2%;
    position: relative;
    text-align: center;
    width: 44%;
    float: left;
    padding-left: 0;
    padding-top: 10px;
}
.nav-menu li a {
    display: block;
    font-family: 'Arbutus Slab','serif';
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    padding: 0;
}
/*about*/
#staff-allbox {
    float: right;
    margin-top: 30px;
    width: 100%;
}
.page-template-about-page-php footer.entry-meta {
    border-top: 1px solid #EEEEEE;
    margin-top: 30px;
    padding-top: 40px;
}
h1.about-title {
    margin: 5px 0;
    text-align: left;
    font-family: 'Roboto',sans-serif;
}
h2.about-subtitle {
    margin: 10px 0;
    text-align: left;
} 
.about-l {
    width: 100%;
    float: left;
}
.about-r {
    float: right;
    width: 100%;
}
.archive-area-l {
    float: left;
    width: 100%;
}
.archive-area-r {
    float: left;
    width: 100%;
}
#staffbox-all {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.staffbox-left {
    float: left;
    width: 100%;
}
.stuffbox-right {
    float: left;
    margin-left: 0;
    width: 100%;
    font-size: 11px;
}
/*menu*/
#menu-l {
    float: left;
    width: 100%;
}
#menu-l:before {
    border-top: 2px solid;
    content: " ";
    display: block;
    margin: 0 0 5px;
    width: 100%;
}
#menu-c {
    float: left;
    width: 70%;
    font-size: 10px;
}
#menu-r {
    float: left;
    width: 30%;
    font-size: 10px;
}
.menu-box-all {
    display: inline-block;
    float: left;
    font-size: 13px;
    padding-left: 0;
    width: 100%;
    font-size: 10px;
}
.page-template-menu-page-php footer.entry-meta {
    border: 0;
    padding: 20px 100px;
	font-size: 13px
}
/*product*/
.p-box-all {
    margin: auto;
    width: 100%;
}
.description-l, .description-r {
    width: 100%;
}
/*access*/
#access-allbox {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.access-lbox {
    float: left;
    width: 100%;
}
.access-rbox {
    float: left;
    width: 100%;
    margin-top: 30px;
}
/*footer*/
.site-footer {
    display: inline-block;
    margin: 30px 0 0;
    text-align: left;
}
.entry-thumbnail {
    margin: 0 0 15px;
}
p {
    margin: 0 0 10px;
}
/*etc*/
button,
textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.wpcf7-form input {
    width: 100%;
}
.wpcf7-form .wpcf7-submit {
    width: 100%;
    letter-spacing: 2px;    
}
}