﻿@charset "utf-8";

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

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

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

a:focus {
outline: none;
}

blockquote, q {
quotes: none;
}

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

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

body {
	-webkit-text-size-adjust: 100%;	
	min-width:1040px;
}


* { 
    margin: 0px; 
    padding: 0px; 
}



/* 全体の設定
---------------------------------------------------------------------------*/
html, body {
background: #fff;
}

body, input, select, textarea {
color: #333;
font-family: Arial, "Helvetica", "メイリオ", Meiryo, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
font-size: 14px;
font-weight: 100;
line-height: 1.6em;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
}

strong, b {
color: #000;
font-weight: bold;
}

em, i {
font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: 300;
margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
border: 0;
}

.clear {
clear: both;
}

.cf:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
font-size:0.1em;
line-height:0;
}

a img:hover {
filter: alpha(opacity=75);
opacity: 0.75;
}



.sp {
display: none;
}


#main_image {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}


#main_image2 {
    z-index: -9999;
}

#sideNav {
    position: absolute;
    right: 0px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 999999;
    width: 40px;
    /* float: right; */
    text-align: end;
}

#sideNav img{
	width:100%;
	height:auto;
}



#slider img {
    width: 100vw;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#slider2 img {
    width: 100vw;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}






/* レイアウト
---------------------------------------------------------------------------*/
#wrapper {
	border-top: 8px solid #00b7ee;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	z-index: 9999;
	position: relative;
	top: 1130px;
	padding-top: 50px;
}

#side_contents {
float: left;
width: 220px;
}

#main_contents {
	width: 1000px;
	margin: 0 auto;
}



/* ヘッダー
---------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	border-left: 1px solid #dadada;
	z-index: 99999;
	position: fixed;
	background-color: #fff;
	padding: 100px 1500px 0px 1500px;
	border-bottom: solid;
}

#header .inner {
	position: fixed;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%);
	top:-40px;
}



#header h1 {
position: absolute;
top: 25px;
left: 0px;
font-size: 24px;
font-weight: bold;
}

#header .name {
	position: absolute;
	top: 12px;
	left: 0px;
	font-size:10px;
}


#header .name a:hover {
filter: alpha(opacity=75);
opacity: 0.75;
}

#header .logo {
	position: absolute;

}

#header .h_nav li.address {
position: absolute;
top: 30px;
right: 0;
font-size: 12px;
}

#header .h_nav li.tel {
    position: absolute;
    top: 60px;
    right: 0px;
}

#header .h_nav li.contact {
position: absolute;
top: 0px;
right: 0;
}

#header #nav {
    position: absolute;
   top: 94px;
    right: 370px;
}

#header #nav ul {
margin: 0 auto;
font-size: 0;
}

#header #nav ul li {
	display: inline-block;
    width: 125px;
    margin: 0;
    font-size: 11px;
    text-align: center;
    border-left: 1px solid #dadada;
}

#header #nav ul li:last-child {
border-right: 1px solid #dadada;
}

#header #nav ul li a {
display: block;
padding: 5px 0;
color: #545050;
}

#header #nav ul li a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
}

.logo{
	
padding-top: 54px;
margin-left: -2em;

}



#kaigosama{
	padding-top : 100px;
	margin-top : -100px;
	
}



/* フッター
---------------------------------------------------------------------------*/
#footer {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    position: relative;
    z-index: 9999;
    top: 420px;
	border-top:3px solid #0d439a;
}

#footer .inner {
width: 1000px;
margin: 0 auto;
}

.footer_l {
	float: none;
	margin: 25px 0 0 0;
	border-right: 1px solid #fff;
}

.footer_l .name {
padding: 3px 0 0 0;
font-size: 24px;
font-weight: bold;
line-height: 1.3;
vertical-align: top;
}

.footer_l .name a {
color: #fff;
}

.footer_l .name a:hover {
filter: alpha(opacity=75);
opacity: 0.75;
}

