@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
.btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dd3a53;
  border-radius: 30px;
  font-family: "YuGothB";
  color: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a:after {
  content: "";
  background: url(../image/common/arrow02.png) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.btn a:hover {
  text-decoration: none;
  background: #333333;
}

/*******/
.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;
}

#wrapper {
  overflow: hidden;
}

/********共通********/
.cont {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

div[class^="contents"],
article[class^="contents"] {
  padding-top: 70px;
}

.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

table {
  width: 100%;
}

table tr th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h2_1 {
  text-align: center;
  font-size: 3rem;
  font-family: "YuGothB";
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}

.h2_1 .blo {
  display: inline-block;
  padding: 0 63px;
  position: relative;
  z-index: 0;
}

.h2_1 .blo:before {
  content: "";
  background: url(../image/common/ttl-deco.png) no-repeat center;
  background-size: contain;
  width: 52px;
  height: 56px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.h2_1 .blo:after {
  content: "";
  background: url(../image/common/ttl-deco.png) no-repeat center;
  background-size: contain;
  width: 52px;
  height: 56px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.h2_1.kai,
.h2_1 .kai {
  font-size: 3.6rem;
  font-family: "nKaiW8";
  line-height: 1;
}

.h3_1 {
  text-align: center;
  font-size: 2.6rem;
  font-family: "YuGothB";
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.red {
  color: #dd3a53;
}

.brown {
  color: #854b1b;
}

/*********index***********/
.measures-txt{
  text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin: 40px 0 0;
}

.season-txt{
  text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 10px 0 0px;
	color: red;
}

.index .contents1 {
  padding: 130px 0 30px;
}

.index .contents1 h2 {
  margin-bottom: 53px;
}

.index .contents1 h2 .kai {
  position: relative;
  z-index: 0;
}

.index .contents1 h2 .kai:before {
  content: "";
  background: url(../image/index/line.png) no-repeat center;
  background-size: contain;
  width: 321px;
  height: 13px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}

.index .contents1 .t-box {
  text-align: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}

.index .contents1 .t-box p {
  margin-bottom: 28px;
}

.index .contents1 .t-box p:last-of-type {
  margin-bottom: 0;
}

.index .contents1 .t-box .cat-img {
  position: absolute;
  left: 6px;
  bottom: -135px;
}

.index .contents1 .t-box .cat-img figcaption {
  position: absolute;
  top: -54px;
  left: 0;
}

.index .contents1 section {
  position: relative;
  z-index: 0;
  margin-bottom: 66px;
}

.index .contents1 section:last-of-type {
  margin-bottom: 0;
}

.index .contents1 section:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index .contents1 section .text {
  width: 502px;
  padding-top: 30px;
}

.index .contents1 section .text p {
  margin-bottom: 28px;
}

.index .contents1 section .text p:last-of-type {
  margin-bottom: 0;
}

.index .contents1 section h3 {
  font-size: 3rem;
  font-family: "YuGothB";
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 25px;
}

.index .contents1 section .memo-box {
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/common/hougan.png);
  margin-top: 60px;
  position: relative;
  z-index: 0;
}

.index .contents1 section .memo-box:before {
  content: "";
  background: url(../image/index/tape01.png) no-repeat center;
  background-size: contain;
  width: 118px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}

.index .contents1 section .memo-box .in {
  position: relative;
  z-index: 0;
}

.index .contents1 section .memo-box h4 {
  font-size: 2.6rem;
  font-family: "nKaiW5";
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #037118;
  margin-bottom: 10px;
}

.index .contents1 section .memo-box ul {
  line-height: 1.9;
  font-family: "YuGothB";
}

.index .contents1 section .memo-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .contents1 section .memo-box ul li span {
  margin-right: 12px;
}

.index .contents1 section .memo-box ul li img {
  vertical-align: middle;
}

.index .contents1 section:nth-of-type(1) figure {
  position: absolute;
  top: 0;
  right: -76px;
  z-index: 0;
}

.index .contents1 section:nth-of-type(1) figure:before {
  content: "";
  background: url(../image/index/img01_bg.png) no-repeat center;
  background-size: contain;
  width: 503px;
  height: 255px;
  position: absolute;
  right: 2px;
  bottom: -177px;
  z-index: -1;
}

.index .contents1 section:nth-of-type(1) figure:after {
  content: "";
  background: url(../image/index/img01_2.png) no-repeat center;
  background-size: contain;
  width: 381px;
  height: 280px;
  position: absolute;
  left: -127px;
  bottom: -202px;
}

.index .contents1 section:nth-of-type(1) .memo-box .in {
  padding: 35px 40px 30px;
}

.index .contents1 section:nth-of-type(1) .memo-box .in:before {
  content: "";
  background: url(../image/index/girl01.png) no-repeat center;
  background-size: contain;
  width: 67px;
  height: 95px;
  position: absolute;
  bottom: 13px;
  right: 13px;
}

.index .contents1 section:nth-of-type(1) .memo-box .in:after {
  content: "";
  background: url(../image/index/hukidashi01.png) no-repeat center;
  background-size: contain;
  width: 127px;
  height: 116px;
  position: absolute;
  top: -50px;
  right: -21px;
}

.index .contents1 section:nth-of-type(2) .text {
  margin-left: auto;
  margin-right: -22px;
}

.index .contents1 section:nth-of-type(2) figure {
  position: absolute;
  top: 0;
  left: -129px;
  z-index: 0;
}

.index .contents1 section:nth-of-type(2) figure:before {
  content: "";
  background: url(../image/index/img02_bg.png) no-repeat center;
  background-size: contain;
  width: 503px;
  height: 255px;
  position: absolute;
  left: 2px;
  bottom: -177px;
  z-index: -1;
}

.index .contents1 section:nth-of-type(2) figure:after {
  content: "";
  background: url(../image/index/img02_2.png) no-repeat center;
  background-size: contain;
  width: 381px;
  height: 280px;
  position: absolute;
  right: -127px;
  bottom: -202px;
}

.index .contents1 section:nth-of-type(2) .memo-box .in {
  padding: 35px 35px 30px;
}

.index .contents1 section:nth-of-type(2) .memo-box .in:before {
  content: "";
  background: url(../image/index/boy01.png) no-repeat center;
  background-size: contain;
  width: 70px;
  height: 100px;
  position: absolute;
  bottom: 23px;
  right: 33px;
}

.index .contents1 section:nth-of-type(2) .memo-box .in:after {
  content: "";
  background: url(../image/index/hukidashi02.png) no-repeat center;
  background-size: contain;
  width: 127px;
  height: 116px;
  position: absolute;
  top: -56px;
  right: -18px;
}

.index .contents2 {
  padding-bottom: 50px;
}

.index .contents2 h2 {
  margin-bottom: 65px;
}

.index .contents2 h3 {
  margin-bottom: 20px;
}

.index .contents2 table {
  width: 100%;
}

.index .contents2 table tr th {
  width: 150px;
  font-weight: normal;
  font-family: "YuGothB";
  border-bottom: solid 1px #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

.index .contents2 table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #e1e1e1;
  padding: 10px 5px;
}

.index .contents2 .fle {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.index .contents2 .box {
  width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 30px 40px;
  background: url(../image/common/washi.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.index .contents2 .box:before {
  content: "";
  background: url(../image/index/tape02.png) no-repeat center;
  background-size: contain;
  width: 156px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}

.index .contents2 .box.apple {
  border-top: solid 3px #dd3a53;
}

.index .contents2 .box.apple th {
  color: #dd3a53;
  border-bottom-color: #dd3a53;
}

.index .contents2 .box.chestnut {
  border-top: solid 3px #854b1b;
}

.index .contents2 .box.chestnut th {
  color: #854b1b;
  border-bottom-color: #854b1b;
}

.index .contents2 .box.chestnut td {
  padding: 18px 5px 17px;
}

.index .contents3 {
  padding-bottom: 50px;
}

.index .contents3 h2 {
  margin-bottom: 60px;
}

.index .contents3 .map {
  width: 620px;
  height: 442px;
}

.index .contents3 .map iframe {
  width: 100%;
  height: 100%;
}

.index .contents3 .text {
  width: 415px;
}

.index .contents3 .text p {
  margin-bottom: 28px;
}

.index .contents3 .text p:last-of-type {
  margin-bottom: 0;
}

.index .contents3 .text .link-bnr {
  height: 100px;
}

.index .contents3 .text .link-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 35px;
  background: #e3e3cc;
  border: solid 3px #dcdcb3;
  font-family: "YuGothB";
  line-height: 1.4;
  color: #251700;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents3 .text .link-bnr a span {
  margin-right: 15px;
}

.index .contents3 .text .link-bnr a:after {
  content: "";
  background: url(../image/common/arrow01.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.index .contents3 .text .link-bnr a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index .contents3 .text .cat-img {
  display: inline-block;
  padding-left: 10px;
  padding-top: 42px;
  position: relative;
  z-index: 0;
}

.index .contents3 .text .cat-img figcaption {
  position: absolute;
  top: 15px;
  right: -50px;
}

.index .contents4 {
  padding-bottom: 45px;
}

.index .contents4 h2 {
  margin-bottom: 60px;
}

.index .contents4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 65px;
}

.index .contents4 .list .box {
  width: 340px;
  margin-right: 30px;
}

.index .contents4 .list .box:last-of-type {
  margin-right: 0;
}

.index .contents4 .list figure {
  width: 100%;
  height: 0;
  padding-top: 67.6%;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.index .contents4 .list figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents4 .list p {
  font-family: "YuGothB";
}

.index .contents4 .list p a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}

.index .contents5 {
  padding-bottom: 60PX;
}

.index .contents5 h2 {
  margin-bottom: 85px;
}

.index .contents5 .con-box {
  border: solid 5px #ece7dc;
  padding: 43px 25px 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}

.index .contents5 .con-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 42px;
  background: url(../image/index/tape03.png) no-repeat center;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "YuGothB";
  color: #fff;
  letter-spacing: 0.02em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}

.index .contents5 .con-box .fle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .contents5 .con-box .tel p {
  margin-bottom: 10px;
}

.index .contents5 .con-box .tel dl {
  font-family: "YuGothB";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .contents5 .con-box .link {
  width: 320px;
  height: 100px;
}

.index .contents5 .con-box .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  font-family: "YuGothB";
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents5 .con-box .link a span {
  margin-right: 10px;
}

.index .contents5 .con-box .link a span img {
  vertical-align: middle;
}

.index .contents5 .con-box .link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index .contents5 .con-box .link.mail a {
  background: #251700;
}

.index .contents5 .con-box .link.line a {
  background: #43b959;
}

.index .contents5 section {
  padding-top: 60px;
}

.index .contents5 section h3 {
  font-size: 3.6rem;
  font-family: "nKaiW8";
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.index .contents5 section h3 .blo {
  display: inline-block;
  padding: 0 55px;
  position: relative;
  z-index: 0;
}

.index .contents5 section h3 .blo:before {
  content: "";
  background: url(../image/common/waa.png) no-repeat center;
  background-size: contain;
  width: 39px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.index .contents5 section h3 .blo:after {
  content: "";
  background: url(../image/common/waa.png) no-repeat center;
  background-size: contain;
  width: 39px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.index .contents5 section table {
  width: 100%;
  margin-bottom: 60px;
}

.index .contents5 section table tr {
  border-bottom: solid 1px #d0c9b9;
}

.index .contents5 section table tr th {
  width: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 15px 35px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.7rem;
  font-weight: normal;
  font-family: "YuGothB";
  letter-spacing: 0;
}

.index .contents5 section table tr td {
  width: calc(100% - 345px);
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .contents5 section .privacy {
  width: 100%;
  height: 200px;
  background: #fff;
  margin-bottom: 10px;
}

.index .contents5 section .privacy iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #d1d1d1;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
  padding: 100px 0;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
  padding-bottom: 40px;
}

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

.news .contents1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 0;
  border-bottom: solid 1px #dcdcb3;
}

.news .contents1 .box:first-of-type {
  padding-top: 0;
}

.news .contents1 .box figure {
  width: 300px;
}

.news .contents1 .box figure div {
  width: 100%;
  height: 0;
  padding-top: 67.6%;
  position: relative;
  z-index: 0;
}

.news .contents1 .box figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.news .contents1 .box .text {
  width: calc(100% - 350px);
  padding-top: 10px;
  position: relative;
  z-index: 0;
}

.news .contents1 .box .text .ttl {
  font-size: 2.1rem;
  font-family: "YuGothB";
  line-height: 1.5;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news .contents1 .box .text .t-body {
  height: 84px;
}

.news .contents1 .box .text .link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.news .contents1 .box .text .link a {
  font-family: "YuGothB";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news .contents1 .box .text .link a:after {
  content: ">";
  padding-left: 10px;
}

.news .contents1 .box .text .link a:hover {
  text-decoration: none;
  color: #dd3a53;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
  padding-bottom: 40px;
}

.news_detail .contents1 .sec1 {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.news_detail .contents1 .sec1 h3 {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 2px rgba(133, 75, 27, 0.3);
}

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

.news_detail .contents1 .sec1 .post-data {
  text-align: right;
  margin-bottom: 10px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 50px 45px 40px;
  background-color: #fff;
  zoom: 1;
  position: relative;
  z-index: 0;
}

.news_detail .contents1 .sec1 .item-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/hougan.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.news_detail .contents1 .sec1 .item-box:after {
  content: "";
  background: url(../image/index/tape02.png) no-repeat center;
  background-size: contain;
  width: 156px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}

.news_detail .contents1 .sec1 .item-text {
  min-height: 200px;
  position: relative;
  z-index: 0;
}

.news_detail .contents1 .sec1 .item-text::after {
  content: "";
  display: block;
  clear: both;
}

.news_detail .contents1 .sec1 .item-text:before {
  content: "";
  background: url(../image/index/girl01.png) no-repeat center;
  background-size: contain;
  width: 67px;
  height: 95px;
  position: absolute;
  bottom: -30px;
  right: -15px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  opacity: 0.6;
  z-index: -1;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-min {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-big {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contact form input {
  font-size: 1.6rem;
  font-family: "YuGothR";
}

.contact form textarea {
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
  font-family: "YuGothR";
}

.contact .clrred {
  color: #c00;
}

.contact .contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto 30px;
}

.contact .contact-recaptcha-wrap .in {
  width: 304px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 12px;
  background: #fff;
}

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

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  width: 45px;
  height: 25px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dd3a53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "YuGothB";
  color: #fff;
  float: right;
}

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

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

.contact-submits input {
  margin: 0 10px;
  display: inline-block;
  padding: 15px 35px 14px;
  border-radius: 25px;
  border: none;
  background: #dd3a53;
  color: #fff;
  font-size: 1.8rem !important;
  font-family: "YuGothB" !important;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits input:hover {
  background: #333333;
  cursor: pointer;
}

.contact-submits input:focus {
  outline: 0;
}

.contact-submits-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}

.contact-submits-wrap input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  background: #dd3a53;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 1.8rem !important;
  font-family: "YuGothB" !important;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits-wrap input:hover {
  background: #333333;
  cursor: pointer;
}

.contact-submits-wrap input:focus {
  outline: 0;
}

.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}

.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

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

/*IEハック*/
@media screen\0 {
  .btn a,
  .sp_menu .link a,
  .index .contents5 .con-box .link a {
    padding-top: 5px;
  }
}
.contact_fax{
 font-size: 3rem;
 color: #dd3a53;
}
@media screen and (max-width: 767px) {
 .contact_fax{
  font-size: 2rem;
 }
}
