/*
Theme Name: Eureka-theme
Theme URI: https://www.themehorse.com/themes/attitude
Author: DUCA
Author URI: https://www.themehorse.com
Description: Attitude is a Simple, Clean and Responsive Retina Ready WordPress Theme which adapts automatically to your tablets and mobile devices. Theme is easily customizable with numerous theme options via Customize. Some of the highlighted options are two site layout (Narrow and Wide), 5 layouts for every post/page, 5 Page Templates, 5 widget areas, 4 custom widgets, featured slider to highlight your post/page, 11 social icons and many more. Also has custom background, header, menu, favicon, CSS, webclip icon, and logo. Supports popular plugins like WooCommerce, bbPress and many more. It is also translation ready. Available Translation: Traditional Chinese (Taiwan), Spanish, Norwegian (Nynorsk), German, Russian, Dutch, Italian and Danish. Get free support at https://www.themehorse.com/support-forum/ and view beautiful demo site at https://www.themehorse.com/preview/attitude
Version: 4.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: attitude

Attitude WordPress Theme, Copyright Theme Horse
Attitude is distributed under the terms of the GNU GPL
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}

/* =Global
----------------------------------------------- */
body {
  line-height: 1.75;
  font-size: 0.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body {
	background: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.8;
	color: #232323;
}

.wrapper {
	max-width: 100%;
	background-color: #FFFFFF;
}
.container {
	margin: 0 auto;
   max-width:1200px;
   /* width: 94%; */
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #393737;
}
h1 {
	font-size: 11px;
	line-height: 12px;
}
h2 {
	font-size: 18px;
	line-height: 28px;
	color:#45403f;
}
h3{
	font-size: 16px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}

/* Horizontal Line */
hr {
	border-color: #eaeaea;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 40px;
}

/* Text elements */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	background-color: #F9F9F9;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
}

/* Superscript and Subscript */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border-left: 4px solid #05a9c5;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}
blockquote p {
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {	
	float: right;
	text-align: right;
	margin-top: 5px;
   margin-bottom: 5px;
	font-size: 12px;
}
.breadcrumb a {	
	color: #999;
}
.breadcrumb,
.breadcrumb a:hover {
	color: #666;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
input,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.15);
}
input[type="reset"], 
input[type="button"], 
input[type="submit"] {
   border: 3px solid #3E3A39;
	max-width:40%;
   color: #3E3A39;
	font-family: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight:bold;
	display: inline-block;
   height: 60px;
   width: inherit;
   margin-bottom: 30px;
   padding: 14px 55px;
	cursor: pointer;
	margin-top: 65px;
	background: #FFFFFF;
}
input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	border: 3px solid #B1A192;
	color:#FFFFFF;
	background: #B1A192;
}
input[type="reset"]:active, 
input[type="button"]:active, 
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);	
}
select {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f9f9f9;
	margin: 4% 15px ;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
input[type="file"] {
	cursor: pointer;
}

/* Links */
a {
	color: #5f6953;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto; 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
	
}
img#wpstats {
 	display: none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus,
.screen-reader-text:active,
.screen-reader-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix_ib {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third {
	clear: both;
}

/* Readmore */
a.readmore {
   border: 1px solid #0596AF;
   color: #fff;
	display:inline-block;
   padding: 5px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	float: right;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
a.readmore:hover {
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
a.readmore:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
a.more-link:hover {
	text-decoration: underline;
}	

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Back to Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 40px;
	font-family: 'FontAwesome';
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ddd;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:before {
	content: '\f106';
}



/* =Origin
----------------------------------------------- */

.dp { display: inline-block !important; } /*PC;iPp*/
.dpb { display: block !important; } /*PC;iPp*/
.mb { display: none !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/

.dpo { display: block !important;} /*PC*/
.mbim { display: none !important; } /*iPp.iP,MB*/

.dpof { display: block !important; display: flex !important;} /*PC*/
.mbimf { display: none !important; } /*iPp.iP,MB*/


/* ▼Universal Style▼
----------------------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.go {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto;
}

.ce {
	width:100%;
	margin:0 auto;
	text-align:center;
}


/* ▼レイアウト▼
----------------------------------------*/

.e-wrapper {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.e-side {
	width:25%;
	position: relative;
    z-index: 999;
}

.e-main {
	width:75%;
}

.pa5 {
	padding: 0 5%!important;
}

/* ▼ヘッダーのスタイル▼
----------------------------------------*/

.h_n {
	position: absolute;
    right: 0px;
    top: 40px;
    z-index: 1000;
	width:48%;
}

.h_n img {
	margin:4px 0 0 0;
}

.gnx {
	font-size: 9px;
	color:#727171;
}

.menu {
    position: relative;
    width: 100%;
    height: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 14%; /* グローバルナビ4つの場合 */
    height: 60px;
    line-height: 50px;
    background: #FFFFFF;
	color: #413D3C;
  font-size: 13px;
	line-height: 170%;
	text-align:center;
	padding: 10px 0 10px 0 ;
	color: #000000;
}

.menu > li a {
    display: block;
    color: #000000;
}

.menu > li a:hover {
    color: #413D3C;
	text-decoration:none;
}

.itli {
	width:10% !important;
}

.snsli {
	width:5% !important;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #413D3C;
}

.menu__third-level li {
    border-top: 1px solid #413D3C;
}

.menu__second-level li a:hover {
    background: transparent;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #413D3C;
    border-bottom: 1px solid #413D3C;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 74px 5% 50px 5%;
    background: #FFFFFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 0.95;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 47%;
    border: none;
	padding: 2% 0 2% 6%;
	text-align:left;
	border-left: 1px solid #CACDD1;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
}

.asm {
	color: #727171;
	margin-right: 2em;
}



/* ▼FIXヘッダーのスタイル▼
----------------------------------------*/
.fix-header {
	background-color:#791C2C;
	top: -90px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:15px;
	position: fixed;
	opacity:0.9 !important;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

.f_head {
	height:64px;
	width:1260px;
	margin: 0 auto;
}

.f_site-rogo {
	width:250px;
    float: left;
	padding-top: 0px;
	margin: 0;
}

.f_tel {
	width:250px;
    float: left;
    text-align:right;
	padding: 0;
	margin: 0;
}

.f_gnavi {
    width: 980px;
    margin: 0 auto;
	text-align:left;
	float:left;
	padding:6px 0 0 30px;
	font-size: 13px;
}

.f_gnavi img {
    margin-top:0px;
	}

ul.f_gnavi {
  display: table;
  text-align: center;
  width: 100%;
  border-right:0px #FFFFFF solid;
}

ul.f_gnavi li {
  display: table-cell;
  vertical-align: middle;
}

ul.f_gnavi li a {
	color:#FFFFFF;
	text-decoration:none;
  margin: 0;
  padding: 0;
}

ul.f_gnavi li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
  margin: 0;
  padding: 0;
}


/* 
PC header
================================================ */

#header_cc {
	max-width:100%;
	min-height:136px;
	padding:26px 0 0 5%;
	margin: 0 auto;
}

.h_l {
	width:148px;
	max-height:62px;
	padding:6px 0 0 0;
	float:left;
	text-align:left;
}

.h_r {
	min-width:360px;
	max-height:50px;
	padding:22px 0 0 28px;
	float:left;
	text-align:left;
}

.h_r h2 {
	font-size:12px;
	letter-spacing:0.3em;
	color:#413D3C;
	line-height:180%;
}


/* ▼ナビゲーションのスタイル▼
----------------------------------------*/

.nsp {
	width:3.8% !important;
	height: 20px;
	font-size: 13px;
}
#nav {
	width:100%;
	height: 24px;
	margin: 0 0 16px 0;
}
#dropmenu{
  list-style-type: none;
  width: 648px;
  height: 20px;
  margin: 24px 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
	color: #413D3C;
  font-size: 12px;
	z-index:99;
		line-height: 25px;
	word-wrap: break-word;
	line-height:170%;
	text-align: right;
}

#dropmenu li{
  position: relative;
  
  float: left;
  margin: 0;
  text-align: center;
	display: inline;
}

#dropmenu li img {
	vertical-align:middle;
	}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #413D3C;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 40px 0 0 0;
	padding: 0;
  border-radius: 0;
	z-index:99;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 340%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	z-index:99;
}
#dropmenu li ul li a{
	height: 54px;
  padding: 13px 30px 13px 30px;
  background: #FFFFFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover li ul li > a{
  background: #FFFFFF !important;
  color: #413D3C;
}

#dropmenu li:hover > a{
  background: #FFFFFF;
  color: #413D3C;
	font-weight:normal;
	opacity:0.8;
}
#dropmenu > li:hover > a{
  border-radius: 0;
}
#dropmenu li:hover ul li{
  height: 54px;
  border-top: 1px dashed #B1A192;
  border-bottom:1px dashed #B1A192;
}

#dropmenu li:hover ul li > a:hover{
  background: #EFEFED;
  color: #000000;
	font-weight:normal;
	opacity:0.8;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

.solo {
	padding:  0 2.4%;
}
.solo hover > a{
  background: #FFFFFF !important;
}

.tcl {
		color:#727171;
	}



/* 
Mobile header
================================================ */
.header_ms {
	width: 100%;
	min-height:60px;
        margin-top:10px;
	margin-bottom:-10px;
}

.header_ms img {
        max-width: 100%;
        height: auto;
    }

.header_ms h1 {
        margin-bottom: 10px;
}

.header_ms li{
width:31%;
	min-height:26px;
padding:0 1% 0 1%;
float:left;
}

.header_ms li img{
margin-top: -4px;
}
.ub{margin-top:6px}



#lc_header {
	width:100%;
	height:120px;
	padding-top:4px;
}

.lc_h {
	max-width:1200px;
	height:100px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:0px solid #D5D5D5;
}

.lhl {
	width:500px;
	height:35px;
	padding-top:65px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}

.lhl img {
	height:100%;
}

.lhl a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.lhc {
	width:200px;
	height:41px;
	padding-top:70px;
	float:left;
	text-align:center;
}

.lhr {
	width:500px;
	height:35px;
	padding-top:65px;
	float:left;
	text-align:right;
}

.lhr img {
	height:100%;
	margin-left:4px;
}

.lhr a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}


/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}


/* ▼Navigationのスタイル▼
----------------------------------------*/

.side-navi {
	width:100%;
	padding:0 10% 0 30%;
}

.snavi-fix {
	position: fixed;
  top: 72px;
  max-width: 60%;
	margin: 0 auto;
}

.snim {}
.snim img {
	max-width:136px;
}

.snisn {}
.snisn img {
	max-width:20px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 80px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
	width:100%;
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 0;
  color: #232323;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion a:link {
  background: #FFFFFF;
  color: #232323;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 22px;
  left: 46px;
  font-size: 14px !important;
  color: #969695;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-plus {
  left: 46px;
	top: 17px;
  font-size: 14px;
}

.accordion li.open .link { color: #232323; }

.accordion li.open i { color: #232323; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #F6F6F4;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #CCC; }
.submenu li:last-child  { border-bottom: 0; }

.submenu a {
	font-size: 13px;
  display: block;
  text-decoration: none;
  color: #232323;
  padding: 12px 28px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #FFFFFF;
  color: #232323;
}
.ft_link a:link ,a:visited {
	color:#232323;
	text-decoration:none;
}

/* ▼フッターのスタイル▼
----------------------------------------*/

.flow-navi__wrapper {
  display:none;
}
.flow {
	width:177px;
	min-height:200px;
	position: fixed;
  right: -177px;
  bottom: 60px;
	padding: 0 40px 0 0;
}

.flow img {
	margin: 0 0 2rem 0;
}

#footer_k {
	max-width:940px;
	min-height:360px;
	margin: 164px auto 0;
}

.cpr {
	width:100%;
	min-height:60px;
	font-size:10px;
	text-align:right;
	color:#3E3A39;
}

.ct-box {
	width:100%;
	min-height: 360px;
	margin: 0 auto 46px;
	background-image: url(https://eureka-life-photo.com/img/ftbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	background-size:cover;
	display:flex;
	flex-wrap:wrap;
}

.ct-l {
	width:50%;
	text-align:center;
	color:#FFFFFF;
	padding:12% 5% 0 0;
}

.ct-r {
	width:50%;
	text-align:center;
	padding:15% 0 0 5%;
}



/* Global Nabigation
----------------------------------------*/

.nmb {
		display:none;
	}
	
	.ndp {
		display:block;
	}

#global-head {
	position: fixed;
	color: #033560;
	width: 260px;
	text-align: center;
	padding-top: 60px;
	padding-left: 5%;
	z-index: 400;
}

#sidebar {
	font-size: 14px;
	padding: 234px 0 0 5%;
	width: 280px;
	height: 100%;
	position: fixed;
	color: #232323;
	background: #fff;
	text-align: left;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

#global-nav a {
	color: #232323;
	text-decoration: none;
	display: block;
	padding: 8px 24px;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #232323;
	background: #E8E8E8;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 320px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #232323;
	border-right: 1px solid #232323;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #E8E8E8;
	color: #fff;
	top: 0;
	padding-top: 234px;
	left: 280px;
	width: 0;
	height: 100%;
	overflow: hidden;
	z-index:999;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #232323;
}
#global-nav .sub-menu-nav a {
	color: #232323;
}
#global-nav .sub-menu-nav a:hover {
	color: #232323;
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 46px;
    left: 32px;
    height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #232323;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #232323;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight:normal;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 24px;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #FFFFFF;
	border-bottom: 1px solid #e8e8e8;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	font-size:14px;
	color: #232323;
	background: #FFFFFF;
	padding:0 0;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}

.cp_actab .cp_actab-content a {
    color: #232323;
    text-decoration: none;
    display: block;
    padding: 8px 24px !important;
	font-size:14px!important;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
    padding: 18px 0;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


@media screen and (max-width: 900px) {
	
	.nmb {
		display:block;
	}
	
	.ndp {
		display:none;
	}
	
	.snisn img {
    max-width: 26px;
		margin:24px 0 0 0;
}
	
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
        height: 135px;
        padding: 35px 0 0 78%;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}
	
	#global-head img {
		width:74%;
	}

	
	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		padding: 135px 10% 0 10%;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 480px) {
	#sidebar {
		right: -100%;
		width: 100%;
		padding-top: 135px;
    font-size: 15px;
    padding: 135px 10% 0 10%;
		overflow-y: scroll; 
	}
	
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	#global-head {
        width: 100%;
        height: 135px;
        padding: 35px 0 0 64%;
        background: rgba(255, 255, 255, .8);
        display: -webkit-flex;
        display: flex;
    }
	
	#global-head img {
		width:64%;
	}
	
	#global-head {
		width: 100%;
        height: 135px;
        padding: 35px 0 0 64%;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}
}



/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:0.95rem;
	margin-bottom: 0px;
	min-height:0px;
	line-height:230%;
}


/* ▼ボタン▼
----------------------------------------*/

.bt-e a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 56%;
    padding: 10px 1.0em;
    color: #232323;
    transition: 0.6s ease-in-out;
    font-weight: 500;
	border-bottom: 1px solid #232323;
	text-align:left;
}
.bt-e a:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.02em);
    right: 1.0em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 10px;
    height: 0.02em;
    background-color: #232323;
    transition: 0.3s;
}
.bt-e a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.0em;
    transform: translateY(-50%);
    width: 24px;
    height: 0.02em;
    background-color: #232323;
    transition: 0.3s;
}
.bt-e a:hover:before, .bt-e a:hover:after {
    right: 0;
}
.bt-e a:hover {
    color: #434343;
	text-decoration:none;
}

.btn-cc a {
  display: inline-block;
  position: relative;
  margin: 30px 0 0 0;
	text-align:center;
  padding: 1em 2em;
  width: 240px;
  color: #393737;
  font-size: 14px;
  font-weight: bold !important;
  background-color: transparent;
	border: 1px solid #3E3A39;
	border-radius:42px;
  transition: 0.3s;
	letter-spacing:0.1em;
}

.btn-cc a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: 0.3s;
}

.btn-cc a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em + 5px);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transition: 0.3s;
}

.btn-cc a:hover {
  text-decoration: none;
  background-color: #FFFFFF;
	border: 1px solid #898989;
	color: #898989;
	font-weight: bold;
}

