@charset "UTF-8";
/* CSS Document */


/* Reset default
---------------------------------------*/
body {
  font-family:"Julius Sans One", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height:1.9;
  color:#333;
  letter-spacing:0.05em;
  background:url(img/bg.jpg);
  border:8px solid #e5e3cf;
}

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

ul {
  margin:0;
  padding:0;
}

li {
  list-style:none;
}

p {
  margin:0;
}

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

a, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;  
  transition: .3s ease-in-out;
}

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

input[type="text"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border:none;
  background:#fff;
  border-radius:8px;
  width:100%;
  padding:12px 16px;
  line-height:1.7;
  font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
textarea {
  height:240px;
}
input:focus, textarea:focus {
  outline:none;
}
button {
  border:none;
  padding:12px 32px;
  line-height:1.7;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;  
  transition: .3s ease-in-out;
}


/* Header
---------------------------------------*/
header {
  position:relative;
  margin-bottom:32px;
}
.logo {
  text-align:center;
  padding-top:56px;
}
.logo img {
  height:164px;
}
header nav {
  /*background:#000;
  position:fixed;
  top:0;
  width:100%;
  box-shadow:0 0 10px rgba(0,0,0,.25);*/
  margin-top:32px;
}
header nav ul {
  width:960px;
  margin:auto;
  overflow:hidden;
}
header nav ul li {
  float:left;
}
header nav ul li a {
  width:192px;
  text-align:center;
  display:block;
  padding:10px 0 24px;
  color:#333;
  font-size:15px;
  letter-spacing:2px;
  position:relative;
  line-height:1.7;
}
header nav ul li a::after {
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right:94px;
	bottom:8px;
  opacity:0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;  
  transition: .3s ease-in-out;
}
header nav ul li a:hover::after {
  opacity:1;
  bottom:2px;
}
header nav ul li a span {
  display:block;
  font-size:10px;
}




/* Top page
---------------------------------------*/
/* Intro */
.intro {
  position:relative;
  margin-bottom:120px;
}
.roof {
  background:url(img/roof.png) top center;
  height:160px;
  position:absolute;
  top:0;
  width:100%;
  z-index:999;
}
.message {
  position:absolute;
  top:50%;
  margin-top:-42px;
  width:100%;
  text-align:center;
}
.message img {
  width:640px;
}


/* News */
.news .inner_wrap {
  overflow:hidden;
}
.news article {
  display:block;
  width:288px;
  float:left;
  margin-right:48px;
  margin-bottom:32px;
  background:#fff;
  border-radius:8px;
  border-bottom:2px solid #ccc;
}
.news article:nth-child(3n+3) {
  margin-right:0;
}
.news article figure {
}
.news article img {
  border-radius:8px 8px 0 0;
}
.news_text {
  padding:16px;
}
.news_title {
  font-size:16px;
  margin:0 0 8px;
}
.news article a:hover .news_title {
  text-decoration:underline;
}
.news_date {
  font-size:13px;
  color:#999;
  line-height:1;
}


/* Lower
---------------------------------------*/
.lower_wrap {
  margin-top:40px;
  /*background:url(img/lower_bg.png) repeat-x top center;
  background-size:680px;*/
}
.lower_bg {
  height:240px;
  margin-bottom:80px;
  background:url(img/lower_bg01.png), url(img/lower_bg02.png);
  background-size:contain;
  animation:cloudMove 8s infinite;
}
@keyframes cloudMove {
  0% {
    background-position: 0 0, 0 0;
  }
  50% {
    background-position: 56px 0, 96px 0;
  }
  100% {
    background-position: 0 0, 0 0;
  }
}


/* About */
.about iframe {
  width:100%;
  height:480px;
  margin-top:32px;
}


/* Service */
.service article {
  position:relative;
  margin-bottom:32px;
}
.service article img {
  width:360px;
  border-radius:8px;
}
.title_text {
  position:absolute;
  top:0;
  left:400px;
}
.title_text h3 {
  display:inline-block;
  color:#fff;
  border-radius:8px;
  padding:4px 24px;
  margin-bottom:16px;
}
.c01 {
  background:#f9c700;
}
.c02 {
  background:#6bd133;
}
.c03 {
  background:#3363d1;
}
.c04 {
  background:#ed0c01;
}


/* Detail */
.detail img {
  border-radius:8px;
  margin-bottom:32px;
}
.detail p {
  margin-bottom:24px;
}


/* Contact */
.contact li {
  margin-bottom:16px;
}
.contact .link {
  width:240px;
  margin:0;
}
.contact li button {
  width:240px;
}


/* Footer
---------------------------------------*/
footer {
  background:#e5e3cf;
  margin-top:120px;
  padding:64px 0 32px;
}
.f_logo {
  text-align:center;
  margin-bottom:32px;
}
.f_logo img {
  height:128px;
}
footer nav {
  overflow:hidden;
  margin-bottom:32px;
}
footer nav ul {
  float:left;
  position:relative;
  left:50%;
}
footer nav li {
  float:left;
  position:relative;
  left:-50%;
}
footer nav li a {
  display:block;
  color:#333;
  font-size:15px;
  letter-spacing:2px;
  padding:8px 24px;
  margin:0 8px;
  text-align:center;
  line-height:1.7;
  border-radius:8px;
}
footer nav li a:hover {
  background:#fff;
}
footer nav li a span {
  display:block;
  font-size:10px;
}
.about_detail {
  text-align:center;
  font-size:15px;
  margin-bottom:32px;
}
.about_detail li {
  margin-bottom:8px;
}
.copy {
  text-align:center;
  font-size:13px;
}



/* Common
---------------------------------------*/
.inner_wrap {
  width:960px;
  margin:auto;
}
.title {
  font-size:24px;
  text-align:center;
  line-height:1.7;
  letter-spacing:2px;
  margin-bottom:32px;
}
.title span {
  display:block;
  font-size:12px;
}
.link {
  text-align:center;
  width:960px;
  margin:auto;
  border-radius:6px;
  border-bottom:2px solid #ccc;
}
.link a, .link button {
  display:block;
  font-size:13px;
  padding:12px 0;
  border-radius:6px;
  background:#e5e3cf;
}
.link a:hover, .link button:hover {
  background:#333;
  color:#fff;
}
.t_layout {
  width:100%;
  font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.t_layout tr {
  display:block;
  margin-bottom:8px;
}
.t_layout th, .t_layout td {
  padding:16px;
  border-radius:8px;
}
.t_layout th {
  background:#fff;
  width:240px;
  font-weight:normal;
}
.t_layout td {
  padding-left:32px;
  border-bottom:2px dotted #e5e3cf;
  box-sizing:border-box;
  width:720px;
}

