/*************************************************************************************/
/*共通部分とindex.htmlのスタイル*/
/********↓↓↓***********************************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
}
.mobile {
	display: none;
}

.clear {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height: auto
}
h1,h2,h3,h4 {
	display: block;
}
.header {
	width:100%;
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header .continar{
	max-width: 1200px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
.header .continar h1 {
	display: block;
	max-width: 208px;
	width:12%;
	float: left;
}
.nav-box {
	display: block;
	float: right;
	width:86%;
	height: 40px;
	margin-top: 30px;
    
}
.nav-box ul {
	list-style-type: none;
	text-align: right;
}
.nav-box ul li {
	display: inline;
	margin-left: 40px;
}
.nav-box ul li a {
	color: #798486;
	text-decoration: none;
	font-size: 1.2em;
	padding-bottom: 6px;
}
.nav-box ul li a:hover {
	color: #F00;
	text-decoration: none;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.nav-box ul li a.activ {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.img-box {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	/* 画像ファイルの指定 */
	background-image:url(../img/kobe1.png);
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color:#FFF;
	padding-top:38%;
	position: relative;
	text-align: center;
}
.img-box div {
	position: absolute;
	top: 40%;
	left: 30%;
}
.title01 {
	max-width:527px;
	width: 100%;
}

#contents {
	width:100%;
	display: block;
	clear: both;
	overflow: hidden;
	background-color: #F7F8F8;
}
#contents .continar {
	max-width: 980px;
	width:99%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}
.back-bg1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 69px;
	font-size: 2.5em;
	background-image: url(../img/kobe12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	padding-bottom:45px;
	margin-top: 58px;
	margin-bottom: 65px;
	font-weight: normal;
}
.back-bg2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 69px;
	font-size: 2.5em;
	background-image: url(../img/kobe13.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 55px;
	padding-bottom:45px;
	margin-top: 58px;
	margin-bottom: 30px;
	font-weight: normal;
}
.back-bg3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 69px;
	font-size: 2.5em;
	background-image: url(../img/kobe14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 25px;
	padding-bottom:10px;
	margin-top: 58px;
	margin-bottom: 30px;
	font-weight: normal;
}
.back-bg4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 95px;
	font-size: 2.5em;
	background-image: url(../img/kobe15.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 45px;
	padding-bottom:40px;
	margin-top: 58px;
	margin-bottom: 30px;
	font-weight: normal;
}
.back-bg5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 95px;
	font-size: 2.5em;
	background-image: url(../img/kobe16.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 45px;
	padding-bottom:40px;
	margin-top: 58px;
	margin-bottom: 30px;
	font-weight: normal;
}
.back-bg6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 95px;
	font-size: 2.5em;
	background-image: url(../img/kobe13.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 40px;
	padding-bottom:30px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: normal;
}

.drawer-menu li a:hover{
	color:#F00;
}
.page1 h3 {
	font-size: 1.8em;
	margin-top: 29px;
}
#contents p {
	font-size: 1.24em;
}
.page1 ol {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.page1 ol li {
	font-size: 1.24em;
}
.collor01 {
	color: #F00;
	font-weight: bold;
}
#footer {
	width:100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #DCE0E0;
	text-align: center;
	padding-top: 51px;
	padding-bottom: 29px;
	font-size: 1.24em;
}
.page2 h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.page2 span.text01 {
	font-size: 1.2em;
	font-weight: bold;
}
.page2 span.text02 {
	font-size: 2em;
	font-weight: bold;
}
.page2 {
	display: block;
	margin-top: 46px;
}

.page2 span.text03 {
	font-size: 1.2em;
	font-weight: bold;
}
.page2 p {
	margin-top: 20px;
}
.page2 ul {
	list-style-type: none;
	margin-top: 30px;
}
.page2 ul li {
	display: block;
	float: left;
	width: 23%;
	margin-right: 2.4%;
}
.page2 ul li:nth-child(4) {
	margin-right: 0%;
}
.page2-1 ul {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 10px;
}
.page2-1 ul li {
	display: block;
	float: left;
	width: 18%;
	margin-right: 2.4%;
}
.page2-1 ul li:nth-child(5) {
	margin-right: 0%;
}
.page2-1 ul li span {
	text-align: center;
	display: block;
	font-size: 0.8em;
}