.btn-cc a:hover::before {
  right: 1.8em;
	border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.btn-cc a:hover::after {
  right: calc(1.8em + 5px);
	border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.pa-f {
	margin: 36px 0 224px 0;
}

.btn-cc img {
	width:20px;
	margin: 2px 0 0 0;
}





/* ▼マージンのスタイル▼
----------------------------------------*/

.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt60 {
	margin: 40px 0 0 0 ;
}

.mt70 {
	margin-top: 70px !important ;
}

.mt84 {
	margin-top: 84px !important ;
}

.mt2h {
	margin-top: 200px !important ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb70 {
	margin: 0 0 70px 0;
}

.mt100 {
	margin: 210px 0 0 0;
}

.mb-im {
	margin-bottom:3rem !important;
}

.t-mid {
	font-size:17px;
	line-height:230%;
	letter-spacing: 0.1em
}

.tx-mi {
	font-size:13px;
	line-height:180%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.i-mg {
	margin: 0 5%;
}

.rep {
    width: 96%;
    height: auto;
    margin: 3em auto 8em;
}

.p753 {
	width: 90%;
    height: auto;
    margin: 3em auto 2em;
}


/* ▼Universal style▼
----------------------------------------*/

.inner-top {
	max-width:1200px;
	padding: 0 5%;
	margin: 100px auto 0;
}

.inner-top img {
	width:100%;
	margin: 0 auto;
}

.inner-p {
	max-width:1200px;
	padding: 0 5%;
	margin: 128px auto 0;
}

.x-inner-p img {
	width:100%;
	margin: 0 auto;
}

.l-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.l-inner-680 {
    max-width: 680px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.l-inner-860 {
    max-width: 860px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.l-inner-940 {
    max-width: 940px;
    text-align: justify;
    text-justify: inter-ideograph;
}


.slix {
	max-height:840px;
	overflow:hidden;
	margin: 0 0 180px 0;
}

.slick-slide{
  margin:0 94px;
}
.slider{
  　padding-left:0;
  }
 .slick-slide img {
    width: 100%;
    height: auto;
  }


.ce-tx {
	width;100%;
	text-align:center;
	margin: 160px 0 160px 0;
}


/* ▼TOP-PAGE▼
----------------------------------------*/

.visual {
	width:100%;
	padding:2% 2%;
}


.main {}
.main img {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.top-case {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 0 0 1% 0;
}

.case {
	width:48%;
	padding: 0 0 56px 0;
}

.case h4 {
	font-size: 22px;
    line-height: 150%;
    margin: 0 0 48px 0;
    text-align: center;
}

.t-hash {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    margin: 21px 0 21px 0;
    text-align: center;
    color: #9FA0A0;
}

.main-cp {
	width:100%;
	padding: 0 0 234px 0;
}

.main-tx {
	font-size:30px;
	margin: 0 0 0 0;
}

.main-al {
	font-size:14px;
	margin: 0 0 0 0;
	color: #9FA0A0;
}

.main-mess {
	width:100%;
	padding: 0 0 258px 0;
	font-size:16px;
	display:flex;
	flex-wrap:wrap;
}

.mms-l {
	width: 43%;
	font-size:19px;
	text-align:right;
}

.mms-r {
	width: 57%;
	text-align:left;
	padding: 0.5% 0 0 7%;
}

.uline {
  border-bottom: 1px solid #666464;
  display: inline-block;
  padding-bottom: 14px;
		color:#666464;
}

.top-ibox {
	width:100%;
	padding: 100px 0 100px 0;
	display:flex;
	flex-wrap:wrap;
}

.ibox {
	width:33%;
}

/* ▼Plan-PAGE-style▼
----------------------------------------*/

.pla-title {
	width:100%;
	font-size:38px;
	line-height:150%;
	margin:0 0 74px 0;
	text-align:center;
}

.plab-title {
	width:100%;
	font-size:38px;
	line-height:150%;
	margin:158px 0 38px 0;
	text-align:center;
}

.pln-title {
	width:100%;
	font-size:28px;
	line-height:150%;
	margin:0 0 0 0;
	text-align:center;
}

.hash {
	width:100%;
	font-size:14px;
	line-height:150%;
	margin:31px 0 31px 0;
	text-align:center;
	color:#9FA0A0;
}

.pl-title {
	width:100%;
	font-size:30px;
	border-bottom: 1px solid #232323;
	padding: 52px 0 0.5rem 0;
	margin: 0 0 0 0;
}

.pl2-title {
	width:100%;
	font-size:30px;
	border-bottom: 1px solid #232323;
	padding: 92px 0 0.5rem 0;
	margin: 0 0 0 0;
}

.pin-title {
	width:100%;
	font-size:30px;
	border-bottom: 1px solid #232323;
	padding: 0 0 0.5rem 0;
	margin: 0 0 16px 0;
}

.p-type {
	width:100%;
	margin:0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.prbox {
	width:46%;
	min-height:476px;
	padding: 52px 0 38px 0;
	text-align: justify;
text-justify: inter-ideograph;
}

.type {
	width:100%;
	font-size:18px;
	border-bottom: 12px solid #E8E8E8;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
}

.prc {
	width:100%;
	font-size:31px;
	border-bottom: 1px dashed #232323;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
}

.tax {
	font-size:12px;
	color:#4C4948;
}

.i-box {
	width:100%;
	margin: 116px 0 56px 0;
	text-align: justify;
text-justify: inter-ideograph;
}

.i-title {
	width:100%;
	font-size:18px;
	border-bottom: 1px solid #232323;
	padding: 0 0 0.5rem 0;
	margin: 0 0 2rem 0;
}

.p-pic {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:0 6%;
}

.pics {
	width:50%;
}

.opt {
	margin: 21px 0 0 0;
	color:#666464;
}

.tbr {
	margin: 21px 0 0 0;
}



/* ▼Contents-PAGE-style▼
----------------------------------------*/

.pf-title {
    width: 100%;
    font-size: 38px;
    line-height: 150%;
    margin: 0 0 146px 0;
    text-align: center;
}

.p-mess {
	width:100%;
	margin: 78px 0 0 0;
	text-align:center;
}

.tmb {
	margin:0 0 30px 0;
}

.tmb2 {
	margin:0 0 60px 0;
}

.m-eu {
	font-size:23px;
	font-weight:bold;
}

.st-title {
	width:100%;
	font-size:24px;
	padding: 0 0 0 0;
	margin: 286px 0 76px 0;
	text-align:center;
}

.staffcs {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:0 0 172px 0;
}

.st-im {
	width:55%;
	padding: 0 5% 0 0;
}

.st-pf {
	width:45%;
	padding: 0 0 0 0;
}

.p-rogo {
	width:100%;
	text-align:center;
}

.p-pic {}

.p-name {
	width:100%;
	margin: 48px 0 48px 0;
	text-align:center;
}

.name {
	font-size:24px;
	margin: 0 0 8px 0;
}

.al-name {
	font-size:16px;
	line-height: 2.1;
}

.pftitle {
	width:100%;
	min-height:36px;
	background-color:#e8e8e8;
	padding:2% 3%;
}

.pf-t {
	width:100%;
	border-bottom: 1px solid #232323;
	padding: 0 0 0.5rem 0;
	margin: 38px 0 0.7rem 0;
}

.pf-tx {
	text-align: justify;
text-justify: inter-ideograph;
}


.gd-t {
	width:100%;
	font-size:18px;
	border-bottom: 1px solid #232323;
	padding: 0 0 1.0rem 0;
	margin: 38px 0 1.4rem 0;
}

.gd-tx {
	width:100%;
	padding: 0 0 68px 0;
}

.gd-tx ul {
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.gd-tx li {
	margin: 0 0 30px 0;
}

.gd-q {
	font-weight:bold;
}

.gd-a {
	margin: 12px 0 30px 0;
}

.co-title {
	width:100%;
	font-size:22px;
	margin: 0 0 48px 0;
	text-align:center;
}

.co-mess {
	width:100%;
	margin: 0 0 0 0;
	text-align:center;
}

.co-ti {
	width:100%;
	font-size:22px;
	margin: 0 0 38px 0;
	text-align:center;
}

.cn-title {
	width:100%;
	font-size:22px;
	margin: 164px 0 48px 0;
	text-align:center;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	 margin: 0 0 78px 0 ;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 68%;
  margin:2rem 0 124px 0 ;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-sc {
  width: 100%;
  position: relative;
  padding-top: 68%;
  margin:2rem 0;
}

.map-sc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Movie
----------------------------------------*/

.video {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
	margin:64px 0 0 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv-title {
    width: 100%;
    font-size: 24px;
    border-bottom: 1px solid #232323;
    padding: 52px 0 1rem 0;
    margin: 0 0 0 0;
	text-align:center;
}

.mvbox {
    width: 100%;
    min-height: 476px;
    padding: 52px 0 16px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}


/* Eu-Blog
----------------------------------------*/

.blog-title {
	width:100%;
	font-size:38px;
	line-height:150%;
	margin:0 0 100px 0;
	text-align:center;
}

.b_bar {
	width:100%;
	height:6px;
	border-top: dashed 0px #413D3C;
	margin: 4px 0 24px 0;
}

.b-img {}
.b-img img {
	margin: 0 0 30px 0;
}



/* ▼トップページのスタイル▼
----------------------------------------*/

.sc-title {
	width:100%;
	min-height:104px;
	margin:0 auto;
	padding: 22px 0 0 0;
}

.sc2-title {
	width:100%;
	min-height:118px;
	margin:0 auto;
	padding: 86px 0 0 0;
}

.sct-txs {
	width:220px;
	min-height:68px;
	margin:0 auto;
	text-align:center;
}

.sct-txl {
	width:280px;
	min-height:68px;
	margin:0 auto;
	text-align:center;
}

.sc-title h2 {
	font-size:16px;
	color: #413D3C;
}

.sc-title h3 {
	font-size:12px;
	color: #727171;
	padding-bottom: 0 !important;
}

.sc-title h4 {
	font-size:16px;
	color: #727171;
	border-bottom: 1px solid #CACDD1;
	margin: 8px 0 4px 0;
}

.sc-title h5 {
	font-size:14px;
	color: #413D3C;
}

.sct-im {
	width:176px;
	min-height:68px;
	text-align:left;
	margin: 0 0 32px 0;
}


/* ▼トップページのスタイル▼
----------------------------------------*/

.top-mc {
position: relative;
height: 400px;
white-space: nowrap;
	margin: 88px 0 186px 0;
}

.top-tate {
	font-size:16px;
	color:#3E3A39;
	letter-spacing:0.2em;
	display: inline;
position: absolute;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
	line-height:400%;
}

.tp-link {
	width:100%;
	min-height:336px;
	text-align:center;
	padding: 28px 0 0 0;
}

.tp-link h2 {
	font-size:18px;
	color:#000000;
}

.tp-link h3 {
	font-size:18px;
	color:#000000;
}

.tp-sub {
	font-size:12px;
	color:#727171;
}

.tp-gr {
	margin: 28px 0 0 0;
	font-size:14px;
}

.tp-gr a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color:#727171;
}
.tp-gr a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #727171;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.tp-gr a:hover::after {
  transform: scale(1, 1);
	color:#3E3A39;
}

.mtp {
	margin: 32px 0 0 0;
}

.top-sp {
	width:100%;
	min-height:777px;
}

.sp-box-l {
	width:50%;
	float:left;
	padding: 0 0.5% 0 1%;
}

.sp-box-r {
	width:50%;
	float:left;
	padding: 0 1% 0 0.5%;
}




/* ▼固定ページのスタイル▼
----------------------------------------*/

.p-smi img {
    width: 100%;
    margin: 0 auto;
}

.p-smi-nb img {
    width: 50%;
}

.p-smi-c img {
    width: 70%;
    margin: 86px 15% 42px 15%;
}


.mc-tate {
	min-height: 120px;
	font-feature-settings: initial;
	font-size:18px;
	color:#3E3A39;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 78px auto 0;
}

.mcs {
position: relative;
height: 320px;
white-space: nowrap;
	margin: 88px 0 0 0;
}

.mcl {
position: relative;
height: 440px;
white-space: nowrap;
	margin: 88px 0 0 0;
}

.mcxl {
position: relative;
height: 600px;
white-space: nowrap;
	margin: 88px 0 98px 0;
}

.tate {
	font-size:18px;
	color:#3E3A39;
	letter-spacing:0.2em;
	display: inline;
position: absolute;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.tate-l {
	font-size:16px;
	color:#3E3A39;
	letter-spacing:0.2em;
	display: inline;
position: absolute;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.plan {
	width:1120px;
	min-height: 420px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-mfw {
	width:1120px;
	min-height: 420px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan-s {
	width:1120px;
	min-height: 344px;
	margin: 56px auto 72px;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	border-bottom: 1px dashed #3E3A39;
}

.plan-s h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-s h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-l {
	width:55%;
	padding: 0 5% 0 0;
	float: left;
}

.plan-r {
	width:45%;
	padding: 44px 0 0 0;
	float: right;
	font-size: 13px;
}

.plan-r p {font-size: 13px;}


/* WEDDING PLAN */

.plan-w1 {
	width:1120px;
	min-height: 420px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan-w1 h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-w1 h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}


.plan-wl {
	width:55%;
	padding: 0 5% 0 0;
	float: left;
}

.plan-wr {
	width:45%;
	padding: 44px 0 0 0;
	float: right;
	font-size: 13px;
}

.plan-wr p {font-size: 13px;}


.plan-wbg {
	width:100%;
	min-height: 860px;
	margin: 60px auto 0;
	background-image: url(https://nijiirofilm.com/img/p/p-we-2b.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.plan-we {
	width:45%;
	min-height: 860px;
	margin: 0 0 0 55%;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.plan-we p {
	font-size:13px;
}

.plan-we h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-we h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-wbg2 {
	width:100%;
	min-height: 860px;
	margin: 210px auto 210px;
	background-image: url(https://nijiirofilm.com/img/p/p-we-3.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.plan-we2 {
	width:45%;
	min-height: 860px;
	margin: 0 55% 0 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.plan-we2 p {
	font-size:13px;
}

.plan-we2 h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-we2 h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-in {
	width:556px;
	min-height: 860px;
	margin: 0 auto;
}

.services {
	list-style: none;
	text-align: left;
	font-size:0;
　　line-height:0;
}

.services li {
	text-align: left; 
	display: inline-block; 
	width:47.9%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
}

.services li .label {letter-spacing: 1px;text-align:left;margin-left:20%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.services li .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.services li .label .line .caption{font-size:9px;letter-spacing: 0px;}
/* Icon*/
.services li .icon{ position: absolute;left:4%;top:0;bottom:0;width:40px;height:40px; margin:auto;}
/*.services-included li .icon:before { position:absolute; top:0; right:0; left:0; bottom:0; content:""; z-index:2; background-size:cover; }*/
.x-services li .icon img{display: block;width:100%;position: relative;}
.x-services li .icon:before { position:absolute; top:0; right:0; left:0; bottom:0; content:""; background:#fefefe;transform: rotate(45deg);}

.sev-lg {
	text-align: left; 
	display: inline-block; 
	width:100%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
}

.sev-lg .label {letter-spacing: 1px;text-align:left;margin-left:10%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.sev-lg .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.sev-lg .label .line .caption{font-size:9px;letter-spacing: 0px;}
.sev-lg .icon{ position: absolute;left:2%;top:0;bottom:0;width:40px;height:40px; margin:auto;}


.plan-3p {
	width:33%;
	padding: 0 2% 0 2%;
	float: left;
}

.plan-3p p {font-size: 12.8px;}


.p-ex {
	min-height:280px !important;
}

.p-ex2 {
	min-height:364px !important;
}

.plan2 {
    width: 1120px;
    min-height: 320px;
    margin: 56px auto 0;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.plan-2in {
	margin: 0 16%;
}

.plan-2p {
	width:50%;
	padding: 0 2% 0 2%;
	float: left;
}

.plan-2p p {font-size: 12.8px;}

.services3 {
	list-style: none;
	text-align: left;
	font-size:0;
　　line-height:0;
}

.services3 li {
	text-align: left; 
	display: inline-block; 
	width:47.4%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
}

.services3 li .label {letter-spacing: 1px;text-align:left;margin-left:28.4%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.services3 li .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.services3 li .label .line .caption{font-size:9px;letter-spacing: 0px;}
/* Icon*/
.services3 li .icon{ position: absolute;left:4%;top:0;bottom:0;width:40px;height:40px; margin:auto;}


.ml { margin: 0 0 18px 2%; background:#EFEFED;border-radius: 6px;}
.mr { margin: 0 2% 18px 0; background:#EFEFED;border-radius: 6px;}

.sev-3lg {
	text-align: left; 
	display: inline-block; 
	width:100%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
}

.sev-3lg .label {letter-spacing: 1px;text-align:left;margin-left:14.4%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.sev-3lg .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.sev-3lg .label .line .caption{font-size:9px;letter-spacing: 0px;}
.sev-3lg .icon{ position: absolute;left:2%;top:0;bottom:0;width:40px;height:40px; margin:auto;}

.s-info {
	width: 70%;
	height:auto;
	margin : 0 auto;
}

.si-t {
	width: 40%;
    font-size: 13px;
    color: #727171;
    border-bottom: 1px solid #3E3A39;
    padding-bottom: 12px !important;
    margin: 0 30% 18px 30%;
	text-align:center;
}

.sip {
	width:100%;
	padding: 0 30%;
	font-size: 12.8px;
	text-align:center;
	line-height:200%;
}

.sip-f {
	width:50%;
	padding: 0 0 0 0;
	float: left;
	font-size: 12.8px;
	line-height:200%;
}

.opt-l {
	width: 24%;
	min-height:160px;
	text-align:left;
	float: left;
	font-size: 13px;
    color: #727171;
	padding: 1% 0 0 0;
}

.opt-r {
	width: 76%;
	min-height:90px;
	float: right;
	text-align:left;
	padding: 0 0 0 10%;
	line-height:230%;
	font-size: 12.8px;
	border-left: 1px solid #3E3A39;
}

.pri {
	width: 100%;
	display: inline-block; 
	display: flex;
}

.pri-x {
	width:26%;
	height: 40px;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
	text-align:center;
	line-height:40px;
}

.pri-a {
	width:26%;
	height: 40px;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
	text-align:center;
	line-height:40px;
}

.pr-m {
	font-size: 18px;
	color: #000000;
	margin: 0 0 0 5%;
	line-height:40px;
}

.pr-sz {
	font-size: 11px;
    color: #727171;
	margin: 0 0 0 5%;
	line-height:40px;
}

.area {
	font-size: 13px;
	margin: 0 0 0 4%;
	line-height:40px;
}


.at-sp {
	width:100%;
	min-height:580px;
}

.at-box-l {
	width:50%;
	float:left;
	padding: 0 0.5% 0 1%;
}

.at-box-r {
	width:50%;
	float:left;
	padding: 0 1% 0 0.5%;
}

.pr-box-l {
	width:50%;
	float:left;
	padding: 0 0 0 0;
}

.pr-box-r {
	width:50%;
	float:left;
	padding: 0 1% 0 5%;
}

.pr-box2-l {
	width:50%;
	float:left;
	padding: 0 5% 0 1%;
}

.pr-box2-r {
	width:50%;
	float:left;
	padding: 0 0 0 0;
}

.pr-k {
	font-size: 14px;
    color: #413D3C;
	margin: 14px 0 2px 0;
}

.pr-na {
	font-size: 24px;
    color: #000000;
	border-bottom: 1px solid #CACDD1;
    margin: 4px 0 4px 0;
	padding: 0 0 18px 0;
}

.opt-at {
	width: 45%;
	min-height:160px;
	margin : 64px auto 84px;
}

.opt-at-pr {
	width: 90%;
	min-height:160px;
	margin : 64px auto 144px;
	text-align:center;
	line-height:320%;
	font-size:14px;
}

.grey-box {
	width:100%;
	min-height:850px;
	background-color:#EFEFED;
	padding:56px 5% 72px 5%;
}

.p-gallery {
	max-width:1200px;
	margin: 68px auto 64px;
}

.flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
}

.gallery {
	max-width:1260px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 86px 0;
}

.gr-title {
	width:100%;
	min-height:118px;
	margin:0 auto;
	padding: 86px 0 64px 0;
}

.gr-title h2 {
	font-size:16px;
	color: #413D3C;
}

.gr-title h3 {
	font-size:12px;
	color: #727171;
	padding-bottom: 0 !important;
}

.gr-title h4 {
	font-size:16px;
	color: #727171;
	border-bottom: 1px solid #CACDD1;
	margin: 8px 0 4px 0;
}

.gr-title h5 {
	font-size:14px;
	color: #413D3C;
}

.fl-k {
	font-size: 14px;
    color: #413D3C;
	margin: 112px 0 42px 0;
}

.fl-na {
	font-size: 21px;
    color: #000000;
    margin: 4px 0 4px 0;
}

.grey {
	color:#727171 !important;
}

.faq-title {
	font-size:18px;
	color: #3E3A39;
	border-bottom: 1px solid #CACDD1;
	margin: 56px 0 12px 0;
	padding-bottom: 6px;
}

.p-pr {
	width:80%;
	height:auto;
	margin: 0 auto;
}

.p-flow {
	width:60%;
	height:auto;
	margin: 0 auto 200px;
}

.item {
	width:60%;
	 display: flex;
	margin: 0 auto;
}

.item img {
	width: 33.33%;
}

.item2 {
	width:60%;
	 display: flex;
	margin: 0 auto;
}

.item2 img {
	width: 50%;
}

.ph-box{
    width: 60%;
    height: auto;
    margin: 0 auto 60px;
}

.alti {
    font-size: 18px;
    color: #000000;
    margin: 18px 0 4px 0;
}

.price {
	font-size:18px;
	font-weight:bold;
}

.it-ta {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.it-ta th{
  width:70%;
  padding: 20px 0 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: left;
  vertical-align: middle;
	background-color:#FFFFFF;
}
 
.it-ta td{
	max-width:30%;
padding: 20px 0 20px 0;
text-align:left;
vertical-align: top;
background-color: #FFFFFF;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align:right;
}


/* ▼tableのスタイル▼
----------------------------------------*/

.flo-qa {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.flo-qa th{
  width:38%;
  padding: 20px 0 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: left;
  vertical-align: middle;
	background-color:#FFFFFF;
}
 
.flo-qa td{
	max-width:62%;
padding: 20px 0 20px 0;
text-align:left;
vertical-align: top;
background-color: #FFFFFF;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align: justify;
text-justify: inter-ideograph;
}


.pro {
  width:100%;
  border-bottom: 0px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:12px auto 80px;
  font-size:13px;
}
 
.pro th{
  width:31%;
  padding: 10px 6% 10px 0;
  border-top: solid 0px #755A3F;
	border-left: solid 0px #755A3F;
  border-right: dashed 0px #755A3F;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: left;
  vertical-align: top;
}
 
.pro td{
	max-width:69%;
padding: 10px 0 10px 0;
text-align:left;
vertical-align: top;
border-top: solid 0px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align: justify;
text-justify: inter-ideograph;
}



/* ▼お問い合わせ▼
----------------------------------------*/

.mauticform_wrapper {
	max-width:900px !important;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
	padding:18px 36px !important;
	letter-spacing: 0.2em !important;
	border:3px solid #434343 !important;
	font-size:20px !important;
	color:#434343 !important;
}

/* ▼お問い合わせ▼
----------------------------------------*/
/***** コンタクトフォーム *****/

.text-xs-center{text-align:center; font-size:1.0em;}

.wpcf7-spinner {
    display: none !important;
}

.table-contactform7{
	width:100%;
  overflow: hidden;
table-layout: fixed;
	border-bottom: 1px solid #D5D5D5;
	margin: 24px 0 0 0;
	font-size:15px!important;
}
 
.required-contactform7{
  padding: 5px;
  background: #FFFFFF;
  color: #434343;
  border-radius: 3px;
  margin-right: 8px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold !important;
	width:34%;
	padding:3%;
	vertical-align:middle;
 background:#EFEFED;
 border-top: solid 1px #D5D5D5;
	border-left: solid 1px #D5D5D5;
  border-right: dashed 1px #D5D5D5;
box-sizing:border-box;
	color:#45403f;
}

.table-contactform7 td{
  width:56%;
	padding:2% 4% 2% 4%;
	vertical-align:middle;
	border-top: solid 1px #D5D5D5;
	border-right: solid 1px #D5D5D5;
}

.table-contactform7 input{
  margin: 20px 10px 20px 5px;
}

.table-contactform7 textarea{
  width: 80% !important;
  margin: 5px 10px 10px 5px;
}

.radiox input{
  margin: 5px 10px 10px 5px;
}

.bx90 input{
  width: 90% !important;
  margin: 15px 10px 10px 15px;
}
 
.bx30 input{
  width: 30% !important;
  margin: 15px 10px 10px 15px;
}

.message-100 textarea{
  width: 100%;
  margin: 15px 10px 10px 15px;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
    margin-top:0;
    display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #D5D5D5 !important;
	font-size:14px;
}

/* ▼ムービーのスタイル▼
----------------------------------------*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* BLOG-IVENT
----------------------------------------------- */

.blogbox {
	width: 80%;
    height: auto;
    margin: 76px auto 0;
	font-size:15px;
}

.imbot {
	margin:0 0 1.2rem 0;
}

.imbo {
	margin:70px 0 0 0;
}

.g-mini {
	font-size: 12px;
    color: #727171;
	margin: 0 0 1.2em 0 ;
}

.layout-970 .layer-content {
    padding: 10px 2% 24px 2% !important;
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 15px !important;
    line-height: 24px;
    color: #3E3A39;
    font-weight: 400;
}

.sp-pcp-post .sp-pcp-post-meta ul li .fa, .sp-pcp-post .sp_pcp_cf_list .fa {
    margin-right: 3px;
	display:none !important;
}

.sp-pcp-post .sp-pcp-post-meta li, .sp-pcp-post .sp-pcp-post-meta li a, .sp-pcp-post .sp-pcp-post-meta ul {
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #727171 !important;
}

.entry-header img {
	width:4%;
}

.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:74px 0 64px 0;
}


.csx_p {
	font-size:16.5px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	margin:10px 0 0 0;
	color:#553C19;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}

.top_bisc {
	width:1200px;
	min-height:400px;
	margin:0 auto;
}


.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 160px 0;
}

.tt-ce {
	width:100%;
	height:auto;
	text-align:center;
}

.tt-ce h3 {
	font-size:22px;
	color:#302C2C;
	line-height:200%;
	margin:64px 0 50px 0;
}

.pcc-title {
	width:48%;
	min-height:118px;
	margin:0 auto;
	padding: 68px 0 0 0;
}

.pcct-im {
	width:174px;
	min-height:68px;
	text-align:left;
	float:left;
}

.pcct-tx {
	width:398px;
	min-height:68px;
	text-align:left;
	float:right;
}

.pcc-title h2 {
	font-size:12px;
	color: #807F80;
}

.pcc-title h4 {
	font-size:16px;
	color: #755A3F;
}


.cont {}
.cont img {
	margin: 0.5em 0 0 0 ;
}

.t753 {
    font-size: 20px;
    max-width: 1200px;
    color: #3E3A39;
    border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
    margin: 144px auto 0;
}



/* ▼SH Blogのスタイル▼
----------------------------------------*/
.top-info {
	width:100%;
	min-height: 364px;
	margin: 0 auto 0;
	background-color: #FFFFFF;
	opacity:90%;
}

.info-in {
	width:1060px;
	min-height: 364px;
	margin: -32px auto 0;
}

.wp-show-posts-entry-title a:link  {
	color:#3E3A39 !important;
}
.wp-show-posts-entry-title a:visited {
	color:#3E3A39 !important;
}

.wp-show-posts-entry-title a:hover {
	color:#3E3A39 !important;
}

.wp-show-posts-entry-date {
	font-size: 12px;
	color:#727171 !important;
}

.wp-show-posts-inner {
        margin: 0 0 0 0.5em !important;
    background-color: #FFFFFF;
    padding: 1rem 1rem 0 1rem;
}

.wp-show-posts-image.wpsp-image-center {
    height: 52%;
    overflow: hidden;
}

.wp-show-posts-entry-header {
	text-align:justify;
}

.wp-show-posts-entry-header h3 {
	font-size:16px !important;
	font-weight:bold;
	color:#66523C;
}

.wp-show-posts-entry-header h3 a:link {
	font-size:16px !important;
	font-weight:bold;
	color:#3E3A39;
}

.wp-show-posts-entry-header h3 a:visited {
	color:#3E3A39;
}

.wp-show-posts-entry-header {
    margin: 0 0 0 0;
    padding: 0;
}

.wp-show-posts-image {
    margin-bottom: 0.4em;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #3E3A39;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}

.blog {
    background-color: #FFFFFF;
    color: #45403f;
	border-radius:6px;
	 border:0px solid #553C19;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ach {
	width:100%;
	min-height:200px;
}

.athum {
	width:475px;
	min-height:200px;
	float:left;
}

.aexp {
	width:200px;
	min-height:200px;
	margin: 0 0 0 80px ;
	float:right;
}


.flow_mb {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:12px;
}
 
.flow_mb th{
  width:25%;
  padding: 3% 0;
  border-bottom: solid 1px #CACEC6;
	border-left: dashed 1px #CACEC6;
  border-right: dashed 1px #CACEC6;
  border-collapse: collapse;
  font-style: bold;
  font-weight: bold;
  line-height:160%;
  color:#FFFFFF;
  text-align: center;
  vertical-align: middle;
	background-color:#7F8776;
}
 
.flow_mb td{
	width:100%;
padding: 2% 0;
text-align:center;
vertical-align: middle;
background-color: #495241;
border-collapse: collapse;
}

.nob-l {border-left: dashed 0px #FAF6EA !important;}
.nob-r {border-right: dashed 0px #FAF6EA !important;}
.flow_mb img {width:16%;}

.flow_mb a {color:#FFFFFF;}
.flow_mb a:hover {color:#FFFFFF;}




/* =Header
----------------------------------------------- */
#branding {
	margin-top: 0px;	
}
.hgroup-wrap {
	padding-top: 0px;
	padding-bottom: 51px;
}
.hgroup-wrap a {
	display: block;
}
#site-logo {
	float:left;
  	margin-top: 32px;
}
#site-title {
	font: 36px 'Philosopher', sans-serif;
  	line-height: 42px;
}
#site-title a {
	color: #434343;	
}
#site-title a img {
	vertical-align: inherit;
	max-width: 978px;	
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #A27E5D;
}
#site-description {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	color: #777;
}
.hgroup-right {
	float: right;
	margin-top: 38px;
}

/* Social Profiles */
.social-profiles {
	float: left;
}
.social-profiles ul {
	margin: -10px 0 0;
	float:right;
}
.social-profiles ul li {
	margin-top:10px;
	float:left;
}
.social-profiles ul li a {
	display:block;
	width:30px;
	height:30px;
	text-indent: -99999px;
	background-image: url("images/social-icons.png");
	background-position: right bottom;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.social-profiles ul li.facebook a {
	background-position: 0 0;		
}
.social-profiles ul li.facebook a:hover {
	background-position: 0 -40px;
}
.social-profiles ul li.twitter a {
	background-position: -40px 0;
}
.social-profiles ul li.twitter a:hover {
	background-position: -40px -40px;
}
.social-profiles ul li.google-plus a {
	background-position: -80px 0;
}
.social-profiles ul li.google-plus a:hover {
	background-position: -80px -40px;
}
.social-profiles ul li.pinterest a {
	background-position: -120px 0 ;
}
.social-profiles ul li.pinterest a:hover {
	background-position: -120px -40px ;
}
.social-profiles ul li.linked a {
	background-position: -160px 0;
}
.social-profiles ul li.linked a:hover {
	background-position: -160px -40px;
}
.social-profiles ul li.tumblr a {
	background-position: -200px 0 ;
}
.social-profiles ul li.tumblr a:hover {
	background-position: -200px -40px;
}
.social-profiles ul li.vimeo a {
	background-position: -240px 0;
}
.social-profiles ul li.vimeo a:hover {
	background-position: -240px -40px;
}
.social-profiles ul li.my-space a {
	background-position: -280px 0;
}
.social-profiles ul li.my-space a:hover {
	background-position: -280px -40px;
}
.social-profiles ul li.flickr a {
	background-position: -320px 0;
}
.social-profiles ul li.flickr a:hover {
	background-position: -320px -40px;
}
.social-profiles ul li.you-tube a {
	background-position: -360px 0;
}
.social-profiles ul li.you-tube a:hover {
	background-position: -360px -40px;
}
.social-profiles ul li.rss a {
	background-position: -400px 0;
}
.social-profiles ul li.rss a:hover {
	background-position: -400px -40px;
}

/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#access ul {

}
#access li {
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
#access a {
	color: #888;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px 0 0;	
	height: 39px;
}
#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #A27E5D;
}

/* Dropdown */
#access ul li ul, 
#access ul li:hover ul ul, 
#access ul ul li:hover ul ul, 
#access ul ul ul li:hover ul ul, 
#access ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
#access ul li:hover ul, 
#access ul ul li:hover ul, 
#access ul ul ul li:hover ul, 
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display:block;
}
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #05A9C5;
	top: 55px;
	left: 0px;
	width: 190px;
}
#access ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA;
	padding: 0;
}
#access ul li ul li a, 
#access ul li.current-menu-item ul li a, 
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a, 
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #777;
	text-transform: capitalize;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #05A9C5;
}
#access ul li ul li ul {
	left: 190px;
	top: -4px;
}
/* Responsive Navigation */
.menu-toggle {
	display: none;
}

/* Slogan */
.slogan-wrap {	
	font-family: 'Philosopher', sans-serif;
	background-color: #05a9c5;	
	padding: 24px 0;
	margin-bottom: 4px;	
}
.slogan-wrap .slogan {
	font-size: 24px;	
	line-height: 30px;
	color: #fff;
	width: 80%;
	float: left;
}
.slogan-wrap .slogan span {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.slogan-wrap .view-work {
	color: #494949;
	font-size: 18px;	
	float: right;
	display: block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	padding: 8px 15px 0;
	margin-top: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
   background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.slogan-wrap .view-work:hover {
	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
	background: -o-linear-gradient(#E3F5F9, #b5e6ee);
	background: -webkit-gradient(#E3F5F9, #b5e6ee);
	background: linear-gradient(#E3F5F9, #b5e6ee);
}
.slogan-wrap .view-work:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider, 
.featured-slider .slider-cycle {
	position: relative;
	margin-top: -1px;
	margin-bottom: 4px;
}
.featured-slider .displayblock {
	display: block;
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	bottom: 55px;
	right: 30px;
	text-align: right;	
	color: #fff;
}
.featured-text .featured-title {
	font: 24px 'Philosopher',sans-serif;
	line-height: 30px;
	padding: 10px 20px;
	background: #05A9C5;
	background: rgba(5, 169, 197, 0.9);
	float: right;
	max-width: 525px;
}
.featured-text .featured-title a {
	color: #fff;
}
.featured-text .featured-content {
	padding: 20px;
	background: #555;
	background: rgba(85, 85, 85, 0.9);
	margin-top: 4px;
	float: right;
	clear: right;
	max-width: 355px;	
}

/* Controllers */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #fff;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}
#controllers a:hover, #controllers a.active {
	background-color: #05A9C5;
	color: #05A9C5;
}

/* Search Form */
input.s {
	background: url(images/search.png) no-repeat right 6px #fff;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 0;
	padding: 3px 33px 3px 0;
	height: 22px;
	color: #bbb;
	font-style: italic;
	margin: 0;
	border-color: transparent;
	cursor: pointer;
	text-indent: 25px;
}
input.s:focus {
	width: 100px;
	padding-left: 10px;
	border-color: rgba(0, 0, 0, 0.15);
	text-indent: 0;
}
#branding .searchform {
	float: left;
}

/* =Content
----------------------------------------------- */
#main {
	max-width:100%;
	padding: 0 0 0 0;
}
#content h1, #content h3, #content h4, #content h5, #content h6 {
    padding-bottom: 8px;
}
#content h2 {
    padding-bottom: 0px;
}
#content ul {}
#content ul, #content ol {}
#content ul a, #content ol a {
	color: #553C19;
}
#content ul a:hover, #content ol a:hover {
	text-decoration: underline;
	color: #553C19;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
.service-item {
	padding-bottom: 15px;
}
.service-item .service-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	float: left;
	display: block;
	margin-right: 20px;
	text-align: center;
}
.service-item .service-icon img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#content .service-item .service-title {
	font-size: 20px;
	line-height: 25px;
	color: #555;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 0;
}

#primary {
	float: left;
	width: 100%;
	border-right: solid 0px #888;
	padding:0 0 10% 0;
}
#content .post {
	padding-top: 0px; 
   padding-bottom: 0px;   
	border-top: 0px solid #eaeaea;
}
#content .sticky {
	background-color: #E6E6E6;
	padding: 20px 20px 30px;
	margin-bottom: 40px;
}
.sticky .entry-meta-bar {
	border-color: rgba(0, 0, 0, 0.1);
}
.page-title-wrap {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0; 
}
.page-title {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
	float: left;
	padding-top: 2px;
}
.page-title a {
	color: #A27E5D;
}

/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}

.entry-header {
	text-align:center;
}

.entry-title {
	font-size: 24px;
	font-weight:bold;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin:30px 0 0 0;
}
.entry-title,
.entry-title a {
	color: #3E3A39;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #3E3A39;
}

.date-updated {}
.date-updated a {
	color: #a3a3a3;
	font-size: 16px;
    font-weight: 500;
}
.date-updated a:hover,
.date-updated a:focus,
.date-updated a:active {
	color: #a3a3a3;
	font-size: 16px;
    font-weight: 500;
}

.entry-meta-bar {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 7px 0;
	margin: 100px 0 80px 0;
	clear: both;
}
.entry-meta {
	width: 84.89%;
	float: left;
	padding-top: 2px;
	font-size:90%;
}
.entry-meta a {
	color: #888;
}
.entry-meta a:hover {
	color: #413D3C;
}
.entry-meta span {
   padding: 0 5px;
   display: inline-block;
}
.tags {
	margin-bottom: 50px;
}
.tags a {
	color: #888;	
	padding: 0 0 0 10px;
}
.tags a:hover {
	color: #413D3C;
}
.post-featured-image {
	margin-bottom: 30px;
	max-width: 700px;
}
.post-featured-image a {
	display: block;
}
.entry-content dt, 
.comment-content dt {
	font-weight: bold;
}
.entry-content dd, 
.comment-content dd {
   margin-bottom: 20px;
}
.entry-content {
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
}

.wp-video {
	margin-bottom: 20px;
}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a {
	margin-bottom: 10px;
	display: block;
}
.one-half, .one-third, .one-fourth  {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 20px;
}
.one-half {
	width: 47.03%;
}
.one-third {	
	width: 30.36%;
}
.one-fourth {	
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: right;
	width: 0;
	padding:0 0 0 4%;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
    float: right;
}
.left-sidebar-template #secondary {
    float: left;
}

/* One Column Template */
.one-column-template .wrapper {
	width: 708px; 
}
.one-column-template .container {
	width: 668px;
}
.no-sidebar-template #content {
	width: 668px;
	margin: 0 auto;
}

/* Custom Gallery Page */
.custom-gallery #main {
	padding-bottom: 20px;
}
#content .custom-gallery-title, 
.custom-gallery-title a {
   font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #555;
	padding-bottom: 0;
}
.custom-gallery-title a:hover {
   color: #05A9C5;
}

/* Blog Medium Page */
.blog-medium .post-featured-image {
	width: 34.57%;
	float: left;
	margin-right: 4.67%;
}
.blog-medium .entry-content {
	padding-bottom: 0;
}

/* Single Page */
.single .entry-meta {
   float: none;
   width: 100%;
}
.single .entry-meta-bar {
	margin: 120px 0 25px 0;
   padding-bottom: 10px;
}
.single #content .post {
	border-top: 0 none;
   padding-top: 0px;
}

/* Wide Layout */
.wide-layout .wrapper {
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: 0 0 0 #ddd;
	-moz-box-shadow:  0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
}
.wide-layout #branding, 
.wide-layout #colophon {
	margin: 0;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
-------------------------------------------------------------- */
#content .comments-area ul,
#content .comments-area ol,
.comments-area article {
	margin: 0 0 30px 20px;
}
.comments-area article header {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 70px;
}
.comments-area article header cite {
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 13px;
}
.comments-area article header a {
	text-decoration: none;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
#content .comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #05a9c5;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
}
.comments-area .comment-content p {
	margin-bottom: 10px;
}
a.comment-reply-link {
	font-size: 13px;
}
.commentlist .pingback {
	margin-bottom: 30px;
}
.commentlist .children {
	margin-left: 30px;
}

/* Comment form */
.commentlist #respond {
	margin: 20px 0 30px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 0;
}
#respond .form-submit,
#respond .form-submit input {
	margin-bottom: 0;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* Image borders */
.img-border {
	background-color: #fff;
  	padding: 5px;
  	border: 1px solid #ccc;
 }

/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
}
#wp_page_numbers ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	float: left;
	margin-left: 7px; 
}
#wp_page_numbers ul li.page_info {
	padding: 3px 8px 0;
	color: #999;
}
#wp_page_numbers ul li a {
	color: #777;
   display: block;
   float: left;
   background-color: #f9f9f9;
   border: 1px solid #eaeaea;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
}
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {
   border: 1px solid #0596AF;
   color: #fff; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
#wp_page_numbers ul li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-bottom: 40px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0; 
	text-align: center;
}
.wp-pagenavi .pages { 
	padding: 3px 7px 0;
	color: #999;
}
.wp-pagenavi .current, .wp-pagenavi a {	
   display: inline-block;
   color: #553C19;
   background-color: #f9f9f9;
   border: 1px solid #553C19;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	margin-left: 4px;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
   border: 1px solid #0596AF;
   color: #fff; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.wp-pagenavi a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Default wp-page */ 
#content ul.default-wp-page {
	margin: 0;
	list-style: none;
	margin-bottom: 40px;	
	border-top: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	padding: 7px 0 0; 
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;	
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
   display: inline-block;
   color: #413D3C !important;
   background-color: #E0E0E0;
   border: 0px solid #553C19;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
}
ul.default-wp-page li a:hover {
   border: 0px solid #f9f9f9;
   color: #fff !important; 
   background: #5f6953;
}
ul.default-wp-page li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Single pagination */ 
.pagination {
	margin-bottom: 40px;
	border-top: 0px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
	padding: 7px 0; 
	text-align: center;
	color: #999;
}
.pagination span {
   display: inline-block;
   color: #fff;    
   background-color: #06B8D7;
   border: 1px solid #0596AF;   	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;	
	margin-left: 3px;
}
.pagination a span {
	background-color: inherit;
   border: 1px solid #fff; 
   color: #777;
}
.pagination a:hover span {
 	background-color: #f9f9f9;
   border: 1px solid #eaeaea; 
}

/* =bbPress
----------------------------------------------- */
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 13px;
}
div.bbp-search-form input,
div.bbp-search-form button {
	padding: 10px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 70%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	padding: 0 3%;
	height: 42px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	margin: 0 0 0 -4px;
	width: 30%;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
div.bbp-submit-wrapper button {
	border: 1px solid #0596AF;
	color: #fff;
	font-family: inherit;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* =Woo Commerce
----------------------------------------------- */
.woocommerce-page.no-sidebar-template #primary,
.woocommerce-page.full-width-template #primary,
.woocommerce-page.one-column-template #primary {
	float: none;
	width: 100%;
}
#primary .woocommerce {
	padding-bottom: 30px;
}
.woocommerce-page #primary ul.products,
.woocommerce #primary div.product div.images .flex-control-thumbs,
.woocommerce #primary div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page #primary .page-title {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 20px;
	padding-top: 0;
	line-height: normal;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #05a9c5;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 13px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: inherit;	
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	font-size: inherit;
	line-height: normal;
	height: inherit;
	font-family: inherit;
	border: 1px solid #0596AF;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
