﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;

}
p {
	letter-spacing: 0.1em;
	font-size: 14px;
}
a:link { text-decoration:none; color: #333;}
a:visited { text-decoration:none; color:#333;}
a:active { text-decoration:none; color: #333;}
a:hover { text-decoration:none; color: #333;}

.left {
	float:left;
}
.right {
	float:right;
}

.clear {
	clear:both;
}

.pc {
	display:block;
}
.sp {
	display:none;
}

#header {
	height: auto;
	width: 30%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header img {
	width: 100%;
}
#footer {
	height: 100px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 30px;
}
.copy {
	letter-spacing: 0.1em;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 12px;
	font-weight: lighter;
	text-align: right;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 50px;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	border-bottom: solid 2px #999;
    position: relative;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #82afc4;
  bottom: -2px;
  width: 35%;
}

h3 span {
  margin-left:40px;
  font-size:70%;
  color: #ccc;
  position: relative;
  top: 0px;
}

.contents {
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
.w80 {
	width: 80%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}

.l_con {
	float: left;
}

.r_con {
	float: right;
}
.s_font {
	font-size:12px;
}
.midashi {
	height: 40px;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.midashi img {
	width: 200px;
}
.blue {
	color: #82afc4;
}
.gray {
	color: #999;
}

.back {
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-bottom: 60px;
	margin-top: 50px;
	background-image: url(../img/back_s.jpg);
	background-repeat: repeat;
	background-size: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDE6CA;
	border-bottom-color: #EDE6CA;
}

.blue_back {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	margin-top: 0px;
	background-color: #c4e0e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9DB3B7;
	border-bottom-color: #9DB3B7;
}



.row {
    display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    margin-left: -5px;
	margin-bottom:-1%;
		text-align:center;
}
.col {
    width: 100%;
	height:auto;
    margin-left: 5px;
	position:relative;
}
.col dd {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;

}


.col span {
	position: relative;
	z-index: 9999;
	top: -50%;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.6);
	letter-spacing: 0.1em;
	line-height: 1em;
}


.col img:hover {
-webkit-filter: sepia(100%) brightness(60%);
-moz-filter: sepia(100%) brightness(60%);
-o-filter: sepia(100%) brightness(60%);
-ms-filter: sepia(100%) brightness(60%);
filter: sepia(100%) brightness(60%);
transition-duration: 500ms;

}

/* arrow x disc */
.maruyaji li {
	position: relative;
	letter-spacing: 0.1em;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size:12px;
}
.maruyaji li::after,
.maruyaji li::before {
	display: block;
	content: '';
	position: absolute;
}
.maruyaji li::after {
	top: -0.15em;
	left: -1.6em;
	width: 14px;
	height: 14px;
	background-color: #666666;
	border-radius: 100%;
}
.maruyaji li::before {
	z-index: 2;
	top: 0.2em;
	left: -1.3em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.maruyaji li a {
	text-decoration:none;
}
.maruyaji li a:hover {
	text-decoration:underline;
}


.button {
	text-align:center;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 16px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200%;
	border: 2px solid #4682b4;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4682b4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* ================================================*/
/* スマートフォン 縦(ポートレート) */
/* ================================================*/
@media only screen and (max-width:480px){
	
#header  {
	width: 80%;
}
#header img {
	width: 100%;
}


h1 {
	display: none;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	border-bottom: solid 2px #999;
    position: relative;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #82afc4;
  bottom: -2px;
  width: 35%;
}

h3 span {
  margin-left:20px;
  font-size:50%;
  color: #ccc;
  position: relative;
  top: 0px;
}

.contents_in {
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;

}
.back {
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
	margin-top: 20px;
	background-image: url(../img/back_s.jpg);
	background-repeat: repeat;
	background-size: 40px;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.center {
	text-align:center;

}
.sen {
	border: 1px solid #CCCCCC;
}

.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	border: 2px solid #4682b4;
}

ol {
    padding: 0;
    margin: 0;
    width: 100%;
	font-size: 12px;
	text-align: center;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	border-top-width: 1px;
}

li {
	margin: 0;
	list-style-type: none;
	float: left;
	width: 49%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background: #f5f5f5;
}

li:nth-child(odd) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}

li:last-child{
	margin-bottom:15px;
}




#footer {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #CCC;
}
.copy {
	letter-spacing: 0em;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

}
