@charset "UTF-8";
/*
Theme Name: メガネサロンみなば
Theme URI: https://http://meganeminaba.com//
Description: メガネサロンみなば WordPress テーマ
Author: Athreelaugh
Author URI: http://www.athreelaugh.co.jp
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer:-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	width:100%;
	height:100%;
}

body {
	line-height: 1;
	height: 100%;
	width: 100%;
	position:relative;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	/*-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;*/
	font-smoothing:antialiased;
	font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 0;
	width: 680px;
	float: left;
}

.home #content{
    width: 100%;
	margin: 0 0 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body{
	font-family:'Helvetica','中ゴシックBBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
}

@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
	url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
	url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.pc {display:block;}
.tb {display:none;}
.sp {display:none;}
.br-sp{display: none;}
.br-pc{display: block;}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.inner {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
	clear: both;
	overflow: hidden;
}

.inner:after{content:""; overflow: hidden; clear: both; visibility: hidden; height: 0; display: block;}


.w740{
	margin: 0 auto;
	width: 740px;
	padding: 0;
	clear: both;
	overflow: hidden;
}




/* Structure the footer area */

#footer-widget-area {
}

#footer-widget-area .widget-area {
    font-size: 15px;
    font-size: 1.5rem;
}

#first,
#second{
    float: left;
    margin-right: 44px;
}


#site-info {
	width:210px;
	height: 90px;
	float: left;
	margin-right: 100px;
	overflow: hidden;
	margin-bottom: 80px;
}

#site-info a{
	background: url(images/f_logo.png) 0 0 no-repeat;
	background-size: cover;
	width:210px;
	height:90px;
	display:block;
	text-indent:-9999px;
}

#site-info p{
	text-align: center;
	font-size: 15px;
	line-height: 27px;
}

#site-info p span{
	color: #5aa23e;
}


#site-generator {
	float: right;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
hr {}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul {
	list-style: none;
	margin: 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-family: "Midashi Go MB31";
}
dd {
	margin-bottom: 18px;
}
strong {
font-family: "Midashi Go MB31";
color:#e95436;
font-size:130%;
}

cite,
em,
i {
	font-style: normal;
	color:#e95436;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:active,
a:hover {
	color: #e95436;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

a:hover img{
	opacity: 0.5;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */
#header {
}

#site-title {
	float: left;
	width:350px;
	height:54px;
	display:block;
	margin-top: 15px;
	margin-bottom: 20px;
	overflow: hidden;

}
#site-title a {
	background:url(images/logo.png) 0 0 no-repeat;
	color: #000;
	font-family: "Midashi Go MB31";
	text-decoration: none;
	display: block;
	padding: 60px 0 0 0 ;
}

#site-description {
	font-size:11px;
	margin: 5px 0 0px 0;
	color: #000;
}

/* This is the custom header image */

.h_menu{
	position: relative;
}

.head_tel {
	width: 300px;
	height: 76px;
	position: absolute;
	right: 90px;
	top: 15px;
}

.h_link{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 15px;
}

.h_link img:hover,
.h_link a:hover{
	opacity: 1.0;
}

.h_link a:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.tel a{
	font-size: 34px;
	color:#e95436;
	padding-left: 5px;
	text-decoration: none !important;
}

.tel a:hover{
	color: #5aa23e;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	clear: both;
	display: block;
	overflow: hidden;
	background-image: url(images/bg_gray.png);
}

#access ul{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#access ul li{
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Midashi Go MB31";
	letter-spacing: 1px;
}

#access ul li:last-child{
	margin-right: 0;
}

#access ul li a{
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
	padding: 18px 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#access ul li#menu-item-54 a{
	background: url(images/wakaba.png) 10px center no-repeat;
	display: inline-block;
	padding: 18px 16px 18px 32px;
}

#access ul li a::before {
	border-top: solid 2px #E95436;
	border-bottom: solid 2px #E95436;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
	padding-top: 8px;
	left: 50%;
	position: absolute;
}

