@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
.container {
  padding: 0 15px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media print {
  .container {
    max-width: 760px;
  }
}
.ie8 .container {
  max-width: 760px;
}
@media only screen and (min-width: 1101px) {
  .container {
    max-width: 960px;
  }
}
@media print {
  .container {
    max-width: 960px;
  }
}
.ie8 .container {
  max-width: 960px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media print {
  .container {
    max-width: 1100px;
  }
}
.ie8 .container {
  max-width: 1100px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  border-bottom: 0;
  padding-bottom: 0;
}
#header .btn_menu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 54px;
  z-index: 100;
}
#header .top_header {
  background: #eaeaea;
  overflow: hidden;
  *zoom: 1;
  padding: 5px 0;
}
#header .top_header h1 {
  width: 835px;
  float: left;
  line-height: 2;
  font-size: 85%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .top_header h1 {
    width: 835px;
  }
}
@media only screen and (max-width: 767px) {
  #header .top_header h1 {
    width: 90%;
  }
}

/* -----------------------------------------------------------
	#Menu
----------------------------------------------------------- */
#menu-sp {
  position: fixed;
  padding-top: 56px;
  top: 0;
  right: -70%;
  display: block;
  width: 240px;
  height: 100%;
  z-index: 10;
  background: #252525;
  overflow: scroll;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#menu-sp.active {
  visibility: visible;
  right: 0;
}

#menu-sp ul li {
  border: 0;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #000;
  float: left;
  width: 100%;
}

#menu-sp ul li a {
  color: #fff;
  padding: 10px 0 10px 20px;
  display: block;
  text-decoration: none;
}

#curry #contents {
  width: 100%;
  max-width: none;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .con_main {
    margin-bottom: 8%;
  }
}
.con_main .box_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.5% 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_main .box_top {
    padding: 20px 0;
  }
}
@media print {
  .con_main .box_top {
    padding: 20px 0;
  }
}
.ie8 .con_main .box_top {
  padding: 20px 0;
}
.con_main .box_top h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_main .box_top h2 img {
    width: 40%;
    max-width: 333px;
  }
}
.con_main .box_img img {
  width: 230%;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .con_main .box_img img {
    width: 1920px;
  }
}
@media print {
  .con_main .box_img img {
    width: 1920px;
  }
}
.ie8 .con_main .box_img img {
  width: 1920px;
}
.con_main .box_bottom {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 120%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 321px) {
  .con_main .box_bottom {
    bottom: 12%;
  }
}
@media print {
  .con_main .box_bottom {
    bottom: 12%;
  }
}
.ie8 .con_main .box_bottom {
  bottom: 12%;
}
@media only screen and (min-width: 768px) {
  .con_main .box_bottom {
    font-size: 21px;
    bottom: 100px;
  }
}
@media print {
  .con_main .box_bottom {
    font-size: 21px;
    bottom: 100px;
  }
}
.ie8 .con_main .box_bottom {
  font-size: 21px;
  bottom: 100px;
}
@media only screen and (min-width: 1101px) {
  .con_main .box_bottom {
    font-size: 27px;
    bottom: 135px;
  }
}
@media print {
  .con_main .box_bottom {
    font-size: 27px;
    bottom: 135px;
  }
}
.ie8 .con_main .box_bottom {
  font-size: 27px;
  bottom: 135px;
}
.con_main .box_bottom .wrp_txt {
  display: inline-block;
  position: relative;
  line-height: 1.8;
  padding: 0 12%;
}
.con_main .box_bottom .wrp_txt:before, .con_main .box_bottom .wrp_txt:after {
  content: "";
  width: 17%;
  padding-top: 26%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .con_main .box_bottom .wrp_txt:before, .con_main .box_bottom .wrp_txt:after {
    padding-top: 0;
    width: 84px;
    height: 128px;
  }
}
@media print {
  .con_main .box_bottom .wrp_txt:before, .con_main .box_bottom .wrp_txt:after {
    padding-top: 0;
    width: 84px;
    height: 128px;
  }
}
.ie8 .con_main .box_bottom .wrp_txt:before, .ie8 .con_main .box_bottom .wrp_txt:after {
  padding-top: 0;
  width: 84px;
  height: 128px;
}
.con_main .box_bottom .wrp_txt:before {
  background: url("../curry/images/bg_vector_left.png") no-repeat center center;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_main .box_bottom .wrp_txt:before {
    background-size: 100% auto;
  }
}
.con_main .box_bottom .wrp_txt:after {
  background: url("../curry/images/bg_vector_right.png") no-repeat center center;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_main .box_bottom .wrp_txt:after {
    background-size: 100% auto;
  }
}

