@charset "UTF-8";

/* CSS Document */
@import url("style_lp_pc.css") print,screen and (min-width:1025px) and (max-width:5000px);
@import url("style_lp_smt.css") screen and (min-width:0px) and (max-width:1024px);

.loading {
	width: 100%;
	height: 100vw;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}

@media screen and (max-width: 736px) and (min-width: 0px)  {

	#frpoint {
		padding: 30px 0 30px;
	}
	
	#frpoint h2 {
		text-align: center;
		margin-bottom: 20px;
	}	

	#frpoint h2 img {
		width: 120px;
		height: auto;
	}

	#frpoint ul {
		list-style: none;
		width: 100%;
		position: relative;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	#frpoint li {
		border: 1px solid #ccc;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 20px;
		width: calc(100% - 40px);
	}
	
	#frpoint li:nth-child(4) {
		margin-bottom: 0;
	}
	
	.frBox {
		width: 100%;
	}
	
	#frpoint li h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.frttl {
		color: #fd8e29;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.frtxt {
		font-size: 14px;
		margin-bottom: 20px
	}
	
	.frtxt span {
		font-size: 12px;
	}
	
	.frimg {
		text-align: center;
	}
	
	.frimg01 {
		width: 70px!important;
		height: auto;
	}
	
	.frimg02 {
		width: 75px!important;
		height: auto;
	}
	
	.frimg03 {
		width: 100px!important;
		height: auto;
	}
	
	.frimg04 {
		width: 145px!important;
		height: auto;
	}

}
	
@media screen and (min-width: 737px) and (min-width: 0px)  {
	
	#frpoint {
		padding: 40px 0 0;
	}
	
	#frpoint h2 {
		text-align: center;
		margin-bottom: 60px;
	}	

	#frpoint h2 img {
		width: 277px;
		height: 54px;
	}

	#frpoint ul {
		list-style: none;
		width: 100%;
		position: relative;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	#frpoint li {
		height: auto!important;
		float: left;
		width: calc(50% - 52px);
		border: 1px solid #ccc;
		border-radius: 10px;
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 20px;
	}
	
	#frpoint li:nth-child(2n) {
		margin-right: 0;
	}
	
	.frBox {
		display: table;
		width: 100%;
	}
	
	#frpoint li h3 {
		display: table-cell;
		width: 120px;
	}
	
	.frinfo {
		display: table-cell;
	}
	
	.frttl {
		color: #fd8e29;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.frtxt {
		float: left;
		width: 235px;
	}
	
	.frtxt span {
		font-size: 12px;
	}
	
	.frimg {
		float: right;
		width: 145px;
		text-align: center;
	}
	
	.frimg01 {
		width: 70px!important;
		height: auto;
	}
	
	.frimg02 {
		width: 75px!important;
		height: auto;
	}
	
	.frimg03 {
		width: 100px!important;
		height: auto;
	}
	
	.frimg04 {
		width: 145px!important;
		height: auto;
	}
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*-----------------------------------------
         1911 add
-----------------------------------------*/
@media screen and (max-width: 736px) {
  .pcbr {
    display: none; } }

.spbr {
  display: none; }
  @media screen and (max-width: 736px) {
    .spbr {
      display: inline; } }

.image {
  display: inline; }
  @media (max-width: 736px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 736px) {
    .image_s {
      display: inline; } }

