@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size:15px;
}


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

section {
	width: 100%;
	clear: both;
	display: block;
}

nav ul {
	list-style:none;
}

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;
    text-decoration: none;
	color:#041436;
}

sup {
	vertical-align:top;
}

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

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	color:#041436; 
	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;
	vertical-align: middle;
}

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

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}



/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
body {
font-family: "bilo","ryo-display-plusn", serif;
font-weight: 300;
font-style: normal;
	line-height: 2.0;
	color: #041436;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
	margin:0;
	text-align: justify;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
    opacity: .6;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.6;
    -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
	color: #13b5b1;
}

#wrapper {
    width: 100%;
}

/******* txt setting ********/
.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.6rem;}
.txt_l { font-size: 2.5rem;}

.txt_cnt { text-align: center;}
.txt_right { text-align: right;}
strong {
	font-weight:700;
	font-size: 1.2rem;
}


.subttl {
	color: #13b5b1;
	font-size: 1.3rem;
	letter-spacing: 5px;
	margin-bottom: 10px;;
}

p {
	margin-bottom: 1.8rem;
}



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

LAYOUT SETTING

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


.container {
	width: 1160px;
	margin: auto;
}

.inner_box {
	width: 90%;
	margin: auto;
}

section {
	margin: 180px auto;
}

footer .btn_pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
}

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

HEADER

************************/
header {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.85);
}

header h1 {
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 5px;
	margin-bottom: 15px;
}

header nav ul {
	display: flex;
	justify-content: center;
	width: 60%;
	margin: auto;
}
header nav ul li {
	width: calc(100% / 6) ;
	line-height: 1.5;
}
header nav ul li span {
	font-size: 0.8rem;
}

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

BTN SETTING

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

.btn_normal a {
	width: 100%;
	margin: 10px auto;
	padding: 8px 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 1rem;
	color: #FFF;
	background: #33bab7;
	display: block;
	
}
.btn_normal a:hover{
	background: #FFF;
	opacity: 1.0;
	color: #33bab7;
	border: 1px solid #33bab7;
}


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

CONTENTS COMMON SETTING

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

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

h2 {
	font-size: 1.2rem;
	color: #13b5b1;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
h3 {
	font-size: 1.8rem;
	letter-spacing: 8px;
	margin-bottom: 15px;
}
h4 {
	font-size: 1.2rem;
	letter-spacing: 12px;
	margin-bottom: 30px;
	line-height: 2.0;
}

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

CONTENTS SETTING

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


.img_kv {
	margin: auto;
	padding-top: 180px;
}

#profile {
	width: 100%;
}
#profile .img_box {
	float: left;
	width: 45%;
	margin-right: 5%;
}
#profile .img_box img { width: 100%;}
#profile .txt_box {
	float: left;
	width: 40%;
	max-width: 580px;
}

#profile dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#profile dt {
	width: 20%;
	margin: 0 auto;
}
#profile dd {
	width: 80%;
	margin: auto;
}


#service .contents_box {
	background: url("../images/bg_cityview.jpg") no-repeat center center;
	background-size: cover;
}

#service .inner_box {
	padding: 50px;
	width: 85%;
	margin: auto;
}

#service .service_list {
	width: 100%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
#service .service_list dt {
	width: 15%;
	margin-right: 5%;
}
#service .service_list dd {
	width: 80%;
}

.no {
	color: #13b5b1;
	font-size: 4.0rem;
	line-height: 1.2;
}
.name {
	font-size: 1.5rem;
	letter-spacing: 5px;
}


#contact .contents_box {
	background: url("../images/bg_blor.jpg") no-repeat;
	background-size: cover;
}

#contact .inner_box {
	padding: 50px;
	width: 85%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#contact .inner_box .left,
#contact .inner_box .right{
	width: 50%;
	margin: auto;
}
#contact .inner_box p {
	margin-bottom: auto;
}

#contact small {
	color: #13b5b1;
	font-size: 1.2rem;
	margin-right: 5px;
}


