@charset "utf-8";
@import url("default.css");
@import url("../webfonts/stylesheet.css");

body {
    font-size: 15px;
    letter-spacing: 0.07em;
}

img {
	display: block;
    max-width: 100%;
    height: auto;
	
}
a:focus {
	text-decoration: none;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.right-block {
	margin-left: auto;
	margin-right: 0px;
}
.red {
    color: rgba(255,0,4,1.00);
}

.title01 {
	padding: 10px;
	background-color: rgba(255,87,0,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 8px;
	font-family: "rounded mplus 2p medium";
}
.title02 {
    font-size: 22px;
    font-family: "rounded mplus 2p medium";
    border-top: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    padding-top: 15px;
    padding-bottom: 15px;
}
.title03 {
    background-color: #360E0F;
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.title04 {
    background-color: #FF6600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 20px;
}
.title_black {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.title_black2 {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}


.title-image {
    margin-bottom: 30px;
}



.down {
	background-color: #5F0050;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	border-radius: 5px;
	font-size: 12px;
	vertical-align: middle;
}
.down2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #C00000;
	color: #FFFFFF;
	font-family: "rounded mplus 2p medium";
	width: 75px;
	border-radius: 75px;
	height: 75px;
	padding-top: 12%;
}
.new {
	background-color: #B70000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-radius: 5px;
	font-size: 10px;
	letter-spacing: 3px;
}
.new2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #E80097;
	color: #FFFFFF;
	font-family: "rounded mplus 2p medium";
	width: 75px;
	border-radius: 75px;
	height: 75px;
	padding-top: 12%;
}
.pet {
	background-color: #034B00;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-radius: 5px;
	font-size: 10px;
	letter-spacing: -2px;
}
.man {
    background-color: #001B4B;
    color: #FFFFFF;
    padding-top: 2px;	
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: 3px;
}

.shodan {
    background-color: #876329;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 10px;
    white-space: nowrap;
    text-transform: none;
}
.seiyaku {
    background-color: #FF9D00;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
}
.kashichi {
    background-color: #0B6600;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 10px;
    white-space: nowrap;
    text-transform: none;
}.chusyajo {
    background-color: #005E7B;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 10px;
    white-space: nowrap;
    text-transform: none;
}.syako {
    background-color: #724600;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 10px;
    white-space: nowrap;
    text-transform: none;
}
/* 点滅 */
.down, .down2, .new, .pet {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    white-space: nowrap;
}
.detail-table .price01 {
	color: #FF0004;
	font-size: 20px;
	font-weight: bold;
}
.pan {
    margin-bottom: 15px;
}
.pan a {
    text-decoration: underline;
}



.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px;
}
 @-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
/*物件一覧ページ*/
.bukken-list li a {
	display: block;
	color: #000000;
}
.bukken-list li a:hover {
	text-decoration: none;
	opacity: 0.49;
}
.cate-top-comment {
    margin-bottom: 20px;
    background-color: #FFD8D9;
}
.cate-top-comment a {
    font-weight: bold;
    text-decoration: underline;
}


.list ul {
	margin: 0px;
}
.list ul li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 20px;
}
.to_seiyaku-list {
    text-align: center;
    border-radius: 8px;
    background-color: #780002;
}
.to_seiyaku-list a {
    display: block;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.to_seiyaku-list a:hover {
    border-radius: 8px;
    text-decoration: none;
    background-color: #A01C1E;
}
.to_seiyaku-list a::before {
	content: " \f138";
	font-family: FontAwesome;
	position: relative;
	left: -4px;
}




/*物件詳細ページ　物件写真*/
#bukken-photos {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}
#bukken-photos li {
	list-style-type: none;
	position: static;
	margin-bottom: 5px;
}
#bukken-photos li img {
	display: block;
	max-width: 100%;
	height: auto;
}
#bukken-photos li img {
	margin-left: auto;
	margin-right: auto;
}
#gmap {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    height: 300px;
    border-style: none;
}
/*物件詳細ページ　物件写真ここまで*/


