/*!
Theme Name: kinarito
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kinarito
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kinarito is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/







footer{

	font-size: 0.9rem;
}

footer .footer_widget-first p{width:80%;}

footer .footer_widgets ul li {
  line-height: 180%;
}


footer .top_footer .footer_widgets {
   border-top: 1px solid #eee;
    padding: 30px 0;}

footer .top_footer .footer_widgets .title {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
}


footer .top_footer .footer_widgets2 {
	line-height: 50px;
	text-align: center;
	margin-bottom: -25px;
	position: relative;
	z-index: 2;
        font-size:80%;
}


footer .copyright {
	text-align: center;
  padding-bottom: 30px;
	text-align: center;
	
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
}

footer .copyright a {color: #777;}

@import url(css/common.css);
@import url(css/nav.css);



@font-face{
  font-family: "Sawarabi Mincho",Lato, "Noto Sans JP",  "メイリオ", sans-serif;
  src:url('FontFileName.woff') format('woff'), /* Modern Browsers */
  url('FontFileName.TTF')  format('truetype'); /* Safari, Android, iOS */
}
 
button{
  background-color: #fff;
  color: #777;
}


body {
	
	font-family: "Sawarabi Mincho",Lato, "Noto Sans JP",  "メイリオ", sans-serif;
	position: relative;
	color: #777;
	font-size: 1rem;
}



th {
    font-weight: normal;
    font-size: 0.85rem;
    text-align: -internal-center;
}

.h5, h5 {
    font-size: 0.85rem;
}

a.__button {
      display: block;
      margin: 20px auto 0;
      width: 150px;
      /* height: 32px; */
      border: 1px solid #333;
      border-radius: 30px;
      line-height: 33px;
      /* font-size: 20px; */
      padding: 5px 10px;
      font-size: 15px;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
  }

a { color: #777;}
.contentRow {padding: 50px 0;}

@media (min-width: 1024px) {
.container {
	width: 1024px;
}



.nav-item i {
    padding-right: 5px;
}
}

.title_row {
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;

}

h2.title_row{
	font-size:1.5rem;
	line-height: 1;
}
.title_row h5 {
	font-weight: 500;
	font-size:1rem;
	line-height: 24px;
	margin: 0;
	color: #777;
}
.title_row h5 span {
	text-decoration: underline;
}

.page_services .title_row {
	text-align: center;
	margin: 0 auto 60px;
	max-width: 780px;
}
.page_services .title_row h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 10px;
}

.page_services .title_row h5 {
	font-weight: 500;
	font-size: 1rem;
	line-height: 26px;
	margin: 0;
}
.page_services .title_row h5 span {
	text-decoration: underline;
}


/*Section Fix*/
section.row, header.row, footer.row {
	margin: 0;
	position: relative;
}
.contentRow {
	padding: 10px 0 50px;
}
/*Ancore*/
a, .btn, button {
	outline: none;
	transition: all 300ms ease-in-out 0s;
}
a:focus, .btn:focus, button:focus, a:hover, .btn:hover, button:hover {
	outline: none;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}



 	h1, .h1 {
      font-size: 1.6rem;
      padding-top: 5px;
      margin: 15px auto;
      text-align: center;
  }

  h2, .h2 {
		font-size: 1.4rem;
		line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  h3 {
      font-size: 1.3rem;
      line-height: 1.3;
      margin: 40px 0px 25px;
	}
	
  h3 span {
      position: relative;
      padding-bottom: 5px;
      display: inline-block;
	}
	
  h3 span::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      bottom: -1px;
      left: 0;
	}

	h3.title {
      font-size: 1.2rem;
      margin: 10px 0px 10px;
	}

	.side-bar h3{margin-top:0;}
	

  h4 {
      font-size: 1.7rem;
      line-height: 1.5;
      margin: 20px 0px 25px;
	}


/*Floating*/
.fleft {
	float: left;
}

/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
  img.visual{
      width: 100%;
      height: 280px;
      object-fit: cover; /* 縺薙�荳陦後ｒ霑ｽ蜉�縺吶ｋ縺�縺托ｼ� */
      margin:10px auto;
      border-radius: 5px;
  }

.p , p{
 	font-size: 0.85rem;
 	line-height: 180%;
 	letter-spacing: 0.1em;
}


  
  .p ul{
      margin-top:30px;
      padding-left: 0;
      background-color: #f2f2f3;
      padding: 20px 30px;
      border-radius: 25px;
  }

  .p ul li{
    list-style: none;
    position: relative;
    padding-left: 1.3em;
    margin: 0;
  }
  
  .p ul{
      margin-top:30px;
      padding-left: 0;
      background-color: #f2f2f3;
      padding: 20px 30px;
      border-radius: 25px;
  }

  .p ul li{
    list-style: none;
    position: relative;
    padding-left: 1.3em;
    margin: 0;
  }


  .p ul li::before {
      font-family: FontAwesome;
      content: "\f10c";
      font-size: 0.9em;
      position: absolute;
      left: 0;
  }










.bg2 {
    
    border-top: 1px solid #eee;
}