.page2-2 ul {
	list-style-type: none;
	margin-top: 10px;
}
.page2-2 ul li {
	display: inline-block;
    text-align: center;
	width: 23%;
	margin-right: 2.4%;

}

.page3 {
	display: block;
	margin-top: 46px;
}
.page3 h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.page3 ol {
	margin-left: 2%;
	font-size: 1.24em;
}
.page4 {
	display: block;
	margin-top: 46px;
}
.page4 h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.page4 ol {
	font-size: 1.24em;
	margin-top:20px;
	margin-left:3%;
}
.page10 {
	display: block;
	margin-top: 46px;
    margin-bottom: 30px;
    line-height: 2.5em;
}
.page10 h3 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
}
.page11 {
	display: block;
	margin-top: 46px;
    margin-bottom: 30px;
    line-height: 3em;
}
.page11 h3 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
}

.dai {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 2em;
}


.mb1{
   margin-bottom: 1em;
}
.mb2{
   margin-bottom: 2em;
}
img.example1 {
width: 150px;
}
img.example2 {
width: 200px;
}
.dai2 {
font-size: 1.5em;
    font-weight: bold;
     margin-top: 2em;
    margin-bottom: 2em;
}

.waku{  
border: 1px #696969 solid;
padding: 20px;
background: #fff;
font-size: 90%;
    width: 90%;
}
figure.gazo-box {
float: left;
padding-right: 20px;
}

/******　お問合せ　********************************/
span.collor1 {
	color: #A94442;
}
span.collor2 {
	color: #737373;
	display: block;
}
.inquiry-box {
	width:100%;
	font-size: 1.14em;
	line-height: 2em;
	padding-bottom: 58px;
}
.inquiry-box p {
	width:100%;
	margin-left:3%;
}
.inquiry-box table {
	max-width: 809px;
	width:100%;
	margin-left:5%;
	margin-top: 47px;
	margin-bottom: 24px;
}
.inquiry-box table:first-child td {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*702行目にmax-width: 380px;を追加*/
.inquiry-box table td:last-child { 
    max-width: 380px;
    text-align: left;
}
.inquiry-box table td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3%;
}
/*715行目にmargin-right: 5px;を追加*/
.inquiry-box table input {
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #737373;
    margin-right: 5px;
}

.red:hover {
	color: #F00;
}

.ud-waku {
 border: solid 3px #58C4A5;
padding:10px;
}
.ud-wakumoji {
font-size: 2em;     
margin:0;
padding:0;
}

/**********************************************/
/* これよりタブレットのCSS */

@media screen and (max-width: 980px) {
.img-box {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	/* 画像ファイルの指定 */
	background-image:url(../img/kobe1.png);
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;
	background-attachment:inherit;
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: contain;
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color:#FFF;
	padding-top:45%;
	position: relative;
	text-align: center;
}
.img-box div {
	position: absolute;
	top: 40%;
	left: 20%;
}
.title01 {
	max-width:527px;
	width: 60%;
}

.nav-box ul li {
	display: inline;
	margin-left: 10px;
	margin-right:10px;
}
#contents .continar {
	max-width: 980px;
	width:96%;
	margin-right: auto;
	margin-left: auto;
}
.page1 ol {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

}

/**********************************************/