#access ul li a::after {
	border-top: solid 2px #E95436;
	border-bottom: solid 2px #E95436;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
	padding-bottom: 6px;
	right: 50%;
	position: absolute;
}

#access ul li a:hover::before,
#access ul li a:hover::after{
	width: 50%;
}

#access ul li a:hover{
	color: inherit;
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}
#content {
	margin-bottom: 60px;
}
#content,
#content input,
#content textarea {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
}
#content p{
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 1px;
}

#content p.gray{
    font-size: 14px;
    font-size: 1.4rem;
}

#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.8;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

#content h3{
	color: #333;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.8;
	font-family: "Midashi Go MB31";
}

#content h3.lineuptitle{
    display: block;
    background:#64a84a;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px 0 10px 20px;
    letter-spacing: 1px;
    border-top: 2px solid #e6f3e1;
    border-bottom: 2px solid #e6f3e1;
}

#content h4{
	color: #5aa23e;
	font-family: "Midashi Go MB31";
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 1px;
}

#content h4.title_ibory{
	background: url(images/bg_ibory.png);
	background-size: 4px 4px;
	padding: 10px 10px;
	margin: 24px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

#content h4.question{
    border-bottom: 1px dotted #70af58;
    padding-bottom: 5px;
    margin-top: 40px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7;
}

#content h4.question span{
	color: #f5911e;
	font-family: Helvetica,sans-serif;
	font-weight: bold;
	font-size: 22px;
}

.a-service-1{
    background: url(images/bg_ibory.png);
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

#content h4.a-service{
	color: #e95436;
	font-size: 17px;
}

#content h5{
	color: #f5911e;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px dotted #f5911e;
	padding-bottom: 5px;
	margin-top: 40px;
	font-family: "Midashi Go MB31";
}

#content h5 span{
	color: #f5911e;
}

#content table {
	border: 1px solid #ccc;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}
#content tr th,
#content thead th {
    	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-family: "Midashi Go MB31";
	line-height: 18px;
	padding: 9px 24px;
	vertical-align: middle;
}
#content tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 48px 0;
	overflow: hidden;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-family: "Midashi Go MB31";
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

h3.entry-title,
#entry-title {
	background:#64a84a;
	background-size: 4px 4px;
}

#entry-title h2 {
	line-height: 67px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
}

.entry-title,
#entry-title h3 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: "Midashi Go MB31";
	letter-spacing: 2px;
	padding: 24px 0 22px 0;
	margin-bottom: 50px;
}		

#content .entry-title {
	color: #5aa23e;
	font-size: 17px;
	font-size: 1.7rem;
	background-image: url(images/bg_ibory.png);
	padding:12px 0 12px 15px;
	border-top: 1px solid #70af58;
    border-bottom: 1px solid #70af58;
    border-left: 5px solid #70af58;
    text-align: left;
}


#content h3.i_title{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: none;
}

.single #content .entry-content h3{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    background-image: url(images/bg_gray.png);
    padding: 8px 12px;
    box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	-ms-box-sizing:border-box;
    	-o-box-sizing:border-box;
}

.single #content .entry-meta{
    display: none;
}


.entry-title a:link,
.entry-title a:visited {
	color: #5aa23e;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
	margin-bottom: 12px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility {
    display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}

.single .entry-content{
	margin-bottom: 80px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}



.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-family: "Midashi Go MB31";
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#content tr th span {
	color: #ee95436;
	font-size: 80%;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

.box{
    margin-bottom: 40px;
    }
    
.p_map{
    margin-bottom: 10px;
}

.shop{
    margin-bottom: 80px;
}

.g_map a{
    text-align: center;
    width: 160px;
    display: block;
    padding: 7px 0 5px 0;
    margin-bottom: 20px;
    background: #64a84a;
    color: #fff;
    text-decoration: none;
}

.g_map a:hover{
    background: #e95436;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}

.single-post .nav-previous {
	float: left;
}

.single-post .nav-next {
	float: right;
}

.nav-next{
    float: left;
}

.nav-previous{
    float: right;
}

.navigation .nav-previous a,
.navigation .nav-next a{
	background: #64a84a;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	font-family: "Midashi Go MB31";
	border-radius: 5px;
	font-size: 13px;
	font-size: 1.3rem;
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover{
	background: #E95436;
}

#nav-above {
	margin: 0 0 18px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
    clear: both;
	margin: 0 0 0 0;
	margin-bottom: 40px;
	margin-top: 100px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-family: "Midashi Go MB31";
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-family: "Midashi Go MB31";
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}

#footer-widget-area li.widget-container {
    line-height: 34px;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-family: "Midashi Go MB31";
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}
#primary {
}