#company dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#company dt {
	width: 20%;
	margin: auto;
	padding: 1% 2.5%;
}
#company dd {
	width: 70%;
	margin: auto;
	padding: 1% 2.5%;
}
#company dt:nth-of-type(2n),
#company dd:nth-of-type(2n){
	background: rgba(222,248,252,0.50);
}

.map {
	margin: 30px auto;
}


#info dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#info dt {
	width: 20%;
	margin: auto;
	padding: 1% 2.5%;
}
#info dd {
	width: 70%;
	margin: auto;
	padding: 1% 2.5%;
}
#info dt:nth-of-type(2n),
#info dd:nth-of-type(2n){
	background:rgba(55,55,55,0.05);
}

footer {
	width: 100%;
	font-size: 0.8rem;
	text-align: right;
	padding: 15px 0;
}

footer p {
	margin-bottom: 0;
}

footer span {
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	
body {
	font-size: 0.8rem;
}
	
img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
.pagetop img { display: none;}
	
/******* txt setting ********/
.txt_m { font-size: 1.3rem;}

	

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

LAYOUT SETTING

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


.container {
	width: 90%;
	margin: auto;
}

.inner_box {
	width: 90%;
	margin: auto;
}

section {
	margin: 100px auto;
}

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

HEADER

************************/
header {
	width: 90%;
	text-align: left;
	margin: 10px auto 0 10%;
	position: static;
	padding: 20px 0;
}

header h1 {
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: 5px;
	margin-bottom: 15px;
	line-height: 1.0;
}

#nav-wrapper header nav ul {
	display: block;
	width: 100%;
	margin: auto;
}
header nav ul li {
	width: calc(100% / 1) ;
	float: none;
}
header nav ul li span {
	font-size: 0.8rem;
}

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

BTN SETTING

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

.btn_normal a {
	width: 100%;
	margin: 10px auto;
	padding: 8px 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 0.8rem;
	color: #FFF;
	background: #33bab7;
	display: block;
	
}
.btn_normal a:hover{
	background: #FFF;
	opacity: 1.0;
	color: #33bab7;
	border: 1px solid #33bab7;
}

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

CONTENTS SETTING

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


h2 {
	font-size: 1.0rem;
	color: #13b5b1;
	letter-spacing: 3px;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.4rem;
	letter-spacing: 8px;
	margin-bottom: 5px;
}
h4 {
	font-size: 1.0rem;
	letter-spacing: 5px;
	margin-bottom: 15px;
	line-height: 2.0;
}


.img_kv {
	margin: auto;
	padding-top: 0;
}

#profile {
	width: 100%;
}
#profile .img_box {
	float: none;
	width: 100%;
	margin-right: 0%;
}
#profile .txt_box {
	float: none;
	width: 80%;
	max-width: 90%;
	margin: 30px auto;
}

#service .inner_box {
	padding: 50px 10%;
	width: 80%;
	margin: auto;
}

#service .service_list {
	width: 100%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
#service .service_list dt {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
#service .service_list dd {
	width: 100%;
}


#contact .inner_box {
	padding: 30px 10%;
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#contact .inner_box .left,
#contact .inner_box .right{
	width: 100%;
	margin: auto;
}

#contact small {
	color: #13b5b1;
	font-size: 1.2rem;
	margin-right: 5px;
}
	#contact .txt_l {
		font-size: 1.5rem;
	}

#company dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#company dt {
	width: 30%;
	margin: 0;
	padding: 1% 2.5%;
}
#company dd {
	width: 60%;
	margin: 0;
	padding: 1% 2.5%;
}


#info dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
#info dt {
	width: 30%;
	margin: 0;
	padding: 1% 2.5%;
}
#info dd {
	width: 60%;
	margin: 0;
	padding: 1% 2.5%;
}
#info dt:nth-of-type(2n),
#info dd:nth-of-type(2n){
	background:rgba(55,55,55,0.05);
}

footer {
	width: 100%;
	font-size: 0.6rem;
	text-align: center;
	padding: 15px 0;
}

footer p {
	margin-bottom: 0;
}

footer span {
	margin-left: 20px;
}

	
	
}