.slicknav_menu {
	display: none;
}
#footer {
	background-color: #ff4500;
}
#footer-info ul #tel02 a {
	color: #FFFFFF;
}
#footer-info ul #tel02 a:hover {
	text-decoration: none;
}
.mailform label {
    font-weight: normal;
}
#privacy h4 {
    font-weight: bold;
}
#satei .satei-block strong {
    font-weight: bold;
}
/*会社案内　店舗紹介*/
#about-top {
    margin-bottom: 20px;
}
#about-top h3 {
    font-weight: bold;
}
.submit-btn1{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    float: none;
    font-size: 18px;
}
button.mfp_next ,.submit-btn{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    float: none;
    letter-spacing: 20px;
    font-size: 18px;
}
button.mfp_prev {
    float: none;
}
#footer-sns img {
    margin-left: auto;
    margin-right: auto;
}
#akiya_point {
    text-align: center;
}
#akiya_point div #akiya_point1 {
    height: 150px;
    background-color: #EBEBEB;
    padding-top: 10px;
    border-radius: 8px;
    position: relative;
    background-image: url(../img/akiya/point-image01.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 60px auto;
}
#akiya_point div #akiya_point2 {
    height: 150px;
    background-color: #EBEBEB;
    padding-top: 10px;
    border-radius: 8px;
    position: relative;
    background-image: url(../img/akiya/point-image02.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 60px auto;
}
#akiya_point div #akiya_point3 {
    height: 150px;
    background-color: #EBEBEB;
    padding-top: 10px;
    border-radius: 8px;
    position: relative;
    background-image: url(../img/akiya/point-image03.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 40px auto;
}
#akiya_point div div span {
    background-color: #FF6600;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}


#akiya .akiya_tel div {
    background-color: #FF6600;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    height: 100px;
}
#akiya .akiya_tel div span {
    display: block;
    font-size: 30px;
}
#akiya .akiya_tel div a {
    color: #FFFFFF;
}
#akiya .akiya_tel div a:hover {
    text-decoration: none;
}



#akiya .akiya_form div {
    text-align: center;
    background-color: #EBEBEB;
    padding-top: 20px;
    height: 100px;
}
#akiya .akiya_form div span a {
    display: block;
    background-color: #0066A7;
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 190px;
    margin-left: auto;
    border-radius: 8px;
    margin-right: auto;
}
#akiya .akiya_form div span a::before{
	content: " \f138";
	font-family: FontAwesome;
	position: relative;
	left: -4px;

}

#akiya .akiya_form div span a:hover {
    text-decoration: none;
}
#akiya_faq_block {
    margin-bottom: 20px;
}

#akiya_faq_block div {
    margin-top: 55px;
}

#akiya_faq_block h4 {
    background-color: #CFFFD5;
    margin-bottom: 0px;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}
#akiya_faq_block h4 img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100px;
}

#akiya_faq_block dl {
    text-align: center;
    background-color: #146600;
    color: #FFFFFF;
}
#akiya_faq_block dl dt {
    padding-top: 5px;
    padding-bottom: 5px;

}
#akiya_faq_block dl dt span {
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border: 1px solid #FFFFFF;
}

#akiya_faq_block dl dd {
    padding-top: 5px;
    padding-bottom: 5px;
}
#akiya_plan div {
    margin-bottom: 15px;
}

#akiya_plan dl dt {
    text-align: center;
    background-color: #146600;
    color: #FFFFFF;
    padding-top: 10px;
    border-radius: 8px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
#akiya_option li  {
    padding-left: 0px;
}
button.mfp_next {
    letter-spacing: 0em;
    padding-left: 10px;
}
.input01 {
    width: 100%;
}
.staff-block {
    margin-bottom: 25px;
}
.youtube-wrap {
    width: 100%;
    clear: both;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 30px;
}
.youtube-wrap iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#latest iframe {
    border-style: none;
    width: 100%;
    height: 500px;
}




























@media (max-width:767px) {
body {
	font-size: 13px;
}
.file_not {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}
.sp_kaigyo {
    display: block;
}


/*スマホ　表示順設定*/
#bukken-wrap {
	display: flex;
	flex-wrap: wrap;
}
#bukken-photobox {
order: 2;

}
#bukken-data {
order: 1;
}
#bukken-data2 {
order: 4;
}
#gmap {
order: 3;
}
/*スマホ　表示順設定ここまで*/

#menu {
	display: none;
}
.slicknav_menu {
	display: block;
	background-color: #ff4500;

}
.slicknav_menu a {
	color: #FFFFFF;
}