.woocommerce.widget_product_search input {
	border-radius: 0;
	margin: 0;
}
.woocommerce.widget_product_search .search-field {
	border-right: 0 none;
	float: left;
	height: 40px;
	width: 60%;
	padding: 6px 8px;
}
.woocommerce-page #primary ul a.button,
.woocommerce-page #primary a.button:hover {
	color: #fff;
}
.woocommerce-page #main table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #05a9c5;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 0px;
}
.widget ul li a {	
	color: #434343;
	text-decoration: none;
}
.widget ul li a:hover {	
	color: #888;
	text-decoration: underline;
}
.widget-title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
}
.widget-title, .widget-title a {
	color:#434343;
}
.widget-title a:hover {
	color: #888;
}
/* Search Widget */
.widget_search input.s {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px; 
	color: #777;
	background-color: #f9f9f9;
	background-position: right 10px; 
	border-color: #eaeaea;
	cursor: text;
	text-indent: 0;
}
.widget_search input.s:focus { 
	border-color: rgba(0, 0, 0, 0.15);
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Article Widget */
.widget_article {
	margin-bottom: 20px;
}
.widget_article .article-title a:hover {
	text-decoration: underline;
}
.widget_article .post {
	padding-bottom: 20px;
}
.widget_article .article-content p {
	margin-bottom: 0px;
}
/* Recent Entries/Comments widget */
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px dashed #413D3C;
	padding: 8px 0;
}
/* Testimonial widget */
.widget_testimonial .testimonial-icon {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.widget_testimonial .testimonial-icon:before {
	content: '\f10d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: normal;
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: #cfcfcf;
}
.widget_testimonial .testimonial-post {
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0 1px 4px #eaeaea inset;
	-moz-box-shadow: 0 1px 4px #eaeaea inset;
	box-shadow: 0 1px 4px #eaeaea inset;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	font-style: italic;
	margin-bottom: 15px; 
	display: block;
	overflow: hidden;
}
.widget_testimonial .testimonial-author {
	text-align: right;	
	clear: both;
}
.widget_testimonial .testimonial-author span {
	font-weight: bold;
	display: block;
}

/* Tag Cloud */
.widget_tag_cloud a {
	margin-right: 5px;
	color: #777;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #05A9C5;
}

/* Custom Tag Cloud */
.widget_custom-tagcloud {
	margin-bottom: 32px;
}
.widget_custom-tagcloud a {
	margin:0 4px 8px 0;
	background-color: #F9F9F9;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 8px 2px;
	color: #777;
}
.widget_custom-tagcloud a:hover {
	border: 1px solid #0596AF;
	color: #fff;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
.widget_custom-tagcloud a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Service Widget*/
.widget_service {
	margin-bottom: 0;
	padding-bottom: 10px;
}

/* Recent Work Widget*/
.widget_recent_work {
	margin-bottom: 10px;
}

/* Promotional Bar Widget */
.widget_promotional_bar {
	font-family: 'Philosopher', sans-serif;
}
.widget_promotional_bar .promotional_bar_content {
	background-color: #05a9c5;
	padding: 30px 15px;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.widget_promotional_bar .promotional-text {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.widget_promotional_bar .promotional-text span {
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding-top: 5px;
	font-family: "PT Sans",sans-serif;
}
.widget_promotional_bar .call-to-action {
	padding: 8px 15px 0;
	margin-top: 20px;
	color: #494949;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.widget_promotional_bar .call-to-action:hover {
	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
	background: -o-linear-gradient(#E3F5F9, #b5e6ee);
	background: -webkit-gradient(#E3F5F9, #b5e6ee);
	background: linear-gradient(#E3F5F9, #b5e6ee);
}

/* WP Caption */
.wp-caption {	
	margin-bottom: 30px;
	max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px solid #EAEAEA;
}

/* =Footer
----------------------------------------------- */
#colophon {
	margin-bottom: 30px;
}
#colophon .widget-wrap {
	background-color: #f9f9f9;
	border-top: 1px solid #eaeaea;
}
#colophon .widget-area {
	margin-left: -3.06%;
	padding: 40px 0 10px;
}
#colophon .widget {
   float: left;
   margin-left: 2.97%;
   width: 30.35%;
}
#colophon .widget_archive, 
#colophon .widget_pages, 
#colophon .widget_nav_menu,
#colophon .widget_recent_entries,
#colophon .widget_categories,
#colophon .widget_recent_comments,
#colophon .widget_meta,
#colophon .widget_rss {
   margin-bottom: 22px;
}
#colophon .widget_archive ul li, 
#colophon .widget_pages ul li, 
#colophon .widget_nav_menu ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_meta ul li,
#colophon .widget_rss ul li {
   padding-bottom: 8px;
}
#colophon .widget-title {
   font-size: 19px;
   text-transform: uppercase;
   line-height: 25px;
}
#colophon .widget_article {
	margin-bottom: 10px;
}
#colophon .widget_info, 
#colophon .widget_text {
	margin-bottom: 15px;
}