a {

    text-align: justify;
    text-justify: inter-ideograph;
}





/*----------------------------------------------------------------*/
.feature_col .media-left {
	padding: 0;
}
.feature_col .media-left a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #333;
	text-align: center;
	box-shadow: 4px 4px 0 #f4f6f7;
	display: block;
	transition: all 300ms ease-in-out 0s;
}
.feature_col .media-body {
	padding-left: 20px;
}
.feature_col .media-body h5 {
	margin-top: 0;
	text-transform: uppercase;
	color: #232323;
	margin-bottom: 15px;
}
.feature_col .media-body h5:after {
	background: #cdd4d8;
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 10px;
}
.feature_col .media-body p {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #444;
            line-height: 27px;
}
.feature_col .media-body a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #444;
}
.feature_col:hover .media-left a {
	border: 2px solid #333;
	line-height: 53px;
}





  img.visual{
      width: 100%;
      height: 280px;
      object-fit: cover; /* 縺薙�荳陦後ｒ霑ｽ蜉�縺吶ｋ縺�縺托ｼ� */
      margin:10px auto;
      border-radius: 5px;
  }

/** ------------------------------------------- works ------------------------------------------- **/


.item-list .text{font-size:0.9rem;}
.item-list .text .description {}
.item-list .text .blog-description{margin-top:10px;}

/** ------------------------------------------- about ------------------------------------------- **/








.service_box > .row {
	margin: 0;
}
.service_box .service_box_inner {
	margin: 0;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.service_box .preview_box {
	height: 100%;
	
	margin: 0;
}
.service_box .preview_box img {
	/*margin-top: 75px;
	margin-bottom: 25px;*/
	width: 100%;
}
.service_box .preview_box h6 {
	margin: 0;
	line-height: 1;
	font-weight: 400;
	color: #232323;
	text-transform: uppercase;
	font-weight: bold;
}
.service_box .hover_box {
	background: url('../../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
	position: absolute;
	bottom: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 15px;
	margin: 0;
	overflow: hidden;
	transition: all 300ms ease-in-out 0s;
        text-align: left;
}
.service_box .hover_box .inner {
	/*position: relative;*/
	height: 100%;
}
.service_box .hover_box .inner h6 {
	font-size: 13px;
	font-weight: 400;
	color: #232323;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: absolute;
	top: -200px;
	left: 0;
	margin: 0;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.1s;
}
.service_box .hover_box .inner h6:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	height: 3px;
	width: 30px;
	background: #333;
	line-height: 1;
}
.service_box .hover_box .inner .about {
	
	font-size: 11px;
	line-height: 20px;
	color: #777777;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 35px;
	left: 150%;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.2s;
}
.service_box .hover_box .inner .read_more {
	text-transform: uppercase;
	position: absolute;
	bottom: -150px;
	left: -50px;
	right: -50px;
	background: rgba(0, 0, 0, 0.04);
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	color: #232323;
	transition: all 300ms ease-in-out 0s;
	transition-delay: 0.3s;
}
.service_box:hover .hover_box {
	left: 0;
}
.service_box:hover .hover_box h6 {
	top: 0px;
        font-size:15px;
        text-align: center;
}

.service_box:hover .hover_box h7 {
	top: 0px;
        font-size:13px;
        
}

.service_box:hover .hover_box .about {
	left: 0;

}
.service_box:hover .hover_box .read_more {
	bottom: -50px;
}



th {
	white-space: nowrap;
}


#about td{
	padding: 5px 0px 5px 30px;
	line-height: 170%;
	font-size: 0.9rem;
}

.side-bar {padding:0 10px;}
.side-bar img{width:100%;}







/*@media screen and (max-width: 768px){
  #mainvisual .waku{
  max-width:712px; padding: 0; margin:0 auto;
  }
}*/

.concept .text h3{margin:0;}
.concept{
    width:100%;height: 500px;background-image: url(http://www.stylelabo.co.jp/wp-content/uploads/kamiochiai-01.jpg);
    background-size: contain;position: relative;
}
.concept .text {
    position: relative;
    z-index: 11;
    width: 100%;
    line-height: 1.5;
    height:100%;   background: rgba(0,0,0,0.4);
    display:table;
    text-align: center;
}
.concept .text .area {
    display: table-cell;
    vertical-align: middle;
    width: 1024px;
    margin: 0 auto;
}
.concept .text .area h3{font-size:50px; color: #fff;
                        font-family: 'Quicksand',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
rt{font-size:12px;}


#mainvisual {
  background-color: #eaecef;
}

#mainvisual .jumbotron {
    padding: 0; 
}

#mainvisual .layer1{
  /*background-image: url('/images/home/mainvisual_bg.png');*/
  background-repeat:no-repeat;
  background-position: center ;
  background-size:cover;  
  /*padding: 40px;*/
  margin-bottom: 0;
}



#page-home .item-list .col-4 , #page-home .item-list .col-6{
  padding: 3px;
}

h2{
	font-size: 1.6rem;
}

footer a {
	text-decoration: none;
	color: #777;
	
}

a:visited{
  color: #777;
}