@charset "utf-8";

/* reset
================================================== */

html, 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, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

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

blockquote, q {
	quotes:none;
}

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

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

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

input, select {
	vertical-align:middle;
}

/* Setting */
html {

}
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

body {
    font-family: 'Noto Sans Japanese';
}
input,
textarea {
    font-family: 'Noto Sans Japanese';
}
@media (min-width:641px) {
body {
	font-size: 15px;
	line-height: 1.5;
	/**font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Osaka, " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;**/
	color: #333333;
	background-color: #fff;
}
}
@media (min-width:0px) and (max-width:640px) {
body {
	font-size: 13px;
	line-height: 1.5;
	/**font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Osaka, " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;**/
	color: #333333;
	background-color: #fff;
}
}
* html body { /* for IE6 */
	font-size: small;
}
	
*:first-child+html body { /* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

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

*:active, *:focus {
	outline: none;
}

/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* iphoneのデフォルトstyleを無効*/
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
@media (min-width:650px) {
.pcnone {
	display:none !important;
}

}
@media (min-width:0px) and (max-width:649px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}

}

.mgTop40{
	margin-top:40px;
}
#conteiner p {
	margin-bottom: 10px;
}
/*=================================================

header

==============================*/
#header-out {
	height: 65px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	box-shadow: 0px 0px 5px #708aa4;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708aa4;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	background-color: rgba(250,250,250,0.5);
	z-index: 2;
	padding: 0px;
}

#header {
	height: 60px;
	/**max-width: 1000px;**/
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	background-color: rgba(250,250,250,0.5);
	z-index: 2;
}

#header .logo {
	display: block;
	float: left;
	padding-left: 5px;
	height: auto;
	width: 310px;
	padding-top: 2px;
	overflow: hidden;

}

#header .logo a {
	color: #ffc30c;
}
#header .logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media (min-width:641px) and (max-width:810px) {

}
@media (min-width:0px) and (max-width:640px) {

}
#header .logo a img {
	height: auto;
	width: 90px;
	float: left;
	
}
#header .logo a h1 {
	color: #125090;
	background-image: url(../img/logo-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 210px auto;
	text-align: center;
	padding-bottom: 25px;
	float: left;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
}


@media (min-width:951px) {
#header #menu-drink {
	display: inline-block;
	float: right;
	
}

#header ul {
	margin-right: 5px;
	padding-top: 15px;
	
}
#header ul li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #125090;
	/**border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;**/
	
}
#header ul li:last-child {
	border-right-style: none;
	/**border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;**/
	
}
#header ul li a {
	display: block;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #125090;
	
	
}
#header ul li.pick a {

	/**background-color: #f36433;
	color: #FFF;**/
	
	
}
#header ul li a:hover {
	text-decoration: none;
	color: #fff;
	border-radius:2px;
	background-color: #125090;
	-webkit-transition: color 1s linear;
	-webkit-transition: background-color 1s linear;
	/**box-shadow: 2px 2px 2px #f1f0ef inset, -2px -2px 2px #8aa2bb inset**/
}

#slide-header {
	height: 49px;
	position: absolute;
	width: 100%;
	z-index:3;
	display:none;
}

}

@media (min-width:0px) and (max-width:950px) {
#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
#menu-button {
    vertical-align: bottom;
    float: right;

    
    opacity: .7;
    cursor: pointer;
    
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    

}
#menu-button.selected,
#menu-button:active {
    opacity: 1;
    
    -moz-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    -webkit-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    -ms-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    -o-box-shadow: 0 1px 1px rgba(120, 120, 120, .2);
    box-shadow: 0 1px  1px rgba(120, 120, 120, .2);
    
    background-color: #2E6288;
    background-image: -moz-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: -webkit-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: -ms-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    background-image: -o-linear-gradient(top,rgba(25, 68, 99, .5),rgba(30, 82, 120, .5));
    
    margin-bottom: -.375em; /* 6/16 = .375em */
}
#menu-button-inner {
    background: transparent url(../image/menu-bg.png) no-repeat 0 0;
    width: 78px;
    height: 41px;
}

#menu-drink {
	box-sizing: border-box;
	clear: both;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 5;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(18,80,144,0.5);
	margin-top: 65px;
	
}

#menu-drink ul {
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0px 10px #ccc;
}
#menu-drink li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

#menu-drink li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ccc;
}

