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

Structure

--------------------------------------------------------------------------------*/
/*
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet"> 
font-family: 'Dancing Script', cursive;
*/
body{
  min-width: 1200px;
   font-family: "NotoSansDemiLight";
  box-sizing: border-box;
}
div, h2, h3, h4, h5, p, li, dd{
  word-break: normal;
	word-wrap: break-word;
    box-sizing: border-box;
}
/*------------------------------------------------------------Header*/
header{
	height: auto;
	width: 100%;
	min-width: 1140px;
	text-align: center;
	margin-bottom: 10px;
}
#header{
	height: auto;
	width: 1140px;
  text-align: left;
	margin: 0 auto 10px;
  background: url(../img/common_img/bg_header_contact.png) no-repeat right 0;
  position: relative;
  overflow: visible;
}
/*header_tx*/
#header_tx {
  margin: 0 auto;
	color: #dbe9ed;
	padding: 0 0 8px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
  position: absolute;
  right: 126px;
  top: 10px;
}
/*Logo*/
#header_logo {
	float: left;
  margin-top: 30px;
  margin-left: 10px;
}
/*HeaderContact*/
#header_contact {
	float: right;
  width: 552px;
  height: 150px;
  position: relative;

}
#header_contact::after{
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  background: #dbe9ed;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;

}
#header_contact dl{
  width: 420px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 40px;
}
#header_contact dl dt{
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 30px;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0.1em;
}
#header_contact dl dd{
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  padding-right: 1.5em;

}
#header_contact dl dd:last-of-type{
  padding-right: 0;
}
#header_contact .ico{
vertical-align: middle;
  margin-right: 8px;
}


/*------------------------------------------------------------Footer*/
footer {
	width: 100%;
	min-width: 1140px;
	text-align: center;
	background: #0fafe0;
  padding: 1.5em 0;
}