#secondary {
	display: none;
}

.single-post #primary,
.blog #primary,
.page-id-16 #primary,
.category-ca_blog #primary{
	display: none;
}

#secondary{
    clear: both;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	background-image: url(images/bg_ibory.png);
	background-size: 4px 4px;
}

#colophon {
	border-top: 2px solid #70af58;
	overflow: hidden;
	padding: 40px 0 15px 0;
}


#footerb {
	background:#64a84a;
	background-size: 4px 4px;
}

#site-generator {
	width: 500px;
	text-align: right;
	font-size: 12px;
	line-height: 40px;
	}
#site-generator p {

}

#site-generator a:hover {
	text-decoration: none;
}

#site_link{
	display: block;
	width:450px;
	font-size: 14px;
	font-size: 1.4rem;
	clear:both;
	float:left;
}

#site_link ul{
	width:450px;
	height:20px;
	padding-top: 8px;
}

#site_link li{
	float:left;
	list-style: none;
	border-right: 1px solid #fff;
	margin-right: 20px;
	padding-right: 20px;
}

#site_link li:nth-of-type(1){
	border-left: 1px solid #fff;
	padding-left: 20px; 
}

#site_link li a{
	color: #fff;
	text-decoration: none;
	font-family: "Midashi Go MB31";
}

#site_link li a:hover{
	color: #e95436;
	text-decoration: none;	
}


#copyright{
	float:right;
	color:#fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 40px;
}

#copyright a{color: #fff; text-decoration: none;}

.f_add{
    display: block;
    clear: both;
    text-align: center;
}

.f_add p{
    line-height: 1.8;
}

.f_add span{
    color: #5aa23e;
    font-size: 16px;
    font-size: 1.6rem;
}

.f_add span.bold{
    color: #333;
    font-family: "Midashi Go MB31";
}

/* =bxslider
-------------------------------------------------------------- */
/* 設定 */
#slider {
	width:100%;
	height:100%;
	min-height:400px;
	margin-bottom: 20px;
	overflow:hidden;
	position:relative;}


/* コントローラー */
.bx-controls {
position:absolute;
width:640px;
z-index:100;
top:0;
left:50%;
margin-left:-320px;
}

.bx-controls-direction {
max-width:100%; min-width:640px;
top:0;
position:absolute;
}

.bx-controls-direction a {
position:absolute;
width:100%;
height:300px;
display:block;
background-color:rgba(255,255,255,0.2);
z-index:9999;
}

.bx-controls-direction a:hover {background-color:rgba(255,255,255,0.6);}

a.bx-prev {left:-640px; text-align:right;}
a.bx-next {right:-640px; text-align:left;}


/******************/
/* bx-pager *******/

.bx-pager {
text-align:center;
clear:both;
display:block;
position:relative;
top:320px;
}

.bx-pager-item a {background-image:url(images/reaf_02.png); display:block;}


.bx-pager-item a {display: block;}

.bx-pager-item a.active {opacity:0.3;}

.bx-pager-item {
background-image:url(images/reaf_01.png);
line-height:1;
height:24px;
width:24px;
overflow:hidden;
display:inline-block;
margin:10px 10px 0 10px;
}

.bx-pager-item a {
padding-top:50px;
display:block;
}

.bx-pager-item a.active {opacity:0;}


/*
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

*/



/* 装飾 */





/*****/
.f_sabae{
	margin-bottom: 40px;
	overflow: hidden;
}

