@media print,
screen and (min-width:768px) {

 .pc_off {
  display: none;
 }

 body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 12px;
  line-height: 18px;
 }

 a {
  /*opacity:1.0;*/
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 1.0;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1.0;
  /* Safari 1.x */
  text-decoration: none;
  color: #003A77;
 }

 a:hover {
  text-decoration: underline;
 }

 img {
  border: 0;
 }

 p {
  margin: 0;
  padding: 0;
 }

 ol,
 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
 }

 div:after,
 ul:after {
  content: "";
  display: block;
  clear: both;
 }

 .container {
  width: 1000px;
  margin: 150px auto 100px auto;
  padding: 0px;
 }

 .container h2 {
  margin: 10px 0px;
  padding: 0px;
 }

 .container p {
  margin: 0px 0px;
  padding: 0px;
 }


 .conts {
  float: right;
 }






 /* .c_head yƒwƒbƒ_[z
------------------------------------------- */
 .c_head {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  z-index: 1000;
  background: #2e3a41;
  letter-spacing: 1px;
 }

 .c_head b {
  width: 200px;
  font-size: 14px;
  float: left;
  margin-left: 25px;
 }

 .c_head ul {
  float: right;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
 }

 .c_head ul li {
  float: left;
  margin-right: 20px;
 }

 .c_head ul li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
 }

 .c_head ul li a:hover {
  text-decoration: underline;
 }

 .c_head ul li span {
  display: block;
  font-size: 12px;
 }

 /* .c_side yƒTƒCƒhƒo[z*/
 .side_wrap {
  width: 200px;
  overflow: hidden;
 }

 .side_title {
  font-size: 18px;
  text-align: left;
  padding-left: 3px;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
 }

 .side_title span {
  font-size: 36px;
  color: #0059B2;
 }

 .side_popularity ul li {
  margin-bottom: 10px;
 }

 .side_search ul li {
  display: block;
  width: 90px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #CCC;
  border-left: 4px solid #000;
 }

 .side_search ul li:nth-child(2n) {
  margin-right: 0;
 }

 #side_space {
  padding: 9px 4px;
 }

 .side_search a {
  display: block;
  text-align: left;
  padding: 9px 7px;
  font-weight: bold;
 }

 .side_freesearch {
  background: #164B81;
  width: 200px;
  height: 53px;
  margin-top: 20px;
 }

 .side_freesearch a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px 0;
 }

 /*ŠÇ—ƒy[ƒW start*/

 .container_kanri {
  margin: 105px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  letter-spacing: 1px;
  font-family: "ŸàƒSƒVƒbƒN", "Yu Gothic";
 }

 .kanri_wrap1 {
  height: 730px;
  background-image: url("../img/kanri_main.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
 }

 .kanri_wrap1 h2 {
  color: #fff;
  font-size: 1.3vw;
  margin: 310px auto 0px auto;
  padding: 0px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
 }

 .kanri_navi {
  width: 80%;
  position: absolute;
  margin: 0px auto;
  padding: 40px;
  bottom: -40px;
  left: 0px;
  right: 0px;
  background: #2e3a41;
  display: flex;
  justify-content: center;
 }

 .kanri_navi li {
  margin: 0px;
 }

 .kanri_navi a {
  color: #fff;
  font-size: 14px;
 }

 .kanri_navi a::after {
  content: "/";
  margin: 0px 10px;
 }

 .kanri_wrap2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  width: 1000px;
  margin: 120px auto 90px auto;
  text-align: center;
 }

 .kanri_wrap3 {
  height: 500px;
  background-image: url("../img/kanri_management.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  top: 0px;
  left: 0px;
 }

 .kanri_wrap3 p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin: 0px auto;
  padding-top: 120px;
  padding-bottom: 30px;
  padding-left: 17vw;
  background: rgba(127, 6, 8, 0.9);
  position: relative;
  top: 130px;
  left: 0px;
 }

 .kanri_wrap3 p::before {
  content: "";
  display: block;
  width: 472px;
  height: 82px;
  background: url("../img/kanri_management_txt.png") no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  bottom: 90px;
 }

 .kanri_wrap3 a {
  color: #7f0608;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 23px 62px;
  background: #fff;
  position: absolute;
  bottom: 50px;
  left: 17vw;
 }

 .kanri_wrap4 {
  width: 1100px;
  margin: 100px auto;
  padding: 0px;
 }


 .kanri_wrap4 div {
  width: 430px;
  height: 400px;
  float: right;
  border: solid 1px #2e3a41;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
 }

 .kanri_wrap4 div img {
  width: auto;
  height: 50px;
  margin-top: 20px;
 }

 .kanri_wrap4 div p {
  color: #2e3a41;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-top: 50px;
  text-align: center;
 }

 .kanri_wrap4 div a {
  color: #fff;
  font-size: 16px;
  width: 270px;
  margin: 40px auto 0px auto;
  padding: 23px 50px;
  display: block;
  background: #2e3a41;
  text-align: center;
  box-sizing: border-box;
 }

 .kanri_wrap5 {
  width: 1100px;
  margin: 100px auto;
  padding: 0px;
 }


 .kanri_wrap5 div {
  width: 430px;
  height: 400px;
  float: left;
  border: solid 1px #2e3a41;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 30px;
 }

 .kanri_wrap5 div img {
  width: auto;
  height: 50px;
  margin-top: 50px;
 }

 .kanri_wrap5 div p {
  color: #871c1f;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-top: 50px;
  text-align: center;
 }

 .kanri_wrap5 div a {
  color: #fff;
  font-size: 16px;
  width: 270px;
  margin: 40px auto 0px auto;
  padding: 23px 50px;
  display: block;
  background: #871c1f;
  text-align: center;
  box-sizing: border-box;
 }

 .kanri_wrap6 {
  width: 1100px;
  margin: 100px auto;
  padding: 0px;
 }


 .kanri_wrap6 div {
  width: 430px;
  height: 400px;
  float: right;
  border: solid 1px #2e3a41;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
 }

 .kanri_wrap6 div img {
  width: auto;
  height: 50px;
  margin-top: 80px;
 }

 .kanri_wrap6 div p {
  color: #2e3a41;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-top: 50px;
  text-align: center;
 }

 .kanri_wrap6 div a {
  color: #fff;
  font-size: 16px;
  width: 270px;
  margin: 40px auto 0px auto;
  padding: 23px 50px;
  display: block;
  background: #2e3a41;
  text-align: center;
  box-sizing: border-box;
 }

 .kanri_wrap7 {
  font-size: 30px;
  font-family: "æ¸–¾’©ƒeƒLƒXƒg";
  line-height: 42px;
  text-align: center;
  margin: 0px;
  padding: 0px;
 }

 .kanri_wrap8 {
  width: 1100px;
  margin: 100px auto;
  padding: 0px;
 }


 .kanri_wrap8 div {
  width: 470px;
  height: 400px;
  float: left;
  padding: 0px;
  box-sizing: border-box;
  margin-right: 30px;
 }

 .kanri_wrap8 div img {
  width: auto;
  height: 100px;
  margin-top: 50px;
 }

 .kanri_wrap8 div p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
 }

 .kanri_wrap8 div a {
  color: #2e3a41;
  font-size: 16px;
  font-weight: bold;
  width: 270px;
  margin: 50px 0px 0px;
  padding: 23px 50px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #2e3a41;
  background: #fff;
 }

 .about_wrap1 {
  height: 500px;
  background-image: url("../img/about_bg.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  top: 0;
  left: 0;
 }

 .about_wrap1 h2 {
  color: #fff;
  width: 200px;
  margin: 0px auto;
  position: absolute;
  top: 270px;
  left: 0px;
  right: 0px;
  font-size: 18px;
 }

 .about_wrap1 h2::before {
  content: "";
  width: 472px;
  height: 82px;
  padding-bottom: 10px;
  background: url("../img/about_txt.png") no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  left: -150px;
  bottom: 35px;
  border-bottom: solid 3px #fff;
 }

 .about_wrap2 {
  font-size: 36px;
  line-height: 52px;
  margin: 130px 0px 100px 0px;
  text-align: center;
 }

 .about_wrap3 {
  width: 1000px;
  margin: 0px auto;
 }

 .about_wrap3 h3 {
  color: #fff;
  font-size: 24px;
  padding: 40px;
  box-sizing: border-box;
  background: #7f0608;
 }

 .about_wrap3 p {
  font-size: 20px;
  line-height: 32px;
 }

 .about_wrap3 img {
  margin: 50px auto;
  display: block;
 }

 .about_wrap3 div {
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
 }

 .about_wrap3 div img {
  float: left;
  margin: 0px 30px 0px 0px;
 }


 /* service */



 .service_wrap1 {
  height: 500px;
  background-image: url("../img/service_bg.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  top: 0;
  left: 0;
 }

 .service_wrap1 h2 {
  color: #fff;
  width: 120px;
  margin: 0px auto;
  position: absolute;
  top: 270px;
  left: 0px;
  right: 0px;
  font-size: 18px;
 }

 .service_wrap1 h2::before {
  content: "";
  width: 273px;
  height: 65px;
  padding-bottom: 10px;
  background: url("../img/service_txt.png") no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  left: -80px;
  bottom: 35px;
  border-bottom: solid 3px #fff;
 }

 .service_wrap2 {
  font-size: 36px;
  line-height: 52px;
  margin: 130px 0px 100px 0px;
  text-align: center;
 }

 .service_wrap3 {
  width: 1000px;
  margin: 0px auto;
 }

 .service_wrap3 h3 {
  color: #fff;
  font-size: 24px;
  padding: 40px;
  box-sizing: border-box;
  background: #7f0608;
  margin: 30px 0;
  line-height: 1;
 }

 .service_wrap3 h4 {
  font-size: 20px;
  background: #ced9e1;
  padding: 20px;
 }

 .service_wrap3 p {
  font-size: 20px;
  line-height: 32px;
 }

 .service_wrap3 img {
  margin: 50px auto;
  display: block;
 }

 .service_wrap3 div {
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
 }

 .service_wrap3 div img {
  float: left;
  margin: 0px 30px 0px 0px;
 }

 /* menu */


 .menu_wrap1 {
  height: 500px;
  background-image: url("../img/menu_bg.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  top: 0;
  left: 0;
 }

 .menu_wrap1 h2 {
  color: #fff;
  width: 115px;
  margin: 0px auto;
  position: absolute;
  top: 270px;
  left: 0px;
  right: 0px;
  font-size: 18px;
 }

 .menu_wrap1 h2::before {
  content: "";
  width: 273px;
  height: 65px;
  padding-bottom: 10px;
  background: url("../img/menu_txt.png") no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  left: -80px;
  bottom: 35px;
  border-bottom: solid 3px #fff;
 }

 .menu_wrap2 {
  font-size: 36px;
  line-height: 52px;
  margin: 130px 0px 100px 0px;
  text-align: center;
 }

 .menu_wrap3 {
  width: 1000px;
  margin: 0px auto;
 }

 .menu_wrap3 h3 {
  color: #fff;
  font-size: 24px;
  padding: 40px;
  box-sizing: border-box;
  background: #7f0608;
 }

 .menu_wrap3 h4 {
  font-size: 20px;
  background: #ced9e1;
  padding: 20px;
 }

 .menu_wrap3 p {
  font-size: 20px;
  line-height: 32px;
 }

 .menu_wrap3 img {
  margin: 50px auto;
  display: block;
 }

 .menu_wrap3 div {
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
 }

 .menu_wrap3 div img {
  margin: 0px 30px 0px 0px;
 }


 /* sale_wrap */

 .sale_wrap1 {
  height: 500px;
  background-image: url("../img/sale_bg.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  top: 0;
  left: 0;
 }

 .sale_wrap1 h2 {
  color: #fff;
  width: 180px;
  margin: 0px auto;
  position: absolute;
  top: 270px;
  left: 0px;
  right: 0px;
  font-size: 18px;
 }

 .sale_wrap1 h2::before {
  content: "";
  width: 423px;
  height: 65px;
  padding-bottom: 10px;
  background: url("../img/sale_txt.png") no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  left: -130px;
  bottom: 35px;
  border-bottom: solid 3px #fff;
 }

 .sale_wrap2 {
  font-size: 36px;
  line-height: 52px;
  margin: 130px 0px 100px 0px;
  text-align: center;
 }

 .sale_wrap3 {
  width: 1000px;
  margin: 0px auto;
 }

 .sale_wrap3 h3 {
  color: #2e3a41;
  font-size: 24px;
  padding: 30px;
  box-sizing: border-box;
  background: #ced9e1;
 }

 .sale_wrap3 h4 {
  font-size: 20px;
  background: #ced9e1;
  padding: 20px;
 }

 .sale_wrap3 p {
  font-size: 20px;
  line-height: 32px;
 }

 .sale_wrap3 ul {
  display: flex;
  justify-content: space-between;
 }

 .sale_wrap3 ul li {
  margin: 20px 0px;
 }

 .sale_wrap3 div {
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
 }

 .sale_wrap3 div img {
  float: left;
  margin: 0px 30px 0px 0px;
 }

 .sale_wrap4 {
  width: 1000px;
  margin: 0px auto;
 }

 .sale_wrap4 h3 {
  color: #2e3a41;
  font-size: 24px;
  padding: 30px;
  box-sizing: border-box;
  background: #ced9e1;
 }

 .sale_wrap4 h4 {
  font-size: 20px;
  background: #ced9e1;
  padding: 20px;
 }

 .sale_wrap4 p {
  font-size: 20px;
  line-height: 32px;
 }

 .sale_wrap4 img {
  margin: 50px 0px 0px 0px;
 }

 .sale_wrap4 ul {
  width: 46%;
  float: right;
  text-align: left;
  margin: 50px 0px 0px 0px;
 }

 .sale_wrap4 ul li {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
 }

 .contact {
  height: 450px;
  margin-top: 100px;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  clear: both;
 }

 .contact img {
  margin-top: 67px;
 }

 .contact li {
  color: #fff;
 }

 .contact li:nth-child(1) {
  font-size: 36px;
  line-height: 42px;
  margin-top: 50px;
 }

 .contact li:nth-child(2) {
  font-size: 18px;
  margin-top: 50px;
 }


 .contact li:nth-child(3) {
  font-size: 18px;
  margin-top: 20px;
 }

 .contact a {
  color: #fff;
  font-size: 18px;
  width: 384px;
  display: block;
  margin: 25px auto 0px auto;
  padding: 29px 74px;
  border: solid 1px #fff;
  box-sizing: border-box;
  background: rgba(140, 30, 32, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;

 }


 .contact a:hover {
  background: rgba(220, 0, 0, 0.9);
  transition: all 0.3s ease;
 }

 /*ŠÇ—ƒy[ƒW end*/
 .side_owners_m {
  position: fixed;
  right: -5px;
  bottom: -5px;
  z-index: 9999;
  width: 260px;
 }

 .side_owners_m img {
  width: 100%;
 }

 /*íœ‹ÖŽ~*/

 /* ƒI[ƒi[ƒYƒ}ƒKƒWƒ“
 ------------------------------------------- */

 .om_list_wrap {
  width: 1000px;
  margin: 110px auto 0;
  text-align: center;
 }

 .om_list_wrap p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif;
  margin: 15px 0 40px;
  font-weight: bold;
 }

 .om_list_wrap iframe {
  display: block;
  width: 1000px;
  height: 320px;
 }

 .om_list_con ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
 }

 .om_list_con ul li a {
  display: block;
  width: 300px;
  height: 320px;
  text-decoration: none;
  color: #333;
 }

 .om_list_img {
  width: 320px;
  height: 200px;
  overflow: hidden;
 }

 .om_list_img img {
  width: 300px;
  height: 200px !Important;
  object-fit: contain;
  transition: .3s;
 }


 .om_list_con ul li a:hover img {
  transform: scale(1.1, 1.1);
  transition: .3s;
 }

 .om_list_con ul li a p {
  font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, "MS PƒSƒVƒbƒN", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  text-align: left;
 }

 .om_txt {
  width: 300px;
  margin: 25px 0 10px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
 }

 .om_list_con ul li a .om_txt p {
  font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, "MS PƒSƒVƒbƒN", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ad0000;
 }

 div:after,
 ul:after {
  content: none;
 }

 .om_list_con ul li a .om_txt p label {
  margin-right: 10px;
  display: inline-block;
 }

 .om_list_con ul li a .om_txt p label::before {
  content: "\25C6";
  display: inline-block;
  color: #ad0000;
  font-size: 14px;
 }

 .om_tag {
  color: #ad0000;
 }

 .om_day {
  color: #aaa;
 }

 .om_list_btn ul {
  width: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
 }

 .om_list_btn ul li a {
  display: block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border: 2px solid #2e3a41;
  color: #2e3a41;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 35px;
  transition: .3s;
 }



 .om_list_btn ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #2e3a41;
  border-right: 2px solid #2e3a41;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 25px;
 }

 .om_list_btn ul li:last-child a {
  background: #ad0000;
  border: 2px solid #ad0000;
  color: #fff;
 }

 .om_list_btn ul li:last-child a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
 }

 .om_list_btn ul li a:hover {
  transition: .3s;
  background: #2e3a41;
  color: #fff;
  text-decoration: none;
 }

 .om_list_btn ul li:last-child a:hover {
  background: #fff;
  color: #ad0000;
 }

}