.footer_l img {
float: left;
padding: 0 18px 0 0;
}

.footer_l .desc {
padding: 0;
}

.footer_l .address {
padding: 18px 0 0 0;
}

.footer_r {
	float: right;
	width: 1000px;
	margin: 20px 0 0 0;
}

ul.f_nav {
float: left;
width: 170px;
margin: 0;
padding: 0;
font-size: 13px;
text-align: left;
vertical-align: top;
}

ul.f_nav02 {
float: left;
width: 170px;
margin: 0;
padding: 0;
font-size: 13px;
text-align: left;
vertical-align: top;
}

ul.f_nav li, ul.f_nav02 li {
padding: 0;
}

ul.f_nav li a, ul.f_nav02 li a {
color: #000;
}

ul.f_nav li a:hover, ul.f_nav02 li a:hover  {
filter: alpha(opacity=70);
opacity: 0.7;
}

ul.f_nav li.cat, ul.f_nav02 li.cat {
font-size: 14px;
font-weight: bold;
padding: 0 0 18px 0;
}

#footer .copyright {
width: 100%;
color: #000;
font-size: 12px;
padding: 10px 0 10px;
text-align: center;
}

#pagetop {
position: fixed;
bottom: 35px;
right: 70px;
z-index: 100;
}

#pagetop:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}

.footer_l p{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.footer_l h2{
	font-family: 'Noto Serif JP', serif;
    font-size: 60px;
	margin-top: -15px;
}

.footer_r span{
	padding-left: 20px;
}

.footer_btn{
	float: right;
    padding-top: 55px;
}

.footer_btn img{
	padding: 0px 5px;
}

.footer_btn p{
	float: left;
}

.footer_top{
	display: inline-block;
}

.info_btn{
	padding: 20px 50px 20px 50px;
    border: solid 1.5px #000000;
	background-color:#FFF;
}

.pc{
	background-image: url(../img/circle_17.png);
	background-repeat: no-repeat;
	padding-bottom: 8px !important;
}

.pc a{
	padding-left: 20px;
	border-bottom: solid 1px;
}

.footer_info{
	float:left;
    padding-top: 15px;
	padding-bottom: 0px;
    margin-top: 10px;
	width: 100%;
	background-color: #0d439a;
}

.ft_in{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footer_contact{
	margin-top:25px;	
}
.footer_bottom{
	float: left;

}

.footer_bottom p{
	color: white;
}

.footer_bottom a{
	color: blue;
}

.tel_info{
	padding-left: 50px;
}

.bold p{
	font-weight: bold;
    font-size: 20px;
}


.copyright{
	color: white;
	background-color:#000;
}

.copyright p{
	color: white;
	padding:10px 0px 10px 0px;
}

.copyright a{
	color: white;
}



/* サイドコンテンツ
---------------------------------------------------------------------------*/
#side_contents h3 {
height: 46px;
margin: 0;
padding: 0;
}

.side_menu {
margin: 0 0 20px 0;
padding: 0;
border-top: 0px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.side_menu li {
border-bottom: 1px solid #ccc;
}

.side_menu li a {
display: block;
padding: 12px 18px;
}

.side_menu li a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
}

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

.side_bnr li.adj {
padding: 10px 0 0 0;
}

.side_frame {
border: 1px solid #ccc;
padding: 9px;
}

.side_frame p.desc {
font-size: 13px;
line-height: 1.25;
padding: 7px 0 10px;
}

.side_frame p.address {
font-size: 11px;
line-height: 1.25;
padding: 7px 0 10px;
}



/* スライド
---------------------------------------------------------------------------*/
#keyimg {
	min-width: 100%;
	overflow: hidden;
	z-index: -9999;
}
#keyimg .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; 
  height: 498px !important;
  z-index: 1;
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}

#slider{
	position:fixed;	
	top:70px;
}

#slider2{
	position:fixed;	
	top:70px;
}