@media screen and (max-width: 768px) {
.mobile {
	display: block;
}
.nav-box {
	display: none;
}
.header .continar h1 {
	display: block;
	max-width: 208px;
	width:25%;
	float: left;
	margin-left:2%;
}
.page2 ul {
	list-style-type: none;
	margin-top: 30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.page2 ul li {
	display: block;
	float: left;
	width: 47%;
	margin-right: 2.4%;
}
.page2 ul li:nth-child(2n) {
	margin-right: 0%;
}
.inquiry-box table td {
	display: list-item;
	list-style-type: none;
	width:88%;
}
.inquiry-box table:first-child td {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
.inquiry-box table td:last-child {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

}
/**********************************************/
    
    
    
    
    
    
}
@media screen and (max-width: 480px) {
.back-bg1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 69px;
	font-size: 1.8em;
	background-image: url(../img/kobe12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	padding-bottom:45px;
	margin-top: 58px;
	margin-bottom: 65px;
	font-weight: normal;
}
.back-bg2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 69px;
	font-size: 1.8em;
	background-image: url(../img/kobe13.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 55px;
	padding-bottom:45px;
	margin-top: 34px;
	margin-bottom: 30px;
	font-weight: normal;
}
.back-bg3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 69px;
	font-size: 1.8em;
	background-image: url(../img/kobe14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 25px;
	padding-bottom:25px;
	margin-top: 34px;
	margin-bottom: 30px;
	font-weight: normal;
}
.back-bg4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 95px;
	font-size: 1.8em;
	background-image: url(../img/kobe15.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 45px;
	padding-bottom:35px;
	margin-top: 34px;
	margin-bottom: 30px;
	font-weight: normal;
}
#footer {
	font-size: 1em;
}
#footer p {
	display: block;
	width:98%;
	margin-left:3%;
	margin-right:auto;
	text-align:left;
	font-size:1em;
}
.page1 ol {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.page1 p {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.page2 ul {
	list-style-type: none;
	margin-top: 30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.page2 ul li {
	display: block;
	float: none;
	width: 100%;
	margin-right: 0%;
	text-align:center;
}
.page2 ul li:nth-child(2n) {
	margin-right: 0%;
}
.page2-1 ul {
	list-style-type: none;
	margin-top: 30px;
}
.page2-1 ul li {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2.4%;
}
.page2-1 ul li:nth-child(2n) {
	margin-right: 0%;
}
.page3 ol {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.page4 ol {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

}

/*ここからお問い合わせ*/
.page5 {
	display: block;
	margin-top: 25px;
}
.page5 h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:10px;
}
.inquiry-box {
	text-align: center;
}
.title02 {
	font-size: 3em;
	font-weight: normal;
	margin-top: 30px;
}
.title03 {
	font-size: 1.6em;
	font-weight: bold;
}
.title03 span {
	display: block;
}

.table1 {
	max-width: 980px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 64px;
}
.table1 .table-th {
	vertical-align: top;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}

.page5-1 h4 {
	float: left;
	width:33%;
	font-size: 1.5em;
	font-weight: bold;
}
.page5-1 .contact {
	display: block;
	float: left;
	width: 50%;
}
.page5-1 {
	max-width: 980px;
	width:100%;
	display: block;
	margin-top: 30px;
	clear: both;
	margin-bottom: 10px;
}
.ggmap {
position: relative;
padding-bottom: 26.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.contact form p span {
	color: #F00;
}
.contact form div {
	margin-bottom: 10px;
}

.inquiry-box .btn {
	margin-left: -10%;
}

.btn input {
	background-color: #74A72D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	cursor:pointer;
}
.btn input:hover {
	background-color: #0C0;
}
.contact form div p input {
	padding: 5px;
}

.topics {
    overflow:auto;
		width:100%; height:200px;
		padding:5px;
		border:#F7F8F8;
    
}


.topics dl {
padding: 15px 0 15px 15px;
border-bottom: 1px solid #ccc;
}

.topics dt {
padding-bottom: 5px;
clear: left;
float: left;
width: 20%;
}
.topics dd {
margin-left: 11%;
    font-size: 1.24em;
}    
.title_1 {
	font-size: 1.2em;
     line-height: 200%;
}


@media screen and (max-width: 768px) {
.title03 {
	font-size: 1.2em;
	font-weight: bold;
}
.title03 span {
	display: block;
}
   
    
.table1 td {
	display: list-item;
	list-style-type: none;
}
    }   



@media screen and (max-width: 480px) {
.title03 {
	font-size: 1.2em;
	font-weight: bold;
}
.table1 {
	margin-top: 30px;
}
.table1 td {
	display: list-item;
	list-style-type: none;
}
.page5-1 h4 {
	float: none;
	width:100%;
	font-size: 1.5em;
	font-weight: bold;
}
.page5-1 .contact {
	display: block;
	float: none;
	width: 50%;
}
.page5-1 {
	max-width: 480px;
	width:100%;
	display: block;
	margin-top: 30px;
	clear: both;
	margin-bottom: 10px;
}
}
/*ここまでお問い合わせ*/


