/*
 Theme Name: Enterprise Pro Theme
 Theme URI: http://my.studiopress.com/themes/enterprise/
 Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
 Author: StudioPress
 Author URI: http://www.studiopress.com/

 Version: 2.1.1

 Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

 Template: genesis
 Template Version: 2.1

 License: GPL-2.0+
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

 - Imports
 - HTML5 Reset
	 - Baseline Normalize
	 - Box Sizing
	 - Float Clearing
 - Defaults
	 - Typographical Elements
	 - Headings
	 - Objects
	 - Gallery
	 - Forms
	 - Tables
 - Structure and Layout
	 - Site Containers
	 - Column Widths and Positions
	 - Column Classes
 - Common Classes
	 - Avatar
	 - Genesis
	 - Search Form
	 - Titles
	 - WordPress
 - Widgets
	 - Featured Content
 - Plugins
	 - Genesis eNews Extended
	 - Genesis Responsive Slider
	 - Gravity Forms
	 - Jetpack
 - Site Header
	 - Title Area
	 - Widget Area
 - Site Navigation
	 - Header Navigation
	 - Primary Navigation
	 - Secondary Navigation
	 - Responsive Menu
 - Content Area
	 - Home Page
	 - Entries
	 - Entry Meta
	 - After Entry
	 - Pagination
	 - Comments
 - Sidebars
 - Footer Widgets
 - Site Footer
 - Theme Colors
	 - Enterprise Pro Black
	 - Enterprise Pro Green
	 - Enterprise Pro Orange
	 - Enterprise Pro Red
	 - Enterprise Pro Teal
 - Media Queries
	 - Retina Display
	 - Max-width: 1139px
	 - Max-width: 1023px
	 - Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
 font-family: 'Icon';
 src:url('fonts/Icon.eot');
 src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
	 url('fonts/Icon.woff') format('woff'),
	 url('fonts/Icon.ttf') format('truetype'),
	 url('fonts/Icon.svg#Icon') format('svg');
 font-weight: normal;
 font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
 normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:"Rounded Mplus 1c"!important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:"Rounded Mplus 1c"!important;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:"Rounded Mplus 1c"!important;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing:    border-box;
 box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
 content: " ";
 display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
 clear: both;
 content: " ";
 display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
 background-color: #fff;
 color: #777;
 font-family: "Rounded Mplus 1c"!important;
 font-weight: 300;
 line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
 -webkit-transition: all 0.1s ease-in-out;
 -moz-transition:    all 0.1s ease-in-out;
 -ms-transition:     all 0.1s ease-in-out;
 -o-transition:      all 0.1s ease-in-out;
 transition:         all 0.1s ease-in-out;
}

::-moz-selection {
 background-color: #333;
 color: #fff;
}

::selection {
 background-color: #333;
}

a {
 color: #31b2ed;
 text-decoration: none;
}

a:hover {
 color: #333;
}

p {
 margin: 0 0 24px;
 padding: 0;
}

strong {
 font-weight: 700;
}

ol,
ul {
 margin: 0;
 padding: 0;
}

li {
 list-style-type: none;
}

blockquote,
blockquote::before {
 color: #999;
}

blockquote {
 margin: 40px;
}

blockquote::before {
 content: "\201C";
 display: block;
 font-size: 30px;
 height: 0;
 left: -20px;
 position: relative;
 top: -10px;
}

cite {
 font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
 color: #333;
 font-family: "Rounded Mplus 1c"!important;
 font-weight: 700;
 line-height: 1.2;
 margin: 0 0 10px;
}

h1 {
 font-size: 36px;
}

h2 {
 font-size: 30px;
}

h3 {
 font-size: 24px;
}

h4 {
 font-size: 20px;
}

h5 {
 font-size: 18px;
}

h6 {
 font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
 max-width: 100%;
}

img {
 height: auto;
}

.featured-content img,
.gallery img {
 width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
 overflow: hidden;
 margin-bottom: 28px;
}

.gallery-item {
 float: left;
 margin: 0;
 padding: 0 4px;
 text-align: center;
 width: 100%;
}

.gallery-columns-2 .gallery-item {
 width: 50%;
}

.gallery-columns-3 .gallery-item {
 width: 33%;
}

.gallery-columns-4 .gallery-item {
 width: 25%;
}

.gallery-columns-5 .gallery-item {
 width: 20%;
}

.gallery-columns-6 .gallery-item {
 width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
 width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
 width: 12.5%;
}

.gallery-columns-9 .gallery-item {
 width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
 clear: left;
}

.gallery .gallery-item img {
 border: none;
 height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
 background-color: #fff;
 border: 1px solid #ececec;
 border-radius: 3px;
 box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
 color: #aaa;
 font-size: 16px;
 font-weight: 400;
 padding: 16px;
 width: 100%;
}

input:focus,
textarea:focus {
 border: 1px solid #999;
 outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
 width: auto;
}

::-moz-placeholder {
 color: #666;
 opacity: 1;
 font-weight: 400;
}

::-webkit-input-placeholder {
 color: #666;
 font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
 background-color: #31b2ed;
 border: none;
 border-radius: 3px;
 color: #fff;
 cursor: pointer;
 font-size: 16px;
 font-weight: 400;
 padding: 16px 24px;
 width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
 background-color: #333;
 color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
 color: #fff;
}

.button {
 display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
 display: none;
}

/* Tables
--------------------------------------------- */

table {
 border-collapse: collapse;
 border-spacing: 0;
 line-height: 2;
 margin-bottom: 40px;
 width: 100%;
}

tbody {
 border-bottom: 1px solid #ddd;
}

td,
th {
 text-align: left;
}

td {
 border-top: 1px solid #ddd;
 padding: 6px 0;
}

th {
 font-weight: 700;
 text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
span.midori{
 color: #747575!important;
	 font-weight: bold;
	 font-size: 20px;
}
.wrap {
 margin: 0 auto;
 max-width: 980px;
}

.enterprise-pro-landing .wrap {
 max-width: 800px;
}

.site-inner {
 background-color: #f5f5f5;
 border-top: 1px solid #ececec;
 clear: both;
 padding-top: 40px;
}
ul.sub-menu li a{
 padding:15px 26px!important;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
 width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
 float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
 float: right;
}

/* Content */
/*
.content {
 float: right;
 width: 740px;
}
*/
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
 float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
 width: 520px;
}

.full-width-content .content {
 width: 980px;
 margin:0 auto;
}

/* Primary Sidebar */

.sidebar-primary {
 float: right;
 width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
 float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
 float: left;
 width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
 float: right;
}