/* メインコンテンツ
---------------------------------------------------------------------------*/
section.top_cont {
width: 100%;
background: #e3e5e6;
margin: -7px auto 60px;
padding: 0;
}

section.top_cont .inner {
position: relative;
width: 1000px;
margin: 0 auto;
}

section.top_cont h2 {
padding: 0px 0 40px 0;
text-align: center;
line-height: 1;
}

section.top_cont p {
padding: 0 0 60px 0;
font-size: 16px;
text-align: center;
}

.top_bnr {
display: block;
padding: 0 0 60px 0;
font-size: 0;
}

.top_bnr li {
display: inline-block;
width: 33.33%;
text-align: center;
}


section.access_cont {
	width: 100%;
    background: #e3e5e6;
    margin: 60px auto 0px;
    padding: 0 0 40px 0;
    z-index: 9999;
    position: relative;
    top: 50px;
}

section.access_cont .inner {
width: 1000px;
margin: 0 auto;
}

.map_box {
float: left;
width: 550px;
padding: 40px 0;
}

.access_box {
float: right;
width: 430px;
padding: 40px 0;
text-align: left;
}

.accesstel_01 span{
	font-size:46px;	
	margin-left:10px;
}

.access_tel h3 strong{
	color:#e69038;
	font-size:18px;	
}

.access_tel p{
	margin:10px 0;	
}

.access_box p.adj {
padding: 15px 0 25px;
}

.access_tel {
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
margin: 20px 0 15px;
padding: 15px 0 20px;
}

.news_list {
padding: 0 0 5px 20px;
}

.line {
border-bottom: 1px solid #ccc;
}

.bg {
background: #e3e5e6;
margin: 15px 0 30px;
padding: 20px 25px;
}

.service_box {
float: left;
width: 340px;
}

.service_box li {
margin :0 0 20px 0;
clear: both;
}

.service_box li h3 {
font-size: 15px;
font-weight: bold;
padding: 8px 0 16px 0;
}

.service_box li p {
font-size: 13px;
}

.service_box li img {
padding: 0 15px 15px 0;
}

.cont_bnr {
display: block;
padding: 0 0 60px 0;
font-size: 0;
}

.cont_bnr li {
display: inline-block;
width: 33.33%;
text-align: center;
}

.access_btn {
position: relative;
}

.access_btn01 {
    position: relative;
    top: 22px;
    left: 4px;
    z-index: 2;
	background-color:#328dff;
	color:#fff;
	text-align:center;
	padding:20px 40px;
}

.acscess_btn li{
	display:inline;	
}

.access_btn02 {
	position: relative;
	top: 22px;
	left: 8px;
	z-index: 2;
	background-color:#00c300;
	color:#fff;
	text-align:center;
	padding:20px 40px;
}

.access_btn03 {
position: absolute;
top: 22px;
left: 303px;
z-index: 2;
}



/* NEWS */
.news_box {
width: 100%;
margin: 0 auto;
}

dl.news{
font-size: 13px;
line-height: 1.8;
}

dl.news:first-of-type {
border-top: 1px solid #ccc;
}

dl.news:last-of-type {
margin-bottom: 0px;
}

dl.news:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
font-size:0.1em;
line-height:0;
}

dl.news dt {
float: left;
width: 90px;
padding: 20px 0 20px 10px;
}

dl.news dd {
float: left;
width: 630px;
padding: 20px 0;
}

dl.news dd a {
text-decoration: underline;
}

dl.news dd a:hover {
text-decoration: none;
}


#palalax_roan_concept {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	top: 1150px;
	margin-bottom: 0px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 9999;
	padding-top:60px;
}



/*　下層ページ
---------------------------------------------------------------------------*/
h3.tit01 {
	color: #aa3836;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 0px 0;
	padding: 10px 0px;
	border-bottom: 2px dotted #aa3836;
}

h3.tit01 span {
padding: 2px 0 2px 5px;
border-left: 8px solid #aa3836;
}