.pink {
  color: #ed7a9b; }

.txtline {
  background: linear-gradient(transparent 70%, #fff100 70%); }

.dot {
  padding-top: 0.5em;
  background-position: 6px top;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url(../img/1911_fourseasons/icon_dots.png); }
  @media screen and (max-width: 736px) {
    .dot {
      background: url("../img/1911_fourseasons/icon_dots.png") no-repeat;
      background-size: 11vw;
      background-position: top center; } }

/*
.top2020Block:before,
.topBlock:before,
.itemBlock:before,
.introBlock:before,
.onayamiBlock:before,
.aboutBlock:before {
  content: " ";
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/point_side.png);
  background-size: 1px 486px; }

.top2020Block:after,
.topBlock:after,
.itemBlock:after,
.introBlock:after,
.onayamiBlock:after,
.aboutBlock:after {
  content: " ";
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../img/point_side.png);
  background-size: 1px 486px; }
  */

.topBlock {
    background: url("../img/1911_fourseasons/bg_main.png") center 40px no-repeat;
  position: relative;
  padding: 70px 0 40px;
  box-sizing: border-box; }
  @media screen and (max-width: 736px) {
    .topBlock {
    padding: 110px 7vw 15vw;
    background: url("../img/1911_fourseasons/bg_main_sp.png") center 70px no-repeat;
    background-size: auto;
    background-size: 100%;
      background-size: 100%; } }
  .topBlock h2 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #595858;
    margin: 0 0 20px;
    line-height: 1.6;
    letter-spacing: 1px; }
    @media screen and (max-width: 736px) {
      .topBlock h2 {
        font-size: 5.5vw;
        margin: 0 0 6vw;
        line-height: 1.8; } }
  .topBlock .inner {
    width: 1000px;
    margin: auto;
    box-sizing: border-box; }
    @media screen and (max-width: 736px) {
      .topBlock .inner {
        width: 100%;
        text-align: center; } }
    .topBlock .inner .box {
      width: 920px;
      margin: auto;
      padding: 60px 0 35px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (max-width: 736px) {
        .topBlock .inner .box {
          width: 100%;
          padding: 0; } }
      .topBlock .inner .box .box_left {
        width: 375px;
        text-align: center; }
        @media screen and (max-width: 736px) {
          .topBlock .inner .box .box_left {
            width: 100%;
            margin: 0 0 6vw; } }
      .topBlock .inner .box .box_right {
        width: 495px; }
        @media screen and (max-width: 736px) {
          .topBlock .inner .box .box_right {
            width: 100%; } }
        .topBlock .inner .box .box_right p {
          text-align: right;
          color: #595858;
          font-size: 14px; }
          @media screen and (max-width: 736px) {
            .topBlock .inner .box .box_right p {
              text-align: center;
              font-size: 3.4vw; } }
        .topBlock .inner .box .box_right p:last-of-type {
          margin: 2vw auto 0; }

.introBlock {
  padding: 0 0 40px 0;
  position: relative; }
  @media screen and (max-width: 736px) {
    .introBlock {
      padding: 0 5vw 5vw; } }
  .introBlock h2 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #080404;
    font-size: 35px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    background: #FFF;
    letter-spacing: 2px;
    top: -30px;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 736px) {
      .introBlock h2 {
        font-size: 6vw;
        top: -6vw;
        padding: 0 5vw; } }
    .introBlock h2 span {
      display: inline-block;
      background: linear-gradient(transparent 75%, #fff100 75%); }
  .introBlock .inner {
    width: 1000px;
    text-align: center;
    margin: auto;
    padding: 0 0 30px;
    box-sizing: border-box;
    border: 2px solid #cccccc;
    border-radius: 5px;
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
    @media screen and (max-width: 736px) {
      .introBlock .inner {
        width: 100%;
        border: 1px solid #cccccc;
        font-size: 5vw;
        padding: 0 7vw 7vw; } }
    @media screen and (max-width: 736px) {
      .introBlock .inner > p {
        line-height: 1.8;
        margin: 0 -7vw; } }
    .introBlock .inner .box {
      width: 570px;
      margin: 40px auto 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (max-width: 736px) {
        .introBlock .inner .box {
          width: 100%;
          margin: 7vw auto 0; } }
      .introBlock .inner .box .box_left {
        width: 288px; }
        @media screen and (max-width: 736px) {
          .introBlock .inner .box .box_left {
            width: 100%; } }
      .introBlock .inner .box .box_right {
        width: 230px; }
        @media screen and (max-width: 736px) {
          .introBlock .inner .box .box_right {
            width: 60vw;
            margin: 6vw auto 0; } }

.onayamiBlock {
  position: relative;
  padding: 0 0 50px; }
  @media screen and (max-width: 736px) {
    .onayamiBlock {
      padding: 0 5vw 15vw; } }
  .onayamiBlock .inner {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 736px) {

.onayamiBlock {
  padding-bottom: 40px; }	
		
      .onayamiBlock .inner {
        width: 100%; } }
    .onayamiBlock .inner .box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between;
      font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-weight: bold;
      font-size: 24px;
      letter-spacing: -1px;
      color: #595858;
      margin: 0 0 40px; }
      @media screen and (max-width: 736px) {
        .onayamiBlock .inner .box {
          font-size: 5.5vw;
          margin: 0 0 5vw; } }
      .onayamiBlock .inner .box .box_left {
        width: 470px; }
        @media screen and (max-width: 736px) {
          .onayamiBlock .inner .box .box_left {
            width: 100%;
            margin: 0 0 7vw; } }
        .onayamiBlock .inner .box .box_left .txt {
          float: right;
          width: 430px;
          margin: -15px 0 0 0px;
          z-index: -1;
          border: 1px solid #ccc;
          border-radius: 5px;
          box-sizing: border-box;
          padding: 30px; }
          @media screen and (max-width: 736px) {
            .onayamiBlock .inner .box .box_left .txt {
              margin: 0;
              width: 100%;
              padding: 5vw 7vw; } }
          .onayamiBlock .inner .box .box_left .txt p:first-of-type {
            margin: 0 0 20px; }
      .onayamiBlock .inner .box .box_right {
        width: 470px; }
        @media screen and (max-width: 736px) {
          .onayamiBlock .inner .box .box_right {
            width: 100%; } }
        .onayamiBlock .inner .box .box_right .txt {
          margin: -15px 0 0 0px;
          z-index: -1;
          width: 430px;
          border: 1px solid #ccc;
          border-radius: 5px;
          box-sizing: border-box;
          padding: 30px; }
          @media screen and (max-width: 736px) {
            .onayamiBlock .inner .box .box_right .txt {
              margin: 0;
              width: 100%;
              padding: 5vw 7vw; } }
          .onayamiBlock .inner .box .box_right .txt p:first-of-type {
            margin: 0 0 20px; }
        .onayamiBlock .inner .box .box_right > p:last-of-type {
          font-size: 14px;
          text-align: right;
          margin: 20px 30px 0 0;
          font-family: Meiryo,"MS PGothic",arial,sans-serif; }
          @media screen and (max-width: 736px) {
            .onayamiBlock .inner .box .box_right > p:last-of-type {
              font-size: 3vw;
              margin: 3vw 0 0 0; } }
    .onayamiBlock .inner .btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-wrap: wrap; }
      .onayamiBlock .inner .btn a {
        background: #2ea8e6;
        background: #2ea8e6;
        display: block;
        height: 70px;
        width: 450px;
        color: #FFF;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        border-bottom: 4px solid #0f6b99;
        position: relative; }
        @media screen and (max-width: 736px) {
          .onayamiBlock .inner .btn a {
            width: 100%;
            height: auto;
            padding: 4vw;
            font-size: 4.5vw; } }
        .onayamiBlock .inner .btn a img {
          width: 10px;
          display: inline-block;
          margin-left: 10px; }
          @media screen and (max-width: 736px) {
            .onayamiBlock .inner .btn a img {
              width: 2.5vw;
              display: inline-block;
              margin-left: 3vw; } }

.aboutBlock {
  background: #f7d22c;
  position: relative;
  text-align: center;
  padding: 30px 0 50px; }
  @media screen and (max-width: 736px) {
    .aboutBlock {
      padding: 3vw 5vw 8vw; } }
  .aboutBlock .inner {
    width: 640px;
    margin: auto; }
    @media screen and (max-width: 736px) {
      .aboutBlock .inner {
        width: 100%; } }
    .aboutBlock .inner .fukidasi {
      background: #16294d;
      color: #FFF;
      font-size: 13px;
      padding: 7px 8px;
      box-sizing: border-box;
      position: relative;
      top: -15px; }
      .aboutBlock .inner .fukidasi:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #16294d transparent transparent transparent;
        border-width: 10px 7px 0 7px; }
      @media screen and (max-width: 736px) {
        .aboutBlock .inner .fukidasi {
          width: 85vw;
          margin: auto;
          font-size: 3.4vw; } }
    .aboutBlock .inner .box {
      width: 545px;
      margin: auto; }
      @media screen and (max-width: 736px) {
        .aboutBlock .inner .box {
          width: 100%; } }
      .aboutBlock .inner .box h2 {
        width: 445px;
        margin: 20px auto 0; }
        @media screen and (max-width: 736px) {
          .aboutBlock .inner .box h2 {
            width: 70vw;
            margin: 5vw auto 0; } }
      .aboutBlock .inner .box .txt {
        line-height: 2;
        font-weight: bold;
        font-size: 18px;
        color: #16294d;
        margin: 30px 0; }
        @media screen and (max-width: 736px) {
          .aboutBlock .inner .box .txt {
            font-size: 4.5vw;
            margin: 5vw 0; } }
      .aboutBlock .inner .box .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-wrap: wrap; }
        .aboutBlock .inner .box .btn a {
          background: #FFF;
          display: block;
          height: 60px;
          width: 522px;
          color: #16294d;
          box-sizing: border-box;
          font-size: 18px;
          font-weight: bold;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 5px;
          border-bottom: 4px solid #d4b426;
          position: relative; }

        .stBlock .btn a {
          background: #13284e;

          display: block;
          height: 60px;
          width: 522px;
          color: #fff;
          box-sizing: border-box;
          font-size: 18px;
          font-weight: bold;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 5px;
          border-bottom: 4px solid #474767;
          position: relative; 
          margin: 10px auto 40px;
          border: none!important;
          }
        
        .stBlock .btn a img {
            width: 10px;
            display: inline-block;
            margin-left: 15px;
        }

          @media screen and (max-width: 736px) {
            .aboutBlock .inner .box .btn a {
              width: 100%;
              height: auto;
              padding: 4vw;
              font-size: 4.5vw; 
              }
          .stBlock .btn a {
              width: calc(100% - 20px);
              margin: 0 10px 20px;
              height: auto;
              padding: 4vw;
              font-size: 4.5vw; 
        }
          .stBlock .btn a img {
            width: 10px;
            display: inline-block;
            margin-left: 15px; 
        }                       
           }
          .aboutBlock .inner .box .btn a img {
            width: 10px;
            display: inline-block;
            margin-left: 15px; 
        }   
            
            
            
            
            
            
            @media screen and (max-width: 736px) {
              .aboutBlock .inner .box .btn a img {
                width: 2.5vw;
                display: inline-block;
                margin-left: 3vw; } 
            }


/*-----------------------------------------
         1911 add
-----------------------------------------*/

.voiceBlock {
	background: url("../img/voice_bg.png");
	padding: 60px 0 30px;
	position: relative;
}

/*
.voiceBlock:before,
.voiceBlock:after {
    content: " ";
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    background: url(../img/point_side.png);
    background-size: auto;
    background-size: 1px 486px;
}

.voiceBlock:before {
    left: 0;
}
.voiceBlock:after {
    right: 0;
}
*/

.voiceBlock h2 {
	text-align: center;
	margin-bottom: 45px;
	color: #80684c;
	letter-spacing: 1.5px;	
}

.voiceBlock h2 span.v01 {
	display: inline-block;
	position: relative;
}

.voiceBlock h2 span.v02:before,
.voiceBlock h2 span.v02:after {
	content:"";
	background-image: url("../img/voice_heading_bg.png");
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;	
}

.voiceBlock h2 span.v02:before {
	left: -50px;
	top: 50%;
	margin-top: -18px;
}

.voiceBlock h2 span.v02:after {
	right: -50px;
	top: 50%;
	margin-top: -18px;
}

.voiceBlockImnner {
	width: 1122px;
	margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.voiceBox {
	background: #fff;
	margin: 0 30px 30px 0;
	width: 294px;
	padding: 30px;
	position: relative;
	box-shadow:0px 0px 6px rgba(50, 50, 50, 0.1)
}

.voiceBox:after {
	content: "";
	display: block;
	background: url("../img/voice_arrow.png");
	position: absolute;
	width: 40px;
	height: 18px;
	bottom: -18px;
	right: 22px;
	
}

.voiceBox:nth-child(3n){
	margin-right: 0;
}

.voiceBox:before {
	content: "";
	background: url("../img/voice_deco.png");
	display: block;
	width: 43px;
	height: 44px;
	position: absolute;
	top: -8px;
	left: -8px;
}

.voiceHuman {
	float: left;
	width: 60px;
}

.voiceInfo {
	width: 210px;
	float: right;
}

.voiceEval {
	color: #e6d200;
	margin: 0 0 15px;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
}

.voiceText {
	font-size: 14px;
	line-height: 2
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {zoom:1;}
*:first-child+html .clearfix {zoom:1;}

.voiceCautionWrap {

}

.voiceCaution {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 50px;
	font-size: 12px;
}

.voiceCaution .inner {
	float: right;
}

@media screen and (max-width: 736px) and (min-width: 0px)  {

    .voiceCautionWrap {

    }
	.voiceCaution {
		width: auto;
		padding: 20px;
		margin: 0;
	}
	.voiceCaution .inner {
		float: none;
	}
}








@media screen and (max-width: 736px) and (min-width: 0px)  {

	.voiceBlock {
		background: url("../img/voice_bg.png");
		padding: 20px 25px 50px;
	}

	.voiceBlock h2 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.voiceBlock h2 span.v02:before,
	.voiceBlock h2 span.v02:after {
		content:"";
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
	}

	.voiceBlock h2 span.v02:before {
		left: -30px;
		top: 50%;
		margin-top: -12px;
	}

	.voiceBlock h2 span.v02:after {
		right: -30px;
		top: 50%;
		margin-top: -12px;
	}

	.voiceBlockImnner {
		width: calc(100% - 60px);
		padding: 0 30px;
		margin: 0 auto;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.voiceBox {
		background: #fff;
		margin: 0 0 30px;
		width: calc(50% - 19px);
		padding: 15px 7px;
		position: relative;
		box-shadow:0px 0px 6px rgba(50, 50, 50, 0.1);
	}
	
    .voiceBox:nth-child(odd){
	    margin-right: 10px;
    }

    .voiceBox:nth-child(even){
	    margin-right: 0;
    }

	.voiceBox:last-child{
		margin-bottom: 0;
	}

	.voiceHuman {
		float: none;
		margin:  0 auto 10px;
		text-align: center;
	}

	.voiceInfo {
		width: 100%;
		float: none;
	}

	.voiceEval {
		margin: 0 0 10px;
		font-size: 20px;
		text-align: center;
	}

	.voiceText {
		font-size: 10px;
		line-height: 1.6;
	}
	
}

/*-----------------------------------------
         202006 add
-----------------------------------------*/

.topBlock .topTitle {
	padding: 40px 20px;
	text-align: center;
	margin: 0;
}

.topBlock .topTitle img {
	max-width: 822px!important;
	height: auto;
}

.topBlock .topImage {
	padding: 80px 20px 40px;
	text-align: center;
	margin: 0;
}

.topBlock .topImage img {
	max-width: 963px!important;
	height: auto;
}

.catchcopy {
	background: #fff853;
	padding: 50px 0 10px;
	text-align: center;
}

p.p02 {
	font-size: 34px;
	margin: 0 0 15px;
}

p.p02 span {
	color: #e21818;
}

.catchcopy p.p01 {
	text-align: center;
	margin-bottom: 45px;
	color: #80684c;
	letter-spacing: 1.5px;	
	font-size: 22px;
	color: #000;
}

.catchcopy p.p01 span.v01 {
	display: inline-block;
	position: relative;
}

.catchcopy p.p01 span.v02:before,
.catchcopy p.p01 span.v02:after {
	content:"";
	background-image: url("../img/1912_fourseasons/p01_heading_bg.png");
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;	
}

.catchcopy p.p01 span.v02:before {
	left: -37px;
	top: 50%;
	margin-top: -15px;
}

.catchcopy p.p01 span.v02:after {
	right: -37px;
	top: 50%;
	margin-top: -15px;
}

.itemBlock {
	text-align: center;
	padding:  0 0 110px;
	position: relative;
}

.itemBlock h2 {
	padding: 80px 0 70px;
	font-size: 36px;
	text-align: center;
}



.itemBlock p img {
	margin:  0 0 60px;
}

.itemBlock p {
	width: 1096px;
	margin:  0 auto;
	font-size: 13px;
}

.itemBlock h2 span.mCopy {
    font-size: 30px;
    line-height: 1.3;
    display: block;
    margin-bottom: -40px;
    color: #519fee;
}

 @media screen and (max-width: 736px) {

	 .topBlock .topTitle {
		padding: 0 30px 20px;
		text-align: center;
		margin: 0;
	}
	
    .itemBlock h2 span.mCopy {
        font-size: 20px;
        margin-bottom: -20px;
    }

	.topBlock .topImage {
		padding: 20px 20px 20px;
	}

	.catchcopy {
		padding: 20px 0 10px;
	}

	p.p02 {
		font-size: 15px;
		margin: 0 0 5px;
		font-weight: bold;
	}

	.catchcopy p.p01 {
		margin-bottom: 10px;
		letter-spacing: 1px;	
		font-size: 11px;
		color: #000;
	}

	.catchcopy p.p01 span.v02:before,
	.catchcopy p.p01 span.v02:after {
		content:"";
		background-image: url("../img/1912_fourseasons/p01_heading_bg.png");
		background-size: 14px 14px;
		width: 14px;
		height: 14px;
	}

	.catchcopy p.p01 span.v02:before {
		left: -15px;
		top: 50%;
		margin-top: -8px;
	}

	.catchcopy p.p01 span.v02:after {
		right: -14px;
		top: 50%;
		margin-top: -8px;
	}

	.itemBlock {
		text-align: center;
		padding:  0;
		position: relative;
	}

	.itemBlock h2 {
		padding: 40px 0 20px!important;
		font-size: 18px;
		text-align: center;
	}

	.itemBlock p img {
		margin:  0;
	}

	.itemBlock p {
		margin:  0 auto;
		font-size: 11px;
		width: auto;
	} 
	 
	.i02 {
		padding: 0 20px;
		width: calc(100% - 40px);
	}
	 
	 .i02 img {
		 width: 100%;
		 height: auto;
	 }
	 
	 .i01 {
		 padding: 0 20px 40px;
	 }
}

 @media screen and (min-width: 737px) {
	 
	.top202006Block {
		margin: 70px 0 0;
		position: relative;
		padding-bottom: 50px
	}

	.top202006Block .inner {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
}

@media screen and (min-width: 481px) {
	 .spBr {display: none;}
	.headBar {
		background: #13284e;
		color: #fff;
		text-align: center;
		font-size: 22px;
		padding: 20px;
		letter-spacing: 3px;
	}
}

@media screen and (max-width: 736px) {
	.top202006Block {
		margin: 70px 0 20px;
	}
	 .pcBox {display: none!important;}	 
	.p07 {
		font-size: 7px;
		line-height: 2;
		margin: 0 15px 5px;
		letter-spacing: -1px;
	}

	.p07 span {
		background: #e6e6e7;
		padding:  0 10px;
		margin-right: 5px;
	}

	.p08 {
		font-size: 7px;
		margin: 0 15px;
		letter-spacing: -1px;
		line-height: 2;
	}
	.headBar {
		background: #13284e;
		color: #fff;
		text-align: center;
		font-size: 15px;
		padding: 20px;
		letter-spacing: 1px;
	}
}

/*========================================================

2020.10.19

========================================================*/

.accClose {
	display: none!important;
}
.selected .accOpen {
	display: none!important;
}
.selected .accClose {
	display: block!important;
}

@media screen and (max-width: 736px) {
	
	.voiceBlockImnner {
		padding: 30px 0 0!important;
	}
	
	.voiceBlock {
		padding: 30px 0;
	}
	
	.pointBlock {
		padding: 30px 20px 30px!important;
	}
	
	.pointBlock .accOpen,	
	.pointBlock .accClose	
	{
		margin-top: 30px!important;
		margin-bottom: 0!important;
	}
	
	.accordion_head a {
		display: block;
		width: 250px;
		padding: 10px;
		margin: 0 auto;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		text-align: center;
		box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.1);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		font-weight: bold;
	}
	
	#voice .accordion_head a {
		border: 1px solid #db7194;
		background: #fff;
		color: #db7194;
	}
	
	#point .accordion_head a {
		border: 1px solid #fd8e29;
		background: #fff;
		color: #fd8e29;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.olBtn {
		background: #efefef;

		padding: 10px 0;
	}

	.shopReserveContactArea {
		padding: 20px;
		background: #fff;
		margin: 20px 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

	.shopReserveBtn {
		text-align: center;
	}

	.shopReserveBtn a {
		display: block;
		padding: 20px 0;
		margin: 0 auto;
		color: #fff;
		font-size: 17px;
		background: #96277c;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		text-decoration: none;
	}

	.shopReserveConsultation {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 20px;
	}
	
	.shopReserveConsultation span {
		color: #94318c;
		font-size: 17px;
	}

	.shopReserveCopy {
		text-align: center;
	}

	.shopReserveCopy img {
		width: 100%;
		max-width: 440px;
		height: auto;
	}
}

@media screen and (min-width: 737px) {
	
	.voiceBlockImnner {
		padding: 10px 0 0!important;
	}
	
	.pointBlock {
		padding-bottom: 30px!important;
	}
	
	.accordion_head a {
		display: block;
		width: 300px;
		padding: 15px;
		margin: 0 auto;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		text-align: center;
		box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.1);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		font-weight: bold;
	}
	
	#voice .accordion_head a {
		border: 1px solid #db7194;
		background: #fff;
		color: #db7194;
		margin-bottom: 30px;
	}
	
	#point .accordion_head a {
		border: 1px solid #fd8e29;
		background: #fff;
		color: #fd8e29;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.olBtn {
		background: #efefef;

		padding: 20px 0;
	}

	.shopReserveContactArea {
		padding: 30px;
		width: 860px;
		background: #fff;
		margin: 30px auto 30px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

	.shopReserveBtn {
		text-align: center;
	}

	.shopReserveBtn a {
		display: block;
		width: 300px;
		padding: 20px;
		margin: 0 auto;
		color: #fff;
		font-size: 18px;
		background: #96277c;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		text-decoration: none;
	}

	.shopReserveConsultation {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 20px;
	}
	
	.shopReserveConsultation span {
		color: #94318c;
		font-size: 22px;
	}

	.shopReserveCopy {
		text-align: center;
		padding: 0;
	}
	.shopReserveCopy img {
		width: 75%;
	}
}




@media screen and (min-width: 737px) {
    section.voiceBlock h2{
	    width:auto;
	    margin:20px 0 60px;
	    font-size:36px!important;
	    text-align:center;
	    color: #000!important;
    }
    section.voiceBlock h2 span{
	    width:180px;
	    margin:10px auto;
	    display:block;
	    border-radius:100px;
	    font-size:16px;
	    text-align:center;
	    color:#fff;
	    background:#db7194;
    }
    section.voiceBlock h2 img{
	    width:auto;
	    margin:0 6px -2px 0;
    }
}

@media screen and (max-width: 736px) {
    section.voiceBlock h2{
    margin: 0 0 30px;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
	    color: #000!important;
    }
    section.voiceBlock h2 span{
    width: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding: 2px 0 1px;
	    background:#db7194;
    }
    section.voiceBlock h2 img{
	    width:51px;
	    margin-right:3px;
    }
}

/*========================================================

2020.11.26

========================================================*/

@media screen and (min-width: 737px) {
	
	.fruttieImage {
		text-align: center;
		background: url("../img/2021_05/fruttie_img02.png");
		background-size: cover;
		padding: 30px 0;
		margin-bottom: 80px;
		color: #fff;
	}
	
	.fruttieImage .inner {
		width: 960px;
		margin: 0 auto;
	}
	
	.fruttieImage img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	
	.fruttieText01 {
		font-size: 18px;
	}
	
	.fruttieImage table {
		width: 100%;
		font-size: 10px;
	}
	
	.fruttieText02 {
		text-align: left;
	}
	
	.fruttieText03 {
		font-size: 10px;
		text-align: right;
	}
	
	

	.main202011 {
		background: #ffc674 url("../img/2020_11/main_bg.png") right top no-repeat;
		height: 700px;
		width: 100%;
		margin-top: 70px;
		text-align: center;
		position: relative;
		margin-bottom: 0!important;
	}

	.mlogo {
		position: absolute;
		top: 24px;
		left: 24px;
		width: 180px;
		height: 36px;
	}

	.mimg {
		display: block;
		width: 964px;
		height: 537px;
		padding-top: 65px;
		margin: 0 auto;
	}

	.mtxt {
		position: absolute;
		right: 15px;
		bottom: 15px;	
		font-size: 12px;
	}

	.colorBox {
		padding: 80px 45px 50px;
		border: 1px solid #ccc;
		border-radius: 10px;
		width: 1110px;
		margin:  0 auto 40px;
	}

	.colorBox h2 {
		width: 290px;
		text-align: center;
		display: block;
		margin: 0 auto 40px;
	}

	.colorBoxTxt {	
		text-align: center;
		margin-bottom: 55px;
	}

	.colorBoxTxt p {
		color: #ee640b;
		font-size: 30px;
		border-bottom: 1px solid #ee640b;
		display: inline-block;
		padding-bottom: 10px;
	}

	.colorBox ul {
		list-style: none;
		margin-bottom: 60px;
	}

	.colorBox li {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 276px
	}

	.colorBox li img {
		width: 100%;
		height: auto;
	}

	.colorBoxHosoku {
		background: #f6f6f6;
		padding:  40px 80px;
	}

	.colorBoxBtn {
		text-align: center;
		margin: 0 0 30px;
	}

	.colorBoxBtn a {
		display: block;
		padding: 20px 0;
		margin: 0 auto;
		color: #fff;
		width: 500px;
		font-size: 17px;
		background: #ee640b;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		text-decoration: none;
	}

	.colorBoxChui {
		font-size: 13px;
	}

	.colorBoxLink {
		text-align: center;
		padding-bottom: 40px;
		font-size: 28px;
		border-bottom: 1px solid #ccc;
	}

	.colorBoxLink a {
		text-decoration: none;
		color: #333;
	}

	.colorBoxLink a:hover {
		text-decoration: underline;
	}
	
}

@media screen and (max-width: 736px) {
	
	.fruttieImage {
		text-align: center;
		background: url("../img/2021_05/fruttie_img02.png");
		background-size: cover;
		padding: 15px;
		margin-bottom: 30px;
		color: #fff;
	}
	
	.fruttieImage .inner {
		margin: 0 auto;
	}
	
	.fruttieImage img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.fruttieText01 {
		font-size: 10px;
		text-align: left;
	}
	
	.fruttieImage table {
		width: 100%;
		font-size: 10px;
	}
	
	.fruttieText02 {
		text-align: left;
		display: block;
		padding-bottom: 15px;
	}
	
	.fruttieText03 {
		font-size: 10px;
		text-align: right;
		display: block;
	}
	


	.main202011 {
		background: #ffc674 url("../img/2020_11/main_bg.png") right top -15px no-repeat;
		background-size: 280px auto;
		width: 100%;
		margin-top: 70px;
		text-align: center;
		position: relative;
	}

	.mlogo {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 120px;
		height: auto;
	}

	.mimg {
		display: block;
		padding-top: 65px;
		margin: 0 auto;
		padding-bottom: 60px;
		max-width: 460px;
	}

	.mtxt {
		position: absolute;
		right: 15px;
		bottom: 10px;	
		font-size: 8px;
		text-align: right;
	}

	.colorBox {
		padding: 40px 20px 20px;
		border: 1px solid #ccc;
		border-radius: 10px;
		margin:  0 10px 30px;
	}

	.colorBox h2 {
		width: 120px;
		text-align: center;
		display: block;
		margin: 0 auto 10px;
	}

	.colorBoxTxt {	
		text-align: center;
		margin-bottom: 30px;
	}

	.colorBoxTxt p {
		color: #ee640b;
		font-size: 14px;
		border-bottom: 1px solid #ee640b;
		display: inline-block;
		padding-bottom: 5px;
	}

	.colorBox ul {
		list-style: none;
		margin-bottom: 20px;
	}

	.colorBox li {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1!important;
		display: block;
	}

	.colorBox li img {
		width: 100%;
		height: auto;
		line-height: 1;
		margin: 0!important;
		padding: 0!important
		display: block;
		margin-bottom: -5px!important
	}

	.colorBoxHosoku {
		background: #f6f6f6;
		padding:  20px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

	.colorBoxBtn {
		text-align: center;
		margin: 0 0 20px;
	}

	.colorBoxBtn a {
		display: block;
		padding: 20px 0;
		margin: 0 auto;
		color: #fff;
		font-size: 17px;
		background: #ee640b;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		text-decoration: none;
	}

	.colorBoxChui {
		font-size: 10px;
	}

	.colorBoxLink {
		text-align: center;
		padding-bottom: 30px;
		font-size: 16px;
		border-bottom: 1px solid #ccc;
	}

	.colorBoxLink a {
		text-decoration: none;
		color: #333;
	}

	.colorBoxLink a:hover {
		text-decoration: underline;
	}
	
}

@media screen and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
}
@media screen and (min-width: 1025px) {
	.sp {
		display: none!important;
	}
}