.slicknav_menu .slicknav_icon {
	margin-left: 11px;
	display: block;
}
.slicknav_menu .slicknav_menutxt {
	font-size: 10px;
}
.slicknav_btn {
	padding: 5px;
	margin: 0px;
}
.slicknav_menu ul li ul li {
	float: left;
}
.slicknav_menu ul li ul li a::before {
	content: " \f138";
	font-family: FontAwesome;
	position: relative;
	left: -4px;
}
#header h1 {
	position: fixed;
	z-index: 2500;
	font-size: 10px;
	top: 2px;
	color: #FFFFFF;
	left: 5px;
}
#logo {
	width: 170px;
	z-index: 1000;
	position: fixed;
	top: 15px;
	left: 5px;
}
/*photo swipe*/
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.8);
}
.pswp__top-bar {
	height: 49px;
}
#header-info {
    display: none;
}

/*photo swipeここまで*/
#header-info #to-form {
	position: relative;
}
#header-info #to-form a img {
    width: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 8px;
}

#header-info a:hover {
	text-decoration: none;
	background-color: #80A7BB;
}
#header-info #to-form a::before {
    content: "メール";
    position: absolute;
    left: 0px;
    font-size: 10px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 5px;
}
#header-info #to-about a::before {
    content: " \f15c";
    font-family: "rounded mplus 1c regular";
    position: absolute;
    font-size: 19px;
    top: 5px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.bxslider {
	font-size: 0px;
}
.bxslider p {
	font-size: 15px;
	text-align: center;
}
.bxslider img {
	margin: 0 auto;
	display: block;
}
#header {
	padding-top: 64px;
}
#footerMenu {
	color: #FFF;
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 600;
	bottom: 0;
	overflow: none;
	left: 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
}
#footerMenu.showing {
	height: 50px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#footerMenu ul {
    margin: 0px;
    width: 100%;
}

	#footerMenu li{
    float: left;
    width: 33.333%;
    list-style-type: none;
	}
#footerMenu #footer-tel01 {
	position: relative;
}
#footerMenu #footer-tel01 a {
	padding-right: 10px;
	padding-top: 25pt;
	background-color: #0078FF;
}
#footerMenu #footer-tel01 a::before {
	content: " \f098";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	font-size: 24px;
	right: 0px;
	top: 1px;
}
#footerMenu #footer-line {
	position: relative;
}
#footerMenu #footer-line img {
    width: 28px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}
#footerMenu #footer-line a {
	padding-right: 10px;
	padding-top: 25pt;
	background-color: #00C300;
}

#footerMenu #footer-to-form {
	position: relative;
}
#footerMenu #footer-to-form a {
	padding-right: 10px;
	padding-top: 25pt;
	background-color: #0078FF;
}
#footerMenu #footer-to-form a::before {
	content: " \f0e0";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	font-size: 24px;
	right: 0px;
	top: 1px;
}

#footerMenu .navigation li:last-child {
	border-right-style: none;
}
#footerMenu .navigation li a:hover {
	background-color: #99AABD;
	color: white;
}
#footerMenu .navigation li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	display: block;
	text-align: center;
	height: 50px;
}
#footer_sns {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	clear: both
}
#footer_sns li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
#footer_sns li img {
    width: 30px;
}



#latest {
	margin-bottom: 20px;
}
#latest  h3 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "rounded mplus 2p medium";
}
#latest dd {
	margin-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#latest dt {
	border-top: 1px solid hsla(0,0%,83%,1.00);
	padding-top: 5px;
	font-weight: normal;
}




.home-recom-title {
	text-align: center;
	font-family: "rounded mplus 2p medium";
}
.home-recom-title h3 {
	margin: 0px;
	font-size: 22px;
	text-align: center;
}
.home-recom-title h3 span:nth-child(1) {
	color: #ff4500;
	display: block;
	font-size: 16px;
}
.home-recom-title h3 span:nth-child(2):after {
	content: '・';
}
.home-recom h4 {
	text-align: center;
	border-radius: 8px;
	background-color: #FF5F00;
	font-size: 16px;
	margin-bottom: 35px;
}
.home-recom h4 a {
	color: #FFFFFF;
	display: block;
	padding: 10px;
}
.home-recom h4 a::before {
	content: " \f138";
	font-family: FontAwesome;
	position: relative;
	left: -4px;
}
.home-recom h4 a:hover {
	text-decoration: none;
	border-radius: 8px;
	background-color: #FF8136;
}
.list {
	font-size: 12px;
}
.list li img {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}


#point {
	margin-bottom: 15px;
	font-size: 14px;
}