h4.tit01 {
	margin: 15px 0 15px 0;
}


h4.tit01 span {
	background: #aa3836;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

.c-table {
width: 100%;
text-align: center;
margin: 10px 0;
}

.c-table th {
background-color: #e4e4e4;
width: 16.666%;
font-weight: bold;
padding: 10px 0;
border: 1px solid #fff;
}

.c-table th:nth-of-type(1)  {
background-color: #e5f1f8;
}

.c-table td {
background-color: #f1f1f1;
padding: 10px;
border: 1px solid #fff;
}

p.carsta_bnr {
text-align: center;
margin: 0 0 40px 0;
}

p.carsta_bnr img {
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

p.eucaly_btn {
text-align: center;
margin: 0 0 40px 0;
}

p.eucaly_btn img {
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
border-radius: 40px; 
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

p.cap {
font-size: 80%;
}

p.txt01 {
	padding: 20px 0 20px 0;
}

.link {
color: #000;
text-decoration: underline;
}

.bnr li {
float: left;
margin: 0 0 30px 0;
padding: 0 5px;
}

.frame {
border: 1px solid #ddd;
margin: 20px 0;
padding: 20px 20px 0;
}

.frame h3 {
font-size: 16px;
font-weight: bold;
padding: 0 0 5px 0
}

.frame p {
margin: 0 0 20px 0;
}

.frame p span {
font-size: 110%;
font-weight: bold;
}

section.ths_cont {
width: 700px;
margin: 60px auto;
}

section.ths_cont p {
font-size: 14px;
padding: 0 0 15px 0;
color: #555;
text-align: center;
line-height: 2;
}

section.ths_cont p a {
color: #555;
}

section.ths_cont p a:hover {
color: #888;
}



/* タブ
---------------------------------------------------------------------------*/
.tab {
overflow:hidden;
width: 100%;
height: 60px;
margin: 30px 0 0;
font-size: 14px;
}

.tab li {
float:left;
width: 20%;
background:#e5f1f8;
padding:24px 0;
color: #0076bd;
text-align: center;
line-height: 1.2;
}

.tab li:nth-child(4) {
padding:15px 0;
}

.tab li:nth-child(5) {
padding:15px 0;
}

.tab li.select {
background:#0076bd;
color: #fff;
}

.content li {
background:#fff; 
padding:20px;
}

.content li h3 {
font-size: 20px;
font-weight: bold;
padding: 0 0 5px 0
}

.hide {
display:none;
}



/* フォーム
---------------------------------------------------------------------------*/
.formtable {
width: 100%;
margin: 20px 0 30px;
}

.formtable th,
.formtable td {
vertical-align: middle;
font-weight: normal;
text-align: left;
border-bottom: 1px dotted #ddd;
}

.formtable th {
width: 25%;
padding: 15px 10px;
}

.formtable td {
width: 75%;
padding: 15px 10px;
}

span.hissu {
color: #fff;
font-size: 10px;
text-align: center;
margin: 0 10px 0 0;
padding: 2px 4px;
background: #e8192d;
}

input,
textarea,
select {
font-size: 14px;
font-family: inherit;
padding: 10px 15px;
border: 1px solid #ddd;
}

input[type="radio"] {
margin-right: 10px;
border: none;
}

input[type="text"] {
width: 95%;
-webkit-box-sizing:border-box;
box-sizing: border-box;
}

textarea {
width: 90%;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity: 0.7;
}

input::-webkit-input-placeholder {
color: #999;
font-weight: normal;
}

input:-ms-input-placeholder {
color: #999;
font-weight: normal;
}

input::-moz-placeholder {
color: #999;
font-weight: normal;
}

.btn-submit {
text-align: center;
margin: 30px 0;
}



/*　その他
---------------------------------------------------------------------------*/
.scroll > a {
display: block; 
padding-top: 120px; 
margin-top: -120px;
}

p.center {
text-align: center;
}

img.float_l {
float: left;
padding: 0 15px 0 0;
}

img.float_r {
float: right;
padding: 5px 5px 10px;
}

.mb40 {
margin-bottom: 40px;
}

.pd01 {
padding: 0 0 60px 0;
}


section{
margin:0px 0px 50px 0px;	
}

.left{
float:left;
margin-right:20px;
}

.right{
float:right;	
margin-left:20px;
}

.border{
border:1px solid #999;	
}

.tab2 li{
width:33.3%;	
}

.content .tit01{
margin:20px 0px;	
}

.content h4{
font-weight:bold;
font-size:150%;	
line-height:170%;
}

.c-table em{
color:#cc0235;
font-weight:bold;
font-size:120%;	
}

.margin20{
margin:40px 0px 20px 0px;	
}

.ptittle01{
background-color:#E7ECF3;
font-weight:bold;
font-size:120%;	
padding:20px;
}

.c-table2 td{
text-align:left;	
}




.contents{
	background-color:#fef6fc !important;
	padding-top: 30px !important;
	padding-bottom: 50px !important;
}

.contents p{
	color:#6e6e6e;
	font-weight:bold;
}

.contents p span{
	font-size:80%;	
}

.contents_box{
	background-color: #fff;
	width: 48%;
	float: left;
	margin: 0 10px;
	padding-top: 30px;
	height:490px;
}


.contents_box h2{
	color: #f57900 !important;
	font-size: 20px;
	font-weight:bold;
}

.bottom p{
	vertical-align:bottom;	
	padding-bottom:0 !important;
}

.news h2{
	text-align:left;	
	font-size:20px;
}


.service h2{
	text-align:center;	
	margin:10px 0px;
}
.service_contents{
	padding-bottom:80px;	
}

.service_contents td{
	text-align:center;	
}

.service_contents td p{
	color:#605344;	
	font-weight:bold;
}

.service_contents td{
	margin-bottom: 10px !important;
	padding: 20px 10px;
}



.h2_tittle:first-letter {
  font-size: 2em;
  color: #ca2a2f;
}

.h2_tittle{
	font-size:150%;	
	line-height:160% !important;
	font-weight: bold;
    font-size: 190%;
    color: #676767;
}

.h2_tittle2{
	font-size:150%;	
	line-height:160% !important;
	font-weight: bold;
    font-size: 190%;
    color: #676767;
	text-align:left !important;
	border-bottom:1px dotted #000;
	border-left:10px solid #0693e3;;
	padding:0px 0px 10px 30px!important;
	margin-bottom:30px;
	margin-top: 93px !important;
}


.top_cont2{
	position: relative !important;
    top: 150px !important;
}

.contents2{
	position: relative !important;
    top: 150px !important;
	margin-bottom: 80px !important;
}

.wrapper2{
	position: relative !important;
    top: 150px !important;
}


.access_cont2{
	position: relative !important;
    top: 150px !important;
}


.footer2{
	position: relative !important;
    top: 150px !important;
}


.tittle2 {
  position: relative;
  color: white;
  background: #000000;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em !important;
  font-size: 150% !important;
  text-align:left !important;
}

.tittle2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.text1{
	border:1px solid #ccc;	
	text-align:left !important;
	padding:20px !important;
	margin-bottom:20px;
}

.p1 {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.inner2{
	margin-top:60px !important;
	margin-bottom: 60px !important;	
}

.inner2 li{
	font-size:18px;	
	margin:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.line {
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 30px 0 50px 0 !important;
    margin-bottom: 20px;
}

.text2{
	text-align:left !important;
	font-weight:normal;	
}

.contents3 {
	background-repeat: no-repeat !important;
	position: relative !important;
	top: 100px !important;
	z-index: 9999 !important;
	background-color: #f28882;
}


.contents3 p {
    color: #000000;
    font-weight: normal;
}

.contents3 .inner2{
	background-color: white;
    border-radius: 8px;
    padding: 88px 64px 64px;
}

.bra_title span.jp {
    max-width: 600px;
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
}

.bra_title._left span.jp:before, .bra_title._center span.jp:before {
    content: "";
}

.bra_title span.jp:before {
    left: -1em;
    border-left: 7px solid #ed6058;
}


.bra_title span.jp:before, .bra_title span.jp:after {
    position: absolute;
    top: -1em;
    display: block;
    width: 36px;
    height: 36px;
    border-top: 7px solid #ed6058;
}

.bra_title span.en {
    display: block;
    color: #ca2a2f;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    padding-top: 0.57em;
}

.service_left h3{
	float:left;
	margin:0px 20px 20px 0px;	
}

.service_left_p{
	border:1px solid #ccc;	
	padding:40px;
	margin-bottom:20px;
}

.service_tittle {
    font-size: 120%;
    color: #107b3a !important;
	padding-top:10px;
}

.h2_tittle3 {
    font-size: 200%;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: left !important;
    line-height: 160% !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
    margin-bottom: 40px;
}


#palalax_kurashi_concept {
	background: url(../img/top_05.jpg) 50% 0 no-repeat fixed #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	top: 1150px;
	margin-bottom: 0px;
	z-index:9999;
}


#section_kurashi_concept {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: 560px;
	line-height: 0.2em;
}


.yajirushi {
    text-align: center;
    padding-top: 20px;
    line-height: 2.5em;
    font-size: 11pt;
    letter-spacing: 0.3em;
    color: #fff;
}

.tex_concept {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding-top: 50px;
    font-size: 17pt;
    line-height: 2em;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
}

.tex_read {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding-top: 20px;
    font-size: 10pt;
    line-height: 2.5em;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
}

.wordpress {
    position: relative;
    top: 130px;
    width: 1000px;
    text-align: left;
    margin-bottom: 100px !important;
}

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

.sain p{
	font-size: 85%;
}

.sain_bottom p{
	font-size: 136%;
    display: inline;
    padding-right: 5px;
}

.back_white{
	width: 100%;
    height: 130px;
	background-color: white;
}

/* 見積り
------------------------------------------------------------*/
.estimate_conts{
	margin-top: 5em;
}


.flex{
	display: flex;
	flex-wrap: wrap;
}

.estimate_cont {
    width: 25%;
    margin: 1em;
    margin-bottom: 2em;
	padding-top: 2em !important;
    padding: 1em;
    box-shadow: 1px 1px 15px #ccc;
}

.thumimg {
    text-align: center;
}
.thumimg img {
    width: 60%;
    height: auto;
}

.price {
    text-align: center;
}
.thumtitle {
    text-align: center;
}

.add_to_cart {
    text-align: center;
    margin: 0.5em 0 0em 0;
}

table#cart_table {
    width: 100%;
}

table#cart_table thead {
    font-size: 1.2em;
    font-weight: bold;
}

.upbutton {
    padding-bottom: 3em;
}

table#cart_table tbody tr td {
    padding: 1em 0;
}