/* Site Generator */
#site-generator {	
	padding: 20px 0px;	
	border-top: 1px solid #eaeaea; 
	color: #999;
	display:none;
}
#site-generator .social-profiles {
   float: right;
   width: 31.28%;
}
#site-generator .copyright {
   float: left;
   padding-top: 5px;
   width: 65.64%;
}
#site-generator .copyright a {
   color: #777;
}
#site-generator .copyright a:hover {
   color: #05A9C5
}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 16px;
    right: 40px;
    z-index: 1;
}

/* =Responsive Structure
----------------------------------------------- */
/************************************************************************************************************************************************************/
/*Width:1366 display用指定 */
/************************************************************************************************************************************************************/

@media only screen and (max-width: 1470px) {
	.h_n {
	position: absolute;
    right: 0px;
    top: 40px;
    z-index: 1000;
	width:52%;
}
}

@media only screen and (max-width: 1380px) {
	
.slick-slide{
  margin:0 32px;
}

	
#dropmenu{
  width: 880px;
}

#header_cc {
    padding: 24px 0 0 4%;
	}

.h_l {
    width: 112px;
    max-height: 62px;
    padding: 6px 0 0 0;
    float: left;
    text-align: left;
}
	
.h_n {
	position: absolute;
    right: 0px;
    top: 40px;
    z-index: 1000;
	width:57%;
}

.h_r h2 {
    font-size: 10.6px;
    letter-spacing: 0.3em;
    color: #413D3C;
    line-height: 180%;
}

.h_r {
    min-width: 360px;
    max-height: 50px;
    padding: 27px 0 0 1%;
    float: left;
    text-align: left;
}
	
}


/* =Responsive Structure
----------------------------------------------- */
/************************************************************************************************************************************************************/
/*iPad Pro用指定 */
/************************************************************************************************************************************************************/
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
@media only screen and (max-width: 1024px) {
	.wrapper { 
		width: 100%; 
	}
	.container {
		width: 100%;
	}
	.clearfix-half {
		clear: both;
	}
	.clearfix-third {
		clear: none;
	}
	#site-title a img {
		max-width: 668px;	
	}
	.featured-title,
	.featured-content {
		display: none;
	}
	#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 25%;
		padding:0 5% 0 0;
	}
	
	#primary {
	   float: left;
	   margin-left: 0;
	   width: 72%;
		border-right:0px;
		padding:0 5% 0 8%;
	}
	
	.slogan-wrap .slogan {
		width: 77.5%;
	}
	.no-sidebar-template #content {
		margin: 0 ;
		width: 100%;
	}
	/* Column */
	.column {
		margin-left: -2.99%;
	}
	.one-half, 
	.one-third, 
	.one-fourth  {
		margin: 0 0 0 2.90%;
	}
	.one-third, .one-fourth {
	    width: 30.43%;
	}	
	.widget_service .one-third, 
	.widget_service .one-fourth {	
		width: 47.02%;
	}
	#colophon .widget-area {
		margin-left: 0;
	}
	#colophon .widget_info, #colophon .widget_text {
		margin-bottom: 30px;
	}

	
/* =Origin
----------------------------------------------- */
	
.dp { display: block !important; } /*PC;iPp*/
.dpb { display: block !important; } /*PC;iPp*/
.mb { display: none !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/
	
.dpo { display: none !important; } /*PC*/
.mbim { display: block !important; } /*iPp.iP,MB*/
	
.dpof { display: none !important; } /*PC*/
.mbimf { display: block !important; 
	display: flex !important;} /*iPp.iP,MB*/
	
	
/* ▼OG-PCヘッダーのスタイル▼
----------------------------------------*/


#header_tx {
	max-width:100%;
	min-height:11px;
	padding:0 0 0 0;
	margin: 0 auto;
	color:#FFFFFF;
	text-align:center;
	background-color:#5f6953;
}

