@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	padding-left: auto;
	height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	clear: none;
	float: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #000000;
}
#div1 {
	background-position: 0% 0%;
	padding-left: auto;
	padding-right: auto;
	height: 115px;
	background-color: #000000;
	width: 100%;
}
.top_navi {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 16px;
	background-color: #AAAAAA;
	border-bottom: 1px solid #DBDBDB;
	margin-top: 0px;
}
#div2 {
	background-color: rgba(216,188,4,1.00);
	height: 8px;
}
#title  {
	align-content: space-between;
	margin-left: auto;
	width: auto;
	height: 14%;
	background-image: -webkit-linear-gradient(270deg,rgba(196,158,0,1.00) 0%,rgba(255,254,202,1.00) 28.50%,rgba(169,131,0,1.00) 60.62%,rgba(255,250,128,1.00) 76.68%,rgba(200,143,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(196,158,0,1.00) 0%,rgba(255,254,202,1.00) 28.50%,rgba(169,131,0,1.00) 60.62%,rgba(255,250,128,1.00) 76.68%,rgba(200,143,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(196,158,0,1.00) 0%,rgba(255,254,202,1.00) 28.50%,rgba(169,131,0,1.00) 60.62%,rgba(255,250,128,1.00) 76.68%,rgba(200,143,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(196,158,0,1.00) 0%,rgba(255,254,202,1.00) 28.50%,rgba(169,131,0,1.00) 60.62%,rgba(255,250,128,1.00) 76.68%,rgba(200,143,0,1.00) 100%);
	padding-top: auto;
	padding-bottom: auto;
	margin-top: 21%;
}
.gridContainer.clearfix #nav {
	padding-bottom: 12px;
	margin-top: 24%;
	margin-bottom: -10px;
	width: 100%;
}
li a img {
	width: 100%;
	height: 100%;
	margin-left: -3em;
	margin-right: auto;
	margin-top: -20px;
}


#subtitle .fluid.subtitle {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: rgba(211,211,211,1.00);
	margin-bottom: 5px;
	width: 100%;
}

dl.accordion {
	width: 100%;
	margin-top: 395px;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 16px;
	height: 100%;
	margin-left: auto;
}
dl.accordion dt {
	background-repeat: no-repeat;
	background-position: 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#aaa), to(#aaa));
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	background-image: url(../img/open.png);
	background-color: #1C8C06;
}
dl.accordion dt.open {
	background: url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #aaa, #aaa);
	background-repeat: no-repeat;
	background-position: 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#aaa), to(#aaa));
	background-image: url(../img/close.png);
	background-color: rgba(28,140,6,1.00);
	border-bottom-color: rgba(251,149,3,1.00);
	border-bottom-style: solid;
	z-index: 0;
}
dl.accordion dd {
	background: #aaa;
	display: none;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
	margin-left: auto;
	margin-bottom: 0px;
}

dl.accordion a {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #fff;

}
dl.accordion a:visited  {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #fff;

}
dl.accordion a:hover  {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.kont1  {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-size:16px;
}
.kont1 h1{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #Fff;
	background-image: url(../images/h2title_bg.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 30px;
	line-height: 30px;
}
.list1 {
	width: 103%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
.list3 {
	width: 90%;
	margin-left: 4%;
	margin-bottom: 8px;
	font-size: small;
	display: none;
}
.main_f {
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 100%;
	background-color: rgba(135,2,26,1.00);
	margin-bottom: 12px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 15px;
	color: rgba(251,247,247,1.00);
}
.footerline {
	height: 5px;
	background-color: #C0AD00;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}
.f_office {
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	display: none;
}
.f_add {
	text-align: center;
	font-size: 98%;
	margin-top: 5px;
	display: none;
}
.cont1 {
	clear: both;
	margin-top: 2px;
	display: inherit;
	margin-right: auto;
	margin-left: auto;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.gridContainer.clearfix #div1 #fif {
	float: none;
	clear: none;
	margin-right: auto;
	margin-top: -17%;
	width: 70%;
}
.main_f .footermenu {
	display: none;
	color: rgba(255,255,255,1.00);
}

.main_f .f_m {
    text-align: left;
    width: 83%;
    line-height: 18px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    text-indent: 1px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


#trans {
	width: 95%;
	margin-left: 3%;
	margin-right: auto;
	background-position: right center;
	background-color: rgba(163,163,163,1.00);
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(0,0,0,1.00);
	text-shadow: 0px 0px;
	font-size: large;
	display: none;
}
#const {
	width: 95%;
	margin-left: 3%;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: right center;
	background-color: rgba(163,163,163,1.00);
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	display: none;
}
#prant {
	width: 95%;
	margin-left: 3%;
	margin-right: auto;
	background-position: right center;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background-color: rgba(163,163,163,1.00);
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	display: none;
}
#prant2 {
	width: 95%;
	margin-left: 3%;
	margin-right: auto;
	background-position: right center;
	background-color: rgba(163,163,163,1.00);
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	display: none;
}
#office {
	width: 95%;
	margin-left: 3%;
	margin-right: auto;
	background-position: right center;
	background-color: rgba(163,163,163,1.00);
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	display: none;
}
#hist {
	width: 95%;
	margin-left: 3%;
	margin-right: auto;
	background-position: right center;
	background-color: rgba(163,163,163,1.00);
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	font-weight: bold;
	display: none;
}
.midasiimage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pankuzu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	text-align: left;
}
.cont_office {
	text-align: left;
	margin-left: auto;
	text-indent: 13px;
	line-height: 29px;
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	margin-top: 5px;
}
.pankuzu a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	text-decoration: underline;
}
.titlebar {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 3px;
}


.contents {
	width: 100%;
	background-image: url(../images/bar.png);
	height: auto;
	background-position: 1% 50%;
	background-size: auto 101%;
	background-repeat: no-repeat;
	text-indent: 4%;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
}
#map {
	float: left;
	margin-right: 18px;
	margin-bottom: 13px;
	width: 100%;
	height: auto;
	min-height: 370px;
}