/* Column Classes
 Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
 float: left;
 margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
 width: 48.717948717948715%;
}

.one-third,
.two-sixths {
 width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
 width: 65.81196581196582%;
}

.one-fourth {
 width: 23.076923076923077%;
}

.three-fourths {
 width: 74.35897435897436%;
}

.one-sixth {
 width: 14.52991452991453%;
}

.five-sixths {
 width: 82.90598290598291%;
}

.first {
 clear: both;
 margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
 float: left;
}

.alignleft .avatar,
.author-box .avatar {
 margin-right: 24px;
}

.alignright .avatar {
 margin-left: 24px;
}

.comment .avatar {
 margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
 margin-bottom: 20px;
}

.archive-description,
.author-box {
 background-color: #fff;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 margin-bottom: 40px;
 padding: 40px;
}

.author-box-title {
 color: #333;
 font-family: "Rounded Mplus 1c"!important;
 font-size: 16px;
 margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
 margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
 overflow: hidden;
}

.site-header .search-form {
 float: right;
 margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
 width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
 border: 0;
 clip: rect(0, 0, 0, 0);
 height: 1px;
 margin: -1px;
 padding: 0;
 position: absolute;
 width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
 font-size: 20px;
}

.entry-title {
 font-size: 30px;
 margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
 color: #333;
}

.entry-title a:hover {
 color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
 border-bottom: 1px solid #ececec;
 font-size: 16px;
 margin: 0 0 20px;
 padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
 margin: -40px -40px 40px;
 padding: 30px 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
 float: left;
 text-align: left;
}

.alignright {
 float: right;
 text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
 max-width: 100%;
}

a.alignnone {
 display: inline-block;
}

a.aligncenter img {
 display: block;
 margin: 0 auto;
}

img.centered,
.aligncenter {
 display: block;
 margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
 margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
 margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
 margin: 0 0 12px 24px;
}

.wp-caption-text {
 font-weight: 700;
 text-align: center;
}

.entry-content p.wp-caption-text {
 margin-bottom: 0;
}

.gallery-caption {
 margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
 word-wrap: break-word;
 margin-bottom: 40px;
}

.widget li {
 border-bottom: 1px dotted #ececec;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

.widget ol > li {
 list-style-position: inside;
 list-style-type: decimal;
 padding-left: 20px;
 text-indent: -20px;
}

.widget li li {
 border: none;
 margin: 0 0 0 30px;
 padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
 margin-bottom: 0;
}

.widget_calendar table {
 width: 100%;
}

.widget_calendar td,
.widget_calendar th {
 text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
 border-bottom-width: 0;
 padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
 margin: 0;
 padding: 30px 40px;
}

.featured-content .entry {
 background: none;
 border: none;
 border-bottom: 1px solid #ececec;
 box-shadow: none;
 margin: 0;
 padding: 0;
}

.featured-content .entry-header {
 border-bottom: 1px solid #ececec;
 margin: 0;
 padding: 30px 40px;
}

.featured-content .entry-title {
 font-size: 20px;
 margin: 0;
}

.featured-content .entry-content {
 padding: 40px;
}

.featured-content .alignnone {
 background: #f8f8f8;
 border-bottom: 1px solid #ececec;
 margin-bottom: 0;
}

.featured-content img {
 margin-bottom: -7px;
}

.featured-content .more-link {
 display: block;
 font-weight: 700;
 margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
 border-bottom: 1px solid #ececec;
 margin: 0;
 padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
 margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
 background: none;
 border: none;
 margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
 border: none;
 padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
 padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
 margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
 margin: 0;
 width: 100%;
}

.enews form + p {
 margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
 margin: 0;
}

.site-container #genesis-responsive-slider {
 border-width: 0;
 padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
 margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
 float: none;
 text-align: center;
}

.site-container #genesis-responsive-slider li {
 border-width: 0;
 margin: 0;
 padding: 0;
 text-indent: 0;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
 font-size: 16px;
 padding: 16px;
}

div.gform_wrapper .ginput_complex label {
 padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
 margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
 display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
 background-color: #fff;
 min-height: 150px;
}

.site-header .wrap {
 padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
 float: left;
 padding: 0 0 4px;
 width: 350px;
}

.header-full-width .title-area {
 width: 100%;
}

.site-title {
 font-family: "Rounded Mplus 1c"!important;
 font-size: 36px;
 font-weight: 700;
 line-height: 1.2;
}

.site-title a,
.site-title a:hover {
 color: #31b2ed;
}

.header-image .site-title > a {
 background-position: top !important;
 float: left;
 min-height: 80px;
 width: 100%;
}

.site-description {
 color: #aaa;
 font-family: "Rounded Mplus 1c"!important;
 font-size: 16px;
 font-weight: 300;
 letter-spacing: 1px;
 line-height: 1.5;
 text-transform: uppercase;
}

.site-description,
.site-title {
 margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
 display: block;
 text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
 float: right;
 text-align: right;
 width: 630px;
}

.site-header .widget-area .widget {
 margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
 border: none;
 margin: 0;
 padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
 clear: both;
 display:flex;
 justify-content:center;
 width:100%;
 font-family: "Rounded Mplus 1c"!important;
 font-size: 14px;
 line-height: 1.5;
 width: 100%;
}

.genesis-nav-menu a {
 color: #333;
}

.genesis-nav-menu .menu-item {
 display: inline-block;
 text-align: left;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
 color: #31b2ed;
}

.genesis-nav-menu .sub-menu {
 border-top: 1px solid #ececec;
 left: -9999px;
 opacity: 0;
 position: absolute;
 -webkit-transition: opacity .4s ease-in-out;
 -moz-transition:    opacity .4s ease-in-out;
 -ms-transition:     opacity .4s ease-in-out;
 -o-transition:      opacity .4s ease-in-out;
 transition:         opacity .4s ease-in-out;
 width: 200px;
 z-index: 99;
}

.genesis-nav-menu .sub-menu a {
 background-color: #f8f8f8;
 border: 1px solid #ececec;
 border-top: none;
 color: #333;
 font-size: 12px;
 padding: 16px 24px;
 position: relative;
 width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
 margin: -22px 0 0 9px;
}

.genesis-nav-menu .menu-item:hover {
 position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
 left: auto;
 padding:0px;
 opacity: 1;
}

.genesis-nav-menu > .first > a {
 padding-left: 0;
}

.genesis-nav-menu > .last > a {
 padding-right: 0;
}

.genesis-nav-menu > .right {
 float: right;
 list-style-type: none;
 padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
 display: inline-block;
 padding: 20px 24px;
}

.genesis-nav-menu > .search {
 padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
 font-size: 12px;
 padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
 color: #333;
}

.site-header .genesis-nav-menu li li {
 margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
 background-color: #333;
}

.nav-primary .sub-menu {
 border-color: #222;
}

.nav-primary .sub-menu a {
 background-color: #333;
 border-color: #222;
 color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
 text-transform: none;
 letter-spacing: 0;
 margin-bottom: 20px;
}
.genesis-nav-menu a {
 padding: 0px 25px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
 color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
 color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
 cursor: pointer;
 display: none;
}

.responsive-menu-icon::before {
 content: "\f333";
 display: block;
 font: normal 20px/1 'dashicons';
 margin: 0 auto;
 padding: 10px;
 text-align: center;
}

.site-header .responsive-menu-icon::before {
 padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
 border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
 padding-top: 20px;
}

.home-top .entry {
 background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
 margin-bottom: 0;
}

.home-top a.alignleft,
.home-top a.alignright {
 width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
 border: none;
 margin-bottom: 0;
 padding-bottom: 0;
}

.home-top .featured-content .entry-header {
 border: none;
 padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
 font-size: 30px;
}

.home-top .featured-content .entry-content {
 padding: 0 40px;
}

.home-top .more-link {
 display: table;
 text-align: center;
}

.home-bottom .widget {
 background-color: #fff;
 border-radius: 3px;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 float: left;
 margin-left: 2.564102564102564%;
 padding: 40px;
 width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
 clear: both;
 margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry {
 background-color: #fff;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 padding: 40px;
 margin-bottom: 40px;
}

.entry-header {
 border-bottom: 1px solid #ececec;
 margin: -40px -40px 40px;
 padding: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
 margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
 margin-left: 40px;
}

.entry-content ol > li {
 list-style-type: decimal;
}

.entry-content ul > li {
 list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
 margin-bottom: 0;
}

.entry-content code {
 background-color: #333;
 color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
 color: #aaa;
 font-size: 14px;
 margin-bottom: 0;
}

.entry-meta a {
 font-weight: 700;
}

.entry-header .entry-meta {
 margin: 10px 0 0;
}

.entry-footer {
 margin-top: 22px;
}

.entry-footer .entry-meta {
 border-top: 1px solid #ececec;
 margin: 0 -40px;
 padding: 40px 40px 0;
}

.entry-tags {
 float: right;
}

.entry-comments-link::before {
 content: "\2014";
 margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
 background-color: #fff;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 margin-bottom: 40px;
}

.after-entry .widget {
 margin: 0;
 padding: 40px;
}

.after-entry .widget-title {
 border-top: 1px solid #ececec;
 margin: -40px -40px 30px;
 padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
 border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
 border-bottom: none;
}

.after-entry .featured-content .more-from-category {
 padding: 20px 40px;
}

.after-entry li {
 list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
 margin: 40px 0;
}

.adjacent-entry-pagination {
 margin-bottom: 0;
}

.archive-pagination li {
 display: inline;
}

.archive-pagination li a {
 background-color: #fff;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 color: #333;
 cursor: pointer;
 display: inline-block;
 padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
 background-color: #31b2ed;
 color: #fff;
}

.entry-pagination.pagination {
 margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
 background-color: #fff;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 margin-bottom: 40px;
}

.comment-respond {
 padding: 40px 40px 16px;
}

.comment-respond h3 {
 border-bottom: 1px solid #ececec;
 margin: -40px -40px 40px;
 padding: 30px 40px;
}

.entry-comments {
 border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
 border-bottom: 1px solid #ececec;
 margin: 0;
 padding: 30px 40px;
}

.comment-list li.depth-1 {
 border-bottom: 1px solid #ececec;
 padding-bottom: 40px;
}

.comment-content {
 clear: both;
}

.comment-list li {
 padding: 40px 40px 0;
}

.comment-list li li {
 padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
 width: 50%;
}

.comment-respond label {
 display: block;
 margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
 color: #333;
 font-family: "Rounded Mplus 1c"!important;
 font-weight: 700;
 margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
 color: #aaa;
 font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
 color: #31b2ed;
}

.ping-list li {
 padding: 40px 40px 16px;
}

.entry-pings .reply {
 display: none;
}

.comment-reply-link {
 font-family: "Rounded Mplus 1c"!important;
 font-weight: 700;
}

.form-allowed-tags {
 background-color: #f5f5f5;
 padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
 background-color: #fff;
 border: 1px solid #ececec;
 box-shadow: 0 1px #ececec;
 padding: 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
 background-color: #fff;
 border-top: 1px solid #ececec;
 clear: both;
 padding-top: 40px;
}

.footer-widgets input {
 border: 1px solid #333;
}

.footer-widgets li {
 border-bottom: 1px dotted #ececec;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
 width: 340px;
}

.footer-widgets-1 {
 margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
 float: left;
}

.footer-widgets-3 {
 float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
 background-color: #fff;
 border-top: 1px solid #ececec;
 color: #aaa;
 font-size: 12px;
 letter-spacing: 1px;
 padding: 40px 0;
 text-align: center;
 text-transform: uppercase;
}

.site-footer a {
 color: #aaa;
}

.site-footer a:hover {
 color: #31b2ed;
}

.site-footer p {
 margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
 color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
 color: #333;
}

.enterprise-pro-black .nav-primary a {
 color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
 background-color: #333;
 color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
 background-color: #aaa;
 color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
 color: #4f9d46;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
 color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
 color: #333;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
 background-color: #4f9d46;
 color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
 background-color: #333;
 color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
 color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
 color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
 color: #333;
}

.enterprise-pro-orange .nav-primary a {
 color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
 background-color: #ff6f00;
 color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
 background-color: #333;
 color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
 color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
 color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
 color: #333;
}


.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
 background-color: #ff473a;
 color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
 background-color: #333;
 color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
 color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
 color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
 color: #333;
}

.enterprise-pro-teal .nav-primary a {
 color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
 background-color: #34bfba;
 color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
 background-color: #333;
 color: #fff;
}

/* Customize
--------------------------------------------- */
/*
共通
---------------------------------------------------------------------------------------------------- */
.tel-contact{
 margin:5px 0px;
 justify-content:space-between;
 line-height:80px;
}
br.sp-only{
  display:none;
}
.bg_color{
  background:#FFFEF5;
}
.m-top50{
  margin-top:50px;
}
.tel-btn{
 margin-left:100px;
}
.tel-btn img{
 height:30px;
 position:relative;
 top:3px;
 right:5px;
 line-height:30px;
}
.tel-btn a{
 font-size:30px;
 color:#F56568;
 font-weight:bold;
 display:block;
}
.tel-btn a:hover{
 color:#F56568;
 opacity:0.8;
}
.contact-button3{
 text-align-right;
 text-align:center;
}
.contact-button4{
 text-align-right;
 text-align:center;
 margin-top:50px;
}
.contact-button3 a{
 background:#F56568;
 padding:10px 20px;
 font-size:20px;
 color:#fff;
 box-shadow:1.1px 1.1px 3.5px #c6c5c5;
 border-radius:5px;
 font-weight:400;
}
.contact-button4 a{
 background:#F56568;
 padding:10px 20px;
 font-size:20px;
 color:#fff;
 box-shadow:1.1px 1.1px 3.5px #c6c5c5;
 border-radius:5px;
 font-weight:400;
}
.contact-button3 a:hover{
 color:#fff;
 opacity:0.8;
}
.content-sidebar-wrap{
 background:#fbfcef;
 padding:50px 0;
}
.site-title a,
.site-title a:hover{
 color:#747575;
 font-size:34px;
 font-weight:bold;
}
.flex{
 display:flex;
}
.contents{
 width:980px;
 padding:50px 0;
 margin:0 auto;
}
.center{
 text-align:center;
}
.site-header .wrap{
 padding:25px 0 5px;
}
.site-header{
 min-height:0;
}
.nav-primary{
 background-color:#fff;
}
.nav-primary, .nav-primary a,
span.nav-menu-38{
 color:#747575!important;
 font-weight:bold;
 font-size:20px;
}
.enterprise-pro-green .site-title a{
 color:#747575;
 font-size:32px;
}
.genesis-nav-menu{
 display:flex;
 padding:20px 0;
}
.genesis-nav-menu a,
span.nav-menu-38{
 border-right:2px dashed #747575;
}