#content .f_sabae h3,
#content #f_news h3{
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 1.4;
	font-family: Helvetica,sans-serif;
}

#content .f_sabae p,
#content #f_news p{
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	color: #70AF58;
	letter-spacing: 0;
	border-bottom: solid 1px #70AF58;
	padding-bottom: 20px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

#content ul.top_nav2,
#content ul.top_nav3,
#content ul.top_nav4{
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#content ul.top_nav2{
	margin-bottom: 20px;	
}

#content ul.top_nav4{
	margin-bottom: 70px;	
}

#content ul.top_nav li{
	float: left;
	width: 465px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	line-height: 0;
}

#content ul.top_nav li img,
#content ul.top_nav2 li img,
#content ul.top_nav3 li img,
#content ul.top_nav4 li img{
    width:100%;
    height:auto;    
}

#content ul.top_nav li:nth-of-type(2n){
	margin-right: 0;
}

#content ul.top_nav2 li{
	width: 300px;
	margin-right: 30px;
	float: left;
	border: 1px solid #e6e6e6;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
    line-height: 0;
}

#content ul.top_nav3{
	width: 460px;
	height: 90px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}

#content ul.top_nav4 li{
	width: 300px;
	margin-right: 30px;
	float: left;
		border: 1px solid #e6e6e6;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
    line-height: 0;
}

#content ul.top_nav2 li:last-child,
#content ul.top_nav4 li:last-child{
	margin-right: 0;
}

.dl_nav {
	margin-bottom: 60px;
	overflow: hidden;
}

.dl_nav li{
	float: left;
	width: 216px;
	margin-right: 32px;
	line-height: 0;
}

.dl_nav li:nth-child(1),
.dl_nav li:nth-child(2){
	width: 464px;
	margin-right: 31px;
	margin-bottom: 30px;
}

.dl_nav li:nth-child(2),
.dl_nav li:nth-child(6){
	margin-right: 0;
}

.dl_nav li a{
	display: block;
}

.index_nav li a:hover,
.index_nav02 li a:hover,
.index_nav03 li a:hover,
.dl_nav li a:hover{
	opacity: 0.5;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.news{
	float: right;
	width:230px;
	height: 326px;
	border:2px #E6E6E6 solid;
	overflow: hidden;
	display: none;
}

.newsbg{
	background:#64a84a;
	width:230px;
	height:40px;
	display:block;
	margin-bottom: 10px;

}

#content h4.newstitle{
	background:url(images/icon_01.png)left center no-repeat;
	color:#fff;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 40px;
	padding-left: 20px;
	margin-left:15px;
	margin-bottom: 0px; 
}

#content h4.h-title{
	color: #5aa23e;
    font-size: 19px;
    font-size: 1.9rem;
    border-left:5px solid #70af58;
    border-bottom: 1px solid #70af58;
    padding: 0 0 5px 10px;
}

.newsbg{
	position: relative;
}

.btn_news a {
	position: absolute;
	width: 100px;
	height: 24px;
	display: block;
	top: 8px;
	right: 8px;
	z-index: 99;
}

.news_area{
	padding: 15px;
	line-height: 40px;
	height: 275px;
	overflow: scroll;
	margin:3px 0;
}

.news_area li{
	border-bottom: 1px #333 dotted;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 5px 0;
}

.news_area li a{display: block; text-decoration:none; padding-bottom: 8px;}

.news_area li span{
    font-size: 13px;
    font-size: 1.3rem;
}

.result{
	padding:30px;
	margin: 30px;
	border: 1px solid #F1F1F1;
	font-size: 12px;
	font-size: 1.2rem;
}
.result span{display: block; margin-top: 1em;}
.result p{
	margin-bottom:1em;
	font-family: "Midashi Go MB31";
	font-size: 14px;
	font-size: 1.4rem;;
}
.result .slide{width: 960px !important; position: static !important; float:none !important;}

.date{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
}

#f_news{
	margin-bottom: 60px;
}

.f_news_2{
	margin-bottom: 10px
}

#f_news h4{
	text-align: center;
	color: #333;
	background: #E6F3E1;
	padding: 12px 0;
}