#point dd {
	padding: 5px;
	background-color: #FFEDD4;
}


.detail-table {
	margin-bottom: 30px;
}
.detail-table table {
    width: 100%;
    /* [disabled]border-top-color: #D1D1D1; */
    /* [disabled]border-top-style: solid; */
    /* [disabled]border-top-width: 1px; */
    /* [disabled]border-right-color: #D1D1D1; */
    /* [disabled]border-right-style: solid; */
    /* [disabled]border-right-width: 1px; */
}
.detail-table th {
    /* [disabled]background-color: #D5D5D5; */
    padding: 10px;
    width: 90px;
    border-bottom: 1px solid #A2A2A2;
    /* [disabled]border-left-color: #D1D1D1; */
    /* [disabled]border-left-style: solid; */
    /* [disabled]border-left-width: 1px; */
    color: #1f1f1f;
}
.detail-table td {
    padding: 10px;
    border-bottom: 1px solid #D1D1D1;
}
.form th  {
    display: block;
}
.form td {
    display: block;
    margin-bottom: 10px;

}


#gmap {
    width: 80%;
    margin-left: 10%;
}
#banner-block {
    margin-bottom: 10px;
    margin-top: 20px;


}
#banner-block img {
	margin-left: auto;
	margin-right: auto;
}
#banner-block .row div {
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer {
	padding-bottom: 75px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
}
#footer ul {
	list-style-type: none;
	margin-left: 0px;
}
#footer-menu {
	margin-bottom: 20px;
}
#footer-menu li {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer-menu li a {
	color: #FFFFFF;
}
#footer-menu li::before {
    content: " \f138";
    font-family: FontAwesome;
    position: relative;
    color: #FFFFFF
}
#footer-info {
	clear: both;
	color: #FFFFFF;
}
#footer-info ul #tel02 {
	font-size: 32px;
}
#footer-add {
	font-size: 12px;
}
#footer #logo02 img {
	width: 174px;
	margin-left: auto;
	margin-right: auto;
}
#akiya-form {
    width: 100%;
}

#akiya-form th {
    display: block;
    font-weight: bold;
}
#akiya-form td {
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
}
#akiya-form td select {
    width: 90%;
}
#akiya-form td input {
    width: 90%;
}
#akiya-form td textarea {
    width: 90%;
    height: 100px;
}
#btn {
    width: 90%;
    text-align: center;

}

#btn input {
    width: 250px;
    height: 50px;
    font-family: "rounded mplus 2p medium";
    font-size: 17px;
    border-radius: 8px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg,rgba(255,230,130,1.00) 0%,rgba(255,206,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,230,130,1.00) 0%,rgba(255,206,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,230,130,1.00) 0%,rgba(255,206,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,230,130,1.00) 0%,rgba(255,206,0,1.00) 100%);
}
.satei-title {
    text-align: center;
    margin-top: 20px;
    background-color: #D13300;
    padding: 10px;
    color: #FFFFFF;
}
form#mailformpro dl dt {
    border-top: solid 1px #CCC;
    padding-top: 10px;
    padding-right: 5px;
    /* [disabled]padding-bottom: 20px; */
    /* [disabled]font-size: 12px; */
    line-height: 1.5em;
    text-align: left;
    margin-top: 7px;
}
#satei_form {
    font-size: 15px;
}
.label_name {
    display: block;
}
.satei_textarea {
    width: 80%;
    height: 150px;
}
.satei_splogo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.about-table dd {
    margin-bottom: 10px;
}
#akiya_point {
    margin-left: -5px;
    margin-right: -5px;
}

#akiya_point div  {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.akiya-block {
    /* [disabled]font-size: 18px; */
    margin-bottom: 60px;
}
.appl_textarea {
    width: 90%;
    height: 150px;
}
















}

@media (max-width:991px) {

.detail-table table caption {
	color: #FF5F00;
	font-weight: bold;
}

	}

@media (min-width:768px) {
	

body {
	padding-top: 10px;
}
footer {
	clear: both;
}
nav {
	margin-bottom: 20px;
	z-index: 2000;
}
nav ul {
	margin: 0px;
}
nav ul+li {
	list-style-type: none;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 20px;
}
	
nav ul li a {
	color: #4A4A4A;
	font-family: "rounded mplus 2p medium";
}
nav ul li ul {
	font-size: 12px;
}
nav ul li a::before {
	content: " \f138";
	font-family: FontAwesome;
	position: relative;
	left: -4px;
}
#menu-wrap {
	background-color: #E4E4E4;
	height: 46.664px;
	margin-bottom: 20px;
}
.dropmenu li ul {
    border-right: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    border-left: 1px solid #ACACAC;
    letter-spacing: 0px;
}
.file_not {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 200px;
}