#header_k {
	max-width:100%;
	min-height:110px;
	padding:16px 3% 0 3%;
	margin: 0 auto;
}

.h_l {
	width:24%;
	max-height:50px;
	padding:15px 0 0 0;
	float:left;
	text-align:left;
}

.h_c {
	width:36%;
	max-height:60px;
	float:left;
	text-align:left;
	padding: 0 0 0 3%;
}

.h_c img {margin:26px 0 0 0;}

.h_r {
	width:30%;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.h_r img {
	margin:0 0 0 10px;
}

/* ▼ナビゲーションのスタイル▼
----------------------------------------*/

.nsp {
	width:4% !important;
	height: 20px;
	font-size: 13px;
	display:none;
}
#nav {
	width:94%;
	height: 24px;
	margin: 0 3% 16px 3%;
}
#dropmenu{
  list-style-type: none;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  padding: 0 0 0 6px;
  background: #FFFFFF;
	color: #413D3C;
  font-size: 13.8px;
	z-index:99;
		line-height: 25px;
	word-wrap: break-word;
	line-height:200%;
	letter-spacing:0;
}
#dropmenu li{
  position: relative;
  
  float: left;
  margin: 0 0.5%;
  padding:  0;
  text-align: center;
}
	
#dropmenu li img {
	width:16%;
	vertical-align:middle;
	}
	
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #413D3C;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin: 10px 0 0 0;
	padding: 0;
  border-radius: 0;
	z-index:99;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 240%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	z-index:99;
}
#dropmenu li ul li a{
	height: 54px;
  padding: 13px 30px 13px 30px;
  background: #FFFFFF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#dropmenu li:hover li ul li > a{
  background: #FFFFFF !important;
  color: #413D3C;
}

#dropmenu li:hover > a{
  background: #FFFFFF;
  color: #413D3C;
	font-weight:normal;
	opacity:0.8;
}
#dropmenu > li:hover > a{
  border-radius: 0;
}
#dropmenu li:hover ul li{
  height: 54px;
  border-top: 1px dashed #5f6953;
  border-bottom:1px dashed #5f6953;
}

#dropmenu li:hover ul li > a:hover{
  background: #5f6953;
  color: #FFFFFF;
	font-weight:normal;
	opacity:0.8;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

.solo {}
.solo hover > a{
  background: #FFFFFF !important;
}

	
/* 
Mobile header
================================================ */
.header_ms {
	width: 100%;
	min-height:60px;
        margin-top:10px;
	margin-bottom:-10px;
}

.header_ms img {
        max-width: 100%;
        height: auto;
    }

.header_ms h1 {
        margin-bottom: 10px;
}

.header_ms li{
width:31%;
	min-height:26px;
padding:0 1% 0 1%;
float:left;
}

.header_ms li img{
margin-top: -4px;
}
.ub{margin-top:6px}

	
	#header_mb {
		width:90%;
		min-height:64px;
		margin: 0 auto;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width:40%;
		margin: 5% 0 4.2% 0;
	}
	
	.hd_ctb {
		width:24%;
		float:left;
		background-color:#FFFFFF;
		border: 1px solid #231815;
		box-sizing: border-box;
		margin:18px 0 16px 0;
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:100%;
		margin: 48px 0 5% 10%;
	}


#lc_header {
	width:100%;
	height:120px;
	padding-top:4px;
}

.lc_h {
	max-width:100%;
	height:100px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:0px solid #D5D5D5;
}

.lhl {
	width:400px;
	height:35px;
	padding-top:25px;
	float:left;
	text-align:left;
	vertical-align:bottom;
}

.lhl img {
	height:auto;
	width:50%;
}

.lhl a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

.lhc {
	width:200px;
	height:41px;
	padding-top:35px;
	float:left;
	text-align:center;
}

.lhr {
	width:400px;
	height:35px;
	padding-top:35px;
	float:left;
	text-align:right;
}

.lhr img {
	height:100%;
	margin-left:4px;
}

.lhr a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 55px;
  height: 65px;
  vertical-align: top;
	font-size:1px;
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #434343;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 64%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 420px;/*最大幅（調整してください）*/
  height: 100%;
	padding:40px 30px 20px 25px;
  background: #FFFFFF;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align:left;
	color: #5f6953;
	font-size:17px;
	line-height:210%;
}

	#nav-content img {
		width:90%;
		height:auto !important;
		margin: 10px 0 20px 0;
	}
	
#nav-content a:link {
	color: #302C2C;
	text-decoration:none;
}

#nav-content a:hover {
	color: #302C2C;
	text-decoration:none;
}

#nav-content a:focus, a:active {
  color: #302C2C;
	text-decoration:none;
  }

#nav-content a:visited {
  color: #302C2C;
	text-decoration:none;
  }


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.tg_title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 0 0 5px 0;
    margin: 0 0 14px 0;
}
	
.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}

	

#footer_sh {
	max-width:100%;
	min-height:640px;
}

.flbox {
	width: 90%;
	min-height:540px;
	padding: 40px 0 0 0;
	margin: 0 auto;
	border-bottom: 0px solid #553C19;
}

.fco {
	width:100%;
	float:left;
	line-height:200%;
	font-size:13px;
	text-align:center;
}

.flink_r {
	width:100%;
	float:left;
	line-height:200%;
	padding: 0 25%;
}
	
.flink {
	width:33%;
	float:left;
	line-height:100%;
	font-size:13px;
	padding:50px 0 40px 3%;
}

.flink img {
	line-height:100%;
}

.flink a:link {
	text-decoration:none;
}

.flink a:hover {
	text-decoration:underline;
}

.f_title {
	height:24px;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
}

.flh {
	line-height:200%;
}

.fsns {}
.fsns img {
	margin: 16px 10px 0 0;
}

.cpr {
	width:100%;
	min-height:60px;
	padding: 10px 0 0 0;
	font-size:11px;
	text-align:center;
}

	.f_contact {
	width:100%;
	height:66px;
	position: fixed;
    bottom:-66px;
	z-index: 3;
	display:none !important;
	}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 36px;
    right: 70px;
    z-index: 1;
}
	

	
/* SH=BLOG-IVENT
----------------------------------------------- */

.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:32px 0 64px 0;
}

.b_bar {
	width:100%;
	height:6px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 30px 0;
}

.csx_p {
	font-size:16.5px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	margin:10px 0 0 0;
	color:#553C19;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}

.top_bisc {
	width:84%;
	min-height:400px;
	margin:0 auto;
	padding: 0 8%;
}

.top_bt {
	width:100%;
	min-height: 38px;
	margin: 0 0 26px 0;
}

.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 160px 0;
}

.athum {
	width:400px;
	min-height:200px;
	float:left;
}

.aexp {
	width:200px;
	min-height:200px;
	margin: 50px 0 0 20px ;
	float:right;
}

	
.btn-ct {
    display:inline-block;
    width: 64%;
    text-align:center;
    padding:14px 0;
    color:#3E3A39;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
	background-color:#FFFFFF;
	border: 6px solid #3E3A39;
	font-size:1em;
	font-weight:bold;
	letter-spacing:0;
}

.btn-ct::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 30px;
    height: 5px;
    border: none;
    border-right: 2px solid #3E3A39;
    border-bottom: 2px solid #3E3A39;
    transform: skew(45deg);
    transition: .3s;
}
.btn-ct:hover::after{
    right: 10px;
    width: 30px;
	text-decoration: none;
}

.mt-f {
	margin: 46px 0 36px 0;
}

.ft-info {
	width:100%;
	min-height:100px;
	text-align:center;
	color:#3E3A39;
	font-size:18px;
	padding: 66px 0 50px 0 ;
	background-color:#FFFFFF;
}

.ft-info img {
	margin: 0 0 36px 0;
	width:15%;
}

.cont {}
.cont img {
	width:65% !important;
	margin: 2% 0 1.5% 0 ;
}

.op-l {
	width: 24%;
	height:108px;
	vertical-align:middle;
	text-align:left;
	float: left;
	border-right: 1px solid #3E3A39;
	display:table-cell;
	line-height:98px;
	font-size: 21px;
}
	
#footer_k {
	max-width:100%;
	min-height:160px;
	margin: 0 auto;
	padding: 50px 0 0 0 ;
}

.cpmb {
		width:100%;
		font-size: 7px;
		color:#413D3C;
		text-align:center;
	padding: 0 5%;
	letter-spacing: 0rem;
	} 
	
.f_cpi {
	width:90%;
	max-height:218px;
	text-align: center;
	font-size:12px;
	margin: 0 auto;
}

.f_sns {
	width:90%;
	max-height:134px;
	text-align: center;
	margin: 0 auto;
}

	.f_sns img {
	width:3%;
	max-height:134px;
	text-align: center;
		margin: 0 2%;
}
	
	.cc {
		width:100%;
		text-align:center;
		margin: 16px 0 16px 0;
	}
	
.imf50 {
	margin: 0 0 25px 0;
}

.imf45 {
	margin: 0 2.5% 20px 2.5%;
}

.imf22 {
	margin: 0 22px;
}


	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 100%;
}

.l-inner-940 {
  max-width: 100%;
}

.l-inner-1080 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:17px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}

	
/* ▼ボタン▼
----------------------------------------*/

.btn-ar {
    display:inline-block;
    width: 284px;
    padding:10px 30px 6px 0px;
    text-align:left;
    color:#3E3A39;
    margin:5px;
    border-bottom:1px solid #3E3A39;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
}

.btn-ar::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(55% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
    transform: skew(45deg);
    transition: .3s;
}
.btn-ar:hover::after{
    right: 10px;
    width: 30px;
	text-decoration: none;
}

.btn-bd {
    display:inline-block;
    width: 60%;
    text-align:center;
    padding:12px 0;
    color:#755A3F;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
	background-color:#FFFFFF;
	border: 6px solid #3E3A39;
	font-size:1.6rem;
	font-weight:bold;
}

.btn-bd::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(55% - 5px);
    right: 15px;
    width: 10px;
    height: 5px;
    border: none;
    border-right: 2px solid #3E3A39;
    border-bottom: 2px solid #3E3A39;
    transform: skew(45deg);
    transition: .3s;
}
.btn-bd:hover::after{
    right: 10px;
    width: 20px;
	text-decoration: none;
}


/* ▼マージンのスタイル▼
----------------------------------------*/

.ce {
	text-align:center;
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt60 {
	margin: 20px 0 0 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

	
/* ▼ヘッダー・フッターの追加スタイル▼
----------------------------------------*/
	
.op-r {
	width: 76%;
	height:108px;
	float: right;
	text-align:left;
	padding: 0 0 0 10%;
	line-height:230%;
	font-size: 13px;
}
	
.top-sp {
    width: 100%;
    min-height: 636px;
}
	
	
/* ▼トップページのスタイル▼
----------------------------------------*/
	
.tp-link {
    width: 100%;
    min-height: 286px;
    text-align: center;
    padding: 28px 0 0 0;
}
	
	
/* ▼コンテンツのスタイル▼
----------------------------------------*/
	
.plan {
	width:90%;
	min-height: 420px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-s {
	width:90%;
	min-height: 344px;
	margin: 56px auto 72px;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	border-bottom: 1px dashed #3E3A39;
}

.plan-s h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-s h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-l {
	width:55%;
	padding: 0 5% 0 0;
	float: left;
}

.plan-r {
	width:45%;
	padding: 44px 0 0 0;
	float: right;
	font-size: 13px;
}

.plan-r p {font-size: 13px;}
	
	
/* WEDDING PLAN */

.plan-w1 {
	width:90%;
	min-height: 420px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan-w1 h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-w1 h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}


.plan-wl {
	width:60%;
	padding: 0 2% 0 0;
	float: left;
}

.plan-wr {
	width:38%;
	padding: 44px 0 0 0;
	float: right;
	font-size: 13px;
}

.plan-wr p {font-size: 13px;}


.plan-wbg {
	width:100%;
	min-height: 860px;
	margin: 30px auto 0;
	background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
}

.plan-we {
	width:100%;
	min-height: 860px;
	margin: 0 0 0 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.plan-we p {
	font-size:13px;
}

.plan-we h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-we h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-wbg2 {
	width:100%;
	min-height: 860px;
	margin: 100px auto 110px;
	background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
}

.plan-we2 {
	width:100%;
	min-height: 860px;
	margin: 0 0 0 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.plan-we2 p {
	font-size:13px;
}

.plan-we2 h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-we2 h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-in {
	width:60%;
	min-height: 860px;
	margin: 2rem auto 0;
}
	

.services {
	list-style: none;
	text-align: left;
	font-size:0;
　　line-height:0;
}

.services li {
	text-align: left; 
	display: inline-block; 
	width:47.7%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
}

.services li .label {letter-spacing: 1px;text-align:left;margin-left:24%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.services li .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.services li .label .line .caption{font-size:9px;letter-spacing: 0px;}
/* Icon*/
.services li .icon{ position: absolute;left:4%;top:0;bottom:0;width:40px;height:40px; margin:auto;}
/*.services-included li .icon:before { position:absolute; top:0; right:0; left:0; bottom:0; content:""; z-index:2; background-size:cover; }*/
.x-services li .icon img{display: block;width:100%;position: relative;}
.x-services li .icon:before { position:absolute; top:0; right:0; left:0; bottom:0; content:""; background:#fefefe;transform: rotate(45deg);}

.sev-lg {
	text-align: left; 
	display: inline-block; 
	width:100%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
}

.sev-lg .label {letter-spacing: 1px;text-align:left;margin-left:10%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.sev-lg .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.sev-lg .label .line .caption{font-size:9px;letter-spacing: 0px;}
.sev-lg .icon{ position: absolute;left:2%;top:0;bottom:0;width:40px;height:40px; margin:auto;}


.plan-3p {
	width:33%;
	padding: 0 1% 0 1%;
	float: left;
}

.plan-3p p {font-size: 12.8px;}

.services3 {
	list-style: none;
	text-align: left;
	font-size:0;
　　line-height:0;
}

.services3 li {
	text-align: left; 
	display: inline-block; 
	width:47.4%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
}

.services3 li .label {letter-spacing: 1px;text-align:left;margin-left:26%; font-size:12px;line-height: 64px; /* half of the parent's line-height */}
.services3 li .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.services3 li .label .line .caption{font-size:9px;letter-spacing: 0px;}
/* Icon*/
.services3 li .icon{ position: absolute;left:0;top:0;bottom:0;width:40px;height:40px; margin:auto;}


.ml { margin: 0 0 18px 2%; background:#EFEFED;border-radius: 6px;}
.mr { margin: 0 2% 18px 0; background:#EFEFED;border-radius: 6px;}

.sev-3lg {
	text-align: left; 
	display: inline-block; 
	width:100%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
}

.sev-3lg .label {letter-spacing: 1px;text-align:left;margin-left:14.4%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.sev-3lg .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.sev-3lg .label .line .caption{font-size:9px;letter-spacing: 0px;}
.sev-3lg .icon{ position: absolute;left:2%;top:0;bottom:0;width:40px;height:40px; margin:auto;}



.p-pr {
	width:94%;
	height:auto;
	margin: 0 auto;
}

.pr-box-r {
    width: 50%;
    float: left;
    padding: 0 1% 8% 5%;
}
	
.pr-box2-l {
    width: 50%;
    float: left;
    padding: 0 5% 12% 1%;
}
	
.p-flow {
	width:90%;
	height:auto;
	margin: 0 auto 200px;
}

.at-sp {
    width: 100%;
    min-height: 360px;
}

.opt-at {
    width: 65%;
    min-height: 160px;
    margin: 64px auto 84px;
}

.p-gallery {
    max-width: 100%;
    margin: 68px auto 64px;
}

.gallery {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 86px 3.7%;
}

	
.item {
	width:80%;
	 display: flex;
	margin: 0 auto;
}

.item img {
	width: 33.33%;
}

.item2 {
	width:80%;
	 display: flex;
	margin: 0 auto;
}

.item2 img {
	width: 50%;
}

.ph-box{
    width: 80%;
    height: auto;
    margin: 0 auto 60px;
}


}


/************************************************************************************************************************************************************/
/*iPad用指定 */
/************************************************************************************************************************************************************/
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 768px) {
	hr { 
		margin-bottom: 30px;
	}
	input.s:focus {
		width: 235px;
	}
	.one-column-template .wrapper, 
	.wrapper { 
		width: 100%; 
	}
	.one-column-template .container, 
	.container {
		width: 100%;
	}
	.wide-layout .wrapper {
	   width: 100%;
	}
	.comments-title, 
	#respond h3#reply-title {
		font-size: 26px;
	   line-height: 32px;
	}
	#content h1, 
	#content h2, 
	#content h3, 
	#content h4, 
	#content h5, 
	#content h6 {
    	padding-bottom: 3px;
		line-height: 180%;
	}
	#branding {
		margin-top: 10px;	
	}
	.hgroup-wrap {
	   padding-bottom: 25px;
	   padding-top: 0;
	}
	.hgroup-right {
		margin-top: 32px;
	}
	.hgroup-right .social-profiles {
		display: none;
	}	
	#site-logo {
	   margin-top: 25px;
	}
	#site-title a img {
		max-width: 280px;	
	}
	
		#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 30%;
		padding:0 8% 0 0;
	}
	
	#primary {
        float: left;
        margin-left: 0;
        width: 100%;
        border-right: 1px;
        padding: 0 8% 0 8%;
    }
	
	/* Responsive Navigation */
	.menu-toggle {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		font-size: 0;
		border: 0 none;
		padding: 0;
		color: #999;
		width: 24px;
		height: 21px;
		float: right;
		margin-top: 3px;
		cursor: pointer;
	}
	.menu-toggle:before {
		display: block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 28px;
		line-height: 0;
		font-family: 'FontAwesome';
		vertical-align: top;
		content: '\f0c9';
	}
	.root {
		display: none;
	}
	.toggled-on .root {
		display: block;
	}
	#access {
		border-top: 0 none; 
	}
	#access li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-right: 0;
	}
	#access a {
		float: none;
		padding: 10px 0;
		height: inherit;
	}
	/* Dropdown */
	#access ul li ul,
	#access ul li:hover ul ul,
	#access ul ul li:hover ul ul,
	#access ul ul ul li:hover ul ul,
	#access ul ul ul ul li:hover ul ul {
		display: block;
	}
	#access ul li ul {
		position: inherit;
		top: 0;
		width: inherit;
		border: 0 none;
	}
	#access ul li ul li  {
		border-bottom: 0 none; 
	}
	#access ul li ul li a,
	#access ul li.current-menu-item ul li a,
	#access ul li ul li.current-menu-item a,
	#access ul li.current_page_ancestor ul li a,
	#access ul li.current-menu-ancestor ul li a,
	#access ul li.current_page_item ul li a {
		padding: 10px 0 10px 15px;
	}
	#access ul li ul li a:hover,
	#access ul li ul li:hover > a,
	#access ul li.current-menu-item ul li a:hover {
		background-color: inherit;
	}
	#access ul li ul li ul a,
	#access ul li.current-menu-item ul li ul a,
	#access ul li ul li.current-menu-item ul a,
	#access ul li.current_page_ancestor ul li ul a,
	#access ul li.current-menu-ancestor ul li ul a,
	#access ul li.current_page_item ul li ul a {
		padding-left: 25px;
	}
	.page-title-wrap { 
		padding: 10px 0;
	}
	.breadcrumb {
		margin-top: 0px;
    	float: none;
    	text-align: left;
	}
	.slogan-wrap {
    	padding: 15px 0 20px;
	}	
	.slogan-wrap .slogan, 
	.slogan-wrap .view-work {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.slogan-wrap .view-work {
		width: 98%;
		margin: 10px auto 0;
	}
	#main {
    	padding-top: 0px;
	}
	.post-featured-image { 
		margin-bottom: 15px;
	}
	.entry-content {
		padding-bottom: 0px;
	}
	/* Column */
	.column {
		margin-left: 0;
	}
	.one-half, 
	.one-third, 
	.one-fourth,
	.widget_service .one-half,
	.widget_service .one-third, 
	.widget_service .one-fourth {
		margin: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	#content .post {
    	padding-bottom: 0px;
	}
	.tags {
		margin-bottom: 30px;
	}
   .widget_search input.s, 
   .widget_search input.s:focus {
		width: 280px;
	}
   #wp_page_numbers, 
   .wp-pagenavi, 
   #content ul.default-wp-page, 
   .pagination {
	   margin-bottom: 30px;
	}
   #wp_page_numbers ul li.page_info, 
   .wp-pagenavi .pages {
		display: none;
	}
	.wp-caption {
	   margin-bottom: 15px;
	}
	.widget {
    	margin-bottom: 15px;
	}
	.widget_custom-tagcloud { 
		margin-bottom: 22px;
	}
	.widget_article { 
		margin-bottom: 10px;
	}
	.widget_service {
		margin-bottom: 0;
	}
	.widget_recent_work {
	    margin-bottom: 10px;
	}
	.widget_testimonial .testimonial-icon {
		float: none;
		margin-bottom: 15px;
	}
	#colophon {
		margin-bottom: 10px;
	}
	#site-generator .social-profiles, 
   #site-generator .copyright {
    	float: none;
    	width: 100%;
	}
   #site-generator .social-profiles ul {
    	text-align: center;
    	float: none;
   }   
	#site-generator .social-profiles ul li {
    	display: inline-block;
    	float: none;
	}
	#site-generator .copyright {
    	padding-top: 10px;
    	text-align: center;
	}

	