/*Copyright*/
small{
	line-height: 110%;
	font-size: 12px;
  color: #fff;
	font-style: normal;
  text-align: center;
}
/*------------------------------------------------------------Page Top*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 0px;
}
/*------------------------------------------------------------splink*/
body {
	padding-top: 190px;
}
.splink {
	position: absolute;
	top: 0;
	z-index: 10000;
	text-align: center;
	width: 100%;
	padding: 30px 0;
	background: #F2F2F2;
	box-shadow: 0 0 6px 0 #9B9B9B;
}
.splink a {
	position: relative;
	margin: 0 30px;
	background: #fff;
	color: #A5A5A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 45px;
	padding: 20px 0;
	border-radius: 4px;
	border: 6px solid #A5A5A5;
	display: block;
}
/*--------------------------------------------------------------------------------

Main Content Decorations

--------------------------------------------------------------------------------*/
/*------------------------------------------------------------breadcrumbs*/
#pankuzu {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 12px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li:first-child{
	padding: 0 7px 0 0;
	background:none;
}
/*------------------------------------------------------------Common_banner*/
.common_banner{
	border-top: 1px dotted #CCC;
	padding: 20px 0 0 0;
	text-align: center;
}
/*------------------------------------------------------------Title*/
/*Pagetitle*/
#pagetitle {
	margin: 0 auto 20px;
}
/*TitleBar*/
.titlebar {
	border:solid 1px #ddd;
	clear: both;
	padding: 8px;
	margin-bottom: 20px;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
.titlebar span {
	border-left:5px solid #40ADE7;
	padding:3px 10px;
	font-size: 15px;
	font-weight: bold;
}
.titlebar a {
	color: #000;
}
/*OnePoint_img*/
 .icon_point01 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
.icon_point01 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
}
/*OnePoint_border*/
.icon_point02 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 0 0px 10px;
	border-left: 4px solid #666;
	text-shadow: 1px 1px 1px #F2F2F2;
}
.icon_point02 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
/*OnePoint_Arrow*/
.icon_arrow {
	padding: 3px 0 3px 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 9px;
}
/*------------------------------------------------------------Text*/
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 11px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*------------------------------------------------------------Photo positiopn*/
.ph_cent{
	text-align: center;
}
.ph_cent img{
	margin-bottom: 10px;
	margin: 0 auto;
}
.ph_left{
	float: left;
	margin-right: 10px;
}
.ph_right{
	float: right;
	margin-left: 10px;
}
.ph_left img, .ph_right img{
	display: block;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Image Effects*/
/*Hoverimg*/
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*Hoverimg_fade*/
a:hover img.hoverimg_fade {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.6;
}
/*Hoverimg_dark*/
.hoverimg_dark {
	background: #000;
}
.hoverimg_dark img:hover {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.5;
}
/*hoverimg_big*/
.hoverimg_big {
    overflow: hidden;
}
.hoverimg_big img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_big img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*hoverimg_small*/
.hoverimg_small {
    overflow: hidden;
}
.hoverimg_small img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_small img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*hoverimg_smalldark*/
.hoverimg_smalldark {
	overflow: hidden;
	background: #000;
}
.hoverimg_smalldark img {
	/*����*/
	opacity: 1;
	/*�ό`�E�k��*/
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	/*transition���ʁi���ԓI�ω��j*/
	transition: transform 0.3s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.3s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.3s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.3s ease, opacity 0.5s ease;
}
.hoverimg_smalldark img:hover {
	/*����*/
	opacity: 0.5;
	/*�ό`�E�k��*/
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/*------------------------------------------------------------Table*/
/*table basic*/
table.table_basic {
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 0 15px;
}
table.table_basic th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #CCC;
	background: #EEE;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
}
table.table_basic td {
	text-align: left;
}
table.table_basic th, table.table_basic td {
	border-bottom: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
}
table.table_basic .table_border {
	border-right: 1px solid #CCC;
}
table.table_basic td.price {
	text-align: right;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
/*------------------------------------------------------------Txt Frame*/
/*txt_frame*/
.txt_frame {
	border:1px solid #CCC;
	padding: 15px;
	background: #f2f2f2;
	/* CSS3 */
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#F2F2F2), to(#fff) );
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
    background: -moz-linear-gradient( top, #F2F2F2, #fff );
	/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#F2F2F2, endColorstr=#ffffffff);
	zoom: 1;
}
/*------------------------------------------------------------List*/
/*list basic*/
ul.list_basic li {
	padding: 0 0 0 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*list dot*/
ul.list_dot li{
	padding: 0 0 0 9px;
	background: url(../img/common_img/icon_dot.gif) no-repeat left center;	
}
/*list following01*/
.list_following01 ul {
	list-style-type: none;
	border-left: 1px solid #CCC;
	margin-right: 15px;
	float: left;
}
.list_following01 ul li {
	text-align: left;
	padding: 0 0 0 25px;
	background: url(../img/common_img/arrow.gif) no-repeat 13px 5px;
}
/*list following02*/
ul.list_following02 {
	list-style-type: none;
}
ul.list_following02 li{
	width: 49%;
	float: left;
	background: url(../img/common_img/arrow.gif) no-repeat 0px 5px;	
}
ul.list_following02 li:nth-child(even){
	float: right;
}
ul.list_following02 li:nth-child(2n+1){
	clear: both;
}
ul.list_following02 a, ul.list_following02 span{
	display: block;
	padding: 0 0 0 12px;
}
/*list num*/
ol.list_num li{
	list-style: none;
	background: url(../img/common_img/icon_num01.png) no-repeat left 1px;
	padding-left: 25px;
}
ol.list_num li:nth-child(2){
	background: url(../img/common_img/icon_num02.png) no-repeat left 1px;
}
ol.list_num li:nth-child(3){
	background: url(../img/common_img/icon_num03.png) no-repeat left 1px;
}
ol.list_num li:nth-child(4){
	background: url(../img/common_img/icon_num04.png) no-repeat left 1px;
}
ol.list_num li:nth-child(5){
	background: url(../img/common_img/icon_num05.png) no-repeat left 1px;
}
/*list two Column*/
ul.list_2column{
	margin: 0 -10px -20px;
}
ul.list_2column li{
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
ul.list_2column li:nth-child(2n+1){
	clear: both;
}
ul.list_2column li figure{
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_2column li figure img{
	width: 100%;
	height: auto;
}
ul.list_2column li p{
	display: block;
	margin: 0 10px;
}
/*list three Column*/
ul.list_3column{
	margin: 0 -10px -10px;
}
ul.list_3column li{
	margin-bottom: 10px;
	width: 33.333%;
	float: left;
}
ul.list_3column li:nth-child(3n+1){
	clear: both;
}
ul.list_3column li figure{
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_3column li figure img{
	width: 100%;
	height: auto;
}
ul.list_3column > li > p{
	display: block;
	margin: 0 10px;
}
/*------------------------------------------------------------Link related*/
