@charset "YKクリーン芳賀";
/*!
Theme Name: YKクリーン芳賀
Description: YKクリーン芳賀 | 仙台市 ハウスクリーニング
Theme URI: https://www.yk-clean.com/
Version: 1.0
License: YKクリーン芳賀
License URI: https://www.yk-clean.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, guidelines, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, picture, menu, nav, section, main {
    display: block;
}

ul, ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*note PC*/
@media screen and (max-width: 1590px) {
}
/*win PC*/
@media screen and (min-width: 1600px) {
}
/*mac PC*/
@media screen and (min-width: 2140px) {
}
/* スマホ */
@media screen and (max-width: 767px) {
}
/****************************************

body設定(主に書式)

*****************************************/
body {
/*	font-family: 'Noto Serif JP', sans-serif;*/
/*	font-family: "Montserrat", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;*/
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
/*	font-family:'メイリオ', 'Meiryo', "Noto Sans JP", 'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;*/
	color: #333;
    background: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-width: 764px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
#wrapper02 {
    width: 100%;
    min-width: 764px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    #wrapper {
        width: 100%;
/*		border-top: 2px solid #64b9c5;*/
    }
    #wrapper02 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
    #wrapper02 {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}
/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
    font-size: 1.5em;
}

h1 {
    color: #303030;
    font-size: 1.0em;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    color: #303030;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

h3 {
    font-size: 1.6em;
    font-weight: bold;
	color: #303030;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

h4 {
    font-size: 0.9em;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
	color: #303030;
}

h5 {
    font-size: 1.3em;
/*    float: left;*/
    margin-top: 20px;
    font-weight: bold;
    color: #888;
}
li p {
    font-size: 100%;
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
    font-weight: normal;
    color: #303030;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover, a:active {
    font-weight: normal;
	color: #4acba2;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover img.img_opacity {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
    #sp_navi, #toggle {
        display: none;
    }
    header {
        width: 100%;
        margin: 0 auto;
    }
    .pc_header_box {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        z-index: 999;
    }
    .logo{
		text-align: center;
		margin: 20px auto;
    }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    img {
        width: 100%;
        height: auto;
    }
    header {
        display: block;
        position: relative;
        width: 100%;
    }
    .pc_header_box_extra {
        width: 100%;
        height: 75px;
/*        position: fixed;*/
/*
        background-color: #fff;
        z-index: 999;
*/
    }
    .pc_header_box {
        width: 100%;
        height: 75px;
        padding-top: 30p;
        position: fixed;
        background-color: #fff;
        z-index: 999;
/*        border-top: solid 3px #00573f;*/
    }
	.logo{
		width: 16%;
		position: relative;
		top: 10px;
		left: 5%;
		z-index: 999;
	}
    .pc_header_box .pc_header_info,
    .pc_header_box .header_link {
        display: none;
    }
    #toggle {
        position: fixed;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 25px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 4px;
		background: #333;
        border-radius: 4px;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #toggle span:nth-child(1) {
        top: 0;
    }
    #toggle span:nth-child(2) {
        top: 11px;
    }
    #toggle span:nth-child(3) {
        top: 22px;
    }
    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }
    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }
    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }
    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(255,255,255,1);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
		font-family: 'Noto Serif JP', sans-serif;
    }
    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
/*
        -webkit-filter: blur(3px);
        filter: blur(3px);
*/
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }
    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #ddd 1px solid;
        cursor: pointer;
        color: #303030;
        margin: 0 auto;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
        font-size: 1.6rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sp_navi .menu .menu-item-home {
        border-top: #ddd 1px solid;
    }
    #sp_navi .menu-item a, #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }
    #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
        color: #303030;
        text-decoration: none;
    }
    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }
    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #ddd 1px solid;
    }
    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #303030;
        background-color: rgba(238,238,238,1);
    }
    #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
        color: #303030;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
		color: #4acba2;
		background-color: rgba(74,203,162,0.1);
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
		border-top: solid 3px #4acba2;
		border-right: solid 3px #4acba2;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}
#g_navi {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}
#g_navi .menu {
    *zoom: 1;
	width: 1000px;
    list-style-type: none;
    margin: 0 auto;
}
#g_navi .menu:before {
    content: "";
    display: table;
}
#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}
#g_navi .menu li {
    position: relative;
    width: 200px;
    float: left;
    text-align: center;
    line-height: 0;
}
#g_navi .menu li a {
    display: block;
    margin: 0;
    color: #333;
    font-size: 1.5em;
    line-height: 1;
    text-decoration: none;
}
#g_navi .menu li a:after {
    position: absolute;
    bottom: -0px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
	background: #4acba2;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#g_navi .menu li a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}
#g_navi .menu li ul li a:after {
    content: none;
}
#g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#g_navi .menu li ul li {
    width: 100%;
}
#g_navi .menu li ul li a {
	width: 200px;
    padding: 13px 10px;
	border-top: 1px dotted #4acba2;
    font-size: 1.2rem;
    background: #fff;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
}
#g_navi .menu li ul li a:hover {
    background: #eee;
	color: #4acba2;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}
/*note PC*/
@media screen and (max-width: 1590px) {
	.tel_number {
		position: absolute;
		top: 60px;
		right: 5.7%;
	}
}
/*win PC*/
@media screen and (min-width: 1600px) {
	.tel_number {
		position: absolute;
		top: 190px;
		right: 5.7%;
	}
}
/*mac PC*/
@media screen and (min-width: 2140px) {
	.tel_number {
		position: absolute;
		top: 190px;
		right: 15.7%;
	}
}

.menu ul{
    overflow: hidden;
    width: 0;
    transition: .3s;
}
.menu li:hover ul{
    width: 100%;
}

/****************************************

ティーザー

*****************************************/
@media screen and (min-width: 768px) {
    #sp_teaser {
        display: none;
    }
    #slider {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 50px;
		z-index: -1;
    }
	#slider img{
		width: 100%;
		margin: 0 auto;
	}
    .header_box_lower{
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .flex-control-nav{
        bottom: 20px !important;
        z-index: 2;
    }
    #teaser {
        width: 100%;
        position: relative;
        margin: -100px auto 0;
		z-index: -99999;
    }
    #teaser p{
        font-family: "Century Gothic", sans-serif;
        text-align: center;
		padding-top: 55px;
        font-size: 3em;
        color: #fff;
    }
    #teaser img {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    #slider_box {
        width: 100%;
        position: relative;
    }
    #slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    #slider .metaslider {
        width: 100%;
    }
    #slider .metaslider img{
        width: 100%;
        z-index: 3;