#menu-drink a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	line-height: 2em; /* 46/16 = 3.375em */
	height: 2em; /* 46/16 = 3.375em */
	padding: 5px; /* 6/16 = .375em */
	font-weight: bold;
	background-image: url(../img/icon03.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #125090;
	font-size: 16px;
}
#menu-drink li.pick a {

	/**background-color: #f36433;
	color: #FFF;**/
	
	
}
#menu-drink a:hover,
#menu-drink a:active {
    
	
}
/*slidemenu*/
/*header*/
#slide-header {
	height: 49px;
	position: absolute;
	width: 50px;
	z-index:3;
	right: 0px;
	top: 7px;
}
#slide-header .button {
	width: 49px;
	height: 67px;
	position: fixed;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button_back.png);
	background-position: center 17px;
	top: 0px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #125090;
	letter-spacing: 3px;
}
.menu-button-left {

	left: 0px;
}
.menu-button-right {
	right: 0px;
}


}
/*=================================================

footer

==============================*/
#footer-out {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #708aa4;
	background-color: #FFF;
}

footer {
	max-width:960px;
	width: 100%;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #a7a7a7;
	padding-bottom: 10px;
}

footer ul {
	text-align: center;
	margin: 0 0 20px;
}

footer ul li {
	display: inline-block;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a7a7a7;
}

footer ul li:last-child {
	border: none;
}


footer p.copy {
	text-align: center;
}
footer ul li a {
	color: #a7a7a7;
}
footer .copy a {
	color: #a7a7a7;
}
/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 90px;
	right: 0;
}

#go-top a {
	display: block;
	width: 65px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	background: url(../img/gotop2.png) no-repeat center center;
	display: block;
	height: 70px;
	width: 65px;
	opacity: 1;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size:55px auto;
}
/*=================================================

conteiner

==============================*/
@media (min-width:901px) {
#conteiner {
	margin-top: 65px;
	padding-top: 5px;
	overflow: hidden;
}
#conteiner #topArea {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

}
@media (min-width:641px) and (max-width:900px) {
#conteiner {
	margin-top: 65px;
	padding-top: 5px;
	padding-bottom: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
#conteiner #topArea {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

}
@media (min-width:0px) and (max-width:640px) {
#conteiner {
	margin-top: 65px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#conteiner #topArea {
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

}

#topArea p {
	font-weight: bolder;
	text-shadow: 2px 2px 0px #FFF,
    -2px 2px 0px #FFF,
    2px -2px 0px #FFF,
    -2px -2px 0px #FFF;
	
}


@media (min-width:640px) {
#sub-content .box.contact form table tr td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px none #FFF;
	color: #FFF;
}

}
@media (min-width:0px) and (max-width: 639px) {
#sub-content .box.contact form table tr td {
	padding: 5px;
	border: 1px none #FFF;
	vertical-align: middle;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
}

}
#sub-content .box.contact form table tr td textarea {
	width: 95%;
	border-radius:5px;
	margin-top: 5px;
	border: 1px solid #139299;
	box-sizing:border-box;
	padding-right: 5px;
	padding-left: 5px;
}
#sub-content .box.contact form table tr .l_Cel {
	text-align: left;
}
#sub-content .box.contact .btn {
	text-align: center;
}
#sub-content .box.contact .btn input {
	line-height: 35px;
	height: 35px;
	width: 30%;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-color: #d3d9e0;
	color: #4b4b4b;
	border-radius:10px;
	cursor:pointer;
	font-size: 16px;
}#sub-content .box.contact p {
	color: #CCC;
	padding: 5px;
}
span.red {
	color: #C30;
}



