@charset 'UTF-8';

/* LIFE CREATION 2017.03.04 Katsuhiro Abiru
**************************************************/

/* reset
**************************************************/

/* html */
html {
  font-size: 15px;
  font-family: 'Meiryo';
  letter-spacing: 1px;
}

* {
  margin: 0;
  padding: 0;
}

/* clearfix */
.clearfix::after {
  content: '.';
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  width: 100%;
}

/* relative */
.relative {
  position: relative;
}

/* absolute */
.absolute {
  position: absolute;
}

/* anchor */
.anchor {
  text-decoration: underline;
}

/* elements */
a {
  text-decoration: none;
}

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

/* header and other
**************************************************/

/* header */
header {
  width: 100%;
}

/* logo */
#logo,
#logo_index {
  width: 16%;
  float: left;
  text-align: center;
}

#logo img,
#logo_index img {
  margin: 1% 0;
}

#logo {
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

#logo:hover {
  opacity: 0.7;
}

/* contact information (heder) */
#telephone_number {
  width: 32%;
  float: right;
}

#telephone_number img {
  margin: 1% 0;
}

/* navigation bar */
#navigation_bar {
  width: 100%;
  height: 40px; /* pixel */
  background-color: #6bc600;
  margin-bottom: 15px; /* pixel */
}

#navigation_container {
  width: 100%;
  height: 100%;
  list-style-type: none;
}

.navigations {
  width: 17%;
  height: 22px; /* pixel */
  padding: 9px 0; /* pixel */
  font-size: 100%;
  color: #ffffff;
  text-align: center;
  float: left;
}

#navigation_container a:nth-last-child(6) .navigations,
#navigation_container a:last-child .navigations {
  width: 16%;
}

.selected_navi {
  color: #dddddd;
  cursor: default;
}

.navigations:hover {
  color: #ffff00;
}

.selected_navi:hover {
  color: #dddddd;
}

/* for smartphone and tablet */
#to_toppage {
  display: none;
}

/* breadcrumbs */
.breadcrumbs {
  font-size: 80%;
  height: 21px; /* pixel*/
  width: 70%;
  float: left;
  border-bottom: 1px solid #ff0000; /* pixel*/
  margin-bottom: 5px; /* pixel*/
}

/* main contents */
.main {
  width: 98%;
  max-width: 960px;
  margin: 0 auto;
}

/* top message */
.top_message {
  width: 100%;
  padding: 4% 0 4% 0;
  color: #ffffff;
  text-shadow: 1px 1px 2px #555555;
  margin-bottom: 5%;
  height: 20%;
  background-size: 100% auto;
  background-image: url("../images/topmessage.jpg");
}

.top_message h1 {
  font-size: 130%;
  margin-bottom: 4%;
  padding-left: 5%;
}

.top_message p {
  padding-left: 7%;
  padding-bottom: 2%;
  padding-right: 5%;
}

/* for smartphone and tablet */
.smartphone_message {
  display: none;
}

/* main contents
**************************************************/

/* main contents */
#main_contents {
  min-height: 800px;
}

/* contents 1 */
#contents_1 {
  float: left;
  width: 70%;
}

/* shop information (index.html, sell.html) */
#shop_information p {
  margin-bottom: 10px; /* pixel */
}

/* contents 2 */
#contents_2 {
  width: 27%;
  float: right;
}

/* sub box */
.sub_box {
  width: 100%;
  margin-bottom: 11%;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  position: relative;
}

.sub_box img {
  width: 100%;
}

/* company title */
.sub_box .company-title {
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 1;
}

/* company message */
.sub_box .company-message {
  position: absolute;
  letter-spacing: 0;
  bottom: 5%;
  left: 10%;
}

.sub_box .company-title,
.sub_box .company-message {
  color: #666666;
}

/* blog title */
.sub_box .blog-title {
  position: absolute;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #555555;
  top: 5%;
  left: 5%;
}

/* blog message */
.sub_box .blog-message {
  position: absolute;
  text-shadow: 1px 1px 2px #555555;
  bottom: 5%;
  left: 10%;
  line-height: 1.4;
}

.sub_box .blog-title,
.sub_box .blog-message {
  color: #ffffff;
}

/* company ahd blog */
.sub_box .blog-title,
.sub_box .company-title {
  font-size: 1.1rem;
}

/* various hover */
.contents_box:hover,
.sub_box:hover,
.sub_link:hover {
  opacity: 0.6;
}

/* link */
.sub_link {
  margin-bottom: 5%;
  height: 35%;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.sub_link img {
  vertical-align: bottom;
}

/* information bar */
.information_bar {
  padding: 7px 0 7px 12px; /* pixel */
  border-left: 7px solid #86cd00; /* pixel */
  background-color: #ffff9e;
  box-sizing: border-box;
  margin-bottom: 25px; /* pixel */
  font-weight: bold;
  color: #2d2d2d;
}

.information_bar span {
  padding-left: 8px; /* pixel */
}

.information_bar i {
  padding-top: 3px; /* pixel */
}

/* for smartphone and tablet */
.smartphone_bar {
  display: none;
}

/* googlemap */
#googlemap {
  height: 300px;
}

#googlemap p {
  margin: 0;
}

/*delete googlemap data
.gm-style .gm-style-cc:first-child a {
	display:none;
}*/

/* full calendar
**************************************************/

/* calendar */
.calendar_area {
  margin-top: 20px;
}

.calendar p {
  background-image: url(../images/calendar_title_image.jpg);
}

.calendar fc-tool-bar {
  width: 100%;
}

.calendar .fc-left {
  width: 52%;
}

.calendar .fc-right {
  width: 48%;
}

.calendar_area h2 {
  font-size: 98%;
}

.calendar .fc-today-button {
  width: 35%;
  padding: 0 1%;
  font-size: 85%;
}

.calendar .fc-button-group {
  width: 55%;
  text-align: center;
  margin-left: 8%;
}

.calendar .fc-prev-button,
.calendar .fc-next-button {
  width: 48%;
  padding: 0 1%;
}

.fc-wed {
  background-color: #ffc6c6;
}

.fc-widget-content {
  height: 32px;
}

td[data-date='2016-03-20'],
td[data-date='2016-04-29'],
td[data-date='2016-05-03'],
td[data-date='2016-05-04'],
td[data-date='2016-05-05'],
td[data-date='2016-07-18'],
td[data-date='2016-08-11'],
td[data-date='2016-09-19'],
td[data-date='2016-09-22'],
td[data-date='2016-10-10'],
td[data-date='2016-11-03'],
td[data-date='2016-11-23'],
td[data-date='2016-12-23'] {
  background-color: #ffc6c6;
}

/* footer
**************************************************/

/* footer */
footer {
  width: 100%;
  padding-top: 15px; /* pixel */
  background-color: #6bc600;
  margin-top: 3%;
}

footer p {
  margin-bottom: 25px; /* pixel */
  text-align: center;
}

footer p:last-child {
  margin-bottom: 0;
}

.scroll:hover {
  color: #ffff00;
}

footer a,
#copyright {
  color: #ffffff;
}

/* navigation privacy policy */
#nav_privacypolicy a:hover {
  color: #ffff00;
}






/*
#subcontent {
  float: right;
  width: 250px;
}


.info {
  padding-top: 20px;
  border-bottom: 1px dotted #555555;
  height: 45px;
}
*/