li#menu-item-46 a{
 border-right:none;
}
li.menu-item-8 a{
 padding-left:10px;
}
.nav-primary .sub-menu{
 border:none;
}
.nav-primary .sub-menu a{
 background:#fff!important;
	 border: 1px solid #eae5dd;
	 display:block;
}
.genesis-nav-menu a:hover,
.nav-primary .sub-menu a:hover{
 opacity:0.8;
}
.sub-menu li a{
 margin:0;
 padding:20px 14px;
}
.home-top div.wrap{
 max-width:100%;
}
.top-img{
 background:url(https://www.handsworker-ainote.com/wp-content/themes/enterprise-pro/images/main.jpg);
 height:800px;
 background-size:cover;
 background-position:center;
}
.menu-img{
 background:url(https://www.handsworker-ainote.com/wp/wp-content/uploads/2018/07/menu-top.jpg);
 height:800px;
 background-size:cover;
 background-position:center;
}
.staff-cover-img{
 background:url(https://www.handsworker-ainote.com/wp/wp-content/uploads/2018/07/staff-top.jpg);
 height:800px;
 background-size:cover;
 background-position:center;
}
.top-box{
 padding:50px 0 50px;
 color:#fff;
}
.contact-button-wrap{
  text-align:center;
  margin-top:30px;
}
.button-wrap{
  text-align:center;
  margin-top:0px;
}
.button-wrap a{
  color:#fff;
  background:#F56568;
  display:block;
  margin:0 auto;
  width:340px;
  height:65px;
  font-size:20px;
  line-height:65px;
  border-radius:3px;
  font-weight:bold;
  box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.button-wrap a:hover{
  opacity:0.8;
}
.line-button,
.mail-button{
  width:50%;
  text-align:center;
}
.line-button a.button2,
.mail-button a.button2{
  color:#fff;
  display:block;
  width:340px;
  height:65px;
  line-height:65px;
  margin:0 auto;
  font-weight:bold;
  font-size:20px;
  border-radius:3px;
  box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.line-button a.button2:hover,
.mail-button a.button2:hover{
  opacity:0.9;
}
.line-button a.button2{
  background:#00C837;
  border:2px solid #007B22;
}
.mail-button a.button2{
  background:#F56568;
  border:2px solid #B24A4C;
}
.color_white{
  color:#fff;
}
.color_pink{
  color:#F56568;
}
.color_white:hover{
  opacity:0.8;
  color:#fff;
}
a.text-under{
  text-decoration:underline;
  font-size:16px;
  font-weight:bold;
}
.top-box h2.underline{
 border-bottom:2.5px solid #e4d95f;
 color:#fff;
 display:inline;
 font-weight:bold;
}
p.font-middle{
 margin:50px 0 0px 0;
 font-size:51px;
 font-weight:bold;
 text-shadow:4px 4px 3px rgba(215,215,216,0.1);
}
p.font-big{
 font-size:56px;
 font-weight:bold;
 line-height:1.2;
 text-shadow:4px 4px 3px rgba(215,215,216,0.1);
}
div.syou{
 text-align:right;
}
div.syou img{
 width:300px;
 padding:50px 50px 0 0;
}
#pageTop {
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index:999;
}

#pageTop a {
 display: block;
 z-index: 999;
 font-size:21px;
 padding: 8px 0 0 8px;
 border-radius: 30px;
 width: 60px;
 height: 60px;
 background-color: rgba(236,225,91,0.7);
 color: #fff;
 opacity:1;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
}

#pageTop a:hover {
 text-decoration: none;
 opacity: 0.7;
}
i.fa.fa-chevron-up{
 position:relative;
 top:3px;
 right:3.5px;
}
tr.under-list td{
 border-top:none;
}
.bg-gray{
  background:#ECECEC;
}
.between{
  justify-content:space-between;
}
.around{
  justify-content:space-around;
}
.w50{
  width:50%;
  padding:20px;
}
.w50 ul li{
  text-align:left;
  padding:10px;
  border-bottom:2px dotted #ddd;
}
.w50 ul li h3{
  font-size:20px;
  margin:0;
}
.w50 ul li p{
  font-size:16px;
  margin:0;
}
.banner-wrap{
  width:30%;
}
.banner-wrap a:hover{
  opacity:0.8;
}
.footer-menu{
  margin:20px 0;
}
.footer-menu ul li{
  text-align:center;
  line-height:1.2;
}
.footer-menu ul li a{
  color:#FF5E64;
  font-weight:bold;
  font-size:20px;
}
.footer-menu ul li a:hover{
  opacity:0.8;
}
span.footer-sub{
  font-size:13px;
  font-style:italic;
}
.manipulative-about-box{
  background: #fbfcfc;
  padding-bottom: 50px;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 1px 1px 3px rgba(242,242,242,0.74);
}
.menu-text-box{
  padding: 60px 50px 10px;
}
.menu-text-box p{
  color:#F47779;
  font-size:20px;
  font-weight:bold;
  border-bottom: 2px solid #ece15b;
  display:inline-block;
}
.nayami-box{
  margin: 0px 115px 0px;
}
ul.manipulative-nayami{
  display: flex;
  justify-content: left;
}
ul.manipulative-nayami li{
  background: rgba(244,119,121,0.09);
  width: 230px;
  height: 60px;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #F47779;
  text-align: center;
  display: table;
}
.good-wrap{
  width:100%;
  box-shadow: 1px 1px 3px rgba(242,242,242,0.74);
  margin-bottom:40px;
  background:#fff;
}
.good_img{
  width:30%;
  line-height:0;
}
.good_text{
  width:70%;
  padding-top:40px;
  padding-left:40px;
  text-align:left;
}
.good_text h3{
  font-size:20px;
  font-weight:bold;
  color:#707070;
  border-bottom: 2px solid #F56568;
  display:inline-block;
}
.good_text p{
  color:#707070;
  font-size:16px;
  padding:10px 0px;
}
span.dotted{
  position:relative;
}
span.dotted:before{
  content:"";
  background:#E4D95F;
  display:inline-block;
  background-size:100% 100%;
  width:5px;
  height:5px;
  border-radius:50%;
  position:absolute;
  bottom:1.5em;
  left:0.4em;
}
ul.manipulative-nayami li p{
  display: table-cell;
  vertical-align: middle;
}
.global{
  font-weight:bold;
}
/*
about-wrapper
---------------------------------------------------------------------------------------------------- */
section.about-wrapper{
 padding:50px 0;
}
.banner{
  margin-bottom:25px;
}
h2.title{
 color:#F56568;
 font-size:34px;
 font-weight:bold;
 line-height:1;
 letter-spacing:0.1em;
}
.title-under-en{
 color:#747575;
 font-size:20px;
 font-weight:bold;
}
.message-box1{
 color:#747575;
 font-size:20px;
 padding:30px 60px;
 font-weight:bold;
}
.message-box1 p{
 border-bottom:2px dashed #ece15b;
 margin-bottom:5px;
 display:inline-block;
}
span.pink{
 color:#F47779;
}
span.br{
 display:block;
}
.message-box2{
 color:#747575;
 font-size:17px;
 padding:0px 155px 30px;
 font-weight:400;
}
.message-box2 p{
 margin-bottom:0;
}
.represent-button a{
 color:#fff;
 background:#8aad55;
 padding:10px 30px;
 border-radius:5px;
 font-size:17px;
 font-weight:bold;
 display:inline-block;
}
.represent-button a:hover{
 opacity:0.8;
 color:#fff;
}
/*
good-wrapper
---------------------------------------------------------------------------------------------------- */
.good-wrapper{
 background-color:#fbfcef;
 padding:50px 0;
}
.good-box{
 margin-top:40px;
 background:#fff;
 box-shadow:1.5px 1.5px 4px rgba(198,197,197,0.77);
}
.good-inner{
 padding:30px 40px;
}
.good-inner-left{
 width:50%;
 border-right:1px dashed #8eb356;
 padding-right:50px;
}
.good-inner-right{
 width:50%;
 padding-left:50px;
}
.good-inner-title{
 font-size:26px;
 font-weight:400;
 color:#8eb356;
}
span.circle-top{
 -webkit-text-emphasis: filled circle #ece15b;
	text-emphasis: filled circle #ece15b;
}
.imgbox img{
 width:135px;
}
.textbox{
 padding:10px 0 0 20px;
 text-align:left;
 color:#747575;
 font-size:18px;
 font-weight:400;
}
/*
service-wrapper
---------------------------------------------------------------------------------------------------- */
.service-wrapper{
 background-color:#fff;
 padding:50px 0;
}
.service-innerbox-left{
 width:50%;
 padding-right:15px;
}
.service-innerbox-right{
 width:50%;
 padding-left:15px;
}
.service-wrap{
 background:#FFFEF5;
 padding-bottom:30px;
 box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.service-innerbox-left img,
.service-innerbox-right img{
 width:100%;
}
.service1box,
.service2box{
 margin-top:40px;
}
.service-text{
 height:80px;
 margin-top:25px;
 font-size:14px;
 padding:0 10px;
 text-align:left;
 font-weight:400;
}
.service-title{
 font-size:30px;
 font-weight:bold;
 padding-top:20px;
 color:#F47779;
}
.unnderline{
 border-bottom:3px solid #ece15b;
 display:inline;
}
.service-inner-button a{
 font-size:14px;
 border:2px solid #d0ac5e;
 border-radius:3px;
 padding:5px 25px;
 color:#d0ac5e;
 font-weight:400;
 background:#fff;
}
.service-inner-button a:hover{
 opacity:0.8;
 color:#d0ac5e;
}

/*
voice-wrapper
---------------------------------------------------------------------------------------------------- */
#voice-wrapper{
 background-color:#fbfcef;
 padding:50px 0;
}
.voice-box{
 width:700px;
 margin:20px auto 40px;
 border:6px solid #ceeaa0;
 border-radius:5px;
 box-shadow:1.2px 1.2px 3.7px #C7C5C5;
}
.voice-wrap{
 background:#fff;
}
h3.voice-title{
 background:#FBFCEF;
 padding:0px 20px 5px 25px;
 text-align:left;
 color:#4C8C44;
 font-size:17px;
}
h3.voice-title img{
 width:30px;
 margin-right:15px;
 position:relative;
 top:5px;
}
.voice-contents{
 margin:15px 15px 0 15px;
}
.score-box{
 padding:8px 0 8px;
 background:#FBFCEF;
 border:0.5px solid #e6e6e5;
 border-radius: 2px;
}
.totalscore{
 margin-top:5px;
 width:30%;
}
.totalscore h4{
 font-size:15px;
 color:#666767;
 font-weight:bold;
}
span.score-figure{
 font-size:35px;
 font-weight:bold;
 color:#E17C7C;
}
.score-wrap{
 border-right:1px dashed #B4B3B3;
 padding:0 0 0 10px;
 width:70%;
}
.score-title{
 width:100px;
 line-height:20px;
 height:20px;
 text-align:left;
 color:#747575;
 font-size:14px;
 font-weight:bold;
}
.score-li{
 margin:5px 0 10px;
}
.score-li2{
 margin:5px 0 5px;
}
.star-rating {
 position: relative;
 width: 5em;
 line-height:20px;
 height: 20px;
 font-size: 14px;
 margin-right:40px;

}
.star-rating-front {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 color: #ffcc33;
}
.star-rating-back {
 color: #ccc;
}
.score-text{
 padding:10px 5px;
}
.score-text p{
 text-align:left;
 font-size:13px;
 padding:0 5px;
 font-weight:400;
 margin-bottom:0;
}
.swiper-pagination-bullet-active{
 background:#8EB356!important;
}

/*
column-wrapper
---------------------------------------------------------------------------------------------------- */
.column-wrapper{
 padding:50px 0;
}
.post-ar{
 margin-top:30px;
 width:33%;
 padding:30px 10px;
}
.post-ar img{
 width:80%;
 border-radius:50%;
}
.post-ar h3{
 display:block;
 text-align:left;
 font-size:18px;
 font-weight:bold;
 margin-top:20px;
}
p.post-time{
 text-align:left;
 font-size:15px;
 font-weight:400;
 color:rgba(116,117,117,0.55);
}
.koushin a{
 color:#4F9745;
 font-weight:bold;
 font-size:32px;
 display:inline-block;
 border-bottom:5px solid #ece15b;
}
.koushin a:hover{
 color:#4F9745;
 opacity:0.8;
}
/*
faq-wrapper
---------------------------------------------------------------------------------------------------- */
#faq-wrapper{
 background-color:#fff;
 padding:50px 0;
}
.faqbox{
 box-shadow:1.8px 1.8px 5.5px rgba(198,197,197,0.74);
 background:#fff;
 padding:30px 0;
}
.faqbox ul{
 margin-top:5px;
}
.faqbox li.question{
 background:rgba(255,94,100,0.07);
 padding:25px 120px;
 color:#595757;
 font-size:21px;
 font-weight:bold;
 text-align:left;
 margin-bottom:0;
}
.faqbox li.answer{
 background:#fff;
 padding:25px 120px;
 color:#747575;
 font-size:15px;
 text-align:left;
 margin-bottom:0;
}
.faqbox li.question p,
.faqbox li.answer p{
 margin:0px 0 0 20px;
 width:90%;
 display:inline-block;
 vertical-align:middle;
}
.faqbox li.question:before{
 content:"Q";
 display:inline-block;
 font-size:34px;
 font-weight:bold;
 color:#F56568;
 vertical-align:middle;
 line-height:35px;
}
.faqbox li.answer:before{
 content:"A";
 display:inline-block;
 font-size:34px;
 font-weight:bold;
 color:#007B22;
 vertical-align:top;
 line-height:35px;
}
.box-chiryou{
  width: 58%;
  float: right;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 30px 30px;
  border: 1px solid #99B73E;
  height: 524px;
}
.box-chiryou em{
  color: #99B73E;
  font-weight: bold;
  font-size: 16px;
}
div.youtuu2{
  height: 530px;
}
div.youtuu3{
  height: 670px;
}
.youtuu3 .box-chiryou{
  height: 580px;
}
div.youtuu4{
  height: 620px;
}
div.youtuu5{
  height: 670px;
}
.youtuu3 .box-text{
  height: 370px;
}
.youtuu3 .box-ttr{
height: 200px;
}
.youtuu2 .box-ttr{
  height: 220px;
}
.youtuu2 .box-chiryou{
  height:444px;
}
.youtuu5 .box-text{
  height:250px;
}
.youtuu5 .box-chiryou{
    height: 560px;
}
.syoujou2 h3{
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #99B73E;
}
/* くび・肩の痛み症状(PC)
---------------------------------------------------------------------------------------------------- */
.kubikata1 .box-ttr{
	height: 180px;
}

.kubikata1 .box-text{
	height: 500px;
}

.kubikata1 .box-chiryou{
	height: 690px;
}

.kubikata2 .box-ttr{
	height: 220px;
}

.kubikata2 .box-text{
	height: 390px;
}

.kubikata2 .box-chiryou{
	height: 620px;
}

.kubikata3 .box-ttr{
	height: 210px;
}

.kubikata3 .box-text{
	height: 250px;
}

.kubikata3 .box-chiryou{
	height: 470px;
}

.kubikata4 .box-ttr{
	height: 240px;
}

.kubikata4 .box-text{
	height: 390px;
}

.kubikata4 .box-chiryou{
	height: 640px;
}

.kubikata5 .box-ttr{
	height: 250px;
}

.kubikata5 .box-text{
	height: 320px;
}

.kubikata5 .box-chiryou{
	height: 580px;
}

div.kubikata1{
	height: 810px;
}

div.kubikata2{
	height: 700px;
}

div.kubikata3{
	height: 550px;
}

div.kubikata4{
	height: 720px;
}

div.kubikata5{
	height: 700px;
}
/* 産前・産後のお悩み(PC)
---------------------------------------------------------------------------------------------------- */
.maternity1 .box-ttr{
	height: 220px;
}

.maternity1 .box-text{
	height: 480px;
}

.maternity1 .box-chiryou{
	height: 710px;
}

.maternity2 .box-ttr{
	height: 250px;
}

.maternity2 .box-text{
	height: 320px;
}

.maternity2 .box-chiryou{
	height: 580px;
}

.maternity3 .box-ttr{
	height: 210px;
}

.maternity3 .box-text{
	height: 360px;
}

.maternity3 .box-chiryou{
	height: 580px;
}

.maternity4 .box-ttr{
	height: 240px;
}

.maternity4 .box-text{
	height: 310px;
}

.maternity4 .box-chiryou{
	height: 560px;
}

.maternity5 .box-ttr{
	height: 200px;
}

.maternity5 .box-text{
	height: 400px;
}

.maternity5 .box-chiryou{
	height: 610px;
}

div.maternity1{
	height: 830px;
}

div.maternity2{
	height: 660px;
}

div.maternity3{
	height: 660px;
}

div.maternity4{
	height: 640px;
}

div.maternity5{
	height: 680px;
}

/* スポーツでのお悩み(PC)
---------------------------------------------------------------------------------------------------- */
.sports1 .box-ttr{
	height: 210px;
}

.sports1 .box-text{
	height: 300px;
}

.sports1 .box-chiryou{
	height: 520px;
}

.sports2 .box-ttr{
	height: 220px;
}

.sports2 .box-text{
	height: 450px;
}

.sports2 .box-chiryou{
	height: 680px;
}

.sports3 .box-ttr{
	height: 200px;
}

.sports3 .box-text{
	height: 360px;
}

.sports3 .box-chiryou{
	height: 570px;
}

.sports4 .box-ttr{
	height: 210px;
}

.sports4 .box-text{
	height: 330px;
}

.sports4 .box-chiryou{
	height: 550px;
}

.sports5 .box-ttr{
	height: 220px;
}

.sports5 .box-text{
	height: 450px;
}

.sports5 .box-chiryou{
	height: 680px;
}

div.sports1{
	height: 640px;
}

div.sports2{
	height: 760px;
}

div.sports3{
	height: 650px;
}

div.sports4{
	height: 630px;
}

div.sports5{
	height: 730px;
}

/* 心身の疲れでのお悩み(PC)
---------------------------------------------------------------------------------------------------- */
.fatigue1 .box-ttr{
	height: 220px;
}

.fatigue1 .box-text{
	height: 330px;
}

.fatigue1 .box-chiryou{
	height: 560px;
}

.fatigue2 .box-ttr{
	height: 220px;
}

.fatigue2 .box-text{
	height: 450px;
}

.fatigue2 .box-chiryou{
	height: 680px;
}

.fatigue3 .box-ttr{
	height: 200px;
}

.fatigue3 .box-text{
	height: 360px;
}

.fatigue3 .box-chiryou{
	height: 570px;
}

.fatigue4 .box-ttr{
	height: 210px;
}

.fatigue4 .box-text{
	height: 330px;
}

.fatigue4 .box-chiryou{
	height: 550px;
}

.fatigue5 .box-ttr{
	height: 220px;
}

.fatigue5 .box-text{
	height: 450px;
}

.fatigue5 .box-chiryou{
	height: 680px;
}

div.fatigue1{
	height: 690px;
}

div.fatigue2{
	height: 760px;
}

div.fatigue3{
	height: 650px;
}

div.fatigue4{
	height: 630px;
}

div.fatigue5{
	height: 730px;
}
.kubikata2 .box-chiryou{
  height: 620px;
}
.box-chiryou li{
  font-size: 15px;
}
/* 治療メニュー（PC）
---------------------------------------------------------------------------------------------------- */

.menu-page{
	width: 100%;
}
.hoken{
	text-align: center;
	margin-top: 30px;
}
.hoken h2{
	font-size: 24px;
}

.hikaku{
	margin:40px 0;
	height: 320px;
}

.hikaku dl{
	background:  #F6F6F3;
	padding: 30px;
	margin-bottom: -2px;
}

li.hikaku-hoken{
	width: 470px;
}

li.hikaku-zihi{
	width: 470px;
}



.hikaku-hoken{
	float: left;
}

.hikaku-zihi{
	float: right;
}

.hikaku dt{
	color:#F56568;
	font-weight: bold;
	background: url(https://www.handsworker-ainote.com/wp-content/uploads/2017/01/under.png) no-repeat center bottom;
	padding-bottom: 30px;
	letter-spacing: .3em;
	line-height: 1.5em;
}

.hikaku dd{
	font-size: 15px !important;
	display: block;
-webkit-margin-start: 0px;
	letter-spacing: normal;
	padding-top:10px;
}

.hikaku p{
	margin-bottom: 0px;
}

.zihi-wrapper{

}
.zihi-wrap1 dl{
	float: left;
	margin-left: 15px;
}
.zihi-wrap2 dl{
	float: left;
	margin-left: 15px;
}

.zihi-wrapper dt{
	margin-bottom: 5px;
}


.ttrlink{
	text-align: left;
}

.ttrlink a{
	color: #333;
	margin-left: -10px;
	font-size: 14px;
	line-height: 1.6;
	display: block;
}

.ttrlink a em:hover{
	color:#f56568;
	border-bottom: 1px dotted #f56568;
}

.ttrlink em{
	    border-bottom: 1px dotted #6f6f6f;
}

div.hyou{
	margin-bottom: 70px;
}

.kakakucam{
	margin-bottom:50px;
}

/* 治療メニューページ自費治療表(PC)
---------------------------------------------------------------------------------------------------- */
.pricezihi p{
	width: 300px;
	vertical-align: middle;
	padding-left:30px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.pricezihi div{
	padding-left: 30px;
	width: 300px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#menu1{
	padding: 25px 30px;
	margin: 0 auto 0px;
	border-radius: 10px;
	color:#72543d;
	margin-top:-150px;
    padding-top:150px;
}
#menu2{
	padding: 25px 30px;
	margin: 0 auto 0px;
	border-radius: 10px;
	color:#72543d;
	height: 500px;
	margin-top:-150px;
    padding-top:150px;
}

#menu3{
	padding: 25px 30px;
	margin: 0 auto 0px;
	border-radius: 10px;
	color:#72543d;
	margin-top:-150px;
    padding-top:150px;
}

#menu4{
	padding: 25px 30px;
	margin: 0 auto 0px;
	border-radius: 10px;
	color:#72543d;
	height: 500px;
	margin-top:-150px;
    padding-top:150px;
}