.send {
    padding: 3em 0;
}

th.aright.subtotal {
    font-size: 1.8em;
    font-weight: bold;
    color: #d94141;
    padding-top: 2em;
}

form {
    line-height: 4em;
}

h5 {
    font-size: 1.5em;
    margin: 1em 0;
}

form input {
    margin: 0em 2em 0 0;
}

#time {
    margin-right: 1em;
    width: 55%;
}

.add_to_cart input {
    margin: 0 !important;
}

.total_full_price th.aright.totalend {
    font-size: 2em;
    font-weight: bold;
    padding-top: 1em;
}

table#confirm_table h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.6em;
	padding-top: 1em;
}

table#confirm_table {
    line-height: 2em;
    width: 52%;
    margin-left: 1em;
}

.usccart_navi {
    padding: 1em 0 3em 0em;
}

/* 見積り終わり
------------------------------------------------------------*/

@media only screen and (min-width: 481px){
	.main_sp{
		display : none !important;
	}
	
	.cat{
		display: none !important;
	}
	.sp_br{
		display:none;
	}
	
	.cont_sp{
		display: none;
	}
	
	.bisiness_image_sp{
		display: none !important;
	}
}
		
/* new-top
------------------------------------------------------------*/	
h2.caption_h2 {
    font-size: 24px;
    text-align: center;
	font-family: serif;
	margin-top: 2em;
		}