#content .f_news ul,
#content .p_news ul{
	float: left;
	width: 210px;
	margin-right: 40px;
	margin-bottom: 30px;
}

#content .p_news ul{
	margin-bottom: 40px;
}

#content .f_news ul:nth-of-type(4n),
#content .p_news ul:nth-of-type(4n){
	margin-right: 0;
}

#content .f_news ul img,
#content .p_news ul img{
	overflow: hidden;
	width: 210px;
	height: 140px;
}

#content .news-img{
	line-height: 0;
	height: 140px;
	margin-bottom: 10px;
}

li.ca_news,
li.ca_blog{
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Midashi Go MB31";
	text-align: center;
	color: #fff;
	background: #E95436;
	padding: 0 10px 1px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 7px;
}

li.ca_blog{
	background: #5AA23E;
}

li.date{
	float: right;
}

li.blog-title{
	clear: both;
	line-height: 1.4;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden;
}

li.blog-title a{
	text-decoration: none;
	font-family: "Midashi Go MB31";
}

.f_more{
	clear: both;
}

.f_more a{
	text-decoration: none;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	padding: 7px 0;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	background: #64a84a;
	color: #fff;
}

.f_more a:after{
	font-family: 'FontAwesome';
	content: "\f138";
	display: inline-block;
	margin: 0 0 0 0.5em;
	font-size: 15px;
	font-size: 1.5rem;
}

.f_more a:hover{
	background: #e95436;
}

.page-id-16 #content{
	width: 960px;
}

.p_news {
    overflow: hidden;
}

.category-ca_blog .page-title{
	display: none;
}

/*pager
----------------------------*/
.wp-pagenavi{
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 80px;
}

.page-numbers{
	background: #c7e7ba;
	padding: 6px 10px;
	margin: 0 4px;
	color: #fff;
	text-decoration: none;
}

.current{
	background: #71b058;
}

.next{
	background: none;
}

a.page-numbers{
	color: #fff;
}

a.next,
a.prev{
	color: #333;
	text-decoration: none;
	background: none;
}

.wp-pagenavi a:hover{
	background: #ccc;
	color: #fff;
}

.wp-pagenavi a.page-numbers:hover{
    background: none;
    color: #71b058;
}

/*original
----------------------------*/
.bread{
	background: #70af58;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding: 8px 0 4px 0;
}

ul.breadcrumbs {
	float: left;
	width: 100%;
}

ul.breadcrumbs li {
	float: left;
	color: #fff;
	font-family: "Midashi Go MB31";
}

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #e95436;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #e95436;
}

ul.breadcrumbs li a {
	color: #fff;
	text-decoration: none;
	padding-right: 0.5em;
	font-family: "Midashi Go MB31";
}

ul.breadcrumbs li a:hover{
	color: #333;
}

ul.breadcrumbs li span a {
	background: url(images/home.png) left center no-repeat;
	height: 19px;
	padding: 0 6px 0 28px;
	display: inline-block;
}

/* =Thaks
-------------------------------------------------------------- */
.thanksmail{
	margin-bottom: 120px;
	text-align: center;
}

#content .thanksmail p{
	margin-bottom: 60px;
}

.thanks_mail{
	text-align: center;
	margin-bottom: 40px;
}


/*f_nav
----------------------------*/
#menu-f_nav{
	clear:both;
	display: block;
	overflow:hidden;
	margin: 0 auto;
	
}

#menu-f_nav ul{
	float: left;

}

#menu-f_nav ul li{
	font-size: 15px;
	font-size: 1.5rem;
	}


#menu-f_nav li {
	float: left;
	margin-right: 7px;

}

#menu-f_nav_1 li:before,
#menu-f_nav_2 li:before,
#menu-f_nav_3 li:before {
	font-family: 'FontAwesome';
	content:"\f138";
	display: inline-block;
	margin: 0 0.5em 0 0;
	color:#5aa23e;
}

#menu-f_nav li a {
	color: #333;
	margin-right: 5px;
}