/* =Origin
----------------------------------------------- */

.dp { display: none !important; } /*PC;iPp*/
.dpb { display: none !important; } /*PC;iPp*/
.mb { display: block !important; } /*iP,MB*/

.dpip { display: block !important; } /*PC,iPp,iP*/
.mbo { display: none !important; } /*MB*/
	
.dpo { display: none !important; } /*PC*/
.mbim { display: block !important;} /*iPp.iP,MB*/

.dpof { display: none !important; } /*PC*/
.mbimf { display: block !important;
	display: flex !important;} /*iPp.iP,MB*/
	

/* =Header
----------------------------------------------- */

.hnavi_mb {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:0 auto;
  font-size:10px;
}
 
.hnavi_mb th{
  width:30%;
  padding: 0 0.8%;
  border-collapse: collapse;
  font-style: bold;
  font-weight:normal;
  line-height:160%;
  color:#553C19;
  text-align: center;
  vertical-align: middle;
}
 
.hnavi_mb td{
	width:100%;
	height:6px;
padding: 1% 0;
text-align:center;
vertical-align: middle;
border-collapse: collapse;
}


	#header_mb {
		width:90%;
		min-height:64px;
		margin: 0 auto;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width:46%;
		margin: 6% 0 5% 0;
	}
	
	.hd_ctb {
		width:24%;
		float:left;
		background-color:#5f6953;
		border: 1px solid #5f6953;
		box-sizing: border-box;
		margin:23px 0 16px 0;
		padding: 1% 0;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
	}
	
	.hd_ctb img {
		width:8%;
		vertical-align:middle;
	}
	
	.hd_ctb a {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:80%;
		margin: 45px 0 5% 10%;
	}
	
	
	
	.sh_ct {
		margin:20px 0 60px 0;
	}
	.sh_ct img {
		width:90%;
	}
	
#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
	font-size:1px;
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 23px;/*長さ*/
  border-radius: 3px;
  background: #434343;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 64%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 260px;/*最大幅（調整してください）*/
  height: 100%;
	padding:20px 30px 20px 25px;
  background: #FFFFFF;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
	text-align:left;
	color: #5f6953;
	font-size:12px;
}

	#nav-content img {
		width:90%;
		height:auto !important;
		margin: 10px 0 20px 0;
	}
	
#nav-content a:link {
	color: #302C2C;
	text-decoration:none;
}

#nav-content a:hover {
	color: #302C2C;
	text-decoration:none;
}

#nav-content a:focus, a:active {
  color: #302C2C;
	text-decoration:none;
  }

#nav-content a:visited {
  color: #302C2C;
	text-decoration:none;
  }


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}

.tg_title {
	font-size:13px;
	font-weight: bold;
	color:#000000;
	border-bottom:1px solid #000000;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0 ;
}

.f_title {
	font-size:14px;
	font-weight: bold;
	color:#553C19;
}

	.tcl {
		color:#979797;
	}

.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 24px;
    right: 54px;
    z-index: 1;
}
	
#header_tx {
	max-width:100%;
	min-height:21px;
	padding:10px 0 0 0;
	margin: 0 auto;
	color:#777;
	text-align:left;
}

#header_k {
	max-width:100%;
	min-height:76px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

.logo {
	max-width:300px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_r {
	max-width:900px;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.canv {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.canv_c-s {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 26px 0 0 0 ;
}
	
.ma_lr {
		width:90%;
		height:auto;
		padding:0 5% 0 5%;
	margin: 0 auto;
	}
	
.mag {
	width:100%;
	text-align:right;
	margin-top:10px;
}

/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

#lc_header {
	width:100%;
	height:80px;
	padding-top:0px;
}

.lc_h {
	max-width:100%;
	height:80px;
	margin: 0 auto;
}

.lhl {
	width:60%;
	height:36px;
	float:left;
	text-align:left;
	padding-left: 6%;
	padding-top:20px;
}

.lhc {
	width:30%;
	height:70px;
	padding-top:20px;
	float:left;
	text-align:right;
}

	.lhc img {
		width:70%;
	}
	
.lhr {
	width:10%;
	height:35px;
	float:left;
	text-align:right;
	padding-right: 6%;
	padding-top:20px;
}
	
	
/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}

.cs_all {
	width:100%;
	margin: 0 0 64px 0;
}	
	
/* ▼SH Blogのスタイル▼
----------------------------------------*/

.ach {
	width:100%;
	min-height:200px;
}

.athum {
	width:100%;
	min-height:180px;
	float:none;
	padding: 0;
}

.aexp {
	width:100%;
	min-height:200px;
	margin: 12px 0 0 0 ;
	padding: 0;
	float:none;
}

.entry-title {
	font-size: 16px;
	font-weight:bold;
	line-height: 30px;
	letter-spacing: -0.05em;
	margin:10px 0 0 0;
}
	
/* =BLOG-IVENT
----------------------------------------------- */

ul.default-wp-page li.previous {
	float:left;	
	border-bottom:1px solid #CECAAE;
	margin: 0 0 6px 0;
}
	
.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:30px 0 16px 0;
}

.b_bar {
	width:100%;
	height:6px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 16px 0;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}


.top_bt {
	width:100%;
	min-height: 20px;
	margin: 0 0 16px 0 ;
}

	.top_bt img {
		width:30%;
	}

	.bi_mg {
		margin: 12px 0 -20px 0;
	}
	
.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 16px 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 80px 0;
}	
		
	
/* ▼TOP BLOGスタイル▼
----------------------------------------*/

.top_bisc {
	width:88%;
	min-height:400px;
	margin:0 6%;
	padding:0;
}
	
.imbo {
	margin:20px 0 0 0;
}

.tblog {
	width:100%;
	margin: 0 8% 12px 0;
	border-bottom: 1px dashed #CECAAE; 
}

.pu_b {
	width:100%;
	max-height:900px;
	padding: 44px 0 0 0;
	margin: -12px 0 0 0;
}
	
.btn_btp {
    padding: 2px 8px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
	margin:0 18px 6px 0;
}

.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {
	margin: 0 0 0 0 !important;
	padding: 0 1.2rem 3rem 1.2rem;
	}
	
.wp-show-posts-entry-header h3 a:link {
    font-size: 15px !important;
    font-weight: bold;
    color: #3E3A39;
}

.wp-show-posts-image.wpsp-image-center {
    height: 60%;
    overflow: hidden;
}
	
.btn_be {
    padding: 4px 38px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
	margin:0 0 0 0;
}


/***** コンタクトフォーム *****/

input[type="reset"], input[type="button"], input[type="submit"] {
    max-width: 80%;
	}
	
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border: solid 1px #d7d7d7;
box-sizing:border-box;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:2% 5%;
  width: 100%;
  border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
box-sizing:border-box;
}

.canv_contact {
	width:86%;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

	.ico {margin:36px 0; width:74%;}
	.ico2 {margin:0 0 36px 0; width:74%;}
	.cec {text-align:center; margin: 12px 0 0 0 ;}


	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-760 {
  max-width: 100%;
}

.l-inner-940 {
  max-width: 100%;
}

.l-inner-1080 {
  max-width: 100%;
	padding: 0 5%;
}

.l-inner-1200 {
  max-width: 100%;
}

.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

	
/* ▼レイアウト▼
----------------------------------------*/

.e-wrapper {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.e-side {
	width:0%;
}

.e-main {
	width:100%;
}
	
	
	
/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:15px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}

	
/* ▼ボタン▼
----------------------------------------*/

.btn-ar {
    display:inline-block;
    width: 264px;
    padding:10px 30px 6px 0px;
    text-align:left;
    color:#755A3F;
    margin:5px;
    border-bottom:1px solid #3E3A39;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
}

.btn-ar::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
    transform: skew(45deg);
    transition: .3s;
}
.btn-ar:hover::after{
    right: 10px;
    width: 30px;
	text-decoration: none;
}

.btn-bd {
    display:inline-block;
    width: 60%;
    text-align:center;
    padding:12px 0;
    color:#3E3A39;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
	background-color:#FFFFFF;
	border: 6px solid #3E3A39;
	font-size:1.2rem;
	font-weight:bold;
}

.btn-bd::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 5px;
    border: none;
    border-right: 2px solid #3E3A39;
    border-bottom: 2px solid #3E3A39;
    transform: skew(45deg);
    transition: .3s;
}
.btn-bd:hover::after{
    right: 10px;
    width: 20px;
	text-decoration: none;
}


/* ▼マージンのスタイル▼
----------------------------------------*/

.ce {
	text-align: center;
}

.mt1 {
	margin: 1rem 0 0 0 ;
}

.mt2 {
	margin: 2rem 0 0 0 ;
}

.mt60 {
	margin: 20px 0 0 0 ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}


/* ▼トップページのスタイル▼
----------------------------------------*/
	
.top-sp {
    width: 100%;
    min-height: 556px;
}

.main-cp {
    width: 100%;
    padding: 210px 0 64px 0;
}

.main-al {
    font-size: 14px;
    margin: 28px 0 0 0;
    color: #9FA0A0;
}

.main-tx {
    font-size: 36px;
    letter-spacing: 0.12em;
    margin: 0 0 0 0;
}
	
	
/* ▼固定ページのスタイル▼
----------------------------------------*/
	
.plan {
    width: 90%;
    min-height: 680px;
    margin: 56px auto 0;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.plan-3p {
    width: 50%;
    padding: 0 1% 5% 1%;
    float: left;
}

.plan-2in {
	margin: 0 0;
}

.plan-mfw {
    width: 90%;
    min-height: 440px;
    margin: 56px auto 0;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
}
	
.p-ex {
	min-height:280px !important;
}

.p-ex2 {
	min-height:340px !important;
}
	
.plan h4 {
    font-size: 20px;
    width: 100%;
    color: #3E3A39;
    border-bottom: 1px solid #3E3A39;
    padding-bottom: 10px !important;
    margin: 0 0 18px 0;
}

	
/* WEDDING PLAN */

.plan-w1 {
	width:90%;
	min-height: 420px;
	margin: 26px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan-w1 h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-w1 h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}


.plan-wl {
	width:100%;
	padding: 0 0 0 0;
	float: left;
}

.plan-wr {
	width:100%;
	padding: 0 0 0 0;
	float: right;
	font-size: 13px;
}

.plan-wr p {font-size: 12.3px;}


.plan-wbg {
	width:100%;
	min-height: 860px;
	margin: 10px auto 0;
	background-image:none;
    background-repeat: no-repeat;
    background-position: left top;
}

.plan-we {
	width:100%;
	min-height: 860px;
	margin: 0 0 0 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.plan-we p {
	font-size:12px;
}

.plan-we h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-we h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-wbg2 {
	width:100%;
	min-height: 860px;
	margin: 10px auto 40px;
	background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
}

.plan-we2 {
	width:100%;
	min-height: 860px;
	margin: 0 0 0 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

.plan-we2 p {
	font-size:12px;
}

.plan-we2 h3 {
	font-size: 10px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-we2 h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-in {
	width:90%;
	min-height: 860px;
	margin: 2rem auto 0;
}


.p-smi-c img {
    width: 80%;
    margin: 186px 10% 42px 10%;
}
	

.pr-box-l {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}
	
.pr-box-r {
    width: 100%;
    float: left;
    padding: 0 0 24% 0;
}
	
.pr-box2-r {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}	

.pr-box2-l {
    width: 100%;
    float: left;
    padding: 0 0 22% 0;
}
	
.at-sp {
    width: 100%;
    min-height: 266px;
}	
	
.p-flow {
    width: 72%;
    height: auto;
    margin: 0 auto 200px;
}	

.gallery {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 86px 4%;
}

.grey-box {
    width: 100%;
    min-height: 850px;
    background-color: #EFEFED;
    padding: 56px 2% 72px 2%;
}

.mt100 {
    margin: 110px 0 0 0;
}

.item {
	width:80%;
	 display: flex;
	margin: 0 auto;
}

.item img {
	width: 33.33%;
}

.item2 {
	width:80%;
	 display: flex;
	margin: 0 auto;
}

.item2 img {
	width: 50%;
}

.ph-box{
    width: 80%;
    height: auto;
    margin: 0 auto 60px;
}

.it-ta {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.it-ta th{
  width:60%;
  padding: 20px 0 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: left;
  vertical-align: middle;
	background-color:#FFFFFF;
}
 
.it-ta td{
	max-width:40%;
padding: 20px 0 20px 0;
text-align:left;
vertical-align: top;
background-color: #FFFFFF;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align:right;
}
	
	
/* ▼tableのスタイル▼
----------------------------------------*/

.flo-qa {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.flo-qa th{
  width:100%;
  padding: 42px 0 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: center;
  vertical-align: middle;
	background-color:#FFFFFF;
	display: block;
}
 
.flo-qa td{
	max-width:100%;
padding: 20px 0 20px 0;
text-align:left;
vertical-align: top;
background-color: #FFFFFF;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align: justify;
text-justify: inter-ideograph;
	display: block;
}
	
	
}

@media only screen and (min-width: 480px) and (max-width: 680px) {
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 15px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    text-decoration: none;
}
}


/************************************************************************************************************************************************************/
/*スマートフォン用指定 */
/************************************************************************************************************************************************************/
/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 568px) {
	
h1 {
	font-size: 11px;
	line-height: 12px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3{
	font-size: 16px;
	line-height: 28px;
}
h4 {
	font-size: 13px;
	line-height: 24px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}
	
	input.s:focus {
		width: 375px;
	}
	.one-column-template .wrapper, 
	.wrapper { 
      width:100%;
		font-size:14px;
		line-height:180% !important;
	}
	.one-column-template .container, 
	.container {
		width: 100%;
	}
	.wide-layout .wrapper {
	   width: 100%;
	}
	#branding {
		margin-top: 20px;	
	}
	.hgroup-wrap {
    	padding-bottom: 30px;
	}
	.hgroup-right {
		margin-top: 37px;
	} 
	#site-logo {
	   margin-top: 30px;
	}
	#site-title a img {
		max-width: 420px;	
	}
	/* Column */
	.column {
		margin-left: -3.57%;
	}
	.one-half, 
	.one-third, 
	.one-fourth {
		margin: 0 0 0 3.44%;
		width: 46.56%;
	}
	.widget_service .column {	
		margin-left: 0;
	}
	#colophon {
		margin-bottom: 20px;
	}

		#secondary, 
	#colophon .widget {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		padding:0 13% 13% 13%;
	}
	
		#primary {
	   float: left;
	   margin-left: 0;
	   width: 100%;
		border-right:0px;
		padding:0 8% 0 8%;
	}

