@charset "UTF-8";
@import url("reset.css");
@import url("base.css");
@import url("common.css");
/*****************/
/***** 関数 ******/
/*****************/
/****グラデーション******/
/*****************/
/***** 変数 ******/
/*****************/
/*メインカラー*/
/*$main_color: #fff;
$sub_main_color: #fff;*/
/*フォントカラー*/
/*フォントファミリー*/
/*****************/
/***** 共通 ******/
/*****************/
/*****bg******/
/*****nami******/

.privacy .contents1 .privacy_box h2,
.site .contents1 h2,
.contact .contents1 h2{
	text-align:center;
	font-size:4.0rem;
	font-weight:bold;
    font-family: "tsukue";
}

/**横幅**/
.cont, .event .contents1 .sec1, .event .contents2 .sec1, .event .contents4 .sec1, .sale .sale_box, .sale .list_box_wrap, .sale .contents2 .sec1, .sale .contents4 .sec1, .about .contents1 .sec1, .about .contents2 .sec1, .company .contents1 .sec1, .company .contents2 .sec1, .index .contents1 .sec1, .index .contents2 .sec1, .index .contents3 .sec1, .index .contents4 .sec1, .index .contents5 .sec1, .error .contents1 .sec1, .privacy .contents1 .privacy_box, .site .contents1 div.sitemap_box, .blog .contents1 .sec1, .blog_detail .contents1 .sec1, .contact .contents1 .contact_box {
  width: 1080px;
  margin: 0 auto;
}

/**クリア**/
.index .contents2 .sec1 .box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.index .contents2 .sec1 .box {
  display: inline-block;
}

/*IE7用*/
/* Hides from IE-mac \*/
* html .index .contents2 .sec1 .box, .index .contents2 .sec1 * html .box {
  height: 1%;
}