.cont_map {
}

#map_photo {
	width: 100%;
	height: auto;
	float: none;
	top: -19px;
}
.cont_map {
	padding-left: 15px;
}
.mailform .mfpcheck {
	text-align: left;
	width: 118%;
	margin-left: -5%;
	margin-right: auto;
}

#mapH2 {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
}
.contents2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(255,126,0,1.00);
	font-size: 14px;
	margin-bottom: 9px;
	margin-top: 20px;
}
.con_photo {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	margin-bottom: 17px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

.con_photo_cap {
	float: left;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.con_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	text-indent: 14px;
	font-size: small;
	color: #FFFFFF;
	margin-top: -13px;
}




.list table {
	font-size: small;
	line-height: 130%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	width: 100%;
	margin-left: auto;
	display: block;
}
.list table th {
	padding: 0.3em 10px;
	color: #505050;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	width:120px;
	background-color: #ace0c7;
}
.list table td {
	padding: 0.3em 10px;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
}

.list03{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: none;
	font-size: small;
}
.list03 table {
	font-size: small;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	width: 100%;
}
.list03 table td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #c3c3c3;
	width: auto;
	padding-left: auto;
	padding-right: auto;
	margin-left: 8px;
}
.list03ss {
	width: 97%;
	margin-bottom: 17px;
}
.list03ss th {
	background-color:#ace0c7
}

.list04{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: inherit;
}

#touroku {
	display:none;
}
.con_photo img {
	width: 100%;
}


.footerc {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}
.con_text2 {
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-indent: 13px;
	margin-bottom: 16px;
	color: #FFFFFF;
	margin-top: -19px;
	margin-left: auto;
	margin-right: auto;
}
.con_ul {
	margin-left: -28px;
	width: 95%;
}
.con_photoconst {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-bottom: 24px;
}
.con_photo_M {
	margin-top: 5px;
	width: 95%;
	display: inherit;
	float: left;
	margin-left: 4%;
	margin-right: 1%;

}
.con_photo_M img {
	width: 100%;
	display: inherit;
	float: left;
}

.return a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	font-size: small;
	color: rgba(0,0,0,1.00);
	margin-left: auto;
	float: right;
	margin-right: 6%;
	padding-top: 21px;
	margin-top: -29px;
	margin-bottom: 0px;
}
.return2 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	font-size: small;
	color: rgba(0,0,0,1.00);
	margin-left: auto;
	float: right;
	margin-right: 6%;
	padding-top: 19px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.apply {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sign {
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: right;
}



form#mailformpro select {
	vertical-align: middle;
	font-size: 12px;
}

.list {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(104,104,104,1.00);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.namecap {

}

.musttext {
	float: left;
	margin-right: 19px;
	margin-left: -36px;
	margin-top: 4px;
}
.must {
	display: block;
	background-color: #C00;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	text-align: center;
	width: auto;
	padding-right: 9px;
}
.list .minitable {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.kont1 .list .minitable th {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 0px;
}
.return {
	color: rgba(104,104,104,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.mizu {
	width: 100%;
}
.example-image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.return3 {
	float: none;
	width: 102%;
	text-align: right;
	margin-bottom: 0px;
	color: rgba(0,0,0,1.00);
	margin-top: 6px;
	font-size: 7px;
}
.ch_title img {
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: none;
}
.ch_title {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.ch_title img {
	display: block;
	float: none;
	width: 100%;
	max-width: 1232px;
}
.chronology tbody tr td {
	border-bottom: 1px dotted rgba(149,149,149,1.00);
	vertical-align: middle;
	padding-top: 3%;
	padding-bottom: 2%;
	font-size: small;
	line-height: 18px;
}
.con_photo3 {
	width: 99%;
	margin-top: 6px;
	margin-bottom: 5px;
	float: left;
}
.kenoudou img{
	width: 111%;
	margin-left: -5%;
}

.con_photo_s img{
	width: 100%;
	display: block;
	float: right;
	padding-left: 0px;
	height: auto;
	margin-top: 0px;
}
.gridContainer.clearfix .con_photo3 img {
	width: 98%;
}

.returnend {
	float: right;
	margin-top: -32px;
}
.kont1 .list .tab {
	display: none;
}

.contents3 .con_photo_l {
	width: 88%;
	padding-right: auto;
	padding-left: auto;
	float: none;
	clear: both;
	margin-left: auto;
}
.contents3 .con_photo_l img {
	width: 89%;
}
.contents3 .con_photo4 {
	width: 81%;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;



}
.con_photo4 .con_photo4_cap {
	width: 100%;
	font-size: small;
}
.contents3 .con_photo4 img {
}
.con_photo_pra {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
}
.con_photo_pra img {
	width: 100%;
	margin-left: -2%;
	margin-top: 13px;
}
.const .con_photo_con {
	clear: both;
	float: none;
	margin-bottom: 6px;
	padding-left: auto;
	padding-right: 4%;
}

.const .con_photo_con img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;

}


.listrec table {
	width: 115%;
	margin-left: -4%;
}
.listrec table tbody tr th{
	width: 34%;
	padding-top: 2px;
	padding-bottom: 2px;
} 

.listrec table tbody tr td{
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} 
tr td .bank {

}
.techno h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background-color: rgba(149,149,149,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.techno img{
	width: 100%;
}
.mov_photo img{
	width: 99%;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: -2%;
}
.privacy {
	width: 95%;
	margin-left: -6%;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 6px;
	margin-bottom: 6px;
}
.mfp {
	margin-left: -16px;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 13px;
	padding-left: 0px;
}
#nav .fluid.top_navi {
	background-color: rgba(6,6,6,1.00);
}

#nav .fluid.top_navi a{
	display: block;
	color: rgba(255,255,255,1.00);
}

#nav .fluid.top_navi a:visited{
	display: block;
	color: rgba(251,241,0,1.00);
}
#nav .fluid.top_navi a:hover{
	display: inherit;
	color: rgba(251,241,0,1.00);
	margin-top: 4px;
}
#subtitle {
	width: 100%;
	background-color: #990000;
	text-align: center;
	margin-top: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(255,255,255,1.00);
	margin-bottom: 2px;
	font-size: small;
	height: 8%;
}
#toptitle {
	margin-left: auto;
	margin-right: auto;
	height: 0%;
	padding-top: auto;
	padding-bottom: auto;
	width: auto;
}
.box1 {
	margin-top: 81px;
	margin-bottom: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	text-align: center;
	display: none;
}
.box11 {
    margin-top: 81px;
    margin-bottom: 1px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: x-small;
    text-align: center;
    display: none;
    float: right;
    margin-right: auto;
    margin-left: auto;
}
.box1 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	color: rgba(0,0,0,1.00);
}
.box11 a{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: x-small;
}
.map {
	width: 100%;
	margin-top: 18px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.map_l {
	display: none;
}
.gaikan {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.toiawase {
	margin-left: 10%;
	color: #FFFFFF;
}
.box2 {
    text-align: center;
    display: inherit;
    margin-top: 3%;
    background-color: rgba(163,163,163,1.00);
}
.box22 {
    text-align: center;
    display: inherit;
    margin-top: 3%;
    background-color: #ffffff;
}
.koment {
	color: #FFFFFF;
	margin-top: -26%;
	text-align: center;
	font-size: x-small;
}
h1 {
	text-align: center;
	color: #E0D2A1;
	font-size: xx-large;
}
.con_text3 {
	background-color: #F9EBC6;
	border-radius: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: medium;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 12px;
}
.map_m {
	display: none;
}
.fluid.con_text4 {
	color: #FFFFFF;
	width: 81%;
	margin-left: 5%;
	margin-right: auto;
}

#mailformpro .mfp {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
.cont {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	display: inline-table;
}
#linkst {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.saprofile {
	display: none;
}
.profilem {
	display: none;
}
.profiles {
}
.syokei {
    float: right;
    margin-left: -45px;
    margin-top: -2.5em;
    width: 35%;
    font-size: small;
    margin-right: -16px;
    padding-left: 0px;
}
.coming_photo {
	width: 100%;
}



form#mailformpro dl dt {
	width: 99%;
	clear: both;
	font-size: 12px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	padding-top: 8px;
}
	form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	}