#menu-f_nav li a:hover {
	color: #e95436;
}

/*f_nav
----------------------------*/
#menu-s_nav li a {
	background: url(images/s_nav.png) 0 0 no-repeat;
	width: 200px;
	height: 130px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#menu-s_nav li:nth-child(2) a {	background-position: 0 -130px; height: 130px;}
#menu-s_nav li:nth-child(3) a {	background-position: 0 -260px; height: 106px;}
#menu-s_nav li:nth-child(4) a {	background-position: 0 -366px; height: 106px;}
#menu-s_nav li:nth-child(5) a {	background-position: 0 -472px; height: 106px;}
#menu-s_nav li:nth-child(6) a {	background-position: 0 -578px; height: 106px;}
#menu-s_nav li:nth-child(7) a {	background-position: 0 -684px; height: 106px;}
#menu-s_nav li:nth-child(8) a {	background-position: 0 -790px; height: 106px;}
#menu-s_nav li:nth-child(9) a {	background-position: 0 -896px; height: 106px;}
#menu-s_nav li:nth-child(10) a {background-position: 0 -1002px; height: 106px;}
#menu-s_nav li:nth-child(11) a {background-position: 0 -1108px; height: 106px; margin-bottom: 60px;}

#menu-s_nav li a:hover{
	opacity: 0.5;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
	
/*home
----------------------------*/
.lineup{
	width: 100%;
	background: url(images/bg_green2.png);
	background-size: 4px 4px;
	border-top: 1px #dceed5 solid;
	border-bottom: 1px #dceed5 solid;
	text-align: center;
	padding: 40px 0 45px 0;
	margin-bottom: 60px;
}

.message{
	background:url(images/bg_gray.png);
	width: 100%;
	text-align: center;
	padding: 40px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#content p.right{
    text-align: right;
}

#content .message p{
	margin-bottom: 0;
}

.contactb{
	background:url(images/bg_ibory.png);
	width:100%;
	text-align: center;
	padding: 45px 0 50px 0;
}

#content .contactb h3{
    color: #64a84a;
    font-family: "Midashi Go MB31";
    margin-bottom: 30px;
}

.contactc{
	clear: both;
	display: block;
	background: url(images/bg_ibory.png);
	width: 680px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 30px 30px 30px;
	overflow: hidden;
	margin-top: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .contactc p.soudan{
	text-align: center;
	margin-bottom: 15px;
}

.shop .contactc{
    margin-top: 0;
}

.home .t_org_tel {
	width: 296px;
	height: 52px;
    float: left;
    margin-left:130px;
}

.home .contact{
	width: 320px;
	height: 52px;
	float: right; 
	margin-right: 130px;
}

.t_org_tel{
    width: 296px;
	height: 52px;
    float: left;
    margin-right: 0;
}

.contact{
    width: 300px;
	height: 52px;
	float: right; 
}

.contact img{
	width: 300px;
	height: 52px;
}

.contact a:hover,
.contactsub a:hover{
	opacity: 0.5;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}

.contactsub {
	width: 620px;
	height: 52px;
	display: block;
	position: relative;
	background: url(images/bg_contactsub.png) 0 0 no-repeat;
	margin:0 auto;
	margin-bottom:20px;
}

.contactsub a {
	position: absolute;
	width: 290px;
	height: 52px;
	background: url(images/btn_contactsub.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	top: 0px;
	right: 0px;
}

#content p.soudan{
	color: #64a84a;
	font-size: 19px;
	font-size: 1.9rem;
	text-align: left;
	font-family: "Midashi Go MB31";
	margin-bottom: 10px;
}

.single #content p{
    font-size: 14px;
    font-size: 1.4rem;
}

.brand{
	background-color: #E6F3E1;
	width:100%;
	text-align: center;
	padding:40px 0 30px 0;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin-bottom: 40px;
}

.brand h3{
    font-family: "Midashi Go MB31";
}

#content .brand p{
    text-align: center;
    margin-bottom: 10px;
}

.facebook{	text-align: center;
	margin: 0 auto;}