#menu5{
	padding: 25px 30px;
	margin: 0 auto 30px;
	border-radius: 10px;
	color:#72543d;
	margin-top:-150px;
    padding-top:150px;
}

#menu6{
	padding: 25px 30px;
	margin: 0 auto 0px;
	border-radius: 10px;
	color:#72543d;
	height: 500px;
	margin-top:-150px;
    padding-top:150px;
}

#menu7{
	padding: 25px 30px;
	margin: 0 auto 0px;
	border-radius: 10px;
	color:#72543d;
	margin-top:-150px;
    padding-top:150px;
}

#menu8{
	padding: 25px 30px;
	margin: 0 auto 30px;
	border-radius: 10px;
	color:#72543d;
	height: 500px;
	margin-top:-150px;
    padding-top:150px;
}

.menumidashi{
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	color: #99B73E;
}

.menu-wrapper table{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 30px 10px;
	border: 1px solid #99B73E;
	margin-bottom: 10px;
}

.menu-wrapper td{
	border-top: 1px solid #99B73E;
}

.menu-wrapper tbody{
	border-bottom: 1px solid #99B73E;
}

.menu-wrapper td{
	width: 310px;
	font-size: 16px;
}

.menu-wrapper th{
	font-size: 14px;
	width: 33%;
}

.menu-wrapper dd{
	margin-left: 0px;
}

.zihi-wrap1 img{
	width: 230px;
}

.zihi-wrap2 img{
	width: 230px;
}

td.tbprice{
	width: 390px;
	background: #F6F6F1;
	font-family:none;
	padding-left: 40px;
	font-size: 15px;
	vertical-align: middle;
}

.cmt1 {
	padding-left: 20px;
	font-family: none;
}

#menu2 a{
	border-bottom: 1px dotted #f56568;
}

#menu2 a:hover{
	border-bottom: 1px dotted #333;
}

.pricezihi img{
	width: 300px;
}
/* アクセスページ(PC)
---------------------------------------------------------------------------------------------------- */

.access-wrapper dl{
	width: 430px;
	float: left;
	margin-top: 0;
}

.access-no{
	float: right;
	width: 450px;
	padding-left: 60px;
}

.access-wrapper{
	height: 950px;
}

.icons {
	width: 100%;
	float: right;
	margin-bottom: 30px;
}
.icons li{
	float: left;
	margin-left:40px;
}

.access-text h3{
	font-size: 16px;
}

.access-text{
	font-size: 14px;
	font-family: none;
}

.hoken-hiyou{
	font-family: none;
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	width: 98%;
	margin: 0 auto;
}

.hoken-hiyou th{
	text-align: center;
	background: #ffabac;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
}

.hoken-hiyou td{
	text-align: center;
	color: #993300;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
}

.hiyou-bikou{
	padding-left: 1%;
}

