@charset "utf-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}

@media (min-width: 768px) {
.modal-dialog {max-width: 650px;}
}

/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;
	line-height:185%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	background: #000;
	letter-spacing: 0.05em;
	overflow-x: hidden;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#fff;}

/* header
---------------------------------------------------- */
header{
	width: 100%;
	z-index: 1000;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;
	padding:7px 0;
	background: #000
	}

@media print, screen and (min-width: 992px) {
header{
	background: transparent;
	}
}

/* h1
--------------------------- */
.logo {	
	margin: 12px 0;	
	width: 170px;
	float: left;
	height: auto;
}

@media print, screen and (min-width: 768px) {
.logo{
	margin: 20px 0;
	width: 211px;
	}
}

@media print, screen and (min-width: 992px) {
.logo {
	margin: 20px 0;
	width: 211px;
	}
}

@media print, screen and (min-width: 1200px) {
.logo {
	margin-top:20px;	
	width: 211px;
	}
}

/* content
---------------------------------------------------- */
main { line-height: 1.8em; font-size: 105%;}
@media print, screen and (min-width: 768px){main {font-size: 100%;}}
@media print, screen and (min-width: 992px){main {font-size: 105%;}}
@media print, screen and (min-width: 1200px){main{font-size:110%;}}

/* index.html
---------------------------------------------------- */
/* main余白
---------------------------------------------------- */
.mainimg{ margin-top: 55px !important;}
@media print, screen and (min-width: 768px)  {.mainimg{margin-top:80px !important;}}
@media print, screen and (min-width: 992px)  {.mainimg{margin-top:0px !important;}}
@media print, screen and (min-width:1120px) {.mainimg{margin-top:0px !important;}}

/* index.html
---------------------------------------------------- */
/* mainimage
---------------------------------------------------- */
.bg-main{background:url(../images/bg-main.jpg) no-repeat scroll 50% 0% / cover;}

/* bg-01
---------------------------------------------------- */
.bg-01{margin-top: 20px;}
@media print, screen and (min-width: 768px) {.bg-01{margin-top: 80px;}}
@media print, screen and (min-width: 992px) {.bg-01{margin-top: 120px;}}
@media print, screen and (min-width: 768px) {.bg-01{background: url(../images/bg-01.jpg) no-repeat scroll 50% 0% / cover}}

/* p01-box01
---------------------------------------------------- */
.p01-box01{
	padding: 5px 10px;
	margin: 15px 0 40px 0;
	border-left: 1px solid #fff;
	}
.p01-box01 h3{
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 5px;
	}

@media print, screen and (min-width: 768px) {
.p01-box01{
	padding: 5px 15px;
	margin: 20px 10px 60px 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.p01-box01{
	padding: 5px 15px;
	margin: 40px 30px 80px 30px;
	}
}

/* bg-02
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.bg-02{background: url(../images/bg-02.jpg) no-repeat center top;}}

.p01-box02{
	padding: 10px 0 20px 0px;
	}
@media print, screen and (min-width: 768px) {
.p01-box02{
	background: #000;
	padding: 80px 20px;
	}
}
@media print, screen and (min-width: 992px) {
.p01-box02{
	background: #000;
	padding: 100px 40px;
	}
}

/* bg-bottom
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.bg-bottom{border-top: 2px solid #fff;}
.bg-bottom h4 img{margin: 0 auto; width: 150px;}
.bg-bottom h5{
	text-align: center;
	line-height: 18px;
	}
.bg-bottom .access{text-align: center;}
}

@media print, screen and (min-width: 768px) {
.bg-bottom h5{
	font-size: 15px;
	font-weight: 900;
	}
}

@media only screen and (max-width: 767px) {
.btn-bottom-tel{
	display:block;
	padding:10px 0px;
	border:1px solid #333;
	font-size: 18px;
	color: #333;
	background:#fff;
	font-weight: normal;	
	text-align: center;
	margin-bottom: 20px;	
	font-family: 'Oswald', sans-serif;
	}
}

@media print, screen and (min-width: 768px) {
.btn-bottom-tel{
	display:inline-block;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	cursor:default;
	font-family: 'Oswald', sans-serif;
	}
}

/* footer
---------------------------------------------------- */
/* footer01
------------------------- */
#footer01{
	clear: both;
	width:100%;
	}