tr th .price {
	width: 123%;
	margin-top: 3px;
	margin-bottom: 2px;
}
.const .con_text .aisatsu {
    color: #ddccff;
}
.const .con_text .aisatsu02 {
    color: #ddccff;
}
.const .con_text .shoshinsha {
    color: #ffddff;
}
.const .con_text .chukyu {
    color: #ffbef5;
}
.const .con_text .chukyu02 {
    color: #d4dbff;
}
.const .con_text .bansou {
    color: #ffb0d5;
}
.const .con_text .bansou02 {
    color: #cceeff;
}
.const .con_text .aisatsu_img {
    margin-top: 14px;
    color: undefined;
}
.const .con_text .space2px {
    padding-top: 0px;
    margin-bottom: -20px;
}


.enso_song {
    padding-left: 0px;
    display: block;
    width: auto;
    margin-left: -10px;
}
body {
}
.mmm {
    width: 84%;
    padding-left: 67px;
}














/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width:481px){

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: both;
	float: none;
	margin-left: auto;
}
#div1 {
	height: 104px;
	background-color: rgba(0,0,0,1.00);
}
.top_navi {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 18px;
	background-color: #00DF7A;
	padding-top: 4px;

}
#div2 {
	width: 50%;
	float: right;
}
li a img {
	width: 100%;
	height: auto;
	margin-left: -2em;
	margin-right: auto;
	margin-top: -10px;
}

.subtitle {
	width: 90%;
	clear: none;
	right: 146px;
}
#subtitle .fluid.subtitle {
	margin-top: -190px;
	font-size: 11px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	margin-left: auto;
	width: 50%;
	white-space: normal;
	float: right;
	margin-right: 25px;
	background-color: rgba(0,0,0,0.00);
	margin-bottom: 150px;
}
.accordion   {
	margin-top: -13px;
	width: 97%;
	height: 45px;

}
.kont1   {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	font-size:14px;
}
.kont1 h1{
	width: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #Fff;
	background-image: url(../images/h2title_bg.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 30px;
	line-height: 30px;
}
.list1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	text-indent: 4px;
}
.main_f {
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 85%;
	background-color: rgba(135,2,26,1.00);
	margin-bottom: 12px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 7px;
}
.footerline {
	height: 7px;
	background-color: #C0AD00;
}
.f_office {
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	display: none;
	font-size: 57px;
}
.cont1 {
	width: 36%;
	clear: none;
	left: auto;
	right: auto;
	height: 200px;
	background-color: #D7D7D7;
	margin-left: 4%;
	margin-top: auto;
	margin-bottom: 13px;
	padding-top: auto;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#trans {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: x-large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/company.jpg);
	width: 45%;
	display: inherit;
}
.wbg {
	width: 100%;
	margin-bottom: auto;
	height: 22%;
	top: 40%;
	background-image: -webkit-linear-gradient(270deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	background-image: linear-gradient(180deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	float: none;
	clear: none;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: medium;
	margin-top: -9px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 3%;
	padding-bottom: 0%;
	line-height: 18px;
}
#const {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-large;
	font-weight: bold;
	width: 45%;
	background-image: url(../images/dist.jpg);
	background-size: 100% auto;
	background-position: 0% bottom;
	background-repeat: no-repeat;
	display: inherit;
}
.accordion .fluid.top_navi dt {

}
.fluid.top_navi dd {
	margin-left: auto;
	float: left;
	width: 100%;
	background-color: #A8D3B1;
	z-index: 21;
}

dl.accordion dt.open {
	background: url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #aaa, #aaa);
	background-repeat: no-repeat;
	background-position: 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#aaa), to(#aaa));
	background-image: url(../img/close.png);
	background-color: #258A11;
	border-bottom-color: #FF8B19;
	border-bottom-style: solid;
}
dl.accordion a {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;

}
dl.accordion a:hover {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	right: 60px;
}


.gridContainer.clearfix #div1 #fif {
	height: 677%;
	width: auto;
	left: auto;
	float: none;
	margin-left: 0%;
	margin-top: -10%;
	margin-bottom: auto;
}
.main_f .footermenu {
	width: 21%;
	display: inline-block;
	margin-top: 13px;
	line-height: 17px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,1.00);
}
.main_f .footermenu a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: rgba(248,251,249,1.00);
}