.fb-like-box{
	margin-bottom: 60px;

}

.toTop {
	width: 124px;
	height: 104px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 60px;
}

.toTop img:hover{
	opacity: 1.0;
}

.online{
	clear: both;
	display: block;
	width:100%;
}

.online a{
	background: #e95436;
	border: 2px solid #f7931e;
	display: block;
	color:#fff;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 0;
	font-family: "Midashi Go MB31";
	width: 50%;
	margin: 0 auto;
	border-radius: 30px;
}

.online a:hover{
	background: #f7931e;
}

.official{
	display:block;
	width:680px;
	background-image: url(images/bg_ibory.png);
	border: 1px solid #fae7d0;
	margin-bottom: 20px;
	text-align: center;
}

.official a{
	color:#E95436;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	display: block;
	padding: 10px 0;
}

.official a:hover{
	opacity: 1.0;
	background: #E95436;
	color: #fff;
}

.line_mens{
	display:block;
	width: 100%;
	background: #7f82af;
	margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
	border: solid 1px #7f82af;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}

.line_mens a{
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.7rem;
	display: block;
	padding: 6px 0;
}

.line_mens a:hover{
	opacity:　1.0;
	background: #fff;
	color: #7f82af;
}

.line_ladies{
	display:block;
	width:100%;
	height: 40px;
	background: #c5a1c1;
	margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
}

.line_ladies a{
	color:#fff;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.7rem;
}

.line_ladies a:hover{
opacity:0.5;
}

.newlineup{
	display: block;
	clear: both;
	width: 960px;
	overflow: hidden;
	margin-bottom: 30px;
}

.newlineup ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	float: left;
}

.newlineup ul li{
	display: table-cell;
	width: 210px;
}

.lineupimg{
	margin-bottom: 80px;
	overflow: hidden;	
}

.lineupimg ul{
	float: left;
}

.lineupimg li{
	width:210px;
	float: left;
	margin-right: 22px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	height: 160px;
	overflow: hidden;
}

.lineupimg li:nth-child(3n){
	margin-right: 0px;
}

#megane-slider ul{
	width: 380px;
	height: 270px;
	overflow: hidden;
	position: relative;
	border-top: 2px solid #70af58;
	
}

.single img{
    margin-bottom: 20px;
}

.fotorama{
	width: 380px;

}

div.fotorama__stage__frame.fotorama__active.fotorama__loaded.fotorama__loaded--img{
	height: 100%;	
}

div.fotorama__stage,
.fotorama__nav-wrap{
	margin-bottom: 20px;
}

div.fotorama__nav__frame.fotorama__nav__frame--thumb,
.fotorama__thumb-border,
div.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active,
fotorama__nav__frame fotorama__nav__frame--thumb{
	padding: 0 !important;
	width: 120px !important;
	height: 85px !important;
	border: none !important;
	background: transparent !important;
	margin-right: 8px;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child{
	margin-right: 0;
}

.fotorama__nav:after, .fotorama__stage:after{
	display: none !important;
}

div.fotorama__nav__shaft.fotorama__grab{
	transform: translate3d(0px, 0px, 0px) !important;
}

.fotorama__shadows--left{
	box-shadow: none !important;
}

.fotorama__thumb fotorama__loaded .fotorama__loaded--img{
	width: 100% !important;
	height: 100% !important;
}

#megane-slider ul li{
	float: left;
}

#pager img:hover{
	cursor: pointer;	
}

#pager img{
	border: 1px solid #ccc;
	margin-right: 10px;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}

#pager img:last-child{
    margin-right: 0;
}

.bname{
    float: right;
    width: 200px;
}

.cslider{
    float: left;
    width: 380px;
}

#number {
	float: right;
	clear: both;
	display:block;
	width:200px;
	background-image: url(images/bg_gray.png);
	margin-bottom: 10px;
	text-align: center;
	color:#666;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
    padding: 4px 0;
}

#brand {
	float: right;
	display:block;
	width:200px;
	background:#64a84a;
	margin-bottom: 10px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
    padding: 4px 0;
}