#latest {
	margin-bottom: 30px;
}

#latest h3 {
	font-family: "rounded mplus 2p medium";
	text-align: center;
	font-size: 22px;
	margin-bottom: 5px;
}

#latest dt {
	float: left;
	width: 120px;
	border-top: 1px solid hsla(0,0%,73%,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#latest dd {
	margin-left: 120px;
	border-top: 1px solid hsla(0,0%,73%,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
}


.home-recom {
	background-color: #F0F0F0;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.home-recom ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.home-recom ul li {
	list-style-type: none;
	float: left;
	width: 33.333%;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.home-recom ul li img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.home-recom-title {
	text-align: center;
	font-family: "rounded mplus 2p medium";
	font-size: 20px;
}
.home-recom-title h3 {
	margin-bottom: 15px;
}

.home-recom-title h3 span:nth-child(1) {
	color: #ff4500;
	font-size: 20px;
}
.home-recom-title h3 span:nth-child(2) {

}
.home-recom h4 {
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: both;
	background-color: #FF5F00;
	border-radius: 8px;
	width: 300px;
}
.home-recom h4 a {
	color: #FFFFFF;
	display: block;
	padding: 15px;
	transition: background-color 0.5s;
}
.home-recom h4 a:hover {
	background-color: #C4C4C4;
	text-decoration: none;
}
#header-info {
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 17px;
    position: relative;
}
#header div:first-child {
	margin-bottom: 5px;
}
	
#header-info #to-form {
    margin-bottom: 0px;
    position: absolute;
    right: 160px;
    bottom: 1px;
}
#header-info #to-form img {
    width: 30px;
}
#header-info #line {
    margin-bottom: 0px;
    position: absolute;
    right: 120px;
    bottom: 1px;
}
#header-info #line img {
    width: 30px;
}
#header-info #header-tel01 a {
	display: block;
	border-radius: 8px;
	transition: background-color 0.5s;
}
#header-tel01 {
    font-size: 28px;
    font-family: "rounded mplus 2p medium";
    color: #ff4500;
    letter-spacing: -1px;
    margin-bottom: 0px;
    line-height: 32px;
    text-align: right;
}
#header-info #header-tel01 a {
	color: #ff4500;
}
#header-info #header-tel01 a:hover, #header-info #header-tel01 a:focus {
	text-decoration: none;
}
#header_sns {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 200px;
    margin-left: auto;
}
#header_sns li {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    padding-left: 10px;
}
#header_sns li img {
    width: 30px;
    height: auto;
    vertical-align: middle;
}



/*PCヘッダー固定*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	z-index: 10000;
	padding-top: 5px;
}
.fixed #logo {
	width: 150px;
	float: left;
}
.fixed #tel01 {
	font-size: 25px;
	width: 203px;
	text-align: right;
	letter-spacing: -1px;
}
.fixed #to-form {
	margin-top: 3px;
	}
.fixed #header-info {
	width: 336px;
	padding-top: 0px;
}
/*PCヘッダー固定ここまで*/

/*PCヘッダー固定*/
.scroll {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	z-index: 10000;

}
/*.scroll #logo {
	width: 150px;
	float: left;
}
.scroll #tel01 {
	font-size: 25px;
	width: 203px;
	text-align: right;
	letter-spacing: -1px;
}
.scroll #to-form {
	margin-top: 3px;
	}
.scroll #header-info {
	width: 336px;
	padding-top: 0px;
}*/
/*PCヘッダー固定ここまで*/
#point {
	background-color: #FFEDD4;
	margin-bottom: 25px;
	width: 100%;
}
#point dt {
	color: #FFFFFF;
	width: 80px;
	font-family: "rounded mplus 2p medium";
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #FF6700;
	position: relative;
}
#point dt::after {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-left-color: #FF6700;
	right: -16px;
	top: 50%;
	margin-top: -8px;
}
#point dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul li a:hover {
	text-decoration: none;
	color: #FF4F51;
}
.home-recom h4 a::before {
	content: " \f138";
	font-family: FontAwesome;
	position: relative;
	left: -4px;
}
.cate-top-comment {
    text-align: center;
}

