﻿@charset "utf-8";
/* CSS Document */

.sp_only{display:none;}

body > p{text-indent:2em;}


/**************************************************/
/***********　　　基本タグ設定　　　***************/
/**************************************************/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	/*font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:"游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	/*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px!important;
}

html, body, figure  {
	padding: 0;
	margin: 0;
}

body {
	-webkit-text-size-adjust:100%;
	line-height: 1.5;
	color: #333333;
}

/* ページにスクロールバーを常に表示させる場合 */
html { overflow-y: scroll; }

/* IE9未満対応 */
article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}


h1,h2,h3,h4,p,ul,li,strong,div,span,td,th,input,textarea,em,small {
	font-size: 16px;
}

small {
	font-size: 14px;
	text-align:center!important;
	width:960px;
	margin:0 auto;
	clear:both;
}

a {
/*  color: #384F69;*/
	/*color:#4B4B4B!important;*/
  text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    outline:none;
/*	color: #888;*/
/*color:#333;*/
}

img {
	border: none;
}

p {
  text-align: justify;
  margin: 0 auto;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height:1.8em;
  margin-bottom:20px;
  color:#333;
}

/*ul {
  margin: 0 auto 1.5rem;
  padding: 0 0 0 2rem;
}
*/
blockquote {
  background-color: #eeeeee;
  border: 1px solid #dcdcdc;
  font-style: italic;
  padding: 1.4rem;
}

article {
  margin: 0 auto 3rem;
}
.mt-inq{
	margin-top: 50px!important;
}

figure img {
  width: 100%;
}
input[type="checkbox"] {
 -webkit-appearance: none!important;
 appearance: none!important;
 width: 1.2em!important;
 height: 1.2em!important;
 border: 1px solid #999!important;
 /* border-radius: 50%;*/
 background-color: #fff;
 background-image: linear-gradient(#fff, #aaa);
 font-size: inherit;
 vertical-align:middle!important;
 line-height:1.6em!important;
 margin-top:-4px;
}


/**************************************************/
/************　　テンプレート設定　　　************/
/**************************************************/

/*** old clearfix ***
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
*/

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* マウスホバー時処理 */
.alpha {
  transition: all 0.2s ease 0s;
}
.alpha:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


/* 全体を包むBOX */
#wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* ナビゲーション */
#GNAVI {
  position: relative;
  z-index: 100;
}


/* ティザー */
#TEATHER {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#TEATHERIMG {
  position: relative;
}
/* ティザータイトル */
#TEATHER h2#imgTitle {
  text-align: left;
  height: inherit;
  vertical-align: middle;
  display: table-cell;
}


/* コンテンツ部分 */
#CONTENTS {
  margin: 0 auto;
  min-width: 1000px;
  width: 1000px;
}
#LCONTENTS {
  width: 200px;
  float: left;
}
#MAINCONTENTS {
  margin: 0;
  padding: 0;
}
/* レフトコンテンツ有り */
#MAINCONTENTS.arrangeLM {
  float: right;
  width: 770px;
}

/* レフトコンテンツ有り */
#CRUMBLIST.arrangeLM {
  float: right;
  width: 710px;
}

/* 付いてくるスクロール */
#backtopbox {
	width:100%;
	text-align:left;
}
#back-top {
	position: fixed;
	bottom: 170px; /* ページ下端からの距離 */
	right: 10px; /* ページ右端からの距離 */
	overflow: hidden;
	margin: 0;
  z-index: 100;
}
#back-top a,
#back-top span {
	width: 40px;  /* 画像の横幅 */
}
#back-top span {
	height: 40px;  /* 画像の縦幅 */
}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	float: right;

	/* transition */
	-webkit-transition: 1s;
	transition: 1s;
}
#back-top a:focus {
    outline:none;
}
/* arrow icon (span tag) */
#back-top span {
	display: block;
	background:  url(../images/pagetoplink.png) no-repeat center center;
	/* transition */
	-webkit-transition: 1s;
	transition: 1s;
}

.text-n{
	padding:0 15px 15px 15px!important;
	font-size:12px;
}

/*margin*/
.mt5{
	margin-top:5px!important;
}
.mt10{
	margin-top:10px!important;
}
.mt20{
	margin-top:20px!important;
}
.mt30{
	margin-top:30px!important;
}
.mt40{
	margin-top:40px!important;
}
.mt50{
	margin-top:50px!important;
}
.mt60{
	margin-top:60px!important;
}
.mt70{
	margin-top:70px!important;
}
.mt80{
	margin-top:80px!important;
}
.mt90{
	margin-top:90px!important;
}
.mt100{
	margin-top:100px!important;
}
/*margin*/
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	margin-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}
.pt60{
	margin-top:60px;
}
.pt70{
	padding-top:70px;
}
.pt80{
	padding-top:80px;
}
.pt90{
	padding-top:90px;
}
.pt100{
	padding-top:100px;
}