/* footer02
------------------------- */
#footer02{
	clear: both;
	width: 100%;
	}

/* f-yohaku
---------------------------------------------------- */
.f-yohaku01{padding:20px 0}
@media print, screen and (min-width: 576px) {.f-yohaku01{padding:20px 0;}}
@media print, screen and (min-width: 768px) {.f-yohaku01{padding:20px 0;}}
@media print, screen and (min-width: 992px) {.f-yohaku01{padding:20px 0;}}

.f-yohaku02{padding:0 0 20px 0}
@media print, screen and (min-width: 576px) {.f-yohaku02{padding:0 0 30px 0;}}
@media print, screen and (min-width: 768px) {.f-yohaku02{padding:0 0 60px 0;}}
@media print, screen and (min-width: 992px) {.f-yohaku02{padding:0 0 80px 0;}}

/* f-navi
---------------------------------------------------- */
#textlink {width:100%; color: #333333;}
#textlink ul{list-style:none}
#textlink li{line-height:100%; display:block; background-color:#fff; border-bottom:1px solid #ccc}
#textlink li i{float:right; color: #333333;}
#textlink li a{display:block; padding:15px; text-align:left; color: #333333; font-weight:normal;}
#textlink li:first-child{border-left: 0px;}
#textlink a:link, 
#textlink a:visited,
#textlink a:hover,
#textlink a:active{color: #333333; text-decoration:none}
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:85%;
	font-weight: bold;
	color: #333333;
	}

@media print, screen and (min-width: 768px) {
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:0%;
	font-weight: bold;
	color: #fff;
	}
#textlink {width:100%; padding:0; text-align:center;}
#textlink li{line-height:100%; margin-bottom:0px; display:block; background:none; border-bottom:0px solid #ccc}
#textlink li a{display:block; padding:0px; font-weight:normal; margin-bottom:0px;}
#textlink a:link,
#textlink a:visited {color:#fff; text-decoration:none}
#textlink a:hover {color:#fff; text-decoration:underline}
#textlink .first{padding-left:0px}
#textlink .last{border:none; padding-right:0px}
#textlink li{border-right: 0px solid #fff; border-radius:0px; padding:3px 15px 3px 0px; display:inline-block; font-size: 100%;}
#textlink li a{display:block; padding:0px;}
}

@media print, screen and (min-width: 768px) {
#textlink li{font-size: 90%;}
}

@media print, screen and (min-width: 992px) {
#textlink li{padding:3px 20px 3px 0px; font-size: 100%;}
}

/* copyright
---------------------------------------------------- */
.copyright{
	font-size: 13px;
	text-align: center;	
	}

@media print, screen and (min-width: 768px) {
.copyright{	
	padding-top: 10px;
	}
}

/* equipment.html
---------------------------------------------------- */
.words{margin-bottom: 5px;}

@media print, screen and (min-width: 768px) {
.words{font-size: 12px;}
}