.hoken-hiyou2{
	font-family: none;
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	width: 98%;
	margin: 0 auto;
}

.hoken-hiyou2 th{
	text-align: center;
	background: #ffddde;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
}

.hoken-hiyou2 td{
	text-align: center;
	color: #993300;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
}


span.en{
	font-size: 70%;
}

.icons img{
	width: 100px;
}

.access-no img{
	width:330px;
}

.access-map iframe{
	height:600px;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
/* お客様の声ページ(PC)
---------------------------------------------------------------------------------------------------- */

.koe-wrapl{
	width: 430px;
	margin-bottom: 30px;
	background: #FCFDF0;
	float: left;
}

.koe-wrapr{
	width: 430px;
	margin-bottom: 30px;
	background: #FCFDF0;
	float: right;
}
.koe-wrapl2{
	width: 430px;
	margin-bottom: 30px;
	background: #FCFDF0;
	float: left;
}

.koe-wrapr2{
	width: 430px;
	margin-bottom: 30px;
	background: #FCFDF0;
	float: right;
}

.koeimg img{
	width: 434px;
	margin: 0 auto;
}

.koeimg{
	border: 3px solid #99B73E;
	height: 361px;
}

.koe{
	width: 440px;
	padding:0px 10px;
	margin: 0 auto;
	font-size: 16px;
	color: #72543d;
}

.koe-name{
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	width: 400px;
}

.koe-wrapper{
	font-family: none;
}
/* あいのて整体コースの詳細(PC)
---------------------------------------------------------------------------------------------------- */
.konnanayami{
	background: #F8F5EF;
	height: 300px;
	margin-bottom: 40px;
}

.konnanayami ul{

}

.konnanayami li{
	background: #fff;
	width: 160px;
	text-align: center;
	border-radius: 3px;
	margin: 5px;
	border: 1px dotted #0062B0;
	float: left;
}
/*03/13追加*/
.page-id-541 .konnanayami{
	height: auto;
}

.page-id-541 .konnanayami ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 20px;
}

.page-id-541 .konnanayami li{
	margin: 5px 0;
	float: unset;
}
/*03/13追加*/
.konnanayami em{
	color: #0062B0;
	font-size: 15px;
}

.konnanayami h2{
	color: #0062B0;
	font-size: 19px;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 20px;
}

.tohamidashi{
	color: #0062B0;
	font-size: 19px;
	font-weight: bold;
}

.seitaitoha{
	height: 270px;
}

.tohaimg{
	float: left;
}

.tohatext{
	margin-left: 20px;
	float:right;
width: 550px;
	font-size: 16px;
	color: #72543d;
}

.hikakuhyou{
	width: 100%;
	font-family: none;
}

.hikakuhyou th{
	background: #eee;
	text-align: center;
	padding: 5px 0 5px;
}

.hikakuhyou td{
	text-align: center;
	padding: 15px 0 15px;
}
.hikakuhyou table{
	border: 2px solid #f56568;
	border-radius: 10px;
	width: 90%;
margin: 0 auto 30px;
}

.hikakuhyou tbody{
	border-radius: 10px;
}
.pink{
	font-size: 18px;
	color: #f56568;
	font-weight: bold;
}

.nagare{
	width: 100%;
	height: 720px;
	margin-bottom: 30px;
}


