#header {
	position: relative;
	width : 100%;
}

h2#ptitle {
    position : absolute;
    width : 500px;
    font-size : 170%;
    font-weight : 600;
    color : #00375f;
    top : 160px;
    left : 0;
}

h2#ptitle span {
    display : block;
    width : 180px;
    margin-bottom : 15px;
    padding : 7px 0 9px 0;
    font-size : 70%;
    color : #0f75bd;
    background : #ffffff;
    border-radius : 36px;
    text-align : center;
}

#gallery {
	position : relative;
	width : 700px;
    margin : 160px 0 0 550px;
	height : 694px;
}

#slider {
	width : 700px;
}

#slider li div {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 490px;
    border-radius : 10px;
}

/*----------OUTLINE----------*/

#outline {
    position : absolute;
    width : 500px;
    top : 300px;
    left : 0;
}

dl#price {
    width : 100%;
    margin-bottom : 25px;
}

dl#price dt {
    margin-bottom : 5px;
    color : #ff0000;
    font-size : 130%;
    font-weight : 600;
}

dl#price dt font {
    margin-right : 5px;
    font-size : 300%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 400;
	font-style : normal;
    letter-spacing : 1px;
    vertical-align : -4px;
}

dl#price dt span {
    color : #3c3c3c;
    font-size : 80%;
	font-style : normal;
    font-weight : 400;
}

dl#price dd {
    line-height : 1.7em;
}

#odata {
	padding : 25px 25px 30px 25px;
	border : solid 3px #c8c8c8;
    border-radius : 12px;
}

ul#onote {
    list-style : none;
	margin-bottom : 5px;
}

ul#onote li {
    padding : 10px 0 10px 0;
    border-top : solid 1px #c8c8c8;
}

#odata table {
	width : 100%;
    margin-bottom : 25px;
	border-left : solid 1px #c8c8c8;
	border-top : solid 1px #c8c8c8;
	text-align : center;
    line-height : 1.3em;
}

#odata table th {
	padding : 10px;
	border-right : solid 1px #c8c8c8;
	background : #e6ebeb;
	font-weight : normal;
}

#odata table td {
	padding : 10px 10px 11px 10px;
	border-right : solid 1px #c8c8c8;
	border-bottom : solid 1px #c8c8c8;
	background : #ffffff;
}

#odata p {
    width : 250px;
    margin : 0 auto 0 auto;
    font-weight : 600;
    text-align : center;
}

#odata p a {
    display : block;
    padding : 8px 0 10px 0;
    color : #ffffff;
    background : #ff9132;
    text-decoration : none;
    border-radius : 36px;
}

#odata p a:hover {
    background : #f06923;
}

/*----------DATA----------*/

#data {
    width : 1250px;
    margin : 0 auto 60px auto;
}

#data table {
	clear : both;
	width : 1248px;
	margin : 0 auto 60px auto;
	border-top : solid 1px #c8c8c8;
    line-height : 1.6em;
}

#data table tr {
	float : left;
}

#data table th {
	width : 129px !important;
	width /**/: 159px;
	padding : 12px 15px 12px 15px;
	border-bottom : solid 1px #c8c8c8;
	background : #e6ebeb;
	text-align : left;
	font-weight : normal;
}

#data table td {
	width : 237px !important;
	width /**/: 257px;
	padding : 12px 10px 12px 10px;
	border-bottom : solid 1px #c8c8c8;
}

#data table td.road {
	width : 653px !important;
	width /**/: 673px;
	padding : 12px 10px 12px 10px;
	border-bottom : solid 1px #c8c8c8;
}

#data table td.remarks {
	width : 1069px !important;
	width /**/: 1089px;
	padding : 12px 10px 12px 10px;
	border-bottom : solid 1px #c8c8c8;
}

iframe {
    width : 100%;
    height : 500px;
    border-radius : 12px;
}

/*----------CONTACT----------*/

#contact {
    width : 1000px;
    margin : 0 auto 80px auto;
}

#contact ul {
    margin : 0 0 30px 20px;
}

#contact ul li {
    margin-bottom : 7px;
}

#contact dl {
	width : 100%;
	margin-bottom : 25px;
	display : flex;
	flex-wrap : wrap;
	border-top : solid 1px #c8c8c8;
}

#contact dl dt {
	width : 200px !important;
	width /**/: 230px;
	padding : 15px 15px 15px 15px;
	background : #e6ebeb;
	border-bottom : solid 1px #c8c8c8;
	align-items : center;
	justify-content : center;
}

#contact dl dt span {
	float : right;
	padding : 4px 12px 6px 12px;
	font-size : 84%;
	color : #3c3c3c;
	background : #ffffff;
	border-radius : 20px;
}

#contact dl dd {
	width : 755px !important;
	width /**/: 770px;
	padding : 15px 0 15px 15px;
	border-bottom : solid 1px #c8c8c8;
}

#contact dl dd span {
	margin-left : 10px;
}

#contact dl dd img {
	padding-top : 9px;
}

.text1 {
	width : 15em;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

.text2 {
	width : 10em;
	margin-right : 10px;
	padding : 7px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

#text3 {
	display : block;
	width : 28.25em;
	padding : 7px;
	font-size : 100%;
	font-family : "mizoletbokutoh", sans-serif;
	font-weight : 400;
	font-style : normal;
	background : #ebebeb;
	border-radius : 6px;
	border : none;
    -webkit-appearance : none;
}

#text4 {
	width : 97%;
	margin-top : 3px;
	padding : 8px 8px 10px 8px;
	font-size : 100%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	background : #ebebeb;
    border-radius : 6px;
	border : none;
	-webkit-appearance : none;
}

#submit {
	width : 100%;
	text-align : center;
}

.button1 {
	padding : 11px 30px 13px 30px;
	color : #ffffff;
	background : #ff9132;
	font-size : 110%;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 600;
	border-style : none;
	border-radius : 30px;
}

.button1:hover {
	color : #ffffff;
	background : #f06923;
	cursor : pointer;
	transition : .5s;
}

.button2 {
	margin-left : 20px;
	padding : 11px 20px 13px 20px;
	background : #999999;
	color : #ffffff;
    font-family : "Noto Sans JP","sans-serif";
	font-size : 110%;
	font-weight : 600;
	font-style : normal;
	border-style : none;
	border-radius : 30px;
}

.button2:hover {
	background : #888888;
	cursor : pointer;
	transition : .5s;
}

#cdata {
	width : 1000px;
	margin : 0 auto 35px auto;
	border-top : solid 1px #c8c8c8;
}

#cdata th {
	width : 160px !important;
	width /**/: 190px;
	padding : 12px 15px 14px 15px;
	border-bottom : solid 1px #c8c8c8;
	background : #e6ebeb;
	text-align : left;
	font-weight : normal;
}

#cdata td {
	padding : 12px 15px 14px 15px;
	border-bottom : solid 1px #c8c8c8;
	line-height : 1.5em;
}

#comment-form-email,#comment-form-name,#comments-open-data,#comments-open-text {
	display : none;
}

#alpha-inner p {
    margin-bottom : 15px;
    line-height : 1.7em;
}

#alpha-inner p a {
    color : #0066cc;
    text-decoration : underline;
}