/* contact.html
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.mail-box1{
	padding: 15px;
	border:1px solid #fff ;
	text-align: center;
	}
	
.mail-box1 h3{
	font-size: 17px;
	font-weight: 900;
	margin-bottom: 20px;
	}
	
.mail-box1 h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	}
}

@media print, screen and (min-width: 768px){
.mail-box1{
	padding:25px 15px 20px 15px;
	border:1px solid #fff ;
	font-size: 105%;
	text-align: center;
	}
	
.mail-box1 h3{
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 40px;
	}
	
.mail-box1 h3 span{
	padding-bottom:5px;
	font-weight: 900;
	border-bottom: 1px solid #fff;
	}
}

.contact_btn_tel{
	display:block;
	color:#fff;	
	background-color: #004c70;
	font-size:140%;	
	padding:15px 5px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 8px;
	}
	
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
	.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size:170%;
	margin-bottom: 0;
	}
	.contact_btn_tel i{margin:0 5px 0 0; color:#fff;}
}

@media print, screen and (min-width: 992px) {
	.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size:220%;
	}
	.contact_btn_tel i{margin:0 5px 5px 0; 	color:#fff; font-size: 23px;}
}

/* table
------------------------- */
.contact_box{ 
	background-color:#000;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* フォームのテーブル
------------------------- */
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom: 20px;
}

.table_form th{
	width:100%;
	padding:15px 15px 5px 15px;
	display: block;
	font-size: 100%;
}

.table_form td{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0px 15px 15px 15px;
	display: block;
}

.table_form th span{/*必須*/
	font-size:80%;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	float:right;
	background-color:#D00A0A;
}

.table_form td.last {border-bottom:none;}
.table_form td.class { border-bottom:0;}

@media print, screen and (min-width: 768px) {
.table_form{
	margin-bottom: 60px;
}

.table_form th{
	width:33%;
	border-bottom:1px solid #ccc;
	padding:15px 20px;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
	}

.table_form td{
	width:100%;
	padding:15px 25px;
	display:table-cell;
	}
}

@media print, screen and (min-width: 992px) {
	.table_form th{width:35%;}
}

/* form
---------------------------------------------------- */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:2px 0px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="text"], select{border:1px solid #ccc; border-radius:3px}
input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px}
input,textarea{
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
.table_form label{font-weight: normal !important; margin-right:20px; }

@media only screen and (max-width: 767px) {
	.slc1 {float: left}
	.nengou div{float: left; margin: 12px 0 0 12px;}	
	.year div{float: left; margin: 12px 0 0 12px;}	
	.month div{float: left; margin: 12px 0 0 12px;}
	.day div{float: left; margin: 12px 0 0 12px;}	
}

@media print, screen and (min-width: 768px) {
	.slc1 {float: left}
	.nengou div{float:left; margin: 12px 0 0 8px;}	
	.year div{ float: left; margin: 12px 0 0 8px;}	
	.month div{ float:left; margin: 12px 0 0 8px;}
	.day div { float: left; margin: 12px 0 0 8px;}	
}

@media print, screen and (min-width: 768px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 130px;}	
	.month {float:left; width: 130px;}
	.day { float: left; width: 130px;}	
}

@media print, screen and (min-width: 992px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 150px;}	
	.month {float:left; width: 150px;}
	.day { float: left; width: 150px;}	
}

@media only screen and (max-width: 767px) {.w100 {width:70%; display: inline-block; margin-bottom: 10px;}}
@media print, screen and (min-width: 768px) {.w100 {width:100px;}}

.w80 {width:80px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w80 {width:80px; margin-right: 10px;}}

.w300 {width:100%; display: inline-block;}
@media print, screen and (min-width: 768px) {.w300 {width:300px;}}

.w180 {width:100px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w180 {width:120px;}}
@media print, screen and (min-width: 992px) {.w180 {width:180px;}}

.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* 個人情報保護方針
---------------------------------------------------- */
#policy{
	padding:10px;
	height:300px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	margin-bottom: 15px;	
	}	

@media print, screen and (min-width: 768px) {
#policy{
	padding:10px;
	height:300px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	margin-bottom: 40px;
	background: #000;
	}
}

@media print, screen and (min-width: 992px) {
	#policy{
	padding:30px;
	}
}

#policy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #999;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #435295;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #eee;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #eee;
}
#policy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

.con-ul{
	padding-left:20px;
	list-style:decimal;
	margin-bottom: 20px;
	}