.main_f .footermenu a:visited   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: rgba(245,248,246,1.00);
}

.main_f .footermenu a:hover   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: rgba(255,253,0,1.00);
}
.main_f .footermenu strong {
	line-height: 21px;
	display: inline;
	text-indent: 0px;
	text-align: left;
	margin-left: -2px;
}
.main_f .footermenu b {
	line-height: 26px;
	display: inline-block;
	margin-left: -235px;


}


.footerc {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.main_f .f_m {
    text-align: left;
    width: 83%;
    line-height: 26px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.main_f .f_add {
	display: none;
}
#prant {
	width: 45%;
	background-image: url(../images/const.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inherit;
}
#prant2 {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: x-large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/prant.jpg);
	width: 45%;
	display: inherit;
}
#office {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: x-large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/office.jpg);
	width: 45%;
	display: inherit;
}
#hist  {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: x-large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/hist.jpg);
	width: 45%;
	display: inherit;
}

.pankuzu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
}
.titlebar {
	width: 100%;
	margin-left: auto;
}


#map {
	float: none;
	margin-right: auto;
	margin-bottom: 13px;
	width: auto;
	margin-left: auto;
}
.contents {
	font-size: large;
	color: rgba(65,63,63,1.00);
}
#map_photo {
	width: 35%;
	height: auto;
	float: right;
	margin-top: -48px;
	margin-right: 0px;
	margin-left: auto;
}


.cont_map {
	width: 55%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	float: left;
	margin-right: 15px;
}
#mapH2 {
	text-align: left;
}
.contents2 {
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-repeat: no-repeat;
	background-size: auto 101%;
	width: 100%;
	height: auto;
	background-position: 1% 50%;
	text-indent: 4%;
	float: left;
	margin-right: 17px;
}
.con_text {
	width: 101%;
	float: none;
	margin-top: 0%;
	margin-left: auto;
	margin-bottom: auto;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
}

.con_text2 {
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-top: -16px;
	margin-left: auto;
	margin-right: auto;
}

.con_photo {
	width: 55%;
	float: right;
}
.con_photoconst {
	width: 43%;
	margin-top: 2px;
	float: left;
	display: block;
	margin-left: 4%;
	clear: both;

}
.con_photo_cap {
	width: 95%;
	font-size: 12px;

}

.con_photo img{
	width: 100%;
	float: right;
}



.list table {
	font-size: small;
	line-height: 130%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	width: 100%;
	margin-left: auto;
	display: block;
}
.list table th {
	padding: 0.3em 10px;
	color: #505050;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	width:120px;
	background-color: #ace0c7;
}

.list3 {
	width: 90%;
	margin-left: 4%;
	margin-bottom: 8px;
	display: block;
}

.list3 table {
	font-size: small;
	line-height: 130%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	width: 100%;
}
.list table td {
	padding: 0.3em 10px;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
	width: 40%;
}


.list03{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: inherit;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}


.list03 table {
	font-size: small;
	line-height: 285%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	width: 100%;
}
.list03 table th {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #505050;
	font-weight: normal;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #ace0c7;
}


#touroku {
	display: inherit;
}

.list03ss {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-indent: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 22px;
	display: none;
}
.con_photo_M {
	margin-top: 10px;
	width: 45%;
	display: inherit;
	float: left;
	margin-left: 4%;
	margin-right: 1%;
}
.con_photo_M img {
	width: 100%;
	display: inherit;
	float: left;
}
.mailform {
	width: 100%;

}
.return a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	font-size: small;
	color: rgba(0,0,0,1.00);
	margin-left: auto;
	float: right;
	margin-top: -41px;
	margin-right: 6%;
	padding-top: 44px;
	margin-bottom: 6px;
}