.mapp-layout{
	margin: 0;
	margin-bottom: 30px;
}


img#wpstats{display:none}


/*取扱商品
----------------------------*/
#content .megane p{
	margin-bottom: 40px;
}

.megane_brand{
	margin-bottom: 80px;
}

#content .megane_brand h4{
	text-align: center;
}

#content .megane_brand p{
	text-align: center;
}

.megane_other{
	text-align: center;
	border: solid 1px #e6e6e6;
	width: 465px;
	margin: 0 auto;
	line-height: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* =contactform7
-------------------------------------------------------------- */
#p_contact{
	width: 620px;
	display: block;
	margin: 0 auto;
}

#content table.contact{
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content table.contact tr th{
	width: 30%;
	background: url(images/bg_ibory.png);
	background-size: 4px 4px;
}

#content table.contact tr th,
#content table.contact tr td{
	padding: 12px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content table.contact tr th{
	font-size: 15px;
	font-size: 1.5rem;
}

.entry-content .wpcf7 input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px;
}

#content input[type="submit"] {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-appearance: none;
    border:none;
    padding: 10px 20px;
}

.entry-content .wpcf7 input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border: 1px solid #3c3c3c;
    border-radius: 7px;
    background: transparent;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#b {
	font-family: "Midashi Go MB31";
    background: #e95436;
    color: #fff;
    width: 50%;
    padding: 16px 0;
    border: 0px;
    line-height: 1.2em;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

#b:hover {
    background: #70af58;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.wpcf7 input[name="your-zip"],
.wpcf7 input[name="your-pref"]{
	width: 40%;
}

.c-title {
    background:#e6e6e6;
    padding: 10px 15px;
    margin-bottom: 10px;
}

table.contact em{
	font-style: normal;
	color: #e95436;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

/*
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-message"] {
        width: 100%;
}
*/

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #ccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bebebe; }

/* Firefox 18- */
:-moz-placeholder {
    color: #c6c6c6; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #c6c6c6; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #c6c6c6; }

#content table.contact tr td span.wpcf7-not-valid-tip {
    color: #e95436;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5em;
    clear: both;
    font-family: "Midashi Go MB31";
}

/* エラーメッセージ */
.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #e95436;
	font-family: "Midashi Go MB31";
	text-align: center;
	margin-bottom: 60px;
	margin-top: 50px;
	font-size: 16px;
	font-size: 1.6rem;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #e95436;
	font-family: "Midashi Go MB31";
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

.screen-reader-response li {
    display: none;
}

div#wpcf7-f8-p4-o1 ul {
    display: none;
}

.wpcf7-list-item{
    display: block;
    float: left;
}


.confirmation {
    color: #e95436;
    font-family: "Midashi Go MB31";
    margin-bottom: 30px;
}


/*サイトマップ
----------------------------*/

#post-39 li {
	border-bottom: 1px dotted #323232;
	width: 100%;
	line-height: 60px;
}
#post-39 li ul {
	margin-bottom: 24px;
}
#post-39 li li {
	border-bottom: 0;
	padding-left: 40px;
	line-height: 35px;
}
#post-39 li:before {
	padding-right: 0.5em;
	content: "\3e";
	color: #5aa23e;
}
#post-39 li a {
	color: #323232;
}

/*個人情報保護方針
----------------------------*/
#content .p-privacy ul li,
#content .legal ul li,
#content .p-privacy p,
#content .legal p{text-align: justify;}

#content .p-privacy ul,
#content .legal ul{margin-left: 1.8em; margin-bottom: 32px;}

#content .p-privacy ul li,
#content .legal ul li{list-style: decimal; margin-bottom: 10px;}

/*スタイル
----------------------------*/
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

.read{text-align: justify; margin-bottom: 50px;}

#post-713 p{margin-bottom: 24px;}



.p_img{
    margin-bottom: 20px;
    line-height: 0;
}

.nav_menu_v{
    display: none;
}

.mb0{
	margin-bottom: 0;
}

span.orange{
	color: #e95436;
}