/*clear*/
.cb{
	clear:both;
}

.ml-10{
	margin-left:10px;
}

.title-top{
	margin:10px 0 20px auto;
}
.title-top2{
	margin:60px 0 20px auto;
}

ul.bxslider {
  padding: 0;
}
.bx-wrapper .bx-viewport {
  left: 0;
  top:80px;
}
/* 左右ボタン */
.bx-wrapper .bx-prev {
	background: url(images/slider_btn_1.jpg) no-repeat 0 0;
	display:none;
}
.bx-wrapper .bx-next {
	background: url(images/slider_btn_2.jpg) no-repeat 0 0;
	display:none;
}
.bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 100px;
}
.bx-controls-direction {
  /*margin: 0 auto;
  overflow: visible;
  width: 1000px;*/
  position: relative;
}
.bx-wrapper .bx-controls-direction a {
  height: 120px;
  width: 30px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -55px;
  top: -330px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -55px;
  top: -330px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover,
.bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #004DA1;
}


/*お問い合わせページ*/
#contact #MAINCONTENTS h2{font-size:38px; min-width:700px; letter-spacing:2.6px; border-bottom:2px solid #98acc6; font-weight:500;}

#contact .clr1 img{margin-right:5px;}
#contact .clr1{
	color: #C6000F;
	margin-left:7px;
	vertical-align:middle;
}

#contact table.tb1{
/*	width:720px;*/
	font-size:15px;
}

#contact table.tb1 th, table.tb1 td{
	padding: 0.5em;
}

#contact table.tb1 th{
	letter-spacing: 0.15em;
	text-align:left;
/*	width:200px;*/
}
#contact table.tb1 td{
}
#contact .btn2{ 
	width:200px;
	padding:10px;
	font-weight:bold;
	margin-top:15px;
}

#contact .con{ 
	padding:5px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}


#contact .con2{ 
	padding:5px;
	width:16px;
	margin-right:8px;
}

#contact .con3{
		padding:5px;
		width:480px;
		height:30px;
		line-height:30px;
		font-weight:bold;
}

#contact .centering{ 
	width:720px;
	margin:0 auto;
	padding-bottom:30px;
	font-size:15px;
}

#contact .centering A:link {color:#333;}

#contact .centering A:active {color:#333;}

#contact .centering A:visited {color:#333;}

#contact .centering A:hover {color:#C4151A; font-weight:bold;}

#contact .inq{ 
	background-image:url(../img/con01.jpg);
	background-repeat:no-repeat;
}

#contact .tk{ 
	font-size:15px;
	margin-top:60px;
	padding-bottom:130px;
}

#contact .bl{
	color:#335691;
	font-size:18px;
	font-weight:bold;
}
#contact .box_q{
	width:620px;
}

/*お問い合わせページ*/
#contact #MAINCONTENTS h2{font-size:38px; min-width:200px; letter-spacing:2.6px; border-bottom:2px solid #98acc6; font-weight:500;}

#contact .clr1 img{margin-right:5px;}
#contact .clr1{
	color: #C6000F;
	margin-left:0px;
	vertical-align:middle;
}

#contact table.tb1{
/*	width:720px;*/
	font-size:14px;
}

#contact table.tb1 th, table.tb1 td{
	padding: 0.5em;
}

#contact table.tb1 th{
	letter-spacing: 0.15em;
	text-align:left;
	float:left;
	margin-left:0px!important;
	white-space:nowrap;
/*	width:200px;*/
}
#contact table.tb1 td{
	width:650px;
}
#contact .btn2{ 
	width:200px;
	padding:10px 10px 10px 0;
	font-weight:bold;
	margin-top:15px;
}

#contact .con{
	padding:5px;
	width:380px;
	font-size: 15px;
}

#contact .con-z{ 
	padding:5px;
	width:100px;
}
#contact .con2{ 
	padding:5px;
	width:16px;
	margin-right:8px;
}

#contact .con3{
		padding:5px;
		width:480px;
		height:30px;
		line-height:30px;
		font-weight:bold;
}

#contact .centering{ 
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
	font-size:14px;
	background-color:#EFEFEF;
	border:#CCC 1px solid;
	padding:10px;
	margin-bottom:20px;
}
#contact .centering2{ 
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
	font-size:14px;
}