form#mailformpro select {
	vertical-align: middle;
	font-size: 12px;
}
form#mailformpro label {
	border-radius: 3px;
	display: inherit;
	padding-top: 15px;
	text-align: left;
	padding-left: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 9px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-size: 16px;
	width: 82%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: -10%;
	margin-right: auto;
}
.name1 {
	width: 40%;
	display: inline-block;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin-right: -32px;
	margin-left: 45px;
}
.name2 {
	width: 40%;
	display: inline-block;
	margin-left: 0px;
	padding-left: 0px;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.name {
	display: inline-table;
}

.mustcheck {
	display: inline-block;
	width: 110%;
	margin-left: auto;
	margin-right: auto;
	font-size: 37px;
}
.musttext {
	float: left;
	margin-right: 13px;
	margin-left: -36px;
	margin-top: 4px;
}

.must {
	display: block;
	background-color: #C00;
	padding-top: 1px;
	padding-right: 13px;
	padding-left: 5px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #FFF;
	float: left;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	text-align: center;
	margin-right: 6px;
}
.list .minitable {
	width: 100%;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.mizu {
	width: 70%;
}
.return3 {
	float: none;
	width: 100%;
	text-align: right;
	color: rgba(0,0,0,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	display: block;
}

.hisback {
	background-color: rgba(149,149,149,1.00);
	padding-top: 15px;
	padding-left: 10px;
	padding-right: auto;
	padding-bottom: 15px;
	border-radius: 10px;
	width: 100%;
}
.ch_title {
	display: block;
	width: 100%;
}

.ch_title img {
	display: block;
	float: none;
	width: 100%;
	max-width: 1232px;
}
.chronology tbody tr td {
	border-bottom: 1px dotted rgba(149,149,149,1.00);
	vertical-align: middle;
	padding-top: 2%;
	padding-bottom: 1%;
	font-size: small;
	line-height: 25px;
}

.chronology {
	width: 100%;
	height: 500px;
	margin-top: 1%;
	display: block;
	overflow-y: scroll;
	background-image: -webkit-linear-gradient(0deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
	background-image: -moz-linear-gradient(0deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
	background-image: -o-linear-gradient(0deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
	background-image: linear-gradient(90deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
}
#title  {
	align-content: space-between;
	margin-left: auto;
	width: 100%;
	height: 0px;
	margin-top: 9%;
	min-height: 11px;
}
.contents3 .con_photo3 {
	width: 100%;
	display: table-cell;
	float: none;
	margin-top: 44px;
	clear: both;
}

.photopanel {
	width: 100%;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.photopanel img{
	width: 100%;
	float: none;
	display: block;
	height: auto;
}
.con_photo_s {
	width: 47%;
	display: block;
	float: right;
	margin-left: 4%;
	margin-right: -1%;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	margin-top: 7%;
}
.con_photo_s img{
	width: 100%;
	display: block;
	float: right;
	margin-right: -2%;
	padding-left: 0px;
	height: auto;
	margin-top: -34px;
}
.kont1 .list .tab {
	display: inherit;
}


.contents3 .con_photo_l {
	width: 44%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 3%;
}
.contents3 .con_photo4 {
	width: 44%;
	float: right;
	padding-right: auto;
	padding-left: auto;
}
.contents3 .con_photo4 img {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.con_photo_pra {
	width: 48%;
	float: left;
	padding-right: 2%;
}
.con_photo3 {
	width: 45%;
	float: left;
	margin-right: 2%;
	margin-left: 0%;
	margin-top: 1px;
}

.const .con_photo_con {
	width: 55%;
	padding-left: auto;
	padding-right: auto;
	float: right;
	max-width: 320px;
	margin-left: 4px;
}
.const .con_photo_enso {
    padding-left: auto;
    padding-right: auto;
    float: left;
}

.const .con_photo_con img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.listrec table {
	width: 105%;
}
.listrec table tbody tr th{
	width: 34%;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: rgba(178,225,196,1.00);
} 

.listrec table tbody tr td{
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} 
tr td .bank {
}
.techno h1 {
	font-size: large;
	margin-bottom: 3px;
}

.mov_photo img{
	width: 99%;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: -2%;
	display: none;
}
.mfp {
	margin-right: auto;
	margin-top: 14px;
	margin-left: auto;
}
.privacy {
	width: 100%;
	margin-left: -6%;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-bottom: 7px;
}


#subtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #990000;
	background-image: url(../images/onpubar.png);
	background-size: auto 100%;
	height: 21px;
}
#nav {
	height: auto;
	width: 31%;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
		box-orient:horizontal;
	

}


.box1 {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: medium;
    text-align: center;
    margin-top: 9px;
    margin-bottom: -1px;
    background-color: rgba(171,171,171,1.00);
    display: inherit;
}
.box11 {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: medium;
    text-align: center;
    margin-top: 9px;
    margin-bottom: -1px;
    background-color: rgba(255,255,255,1.00);
    display: inherit;
}
.box2 {
	width: 25%;
	display: none;
}
.box22 {
    width: 25%;
    display: none;
}
.box3 {
	width: 25%;
}
.box4 {
	width: 25%;
}
.box5 {
	width: 25%;
}
.nav {
	width: 100%;
	display: inline-box;
}
.map {
	display: none;
}
.map_l {
	display: none;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: 6%;
}
.box1 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	color: rgba(0,0,0,1.00);
}
.box11 a{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: medium;
}
.koment {
    color: #FFFFFF;
    width: 53%;
    margin-right: 7px;
    margin-left: auto;
    margin-top: -8%;
    text-align: right;
    font-size: small;
    margin-bottom: auto;
}
.map_M {
	padding-left: auto;
	padding-right: auto;
	margin-top: 10px;
	text-align: center;
}
.map_m {
	display: inherit;
	width: 100%;
	margin-bottom: 19px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
}

.cont {
	display: block;
	width: 100%;
}
.saprofile {
}
.profilem {
	display: inherit;
}
.profiles {
	display: none;
}
.syokei {
	font-size: medium;
	float: left;
	margin-top: -2.5em;
	margin-left: 200px;
}
#mailformpro .mfp {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 74%;
}
	form#mailformpro dl dt {
	float: none;
	width: 59%;
	font-size: 12px;
	text-align: left;
	padding-left: 0px;
	}
	form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding-top: 5px;
	padding-right: auto;
	padding-left: 190px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: -24px;
	text-align: left;
	}
tr th .price {
	width: 322px;
}
.const .con_text .aisatsu {
    color: #ddccff;
}
.const .con_text .aisatsu02 {
    color: #ddccff;
}
.const .con_text .shoshinsha {
    color: #ffddff;
}
.const .con_text .chukyu {
    color: #ffbef5;
}
.const .con_text .chukyu02 {
    color: #d4dbff;
}
.const .con_text .bansou {
    color: #ffb0d5;
}
td a .box1img {
    width: 100%;
    max-width: 220px;
}













}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.const .con_text .bansou02 {
    color: #cceeff;
}
.list {

}

.gridContainer {
	max-width: 1200px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: both;
	float: none;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-image: url(url);
	background-color: #000000;
	width: 90%;
}

.gridContainer a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
#div1 {
	background-size: auto auto;
	height: 140px;
	background-color: rgba(0,0,0,1.00);
	margin-left: auto;
	margin-right: auto;
}
.top_navi {
	width: 15.254%;
	clear: none;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	border-bottom-left-radius: 0px;
	margin-right: auto;
	margin-bottom: 30px;
}
#div2 {
	width: 30%;
	float: right;
}