/* -----------------------------------------------------------
	con_vegetable
----------------------------------------------------------- */
.con_vegetable {
  overflow: hidden;
}
.con_vegetable .box_head {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .con_vegetable .box_head {
    margin-bottom: 7%;
  }
}
.con_vegetable .box_head h3 {
  font-size: 26px;
  font-weight: normal;
  border-bottom: 1px solid #919195;
  display: inline-block;
  margin-bottom: 1%;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_head h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media print {
  .con_vegetable .box_head h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
.ie8 .con_vegetable .box_head h3 {
  font-size: 34px;
  margin-bottom: 10px;
}
.con_vegetable .box_head p {
  font-size: 20px;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_head p {
    font-size: 24px;
  }
}
@media print {
  .con_vegetable .box_head p {
    font-size: 24px;
  }
}
.ie8 .con_vegetable .box_head p {
  font-size: 24px;
}
.con_vegetable .box_content .wrp_vegetable {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .con_vegetable .box_content .wrp_vegetable {
    margin-bottom: 8%;
  }
}
.con_vegetable .box_content .wrp_vegetable .box_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  background: url("../curry/images/bg_vector_vegetable.png") no-repeat center top;
  padding-top: 40px;
  margin-bottom: 15px;
}
.con_vegetable .box_content .wrp_vegetable .box_title p {
  font-size: 18px;
  color: #000;
}
.con_vegetable .box_content .wrp_vegetable .box_title h4 {
  font-size: 36px;
  color: #633d1b;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_content .wrp_vegetable .box_title h4 {
    font-size: 60px;
  }
}
@media print {
  .con_vegetable .box_content .wrp_vegetable .box_title h4 {
    font-size: 60px;
  }
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_title h4 {
  font-size: 60px;
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable {
  background: #412a15;
  position: relative;
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_img img {
    width: 1920px;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media print {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_img img {
    width: 1920px;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_img img {
  width: 1920px;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
  }
}
@media print {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
  }
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc {
  margin: 5% 1%;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc {
    float: right;
    width: 100%;
    max-width: 500px;
    margin: 0 6%;
    text-shadow: 2px 2px 10px #3e2520, -2px 2px 10px #563412, 2px -2px 10px #563412, -2px -2px 10px #563412;
  }
}
@media print {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc {
    float: right;
    width: 100%;
    max-width: 500px;
    margin: 0 6%;
    text-shadow: 2px 2px 10px #3e2520, -2px 2px 10px #563412, 2px -2px 10px #563412, -2px -2px 10px #563412;
  }
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc {
  float: right;
  width: 100%;
  max-width: 500px;
  margin: 0 6%;
  text-shadow: 2px 2px 10px #3e2520, -2px 2px 10px #563412, 2px -2px 10px #563412, -2px -2px 10px #563412;
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc .price {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc .price {
    font-size: 60px;
    text-align: right;
  }
}
@media print {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc .price {
    font-size: 60px;
    text-align: right;
  }
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc .price {
  font-size: 60px;
  text-align: right;
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc h5 {
  font-size: 20px;
  font-weight: normal;
}
.con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc .txt {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc.f_left {
    float: left;
  }
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc.f_left .price {
    text-align: left;
  }
}
@media print {
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc.f_left {
    float: left;
  }
  .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc.f_left .price {
    text-align: left;
  }
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc.f_left {
  float: left;
}
.ie8 .con_vegetable .box_content .wrp_vegetable .box_vegetable .wrp_desc .box_desc.f_left .price {
  text-align: left;
}

/* -----------------------------------------------------------
	con_curry
----------------------------------------------------------- */
.con_curry {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .con_curry {
    margin-bottom: 7%;
  }
}
.con_curry .box_head h3 {
  text-align: center;
  color: #808080;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.con_curry .box_head h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #919195;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_curry .box_head h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
.con_curry .box_content .box_title {
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .con_curry .box_content .box_title {
    margin-bottom: 15px;
  }
}
.con_curry .box_content .box_title h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  line-height: 1.1;
  display: inline-block;
  padding: 0 45px;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .box_title h4 {
    font-size: 30px;
    padding: 0 95px;
  }
}
@media print {
  .con_curry .box_content .box_title h4 {
    font-size: 30px;
    padding: 0 95px;
  }
}
.ie8 .con_curry .box_content .box_title h4 {
  font-size: 30px;
  padding: 0 95px;
}
.con_curry .box_content .box_title h4:before, .con_curry .box_content .box_title h4:after {
  content: "";
  width: 45px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .box_title h4:before, .con_curry .box_content .box_title h4:after {
    width: 88px;
    height: 18px;
  }
}
@media print {
  .con_curry .box_content .box_title h4:before, .con_curry .box_content .box_title h4:after {
    width: 88px;
    height: 18px;
  }
}
.ie8 .con_curry .box_content .box_title h4:before, .ie8 .con_curry .box_content .box_title h4:after {
  width: 88px;
  height: 18px;
}
.con_curry .box_content .box_title h4:before {
  background: url("../curry/images/bg_vectorcurry_left.png") no-repeat center top;
  background-size: 100% auto;
  left: 0;
}
.con_curry .box_content .box_title h4:after {
  background: url("../curry/images/bg_vectorcurry_right.png") no-repeat center top;
  background-size: 100% auto;
  right: 0;
}
.con_curry .box_content .box_title h4 span {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .box_title h4 span {
    font-size: 48px;
  }
}
@media print {
  .con_curry .box_content .box_title h4 span {
    font-size: 48px;
  }
}
.ie8 .con_curry .box_content .box_title h4 span {
  font-size: 48px;
}
.con_curry .box_content .wrp_box_curry {
  border: 12px solid #f8e6c9;
  background: #fff6e8;
  padding: 10px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_box_curry {
    padding: 20px 20px 50px;
  }
}
@media print {
  .con_curry .box_content .wrp_box_curry {
    padding: 20px 20px 50px;
  }
}
.ie8 .con_curry .box_content .wrp_box_curry {
  padding: 20px 20px 50px;
}
.con_curry .box_content .wrp_box_curry .box_content_curry {
  overflow: hidden;
}
.con_curry .box_content .wrp_box_curry .box_content_curry .box_curry {
  overflow: hidden;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry {
    margin-bottom: 0;
    width: 48%;
    float: left;
  }
}
@media print {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry {
    margin-bottom: 0;
    width: 48%;
    float: left;
  }
}
.ie8 .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry {
  margin-bottom: 0;
  width: 48%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry.last {
    float: right;
  }
}
@media print {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry.last {
    float: right;
  }
}
.ie8 .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry.last {
  float: right;
}
.con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .wrp_img {
  float: left;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .wrp_img {
    width: 45%;
  }
}
@media print {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .wrp_img {
    width: 45%;
  }
}
.ie8 .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .wrp_img {
  width: 45%;
}
.con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .box_desc {
  background: url("../curry/images/bg_desc_curry.jpg") repeat-x top left;
  width: 65%;
  float: right;
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .box_desc {
    width: 50%;
  }
}
@media print {
  .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .box_desc {
    width: 50%;
  }
}
.ie8 .con_curry .box_content .wrp_box_curry .box_content_curry .box_curry .box_desc {
  width: 50%;
}
.con_curry .box_content .wrp_two_choose .box_title {
  margin-bottom: 15px;
}
.con_curry .box_content .wrp_two_choose .box_content_choose {
  overflow: hidden;
}
.con_curry .box_content .wrp_two_choose .box_content_choose .box_choose {
  overflow: hidden;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_two_choose .box_content_choose .box_choose {
    margin-bottom: 0;
    width: 49%;
    float: left;
  }
}
@media print {
  .con_curry .box_content .wrp_two_choose .box_content_choose .box_choose {
    margin-bottom: 0;
    width: 49%;
    float: left;
  }
}
.ie8 .con_curry .box_content .wrp_two_choose .box_content_choose .box_choose {
  margin-bottom: 0;
  width: 49%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_curry .box_content .wrp_two_choose .box_content_choose .box_choose.last {
    float: right;
  }
}
@media print {
  .con_curry .box_content .wrp_two_choose .box_content_choose .box_choose.last {
    float: right;
  }
}
.ie8 .con_curry .box_content .wrp_two_choose .box_content_choose .box_choose.last {
  float: right;
}
.con_curry .box_content .wrp_two_choose .box_content_choose .box_choose .wrp_img img {
  width: 100%;
}
.con_curry .box_content .wrp_two_choose .box_content_choose .box_choose .box_desc {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fbfafa;
  padding: 16px 0;
}

/* -----------------------------------------------------------
	con_karuizawa
----------------------------------------------------------- */
.con_karuizawa {
  overflow: hidden;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_karuizawa {
    margin-bottom: 8%;
  }
}
.con_karuizawa .box_head {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}
.con_karuizawa .box_head p {
  color: #808080;
  font-size: 24px;
  margin-bottom: 5px;
}
.con_karuizawa .box_head h3 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  border-top: 1px solid #919195;
  padding-top: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .con_karuizawa .box_head h3 {
    font-size: 34px;
  }
}
@media print {
  .con_karuizawa .box_head h3 {
    font-size: 34px;
  }
}
.ie8 .con_karuizawa .box_head h3 {
  font-size: 34px;
}
.con_karuizawa .box_content .wrp_img_large {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .con_karuizawa .box_content .wrp_img_large {
    margin-bottom: 9%;
  }
}
.con_karuizawa .box_content .wrp_img_large img {
  width: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .con_karuizawa .box_content .wrp_img_large img {
    width: 1920px;
  }
}
@media print {
  .con_karuizawa .box_content .wrp_img_large img {
    width: 1920px;
  }
}
.ie8 .con_karuizawa .box_content .wrp_img_large img {
  width: 1920px;
}
.con_karuizawa .box_content .box_kato .wrp_img {
  float: left;
  width: 44%;
  padding-right: 5%;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 321px) {
  .con_karuizawa .box_content .box_kato .wrp_img {
    width: 45%;
  }
}
@media print {
  .con_karuizawa .box_content .box_kato .wrp_img {
    width: 45%;
  }
}
.ie8 .con_karuizawa .box_content .box_kato .wrp_img {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .con_karuizawa .box_content .box_kato .wrp_img {
    width: 30%;
  }
}
@media print {
  .con_karuizawa .box_content .box_kato .wrp_img {
    width: 30%;
  }
}
.ie8 .con_karuizawa .box_content .box_kato .wrp_img {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .con_karuizawa .box_content .box_kato .box_desc {
    width: 65%;
    float: left;
    padding-top: 15px;
  }
}
@media print {
  .con_karuizawa .box_content .box_kato .box_desc {
    width: 65%;
    float: left;
    padding-top: 15px;
  }
}
.ie8 .con_karuizawa .box_content .box_kato .box_desc {
  width: 65%;
  float: left;
  padding-top: 15px;
}
.con_karuizawa .box_content .box_kato .box_desc h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: normal;
  color: #633d1b;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_karuizawa .box_content .box_kato .box_desc h4 {
    border-bottom: 2px solid #633d1b;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .con_karuizawa .box_content .box_kato .box_desc h4 {
    font-size: 30px;
  }
}
@media print {
  .con_karuizawa .box_content .box_kato .box_desc h4 {
    font-size: 30px;
  }
}
.ie8 .con_karuizawa .box_content .box_kato .box_desc h4 {
  font-size: 30px;
}
.con_karuizawa .box_content .box_kato .box_desc h4 span {
  font-size: 115%;
}
@media only screen and (min-width: 768px) {
  .con_karuizawa .box_content .box_kato .box_desc h4:after {
    content: "";
    width: 300px;
    height: 2px;
    background: #633d1b;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0;
  }
}
@media print {
  .con_karuizawa .box_content .box_kato .box_desc h4:after {
    content: "";
    width: 300px;
    height: 2px;
    background: #633d1b;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0;
  }
}
.ie8 .con_karuizawa .box_content .box_kato .box_desc h4:after {
  content: "";
  width: 300px;
  height: 2px;
  background: #633d1b;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.con_karuizawa .box_content .box_kato .box_desc .desc {
  font-size: 16px;
  line-height: 1.8;
}

/* -----------------------------------------------------------
	con_contact
----------------------------------------------------------- */
.con_contact {
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .con_contact .wrp_box_map {
    width: 60%;
    float: left;
  }
}
@media print {
  .con_contact .wrp_box_map {
    width: 60%;
    float: left;
  }
}
.ie8 .con_contact .wrp_box_map {
  width: 60%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_contact .wrp_box_map .box_map {
    float: right;
    width: 600px;
  }
}
@media print {
  .con_contact .wrp_box_map .box_map {
    float: right;
    width: 600px;
  }
}
.ie8 .con_contact .wrp_box_map .box_map {
  float: right;
  width: 600px;
}
@media only screen and (min-width: 1101px) {
  .con_contact .wrp_box_map .box_map {
    width: 1070px;
  }
}
@media print {
  .con_contact .wrp_box_map .box_map {
    width: 1070px;
  }
}
.ie8 .con_contact .wrp_box_map .box_map {
  width: 1070px;
}
.con_contact .wrp_box_map .box_map iframe {
  vertical-align: top;
}
.con_contact .box_contact {
  text-align: center;
  padding-top: 5%;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_contact {
    padding-top: 30px;
    float: right;
    width: 36%;
  }
}
@media print {
  .con_contact .box_contact {
    padding-top: 30px;
    float: right;
    width: 36%;
  }
}
.ie8 .con_contact .box_contact {
  padding-top: 30px;
  float: right;
  width: 36%;
}
.con_contact .box_contact .box_head {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .box_head {
    margin-bottom: 4%;
  }
}
.con_contact .box_contact .box_head .logo_footer {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .box_head .logo_footer {
    margin-bottom: 2%;
  }
}
.con_contact .box_contact .box_head .box_name {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  border-bottom: 1px solid #919195;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_contact .box_head .box_name {
    font-size: 34px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media print {
  .con_contact .box_contact .box_head .box_name {
    font-size: 34px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.ie8 .con_contact .box_contact .box_head .box_name {
  font-size: 34px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.con_contact .box_contact .box_head .box_name span {
  font-size: 18px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_contact .box_head .box_name span {
    font-size: 22px;
  }
}
@media print {
  .con_contact .box_contact .box_head .box_name span {
    font-size: 22px;
  }
}
.ie8 .con_contact .box_contact .box_head .box_name span {
  font-size: 22px;
}
.con_contact .box_contact .box_head p {
  font-size: 16px;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_contact .box_head p {
    font-size: 18px;
  }
}
@media print {
  .con_contact .box_contact .box_head p {
    font-size: 18px;
  }
}
.ie8 .con_contact .box_contact .box_head p {
  font-size: 18px;
}
.con_contact .box_contact .box_content .btn_action {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .box_content .btn_action {
    margin-bottom: 3%;
  }
}
.con_contact .box_contact .box_content .btn_action a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  color: #808080;
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 80%;
  margin: 0 auto 20px;
  padding: 12px 0;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.con_contact .box_contact .box_content .btn_action a.red {
  color: #fff;
  background: #660000;
  border: 1px solid #660000;
}
.con_contact .box_contact .box_content .phone {
  background: url("../curry/images/bg_vector_vegetable.png") no-repeat top center;
  padding-top: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}
.con_contact .box_contact .box_content .phone a{
  text-decoration: none;
}
.con_contact .box_contact .box_content .phone span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  display: block;
  color: #808080;
}
.con_contact .box_contact .box_content .txt_note {
  font-size: 14px;
  margin: 0 auto;
  max-width: 215px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.con_contact .box_contact .box_content ul {
  display: inline-block;
}
.con_contact .box_contact .box_content ul li {
  float: left;
  border-right: 1px solid #808080;
  margin-right: 5px;
  padding-right: 5px;
}
.con_contact .box_contact .box_content ul li.last {
  border-right: 0;
}
.con_contact .box_contact .box_content ul li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #d9d9d9;
  margin-top: 0;
}
#footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #1e1e1e;
  padding: 10px 0;
}