h2.caption_h2 span {
    font-size: 38px;
    line-height: 66px;
		}
		
.between_flex {
    display: flex;
    justify-content: space-between;
		}
		
.top_company p {
    font-size: 15px;
    text-align: center;
    padding: 3em 0;
    line-height: 28px;
		}
.top_asiba {
    padding: 2em 0;
		}
p.top_asiba1 img {
    width: 450px;
}
.top_asiba2 {
    width: 48%;
		}		
.top_asiba2 h3 {
    font-size: 33px !important;
    color: #000000 !important;
    border-left: none !important;
    padding: 30px 0 !important;
	font-family: serif;
		}
img.point_img {
    padding: 3em 0 2em 0;
}
			
.service_img_list {
    width: 1000px;
    text-align: center;
	padding: 2em 0 3em;
		}
p.service_img img {
    width: 330px;
		}
.four_cont {
    display: flex;
    justify-content: space-around;
		}
.new_four_contents{
	width: 1000px;
    margin: 0 auto;
    padding-top: 90px;
    margin-bottom: 30px;
		}

h3.caption_h3 span {
    font-size: 20px;
    color: #0e6dbd;
		}
h3.caption_h3 {
    text-align: center;
    border: none !important;
    font-size: 34px !important;
    font-family: serif;
    color: #000 !important;
    line-height: 35px;
		}