#nav{
	padding-left: auto;
	padding-right: auto;
	padding-top: auto;
	padding-bottom: auto;
	position: absolute;
	z-index: 50;
	margin-left: -3%;
	margin-right: auto;
	width: 97%;
	margin-bottom: 30px;
	margin-top: -10px;
}
#imagepanel {
	top: -49px;
}
li a img {
	height: auto;
	width: 100%;
	margin-left: -3em;
	padding-left: 0px;
	margin-right: auto;
	margin-top: -14px;
}
#subtitle {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top: 11px;
	margin-bottom: 18px;
}

.subtitle {
	width: 50%;
	margin-left: 15.1694%;
	clear: none;
}
#subtitle .fluid.subtitle {
	margin-top: -145px;
	margin-left: auto;
	z-index: 10;
	color: #3C3C3C;
	position: relative;
	right: 1%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
dl.accordion {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 12px;
	padding-left: 4%;
	margin-top: 19px;
}
dl.accordion dt {
	background-repeat: no-repeat;
	background-position: 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	height: 30px;
	line-height: 30px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	width: 100%;
	max-width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 7.77%,rgba(159,159,159,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 7.77%,rgba(159,159,159,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 7.77%,rgba(159,159,159,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 7.77%,rgba(159,159,159,1.00) 100%);
	
}
dl.accordion dt.open {
	background-repeat: no-repeat;
	background-position: 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,162,20,1.00) 14.51%,rgba(254,224,179,1.00) 83.94%,rgba(255,143,18,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,162,20,1.00) 14.51%,rgba(254,224,179,1.00) 83.94%,rgba(255,143,18,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(248,162,20,1.00) 14.51%,rgba(254,224,179,1.00) 83.94%,rgba(255,143,18,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(248,162,20,1.00) 14.51%,rgba(254,224,179,1.00) 83.94%,rgba(255,143,18,1.00) 100%);
	border-bottom: 3px solid #D97E36;
	
}
dl.accordion dd {
	display: none;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 3px;
	border-bottom-color: #F1E6E7;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(245,227,131,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(245,227,131,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(245,227,131,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(245,227,131,1.00) 100%);
	margin-left: 0px;
	padding-top: 4px;
}
dl.accordion a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #444;
	font-weight: lighter;

}
dl.accordion a:visited  {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#444;
	text-decoration:none;

}
dl.accordion a:hover  {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #444;
	text-decoration: underline;
}
.fluid.top_navi {
	top: -9px;
	background-image: -webkit-linear-gradient(270deg,rgba(217,217,217,1.00) 0%,rgba(220,220,220,1.00) 25.90%,rgba(255,87,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(217,217,217,1.00) 0%,rgba(220,220,220,1.00) 25.90%,rgba(255,87,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(217,217,217,1.00) 0%,rgba(220,220,220,1.00) 25.90%,rgba(255,87,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(217,217,217,1.00) 0%,rgba(220,220,220,1.00) 25.90%,rgba(255,87,0,1.00) 100%);
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #B4AAAA;
	width: 15.2%;
	margin-bottom: -12px;
	margin-top: -55px;
}
.kont1 {
	text-indent: hanging;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 2em;
	width: 90%;
	padding-left: auto;
	margin-left: auto;
}
.kont1 h1{
	width: 48.678%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color:#Fff;
	background-image: url(../images/h2title_bg.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 30px;
}
.list {
	margin: 10px 28px 20px 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list02 {
	margin:10px 28px 20px 28px;
	width: 682px;
}
.list table {
	font-size: small;
	line-height: 130%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
}
.list table th {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #505050;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #ace0c7;
	width: 200px;
}
.list table td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
	padding-left: auto;
	padding-right: auto;
	margin-left: 8px;
}

.list02 table {
	font-size: small;
	line-height: 130%;
	border-left: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
}
.list02 table th {
	padding: 0.3em 10px;
	color: #505050;
	font-weight: normal;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
.list02 table td {
	padding: 0.3em 10px;
	text-align: left;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
.list_s,.list_s td,.list_s th {
	padding-top: 17px;
	padding-left: 9px;
	padding-bottom: 17px;
	border: 0px !important;
	font-size: small;

}


.list03{
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 20px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87px;
}


.list03 table {
	font-size: small;
	line-height: 187%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	padding-left: 10px;
	width: 100%;
	text-indent: 0px;
}
.list03 table th {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #505050;
	font-weight: normal;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #ace0c7;
}

.main_f {
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 90%;
	background-color: rgba(135,2,26,1.00);
	margin-bottom: 12px;
	margin-top: 6px;
	padding-top: 2px;
	padding-bottom: 30px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.footerline {
	height: 8px;
	background-color: #C0AD00;
	width: 100%;
	margin-top: -14px;
	max-width: 1200px;


}
.f_office {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	display: none;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.f_add {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	width: 0px;
	display: block;
}
.cont1 {
	width: 28%;
	margin-left: 6%;
	clear: none;
	height: 200px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	display: block;
	background-color: rgba(223,223,223,1.00);
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#trans {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/company.jpg);
	margin-left: 3%;
	margin-right: auto;
	width: 30%;
}

#const {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/dist.jpg);
	width: 30%;
	height: 200px;
	margin-left: 3%;
	margin-right: auto;
}
#prant {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/const.jpg);
	margin-left: 3%;
	margin-right: auto;
	width: 30%;
	height: 200px;
	margin-top: -10px;
}

#prant2 {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/prant.jpg);
	margin-left: 3%;
	margin-right: auto;
	width: 30%;
}

#office {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/office.jpg);
	margin-left: 3%;
	margin-right: auto;
	width: 30%;
	background-origin: border-box;
}
#hist {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: center bottom;
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/hist.jpg);
	margin-left: 3%;
	margin-right: auto;
	width: 30%;
}
.wbg {
	width: 100%;
	margin-bottom: auto;
	height: 22%;
	top: 40%;
	background-image: -webkit-linear-gradient(270deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	background-image: linear-gradient(180deg,rgba(0,161,58,1.00) 0%,rgba(0,255,140,0.85) 100%);
	clear: none;
	display: list-item;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: medium;
	margin-top: -9px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 3%;
	padding-bottom: 0%;
	line-height: 18px;
	float: none;
}
#title {
	margin-top: 77px;
	top: 26px;
}

.gridContainer.clearfix #div1 #fif {
	height: 108px;
	width: auto;
	margin-top: -77px;
	margin-left: -1%;
}
.footerc {
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
.main_f .footermenu {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 18%;
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	color: rgba(255,255,255,1.00);
	float: left;
	margin-bottom: 13px;
	margin-left: 5%;
}

.main_f .footermenu strong {
	font-style: normal;
	display: inline-block;
	padding-bottom: 0px;
	padding-top: 6px;
	text-indent: -10px;
	color: rgba(4,142,115,1.00);
}

.main_f .footermenu b {
	font-size: 12px;
	line-height: 1.5em;
	width: 7em;
	float: none;
	display: inline-table;
	margin-top: 0px;
	margin-left: -10px;
	text-indent: 17px;
}

.main_f .f_m {
    text-align: left;
    width: 83%;
    line-height: 26px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    margin-bottom: 7px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pankuzu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
}
.midasiimage {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	display: inherit;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}
.cont_office {
	width: 99%;
}
.titlebar {
	width: 70%;
	margin-right: auto;
}
.contents {
	color: rgba(79,78,78,1.00);
	font-size: x-large;
	line-height: 35px;
	background-position: 0% center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	min-height: 0px;
}

.mapl {size:100%;






}
#map_photo {
	width: 42%;
	height: auto;
	float: right;
	margin-bottom: 0px;
	margin-top: -44px;
}
#map {
	float: left;
	margin-right: 18px;
	margin-bottom: 21px;
	width: 0%;
}
.cont_map {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	width: 50%;
}
#mapH2 {
	padding-left: 21px;
}
.contents2 {
	width: 100%;
	height: auto;
	background-position: 1% 50%;
	background-size: auto 101%;
	background-repeat: no-repeat;
	text-indent: 4%;
	color: rgba(103,103,103,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	clear: none;
	float: none;
}
.con_text {
	width: 95%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	float: none;
}

.con_text2 {
	float: none;
	width: 92%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-top: -1%;
	text-indent: 13px;
	padding-left: 6px;
	padding-top: 0px;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}

.con_photo_cap {
	margin-bottom: 26px;
	float: left;
	width: auto;
}

.con_photo_s {
	width: 30%;
	display: block;
	float: right;
	margin-left: 0%;
	margin-right: 1%;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	margin-top: 5%;
	margin-bottom: auto;
}
.con_photo_s img{
	width: 99%;
	display: block;
	float: right;
	height: auto;
}
.con_photo {
	margin-top: 22px;
	width: 45%;
	display: inherit;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0px;
	padding-right: 0px;
	float: right;

}
.con_photoconst {
	width: 43%;
	margin-top: 2px;
	float: left;
	display: block;
	margin-left: 4%;
	clear: both;

}
.con_photo_M {
	margin-top: 22px;
	width: 47%;
	display: inherit;
	float: left;
	margin-left: 2%;
	margin-right: 1%;

}
.con_photo_M img {
	width: 100%;
	display: inherit;
	float: left;
}




.con_photo img{
	margin-left: 0px;
	margin-right: 3%;
	width: 100%;
	clear: none;
}
.contents3 {
	width: 100%;
	margin-left: 0%;
	margin-right: auto;
	clear: both;
}



.list3 table {
	font-size: small;
	line-height: 130%;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	width: 100%;
}
.list3 table th {
	padding: 0.3em 10px;
	color: #505050;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #ace0c7;
	font-style: normal;
}
.list3 table td {
	padding-top: 0.3em;
	padding-left: 19px;
	padding-bottom: 0.3em;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
}
.list3 {
	width: 90%;
	margin-left: 4%;
	margin-bottom: 8px;
	display: inherit;
}
.list1 {
	font-size: 15px;
	text-indent: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list03ss {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-indent: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 22px;
	display: none;
}
.contents4 {
	margin-top: -29px;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 1px 8px rgba(7,7,7,1.00);

}
.return a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	font-size: small;
	color: rgba(0,0,0,1.00);
	margin-left: auto;
	float: right;
	margin-top: -41px;
	margin-right: 6%;
	margin-bottom: -13px;
}
.main_f .footermenu a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: rgba(248,251,249,1.00);
}