.index .contents2 .sec1 .box {
  display: block;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .merit_list ul li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fee185));
  background: -webkit-linear-gradient(transparent 60%, #fee185 60%);
  background: -o-linear-gradient(transparent 60%, #fee185 60%);
  background: linear-gradient(transparent 60%, #fee185 60%);
}

/**ボタン**/
.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn, .sale .contents2 .sec1 .btn, .sale .contents4 .sec1 .btn, .about .contents3 .sec1 dl dd, .index .contents1 .sec1 .btn, .index .contents2 .sec1 .box .merit_box .merit_box_in .btn, .index .contents4 .sec1 .box.left .e_box .e_box_in .btn, .index .contents4 .sec1 .box.right .e_box .e_box_in .btn {
  width: 100%;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn a, .sale .contents2 .sec1 .btn a, .sale .contents4 .sec1 .btn a, .about .contents3 .sec1 dl dd a, .index .contents1 .sec1 .btn a, .index .contents2 .sec1 .box .merit_box .merit_box_in .btn a, .index .contents4 .sec1 .box.left .e_box .e_box_in .btn a, .index .contents4 .sec1 .box.right .e_box .e_box_in .btn a {
  background: #37231b;
  padding: 4px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 2.0rem;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn a:hover, .sale .contents2 .sec1 .btn a:hover, .sale .contents4 .sec1 .btn a:hover, .about .contents3 .sec1 dl dd a:hover, .index .contents1 .sec1 .btn a:hover, .index .contents2 .sec1 .box .merit_box .merit_box_in .btn a:hover, .index .contents4 .sec1 .box.left .e_box .e_box_in .btn a:hover, .index .contents4 .sec1 .box.right .e_box .e_box_in .btn a:hover {
  background: #931432;
  text-decoration: none;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn a p, .sale .contents2 .sec1 .btn a p, .sale .contents4 .sec1 .btn a p, .about .contents3 .sec1 dl dd a p, .index .contents1 .sec1 .btn a p, .index .contents2 .sec1 .box .merit_box .merit_box_in .btn a p, .index .contents4 .sec1 .box.left .e_box .e_box_in .btn a p, .index .contents4 .sec1 .box.right .e_box .e_box_in .btn a p {
  border: 1px dashed #9b918d;
  padding: 11px 10px 11px;
  border-radius: 5px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn a p span, .sale .contents2 .sec1 .btn a p span, .sale .contents4 .sec1 .btn a p span, .about .contents3 .sec1 dl dd a p span, .index .contents1 .sec1 .btn a p span, .index .contents2 .sec1 .box .merit_box .merit_box_in .btn a p span, .index .contents4 .sec1 .box.left .e_box .e_box_in .btn a p span, .index .contents4 .sec1 .box.right .e_box .e_box_in .btn a p span {
  display: block;
  background: url("../image/common/news_arrow.png") 100% center no-repeat;
}

/****footer_btn****/
/****normal_btn****/
/**テーブル**/
.company .contents1 .sec1 .tbl table {
  width: 100%;
  border-top: 2px solid #ffcd1f;
  border-bottom: 2px solid #ffcd1f;
}

.company .contents1 .sec1 .tbl table tr th, .company .contents1 .sec1 .tbl table tr td {
  font-weight: normal;
  border-bottom: 1px dotted #ffcd1f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.company .contents1 .sec1 .tbl table tr:last-child th, .company .contents1 .sec1 .tbl table tr:last-child td {
  border-bottom: none;
}

.company .contents1 .sec1 .tbl table tr th {
  width: 127px;
  text-align: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

/**トランジション**/
.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn a p span, .sale .contents2 .sec1 .btn a p span, .sale .contents4 .sec1 .btn a p span, .about .contents3 .sec1 dl dd a p span, .index .contents1 .sec1 .btn a p span, .index .contents2 .sec1 .box .merit_box .merit_box_in .btn a p span, .index .contents4 .sec1 .box.left .e_box .e_box_in .btn a p span, .index .contents4 .sec1 .box.right .e_box .e_box_in .btn a p span, .index .contents5 .sec1 .kanban2 .btn a, .index .contents5 .sec1 .kanban2 .btn a:hover {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book _2p3a {
  width: 100% !important;
}

.h_ttl_box {
  text-align: center;
  margin-bottom: 60px;
}

.h_ttl_box .sub_ttl {
  font-size: 1.4rem;
  font-family: "tsukue";
  color: #530303;
  margin-bottom: 10px;
}

.h_ttl_box .ttl_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h_ttl_box .ttl_border .ttl_bg {
  border-top: 1px solid #931432;
  border-bottom: 1px solid #931432;
  padding-top: 1px;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h_ttl_box .ttl_border .ttl_bg h2 {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 4.0rem;
  color: #fff;
  background: #931432;
  font-family: 'Noto Serif JP';
  position: relative;
  line-height: 1.0;
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: 6px;
}

.h_ttl_box .ttl_border .ttl_bg h2:before {
  content: "";
  background: url("../image/common/ttl_left_bg.png") left center no-repeat;
  width: 30px;
  height: 68px;
  position: absolute;
  left: -30px;
  top: 0px;
}

.h_ttl_box .ttl_border .ttl_bg h2:after {
  content: "";
  background: url("../image/common/ttl_right_bg.png") left center no-repeat;
  width: 30px;
  height: 68px;
  position: absolute;
  right: -30px;
  top: 0px;
}

/*==================================================
イベントについて
================================================== */
.event {
  /*************/
  /************/
}

.event .contents1 {
  margin-top: 88px;
  padding-bottom: 70px;
  background: url("../image/event/c1_deco1.png") left bottom no-repeat, url("../image/event/c1_deco2.png") right bottom no-repeat;
}

.event .contents1 .sec1 {
  position: relative;
}

.event .contents1 .sec1 .btn {
  position: absolute;
  left: -80px;
  top: 0px;
}

.event .contents1 .sec1 .txt_box {
  background: url("../image/event/c1_txtbg.png") center top no-repeat;
  padding-top: 45px;
  text-align: center;
  height: 329px;
}

.event .contents1 .sec1 .txt_box p {
  margin-bottom: 18px;
}

.event .contents1 .sec1 .txt_box p:last-child {
  margin-bottom: 0px;
}

.event .contents2 {
  padding-top: 63px;
  padding-bottom: 105px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.event .contents2 .h_ttl_box .sub_ttl {
  color: #fff;
}

.event .contents2:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.event .contents2 .sec1 .event_box_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.event .contents2 .sec1 .event_box_wrap:before {
  content: "";
  background: url("../image/event/c2_deco1_bg.png") left center no-repeat;
  width: 192px;
  height: 81px;
  position: absolute;
  left: -200px;
  top: -97px;
}

.event .contents2 .sec1 .event_box_wrap:after {
  content: "";
  background: url("../image/event/c2_deco2_bg.png") left center no-repeat;
  width: 192px;
  height: 81px;
  position: absolute;
  right: -200px;
  top: -97px;
}

.event .contents2 .sec1 .event_box_wrap .event_box {
  background: #fff;
  padding: 18px;
  position: relative;
}

.event .contents2 .sec1 .event_box_wrap .event_box .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #ffd43d;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  left: 0px;
  top: 0px;
}

.event .contents2 .sec1 .event_box_wrap .event_box .event_box_in {
  position: relative;
  z-index: 1;
}

.event .contents2 .sec1 .event_box_wrap .event_box .event_box_in .photo {
  margin-bottom: 10px;
}

.event .contents2 .sec1 .event_box_wrap .event_box .event_box_in dl dt {
  font-size: 2.5rem;
  font-family: "tsukue";
  border-bottom: 2px solid #a9435b;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.event .contents2 .sec1 .box_wedding {
  background: #fff;
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.event .contents2 .sec1 .box_wedding .border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 1px dashed #ffd43d;
  -webkit-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}

.event .contents2 .sec1 .box_wedding .box_in {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event .contents2 .sec1 .box_wedding .box_in .photo {
  width: 450px;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box {
  width: 477px;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box .ttl {
  font-size: 3.0rem;
  font-family: "tsukue";
  border-bottom: 2px solid #a9435b;
  margin-bottom: 5px;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box .txt {
  margin-bottom: 13px;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box .box_bloon {
  background: url("../image/event/list.png");
  padding: 18px 30px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box .box_bloon:before {
  content: "";
  position: absolute;
  background: url("../image/event/lt_bg.png") left top no-repeat;
  width: 37px;
  height: 37px;
  left: 0px;
  top: 0px;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box .box_bloon:after {
  content: "";
  position: absolute;
  background: url("../image/event/rb_bg.png") left top no-repeat;
  width: 37px;
  height: 37px;
  right: 0px;
  bottom: 0px;
}

.event .contents2 .sec1 .box_wedding .box_in .txt_box .box_bloon ul:first-child {
  margin-right: 40px;
}

.event .contents3 {
  padding-top: 60px;
  padding-bottom: 105px;
}

.event .contents3 .sec1 {
  width: 1006px;
  margin: 0 auto;
}

.event .contents3 .sec1 .other_box_wrap .other_box {
  position: relative;
  min-height: 400px;
  margin-bottom: 50px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.left .photo {
  position: absolute;
  left: 0px;
  top: 0px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.left .txt_box {
  float: right;
  background: url("../image/event/r_bg.png") center top no-repeat;
  width: 480px;
  height: 317px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 114px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.left .txt_box.num01:before {
  content: "";
  background: url("../image/event/c3_deco1.png") right top no-repeat;
  width: 238px;
  height: 117px;
  position: absolute;
  right: 0px;
  top: -20px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.left .txt_box.num03:before {
  content: "";
  background: url("../image/event/c3_deco3.png") right top no-repeat;
  width: 238px;
  height: 117px;
  position: absolute;
  right: 0px;
  top: -20px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.left .txt_box ul:first-child {
  margin-right: 40px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.right .photo {
  position: absolute;
  right: 0px;
  top: 0px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.right .txt_box {
  background: url("../image/event/r_bg.png") center top no-repeat;
  width: 480px;
  height: 317px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 114px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.right .txt_box.num02:before {
  content: "";
  background: url("../image/event/c3_deco2.png") right top no-repeat;
  width: 238px;
  height: 117px;
  position: absolute;
  left: -50px;
  top: 10px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.right .txt_box.num04:before {
  content: "";
  background: url("../image/event/c3_deco4.png") right top no-repeat;
  width: 140px;
  height: 213px;
  position: absolute;
  left: -50px;
  top: 10px;
}

.event .contents3 .sec1 .other_box_wrap .other_box.right .txt_box ul:first-child {
  margin-right: 40px;
}

.event .contents3 .event_rental .ttl {
  text-align: center;
  font-family: "tsukue";
  margin-bottom: 30px;
}

.event .contents3 .event_rental .ttl dt {
  font-size: 2.0rem;
}

.event .contents3 .event_rental .ttl dt span {
  background: url("../image/common/slash_l.png") left center no-repeat, url("../image/common/slash_r.png") right center no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}

.event .contents3 .event_rental .ttl dd {
  border-top: 1px solid #ea9520;
  border-bottom: 1px solid #ea9520;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 3.0rem;
  color: #fff;
}

.event .contents3 .event_rental .ttl dd span {
  background: url("../image/event/ttl_orenge_lt.jpg") center left no-repeat, url("../image/event/ttl_orenge_rt.jpg") right center no-repeat #ea9520;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.event .contents3 .event_rental .rental_box {
  background: url("../image/common/brown_bg.jpg");
  padding: 30px;
  position: relative;
}

.event .contents3 .event_rental .rental_box .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #ffcd1f;
  left: 5px;
  top: 5px;
}

.event .contents3 .event_rental .rental_box .rental_box_in {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event .contents3 .event_rental .rental_box .rental_box_in .photo {
  width: 482px;
  margin-right: 27px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .txt {
  margin-bottom: 20px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
  margin-bottom: 19px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists:before {
  content: "";
  background: url("../image/common/lt_bg.png") left top no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists:after {
  content: "";
  background: url("../image/common/rb_bg.png") left top no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists div ul {
  display: block;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists div ul:first-child {
  margin-right: 10px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists div ul li {
  font-size: 1.4rem;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .lists .nado {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .btn {
  width: 291px;
  margin-bottom: 10px;
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .reserv {
  font-size: 2.6rem;
  color: #931432;
  font-family: "tsukue";
}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .reserv span{

}

.event .contents3 .event_rental .rental_box .rental_box_in .txt_box .reserv span:before{
	content:"Tel.";
}

.event .contents4 {
  padding-top: 63px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.event .contents4 .h_ttl_box .sub_ttl {
  color: #fff;
}

.event .contents4:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.event .contents4 .sec1 {
  padding-bottom: 195px;
  position: relative;
}

.event .contents4 .sec1 .cc_risu {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.event .contents4 .sec1 .cc_usagi {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.event .contents4 .sec1 .pan_school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1023px;
  margin: 0 auto 50px;
}

.event .contents4 .sec1 .pan_school .txt_box {
  background: url("../image/event/c4_txtbox_bg.png") left top no-repeat;
  width: 674px;
  height: 221px;
  padding: 43px 0px 0px 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.event .contents4 .sec1 .pan_school .txt_box:before {
  content: "";
  background: url("../image/event/ccmelon_deco.png") left top no-repeat;
  width: 100px;
  height: 83px;
  position: absolute;
  left: -50px;
  top: 0px;
}

.event .contents4 .sec1 .pan_school .txt_box:after {
  content: "";
  background: url("../image/event/anpan_deco.png") left top no-repeat;
  width: 100px;
  height: 83px;
  position: absolute;
  right: 20px;
  bottom: -18px;
}

.event .contents4 .sec1 .pan_school .price_info {
  background: rgba(255, 255, 255, 0.5);
  width: 304px;
  padding: 16px 40px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.event .contents4 .sec1 .pan_school .price_info dl dt {
  font-size: 2.0rem;
}

.event .contents4 .sec1 .pan_school .price_info:before {
  content: "";
  background: url("../image/event/event_lt.png") left top no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.event .contents4 .sec1 .pan_school .price_info:after {
  content: "";
  background: url("../image/event/event_rt.png") left top no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.event .contents4 .sec1 .flow_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event .contents4 .sec1 .flow_list_wrap .flow_list {
  width: 230px;
  position: relative;
}

.event .contents4 .sec1 .flow_list_wrap .flow_list:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 70px;
  width: 20px;
  height: 32px;
  background: url("../image/event/flow_arrow.png") left top no-repeat;
}

.event .contents4 .sec1 .flow_list_wrap .flow_list:last-child:before {
  display: none;
}

.event .contents4 .sec1 .flow_list_wrap .flow_list .photo {
  margin-bottom: 8px;
  position: relative;
}

.event .contents4 .sec1 .flow_list_wrap .flow_list .photo .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #f9ca2b;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  left: 0px;
  top: 0px;
}

.event .contents4 .sec1 .flow_list_wrap .flow_list .txt {
  text-align: center;
  font-family: "tsukue";
  font-size: 2.0rem;
  line-height: 1.6;
}

/*==================================================
販売について
================================================== */
.sale {
  /*******sale_box*******/
  /*************/
  /************/
}

.sale .h_ttl_box .ttl_border .ttl_bg h2 {
  width: 560px;
}

.sale .sale_box {
  position: relative;
  min-height: 439px;
  padding-top: 28px;
}

.sale .sale_box .photo {
  position: absolute;
  left: 0px;
  top: 0px;
}

.sale .sale_box .sale_txt_box {
  float: right;
  position: relative;
  z-index: 1;
  width: 637px;
}

.sale .sale_box .sale_txt_box .h_ttl_box {
  margin-bottom: 3px;
}

.sale .sale_box .sale_txt_box .h_ttl_box .ttl_border .ttl_bg h2 {
  width: 469px;
  margin-left: 0px;
}

.sale .sale_box .sale_txt_box .h_ttl_box .ttl_border .ttl_bg h2:before {
  display: none;
}

.sale .sale_box .sale_txt_box .txt_box {
  background: url("../image/sale/txtbox_bg.png") center top no-repeat;
  padding: 47px 62px 0px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 219px;
  position: relative;
}

.sale .sale_box .sale_txt_box .txt_box:before {
  content: "";
  background: url("../image/sale/c1_deco.png") center top no-repeat;
  width: 199px;
  height: 149px;
  position: absolute;
  right: 0px;
  bottom: -80px;
}

.sale .list_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.sale .list_box_wrap .list_box {
  position: relative;
}

.sale .list_box_wrap .list_box .border {
  position: absolute;
  border: 1px dashed #fccc27;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.sale .contents1 {
  margin-top: 88px;
  padding-bottom: 70px;
}

.sale .contents2 {
  padding-top: 63px;
  padding-bottom: 105px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.sale .contents2:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.sale .contents2 .sec1 .h_ttl_box .sub_ttl {
  color: #fff;
}

.sale .contents2 .sec1 .btn {
  position: relative;
  width: 420px;
  margin: 0 auto;
}

.sale .contents2 .sec1 .btn:before {
  content: "";
  background: url("../image/sale/kitsune_bg.png") right top no-repeat;
  width: 119px;
  height: 159px;
  position: absolute;
  right: -100px;
  bottom: -20px;
}

.sale .contents3 {
  margin-top: 88px;
  padding-bottom: 70px;
}

.sale .contents3 .txt_box:before {
  content: "";
  background: url("../image/sale/c3_deco.png") center top no-repeat !important;
  width: 212px !important;
  height: 168px !important;
  position: absolute;
  right: 0px;
  bottom: -90px !important;
}

.sale .contents4 {
  padding-top: 63px;
  padding-bottom: 105px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.sale .contents4:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.sale .contents4 .sec1 .h_ttl_box .sub_ttl {
  color: #fff;
}

.sale .contents4 .sec1 .btn {
  position: relative;
  width: 420px;
  margin: 0 auto;
}

.sale .contents4 .sec1 .btn:before {
  content: "";
  background: url("../image/sale/usagi_bg.png") right top no-repeat;
  width: 119px;
  height: 159px;
  position: absolute;
  left: -100px;
  bottom: -46px !important;
}

/*==================================================
パン王国とは
================================================== */
.about .h_ttl_box .ttl_border .ttl_bg h2 {
  width: 560px;
}

.about .contents1 {
  margin-top: 88px;
  padding-bottom: 70px;
}

.about .contents1 .h_ttl_box {
  margin-bottom: 10px;
}

.about .contents1 .sec1 {
  position: relative;
}

.about .contents1 .sec1:before {
  content: "";
  background: url("../image/about/c1_deco1.png") left top no-repeat;
  width: 352px;
  height: 199px;
  position: absolute;
  left: -80px;
  bottom: -70px;
}

.about .contents1 .sec1:after {
  content: "";
  background: url("../image/about/c1_deco2.png") left top no-repeat;
  width: 352px;
  height: 199px;
  position: absolute;
  right: -80px;
  bottom: -70px;
}

.about .contents1 .sec1 .txt_box {
  background: url("../image/about/c1_txtbg.png") center top no-repeat;
  width: 753px;
  height: 329px;
  margin: 0 auto;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .contents1 .sec1 .txt_box dl {
  text-align: center;
  margin-bottom: 30px;
  font-family: "tsukue";
}

.about .contents1 .sec1 .txt_box dl dt span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fee185));
  background: -webkit-linear-gradient(transparent 60%, #fee185 60%);
  background: -o-linear-gradient(transparent 60%, #fee185 60%);
  background: linear-gradient(transparent 60%, #fee185 60%);
}

.about .contents1 .sec1 .txt_box dl dt span:before {
  content: "";
  background: url("../image/common/slash_l.png") left center no-repeat;
  width: 7px;
  height: 15px;
  position: absolute;
  left: -20px;
  bottom: 3px;
}

.about .contents1 .sec1 .txt_box dl dt span:after {
  content: "";
  background: url("../image/common/slash_r.png") left center no-repeat;
  width: 7px;
  height: 15px;
  position: absolute;
  right: -20px;
  bottom: 3px;
}

.about .contents1 .sec1 .txt_box dl dd {
  font-size: 3.0rem;
  color: #931432;
}

.about .contents1 .sec1 .txt_box .txt {
  text-align: center;
}

.about .contents1 .sec1 .txt_box .txt p {
  margin-bottom: 20px;
}

.about .contents1 .sec1 .txt_box .txt p:last-child {
  margin-bottom: 0px;
}

.about .contents2 {
  padding-top: 63px;
  padding-bottom: 105px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.about .contents2:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.about .contents2 .sec1 .h_ttl_box .sub_ttl {
  color: #fff;
}

.about .contents2 .sec1 .pan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .contents2 .sec1 .pan_box .box {
  position: relative;
  background: #fff;
  width: 520px;
  margin-bottom: 35px;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .contents2 .sec1 .pan_box .box .border {
  position: absolute;
  border: 1px dashed #ffd02f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.about .contents2 .sec1 .pan_box .box .box_in {
  position: relative;
  z-index: 1;
}

.about .contents2 .sec1 .pan_box .box .box_in .photo {
  margin-bottom: 11px;
}

.about .contents2 .sec1 .pan_box .box .box_in dl dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a9435b;
  font-family: "tsukue";
  font-size: 3.0rem;
}

.about .contents3 {
  padding-top: 90px;
  padding-bottom: 100px;
}

.about .contents3 .sec1 {
  width: 986px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .contents3 .sec1 dl dt {
  position: relative;
}

.about .contents3 .sec1 dl dd {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.about .contents3 .sec1 dl:nth-child(1) dt:before {
  content: "";
  background: url("../image/about/c3_cc.png") left top no-repeat;
  width: 192px;
  height: 81px;
  position: absolute;
  left: 0px;
  top: -20px;
}

.about .contents3 .sec1 dl:nth-child(2) dt:before {
  content: "";
  background: url("../image/about/c3_hata.png") left top no-repeat;
  width: 238px;
  height: 117px;
  position: absolute;
  left: -20px;
  top: -20px;
}

/*==================================================
店舗情報
================================================== */
.company .h_ttl_box .ttl_border .ttl_bg h2 {
  width: 560px;
}

.company .contents1 {
  margin-top: 88px;
  padding-bottom: 70px;
}

.company .contents1 .sec1 {
  position: relative;
}

.company .contents1 .sec1:before {
  content: "";
  background: url("../image/company/c1_kingyo.png") left top no-repeat;
  width: 179px;
  height: 129px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.company .contents1 .sec1 .comp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company .contents1 .sec1 .comp_box .indoor {
  width: 500px;
}

.company .contents1 .sec1 .comp_box .indoor iframe {
  width: 100%;
  height: 364px;
}

.company .contents1 .sec1 .tbl {
  width: 500px;
  position: relative;
}

.company .contents1 .sec1 .tbl:before {
  content: "";
  background: url("../image/company/c1_tori.png") right top no-repeat;
  width: 75px;
  height: 46px;
  position: absolute;
  right: 0px;
  top: -43px;
}

.company .contents2 {
  padding-top: 63px;
  padding-bottom: 105px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.company .contents2:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.company .contents2 .sec1 {
  position: relative;
}

.company .contents2 .sec1:before {
  content: "";
  position: absolute;
  background: url("../image/company/c2_hari_deco.png") left top no-repeat;
  width: 108px;
  height: 124px;
  right: -110px;
  bottom: 0px;
}

.company .contents2 .sec1 .h_ttl_box .sub_ttl {
  color: #fff;
}

.company .contents2 .sec1 .map iframe {
  width: 100%;
  height: 378px;
}

/*==================================================
トップページ
================================================== */
.index .contents1 {
  margin-top: 88px;
  padding-bottom: 69px;
  background: url("../image/index/c1_deco.png") 40px top no-repeat, url("../image/index/c1_2_deco.png") right bottom no-repeat;
}

.index .contents1 .sec1 {
  width: 784px;
}

.index .contents1 .sec1 .h_ttl_box {
  margin-bottom: 5px;
}

.index .contents1 .sec1 .txt_box {
  background: url("../image/index/c1_txt_bg.png") center top no-repeat;
  padding: 45px 10px 44px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.index .contents1 .sec1 .txt_box:before {
  content: "";
  background: url("../image/index/c1_cc_deco.png") left top no-repeat;
  width: 192px;
  height: 81px;
  left: -60px;
  top: 10px;
  position: absolute;
}

.index .contents1 .sec1 .txt_box:after {
  content: "";
  background: url("../image/index/c1_kitsune.png") left top no-repeat;
  width: 159px;
  height: 149px;
  right: 50px;
  bottom: -80px;
  position: absolute;
}

.index .contents1 .sec1 .txt_box p {
  margin-bottom: 15px;
}

.index .contents1 .sec1 .txt_box p:last-child {
  margin-bottom: 0px;
}

.index .contents1 .sec1 .btn {
  width: 420px;
  margin: 0 auto;
  text-align: center;
}

.index .contents2 {
  margin-bottom: 103px;
}

.index .contents2 .sec1 .box {
  background: url("../image/common/brown_bg.jpg");
  padding: 35px 25px 30px;
  position: relative;
  min-height: 492px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .contents2 .sec1 .box .box_in {
  border: 1px dotted #ffcd1f;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
}

.index .contents2 .sec1 .box .event_photo {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.index .contents2 .sec1 .box .merit_box {
  float: right;
  width: 599px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in {
  position: relative;
  z-index: 10;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in h2 {
  background: url("../image/index/c2_ribon.png") center top no-repeat;
  font-size: 3.5rem;
  font-family: 'Noto Serif JP';
  color: #fff;
  line-height: 1.6;
  height: 128px;
  padding-left: 40px;
  padding-top: 5px;
  margin-bottom: 20px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .merit3_txt {
  text-align: center;
  color: #530303;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "tsukue";
  margin-bottom: 5px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .merit_list {
  background: rgba(255, 255, 255, 0.65);
  position: relative;
  padding: 17px;
  margin-bottom: 10px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .merit_list ul li {
  list-style-type: disc;
  margin-left: 30px;
  color: #530303;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .merit_list:before {
  content: "";
  background: url("../image/index/lt_bg.png") left top no-repeat;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 37px;
  height: 37px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .merit_list:after {
  content: "";
  background: url("../image/index/rb_bg.png") left top no-repeat;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 37px;
  height: 37px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .p_txt {
  color: #530303;
  margin-bottom: 10px;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .p_txt span:before{
	content:"Tel.";
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .btn {
  width: 304px;
  float: right;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .btn a {
  text-align: left;
  line-height: 1.6;
}

.index .contents2 .sec1 .box .merit_box .merit_box_in .btn a span {
  padding-left: 10px;
  font-size: 1.8rem;
}

.index .contents3 {
  padding-top: 62px;
  padding-bottom: 80px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.index .contents3:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.index .contents3 .h_ttl_box .sub_ttl {
  color: #fff;
}

.index .contents3 .sec1 {
  position: relative;
}

.index .contents3 .sec1:before {
  content: "";
  background: url("../image/index/c3_deco01.png") left center no-repeat;
  width: 352px;
  height: 199px;
  position: absolute;
  left: -390px;
  bottom: 0px;
}

.index .contents3 .sec1:after {
  content: "";
  background: url("../image/index/c3_deco02.png") left center no-repeat;
  width: 368px;
  height: 240px;
  position: absolute;
  right: -390px;
  bottom: 0px;
}

.index .contents3 .sec1 .strong_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box {
  width: 260px;
  min-height: 420px;
  background: url("../image/index/home_bg.png") center top no-repeat;
  position: relative;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 13px;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box:last-child {
  margin-right: 0px;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box:before {
  content: "";
  background: url("../image/index/home_border.png") left top no-repeat;
  position: absolute;
  width: 260px;
  height: 423px;
  left: -5px;
  bottom: -1px;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box .number {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index .contents3 .sec1 .strong_box_wrap .strong_box .strong_box_in {
  padding: 0px 22px 15px;
  position: relative;
  z-index: 2;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box .strong_box_in dl {
  margin-bottom: 5px;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box .strong_box_in dl dt {
  margin-bottom: 5px;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box .strong_box_in dl dd {
  text-align: center;
  font-family: "tsukue";
  color: #530303;
  font-size: 1.9rem;
  border-bottom: 2px solid #a9435b;
}

.index .contents3 .sec1 .strong_box_wrap .strong_box .strong_box_in .txt {
  color: #530303;
}

.index .contents4 {
  padding-top: 92px;
  padding-bottom: 100px;
}

.index .contents4 .sec1 .box {
  position: relative;
}

.index .contents4 .sec1 .box.left {
  min-height: 444px;
  margin-bottom: 48px;
}

.index .contents4 .sec1 .box.left .photo {
  position: absolute;
  left: -40px;
  top: 0px;
}

.index .contents4 .sec1 .box.left .e_box {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../image/index/c4_fukidashi_bg.png") center top no-repeat;
  min-height: 317px;
  padding-top: 36px;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in {
  position: relative;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in:before {
  content: "";
  background: url("../image/index/c4_kingyo.png") center top no-repeat;
  width: 179px;
  height: 129px;
  position: absolute;
  right: 0px;
  top: -120px;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in:after {
  content: "";
  background: url("../image/index/c4_usagi.png") center top no-repeat;
  width: 104px;
  height: 101px;
  position: absolute;
  right: -50px;
  bottom: 0px;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in .h_ttl_box {
  margin-bottom: 26px;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in .h_ttl_box .ttl_border {
  width: 449px;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in .h_ttl_box .ttl_border .ttl_bg h2 {
  font-size: 3.0rem;
  margin-left: 0px;
  padding-left: 10px;
  padding-top: 14px;
  letter-spacing: normal;
  height: 40px;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in .h_ttl_box .ttl_border .ttl_bg h2:before {
  display: none;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in .txt {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 5px;
  line-height: 1;
}

.index .contents4 .sec1 .box.left .e_box .e_box_in .btn {
  width: 290px;
  margin: 0 auto;
}

.index .contents4 .sec1 .box.right {
  min-height: 444px;
  margin-bottom: 48px;
}

.index .contents4 .sec1 .box.right .photo {
  position: absolute;
  right: -40px;
  top: 0px;
}

.index .contents4 .sec1 .box.right .e_box {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../image/index/c4_fukidashi_bg.png") left top no-repeat;
  min-height: 317px;
  padding-top: 36px;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in {
  position: relative;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in:before {
  content: "";
  background: url("../image/index/c4_pan.png") center top no-repeat;
  width: 179px;
  height: 129px;
  position: absolute;
  left: -80px;
  top: -100px;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in:after {
  content: "";
  background: url("../image/index/c4_tori.png") center top no-repeat;
  width: 104px;
  height: 101px;
  position: absolute;
  left: -20px;
  bottom: 0px;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in .h_ttl_box {
  margin-bottom: 26px;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in .h_ttl_box .ttl_border {
  width: 479px;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in .h_ttl_box .ttl_border .ttl_bg h2 {
  font-size: 3.0rem;
  margin-left: 30px;
  margin-right: 0px;
  padding-right: 10px;
  padding-top: 14px;
  letter-spacing: normal;
  height: 40px;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in .h_ttl_box .ttl_border .ttl_bg h2:after {
  display: none;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in .txt {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 5px;
  line-height: 1;
}

.index .contents4 .sec1 .box.right .e_box .e_box_in .btn {
  width: 290px;
  margin: 0 auto;
}

.index .contents5 {
  padding-top: 62px;
  padding-bottom: 80px;
  background: url("../image/common/brown2_bg.png");
  position: relative;
}

.index .contents5:before {
  content: "";
  background: url("../image/common/castle_top_bg.png") left top repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  top: -14px;
  left: 0px;
}

.index .contents5 .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .contents5 .sec1 .kanban_box {
  background: url("../image/index/kanban_bg.png") left top no-repeat;
  width: 488px;
  height: 379px;
  padding: 63px 71px 0px 74px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .contents5 .sec1 .kanban_box .btn a {
  background: #fcf4e9;
  border-radius: 10px;
  padding: 5px;
  display: block;
  color: #931432;
}

.index .contents5 .sec1 .kanban_box .btn a:hover {
  background: #931432;
  text-decoration: none;
  color: #fff;
}

.index .contents5 .sec1 .kanban_box .btn a p {
  border: 1px dashed #ffcd1f;
  border-radius: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 19px;
  padding-right: 19px;
}

.index .contents5 .sec1 .kanban_box .btn a p span {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "tsukue";
  position: relative;
}

.index .contents5 .sec1 .kanban_box .btn a p span:after {
  content: "";
  background: url("../image/common/b_arrow.png") center center no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index .contents5 .sec1 .kanban_box .btn:nth-child(1) {
  margin-bottom: 10px;
}

.index .contents5 .sec1 .kanban_box .btn:nth-child(1) a p span {
  background: url("../image/common/b_facebook_icon.png") left center no-repeat;
}

.index .contents5 .sec1 .kanban_box .btn:nth-child(2) {
  margin-bottom: 10px;
}

.index .contents5 .sec1 .kanban_box .btn:nth-child(2) a p span {
  background: url("../image/common/b_insta_icon.png") left center no-repeat;
}

.index .contents5 .sec1 .kanban2 {
  background: url("../image/index/kanban2_bg.png") left top no-repeat;
  width: 507px;
  height: 390px;
  padding: 57px 85px 0px 86px;
  position: relative;
  right: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .contents5 .sec1 .kanban2:before {
  content: "";
  background: url("../image/index/c5_risu.png") left top no-repeat;
  width: 106px;
  height: 102px;
  position: absolute;
  left: 40px;
  top: -72px;
}

.index .contents5 .sec1 .kanban2:after {
  content: "";
  background: url("../image/index/c5_dear.png") left top no-repeat;
  width: 255px;
  height: 213px;
  position: absolute;
  right: -110px;
  bottom: -12px;
}

.index .contents5 .sec1 .kanban2 .btn a {
  display: block;
  background: url("../image/index/about_btn.png") center top no-repeat;
  width: 360px;
  height: 200px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
}

.index .contents5 .sec1 .kanban2 .btn a:hover {
  opacity: 0.8;
}

.index .contents5 .sec1 .kanban2 .btn a div {
  border: 1px dashed #ffcd1f;
  border-radius: 5px;
  height: 190px;
  position: relative;
}

.index .contents5 .sec1 .kanban2 .btn a div dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "tsukue";
}

.index .contents5 .sec1 .kanban2 .btn a div dl dt {
  font-size: 1.4rem;
}

.index .contents5 .sec1 .kanban2 .btn a div dl dd {
  font-size: 3.0rem;
}

/*==================================================
エラーページ
================================================== */
.error .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.error .contents1 .sec1 {
  zoom: 1;
  overflow: hidden;
}

.error .contents1 .sec1 a {
  color: #000 !important;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.privacy .contents1 .privacy_box h2 {
  margin-bottom: 30px;
}

.privacy .contents1 .privacy_box h3.item-title-h3 {
  font-size: 2.0rem;
  font-weight: bold;
}

.privacy .contents1 .privacy_box .item-box {
  line-height: 1.8;
  margin-bottom: 30px;
}

.privacy .contents1 .privacy_box .item-box:last-child {
  margin-bottom: 80px;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.site .contents1 h2 {
  margin-bottom: 30px;
}

.site .contents1 .sitemap-list li {
  padding: 0 0 0 0px;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}

.site .contents1 .sitemap-list li a {
  color: #000 !important;
  position: relative;
  padding-left: 15px;
}

.site .contents1 .sitemap-list li a:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #530303;
  border-right: 1px solid #530303;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==================================================
 ブログ
================================================== */
.blog .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.blog .contents1 .sec1 .item-box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #654d34;
}

.blog .contents1 .sec1 .item-box dl {
  overflow: hidden;
  zoom: 1;
}

.blog .contents1 .sec1 .item-box dl dt {
  float: left;
}

.blog .contents1 .sec1 .item-box dl dd {
  margin-left: 110px;
}

.blog .contents1 .sec1 .item-box dl dd a {
  color: #000 !important;
}

/*==================================================
 ブログ詳細
================================================== */
.blog_detail .contents1 {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.blog_detail .contents1 .sec1 h3 {
  font-size: 2.2rem;
  border-bottom: 2px solid #654d34;
  margin-bottom: 20px;
}

.blog_detail .contents1 .sec1 img {
  max-width: 1040px;
}

.blog_detail .contents1 .sec1 .item-box {
  background: #fff;
  border: 3px solid #654d34;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.contact .contents1 h2 {
  margin-bottom: 30px;
}

.contact .contents1 .contact_box table {
  border-top: 1px solid #000;
  width: 100%;
}

.contact .contents1 .contact_box table th {
  background: #ffcd1f;
  width: 320px;
}

.contact .contents1 .contact_box table td {
  width: 780px;
}

.contact .contents1 .contact_box table th, .contact .contents1 .contact_box table td {
  border-bottom: 1px solid #000;
  padding: 20px;
  word-wrap: break-word;
}

.contact .contents1 .contact_box .reg {
  margin-bottom: 20px;
}

.contact .contents1 .contact_box form input {
  font-size: 1.6rem;
}

.contact .contents1 .contact_box form textarea {
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

.contact .contents1 .contact_box form .clrred {
  color: #c00;
}

.contact .contents1 .contact_box .contact-recaptcha-wrap,
.contact .contents1 .contact_box .contact-submits-wrap {
  text-align: center;
  margin: 10px auto 10px;
  width: 304px;
}

.contact .contents1 .contact_box .contact-recaptcha-wrap input {
  text-align: center;
}

/* input設定
-------------------------------------------------- */
.input-big,
.input-mid,
.input-min {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-big {
  width: 100%;
}

.input-mid {
  width: 60%;
}

.input-min {
  width: 60px;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 1px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
  background: #f00;
  float: right;
  margin-top: 5px;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  padding: 15px 0 0;
  text-align: center;
}

.contact-submits input {
  margin: 0 5px;
  padding: 5px;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}