input[type="reset"], 
input[type="button"],
input[type="submit"] {
    border: 3px solid #3E3A39;
    font-family: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    margin-bottom: 30px;
    padding: 14px 25px;
}
	
	
/* =Origin
----------------------------------------------- */

.dp { display: none !important; } /*PC;iPp*/
.dpb { display: none !important; } /*PC;iPp*/
.mb { display: block !important; } /*iP,MB*/

.dpip { display: none !important; } /*PC,iPp,iP*/
.mbo { display: block !important; } /*MB*/

.dpo { display: none !important; } /*PC*/
.mbim { display: block !important;  } /*iPp.iP,MB*/

.dpof { display: none !important; } /*PC*/
.mbimf { display: block !important; display: flex !important; } /*iPp.iP,MB*/
	
	
/* =Header
----------------------------------------------- */
	
	#header_mb {
		width:90%;
		min-height:64px;
		margin: 0 auto;
	}
	
	.hd_rogo {
		width:90%;
		float:left;
	}
	
	.hd_rogo img {
		width:58%;
		margin: 7% 0 6% 0;
	}
	
	.hd_ctb {
		width:34%;
		float:left;
		background-color:#654E36;
		border: 1px solid #654E36;
		box-sizing: border-box;
		margin:19px 0 16px 0;
		padding: 1% 2%;
		font-size:10px;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
		border-radius:6px;
	}
	
	.hd_ctb img {
		width:15%;
		vertical-align:middle;
	}
	
	.hd_ctb a {
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.hd_link {
		width:10%;
		float:left;
		text-align:right;
	}
	
	.hd_link img {
		width:100%;
		margin: 24px 0 5% 10%;
	}
	
	.sh_ct {
		margin:20px 0 60px 0;
	}
	.sh_ct img {
		width:90%;
	}

.tp-cp {
	width:100%;
	min-height:80px;
	margin: 0 auto;
	text-align:right;
	padding: 18px 6% 0 6%;
}
	
	
#nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 28px;
  height: 35px;
  vertical-align: top;
	font-size:1px;
}

/*SCアイコンのスペース*/
#nav-open_sc {
  display: inline-block;
  width: 40px;
  height: 35px;
  vertical-align: top;
	font-size:1px;
}
	
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
	
.sco {
    width: 13px;
    height: 12px;
    display: block;
    position: fixed;
    top: 16px;
    right: 40px;
    z-index: 1;
}


.hd_sns {
	width:100%;
	margin: 12px 0 12px 0;
	display: flex;
	}

	.hd_sns img {
		width:70% !important;
		 margin-right:16px !important;
	}


.f_title {
	font-size:14px;
	font-weight: bold;
	color:#553C19;
}
	
#header_tx {
	max-width:100%;
	min-height:21px;
	padding:10px 0 0 0;
	margin: 0 auto;
	color:#777;
	text-align:left;
}

#header_k {
	max-width:100%;
	min-height:76px;
	padding:16px 0 0 0;
	margin: 0 auto;
}

.logo {
	max-width:300px;
	max-height:60px;
	float:left;
	text-align:left;
}

.h_r {
	max-width:900px;
	max-height:50px;
	padding:10px 0 0 0;
	float:right;
	text-align:right;
}

.canv {
	width: 100%;
	height:auto;
	margin: 0 auto;
}

.canv_c-s {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 26px 0 0 0 ;
}
	
.ma_lr {
		width:90%;
		height:auto;
		padding:0 5% 0 5%;
	margin: 0 auto;
	}
	
.mag {
	width:100%;
	text-align:right;
	margin-top:10px;
}

	
/* ▼SH スマホGナビスタイル▼
----------------------------------------*/

#lc_header {
	width:100%;
	height:70px;
	padding-top:0px;
}

.lc_h {
	max-width:100%;
	height:70px;
	margin: 0 auto;
}

.lhl {
	width:40%;
	height:36px;
	float:left;
	text-align:left;
	padding-left: 6%;
	padding-top:20px;
}

.lhl img {
	height:auto;
	width:90%;
}
	
.lhc {
	width:48%;
	height:60px;
	padding-top:10px;
	padding-left:3%;
	float:left;
	text-align:center;
}

	.lhc img {
		width:70%;
	}
	
.lhr {
	width:12%;
	height:35px;
	float:left;
	text-align:right;
	padding-right: 7%;
	padding-top:15px;
}
	
	
/*スマホ上段*/
#menu_smb {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_smb > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_smb > ul:before,
.menu_smb > ul:after {
    content: "";
    display: table;
}

.menu_smb > ul:after {
    clear: both;
}

.menu_smb > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:1px solid #E7CE47;
}

.menu_smb > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_smb > ul > li:hover {
    background: #553C19;
}

/*スマホ下段*/
#menu_ud {
	max-width: 100%;
    height:35px;
    margin: 0 auto;
    background: transparent;
    line-height:35px;
    padding-top:0px;
    position: relative;
}

.menu_ud > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu_ud > ul:before,
.menu_ud > ul:after {
    content: "";
    display: table;
}

.menu_ud > ul:after {
    clear: both;
}

.menu_ud > ul > li {
    width:20%;
    height:35px;
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align:center;
    color:#553C19;
    font-size:11px;
	border-bottom:0px solid #D5D5D5;
}

.menu_ud > ul > li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color:#553C19;
    font-size:11px;
}

.menu_ud > ul > li:hover {
    background: #553C19;
}

.cs_all {
	width:100%;
	margin: 0 0 64px 0;
}
	
	
/* ▼SH Blogのスタイル▼
----------------------------------------*/

.ach {
	width:100%;
	min-height:200px;
}

.athum {
	width:100%;
	min-height:180px;
	float:none;
	padding: 0;
}

.aexp {
	width:100%;
	min-height:200px;
	margin: 12px 0 0 0 ;
	padding: 0;
	float:none;
}

.entry-title {
	font-size: 18px;
	font-weight:bold;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin:14px 0 0 0;
}
	
/* =BLOG-IVENT
----------------------------------------------- */

ul.default-wp-page li.previous {
	float:left;	
	border-bottom:1px solid #CECAAE;
	margin: 0 0 6px 0;
}
	
.b_title {
	width:100%;
	min-height:94px;
	text-align:center;
	margin:30px 0 16px 0;
}

.b_bar {
	width:100%;
	height:6px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 16px 0;
}

.side_top {
	width:100%;
	height:66px;
	border-bottom: solid 0px #D5D5D5;
	margin: 0 0 0 0;
}


.top_bt {
	width:100%;
	min-height: 20px;
	margin: 0 0 16px 0 ;
	font-size:16px;
	text-align:center;
	border-bottom: solid 2px #5f6953;
	font-weight:bold;
}

	.top_bt img {
		width:30%;
	}

	.bi_mg {
		margin: 12px 0 -20px 0;
	}
	
.bt_link {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 16px 0 60px 0;
}

.bt_link_u {
	width:100%;
	min-height:30px;
	text-align:center;
	margin: 0 0 80px 0;
}	
	
/* ▼SH Mobile Style▼
----------------------------------------*/
	
.btn {
    padding: 4px 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 11px;
	margin:20px 0 0 0;
}
	
.c-le {
	text-align:left !important;
}
	
.zx_pim {
	width:100%;
	text-align:center;
	margin: 20px 0 42px 0;
	}	
	.zx_pim img {width:90%}

.bx_pim {
	width:100%;
	text-align:center;
	margin: 20px 0 10px 0;
	}	
	.bx_pim img {width:90%}
	
.zx_im {
	width:100%;
	text-align:center;
	}
	.zx_im img {width:90%}
	
.zx_m {
	width:84%;
	padding: 0 8%;
	margin:16px 0 42px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.zx_m a {
	font-weight:bold;
	color:#AAAE5B;
	text-decoration:none;
}

.zx_m a:hover {
	font-weight:bold;
	color:#AAAE5B;
	text-decoration:underline;
}

	
/* ▼TOP BLOGスタイル▼
----------------------------------------*/

.top_bisc {
	width:88%;
	min-height:400px;
	margin:0 6%;
}
	
.imbo {
	margin:50px 0 0 0;
}

.tblog {
	width:100%;
	margin: 0 8% 12px 0;
	border-bottom: 1px dashed #CECAAE; 
	font-size:13px;
}

.pu_b {
	width:100%;
	max-height:900px;
	padding: 44px 0 44px 0;
	margin: -12px 0 0 0;
}
	
.btn_btp {
    padding: 2px 8px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
	margin:0 18px 6px 0;
}

.wp-show-posts-entry-header {}
.wp-show-posts-entry-header h3 {font-size:15px !important;}

.wp-show-posts-inner {margin: 0 0 0 0 !important;}

.btn_be {
    padding: 4px 38px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
	margin:0 0 0 0;
}


	
/* ▼フッターのスタイル▼
----------------------------------------*/
	
	.map {
		margin: 0 0 0 0;
	}
	
	
#footer_k {
	max-width:100%;
	min-height:160px;
	margin: 0 auto;
	padding: 21px 0 0 0 ;
}

.ct-box {
    width: 100%;
    min-height: 440px;
    margin: 0 auto 64px;
    background-image: url(https://eureka-life-photo.com/img/ftmbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
	}

.ct-l {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
	font-size: 16.5px;
    padding: 38% 0 0 0;
}

.ct-r {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
}
	
.f-rax {
	margin: 0 auto;
	text-align:center;
	}
	
.fin {
		width:100%;
		margin: 64px 0 18px 0;
	}
	.fin img {
		width:22px;
	}
	
.cpr {
        width: 100%;
        min-height: 80px;
        padding: 10px 0 0 0;
        font-size: 9px;
        text-align: center;
    }	
	
	

	/* ▼Universal Style▼
----------------------------------------*/

.l-sec {
    padding: 4.5rem 0;
  }
  
 .l-inner {
  width: 100%;
	 padding: 0 6%;
  margin-right: auto;
  margin-left: auto;
}

.inner-p {
    max-width: 1200px;
    padding: 0 0;
    margin: 265px auto 0;
}
	
.p-main img {
  width: 100%;
	padding: 0 0;
	margin: 0 auto 0;
	}	

	/* ▼Eu-page Style▼
----------------------------------------*/	
	
.pf-title {
    width: 100%;
    font-size: 32px;
    line-height: 150%;
    margin: 0 0 146px 0;
    text-align: center;
}
	
.pla-title {
    width: 100%;
    font-size: 32px;
    line-height: 150%;
    margin: 0 0 74px 0;
    text-align: center;
}
	
.pln-title {
    width: 100%;
    font-size: 22px;
    line-height: 150%;
    margin: 0 0 0 0;
    text-align: center;
}
	
.hash {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    margin: 12px 0 31px 0;
    text-align: center;
    color: #9FA0A0;
}	
	
.pl-title {
    width: 100%;
    font-size: 21px;
    border-bottom: 1px solid #232323;
    padding: 24px 0 0.5rem 0;
    margin: 0 0 0 0;
}	
	
.prbox {
    width: 100%;
    min-height: 426px;
    padding: 52px 0 38px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}	
	
.p-pic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
}
	
.mv-title {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #232323;
    padding: 52px 0 1rem 0;
    margin: 0 0 0 0;
    text-align: center;
}	
	
.mvbox {
    width: 100%;
    min-height: 366px;
    padding: 52px 0 16px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
	
.p-mess {
    width: 100%;
    margin: 78px 0 0 0;
    text-align: left;
}
	
.st-title {
    width: 100%;
    font-size: 24px;
    padding: 0 0 0 0;
    margin: 126px 0 46px 0;
    text-align: center;
}	
	
.st-im {
    width: 100%;
    padding: 0 0 0 0;
}
	
.st-pf {
    width: 100%;
    padding: 0 0 0 0;
}	
	
.co-mess {
    width: 100%;
    margin: 0 0 0 0;
    text-align: left;
}	
	
#primary {
        float: left;
        margin-left: 0;
        width: 100%;
        border-right: 0px;
        padding: 0 0 0 0;
    }
	
	
	
	
	
	/* ▼Top Style▼
----------------------------------------*/

.inner-top {
    max-width: 1200px;
    padding: 0 0;
    margin: 130px auto 0;
}

.main-tx {
    font-size: 28px;
    margin: 0 0 28px 0;
    letter-spacing: 0.12em;
    line-height: 2;
}
.main-al {
    font-size: 12px;
    margin: 0 0 0 0;
    color: #9FA0A0;
}
	.main-cp {
    width: 100%;
    padding: 245px 0 64px 0;
}
	
.case {
    width: 100%;
    padding: 0 0 56px 0;
}

.slix {
	width:100%;
	margin: 0 0 180px 0;
	}

.slick-slide{
  margin:0 10px;
}
.slider{
  　padding-left:0;
  }
 .slick-slide img {
    width: 100%;
    height: auto;
  }
	
.main-mess {
    width: 100%;
    padding: 0 0 110px 10%;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
	
.mms-l {
    width: 100%;
    font-size: 38px;
    text-align: left;
	color:#232323;
	margin: 0 0 48px 0;
}	
	
.uline {
    border-bottom: 0px solid #666464;
    display: inline-block;
    padding-bottom: 0;
    color: #232323;
}

.mms-r {
    width: 100%;
    text-align: left;
    padding: 0 0 0 0;
}
	
	

/* ▼CONTENTS▼
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:14px;
	margin-bottom: 0px;
	min-height:0px;
	line-height:210%;
}

	
/* ▼ボタン▼
----------------------------------------*/

.btn-ar {
    display:inline-block;
    width: 264px;
    padding:10px 30px 12px 0px;
    text-align:left;
    color:#413D3C;
    margin:5px;
    border-bottom:1px solid #413D3C;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
	font-size: 14px;
}

.btn-ar::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(52% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 1px solid #413D3C;
    border-bottom: 1px solid #413D3C;
    transform: skew(45deg);
    transition: .3s;
}
.btn-ar:hover::after{
    right: 10px;
    width: 30px;
	text-decoration: none;
}

.btn-bd {
    display:inline-block;
    width: 70%;
    text-align:center;
    padding:14px 0;
    color:#413D3C;
    cursor:pointer;
    position: relative;
    text-decoration: none !important;
	background-color:#FFFFFF;
	border: 6px solid #413D3C;
	font-size:0.9rem;
	font-weight:bold;
}

.btn-bd::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 5px;
    border: none;
    border-right: 2px solid #413D3C;
    border-bottom: 2px solid #413D3C;
    transform: skew(45deg);
    transition: .3s;
}
.btn-bd:hover::after{
    right: 10px;
    width: 20px;
	text-decoration: none;
}


/* ▼マージンのスタイル▼
----------------------------------------*/

.ce {
	margin: 0 auto ;
	
}

.mt1 {
	margin: 0.7rem 0 0 0 ;
}

.mt2 {
	margin: 1.2rem 0 0 0 ;
}

.mt60 {
	margin: 20px 0 0 0 ;
}

.mt70 {
	margin-top: 24px !important ;
}

.mt84 {
	margin-top: 42px !important ;
}

.mt100 {
	margin-top: 80px !important ;
}

.mbt2 {
	margin: 0 0 2rem 0;
}

.mb70 {
	margin: 0 0 36px 0;
}

.mb-im {
	margin-bottom:3rem !important;
}

.t-mid {
	font-size:15px;
	line-height:230%;
	letter-spacing: 0.1em;
	margin: 0 0 60px 0 ;
}