.main_f .footermenu a:visited   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: rgba(245,248,246,1.00);
}

.main_f .footermenu a:hover   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: rgba(255,253,0,1.00);
}
#sign {
	font-size: large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: right;
}


form#mailformpro select {
	vertical-align: middle;
	font-size: 12px;
}

form#mailformpro input,form#mailformpro textarea {
	font-size: 14px;
	vertical-align: middle;
	width: auto;
	text-align: left;
	margin-right: 7px;
}

label .cb {
	margin-bottom: auto;
	float: left;
	clear: both;
}

.name1 {
	width: 200px;
	display: inline-block;
}
.name2 {
	width: 200px;
	padding-left: 0px;
	display: inherit;
}

.officename {
	margin-left: 170px;
}

.attachname {
	margin-left: 170px;	
}

.mailad {
	margin-left: 170px;	
}

.inquiry {
	margin-left: 170px;	
}

.musttext {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}

.must {
	display: block;
	background-color: #C00;
	padding-right: 4px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	text-align: justify;
	letter-spacing: 5px;
	width: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
}
.mustcheck {
	display: inline-block;
	width: 110%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 57px;
	margin-bottom: 0px;
}

form#mailformpro label {
	border-radius: 3px;
	display: block;
	text-align: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 16px;
	width: 90%;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 107px;
	margin-top: 15px;
	margin-left: -9%;
	margin-right: auto;
}
.list .minitable {
	width: 100%;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.mizu {
	width: 50%;
}

	.gallery {
	background-color: #444;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	}
	.gallery ul {
	list-style: none;
	width: 90%;
	display: list-item;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-bottom: 31px;
}
	.gallery ul li {
	display: list-item;
	width: 42px;
	float: left;
	margin-bottom: -3px;
	padding-bottom: 1px;
}
	.gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	.gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }
	
	.gallery h3 {color:#CCC;}
.hisback {
	background-color: rgba(104,104,104,1.00);
	padding-top: 15px;
	padding-left: 9px;
	padding-right: auto;
	padding-bottom: 15px;
	border-radius: 10px;
}
.example-image-link {
	/* [disabled]height: auto; */
	padding-top: 60px;
	padding-bottom: 60px;
}
.return3 {
	float: right;
	width: 185px;
	margin-bottom: 15px;
	font-size: 10px;
	margin-top: 2px;
}
.chronology {
	width: 100%;
	height: 500px;
	margin-top: 1%;
	display: block;
	overflow-y: scroll;
	background-image: -webkit-linear-gradient(0deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
	background-image: -moz-linear-gradient(0deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
	background-image: -o-linear-gradient(0deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
	background-image: linear-gradient(90deg,rgba(225,224,224,1.00) 21.24%,rgba(255,255,255,1.00) 41.96%,rgba(255,255,255,1.00) 54.92%,rgba(193,231,216,1.00) 76.68%);
}

.chronology tbody tr td {
	border-bottom: 1px dotted rgba(149,149,149,1.00);
	vertical-align: middle;
	padding-top: 2%;
	padding-bottom: 1%;
	font-size: 16px;
}
.ch_title {
	display: block;
	width: 100%;
}

.ch_title img {
	display: block;
	float: none;
	width: 100%;
	max-width: 1232px;
}
.chronology table {
	background-image: url(../history/img/crane.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto 48%;
	background-position: bottom	 right;
	background-clip: padding-box;
	background-origin: content-box;
	padding-top: 0%;
}
.mailform {
	width: 88%;
	margin-left: auto;
	margin-right: auto;

}
.contents3 .con_photo3 {
	width: 41%;
	display: block;
	float: left;
	clear: both;
}
.con_photo3 {
	width: 30%;
	float: left;
	clear: none;
	margin-left: 1%;
	margin-right: 1%;
	display: inherit;
	margin-top: 1%;
	margin-bottom: -13px;
}
.photopanel {
	clear: both;
	float: none;
	margin-left: -8%;
	width: 100%;
}
.kenoudou img {
	width: 75%;
	float: left;
}
.const {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: auto;
	padding-bottom: auto;
}
.listrec{
	width: 600px;
	border: 1px solid rgba(149,149,149,1.00);
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	align-content: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
}
.listrec  table{
	width: 90%;
	border: 1px solid rgba(149,149,149,1.00);
	margin-left: auto;
	margin-right: auto;
}
.listrec tbody tr th {
	background-color: rgba(178,225,196,1.00);
	width: 100px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: auto;
	padding-right: auto;
	text-align: left;
}

.listrec tbody tr td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 9px;
	max-width: 400px;
	width: auto;
}

.returnend {
	float: right;
	margin-top: 19px;
}

.contents3 .con_photo4 .con_photo4_cap {
	width: 100%;
	float: none;
}
.contents3 .con_photo_l {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}
.contents3 .con_photo_l img {
	width: 93%;
}
.con_photo_pra {
	float: left;
	margin-right: 4%;
	width: 41%;
	margin-left: 1%;
}
.con_photo_pra img {
	width: 100%;
}


tr td .bank {
	margin-left: -54%;
}
.techno h1 {
	background-color: rgba(68,179,111,1.00);
	font-size: large;
}

.koment {
	font-size: medium;
}
.map_m {
	display: none;
}


.map_l {
	display: inherit;
	padding-left: auto;
	padding-right: auto;
}
.saprofile {
	display: inherit;
}
.profilem {
	display: none;
}
.profiles {
	display: none;
}
#linkst {
	font-size: medium;
}

#mailformpro dd .mfp {
	color: #FFFFFF;
	margin-left: auto;
	width: 65%;
	margin-right: 3%;
}

#mailformpro dt .mfp {
	color: #FFFFFF;
	margin-left: auto;
	width: 65%;
	margin-right: 3%;
}

form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 206px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	}
tr th .price {
	width: 310px;
}
.const .con_text .aisatsu {
    color: #ddccff;
}
.const .con_text .aisatsu02 {
    color: #ddccff;
}
.const .con_text .shoshinsha {
    color: #ffddff;
}
.const .con_text .chukyu {
    color: #ffbef5;
}
.const .con_text .chukyu02 {
    color: #d4dbff;
}
.const .con_text .bansou {
    color: #ffb0d5;
}

}

@media screen{
.const .con_text .bansou02 {
    color: #cceeff;
}
}
.enso {
    font-size: x-large;
}


iframe.youtube1 {
width: 80%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 500px;
display: block;
margin: auto;
}

iframe.youtube2 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
display: block;
margin: auto;
}