.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}

#policy h4{ color:#fff; font-size:14px; line-height: 20px; margin-bottom: 10px; font-weight: 700;}

@media print, screen and (min-width: 768px) {
#policy h4{font-size:16px}

.con-ul{
	padding-left:30px;
	list-style:decimal;
	margin-bottom: 30px;
	}

.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}

/* pankuzu
---------------------------------------------------- */
.pankuzu{
	width:100%;
	display: table;
	color:#fff;
}
.pankuzu{font-size: 12px;}
.pankuzu i{margin-right: 5px;color:#fff;}
.pankuzu a:link, .pankuzu a:visited{color:#fff; text-decoration:underline !important;}
.pankuzu a:hover, .pankuzu a:active{color:#fff; text-decoration:underline !important;}

/* h2
---------------------------------------------------- */
.h2-midasi{
	padding: 30px 0;
	text-align: center;
	background:url(../images/h2.jpg) no-repeat scroll 50% 0% / cover;
}

.h2-midasi h2{
	font-size: 25px;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
}
.h2-midasi span{
	font-size: 14px;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
.h2-midasi{padding:100px 0;}
.h2-midasi h2{font-size:70px; line-height:40px;}
.h2-midasi span{font-size:20px;}
}

@media print, screen and (min-width: 992px) {
.h2-midasi{padding:150px 0;}
}

/* 見出し01
---------------------------------------------------- */
.midasi01{
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.2em;
	}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 50px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 60px;
	margin-bottom: 20px;
	}
}

/* 見出し02
---------------------------------------------------- */
.midasi02{
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
	text-align: center;
	}
.midasi02 span{
	font-size: 13px;
}

@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 35px;
	margin-bottom: 40px;
	letter-spacing: 0.2em;	
	}
.midasi02 span{
	font-size: 16px;
	}
}

@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 30px;
	margin-bottom: 30px;
	}
.midasi02 span{
	font-size: 16px;
	}
}

/* 見出し03
---------------------------------------------------- */
.midasi03{
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.2em;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 30px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 40px;
	margin-bottom: 20px;
	}
}

/* 見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 900;
	text-align: center;
	}
.midasi04 span{
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: #017096;
}

@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 40px;
	letter-spacing: 0.2em;	
	}
.midasi04 span{
	font-size: 60px;
	}
}

/* 見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 22px;
	font-weight: 900;
	padding-top: 10px;
	border-top: 1px solid #fff
	}
@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 18px;
	}
}

/* 汎用
---------------------------------------------------- */
/* 画像
---------------------------------------------------- */
.img-c img{margin:0 auto;}
.img-r img{margin: 0 0 0 auto;}

@media only screen and (max-width: 767px) {
.img-w img{margin:0 auto; width: 120px;}
}
@media print, screen and (min-width: 768px) {
.img-w img{margin:0 auto; width: 200px;}
}
@media print, screen and (min-width: 992px) {
.img-w img{margin:0 auto; width: 318px;}
}

.imglink a:hover img{
    opacity: 0.5 !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: 0.2s ease-in !important;
    filter: alpha(opacity=50) !important;
	}

/* 縦横比
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* color
-------------------------- */
.fs120	{font-size: 120%;}
.fs80	{font-size: 80%;}