.js-masonry {
	overflow: hidden;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.js-masonry .item div {
	background-color: #FFF;
	border-radius: 5px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
	border: 1px solid #eeeeee;
}
@media (min-width:801px) {
.js-masonry .item {
	margin: 0px;                /* 周囲の余白 */
	padding: 10px;
	box-sizing:border-box ;
	width: 280px;
}
.js-masonry .item p.image {
	background-color: #FFFFFF;  /* 背景色 */
	text-align: center;        /* 余白・間隔 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	
}

.js-masonry .item .image img {
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
.js-masonry .item p.image .zoom {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.js-masonry .item p.image .zoom img {
	width:30px;
	height:auto;
}

.js-masonry p.caption {
	font-size: 80%;     /* 文字サイズ */
	color: darkblue;    /* 文字色 */
}
.js-masonry .item .image a img:hover {
	opacity:0.8;
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
}
@media (min-width:581px) and (max-width:810px) {
.js-masonry .item {
	margin: 0px;                /* 周囲の余白 */
	padding: 10px;
	box-sizing: border-box;
	width: 25%;
	float: left;
	
}
.js-masonry .item p.image {
	background-color: #FFFFFF;  /* 背景色 */
	text-align: center;        /* 余白・間隔 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius:5px;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
.js-masonry .item .image img {
	height: 200px;
	width: auto;
	
}
.js-masonry .item .image a .img-clear {
	display: none;
}
}

@media (min-width:0px) and (max-width:580px) {
.js-masonry .item {
	margin: 0px;                /* 周囲の余白 */
	padding: 5px;
	box-sizing:border-box;
	width: 50%;
	float: left;
	font-size: 13px;	
	
}
.js-masonry .item p.image {
	background-color: #FFFFFF;  /* 背景色 */
	text-align: center;        /* 余白・間隔 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 5px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
.js-masonry .item .image img {
	height: 130px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
.js-masonry .item p .name {
	display: block;
	padding: 2px;
	font-weight: bold;
}

.js-masonry .item p .text {
	display: block;
	padding: 3px;
}


div.center {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: url(../img/gif-load.gif) no-repeat;
	z-index:500;
	position: absolute;
	right: 50%;
	bottom: 110px;
}

#conteiner .error {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}
.error img {
	height: auto;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#item-content .box .itemDate .maker {
	font-size: 12px;
}

.our-Services {
	text-align: center;
	max-width: 1000px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
	color: #FFF;
	padding: 10px;
}

@media (min-width:901px) {
.our-Services h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom:10px;
}
.our-Services p {
	
}
.our-Services ul {
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}
.our-Services ul li {
	float: left;
	width: 33.3333%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.our-Services ul li img {
	height: auto;
	width: 80%;
	border: 2px solid #c2ccd5;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFF;
}
.our-Services ul li h3 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
}
@media (min-width:641px) and (max-width:900px) {
.our-Services h2 {
	
	font-size: 25px;
	font-weight: bold;
	margin-bottom:10px;
}
.our-Services p {
	
}
.our-Services ul {
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}
.our-Services ul li {
	float: left;
	width: 33.3333%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.our-Services ul li img {
	height: auto;
	width: 70%;
	border: 2px solid #c2ccd5;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFF;
}
.our-Services ul li h3 {
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: bold;
}
}
@media (min-width:0px) and (max-width:640px) {
.our-Services h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
.our-Services p {
	
}
.our-Services ul {
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 15px;
}
.our-Services ul li {
	float: none;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.our-Services ul li img {
	height: auto;
	width: 40%;
	border: 2px solid #c2ccd5;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFF;
}
.our-Services ul li h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}
}
.our-Services h2 span {
	font-size: 70%;
	font-style: italic;
}
.our-Services ul li img:hover {
	background-color: #8ba3f4;
	-webkit-transition: background-color 1s linear;
}
#atea-Services {
	background-color: #666;
}
#workssite {
	margin-bottom: 0px;
	padding-top: 20px;
	text-align: center;
	background-color: #f6f6f6;
	padding-bottom: 20px;
}
@media (min-width:901px) {
#workssite h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom:15px;
}
#workssite p {
	
}
}
@media (min-width:641px) and (max-width:900px) {
#workssite h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom:10px;
}
#workssite p {
	
}
}
@media (min-width:0px) and (max-width:640px) {
#workssite h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
#workssite p {

	
	
}
}
#workssite h2 span {
	font-size: 70%;
	font-style: italic;
}
#conteiner .bana {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#conteiner .bana a img {
	height: auto;
	width: 100%;
	max-width:800px;
}
#conteiner .bana a img:hover {
	opacity:0.8;
}
.btns {
	margin-bottom: 15px;
	padding-top: 15px;
	overflow: hidden;
}
.btns2 {
	margin-bottom: 15px;
	padding-top: 15px;
	overflow: hidden;
}
.btns2 p {
	text-align: center;
	margin-bottom: 15px;
}
@media (min-width:641px) {
.btns p {
	text-align: center;
	float: left;
	width: 50%;
}
}

@media (min-width:0px) and (max-width:640px) {
.btns p {
	text-align: center;
	float: none;
	width: auto;
	margin-bottom: 15px;
}
}
.btns p .cont,
.btns2 p .cont {
	background-color: #f0f0f1;
	background-image: url(../img/btn-bg.png);
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: inline-block;
	color: #125090;
	border-radius: 10px;
}
.btns p .price,
.btns2 p .price {
	background-color: #125090;
	background-image: url(../img/btn-bg.png);
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.btns p a:hover,
.btns2 p a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#conteiner #area-about {
	background-color: #125090;
	width: 100%;
}
#conteiner #area-about .about {
	background-color: #125090;
	
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

@media (min-width:901px) {
#area-about .about h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom:10px;
}

}
@media (min-width:641px) and (max-width:900px) {
#area-about .about h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom:10px;
}

}
@media (min-width:0px) and (max-width:640px) {
#conteiner #area-about .about {
	min-width: inherit;
}
#area-about .about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}

}
#area-about .about h2 span {
	font-size: 70%;
	font-style: italic;
}
#area-about .about .box {
	overflow: hidden;
}

#area-about .about .box .left p {
}

@media (min-width:641px) {
#area-about .about .box .left {
	float: left;
	padding: 10px;
	width: 50%;
	box-sizing:border-box;
}
#area-about .about .box .right {
	background-color: #f5f5f5;
	padding: 10px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-radius: 10px;
	color: #333;
	text-align: left;
}
}

@media (min-width:0px) and (max-width:640px) {
#area-about .about .box .left {
	float: none;
	padding: 10px;
	width: auto;
	box-sizing:border-box;
}
#area-about .about .box .right {
	background-color: #f5f5f5;
	padding: 10px;
	float: none;
	width: auto;
	box-sizing: border-box;
	border-radius: 10px;
	color: #333;
	text-align: left;
}
}
#area-about .about .box .right p .f-logo {
	height: auto;
	width: 150px;
}
#area-about .about .box .right p span.name {
	color: #125090;
	font-size: 17px;
}
#area-about .about .box .right p .add {
	background-image: url(../img/icon-map.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color: #333;
	background-size:20px;
}
#area-about .about .box .right p .mail {
	background-image: url(../img/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color: #333;
	background-size:20px;
}
#pagePath {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#pagePath ul {
	overflow: hidden;
}
#pagePath ul li {
	float: left;
	padding-right: 5px;
}
#pagePath ul li a {
	padding-right: 5px;
	color: #125090;
}
#subArea {
	margin-bottom: 20px;
	text-align: center;
}
#subArea .subBox {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:901px) {
#subArea .subBox h2 {
	color:#0a5072;
	font-size: 35px;
	font-weight: bold;
	margin-bottom:10px;
}

}
@media (min-width:641px) and (max-width:900px) {
#subArea .subBox h2 {
	color:#0a5072;
	font-size: 25px;
	font-weight: bold;
	margin-bottom:10px;
}

}
@media (min-width:0px) and (max-width:640px) {
#subArea .subBox h2 {
	color:#0a5072;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
#subArea .subBox table.pt1 tr td {
	display: block;
}
}
#subArea .subBox h2 span {
	font-size: 70%;
	font-style: italic;
}
#subArea .subBox p {
	overflow: hidden;
	
}

#subArea .subBox table.pt1 {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
	margin-top: 20px;
}
#subArea .subBox table.pt1 tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
}
#subArea .subBox table.pt1 tr .leftTd {
	color: #FFF;
	background-color: #125090;
}
#subArea .subBox p .serviceImg {
	float: left;
	width: 35%;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #c2ccd5;
	border-radius: 50%;
	max-width:200px;
}
#subArea .subBox .box {
	text-align: left;
}

#subArea .subBox .box h3 {
	font-weight: bold;
	background-image: url(../img/icon_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	height: 35px;
	line-height:35px;
	background-size:35px;
}
#subArea .subBox .box h3.plan01 {
	background-image: url(../img/icon_check2.png);
	background-repeat: no-repeat;
}
#subArea .subBox .box h3.plan02 {
	background-image: url(../img/icon_check3.png);
	background-repeat: no-repeat;
}
#subArea .subBox .box h3.plan03 {
	background-image: url(../img/icon_check4.png);
	background-repeat: no-repeat;
}
#subArea .subBox .box h3.plan04 {
	background-image: url(../img/icon_check5.png);
	background-repeat: no-repeat;
}

#subArea .subBox .box .flor {
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 10px;
	list-style-type: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subArea .subBox .box .flor li {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: -20px center;
	margin: 5px;
	float: left;
	width: 31%;
	padding: 5px;
	border-radius:5px;
	box-sizing:border-box;
	display: block;
}
#subArea .subBox .box .flor .flor01 {
	background-color: #e08896;
}
#subArea .subBox .box .flor .flor01 p {
	background-image: url(../img/icons-direction.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#subArea .subBox .box .flor .flor02 {
	background-color: #dac27a;
}
#subArea .subBox .box .flor .flor02 p {
	background-image: url(../img/icons-text.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#subArea .subBox .box .flor .flor03 {
	background-color: #7f93dc;
}
#subArea .subBox .box .flor .flor03 p {
	background-image: url(../img/icons-system.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#subArea .subBox .box .flor .flor04 {
	background-color: #5fb1d7;
}
#subArea .subBox .box .flor .flor04 p {
	background-image: url(../img/icons-design.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#subArea .subBox .box .flor .flor05 {
	background-color: #59c780;
}
#subArea .subBox .box .flor .flor05 p {
	background-image: url(../img/icons-cording.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#subArea .subBox .box .flor li p {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
}
#subArea .subBox .box .flor li p span {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

#subArea .subBox .box .hompageArea {
}
#subArea .subBox .box .hompageArea {
	margin-bottom: 10px;
}
#subArea .subBox .box .hompageArea h3 {
	background-image: none;
	text-align: center;
	color: #125090;
	padding-left: 0px;
	font-size: 26px;
	font-weight: bold;
}
@media (min-width:0px) and (max-width: 639px) {
#subArea .subBox .box .hompageArea h3 {
	background-image: none;
	text-align: center;
	color: #125090;
	padding-left: 0px;
	font-size: 17px;
	font-weight: bold;
}
	
}
#subArea .subBox .box .hompageArea .yajirusi {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
#subArea .subBox .box .hompageArea ul {
	list-style-type: none;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subArea .subBox .box .hompageArea ul li {
	width: 33.3333%;
	float: left;
	padding: 5px;
	box-sizing:border-box;
}
#subArea .subBox .box .hompageArea ul li a img {
	height: auto;
	width: 100%;
}
#subArea .subBox .box .hompageArea .step {
	font-size: 25px;
	font-weight: bold;
	color: #125090;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
	padding-top: 15px;
}

#subArea .subBox p .big {
	font-size: 25px;
	font-weight: bold;
	color: #fe5a5e;
}
@media (min-width:0px) and (max-width: 639px) {
#subArea .subBox .box .hompageArea .step {
	font-size: 16px;
	font-weight: bold;
	color: #125090;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
	padding-top: 15px;
}

#subArea .subBox p .big {
	font-size: 18px;
	font-weight: bold;
	color: #fe5a5e;
}
#subArea .subBox .box .contactBox .hompage {
	font-size: 16px !important;
}	
}
#subArea .subBox p .big2 {
	font-weight: bold;
	color: #fe5a5e;
}
#subArea .subBox .box .hompageArea .guid {
	border: 5px double #CCC;
	padding: 7px;
	margin-bottom: 10px;
}
#subArea .subBox .box .hompageArea .guid p {
	margin-bottom: 0px;
}


.bottomBox {
	overflow: hidden;
}
.bottomBox .textspace {
	margin-bottom: 20px;
}
.bottomBox .btnspace {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.bottomBox .btnspace input {
	background-color: #3e69f3;
	float: left;
	width: 45%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border-radius:5px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#subArea .subBox .box .contactBox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	box-sizing:content-box;
	width:680px;
}
#subArea .subBox .box .contactBox h3 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:20px;
}
#subArea .subBox .box .contactBox .smart {
	width: 100%;
	margin-bottom: 20px;
	color:#323a45;
}
#subArea .subBox .box .contactBox .smart tr .leftTd {
	width: 35%;
	vertical-align:middle;
}
#subArea .subBox .box .contactBox strong {
	color: #f65a5b;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
#subArea .subBox .box .contactBox .smart input, 
#subArea .subBox .box .contactBox .smart select {
	height: 35px;
	font-size: 1em;
	line-height: 35px;
	padding-left:10px;
	box-sizing:content-box;
	width:100%;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius:5px;
	border: 1px solid #dbdada;
}
#subArea .subBox .box .contactBox .smart textarea {
	font-size: 1em;
	padding-left:10px;
	box-sizing:content-box;
	width:100%;
	border-radius:5px;
	border: 1px solid #dbdada;
}
#send {
	background-color: #125090;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	font-weight: bold;
	background-image: url(../img/btn-bg.png);
	cursor: pointer;
}
#send2 {
	background-color: #22439a;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	
}
#send:hover {
	text-decoration:none;
	color: #CCC;
}
.contactBox .btn {
	width: 100%;
}
.privacy {
	width:680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.privacy .link {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.privacy .link a {
	display: block;
	font-size: 16px;
	color: #323a45;
	margin-top: 7px;
	margin-bottom: 7px;
}
.privacy .link .one {
	background-image: url(../img/linkbrord2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.privacy .link .two {
	background-image: url(../img/linkbrord1.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 50px;
}
.privacy .link .two2 {
	background-image: url(../img/linkbrord2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 50px;
}
.privacy .link .three {
	background-image: url(../img/linkbrord1.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-left: 75px;
}
.privacy .link .three2 {
	background-image: url(../img/linkbrord2.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-left: 75px;
}
.privacy dl {
	margin-bottom: 20px;
	overflow: hidden;
}
.privacy dl dt {
	clear: left;
	float: left;
	width: 1.5em;
}
.privacy dl dd {
	margin-left: 1.5em;
	margin-bottom: 15px;
}
@media screen and (min-width:0px) and (max-width: 839px) {
#subArea .subBox .box .contactBox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	box-sizing:content-box;
	width:100%;
	font-size: 16px;
	box-sizing:content-box;
	padding-right:5px;
}
#subArea .subBox .box .contactBox .smart {
	width: 100%;
	margin-bottom: 20px;
	color:#323a45;
	
}
#subArea .subBox .box .contactBox .smart tr td {
	width:100%;
	display:block;
	
}
#subArea .subBox .box .contactBox .smart tr .leftTd {
	width: 100%;
	margin-top: 5px;
	margin-bottom: -5px;
}
#subArea .subBox .box .contactBox .smart tr .leftTd strong {
	color: #F30;
	font-weight: bold;
	margin-left: 5px;
}
#subArea .subBox .box .contactBox .smart input, 
#subArea .subBox .box .contactBox .smart select {
	height: 35px;
	font-size: 0.9em;
	line-height: 35px;
	padding-left:10px;
	box-sizing: border-box;
	width:100%;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius:5px;
	border: 1px solid #dbdada;
}
#subArea .subBox .box .contactBox .smart textarea {
	margin-top: 5px;
	padding-left:10px;
	box-sizing: border-box;
	width:100%;
	border-radius:5px;
	border: 1px solid #dbdada;
}
#send {
	background-color: #125090;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: -10px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/btn-bg.png);
	
}  
.l_Cel {
	width:45%;
}
.privacy {
	  width:100%;
}
}
.hompageArea p .imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 35%;
}
.hompageArea .guid p .lineSpan {
	text-decoration: underline;
}
.hompageArea .guid p #red1 {
	color: #F30;
}

#atea-Services .our-Services p .planlonk {
	color: #79a3fe;
}

/**hp-planページ**/

section.top-section .btn3 {
	font-size: 25px;
	line-height: 80px;
	font-weight: bold;
	color: #FFF;
	background-color: #fc5218;
	text-align: center;
	height: 80px;
	width: 90%;
	max-width: 500px;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ed4308;
	background-image: url(../img/btn-bg.png);
	
}
section.top-section .btn3:hover {
	text-decoration:none;
	opacity:0.8;
}
@media (min-width:0px) and (max-width: 639px) {
section.top-section .btn3 {
	font-size: 18px;
	
}	
}
.top-section{
	background: #999 no-repeat 50%/cover fixed;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 50px;
}
.top-section .box {
	padding-bottom: 20px;
	max-width: 1000px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-color: rgba(0,0,0,0.5);
}
.top-section{background-image:url(../img/subtop-bg.png);}
.top-section .box p {
	font-size: 24px;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.top-section .box h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.box .bottom {
	overflow: hidden;
	margin-bottom: 5px;
}
.top-section .box .bottom p {
	background-color: #104b6f;
	display: block;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 21px;
	border-radius: 10px;
	margin-bottom: 0px;
}

.top-section .box .bottom div {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.top-section .box .bottom div p span {
	padding-left: 50px;
	line-height: 40px;
	height: 40px;
	background-size: 40px;
	display: inline-block;
}
.top-section .box .bottom div .no1 span {
	background-image: url(../img/icon-no1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.top-section .box .bottom div .no2 span {
	background-image: url(../img/icon-no2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.top-section .box .bottom div .no3 span {
	background-image: url(../img/icon-no3.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.top-section .box .bottom div .no4 span {
	background-image: url(../img/icon-no4.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.top-section .box h2 {
	font-weight: bold;
	color: #104b6f;
	text-align: center;
	font-size: 25px;
	background-color: rgba(250,250,250,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 30px;
}
.top-section .box table.plice {
	width: 100%;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
.top-section .box table.plice tr th {
	padding: 10px;
	border: 1px solid #CCC;
	color: #104b6f;
	background-color: rgba(250,250,250,0.5);
	vertical-align: middle;
}
.top-section .box table.plice tr td {
	padding: 10px;
	border: 1px solid #CCC;
	color: #FFF;
	vertical-align: middle;
}

@media (min-width:0px) and (max-width: 639px) {
.top-section{
	background: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-section::before {
            content:"";
            display:block;
            position:fixed;
            top:0;
            left:0;
            z-index:-1;
            width:100%;
            height:1000px;
            background:url('../img/subtop-bg.png') -1200px -50px/cover no-repeat; /*fixedをトル！*/
            -webkit-background-size:cover;/*Android4*/
        }
.top-section .box p {
	font-size: 17px;
	margin-bottom: 15px;
}

.top-section .box h1 {
	font-size: 23px;
	font-weight: bold;
}
.top-section .box .bottom p {
	background-color: #104b6f;
	display: block;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	border-radius: 10px;
	margin-bottom: 0px;
}

.top-section .box .bottom div {
	float: none;
	width: auto;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.top-section .box .bottom div p span {
	padding-left: 40px;
	line-height: 30px;
	height: 30px;
	background-size: 30px;
	display: inline-block;
}
.top-section .box h2 {
	font-weight: bold;
	color: #104b6f;
	text-align: center;
	font-size: 21px;
	background-color: rgba(250,250,250,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
}
.top-section .box table.plice {
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}
.top-section .box table.plice tr th {
	width:80px;
}
}
#conteiner .hp-plan {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	box-sizing: border-box;
	border: 5px solid #FFF;
	background-color: #FFF;
}
#conteiner .hp-plan p {
	color: #FFFFFF;
}

.top-section .box .smorl {
	font-size: 90%;
	background-color: rgba(0,0,0,0.5);
	padding: 3px;
	text-align: left;
}
.top-section .box .smorl2 {
	font-size: 80%;
	background-color: rgba(250,250,250,0.5);
	padding-right: 5px;
	padding-left: 5px;
}
.top-section .box .smorl3 {
	font-size: 75%;
}

/*****/
.top-section .box .contactBox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	box-sizing: content-box;
	width: 680px;
	padding-top: 80px;
}
.top-section .box .contactBox p {
	font-size: 16px;
}
.top-section .box .contactBox h3 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:20px;
}
.top-section .box .contactBox .smart {
	width: 100%;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.top-section .box .contactBox .smart tr .leftTd {
	width: 35%;
	vertical-align:middle;
}
.top-section .box .contactBox strong {
	color: #f65a5b;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
.top-section .box .contactBox .smart input, 
.top-section .box .contactBox .smart select {
	height: 35px;
	font-size: 1em;
	line-height: 35px;
	padding-left:10px;
	box-sizing:content-box;
	width:100%;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius:5px;
	border: 1px solid #dbdada;
}
.top-section .box .contactBox .smart textarea {
	font-size: 1em;
	padding-left:10px;
	box-sizing:content-box;
	width:100%;
	border-radius:5px;
	border: 1px solid #dbdada;
}
.top-section .box .contactBox h3.planh3 {
	color: #FFF;
	text-align: center;
	font-size: 23px;
}
@media screen and (min-width:0px) and (max-width: 839px) {
.top-section .box .contactBox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	box-sizing: content-box;
	width: 100%;
	font-size: 16px;
	box-sizing: content-box;
	padding-right: 5px;
	padding-top: 70px;
}
.top-section .box .contactBox p {
	font-size: 15px;
}
.top-section .box .contactBox .smart {
	width: 100%;
	margin-bottom: 20px;
	color: #FFFFFF;
	
}
.top-section .box .contactBox .smart tr td {
	width: 100%;
	display: block;
	
}
.top-section .box .contactBox .smart tr .leftTd {
	width: 100%;
	margin-top: 5px;
	margin-bottom: -5px;
}
.top-section .box .contactBox .smart tr .leftTd strong {
	color: #F30;
	font-weight: bold;
	margin-left: 5px;
}
.top-section .box .contactBox .smart input, 
.top-section .box .contactBox .smart select {
	height: 35px;
	font-size: 0.9em;
	line-height: 35px;
	padding-left:10px;
	box-sizing: border-box;
	width:100%;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius:5px;
	border: 1px solid #dbdada;
}
.top-section .box .contactBox .smart textarea {
	margin-top: 5px;
	padding-left:10px;
	box-sizing: border-box;
	width:100%;
	border-radius:5px;
	border: 1px solid #dbdada;
}

.l_Cel {
	width:45%;
}
.top-section .box .contactBox h3.planh3 {
	color: #FFF;
	text-align: center;
	font-size: 18px;
}
}
.top-section .box .hp-plan h3 {
	font-size: 30px;
	font-weight: bold;
	background-color: #FFF;
	color: #104b6f;
}
.top-section .box .hp-plan ul {
}
.top-section .box .hp-plan ul li {
	padding: 15px;
	overflow: hidden;
	background-color: #104b6f;
	border-radius: 10px;
	margin: 10px;
}
.top-section .box .hp-plan ul li div.left {
	float: right;
	width: 30%;
	box-sizing: border-box;
}
.top-section .box .hp-plan ul li div.left p.imgs {
	border-radius: 15px;
	border: 1px solid #333;
	overflow: hidden;
	position: relative;
}
.top-section .box .hp-plan ul li .left .imgs .zoom {
	position: absolute;
	right: 10px;
	z-index: 5;
	bottom: 10px;
}
@media (min-width:0px) and (max-width: 839px) {
.top-section .box .hp-plan ul li .left .imgs .zoom {
	position: absolute;
	right: 10px;
	z-index: 0;
	bottom: 10px;
}	
}
.top-section .box .hp-plan ul li .left .imgs .zoom img {
	width:30px;
	height:auto;
}
.top-section .box .hp-plan ul li div.left a img {
	height: auto;
	width: 100%;
}
.top-section .box .hp-plan ul li div.left a img.thum:hover {
	opacity:0.8;
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
}
.top-section .box .hp-plan ul li div.right {
	float: left;
	width: 70%;
	box-sizing:border-box;
	padding:5px;
}

.top-section .box .hp-plan ul li .right h4 {
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	color: #ffc22c;
}
.top-section .box .hp-plan ul li .right p {
	text-align: left;
	font-size: 18px;
}
@media (min-width:0px) and (max-width: 639px) {
.top-section .box .hp-plan ul li div.left {
	float: none;
	width: 60%;
	box-sizing: border-box;
	margin:0 auto;
}
.top-section .box .hp-plan ul li div.right {
	float: none;
	width: auto;
	box-sizing:border-box;
	padding:5px;
}
.top-section .box .hp-plan ul li .right h4 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: #ffc22c;
}
.top-section .box .hp-plan ul li .right p {
	text-align: left;
	font-size: 15px;
}
}
.top-section .box #fm .bottmtext a {
	color: #FFF;
}
.top-section .box p .yerow {
	color: #ffc22c;
}
/**ムービー**/

.our-Services .move {
	overflow: hidden;
}

.our-Services .move li {
	padding: 5px;
	float: left;
	width: 50%;
	box-sizing:border-box;
}

@media (min-width:0px) and (max-width: 639px) {
.our-Services .move li {
	padding: 5px;
	float: none;
	width: 100%;
	box-sizing:border-box;
}
}
.our-Services .move p {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.our-Services .move iframe {
	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}

#campBox {
	max-width: 1000px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	padding: 10px;
	text-align: center;
	background-color: #f3f0d6;
}
@media (min-width:901px) {
#campBox h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom:10px;
	color: #9e8e01;
}

}
@media (min-width:641px) and (max-width:900px) {
#campBox h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #9e8e01;
}

}
@media (min-width:0px) and (max-width:640px) {
#campBox h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	color: #9e8e01;
}

}
#campBox h2 span {
	font-size: 70%;
	font-style: italic;
}
#campBox h3 {
	font-weight: bold;
	color: #104b6f;
	text-align: center;
	font-size: 25px;
	background-color: rgba(250,250,250,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#campBox h3.ope {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 21px;
	background-color: rgba(250,250,250,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 10px;
}
#campBox h3 span {
	font-size: 17px;
}
#campBox h3 strong {
	color: #9e8e01;
}
#campBox table.plice {
	width: 100%;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#campBox table.plice tr th {
	padding: 10px;
	border: 1px solid #104b6f;
	color: #104b6f;
	background-color: rgba(153,153,153,0.5);
	vertical-align: middle;
}

#campBox table.plice tr td {
	padding: 10px;
	border: 1px solid #104b6f;
	color: #333;
	vertical-align: middle;
	background-color: #FFF;
}

#campBox table.ope {
	width: 100%;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	background-color: #FFF;
}
#campBox table.ope tr th {
	padding: 10px;
	border: 1px solid #999;
	color: #333333;
	vertical-align: middle;
}

#campBox table.ope tr td {
	padding: 10px;
	border: 1px solid #999;
	color: #333;
	vertical-align: middle;
}
@media (min-width:0px) and (max-width: 639px) {

#campBox h3 {
	font-weight: bold;
	color: #104b6f;
	text-align: center;
	font-size: 21px;
	background-color: rgba(250,250,250,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
}
#campBox h3.ope {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 17px;
	background-color: rgba(250,250,250,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
}
#campBox h3 span {
	font-size: 15px;
}

#campBox table.plice {
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}
#campBox table.ope tr th {
	width:80px;
}
#campBox table.ope {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
#campBox table.ope tr th {
	width:50%;
}
}

#campBox .btn3 {
	font-size: 25px;
	line-height: 80px;
	font-weight: bold;
	color: #FFF;
	background-color: #fc5218;
	text-align: center;
	height: 80px;
	width: 90%;
	max-width: 500px;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ed4308;
	background-image: url(../img/btn-bg.png);
	
}
#campBox .btn3:hover {
	text-decoration:none;
	opacity:0.8;
}
@media (min-width:0px) and (max-width: 639px) {
#campBox .btn3 {
	font-size: 18px;
	
}	
}
#conteiner .top-center-text {
	font-size: 130%;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	padding-top: 25px;
	color: #fb3008;
}
#conteiner .top-center-text span {
	font-size: 150%;
	font-weight: bold;
	color: #fb3008;
}