.tx-mi {
	font-size:13px;
	line-height:180%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.i-mg {
	margin: 24px 5% 0 5%;
}

.rep {
    width: 90%;
    height: auto;
    margin: 3em auto 8em;
}

.p753 {
	width: 90%;
    height: auto;
    margin: 3em auto 2em;
}
	


/* ▼トップページのスタイル▼
----------------------------------------*/

.sc-title {
	width:100%;
	min-height:104px;
	margin:0 auto;
	padding: 22px 0 0 0;
}

.sc2-title {
	width:100%;
	min-height:118px;
	margin:0 auto;
	padding: 86px 0 0 0;
}

.sct-txs {
	width:220px;
	min-height:68px;
	margin:0 auto;
	text-align:center;
}

.sct-txl {
	width:280px;
	min-height:68px;
	margin:0 auto;
	text-align:center;
}

.sc-title h2 {
	font-size:16px;
	color: #413D3C;
}

.sc-title h3 {
	font-size:12px;
	color: #727171;
	padding-bottom: 0 !important;
}

.sc-title h4 {
	font-size:16px;
	color: #727171;
	border-bottom: 1px solid #CACDD1;
	margin: 8px 0 4px 0;
}

.sc-title h5 {
	font-size:14px;
	color: #413D3C;
}

.sct-im {
	width:176px;
	min-height:68px;
	text-align:left;
	margin: 0 0 32px 0;
}


/* ▼トップページのスタイル▼
----------------------------------------*/

.top-mc {
position: relative;
height: 400px;
white-space: nowrap;
	margin: 88px 0 106px 0;
}

.top-tate {
	font-size:15px;
	color:#3E3A39;
	letter-spacing:0.2em;
	display: inline;
position: absolute;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
	line-height:400%;
}

.mt2h {
    margin-top: 168px !important;
}
	
.tp-link {
	width:100%;
	min-height:296px;
	text-align:center;
	padding: 28px 0 0 0;
}

.tp-link h2 {
	font-size:18px;
	color:#000000;
}

.tp-link h3 {
	font-size:18px;
	color:#000000;
}

.tp-sub {
	font-size:12px;
	color:#727171;
}

.tp-gr {
	margin: 28px 0 0 0;
	font-size:13px;
}

.xtp-gr a:link , a:visited {
	text-decoration:none;
	color:#727171;
}
.xtp-gr a:hover {
	text-decoration:none;
	color:#3E3A39;
}

.tp-gr a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color:#727171;
}
.tp-gr a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #727171;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.tp-gr a:hover::after {
  transform: scale(1, 1);
	color:#3E3A39;
}

.mtp {
	margin: 12px 0 0 0;
}

.top-sp {
	width:100%;
	min-height:777px;
}

.sp-box-l {
	width:100%;
	float:left;
	padding: 0 1% 0 1%;
}

.sp-box-r {
	width:100%;
	float:left;
	padding: 0 1% 0 1%;
}




/* ▼固定ページのスタイル▼
----------------------------------------*/
	
.t753 {
	font-size: 18px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 8px !important;
	margin: 0 0 18px 0;
}

.p-smi img {
    width: 100%;
    margin: 0 auto;
}

.p-smi-c img {
    width: 70%;
    margin: 86px 15% 42px 15%;
}


.mc-tate {
	min-height: 120px;
	font-feature-settings: initial;
	font-size:18px;
	color:#3E3A39;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 78px auto 0;
}

.mcs {
position: relative;
height: 320px;
white-space: nowrap;
	margin: 14px 0 24px 0;
}

.mcl {
position: relative;
height: 440px;
white-space: nowrap;
	margin: 14px 0 24px 0;
}

.mcxl {
position: relative;
height: 600px;
white-space: nowrap;
	margin: 14px 0 24px 0;
}

.tate {
	font-size:15px;
	color:#3E3A39;
	letter-spacing:0.2em;
	display: inline;
position: absolute;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.tate-l {
	font-size:14.5px;
	color:#3E3A39;
	letter-spacing:0.2em;
	display: inline;
position: absolute;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

	.lhsp {
		line-height:170% !important;
	}
	
.plan {
	width:90%;
	min-height: 840px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan h3 {
	font-size: 11px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan h4 {
	font-size: 18px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 8px !important;
	margin: 0 0 18px 0;
}

.plan-s {
	width:90%;
	min-height: 344px;
	margin: 56px auto 72px;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
	border-bottom: 1px dashed #3E3A39;
}

.plan-s h3 {
	font-size: 14px;
    color: #727171;
    padding-bottom: 0 !important;
	margin: 0 0 22px 0;
}

.plan-s h4 {
	font-size: 20px;
	width:100%;
    color: #3E3A39;
	 border-bottom: 1px solid #3E3A39;
    padding-bottom: 23px !important;
	margin: 0 0 18px 0;
}

.plan-l {
	width:100%;
	padding: 0 0 0 0;
	float: left;
}

.plan-r {
	width:100%;
	padding: 14px 0 66px 0;
	float: right;
	font-size: 13px;
}

.plan-r p {font-size: 12px;}

.plan-mfw {
	width:90%;
	min-height: 990px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}
	
.services {
	list-style: none;
	text-align: left;
	font-size:0;
　　line-height:0;
}

.services li {
	text-align: left; 
	display: inline-block; 
	width:47.6%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
}

.services li .label {letter-spacing: 1px;text-align:left;margin-left:22%; font-size:12.5px;line-height: 64px; /* half of the parent's line-height */}
.services li .label .line{vertical-align: middle;display:inline-block;line-height: 18px}
.services li .label .line .caption{font-size:9px;letter-spacing: 0px;}
/* Icon*/
.services li .icon{ position: absolute;left:1%;top:0;bottom:0;width:40px;height:40px; margin:auto;}
/*.services-included li .icon:before { position:absolute; top:0; right:0; left:0; bottom:0; content:""; z-index:2; background-size:cover; }*/
.x-services li .icon img{display: block;width:100%;position: relative;}
.x-services li .icon:before { position:absolute; top:0; right:0; left:0; bottom:0; content:""; background:#fefefe;transform: rotate(45deg);}

.sev-lg {
	text-align: left; 
	display: inline-block; 
	width:100%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
}

.sev-lg .label {letter-spacing: 1px;text-align:left;margin-left:16%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.sev-lg .label .line{vertical-align: middle;display:inline-block;line-height: 18px}
.sev-lg .label .line .caption{font-size:9px;letter-spacing: 0px;}
.sev-lg .icon{ position: absolute;left:2%;top:0;bottom:0;width:40px;height:40px; margin:auto;}


.plan-3p {
	width:100%;
	padding: 0 2% 48px 2%;
	float: left;
}

.plan-3p p {font-size: 12.8px;}

.p-ex {
	min-height:280px;
}

.plan2 {
    width:90%;
	min-height: 840px;
	margin: 56px auto 0;
	font-size: 13px;
	text-align: justify;
text-justify: inter-ideograph;
}

.plan-2in {
	margin: 0 0;
}

.plan-2p {
	width:100%;
	padding: 0 2% 48px 2%;
	float: left;
}
	
	
	
.services3 {
	list-style: none;
	text-align: left;
	font-size:0;
　　line-height:0;
}

.services3 li {
	text-align: left; 
	display: inline-block; 
	width:47.4%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
}

.services3 li .label {letter-spacing: 1px;text-align:left;margin-left:28.4%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.services3 li .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.services3 li .label .line .caption{font-size:9px;letter-spacing: 0px;}
/* Icon*/
.services3 li .icon{ position: absolute;left:4%;top:0;bottom:0;width:40px;height:40px; margin:auto;}


.ml { margin: 0 0 18px 2%; background:#EFEFED;border-radius: 6px;}
.mr { margin: 0 2% 18px 0; background:#EFEFED;border-radius: 6px;}

.sev-3lg {
	text-align: left; 
	display: inline-block; 
	width:100%;
	position:relative;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
}

.sev-3lg .label {letter-spacing: 1px;text-align:left;margin-left:14.4%; font-size:13px;line-height: 64px; /* half of the parent's line-height */}
.sev-3lg .label .line{vertical-align: middle;display:inline-block;line-height: 64px}
.sev-3lg .label .line .caption{font-size:9px;letter-spacing: 0px;}
.sev-3lg .icon{ position: absolute;left:2%;top:0;bottom:0;width:40px;height:40px; margin:auto;}

.s-info {
	width: 70%;
	height:auto;
	margin : 0 auto;
}

.si-t {
	width: 40%;
    font-size: 13px;
    color: #727171;
    border-bottom: 1px solid #3E3A39;
    padding-bottom: 12px !important;
    margin: 0 30% 18px 30%;
	text-align:center;
}

.sip {
	width:100%;
	padding: 0 30%;
	font-size: 12.8px;
	text-align:center;
	line-height:200%;
}

.sip-f {
	width:50%;
	padding: 0 0 0 0;
	float: left;
	font-size: 12.8px;
	line-height:200%;
}


.pri {
	width: 100%;
	display: inline-block; 
	display: flex;
}

.pri-x {
	width:20%;
	height: 46px;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
	text-align:center;
	line-height:45px;
	vertical-align: middle;
    display: inline-block;
}

.pri-a {
	width:26%;
	height: 46px;
	color: #000000;
	box-sizing: border-box;
	 background:#EFEFED;
	border-radius: 6px;
	margin: 0 0 18px 0;
	text-align:center;
	line-height:15px;
	vertical-align: middle;
    display: inline-block;
	padding: 2% 0 0 0;
	font-size: 11px;
}
	
.pr-m {
	font-size: 18px;
	color: #000000;
	margin: 0 0 0 5%;
	line-height:40px;
}

.pr-sz {
	font-size: 11px;
    color: #727171;
	margin: 0 0 0 5%;
	line-height:40px;
}

.area {
	font-size: 13px;
    margin: 1% 0 0 4%;
    line-height: 20px;
}


.at-sp {
	width:100%;
	min-height:550px;
}


.at-box-l {
	width:100%;
	float:left;
	padding: 0 1% 3% 1%;
}

.at-box-r {
	width:100%;
	float:left;
	padding: 0 1% 0 1%;
}
	
.pr-box-l {
	width:100%;
	float:left;
	padding: 0 1% 0 1%;
}

.pr-box-r {
	width:100%;
	float:left;
	padding: 0 1% 60px 1%;
}

.pr-box2-l {
	width:100%;
	float:left;
	padding: 0 1% 60px 1%;
}

.pr-box2-r {
	width:100%;
	float:left;
	padding: 0 0 0 0;
}

.pr-k {
	font-size: 14px;
    color: #413D3C;
	margin: 14px 0 2px 0;
}

.pr-na {
	font-size: 18px;
    color: #000000;
	border-bottom: 1px solid #CACDD1;
    margin: 4px 0 4px 0;
	padding: 0 0 18px 0;
}

	
.opt-at {
	width: 70%;
	min-height:180px;
	margin : 64px auto 84px;
}

.grey-box {
	width:100%;
	min-height:800px;
	background-color:#EFEFED;
	padding:56px 5% 56px 5%;
}

.p-gallery {
	max-width:1200px;
	margin: 38px auto 64px;
}

.flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
}

.gallery {
	max-width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 86px 0;
}

.gr-title {
	width:100%;
	min-height:118px;
	margin:0 auto;
	padding: 86px 0 64px 0;
}

.gr-title h2 {
	font-size:16px;
	color: #413D3C;
}

.gr-title h3 {
	font-size:12px;
	color: #727171;
	padding-bottom: 0 !important;
}

.gr-title h4 {
	font-size:16px;
	color: #727171;
	border-bottom: 1px solid #CACDD1;
	margin: 8px 0 4px 0;
}

.gr-title h5 {
	font-size:14px;
	color: #413D3C;
}

.fg-default.fg-gutter-10 {
    padding-left: 8% !important;
    margin-bottom: -10px;
}

.fl-k {
	font-size: 14px;
    color: #413D3C;
	margin: 112px 0 42px 0;
}

.fl-na {
	font-size: 16px;
    color: #000000;
    margin: 4px 0 4px 0;
}

.grey {
	color:#727171 !important;
}

.faq-title {
	font-size:16px;
	color: #3E3A39;
	border-bottom: 1px solid #CACDD1;
	margin: 56px 0 12px 0;
	padding-bottom: 6px;
}

.p-pr {
	width:80%;
	height:auto;
	margin: 0 auto;
}

.p-flow {
	width:80%;
	height:auto;
	margin: 0 auto 100px;
	text-align: justify;
text-justify: inter-ideograph;
}
	
.item {
	width:100%;
	 display: block;
	margin: 0 auto;
}

.item img {
	width: 100%;
}

.item2 {
	width:100%;
	 display: block;
	margin: 0 auto;
}

.item2 img {
	width: 100%;
}

.ph-box{
    width: 90%;
    height: auto;
    margin: 0 auto 60px;
}

.alti {
    font-size: 16px;
    color: #000000;
    margin: 18px 0 4px 0;
}

.price {
	font-size:16px;
	font-weight:bold;
}

.it-ta {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.it-ta th{
  width:65%;
  padding: 20px 5% 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: left;
  vertical-align: middle;
	background-color:#FFFFFF;
}
 
.it-ta td{
	max-width:30%;
padding: 20px 0 20px 0;
text-align:left;
vertical-align: top;
background-color: #FFFFFF;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align:right;
}	


/* ▼tableのスタイル▼
----------------------------------------*/

.flo-qa {
  width:100%;
  border-bottom: 1px solid #D5D5D5;
  border-collapse: collapse;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin:20px auto;
  font-size:14px;
}
 
.flo-qa th{
  width:100%;
  padding: 42px 0 20px 0;
  border-top: solid 1px #D5D5D5;
	border-left: solid 0px #D5D5D5;
  border-right: dashed 0px #D5D5D5;
  border-collapse: collapse;
  font-style: normal;
  line-height:230%;
  text-align: center;
  vertical-align: middle;
	background-color:#FFFFFF;
	display: block;
}
 
.flo-qa td{
	max-width:100%;
padding: 20px 0 20px 0;
text-align:left;
vertical-align: top;
background-color: #FFFFFF;
border-top: solid 1px #D5D5D5;
	border-right: solid 0px #D5D5D5;
border-collapse: collapse;
line-height:230%;
	text-align: justify;
text-justify: inter-ideograph;
	display: block;
}




/* BLOG-IVENT
----------------------------------------------- */

.blogbox {
	width: 100%;
    height: auto;
    margin: 46px auto 0;
	font-size:15px;
}

.entry-header img {
	width:8%;
}

.top-info {
	width:100%;
	min-height: 364px;
	margin: 0 auto 76px;
	background-color: #FFFFFF;
	opacity:90%;
}

.info-in {
	width:90%;
	min-height: 364px;
	margin: 0 auto 0;
}

.wp-show-posts-entry-title a:link {
	color:#45403f !important;
}

.wp-show-posts-entry-title a:visited {
	color:#45403f !important;
}
	
.wp-show-posts-entry-title a:hover {
	color:#791C2C !important;
}

.wp-show-posts-entry-date {
	font-size: 12px;
	color:#791C2C !important;
}

.wp-show-posts-inner {
    margin: 0 0 0 0.5em !important;
    background-color: #FFFFFF;
    padding: 1rem 1.5rem 0 1.5rem;
}

.wp-show-posts-image.wpsp-image-center {
    height: 65%;
    overflow: hidden;
}

.wp-show-posts-entry-header {
	text-align:justify
}
.wp-show-posts-entry-header h3 {
	font-size:16px !important;
	font-weight:bold;
	color:#66523C;
}

.wp-show-posts-entry-header h3 a:link {
	font-size:16px !important;
	font-weight:bold;
	color:#3E3A39;
}

.wp-show-posts-entry-header h3 a:visited {
	color:#3E3A39;
}

.wp-show-posts-single.post {
    margin-bottom: 12px !important;
}
	
}

/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
   .one-column-template .wrapper, 
   .wrapper,
   .one-column-template .container,
   .container { 
   	width: 95%; 
   }        
}

/* =Retina Ready Structure
----------------------------------------------- */
/* All Retina Ready devices larger than 1.5 pixel ratio */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	input.s { 
		background-image: url('images/search@2x.png');		
		background-size: 24px 15px;
	}
	.social-profiles ul li a {
		background-image: none;					
		background-size: 30px 30px;
	}
	.social-profiles ul li.facebook a {
		background-image: url('images/facebook@2x.png');		
		background-position: 0 0;		
	}
	.social-profiles ul li.facebook a:hover {
		background-image: url('images/facebook@2x-hover.png');		
		background-position: 0 0;
	}
	.social-profiles ul li.twitter a {
		background-image: url('images/twitter@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.twitter a:hover {
		background-image: url('images/twitter@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.google-plus a {
		background-image: url('images/google-plus@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.google-plus a:hover {
		background-image: url('images/google-plus@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.pinterest a {
		background-image: url('images/pinterest@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.pinterest a:hover {
		background-image: url('images/pinterest@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.linked a {
		background-image: url('images/linked@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.linked a:hover {
		background-image: url('images/linked@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.tumblr a {
		background-image: url('images/tumblr@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.tumblr a:hover {
		background-image: url('images/tumblr@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.vimeo a {
		background-image: url('images/vimeo@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.vimeo a:hover {
		background-image: url('images/vimeo@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.my-space a {
		background-image: url('images/my-space@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.my-space a:hover {
		background-image: url('images/my-space@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.flickr a {
		background-image: url('images/flickr@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.flickr a:hover {
		background-image: url('images/flickr@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.you-tube a {
		background-image: url('images/you-tube@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.you-tube a:hover {
		background-image: url('images/you-tube@2x-hover.png');
		background-position: 0 0;
	}
	.social-profiles ul li.rss a {
		background-image: url('images/rss@2x.png');
		background-position: 0 0;
	}
	.social-profiles ul li.rss a:hover {
		background-image: url('images/rss@2x-hover.png');
		background-position: 0 0;
	}
}  	