/* color
-------------------------- */
.white{color:#fff}
.red{color:#ff3333}

.white a:link,
.white a:visited,
.white a:hover,
.white a:active{text-decoration:none; color:#fff !important}

/* print
-------------------------- */
.pbb{page-break-before:always}

/* pen
-------------------------- */
.pen {background: linear-gradient(transparent 50%, #ffc6b4 50%);}

/* 画像　影
-------------------------- */
.kage img{box-shadow:7px 7px #afe2ff}

/* 丸
-------------------------- */
.maru img{border-radius: 20px;}

/* 数字 2
-------------------------- */
.number2{
	font-size:30px;
	line-height: 50px;
	color:#ff821d;
	font-family: 'Vidaloka', serif;
	font-weight: normal;
	}

@media print, screen and (min-width: 768px) {
.number2{
	font-size:50px;
	line-height:60px;	
	}	
}

/* PC tablet のみ 中央寄せ
-------------------------- */
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center; line-height: 2.2em;}}

/* 全て 中央寄せ
-------------------------- */
.ctr-text02{text-align: center; line-height: 2.2em;}

/* スマホ のみ 中央寄せ
-------------------------- */
.ctr-text03{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text03{text-align: left;}}

/* テキスト
-------------------------- */
.text01{
	font-size: 16px;
	line-height: 30px;
	}

@media print, screen and (min-width: 768px) {
.text01{
	font-size: 17px;
	line-height: 38px;
	}
}

.text02{
	font-size: 16px;
	line-height: 2.0em;
	}

@media print, screen and (min-width: 768px) {
.text02{
	font-size: 13px;
	line-height: 34px;
	}
}

/* リスト
---------------------------------------------------- */
.ul-disc {list-style:disc; padding-left:5px; text-align: left; margin-left: 10px; margin-bottom: 20px;}
.ul-disc li{padding: 3px 0; border-bottom: 1px dashed #aaa;}
	
@media print, screen and (min-width: 768px) {
.ul-disc {margin-left: 20px; margin-bottom: 0;}
.ul-disc li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
}

.ul-disc2 {list-style:disc; padding-left:5px; text-align: left; margin-left: 10px;}
.ul-disc2 li{
	padding: 8px 0;
	border-bottom: 1px solid #333;
	}
	
@media print, screen and (min-width: 768px) {
.ul-disc2 {border-top: 1px solid #333; margin-bottom: 20px;}
.ul-disc2 li{padding:15px}
}

.ul-no {list-style:decimall; padding-left:5px; text-align: left; margin-left: 10px;}
.ul-no li{padding: 3px 0; border-bottom: 1px dashed #aaa;}
	
@media print, screen and (min-width: 768px) {
.ul-no {margin-left: 20px;}
.ul-no li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
}

/* paging
---------------------------------------------------- */
.paging { text-align: center; font-size: 90%; font-family: 'Oswald', sans-serif;}
.paging span.current,
.paging span.paging-text{
	margin:0px 0.5px;
	color:#ff3333;
	border:1px solid #ff3333;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #ff3333;
}
.paging span.current{
	background: #ff3333;
	border:1px solid #ff3333;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
.paging span.paging-text a:hover{
	background: #ff3333;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.paging { font-size: 100%;}
	.paging span.current,
	.paging span.paging-text{margin:0px 2px;}
	.paging span.paging-text a{padding:10px 15px;}
	.paging span.current{padding:10px 15px;}
}

/* ol
---------------------------------------------------- */
.ol-01{padding-left: 20px; margin-bottom: 30px;}
.ol-01 li{ border-bottom: 1px dashed #ccc; padding: 5px 0;}

/* bg
---------------------------------------------------- */
.bg-photo01{background: url(../images/bg-photo01.jpg) no-repeat scroll 50% 0% / cover}
.bg-dot{background: url("../images/dot.gif")}
.bg-gray{background:#222}

/* 文字間
---------------------------------------------------- */
.mb-10-sm0-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md0-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}

.mb-10-sm15-md15-lg15{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}

.mb-10-sm15-md20-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md20-lg30{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md20-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md20-lg30{ margin-bottom:30px}}

.mb-10-sm20-md30-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm0-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md0-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}

.mb-40-sm40-md0-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md0-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}

.mb-40-sm40-md40-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md40-lg0{ margin-bottom:0px}}

.mb-20-sm20-md30-lg30{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm30-md40-lg40{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg40{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}

.mb-20-sm30-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg60{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg60{ margin-bottom:60px}}

.mb-30-sm40-md60-lg60{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm40-md60-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-30-sm40-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-30-sm40-md60-lg60{ margin-bottom:60px}}

.mb60{margin-bottom: 60px;}

/* 余白
---------------------------------------------------- */
.pp00 {padding: 0 !important;}
@media print, screen and (min-width: 768px) {.pp00-2 {padding: 0 !important;}}

.part01{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part01{padding:60px 0}}
@media print, screen and (min-width: 768px) {.part01{padding:80px 0}}
@media print, screen and (min-width: 992px) {.part01{padding:100px 0}}

.part02{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part02{padding:60px 0}}
@media print, screen and (min-width: 768px) {.part02{padding:70px 0}}
@media print, screen and (min-width: 992px) {.part02{padding:80px 0}}

.part03{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part03{padding:90px 0 60px 0}}
@media print, screen and (min-width: 768px) {.part03{padding:100px 0 40px 0}}
@media print, screen and (min-width: 992px) {.part03{padding:140px 0 100px 0}}

.part04{padding:0 0 30px 0;}
@media print, screen and (min-width: 576px) {.part04{padding:0 0 100px 0}}
@media print, screen and (min-width: 768px) {.part04{padding:0 0 150px 0}}
@media print, screen and (min-width: 992px) {.part04{padding:0 0 170px 0}}

.part05{padding:0 0 30px 0;}
@media print, screen and (min-width: 576px) {.part05{padding:0 0 50px 0}}
@media print, screen and (min-width: 768px) {.part05{padding:0 0 90px 0}}
@media print, screen and (min-width: 992px) {.part05{padding:0 0 100px 0}}

.part06{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part06{padding:60px 0 0 0}}
@media print, screen and (min-width: 768px) {.part06{padding:80px 0 0 0}}
@media print, screen and (min-width: 992px) {.part06{padding:100px 0 0 0}}

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map iframe{ height:400px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe{ height:500px; margin-bottom: -9px;}}

.map2 iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map2 iframe{ height:500px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map2 iframe{ height:600px; margin-bottom: -9px;}}

/* table
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* table1
---------------------------------------------------- */
.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #eee; margin-bottom: 20px; }
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	font-size: 100%;
	text-align: center;
	}

.table1 td{
	padding:10px;
	display: block;
	border-top:1px dashed #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #eee;
	}

@media print, screen and (min-width: 768px) {
.table1{ border-top:0px solid #072c87; border-bottom:0px solid #eee;}
.table1 th{
	padding:15px 20px;
	border-top:1px solid #ccc;
	border-left:0px solid #eee;	
	border-right:0px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	display:table-cell;
	width:25%;
	}

.table1 td{
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-right:0px solid #ccc;	
	border-left:0px solid #ccc;
	border-bottom:1px solid #ccc;
	display:table-cell;
	}
}

.table1 tr:nth-child(2n+1) {background: #333;}

/* table2
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table2 a:link,
.table2 a:visited,
.table2 a:hover,
.table2 a:active{text-decoration:none; color:#333;}
}

.table2{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.table2 th{
	width:100%;
	padding:10px;
	display: block;
	text-align:left;
	border-top: 0px solid #ccc;
	background-color:#333;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color:#fff;	
}
.table2 td{
	width:100%;
	padding:10px;
	display: block;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color:#333;	
}

@media print, screen and (min-width: 768px) {
.table2 th{
	width:35%;
	padding:15px 20px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
.table2 td{
	width:100%;
	padding:15px 20px;
	display:table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
}

/* table3
---------------------------------------------------- */
.table3{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.table3 th{
	width:100%;
	padding:10px;
	display: block;
	text-align:left;
	border-top: 0px solid #ccc;
	background-color:#333;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color:#fff;	
}
.table3 td{
	width:100%;
	padding:10px;
	display: block;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color:#333;	
}

@media print, screen and (min-width: 768px) {
.table3 th{
	width:50%;
	padding:15px 10px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
.table3 td{
	padding:15px 10px;
	display:table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
}

/* btn
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}
}

/* btn01
---------------------------------------------------- */
.btn01{
	display:block;
	width:100%;	
	color:#fff !important;
	padding:10px 5px;
	border: 1px solid #fff;
	text-align:center;
	letter-spacing: 0.2em;
	font-family: 'Raleway', sans-serif;
	}

@media print, screen and (min-width: 768px) {
.btn01{
	font-size: 20px;
	font-weight: 900;
	padding: 35px 10px;
	}
}

.btn01 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn01:link,
.btn01:visited{
	color:#fff;
	border: 1px solid #fff;
	font-family: 'Raleway', sans-serif;
	}
.btn01:hover,
.btn01:active{
	color:#fff;
	border: 1px solid #000;
	text-decoration:none !important;
	font-family: 'Raleway', sans-serif;	
	}

.btn01 i{
	margin-right: 5px;
	color:#fff;
	}

/* btn02
---------------------------------------------------- */
.btn02{
	display:block;
	width:100%;	
	color:#fff !important;
	padding:10px 0px;
	border-bottom: 3px solid #fff;
	letter-spacing: 0.2em;
	font-family: 'Raleway', sans-serif;
	}

@media print, screen and (min-width: 768px) {
.btn02{
	font-size: 16px;
	font-weight: 900;
	padding: 10px 0px;
	}
}

.btn02 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn02:link,
.btn02:visited{
	color:#fff!important;
	border-bottom: 3px solid #fff;
	font-family: 'Raleway', sans-serif;
	}
.btn02:hover,
.btn02:active{
	color:#777!important;
	border-bottom: 3px solid #777;
	text-decoration:none !important;
	font-family: 'Raleway', sans-serif;	
	}

/* btn03
---------------------------------------------------- */
.btn03{
	display:block;
	width:100%;	
	color:#fff !important;
	padding:10px;
	border: 1px solid #fff;
	background: #000;	
	text-align:center;
	font-family: 'Raleway', sans-serif;
	}

@media print, screen and (min-width: 768px) {
.btn03{
	padding: 15px;
	}
}

.btn03 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn03:link,
.btn03:visited{
	color:#fff;
	border: 1px solid #fff;
	font-family: 'Raleway', sans-serif;
	background: #000;
	}
.btn03:hover,
.btn03:active{
	color:#fff;
	border: 1px solid #000;
	background: #000;
	text-decoration:none !important;
	font-family: 'Raleway', sans-serif;	
	}

.btn03 i{
	margin-right: 5px;
	color:#fff;
	}

/* btn04
---------------------------------------------------- */
.btn04{
	display:block;
	width:100%;	
	color:#fff !important;
	background-color: #004c70;
	border: 1px solid #004c70;
	padding:10px 0px;
	text-align:center;	
	}

@media print, screen and (min-width: 768px) {
.btn04{
	padding:15px 0px;
	}
}

.btn04 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn04:link,
.btn04:visited{
	color:#fff!important;
	text-decoration:none;
	background-color:#004c70;
	}
.btn04:hover,
.btn04:active{
	color:#fff!important;
	text-decoration:none !important;
	background-color:#5d8fb3;
	}
.btn04 i{
	margin-left: 5px;
	color:#fff;
	}

/* gfont
---------------------------------------------------- */
.gfont01 {font-family: 'Raleway', sans-serif;}
.gfont02 {font-family: 'Oswald', sans-serif;}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 100;
}

#pagetop img{
	width: 30px;
	height: auto;
}

@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 40px
	}
}

@media print, screen and (min-width: 1200px) {
#pagetop {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
	}
}
	
/* anchor
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 55px;
    margin-top: -55px;
}

@media print, screen and (min-width: 768px) {
.anchor{
    padding-top: 130px;
    margin-top: -130px;
	}
}