.bule_btn {
    text-align: center;
    padding: 10px 30px;
    border: solid 1px #2388dd;
    margin: 20px 340px 40px;
		}	
p.bule_p_link a {
    color: #0e4c7f;
    font-weight: 500;
	font-size: 16px;
	font-family:serif;
		}
.new_section01 {
    padding-top: 30px !important;
		}
		
.google-maps {
position: relative;
padding-bottom: 35%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
		}
.bisiness_h3 {
    background: -moz-linear-gradient(left, #FFC778, #FFF);
    background: -webkit-linear-gradient(left, #FFC778, #FFF);
    background: linear-gradient(to right, #2b93fa, #7cffb8);
    border: none !important;
    color: #FFF !important;
			font-family: serif !important;
			padding: 10px 20px !important;
}
.new_p{
	font-size: 14px;
    padding: 3em 0;
    line-height: 28px;
		}
h3.topic_h3 {
    text-align: center !important;
    padding: 30px !important;
    color: #000;
    font-family: serif;
    border: none !important;
    letter-spacing: 8px;
		}
		
.topic_h3::before {
    content: '';
    display: block;
    background-color: #2388dd !important;
    height: 4px!important;
    width: 58px!important;
    border-radius: 10px!important;
    margin: 0px auto 35px!important;
		}
.bisiness_box {
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
		}
p.service_name {
    font-size: 27px;
    font-family: serif;
    padding: 23px 0;
		}
p.service_about {
    font-size: 15px;
		}
.four_cont_img p {
    text-align: center;
		}
.four_cont_img p {
    text-align: center;
		}
.four_cont_img {
    width: 450px;
		}
.four_cont {
    display: flex;
    justify-content: space-around;
    padding-bottom: 3em;
		}
.bisiness_box_text {
    width: 68%;
		}
.point_bg{
	text-align:center;
		}
.point_bg img{
			width:40%;
			padding: 2em;
		}
p.asiba_bg {
    margin: 0 auto;
		}