.list ul li img {
	width: 200px;
}

.detail-table table {
	width: 100%;
	/*border-top: 1px solid #D1D1D1;*/
	/*border-right: 1px solid #D1D1D1;*/
	margin-bottom: 20px;
}
.detail-table table caption {
	color: #FF5F00;
	font-weight: bold;
}
.detail-table th {
    /* [disabled]background-color: #E4E4E4; */
    padding: 10px;
    width: 102px;
    border-bottom: 1px solid #A2A2A2 /*#D1D1D1*/;
    color: #1f1f1f;
    font-weight: bold;    /*border-left: 1px solid #D1D1D1;*/
}
.detail-table td {
    padding: 10px;
    border-bottom: 1px solid #D1D1D1;
}

.to_seiyaku-list {
    text-align: center;
    border-radius: 8px;
    background-color: #780002;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container {
	margin-bottom: 20px;
}
.akiya-block  {
    /* [disabled]font-size: 18px; */
    margin-bottom: 60px;
}
.satei-block  {
    font-size: 18px;
    margin-bottom: 60px;
}
#banner-block {
    margin-bottom: 10px;
    margin-top: 40px;


}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer-info {
	color: #FFFFFF;
	text-align: center;
}
#footer-info ul:first-child {
	padding: 0px;
	margin: 0px;
}
#footer-info li {
	list-style-type: none;
}
#footer_sns {
    margin-bottom: 10px;
    width: 200px;
    margin-left: 0px;
}
#footer_sns li {
    list-style-type: none;
    margin-right: 10px;
    vertical-align: middle;
    height: 30px;
    padding: 0px;
    float: left;
}
#footer_sns li img {
    width: 30px;
    height: auto;
    vertical-align: middle;
}
#footer-info ul #tel02 {
	font-size: 35px;
}



#footer-info ul #footer-add {
	font-size: 14px;
}
#footer-menu {
    padding: 0px;
    margin: 0px;
}
#footer-menu li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
#footer-menu li a {
	color: #FFFFFF;
}
#footer-menu li a::before {
    content: " \f138";
    font-family: FontAwesome;
    position: relative;
}
#footer #logo02 img {
	width: 174px;
	margin-left: auto;
	margin-right: auto;
}
#footerMenu {

}

.satei-title  {
    text-align: center;
    margin-top: 20px;
    background-color: #D13300;
    padding: 10px;
    color: #FFFFFF;
}
#satei_form {
    font-size: 16px;
}
.satei_textarea {
    width: 80%;
    height: 150px;
}
.label_name {
    display: block;
}
.about-table {
    background-color: #E8E8E8;
    margin-bottom: 20px;
}

.about-table dt {
    float: left;
    padding: 10px;
    width: 250px;
    text-align: right;
    border-top: 1px solid #F9F9F9;
}
.about-table dd {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    margin-left: 250px;
    padding-left: 10px;
    border-top: 1px solid #CCCCCC;
}
.about-table dd:last-child {
    border-bottom: 1px solid #CCCCCC;

}
.submit-btn,#mfp_button_send {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    letter-spacing: 20px;
}
.mailform label {
    vertical-align: top;
}
#akiya .akiya_tel {
    padding-right: 0px;
}
#akiya .akiya_form {
    padding-left: 0px;
}
.input01 {
    width: 400px;
}
.appl_textarea {
    width: 400px;
    height: 150px;
}
#footerMenu {
    display: none;
}

}

@media (min-width:992px) {
.home-recom-title  {


}

.home-recom-title h4 {
	margin-top: 16px;
}
.home-recom ul {
	margin-left: auto;
	margin-right: auto;
}

.home-recom ul li {
	font-size: 15px;
}
.home-recom-title h3 span:nth-child(2) {

}
nav ul li ul {
	font-size: 14px;
}
.home-recom-title {
	text-align: center;
	font-family: "rounded mplus 2p medium";
	margin: 0px;
	font-size: 27px;
}
.home-recom-title h3 span:nth-child(1) {
    color: #ff4500;
    font-size: 20px;
    height: auto;
}
#header-tel01 {
	font-size: 38px;

}
#satei_form {
    font-size: 17px;
}





}

@media (min-width:1200px) {

}

@media (min-width:768px) and (max-width:991px){
.mfp label .name_input {
    width: 140px;
}

}