/*        margin-left: -25%;*/
    }
    #slider .metaslider {
        width: 100%;
    }
	#teaser {
		width: 100%;
		min-height: 100px;
		position: relative;
		margin: 0 auto;
	}
	#teaser p{
		font-family: "Century Gothic", sans-serif;
		text-align: center;
		padding-top: 31px;
		font-size: 2.5em;
		color: #fff;
	}
	#teaser img {
		width: 100%;
		margin: 0 auto;
	}
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
    width: 100%;
    margin: 0 auto 100px;
}
@media screen and (min-width: 768px) {
	#page_contents {
		width: 100%;
		margin: 0 auto 100px;
	}
}
.breadcrumb {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin-top: -35px;
}
.breadcrumb_area {
	width: 1050px;
    height: auto;
    margin: 0 auto;
	position: relative;
}
.breadcrumb p {
    font-size: 1.4rem;
}
.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #333!important;
}
.breadcrumb a:hover, a:active {
    position: relative;
    display: inline-block;
    text-decoration: underline;
	color: #0CA6C1!important;;
}
.breadcrumb a:link, a:visited {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color: #333;
}

@media screen and (min-width: 768px) {
    .bottom_banner li img:nth-child(1){
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }
    .bottom_banner li:hover img:nth-child(1){
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb130 {
    margin-bottom: 130px;
}
.mb135 {
	margin-bottom: 135px;
}
.mb140 {
    margin-bottom: 140px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    main#top_main {
        width: 100%;
		padding: 0 20px 50px;
        margin: 0 auto;
    }
    main#page_main {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    #page_contents {
        width: 100%;
        padding-bottom: 80px;
        margin: 0 auto;
    }
	.breadcrumb {
		width: 100%;
		text-align: center;
		padding: 35px 0 0;
		color: #aaa;
	}
	.breadcrumb p {
		font-size: 1.1rem;
	}
    .breadcrumb_area {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 40px;
    }
    .bottom_box01,.bottom_box02{
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 10px;
    }
    .bottom_banner li{
        position: relative;
        float: left;
        overflow: hidden;
        display: block;
        float: left;
        width: 48%;
        height: auto;
        margin: 0 4% 4% 0;
    }
    .bottom_banner li:nth-child(2n+1){
        clear: both;
    }
    .bottom_banner li:nth-child(2N){
        margin-right: 0;
    }
}

/****************************************

contentトップ用

*****************************************/