/*
footer
---------------------------------------------------------------------------------------------------- */
.mt20{
 margin-top:20px;
}
.gmap{
 width:50%;
 padding:60px 0 50px;
}
.footer-info{
 width:40%;
 text-align:center;
}
.footer-info h2{
 color:#747575;
 font-size:35px;
 margin-bottom:0;
 font-weight:bold;
}
span.block{
 display:block;
}
span.en{
 font-size:15px;
 color:#747575;
 font-weight:bold;
 padding-left:10px;
}
.footer-info p{
 font-weight:400;
 margin-bottom:0px;
 font-size:17px;
 color:#FF5E64;
 font-weight:bold;
 font-size:20px;
}
p.address{
  font-size:16px;
}
p.address a{
  font-size:13px;
  color:#333;
  text-decoration:underline;
}
a.footer-tel{
  font-size:35px;
  font-weight:bold;
  color:#FF5E64;
}
.footer_contact-button{
  margin:5px 0;
  width:100%;
}
.footer_contact-button a{
  color:#FF5E64;
  border:2px solid #FF5E64;
  display:block;
  width:100%;
  border-radius:5px;
  padding:5px 0px;
  font-weight:bold;
}
.footer_contact-button a:hover{
  opacity:0.8;
}
.bikou{
 margin-top:10px;
}
.time{
 width:40%;
}
.time table{
  background:#FF5E64;
  border-radius:3px;
  padding:10px 15px 7px;
  color:#fff;
}
.time p{
  font-size:13px;
  font-weight:normal;
  padding:10px 0;
  margin:0;
}
.footer-chara{
  width:20%;
  text-align:center;
}
.footer-chara img{
  width:70%;
}
table{
 margin-bottom:0;
}
tbody{
 border-bottom:0;
}
th,td{
 text-align:center;
 font-size:15px;
 font-weight:bold;
}
th{
 padding-bottom:5px;
}
td{
 border-top:1px solid #fff;
}
th.table-title{
 width:35%;
}
.bikou p{
 margin:0 0 0 0;
 font-size:12px;
 font-weight:400;
}
p.tel-button{
 border-bottom:8px solid #ece15b;
 display:inline;
 margin:10px 0;
}
p.tel-button a{
 font-size:40px;
 color:#747575;
 font-weight:bold;
}
p.tel-button a:hover{
 color:#747575;
 opacity:0.8;
}
p.tel-button img{
 width:30px;
 position:relative;
 right:8px;
}
.contact-button{
 margin-top:30px;
 text-align:center;
}
.contact-button a{
 background:#f29600;
 padding:10px 35px;
 font-size:26px;
 color:#fff;
 box-shadow:1.1px 1.1px 3.5px #c6c5c5;
 border-radius:5px;
 font-weight:400;
}
.contact-button a:hover{
 color:#fff;
 opacity:0.8;
}
.contact-button2{
 margin:50px 0;
 text-align:center;
}
.contact-button2 a{
 background:#f29600;
 padding:10px 30px;
 font-size:25px;
 color:#fff;
 box-shadow:1.1px 1.1px 3.5px #c6c5c5;
 border-radius:5px;
 font-weight:400;
}
.contact-button2 a:hover{
 color:#fff;
 opacity:0.8;
}
.footer-navi{
 background:#747575;
 color:#fff;
 text-align:center;
 padding:30px 0 10px;
}
.footer-navi p{
 font-size:27px;
 font-weight:bold;
}
ul.footer-navi-menu{
 display:flex;
 justify-content:center;
 margin-bottom:15px;
}
ul.footer-navi-menu li{
 border-right:1px solid #fff;
 padding:0 15px;
}
ul.footer-navi-menu li:last-child{
 border-right:none;
}
ul.footer-navi-menu li a{
 font-size:14px;
 font-weight:400;
 color:#fff;
}
small{
 font-size:14px;
 color:#FF5E64;
 display:block;
 font-weight:bold;
 text-align:center;
 padding:0px 0 5px;
}
.p-bottom10{
  padding-bottom:10px;
}
.pc-none{
  display:none;
}
.top-button{
  text-align:center;
  margin:50px 0;
}
.top-button a{
  background:#40AAEF;
  padding:20px 30px;
  border-radius:5px;
  color:#fff;
  font-weight:bold;
}
.midashi{
  background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: rgb(245, 101, 104);
padding-top: 10px;
padding-bottom:10px;
font-size: 18px;
color: white;
font-weight: bold;
letter-spacing: 0.2em;
line-height: 1.4em;
margin-bottom: 30px;
text-align: center;
}
.zihi-wrap1{
  display:flex;
}
.zihi-wrap1 dl{
  width:50%;
  text-align:center;
}
.zihi-wrap1 dl dt p{
  margin:0;
}
.ttr{
  font-size:20px;
  font-weight:bold;
}
.menu-wrapper th,
.menu-wrapper td,
.menu-wrapper td dl,
.menu-wrapper td dd{
  text-align:left;
  margin-left:0;
}
.menu-wrapper th,
.menu-wrapper td{
  width:33%;
}
.menu-wrapper td{
  padding-left:20px;
}
.menu-wrapper td,
.menu-wrapper th{
  border:1px solid rgb(153,183,62);
}
.ttrlink2{
  display:flex;
  justify-content:space-around;
  border:none;
}
.ttrlink2 a{
  color: #333;
font-size: 14px;
line-height: 1.6;
display: block;
}
.ttrlink2 a:hover{
  text-decoration:underline;
}
.entry-content ul > li{
  list-style-type:none;
}
#menu1 table{
  border:1px solid rgb(153,183,62);
}
.tbprice{
  background:rgb(246,246,241);
}
div.youtuu1{
  height:650px;
}
.flt-l{
  float:left;
  width:40%;
}
.box-ttr{
  text-align: center;
  color: #72543d;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 30px 10px;
  border: 1px solid #99B73E;
  margin-bottom: 10px;
  height: 300px;
}
div.maternity1{
  height:830px;
}
h3.nayami-midashi{
  font-weight: bold;
font-size: 18px;
text-align: center;
color: #72543d;
}
.box-ttr h3{
  color: #94B343;
}
.entry-content ol, .entry-content ul{
  margin-bottom: 30px;
    margin-left: 0px;
}
.maternity1 .box-text{
      height: 480px;
}
.maternity1 .box-ttr{
  height:220px;
}
.box-text{
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 30px 30px;
  border: 1px solid #99B73E;
  height: 215px;
}
.box-ttr h3{
  color:#94B343;
}
.box-ttr li{
  background: url(https://www.handsworker-ainote.com/wp-content/uploads/2017/01/checkicon.png)no-repeat 0 0;
  background-size: 15px 15px;
  padding: 0 6px 6px 25px;
  margin: 0 0 3px 15px;
  color: #72543d;
  font-size: 14px;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  text-align: left;
  line-height: 1.6;
}
.box-text em{
  color: #99B73E;
font-weight: bold;
font-size: 16px;
}
.box-text p{
  margin-bottom:10px;
}
.box-text li{
  font-size:14px;
}
.syoujou1 h3{
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #99B73E;
}
h3.nayami-midashi{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #72543d;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/*03/13追加*/
@media screen and (max-width: 768px) {
  .page-id-541 .konnanayami{
  	height: auto;
  }
  .page-id-541 .konnanayami h2{
    margin-right:20px;
  }
  .page-id-541 .konnanayami ul{
    display: block;
    padding:0 20px;
  }
  .page-id-541 .konnanayami li{
  	width: 100%;
    margin: 10px 0;
  }
  .page-id-541 .seitaitoha{
    height:auto;
  }
  .page-id-541 .tohaimg{
    float:unset;
  }
  .page-id-541 .tohatext{
    width:100%;
    float:unset;
    margin:0 0 10px;
  }
}
/*03/13追加*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-moz-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min-device-pixel-ratio: 1.5) {

}
@media only screen and (max-width: 1367px) {
 span.drop-menu {
	 cursor: pointer;
	 line-height:41px;
 }

 ul#drop-menu-li {
	 display: none;
	 height:0;
	 background:#fff;
 }
 .nav-primary a,
 ul.genesis-nav-menu li a,
 span.midori{
	 font-size:20px;
 }
 .text-left{
	 font-size:20px;
 }
 ul#menu {
	 position: relative;
 }
 ul.footer-navi-menu li{
	 padding:0 10px;
 }
 .genesis-nav-menu a{
	 padding:0 15px;
 }
 .genesis-nav-menu,
 .menu-item{
	 line-height:41px;
 }
 .genesis-nav-menu a{
	 padding:0 15px;
 }
 .text-left{
	 text-align:left;
	 padding:0 20px;
	 display:flex;
	 font-size:20px;
 }
 .text-left i{
	 line-height:41px;
 }
 span.drop-menu {
	 cursor: pointer;
	 line-height:41px;
 }

 ul#drop-menu-li {
	 display: none;
	 height:0;
	 background:#fff;
 }
 ul#drop-menu-li li{
	 display:block;
	 background: #fff;
		 border: 1px solid #eae5dd;
		 position:relative;
		 z-index:999;
 }
 ul#drop-menu-li li a{
	 border:none;
 }

}
@media only screen and (max-width: 1139px) {
 html,
 body{
	 overflow-x:hidden!important;
 }
 ul#drop-menu-li li{
	 position:relative;
	 z-index:999;
 }
 .recruit-box{
	 padding:30px;
 }
 .wrap {
	 max-width: 100%;
 }

 .contents{
	 width:100%;
 }
 .gallery{
	 padding:50px 30px;
 }
 .gallery1{
	 padding:30px 0;
 }
 .footer-widgets-1 {
	 margin-right: 30px;
 }
 .site-header .widget-area{
	 margin-right:30px;
 }
 .text-left{
	 font-size:20px;
 }
 p.font-middle{
	 font-size:40px;
 }
 p.font-big{
	 font-size:25px;
 }
 .service-text{
	 height:210px;
 }
 .footer-info{
   width:40%;
 }
 p.tel-button a{
	 font-size:30px;
 }
 ul.footer-navi-menu li{
	 padding:0 10px;
 }
 .menu-img{
	 height:400px;
 }
 .menu-box p{
	 top:230px;
	 left:30px;
 }
 .hipo-box{
	 padding:30px;
 }
 .hipo-text p,
 .clean-text p{
	 margin-bottom:14px;
 }
 .detox-text-box2{
	 margin:50px 30px;
 }
 .clean-text{
	 padding:10px 0 0 30px;
 }
 .course-box{
	 margin:0 30px;
 }
 ul.detox-merit{
	 margin:50px 30px;
 }
 .patch-text{
	 padding:10px 30px 10px 30px;
 }
 .patch-text p{
	 margin-bottom:20px;
 }
 ul#menu {
	 position: relative;
 }
 .genesis-nav-menu{
		 justify-content: center;
 }
 .contents{
	 width:100%;
 }
 .nav-primary a,
 ul.genesis-nav-menu li a,
 span.midori{
	 font-size:20px;
 }
 .genesis-nav-menu,
 .menu-item{
	 line-height:41px;
 }
 .genesis-nav-menu a{
	 padding:0 15px;
 }
 .text-left{
	 text-align:left;
	 padding:0 20px;
	 display:flex;
	 font-size:20px;
 }
 .text-left i{
	 line-height:41px;
 }
 span.drop-menu {
	 cursor: pointer;
	 line-height:41px;
 }

 ul#drop-menu-li {
	 display: none;
	 height:0;
	 background:#fff;
 }
 .top-box h2.underline{
	 font-size:30px;
 }
 ul#drop-menu-li li{
	 display:block;
	 background: #fff;
		 border: 1px solid #eae5dd;
 }
 ul#drop-menu-li li a{
	 border:none;
 }
 .course-box{
	 margin-bottom:30px;
 }
 .staff-cover-img{
	 height:400px;
 }
 .staff-about-text{
	 font-size:14px;
 }
 th, td{
	 font-size:13px;
 }
 .article{
		 margin: 0 30px 20px;
 }
 .full-width-content,
 .content,
 main{
	 width:100%!important;
 }
 .entry,
 .comment-respond{
	 margin:0 30px 30px;
 }
 footer div.contents{
	 padding:0 30px;
 }
 .footer-info h2{
	 font-size:30px;
 }
 ul.footer-navi-menu li a{
	 font-size:12px;
 }
 ul.footer-navi-menu li{
	 padding:0 7px;
 }
 .good-wrapper{
	 padding:50px 30px;
 }
 .service-wrapper{
	 padding:50px 30px;
 }
 .service-title{
	 font-size:28px;
 }
 .textbox{
	 font-size:14px;
 }
 .good-inner-right{
	 padding-left:30px;
 }
 .good-inner-left{
	 padding-right:30px;
 }
 .faqbox{
	 margin:0 30px;
 }
 .mental-about-text{
	 padding:70px 0 70px 30px;
 }
 .mental-about-text p{
	 font-size:15px;
 }
 .mental-about-img{
	 padding-left:30px;
 }
 p.tel-button{
	 margin-top:30px;
 }
 .bikou{
	 margin-bottom:20px;
 }
 .manipulative-about-box{
	 margin:30px;
 }
 ul.manipulative-nayami{
	 justify-content:center;
 }
 ul.detox-merit li{
	 width:35%;
 }
 .staff-info-box{
	 margin:0 30px;
 }

}

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

 .wrap {
	 max-width: 100%;
 }

 .home-top .wrap {
	 max-width: 100%;
 }

 .content,
 .content-sidebar-sidebar .content,
 .content-sidebar-sidebar .content-sidebar-wrap,
 .footer-widgets-1,
 .footer-widgets-2,
 .footer-widgets-3,
 .sidebar-content-sidebar .content,
 .sidebar-content-sidebar .content-sidebar-wrap,
 .sidebar-primary,
 .sidebar-secondary,
 .sidebar-sidebar-content .content,
 .sidebar-sidebar-content .content-sidebar-wrap,
 .site-header .widget-area,
 .title-area {
	 width: 100%;
 }

 .site-header .wrap {
	 padding: 20px 5%;
 }

 .genesis-nav-menu li,
 .site-header ul.genesis-nav-menu,
 .site-header .search-form {
	 float: none;
 }

 .genesis-nav-menu,
 .site-description,
 .site-header .search-form,
 .site-header .title-area,
 .site-header .widget-area,
 .site-title {
	 text-align: center;
 }

 .site-header .search-form {
	 margin: 16px auto;
 }

 .genesis-nav-menu li.right {
	 display: none;
 }

 .footer-widgets-1 {
	 margin-right: 0;
 }

 .featured-content .alignnone {
	 display: block;
	 text-align: center;
 }

 .home-top a.alignleft,
 .home-top a.alignright {
	 width: 100%;
 }

 .home-top .featured-content .entry-header {
	 clear: both;
	 padding: 40px 40px 0;
 }

 .home-top .featured-content .entry-content {
	 padding: 0 40px 40px;
 }
 p.font-middle{
	 font-size:40px;
 }
 p.font-big{
	 font-size:25px;
 }
 .service-text{
	 height:210px;
 }
 p.tel-button a{
	 font-size:30px;
 }
 ul.footer-navi-menu li{
	 padding:0 5px;
 }
 .header-widget-area{
	 display:none;
 }
 .menu-img{
	 height:400px;
 }
 .menu-box p{
	 top:230px;
	 left:30px;
 }
 .hipo-box{
	 padding:30px;
 }
 .hipo-text p,
 .clean-text p{
	 margin-bottom:14px;
 }
 .detox-text-box2{
	 margin:50px 30px;
 }
 .clean-text{
	 padding:10px 0 0 30px;
 }
 .course-box{
	 margin:0 30px 30px;
 }
 ul.detox-merit{
	 margin:50px 30px;
 }
 .patch-text{
	 padding:10px 30px 10px 30px;
 }
 .patch-text p{
	 margin-bottom:20px;
 }
 ul#menu {
	 position: relative;
 }
 .genesis-nav-menu{
		 justify-content: center;
 }
 ul.genesis-nav-menu li a{
	 font-size:15px;
 }
 .contents{
	 width:100%;
 }
 .nav-primary a,
 span.midori{
	 font-size:15px;
 }
 #menu-item-43 a{
	 border-left:2px dashed #747575;
 }
 .genesis-nav-menu,
 .menu-item{
	 line-height:41px;
 }
 .genesis-nav-menu a{
	 padding:0 15px;
 }
 .text-left{
	 text-align:left;
	 padding:0 20px;
	 display:flex;
	 font-size:15px;
 }
 .text-left i{
	 line-height:41px;
 }
 span.drop-menu {
	 cursor: pointer;
	 line-height:41px;
 }

 ul#drop-menu-li {
	 display: none;
	 height:0;
	 background:#fff;
 }
 .top-box h2.underline{
	 font-size:30px;
 }
 ul#drop-menu-li li{
	 display:block;
	 background: #fff;
		 border: 1px solid #eae5dd;
 }
 ul#drop-menu-li li a{
	 border:none;
 }
 span.tab-tate-block{
	 display:block;
 }

}

@media only screen and (max-width: 480px) {
 html,
 body{
	 overflow-x:hidden!important;
 }
 footer div.contents{
	 padding:0px;
 }
 .top-button a{
   padding:10px 10px;
   font-size:14px;
 }
  div.syou{
    text-align:center;
  }
 div.syou img{
   width:250px;
   padding:0px;
 }
 .news-box{
	 height:60px;
	 line-height:1.5;
	 font-size:14px;
	 border-bottom:1px solid #ddd;
	 text-align:center;
	 font-weight:400;
	 padding:10px 15px 0;
 }
 .gallery-title h2{
	 font-size:19px;
 }
 .photo p{
	 font-size:12px;
 }
 .gallery{
	 padding:30px 15px;
 }
 .gallery1{
	 padding:15px 0;
 }
 .news-box img{
	 display:none;
 }
 .news-box time{
	 padding-right:15px;
	 color:#8eb356;
 }

 .recruit-box{
	 padding:30px 15px;
 }
 .recruit-button a{
	 font-size:12px;
 }
 ul.manipulative-nayami li{
	 width:48%;
	 margin: 0 1%;
	 font-size:12px;
 }
 ul.manipulative-nayami{
	 padding:0;
 }
 .nayami-box{
	 padding:0 15px;
 }
 .nav-primary a{
	 font-size:16px;
 }
 .wrap {
	 padding-left: 5%;
	 padding-right: 5%;
 }

 .archive-pagination li a {
	 margin-bottom: 4px;
 }
 div.voice img{
	 margin-top:10px;
	 width:90px;
	 padding-right:0;
 }
 .five-sixths,
 .four-sixths,
 .one-fourth,
 .one-half,
 .one-sixth,
 .one-third,
 .three-fourths,
 .three-sixths,
 .two-fourths,
 .two-sixths,
 .two-thirds {
	 margin: 0;
	 width: 100%;
 }

 .home-top .more-link {
	 display: block;
 }

 .home-bottom .widget {
	 margin: 0 0 40px;
	 width: 100%;
 }

 .header-image .site-title a {
	 background-size: contain !important;
 }

 .genesis-nav-menu.responsive-menu,
 .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
	 display: none;
 }

 .genesis-nav-menu.responsive-menu .menu-item,
 .responsive-menu-icon {
	 display: block;
 }

 .genesis-nav-menu.responsive-menu .menu-item:hover {
	 position: static;
 }

 .genesis-nav-menu.responsive-menu li a,
 .genesis-nav-menu.responsive-menu li a:hover {
	 background: none;
	 border: none;
	 display: block;
	 line-height: 1;
	 font-size:15px;
	 padding: 10px 20px;
	 text-transform: none;
 }

 .genesis-nav-menu.responsive-menu .menu-item-has-children {
	 cursor: pointer;
 }

 .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	 margin-right: 60px;
 }

 .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	 content: "\f347";
	 float: right;
	 font: normal 16px/1 'dashicons';
	 height: 16px;
	 padding: 15px 20px;
	 right: 0;
	 text-align: right;
	 z-index: 9999;
 }

 .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	 content: "\f343";
 }

 .genesis-nav-menu.responsive-menu .sub-menu {
	 background-color: rgba(0, 0, 0, 0.05);
	 border: none;
	 left: auto;
	 opacity: 1;
	 position: relative;
	 -moz-transition:    opacity .4s ease-in-out;
	 -ms-transition:     opacity .4s ease-in-out;
	 -o-transition:      opacity .4s ease-in-out;
	 -webkit-transition: opacity .4s ease-in-out;
	 transition:         opacity .4s ease-in-out;
	 width: 100%;
	 z-index: 99;
 }

 .genesis-nav-menu.responsive-menu .sub-menu li a,
 .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	 padding: 12px 20px;
	 position: relative;
	 text-transform: none;
	 width: 100%;
 }

 .nav-primary .genesis-nav-menu.responsive-menu {
	 padding-bottom: 16px;
 }

 .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
	 background-color: rgba(0, 0, 0, 0.07);
 }

 .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
 .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
	 background-color: transparent;
	 margin: 0;
	 padding-left: 25px;
 }
 #pageTop {
	 position: fixed;
	 bottom: 70px;
	 right: 20px;
 }

 #pageTop a {
	 display: block;
	 z-index: 999;
	 padding: 8px 0 0 8px;
	 border-radius: 30px;
	 width: 40px;
	 height: 40px;
	 background-color: #f7931e;
	 color: #fff;
	 opacity:0.8;
	 font-weight: bold;
	 text-decoration: none;
	 text-align: center;
 }

 #pageTop a:hover {
	 text-decoration: none;
	 opacity: 0.7;
 }
 i.fa.fa-chevron-up{
	 position:relative;
	 top:3px;
	 right:3.5px;
 }
 .contents{
	 width:100%;
 }
 .wrap,
 .box-chiryou{
	 width:100%;
 }
 .box-chiryou{
   float:none;
 }
 .box-ttr,
 .box-chiryou,
 div.youtuu1,
 div.youtuu2,
 div.youtuu3,
 div.youtuu4,
 div.youtuu5,
 .youtuu3 .box-chiryou,
 .youtuu1 .box-chiryou,
 .youtuu2 .box-chiryou,
 .youtuu2 .box-ttr,
 .youtuu3 .box-ttr,
 .youtuu4 .box-ttr,
 .youtuu5 .box-ttr,
 .youtuu1 .box-text,
 .youtuu2 .box-text,
 .youtuu3 .box-text,
 .youtuu4 .box-text,
 .youtuu5 .box-text,
 .youtuu1 .box-chiryou,
 .youtuu3 .box-chiryou,
 .youtuu4 .box-chiryou,
 .youtuu5 .box-chiryou,
 .kubikata5 .box-ttr,
 .kubikata4 .box-ttr,
 .kubikata3 .box-ttr,
 .kubikata2 .box-ttr,
 .kubikata1 .box-ttr,
 div.kubikata5,
 div.kubikata4,
 div.kubikata3,
 div.kubikata2,
 div.kubikata1,
 .kubikata5 .box-text,
 .kubikata4 .box-text,
 .kubikata3 .box-text,
 .kubikata2 .box-text,
 .kubikata1 .box-text,
 .kubikata5 .box-chiryou,
 .kubikata4 .box-chiryou,
 .kubikata3 .box-chiryou,
 .kubikata2 .box-chiryou,
 .kubikata1 .box-chiryou,
 .maternity1 .box-ttr,
 .maternity2 .box-ttr,
 .maternity3 .box-ttr,
 .maternity4 .box-ttr,
 .maternity5 .box-ttr,
 .maternity1 .box-text,
 .maternity2 .box-text,
 .maternity3 .box-text,
 .maternity4 .box-text,
 .maternity5 .box-text,
 .maternity1 .box-chiryou,
 .maternity2 .box-chiryou,
 .maternity3 .box-chiryou,
 .maternity4 .box-chiryou,
 .maternity5 .box-chiryou,
 div.maternity1,
 div.maternity2,
 div.maternity3,
 div.maternity4,
 div.maternity5,
 .sports1 .box-ttr,
 .sports2 .box-ttr,
 .sports3 .box-ttr,
 .sports4 .box-ttr,
 .sports5 .box-ttr,
 div.sports1,
 div.sports2,
 div.sports3,
 div.sports4,
 div.sports5,
 .sports1 .box-chiryou,
 .sports2 .box-chiryou,
 .sports3 .box-chiryou,
 .sports4 .box-chiryou,
 .sports5 .box-chiryou,
 .sports1 .box-text,
 .sports2 .box-text,
 .sports3 .box-text,
 .sports4 .box-text,
 .sports5 .box-text,
 .fatigue1 .box-ttr,
 .fatigue2 .box-ttr,
 .fatigue3 .box-ttr,
 .fatigue4 .box-ttr,
 .fatigue5 .box-ttr,
  div.fatigue1,
  div.fatigue2,
  div.fatigue3,
  div.fatigue4,
  div.fatigue5,
  .fatigue1 .box-chiryou,
  .fatigue2 .box-chiryou,
  .fatigue3 .box-chiryou,
  .fatigue4 .box-chiryou,
  .fatigue5 .box-chiryou,
  .fatigue1 .box-text,
  .fatigue2 .box-text,
  .fatigue3 .box-text,
  .fatigue4 .box-text,
  .fatigue5 .box-text{
   height:auto;
 }
 h3{
   font-size:18px;
 }
 .syoujou1 h3,
 h3.nayami-midashi{
   font-size:16px;
   margin-top:30px;
 }
 .box-ttr h3{
 }
 .access-wrapper dl,
 .access-no{
   width:100%;
   float:none;
   padding-left:0;
 }
 .icons li{
  margin-left:20px;
  }
 .access-no img{
   width:100%;
 }
 .access-wrapper{
   height:auto;
 }
 .flex{
	 display:block;
 }
 .tel-btn{
	 margin-left:0;
 }
 .voice-box{
	 width:90%;
 }
 .message-box1{
	 padding:10px;
 }
 .contact-button3{
	 margin-top:30px;
 }
 .enterprise-pro-green .site-title a{
	 font-size:25px;
 }
 .message-box2{
	 padding:0 30px 30px!important;
 }
 .genesis-nav-menu.responsive-menu li a{
	 padding:13px 20px!important;
	 font-size:15px;
	 line-height:1;
 }
 span.midori{
	 font-size:15px;
 }
 .top-box h2.underline{
	 font-size:24px;
	 line-height:2;
 }
 span.sp-block{
	 display:block;
 }
 .top-box{
	 padding:20px 0 0;
 }
 br.sp-only{
   display:block;
 }
 p.font-middle{
	 font-size:19px;
	 margin:20px 0 0 0;
 }
 p.font-big{
	 font-size:25px;
 }
 .top-img{
	 height:auto;
 }
 h2.title{
	 font-size:19px;
	 letter-spacing:0.1em;
 }
 .line-button, .mail-button{
   width:100%;
   margin-bottom:15px;
 }
 .line-button a.button2, .mail-button a.button2,.button-wrap a,.contact-button4 a{
   width:80%;
   font-size:16px;
   line-height:55px;
   height:55px;
 }
 img{
   width:100%;
 }
 .koe-wrapl2,
 .koe-wrapr2,
 .koe,
 .koe-wrapl,
 .koe-wrapr{
   width:100%;
 }
 .koe{
   font-size:15px;
 }
 .koeimg,
 .koe-wrapr2{
   height:100%;
   line-height:1;
 }
 .address a{
   display:block;
 }
 .ttr a{
   font-size:14px;
 }
 .header-image .site-title > a{
   min-height:60px;
 }
 .menu-wrapper th, .menu-wrapper td,
 .pricezihi img,
 .pricezihi p,
 .pricezihi div{
   width:100%;
   display:block;
 }
 .flt-l{
   float:none;
   width:100%;
 }
 .flt-r{
   float:none;
   width:100%:
 }
 .box-text{
   height:auto;
 }
 #menu1,
 #menu3{
   padding:15px 0;
   padding-top:150px;
 }
 .sp-flex{
   display:flex;
   width:83%;
 }
 .good-wrap{
   width:100%;
   margin:0px auto 20px;
 }
 .contents,
 footer div.contents{
   width:100%;
   padding-right:15px;
   padding-left:15px;
 }
 .good_img,
 .good_text{
   width:100%;
 }
 .good_text{
   padding:30px 15px;
 }
 .time{
   width:100%;
 }
 .footer-chara{
   width:50%;
   margin:0 auto;
 }
 .w50{
   width:100%;
   margin-bottom:30px;
 }
 .banner-wrap{
   width:100%;
 }
 .goodwrap_wrapper{
   margin-top:25px;
 }
 .m-top50{
   margin-top:20px;
 }
 span.title-under-en{
	 font-size:15px;
	 letter-spacing:0.05em;
 }
 section.about-wrapper,
 .service-wrapper,
 #voice-wrapper,
 .column-wrapper,
 #faq-wrapper{
	 padding:30px 0;
 }
 .good-wrapper{
	 padding:30px 0 10px;
 }

 .message-box1 p{
	 font-size:15px;
	 display:inline;
 }
 p,.message-box2 p{
	 font-size:15px;
	 letter-spacing:0.05em;
	 line-height:1.5;
	 margin:0 0 0 ;
 }
 .message-box2{
	 padding:0 15px!important;
	 margin-bottom:20px;
 }
 .good-box{
	 background:none;
	 box-shadow:none;
	 margin-top:5px;
 }
 .flex{
	 display:block;
 }
 .good-inner{
	 padding:15px;
 }
 .good-inner-left,
 .good-inner-right{
	 width:100%;
	 background:#fff;
	 border-radius:3px;
	 box-shadow:1.5px 1.5px 4px rgba(198,197,197,0.77);
	 border-right:none;
	 padding-right:0;
	 padding:15px;
	 margin-bottom:20px;
 }
 .imgbox img{
	 width:100%;
 }
 .good-inner-title{
	 font-size:19px;
	 margin-bottom:0;
	 padding:10px 0;
 }
 h2{
	 margin:0 0 3px;
 }
 .textbox{
	 padding:5px 0 0 15px;
 }
 span.br{
	 display:none;
 }
 .service-innerbox-left,
 .service-innerbox-right{
	 width:100%;
	 padding:10px 15px;
 }
 .service1box, .service2box{
	 margin-top:5px;
 }
 .unnderline{
	 font-size:19px;
 }
 .service-text{
	 margin:15px 0;
	 height:auto;
	 font-size:15px;
	 letter-spacing:0.05em;
	 line-height:1.5;
 }
 .service-wrap{
	 padding-bottom:20px;
 }
 .service-inner-button a{
	 font-size:13px;
	 padding:5px 10px;
 }
 .score-wrap{
	 width:100%;
	 padding: 0;
 }
 .score-title{
	 display:inline-block;
 }
 .star-rating{
	 display:inline-block;
	 margin-right:0;
 }
 .score-li{
	 margin:0;
 }
 .post-ar{
	 margin-top:0;
	 width:100%;
 }
 .post-ar h3{
	 padding-left:30px;
	 font-size:15px;
 }
 p.post-time{
	 padding-left:30px;
	 font-size:12px;
 }
 .koushin a{
	 font-size:19px;
 }
 .score-text{
	 padding:5px 0;
 }
 .score-text p{
	 font-size:12px;
 }
 .voice-box{
	 width:100%;
	 padding:0 5px 10px;
 }
 .voice-contents{
	 margin:5px 5px 0 5px;
 }
 .staff-re-text{
	 width:100%;
 }
 .staff-re-img{
	 display:none;
 }
 .staff-re-box{
	 padding:5px;
 }
 .swiper-slide{
	 padding:15px;
 }
 .score-wrap{
	 border:none;
 }
 .faqbox li.question,
 .faqbox li.answer{
	 padding:10px 15px;
 }
 .gmap{
	 width:100%;
	 padding:0px 0 15px;
 }
 .footer-info{
	 width:100%;
	 padding:15px;
 }
 .footer-info h2{
	 font-size:19px;
 }
 span.en{
	 padding-left:5px;
	 font-size:12px;
 }
 .footer-info p{
	 padding-left:5px;
	 font-size:15px;
 }
 .bikou p {
	 font-size:12px;
 }
 p.tel-button{
	 text-align:center;
 }
 p.tel-button a{
	 font-size:25px;
 }
 .contact-button a{
	 font-size:15px;
 }
 .footer-navi p{
	 font-size:19px;
	 margin-bottom:15px;
 }
 ul.footer-navi-menu li a{
	 font-size:15px;
	 display:block;
	 padding:10px 30px;
 }
 ul.footer-navi-menu{
	 display:block;
 }
 ul.footer-navi-menu li{
	 border-bottom:1px dotted #fff;
	 text-align:left;
	 padding:0;
 }
 .contact-button a{
	 display:block;
	 font-size:19px;
 }
 p.tel-button{
	 width:85%;
	 margin:20px auto 0;
	 text-align:center;
	 display:block;
 }
 .tel-btn a{
	 font-size:25px;
 }
 .contact-button3 a{
	 font-size:19px;
 }
 .faqbox{
	 margin:15px;
 }
 .faqbox li.question p, .faqbox li.answer p{
	 width:82%;
 }
 .totalscore{
	 margin:15px auto 0;
 }
 .totalscore h4{
	 margin-bottom:0;
 }
 ul.detox-merit{
	 margin:0;
 }
 .menu-img{
	 height:200px;
 }
 .menu-wrapper{
	 padding:30px 0;
 }
 .menu-text-box{
	 padding:20px 15px;
 }
 .menu-text-box p{
	 font-size:14px;
 }
 .detox-img{
	 margin-top:15px;
 }
 .menu-box p{
	 font-size:30px;
	 top:160px;
	 left:5px;
 }
 .detox-text-box2{
	 margin:30px 0;
	 padding:0 15px;
 }
 .detox-text-box2 p{
	 font-size:15px;
	 text-align:left;
 }
 .hipo-box{
	 padding:30px 15px;
 }
 .hipo-img{
	 width:100%;
	 padding-right:0;
 }
 .hipo-text{
	 width:100%;
	 padding:0;
 }
 .hipo-text p{
	 font-size:15px;
 }
 .clean-box{
	 margin:0;
	 padding:30px 15px;
 }
 .clean-text,
 .clean-img{
	 width:100%;
	 padding:0;
 }
 .clean-img{
	 margin-bottom:15px;
 }
 .clean-text p{
	 font-size:15px;
 }
 .course-box{
	 margin:0 15px;
	 padding:15px;
	 border-radius:5px;
 }
 .course-box h3{
	 font-size:19px;
 }
 ul.detox-merit li{
	 font-size:12px;
	 width:80%;
	 padding:10px 0;
 }
 ul.detox-merit{
	 margin:15px 0;
 }
 .detox-text1{
	 margin-bottom:15px;
 }
 .detox-text1 p, .detox-text3 p,
 .course-box p{
	 font-size:15px;
	 text-align:left;
 }
 .detox-text1{
	 margin-bottom:15px;
 }
 .contact-button2{
	 margin:15px 0;
 }
 .contact-button2 a{
	 font-size:15px;
 }
 i.fa.fa-chevron-up{
	 top:-5px;
 }
 .aroma-text-box{
	 padding:0 15px;
 }
 .aroma-text-box p,
 .patch-text p,
 .mental-about-text p,
 .manipulative-matome{
	 font-size:15px;
	 text-align:left;
 }
 .aroma-about-box,
 .mental-course-text{
	 margin:15px 0;
 }
 .patch-img{
	 width:100%;
 }
 .patch-text{
	 width:100%;
	 padding:0 15px;
 }
 .patch-text p,
 .aroma-course-text p{
	 margin-bottom:15px;
 }
 .aroma-course-box{
	 margin:15px 0 10px;
 }
 .aroma-course-text,
 .mental-course-img{
	 width:100%;
	 padding:0;
 }
 .aroma-course-text p,
 .posture-text p,
 .manipulative-matome p{
	 font-size:15px;
 }
 .aroma-course-img,
 .mental-about-img,
 .medicine-img,
 .medicine-text{
	 width:100%;
	 padding:0;
 }
 .aroma-course-img img{
	 margin-bottom:15px;
 }
 .aroma-staff-img p{
	 margin-top:0;
 }
 .menu-text-box{
	 padding:10px 15px;
 }
 .mental-about-box{
	 margin:15px 0;
 }
 .mental-about-text{
	 width:100%;
	 padding:15px;
 }
 .course-box{
	 margin-bottom:30px;
 }
 .nayami-box{
	 margin:5px 0 15px;
 }
 ul.manipulative-nayami{
	 padding:0;
 }
 ul.manipulative-nayami li,
 ul.manipulative-nayami li p{
	 font-size:12px;
	 margin-bottom:5px;
 }
 .manipulative-about-box{
	 margin:15px 0;
	 padding-bottom:15px;
 }
 .pink{
   font-size:15px;
 }
 .posture-img{
	 width:50%;
	 margin:0 auto;
	 padding:0;
 }
 .posture-text{
	 width:100%;
	 padding:0px 15px 20px;
 }
 .manipulative-matome{
	 padding:30px 15px;
 }
 .kokkaku{
	 width:100%;
	 padding:0;
	 margin-top:15px;
 }
 .manipulative-course-text h4{
	 font-size:19px;
 }
 .kinniku{
	 width:100%;
	 padding:0;
 }
 .manipulative-course-box{
	 margin-bottom:30px;
 }
 .staff-cover-img{
	 height:200px;
 }
 .staff-wrapper{
	 padding:30px 0;
 }
 .staff-about-box{
	 margin:15px 0;
 }
 .staff-top-img{
	 width:100%;
 }
 .staff-about-text{
	 width:100%;
	 padding:0 15px;
	 font-size:15px;
 }
 .staff-info-box{
	 margin:15px;
	 padding:15px;
 }
 .staff-info-wrap{
	 padding:15px 0;
 }
 p.yellow-back{
	 font-size:19px;
 }
 .staff-info-text{
	 margin:10px 0 30px;
	 padding-left:0;
 }
 .staff-info-text p{
	 font-size:15px;
 }
 .staff-info-title p{
	 font-size:19px;
 }
 .setback, .success{
	 width:100%;
	 margin:15px 0 15px;
	 padding:0;
	 border:none;
 }
 .setback-box ul li,
 .success-box ul li{
	 margin-bottom:10px;
 }
 .genesis-nav-menu{
	 padding:0px 0;
 }
 .tel-btn img{
	 height:25px;
 }
 .header-widget-area{
	 display:none;
 }
 .full-width-content,
 .content{
	 width:100%!important;
 }
 .entry-title{
	 font-size:19px;
 }
 .content-sidebar-wrap{
	 padding:15px;
 }
 .entry{
	 padding:15px;
 }
 .entry-header{
	 margin:-15px -15px 10px;
	 padding:15px;
 }
 .entry-header h1{
	 color:#747575;
 }
 .contact-table th,
 .contact-table td{
	 width:100%;
	 display:block;
 }
 .contact-table th{
	 margin-top:30px;
 }
 .contact-table input{
	 padding:8px;
 }
 .mw_wp_form .error{
	 color:red!important;
 }
 .column{
	 background:#fbfcef;
	 padding:30px 0;
 }
 .column-title{
	 padding:0px 0 15px;
 }
 .column-title2{
	 padding:0;
 }
 .article{
	 background:#fff;
	 box-shadow:1.5px 1.5px 4px rgba(198,197,197,0.77);
	 margin-bottom:15px;
	 padding:15px;
	 margin:15px;
 }
 .article img{
	 width:100%;
	 height:100%;
 }
 .blog-info{
	 padding:0px;
 }
 .blog-info h2 a{
	 font-size:19px;
	 color:#747575;
 }
 .blog-info h2 a:hover{
	 color:#4d9144;
 }
 .date,
 .category{
	 font-size:12px;
 }
 .date{
	 position:static;
 }
 .comment-respond{
	 padding:15px;
 }
 .comment-respond h3{
	 margin: -15px -15px 15px;
		 padding: 15px;
 }
 .form-submit{
	 margin-top:20px;
 }
 .site-header .wrap{
	 padding:5px;
 }
 .column2{
	 background:#fbfcef;
	 padding:30px 15px;
 }
 .score-box{
	 text-align:center;
 }
 .swiper-button-next{
	 right:5px!important;
 }
 .swiper-button-prev{
	 left:5px!important;
 }
 .swiper-button-next,
 .swiper-button-prev{
	 background-size:20px 30px!important;
	 width:20px!important;
	 height:30px!important;
 }
 p.font-middle{
	 text-shadow:2px 2px 1px rgba(215,215,216,0.75);
 }
 .pc-none{
	 display:flex;
	 background:rgba(0,0,0,0.8);
	 padding:10px;
	 position:fixed;
		 z-index: 99999;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:60px;
	 justify-content:space-between;
 }
 .yoyaku,.line-yoyaku{
	 height:40px;
	 line-height:40px;
	 text-align:center;
	 width:48%;
   margin-right:2%;
	 border-radius:5px;
	 font-weight:400;
	 display:flex;
 }
 .yoyaku{
   background:#F56568;
 }
  .line-yoyaku{
    background:#00C837;
  }

 .yoyaku a,.line-yoyaku a{
	 font-size:14px;
	 color:#fff;
	 display:inline-block;
	 width:100%;
 }
 .yoyaku i,.line-yoyaku i{
	 font-size:25px;
	 line-height:40px;
	 color:#fff;
	 display:inline-block;
 }
 .telbutton{
	 width:15%;
	 background:#fff;
	 border-radius:5px;
	 text-align:center;
	 margin-left:2%;
 }
 .telbutton i{
	 line-height:40px;
	 font-size:20px;
	 color:#545454!important;
 }
 footer{
	 padding-bottom:60px;
 }
 table.tokui{
	 margin-top:20px;
 }
 .text-left{
	 font-size:15px;
 }
 ul#drop-menu-li{
	 height:auto;
 }
 ul#drop-menu-li li{
	 display:block;
	 background: none;
		 border: none;
 }
 #menu-item-43 a{
	 border-left:none;
 }
 h3.recruit-title{
	 font-size:19px;
	 color:#8aad55;
	 font-weight:bold;
	 text-align:left;
	 padding-left:0px;
 }
 .recruit-box{
	 padding:30px 15px;
 }
 .recruit-box th{
	 font-weight:bold;
	 background:#f5f5f5;
	 padding:5px 5px;
	 font-size:12px;
	 width:42%;
 }
 .recruit-box td{
	 text-align:left;
	 background:#fafafa;
	 padding:10px 20px;
	 font-weight:normal;
	 font-size:12px;
 }
 .entry,
 .comment-respond{
	 margin:0;
 }
 .kakaku p{
	 font-size:40px;
	 font-weight:bold;
	 background: linear-gradient(transparent 60%, #ffff66 60%);
	 display:inline-block;
	 margin-bottom:10px;
 }
 span.tanni{
	 font-size:20px;
 }

}