#contact .centering A:link {color:#C4151A; font-weight:bold;}

#contact .centering A:active {color:#C4151A; font-weight:bold;}

#contact .centering A:visited {color:#C4151A; font-weight:bold;}

#contact .centering A:hover {color:#C4151A; font-weight:bold;}

#contact .inq{ 
	background-image:url(../img/con01.jpg);
	background-repeat:no-repeat;
}

#contact .tk{ 
	font-size:15px;
	margin-top:60px;
	padding-bottom:130px;
}

#contact .bl{
	color:#335691;
	font-size:18px;
	font-weight:bold;
}
#contact .box_q{
	width:620px;
}
input[type="checkbox"] {
 -webkit-appearance: none!important;
 appearance: none!important;
 width: 1.2em!important;
 height: 1.2em!important;
 border: 1px solid #999!important;
/* border-radius: 50%;*/
 background-color: #fff;
 background-image: linear-gradient(#fff, #aaa);
 font-size: inherit;
vertical-align:middle!important;
line-height:1.6em!important;
margin-top:-4px;
}

input[type="checkbox"]:checked {
 background-image: linear-gradient(#aaa, #fff);
 position: relative;
}

input[type="checkbox"]:checked:before {
 content: "";
 display: block;
 width: 50%;
 height: 50%;
 background-color: #333;
 border-radius: 50%;
 box-shadow: 0.1em 0.1em 0.2em #999;
 position: absolute;
 left: 25%;
 top: 25%;
}

input[type="checkbox"]:disabled {
 background-color: #aaa;
 background-image: none;
}

input[type="checkbox"]:disabled:checked:before {
 background-color: #666;
 box-shadow: none;
}

input[type="radio"] {
 -webkit-appearance: none;
 appearance: none;
 width: 1.2em;
 height: 1.2em;
 border: 1px solid #999;
 border-radius: 50%;
 background-color: #fff;
 background-image: linear-gradient(#fff, #aaa);
 font-size: inherit;
vertical-align:middle;
line-height:1.6em;
margin-top:-4px;
}

input[type="radio"]:checked {
 background-image: linear-gradient(#aaa, #fff);
 position: relative;
}

input[type="radio"]:checked:before {
 content: "";
 display: block;
 width: 50%;
 height: 50%;
 background-color: #333;
 border-radius: 50%;
 box-shadow: 0.1em 0.1em 0.2em #999;
 position: absolute;
 left: 25%;
 top: 25%;
}

input[type="radio"]:disabled {
 background-color: #aaa;
 background-image: none;
}

input[type="radio"]:disabled:checked:before {
 background-color: #666;
 box-shadow: none;
}

/*text*/
input[type="tel"]{
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
tel {
    width: 300px;
}
input[type="email"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}


input[type="email"]{
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
email {
    width: 300px;
}
input[type="tel"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}


input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 300px;
}
input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input[type="text"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 200px;
}
input[type="text"]:focus {
    width: 300px;
}
input.sysNextSubmit {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sysNextSubmit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}
.doi-p{
	font-size: 15px;
	/* padding-top: 10px; */
}
/* テーブルの基礎設定03 */
.btn2{
	margin-bottom: 80px;
}
#contact textarea{
	width: 680px;
	width: 100%;
}
#contact .con{
	width: 680px;
	width: 100%;
}

.line-1{
	border-top: 1px dashed #ccc;
}
.tableBase03 {
  border-collapse: collapse;
  margin: 0 auto 30px;
  width: 100%;
}

.tableBase03 th {
  border-bottom: 1px dashed #ccc;
  padding: 15px 15px 15px 0;
  vertical-align: top;/*
	background-color: #0080CC;*/
	color: #333;
	text-align: left;
	white-space: nowrap;
}
.tableBase03 th:first-child{
	border-top: 1px dashed #ccc;
}
.tableBase03 td {
  border-bottom: 1px dashed #ccc;
  padding: 15px;
  vertical-align: top;
	text-align: left;
}
.line-top{
	border-top: 1px dashed #ccc;
}
.tableBase03 th {
  border-right: 5px solid #ccc;
  min-width: 15%;
}
.doi-r{
	vertical-align:middle;
}

.doi-r select{
	position:relative!important;
	top:-10px!important;
}
.photo{
	float:right;
	top:0;
	right:0%;
	padding:15px;
}
.photo img{
	width:200px;
}
.box-n{
	float:left;
	width:670px;
}
.photo p{
	font-size:1.2em;
	color:#0080CC;
	font-weight:bold;
	text-align:center;
}