@media print, screen and (min-width: 768px) {
	.top_bg01 {
		text-align: center;
		margin-bottom: 40px;
	}
    .top_box01 {
        width: 100%;
        margin: 0 auto;
		padding-bottom: 90px;
        position: relative;
    }
	.top_box01_inner {
		width: 1320px;
		text-align: center;
		margin: 0 auto;
	}
    .top_box02 {
        width: 100%;
		min-height: 580px;
        margin: 0 auto 70px;
		background: url(images/top_bg02.gif) no-repeat top center;
		background-size: cover;
		position: relative;
    }
    .top_box02_inner {
		width: 1000px;
		padding: 80px 0;
        margin: 0 auto;
    }
	.owner_text p{
		color: #fff;
	}
	.owner_bnr {
		margin-top: 60px;
		float: right;
	}
	.top_box03 {
		width: 100%;
		margin: 0 auto 140px;
		position: relative;
	}
	.top_box03_inner {
		width: 1000px;
		margin: 0 auto;
	}
    .top_box04 ul{
        justify-content: center;
        display: flex
    }
    .top_box04_inner li:first-child{
        margin-right:40px;
    }
    .top_title01 {
		line-height: 30px;
		font-size: 3em;
		color: #000;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
    }
	.top_title02 {
		line-height: 50px;
		height: 70px;
		font-size: 2.6em;
		color: #fff;
		font-weight: bold;
		padding-left: 60px;
		letter-spacing: 0.1em;
		background: url(images/top_title02.gif) no-repeat top left;
		margin-bottom: 40px;
	}
	.top_title02 span{
		color: #fff;
		font-size: 0.68em;
		float: right;
		padding-right: 70px;
		letter-spacing: 0.05em;
		vertical-align: middle;
	}
	.top_title03 {
		line-height: 30x;
		color: #303030;
		font-size: 3em;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 70px;
	}
    .top_title04{
        font-size:3.0rem;
        text-align: center;
        margin-bottom: 40px;
    }
	/*note PC*/
	@media screen and (max-width: 1590px) {
		.top_box03 h2.top_title03:after {
			margin-top: 50px;
			font-size: 0.4em;
			font-weight: 500;
			color: #53cea7;
			letter-spacing: 0.03em;
			content: 'NEWS';
			position: absolute;
			left: 48.7%;
		}
	}
	/*win PC*/
	@media screen and (min-width: 1600px) {
		.top_box03 h2.top_title03:after {
			margin-top: 50px;
			font-size: 0.4em;
			font-weight: 500;
			color: #53cea7;
			letter-spacing: 0.03em;
			content: 'NEWS';
			position: absolute;
			left: 49%;
		}
	}
	/*mac PC*/
	@media screen and (min-width: 2140px) {
		.top_box03 h2.top_title03:after {
			margin-top: 50px;
			font-size: 0.4em;
			font-weight: 500;
			color: #53cea7;
			letter-spacing: 0.03em;
			content: 'NEWS';
			position: absolute;
			left: 49.5%;
		}
	}
    .top_news_title {
		line-height: 95px;
		font-size: 5em;
		letter-spacing: 0.05em;
		text-align: left;
		font-weight: bold;
		margin-bottom: 20px;
    }
	.top_news_title span02{
		font-size: 0.38em;
		vertical-align: top;
		letter-spacing: 0.05em;
		text-align: left;
		font-weight: bold;
		padding-left: 30px;
	}
	
	.left01 {
		width: 480px;
		float: left;
	}
	.right01 {
		width: 460px;
		float: right;
	}
	.right01 p{
		font-size: 1.5em;
	}
	.left02 {
		width: 420px;
		float: left;
	}
	.right02 {
		width: 560px;
		float: right;
	}
	.right02 p span{
		color: #268868;
	}
	.left03 {
		width: 560px;
		float: left;
	}
	.right03 {
		width: 420px;
		float: right;
	}
	.left04 {
		width: 495px;
		float: left;
	}
	.left04 p span{
		color: #268868;
	}
	.right04 {
		width: 495px;
		float: right;
	}
	.right04 p span{
		color: #268868;
	}
	.flex {
		width: 1400px;
		display: flex;
		/*        justify-content: space-between;*/
		justify-content: space-around;
		margin: 0 auto;
	}
	.flex li{
		width: calc(94% / 2);
		max-height: 370px;
	}
	.flex img{
		width: 100%;
		height: auto;
	}
	
	/*note PC*/
	@media screen and (max-width: 1590px) {
		.flex02 {
			width: 100%;
			display: flex;
			/*        justify-content: space-between;*/
			justify-content: space-around;
			margin: 0 auto 50px;
		}
		.flex02 li{
			width: calc(100% / 5);
		}
		.flex02 li figure{
			height: auto;
			z-index: -3!important;
		}
		.top_product_title {
			width: 70%;
			color: #333;
			text-align: left;
			font-size: 0.9em;
			font-weight: bold;
			background-color: #fff;
			border-top: 4px solid #64b9c5;
			padding: 10px 20px 5px;
			margin: 0 auto;
			z-index: 5;
		}
	}
	/*win PC*/
	@media screen and (min-width: 1600px) {
		.flex02 {
			width: 100%;
			display: flex;
			/*        justify-content: space-between;*/
			justify-content: space-around;
			margin: 0 auto 50px;
		}
		.flex02 li{
			width: calc(96% / 5);
			max-height: 320px;
		}
		.flex02 li figure{
			width: 100%;
			height: auto;
			z-index: -3!important;
		}
		.top_product_title {
			width: 70%;
			color: #333;
			text-align: left;
			font-size: 1em;
			font-weight: bold;
			background-color: #fff;
			border-top: 4px solid #64b9c5;
			padding: 10px 20px 5px;
			margin: 0 auto;
			z-index: 5;
		}
	}
	/*mac PC*/
	@media screen and (min-width: 2140px) {
		.flex02 {
			width: 100%;
			display: flex;
			/*        justify-content: space-between;*/
			justify-content: space-around;
			margin: 0 auto 50px;
		}
		.flex02 li{
			width: calc(96% / 5);
			max-height: 320px;
		}
		.flex02 li figure{
			width: 100%;
			height: auto;
			z-index: -3!important;
		}
		.top_product_title {
			width: 70%;
			color: #333;
			text-align: left;
			font-size: 1em;
			font-weight: bold;
			background-color: #fff;
			border-top: 4px solid #64b9c5;
			padding: 10px 20px 5px;
			margin: 0 auto;
			z-index: 5;
		}
		.metaslider {
			width: 100%!important;
			margin: 0 auto!important;
			position: relative!important;
			z-index: 0!important;
		}
	}
	.three {
		width: 1000px;
		margin: 0 auto;
	}
	.three_list{
		width: 320px;
		float: left;
	}
	.three_list:nth-child(3n+1){
		clear: both;
		margin-right: 20px;
	}
	.three_list:nth-child(3n+2){
		margin-right: 20px;
	}
	
	.three02 {
		width: 625px;
		margin: 0 auto;
	}
	.three02_list{
		float: left;
		margin-bottom: 20px;
	}
	.three02_list:nth-child(3n+1){
		clear: both;
		width: 243px;
	}
	.three02_list:nth-child(3n+2){
		width: 135px;
		padding: 76px 40px 76px 37px;
	}
	.three02_list:nth-child(3n+3){
		width: 243px;
	}
	
	.five {
		width: 1020px;
		margin: 0 auto;
	}
	.five_list{
		float: left;
		margin-bottom: 20px;
	}
	.five_list:nth-child(5n+1){
		clear: both;
		width: 310px;
	}
	.five_list:nth-child(5n+2){
		width: 45px;
		padding: 90px 15px 95px 10px;
	}
	.five_list:nth-child(5n+3){
		width: 310px;
	}
	.five_list:nth-child(5n+4){
		width: 45px;
		padding: 90px 15px 95px 10px;
	}
	.five_list:nth-child(5n+5){
		width: 310px;
	}
	
	.seven {
		width: 1020px;
		margin: 0 auto;
	}
	.seven_list{
		float: left;
		margin-bottom: 30px;
	}
	.seven_list:nth-child(7n+1){
		clear: both;
		width: 173px;
	}
	.seven_list:nth-child(7n+2){
		width: 103px;
		padding: 80px 20px 75px 23px;
	}
	.seven_list:nth-child(7n+3){
		width: 173px;
	}
	.seven_list:nth-child(7n+4){
		width: 103px;
		padding: 80px 20px 75px 23px;
	}
	.seven_list:nth-child(7n+5){
		width: 173px;
	}
	.seven_list:nth-child(7n+6){
		width: 103px;
		padding: 80px 20px 75px 23px;
	}
	.seven_list:nth-child(7n+7){
		width: 173px;
	}

	.three03 {
		width: 1020px;
		margin: 0 auto;
	}
	.three03_list{
		width: 310px;
		float: left;
		margin-bottom: 20px;
	}
	.three03_list:nth-child(3n+1){
		clear: both;
		margin-right: 45px;
	}
	.three03_list:nth-child(3n+2){
		margin-right: 45px;
	}
	.three03_list figure{
		width: 310px;
		height: 210px;
		overflow: hidden;
	}

	.three03_list figure img{
		width: 310px;
		height: auto;
	}
	
	.top_product_title h4{
		color: #bbb;
	}
	.product_title {
		text-align: center;
		margin: 20px 0;
	}
	.product_title a{
		color: #268767;
	}
	.product_title a:hover{
		color: #333;
	}
	
	.two {
		width: 520px;
		margin: 0 auto;
	}
	.two_list {
		width: 240px;
		float: left;
	}
	.two_list:nth-child(2n+1){
		clear: both;
		margin-right: 40px;
	}
	.two02 {
		width: 1320px;
		margin: 0 auto;
	}
	.two02_list {
		width: 640px;
		float: left;
	}
	.two02_list:nth-child(2n+1){
		clear: both;
		margin-right: 40px;
	}
    
    /*note PC*/
    @media screen and (max-width: 1590px) {
        
    }
    /*win PC*/
    @media screen and (min-width: 1600px) {

    }
    /*mac PC*/
    @media screen and (min-width: 2140px) {
        
    }
}
/* トップスマホ */
@media screen and (max-width: 767px) {
	#contents_box{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 20px;
	}
	.tel_number {
		width: 59%;
		position: absolute;
		top: 30px;
		left: 25%;
	}
	.top_bg01 {
		margin: 40px 40px 30px;
		padding-left: 4%;
	}
	.top_box01 {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
		position: relative;
	}
	.top_box01_inner {
		width: 100%;
		margin: 0 auto;
	}
	.top_box02 {
		width: 100%;
		margin: 0 auto 30px;
		background: url(images/top_bg02.gif) no-repeat top center;
		background-size: cover;
		position: relative;
	}
	.top_box02_inner {
		width: 100%;
		padding: 20px 20px 105px;
		margin: 0 auto;
	}
	.owner_text p{
		color: #fff;
	}
	.owner_bnr {
		margin-top: 20px;
		float: right;
		width: 70%;
	}
	.top_box03 {
		width: 100%;
		min-height: 600px;
		margin: 0 auto 140px;
		position: relative;
	}
	.top_box03_under {
		width: 100%;
		min-height: 550px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	.top_box03_inner {
		width: 100%;
		margin: 0 auto;
	}
    .top_box04_inner li:first-child{
        margin: 0 0 20px;
    }
	.top_title01 {
		line-height: 40px;
		font-size: 2.6em;
		color: #000;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}
	.top_title02 {
		line-height: 55px;
		height: 70px;
		font-size: 1.85em;
		color: #fff;
		font-weight: bold;
		padding-left: 50px;
		letter-spacing: 0.1em;
		background: url(images/top_title02.gif) no-repeat top left;
		margin: 10px 0 20px;
	}
	.top_title02 span{
		color: #fff;
		font-size: 0.68em;
		float: right;
		letter-spacing: 0.05em;
		vertical-align: middle;
	}
	.top_title03 {
		line-height: 30x;
		color: #303030;
		font-size: 2.6em;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 45px;
	}
	.top_box03 h2.top_title03:after {
		margin-top: 45px;
		font-size: 0.6em;
		font-weight: 500;
		color: #53cea7;
		letter-spacing: 0.03em;
		content: 'NEWS';
		position: absolute;
		left: 42%;
	}
	.flex li{
		margin-bottom: 2em;
	}
	
	.three {
		width: 100%;
		margin: 0 auto;
	}
	.three_list{
		width: 100%;
		float: left;
	}
	.three_list:nth-child(3n+1){
		clear: both;
		margin-bottom: 20px;
	}
	.three_list:nth-child(3n+2){
		margin-bottom: 20px;
	}

	.three02 {
		width: 100%;
		margin: 0 auto;
	}
	.three02_list{
		margin-bottom: 20px;
	}
	.three02_list:nth-child(3n+1){
		width: 100%;
		margin-bottom: 20px;
	}
	.three02_list:nth-child(3n+2){
		position: relative;
		left: 40%;
		width: 16%;
	}
	.three02_list:nth-child(3n+3){
		width: 100%;
	}

	.five {
		width: 100%;
		margin: 0 auto;
	}
	.five_list{
		margin-bottom: 20px;
	}
	.five_list:nth-child(5n+1){
		width: 100%;
		margin-bottom: 20px;
	}
	.five_list:nth-child(5n+2){
		display: none;
	}
	.five_list:nth-child(5n+3){
		width: 100%;
		margin-bottom: 20px;
	}
	.five_list:nth-child(5n+4){
		display: none;
	}
	.five_list:nth-child(5n+5){
		width: 100%;
	}

	.seven {
		width: 100%;
		margin: 0 auto;
	}
	.seven_list{
		margin-bottom: 30px;
	}
	.seven_list:nth-child(7n+1){
		width: 100%;
		margin-bottom: 20px;
	}
	.seven_list:nth-child(7n+2){
		position: relative;
		left: 40%;
		width: 16%;
	}
	.seven_list:nth-child(7n+3){
		width: 100%;
		margin-bottom: 20px;
	}
	.seven_list:nth-child(7n+4){
		position: relative;
		left: 40%;
		width: 16%;
	}
	.seven_list:nth-child(7n+5){
		width: 100%;
		margin-bottom: 20px;
	}
	.seven_list:nth-child(7n+6){
		position: relative;
		left: 40%;
		width: 16%;
	}
	.seven_list:nth-child(7n+7){
		width: 100%;
		margin-bottom: 60px;
	}

	.three03 {
		width: 100%;
		margin: 0 auto;
	}
	.three03_list{
		width: 100%;
		margin-bottom: 20px;
	}
	.three03_list:nth-child(3n+1){
		clear: both;
		margin-bottom: 25px;
	}
	.three03_list:nth-child(3n+2){
		margin-bottom: 25px;
	}
	.three03_list figure{
		width: 100%;
		overflow: hidden;
	}

	.three03_list figure img{
		width: 100%;
		height: auto;
	}

	.top_product_title h4{
		color: #bbb;
	}
	.product_title {
		text-align: center;
		margin: 5px 0 20px;
	}
	.product_title a{
		color: #268767;
	}
	.product_title a:hover{
		color: #333;
	}

	.two {
		width: 100%;
		margin: 0 auto;
	}
	.two_list {
		width: 100%;
	}
	.two_list:nth-child(2n+1){
		clear: both;
		margin-bottom: 20px;
	}
	.two02 {
		width: 100%;
		margin: 0 auto;
	}
	.two02_list {
		width: 100%;
	}
	.two02_list:nth-child(2n+1){
		clear: both;
		margin-bottom: 20px;
	}
	
	
	.left01 {
		width: 100%;
	}
	.left01 img{
		width: 100%;
	}
	.right01 {
		width: 100%;
	}
	.left02 {
		width: 100%;
		margin-bottom: 20px;
	}
	.right02 {
		width: 100%;
		margin-bottom: 20px;
	}
	.right02 p span{
		font-size: 1em;
		color: #268868;
	}
	.left03 {
		width: 100%;
	}
	.right03 {
		width: 100%;
		margin-bottom: 20px;
	}
	.left04 {
		width: 100%;
	}
	.left04 p span{
		font-size: 1em;
		color: #268868;
	}
	.right04 {
		width: 100%;
		margin-top: 20px;
	}
	.right04 p span{
		font-size: 1em;
		color: #268868;
	}
	.left05 {
		width: 100%;
		margin-bottom: 20px;
	}
	.right05 {
		width: 100%;
	}
	.left06 {
		width: 100%;
	}
	.right06 {
		width: 100%;
		margin-bottom: 20px;
	}
}




/****************************************

news トップ用

*****************************************/
@media screen and (min-width: 768px) {
	#news_box {
		width: 100%;
	}
	.news_post {
		height: 210px;
		font-size: 1.07em;
		margin: 0 auto 70px;
		overflow-y: scroll;
		background: url(images/top_bg03.gif) no-repeat bottom right 30px;
	}
	.news_list {
		width: 800px;
		font-size: 1.5em;
		margin-bottom: 20px;
		border-bottom: 1px dotted #666;
	}
	.news_list .top_news {
		width: 130px;
		height: 26px;
		font-size: 1.08em;
		margin-right: 30px;
		color: #53cea7;
		float: left;
	}
	.news_list_text {
		float: left;
		width: 800px;
		padding: 12px 0 12px;
	}
	.news_list_title {
		width: 800px;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#news_box {
		width: 100%;
	}
	.news_post {
		font-size: 1.07em;
		margin: 0 auto;
		overflow-y: scroll;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.news_list {
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 20px;
		border-bottom: 1px dotted #666;
	}
	.top_news {
		width: 100%;
		margin-right: 20px;
		color: #53cea7;
		font-size: 1.2em;
		font-weight: bold;
		padding: 1px;
/*		float: left;*/
	}
	.news_list_text {
		float: left;
		width: 100%;
		padding: 12px 0 12px;
	}
	.news_list_text p{
		margin-top: 20px;
		font-size: 1.2em;
	}
	.news_list_title {
		width: 100%;
		text-align: left;
	}
	.news_list_title a{
		font-weight: bold;
		font-size: 1.1em;
	}
	.news_list_title a:hover{
		color: #fff;
	}
}

/****************************************

content下層用

*****************************************/

@media screen and (min-width: 768px) {
    #contents_box{
        width: 100%;
        height: auto;
		margin: 0 auto;
    }
    .pc_none{
        display: none;
    }
    .pc_none figure{
        display: none;
    }
	
	.scaling_img img{
		width: 100%;
		height: auto;
/*		box-shadow: 0 18px 0 -10px rgba(178,190,192,1);*/
	}
	.under_box01,.under_box02,.under_box03 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box01_inner,.under_box02_inner,.under_box03_inner {
		width: 1020px;
		margin: 0 auto;
		text-align: left;
	}
	.under_box01_contents {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.under_box01_contents02 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.under_text_box {
		font-size: 1.8em;
		color: #268767;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.under_title01 {
		line-height: 40px;
		height: 40px;
		font-size: 2.8em;
		letter-spacing: 0.075em;
		text-align: center;
		color: #303030;
		font-weight: 500;
		margin-bottom: 40px;
		background: url(images/under_title01.gif) no-repeat top center;
	}
	.under_title02 {
		line-height: 28px;
		height: 50px;
		font-size: 2.2em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #278969;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 25px;
		background: url(images/under_title02.gif) no-repeat top left;
	}
	.under_title03 {
		font-size: 1.8em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #303030;
		font-weight: bold;
		background-color: #eee;
		padding: 20px;
		margin-bottom: 20px;
	}
	.topics_post_title {
		line-height: 28px;
		height: 45px;
		font-size: 2em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #278969;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 25px;
		background: url(images/topics_post_title.gif) no-repeat top left;
	}
	.topics_post_title a{
		color: #268767;
	}
	.topics_post_title a:hover{
		color: #333;
	}

	/* エントリー */
	.site_policy {
		width: 100%;
		font-size: 0.94em;
		background-color: #eaeaea;
		text-align: center;
		color: #000;
		padding: 30px;
	}
	.site_policy h3 {
		font-size: 1.8em;
		font-weight: bold;
		color: #000;
		margin-bottom: 10px;
		width: 100%;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	.entry_tel {
		line-height: 30px;
		font-size: 2.6em;
		font-weight: bold;
		color: #188db8;
		margin: 25px 0 20px;
		text-align: center;
		padding-left: 35px;
		background: url(images/entry_tel.gif) no-repeat top left 38.5%;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	.entry_bnr {
		text-align: center;
	}
	.reult_post_title {
		line-height: 20px;
		font-size: 18px;
		text-align: center;
		font-weight: 500;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
    
    /* 共通 */
    .left120 {
        width: 120px;
        float: left;
    }
    .left280 {
        width: 280px;
        float: left;
    }
    .left300 {
        width: 300px;
        float: left;
    }
    .left350 {
        width: 350px;
        float: left;
    }
    .left380 {
        width: 380px;
        float: left;
    }
    .left400 {
        width: 400px;
        float: left;
    }
    .left420 {
        width: 420px;
        float: left;
    }
    .left440 {
        width: 440px;
        float: left;
    }
    .left450 {
        width: 450px;
        float: left;
    }
    .left480 {
        width: 480px;
        float: left;
    }
    .left530 {
        width: 530px;
        float: left;
    }
    .left580 {
        width: 580px;
        float: left;
    }
    .left590 {
        width: 590px;
        float: left;
    }
    .left620 {
        width: 620px;
        float: left;
    }
    .left630 {
        width: 630px;
        float: left;
    }
    .left660 {
        width: 660px;
        float: left;
    }
    .left670 {
        width: 660px;
        float: left;
    }
    .left680 {
        width: 680px;
        float: left;
    }
    .left690 {
        width: 690px;
        float: left;
    }
    .left700 {
        width: 700px;
        float: left;
    }
    .left720 {
        width: 720px;
        float: left;
    }
    .left730 {
        width: 730px;
        float: left;
    }
    .left750 {
        width: 750px;
        float: left;
    }
    .left810 {
        width: 810px;
        float: left;
    }
    .left1000 {
        width: 1000px;
        float: left;
    }
    .right260 {
        width: 260px;
        float: right;
    }
    .right320 {
        width: 320px;
        float: right;
    }
    .right340 {
        width: 340px;
        float: right;
    }
    .right350 {
        width: 350px;
        float: right;
    }
    .right380 {
        width: 380px;
        float: right;
    }
    .right390 {
        width: 390px;
        float: right;
    }
    .right400 {
        width: 400px;
        float: right;
    }
    .right420 {
        width: 420px;
        float: right;
    }
    .right440 {
        width: 440px;
        float: right;
    }
    .right450 {
        width: 450px;
        float: right;
    }
    .right460 {
        width: 460px;
        float: right;
    }
    .right470 {
        width: 470px;
        float: right;
    }
    .right480 {
        width: 480px;
        float: right;
    }
    .right490 {
        width: 490px;
        float: right;
    }
    .right500 {
        width: 500px;
        float: right;
    }
    .right550 {
        width: 550px;
        float: right;
    }
	.right560 {
		width: 550px;
		float: right;
	}
    .right580 {
        width: 580px;
        float: right;
    }
    .right590 {
        width: 590px;
        float: right;
    }
	.right600 {
		width: 600px;
		float: right;
	}
    .right630 {
        width: 630px;
        float: right;
    }
    .right670 {
        width: 670px;
        float: right;
    }
    .right680 {
        width: 680px;
        float: right;
    }
    .right700 {
        width: 700px;
        float: right;
    }
    .right730 {
        width: 730px;
        float: right;
    }
    .right760 {
        width: 760px;
        float: right;
    }
    .right770 {
        width: 770px;
        float: right;
    }
    .right780 {
        width: 780px;
        float: right;
    }
    .right790 {
        width: 790px;
        float: right;
    }
    .right810 {
        width: 810px;
        float: right;
    }
    .right830 {
        width: 830px;
        float: right;
    }
    .right900 {
        width: 900px;
        float: right;
    }
    .two_column_list01{
        float: left;
        width: 530px;
    }

    .top_arrow {
        width: 40px;
        margin: 0 auto 40px;
    }
    .logo_area{
        width: 60%;
        overflow: hidden;
        border: 1px solid #CCCCCC;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

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

    .detail_bnr{
        text-align: right;
        margin-top: 20px;
    }
}

/*下層スマホ*/
@media screen and (max-width: 767px) {
    #left_box{
        width: 100%;
        height: auto;
    }
    .kasou_contents{
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }
    .right_box{
        display: none;
    }
    .sp_small_img{
        width: 40%;
        height: auto;
    }
    .sp_none{
        display: none;
    }
    .sp_none figure{
        display: none;
    }
	.scaling_img img{
		width: 100%;
		height: auto;
/*		box-shadow: 0 18px 0 -10px rgba(178,190,192,1);*/
	}
	.under_box01,.under_box02,.under_box03 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box01_inner,.under_box02_inner,.under_box03_inner {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.under_box01_contents {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.under_box01_contents02 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.under_text_box {
		font-size: 1.8em;
		color: #268767;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.under_title01 {
		line-height: 40px;
		height: 40px;
		font-size: 2.8em;
		letter-spacing: 0.075em;
		text-align: center;
		color: #303030;
		font-weight: bold;
		margin-bottom: 45px;
		background: url(images/under_title01.gif) no-repeat top center;
	}
	.under_title02 {
		line-height: 28px;
		height: 50px;
		font-size: 2.2em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #278969;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 25px;
		background: url(images/under_title02.gif) no-repeat top left;
	}
	.under_title02_sp {
		line-height: 28px;
		height: 50px;
		font-size: 2.2em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #278969;
		font-weight: bold;
		margin-bottom: 20px;
		padding-left: 25px;
		background: url(images/under_title02.gif) no-repeat top left;
	}
	.under_title03 {
		font-size: 1.8em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #303030;
		font-weight: bold;
		background-color: #eee;
		padding: 20px;
		margin-bottom: 20px;
	}
	.topics_post_title {
		line-height: 28px;
		height: 45px;
		font-size: 1.6em;
		letter-spacing: 0.075em;
		text-align: left;
		color: #278969;
		font-weight: bold;
		margin: 15px 0;
		padding-left: 25px;
		background: url(images/topics_post_title.gif) no-repeat top left;
	}
	.topics_post_title a{
		color: #268767;
	}
	.topics_post_title a:hover{
		color: #333;
	}
	
	/* エントリー */
	.site_policy {
		width: 100%;
		font-size: 0.94em;
		background-color: #eaeaea;
		text-align: left;
		color: #000;
		padding: 30px;
	}
	.site_policy h3 {
		font-size: 1.8em;
		font-weight: bold;
		color: #000;
		text-align: center;
		margin-bottom: 20px;
		width: 100%;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	.entry_bnr {
		text-align: center;
	}
	.reult_post_title {
		line-height: 20px;
		font-size: 18px;
		text-align: center;
		font-weight: 500;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	.sp_form {
		margin-bottom: -310px;
	}
	.detail_bnr{
		width: 70%;
		float: right;
		margin: 25px 0 45px;
	}

	.three {
		width: 100%;
		margin: 0 auto;
	}
	.three_list{
		width: 100%;
		margin-bottom: 2.5em;
	}
	.three_list figure{
		width: 100%;
		margin-top: -10px;
	}
	.reult_post_title {
		line-height: 20px;
		font-size: 18px;
		text-align: center;
		font-weight: 500;
		font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	
    #post_content {
        width: 100%;
        margin-bottom: -110px;
    }
    #post_content figure{
        width: 100%;
    }
    #post_content p{
        font-size: 1.6em;
    }
    .single_text img{
        height: auto;
        margin: 10px 0;
    }
    .single_text p{
        color: #000;
    }
    .single_text a{
        color: #000;
    }
}

/****************************************

single.php

*****************************************/
#single_box {
    width: 1340px;
    margin: 0 auto 90px;
}

.single_text {
    width: 100%;
}

.single_text img{
    margin: 10px 0;
}

.pager {
    clear: both;
    text-align: center;
    padding: 30px 0 0;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 8px 15px 10px 17px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 8px 15px 10px 17px;
    margin: 0 2px;
    font-size: 1.4rem;
	background: #4acba2;
	border: solid 1px #4acba2;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}
.nav-below a:hover{
	color: #64b9c5;;
}
.nav-below_single {
    margin: 30px 0 110px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
        padding: 0 10px;
    }
}
/****************************************

sidebar

*****************************************/
/****************************************

テーブル

*****************************************/
td p {
	font-size: 100%;
}
.overview_table01 {
	width: 100%;
	border-collapse: collapse;
}
.overview_table01 th{
	font-size: 1em;
	vertical-align: middle;
	color: #303030;
	width: 28%;
	border-collapse: collapse;
	padding: 13px;
	text-align: left;
	font-weight: lighter;
	padding: 15px 13px 13px 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}
.overview_table01 td{
	font-size: 1.0em;
	text-align: left;
	vertical-align: middle;
	padding: 17px 17px 17px 40px;
	word-break: break-all;
	background-color: #fff;
	border: 1px solid #ccc;
}
.overview_table01_head,.overview_table01_head02,.overview_table01_head03 {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid #0ba6c1;
}
.overview_table01_head {
	width: 30%;
	text-align: center !important;
	background-color: #EDE7D1 !important;
}
.overview_table01_head02 {
	width: auto;
	text-align: center !important;
	background-color: #EDE7D1 !important;
}
.overview_table01_other {
	width: auto;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.about_table01 {
	width: 100%;
	border-collapse: collapse;
}
.about_table01 th{
	font-size: 1em;
	vertical-align: middle;
	color: #303030;
	width: 50%;
	border-collapse: collapse;
	padding: 13px;
	text-align: left;
	font-weight: lighter;
	padding: 15px 13px 13px 20px;
	background-color: #eee;
/*	border-bottom: 1px solid #ccc;*/
	border: 1px solid #ccc;
}
.about_table01 td{
	font-size: 1.0em;
	text-align: left;
	vertical-align: middle;
	padding: 17px 17px 17px 40px;
	word-break: break-all;
	background-color: #fff;
	border: 1px solid #ccc;
}
.about_table01_other {
	width: auto;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.about_bg{
	width: auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.overview_table01 {
		width: 100%;
		border-collapse: collapse;
	}
	.overview_table01 th{
		font-size: 1em;
		vertical-align: middle;
		color: #303030;
		width: 28%;
		border-collapse: collapse;
		padding: 13px;
		text-align: left;
		font-weight: lighter;
		padding: 17px;
		background-color: #eee;
		border: 1px solid #ccc;
	}
	.overview_table01 td{
		font-size: 1.0em;
		text-align: left;
		vertical-align: middle;
		padding: 17px;
		word-break: break-all;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	.overview_table01_head,.overview_table01_head02,.overview_table01_head03 {
		text-align: left;
		vertical-align: middle;
		padding: 10px;
		border-bottom: 1px solid #0ba6c1;
	}
	.overview_table01_head {
		width: 30%;
		text-align: center !important;
		background-color: #EDE7D1 !important;
	}
	.overview_table01_head02 {
		width: auto;
		text-align: center !important;
		background-color: #EDE7D1 !important;
	}
	.overview_table01_other {
		width: auto;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	
	.about_table01 {
		width: 100%;
		border-collapse: collapse;
	}
	.about_table01 th{
		font-size: 1em;
		vertical-align: middle;
		color: #303030;
		width: 50%;
		border-collapse: collapse;
		padding: 13px;
		text-align: left;
		font-weight: lighter;
		padding: 17px;
		background-color: #eee;
		/*	border-bottom: 1px solid #ccc;*/
		border: 1px solid #ccc;
	}
	.about_table01 td{
		font-size: 1.0em;
		text-align: left;
		vertical-align: middle;
		padding: 17px;
		word-break: break-all;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	.about_table01_other {
		width: auto;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	.about_bg{
		width: auto;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 20px;
	}
}
/****************************************

P

*****************************************/
/* 改行 */
p.line_break, span.line_break, li.line_break {
    padding-top: 25px;
}

/* 赤文字*/
.red_text {
    color: #d70000;
}
/* 青文字*/
.blue_text {
	color: #64b9c5;
}
/* ゴールド文字*/
.gold_text {
	color: #ccb885;
}
/* オレンジ文字*/
.orange_text {
    color: #ff9900;
}

/* 強調*/
.big_text {
    font-size: 2.0rem;
}
.big_bold {
    font-size: 2.0rem;
    font-weight: bold;
}
.bold_text {
    font-weight: bold;
}

/* 小文字*/
.small_text {
    font-size: 1.2rem;
}

/* 非表示*/
.hide_text,.about_us_box01_tit{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

/****************************************

タイトル

*****************************************/
@media screen and (min-width: 768px) {
    h1.headline {
        line-height: 40px;
		color: #53cea7;
        font-weight: bold;
        letter-spacing: 0.05em;
        font-size: 2.6em;
		border-left: 8px solid #53cea7;
/*		text-shadow: 1px 1px 2px #fff;*/
        margin: 50px 0;
        padding-left: 25px;
    }
    h1.headline02 {
		line-height: 40px;
		color: #53cea7;
		font-weight: bold;
		letter-spacing: 0.05em;
		font-size: 2.6em;
		border-left: 8px solid #53cea7;
/*		text-shadow: 1px 1px 2px #fff;*/
		margin: 50px 0 20px;
		padding-left: 25px;
    }
}
@media screen and (max-width: 767px) {
    h1.headline {
		color: #53cea7;
        padding: 20px 0 10px;
		font-weight: bold;
        letter-spacing: 0.15em;
        font-size: 2.6em;
		border-bottom: 1px dotted #53cea7;
        margin-bottom: 20px;
    }
    h1.headline02 {
		color: #53cea7;
        padding: 20px 0 10px;
		font-weight: bold;
        letter-spacing: 0.15em;
        font-size: 2.6em;
		border-bottom: 1px dotted #53cea7;
        margin-bottom: 20px;
    }
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
	#pc_footer {
		display: none;
	}

	#sp_footer {
		padding: 20px;
		font-size: 0.9em;
		text-align: center;
		color: #fff;
/*		position: relative;*/
		background: #4acba2;
		border-top: 1px dotted #333;
	}

	.sp_footer_list {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.sp_footer_list a{
		color: #fff;
	}
	.sp_footer_list a:hover{
		color: #303030;
	}

	.sp_pagetop {
		position: fixed;
		bottom: 0;
		right: 0;
	}

	.sp_copyright {
		width: 100%;
		display: block;
		text-align: center;
		background: #F0ECEC;
		font-size: 1.2rem;
		padding: 10px 0;
		margin-top: 10px;
	}
	.pc_footer_logo {
		padding-top: 10px;
		margin: 0 auto 20px;
	}
	.pc_footer_logo img{
		width: 30%;
	}
	.pc_footer_logo li{
		list-style: none;
	}
	.footer_upper {
		border-bottom: 1px dotted #fff;
		padding-bottom: 30px;
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_tel {
		width: 68%;
		line-height: 25px;
		font-size: 2.1em;
		font-weight: bold;
		color: #fff;
		text-align: center;
		letter-spacing: 0.15em;
		padding-left: 32px;
		margin: 10px auto 30px;
		background: url(images/footer_tel_title.gif) no-repeat top left;
	}
}

/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
	#sp_footer{
		display: none;
	}
	#pc_footer {
		width: 100%;
		height: 400px;
		margin: 0 auto;
		background-color: #4acba2;
	}
	.pc_footer_inner {
		width: 1000px;
		height: 400px;
		margin: 0 auto;
		text-align: left;
	}
	.pc_footer_logo {
		padding-top: 35px;
		margin: 0 auto 35px;
	}
	.pc_footer_logo li{
		list-style: none;
	}
	.footer_upper {
		border-bottom: 1px dotted #fff;
		padding-bottom: 35px;
		text-align: center;
	}
	.footer_tel {
		width: 350px;
		line-height: 22px;
		height: 30px;
		font-size: 3.0em;
		font-weight: bold;
		color: #fff;
		text-align: center;
		letter-spacing: 0.15em;
		padding-left: 37px;
		margin: 10px auto 30px;
		background: url(images/footer_tel_title.gif) no-repeat top left;
	}
	@media screen and (min-width: 2140px) {
		.footer_tel {
			width: 230px;
			line-height: 25px;
			font-size: 2.28em;
			font-weight: bold;
			text-align: center;
			letter-spacing: 0.15em;
			padding-left: 33px;
			margin: 10px auto 30px;
			background: url(images/footer_tel_title.gif) no-repeat top left;
		}
	}
	.footer_upper p {
		font-size: 1.7em;
		letter-spacing: 0.15em;
	}
	.footer_info {
		width: 100%;
	}
	.footer_text {
		font-size: 0.85em;
	}
	.footer_text p {
		color: #fff;
	}
	.footer_info_text {
		width: 100%;
		padding-top: 50px;
		font-size: 0.9em;
		position: relative;
		bottom :0;
		text-align: center;
		color: #fff;
	}
	.pagetop {
		position: fixed;
		right: 140px;
		bottom: 445px;
		display: none;
	}
	@media screen and (max-width: 1590px) {
		.pagetop {
			position: fixed;
			right: 80px;
			bottom: 440px;
			display: none;
		}
	}
/****************************************

Contact Form7

*****************************************/
	.wpcf7 {
		width: 100%;
	}

	.wpcf7-form textarea {
		width: 100%;
		/*本文*/
		max-width: 100%;
	}
	.wpcf7-form .wpcf7-submit {
		width: 50px !important;
		/*送信ボタン*/
	}

	.wpcf7 p {
		line-height: 2.0;
		/*項目間の隙間*/
		padding-top: 5px;
	}

	.wpcf7-form input {
		width: 50% !important;
		height: 35px;
		margin-bottom: 10px;
		/*ラジオボタン、チェックボタン*/
	}

	.contact_p_strong {
		border-top: 1px dotted #999;
		font-weight: bold;
		margin-top: 15px;
		padding-top: 15px !important;
	}

	.normal {
		font-weight: normal;
	}

	.wpcf7-submit {
		margin-top: 10px;
	}

	.wpcf7-response-output {
		font-size: 1.3em;
	}

	input.wpcf7c-conf, textarea.wpcf7c-conf {
		background: #eee !important;
		border: solid 1px #eee;
		color: #666;
	}
	span.wpcf7-list-item {
		display: inline-block;
		margin: 0;
		padding-right: 1.3em;
	}
	.wpcf7 input[type="checkbox"] {
		width: 15px !important;
		height: 40px !important;
	}
	.wpcf7 input[type="file"]{
		width: 360px !important;
		height: 20px !important;
		margin-top: 5px !important;
	}

	.wpcf7 input[type="submit"] {
		width: 200px !important;
		height: 60px !important;
		padding:15px;
		border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: none;
		box-shadow: 0 3px 0 #ddd;
		background: #fff;
		color: #000;
		border: solid 1px #ccc;
		letter-spacing: 0.08em;
		font-weight: 550;
		font-size: 1.13em;
		transition: 0.3s;
		margin-top: 20px;
	}
	.wpcf7 input[type="submit"]:hover {
		background: #4acba2;
		color: #fff;
		transform: translate3d(0px, 3px, 1px);
		-webkit-transform: translate3d(0px, 3px, 1px);
		-moz-transform: translate3d(0px, 3px, 1px);
	}
	.wpcf7 input[type="button"] {
		width: 200px !important;
		height: 60px !important;
		padding:18px;
		border-radius:3px;
		-webkit-border-radius: 3px;  
		-moz-border-radius: 3px;
		border: none;
		box-shadow: 0 3px 0 #ddd;
		background: #fff;
		color: #303030;
		border: solid 1px #ccc;
		letter-spacing: 0.08em;
		font-weight: 550;
		font-size: 1.08em;
		transition: 0.3s;
		margin-top: 20px;
	}
	.wpcf7 input[type="button"]:hover {
		background: #4acba2;
		color: #fff;
		transform: translate3d(0px, 3px, 1px);
		-webkit-transform: translate3d(0px, 3px, 1px);
		-moz-transform: translate3d(0px, 3px, 1px);
	}
	span.wpcf7-not-valid-tip {
		color: #4acba2;
		font-size: 1em;
		display: block;
	}
	div.wpcf7-validation-errors {
		padding-top: 3px;
		border: 2px solid #4acba2;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
		border-color: #4acba2;
		background-color: #fff;
		padding: 6px 15px 3.5px;
	}


	/* スマホフォームテキストエリア */
	@media screen and (max-width: 767px) {
		.wpcf7-form textarea {
			width: 100% !important;
			/*本文*/
		}
	}
/****************************************

追加

*****************************************/
	.metaslider .flex-control-nav {
		border: 0;
/*		margin: auto;*/
		list-style-type: none;
		list-style: none;
		padding: 0;
		margin-bottom: -60px!important;
		bottom: -27px;
		line-height: 11px;
		z-index: 2;
	}
	

/****************************************

clearfix

*****************************************/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */


