body {
  font-family: メイリオ, Meiryo, YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
  color: #33251d;
  font-size: 14px;
  position: relative;
	line-height: 1.8;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a { color: inherit; }
section { padding: 35px 0; }
:focus { outline: none;}

.wrapper {
  max-width: 1140px;
  padding: 0 3%;
  margin: 0 auto;
  box-sizing: content-box;
}
.title {
  margin-bottom: 20px;
}
.title img {
  margin: 0 auto;
}
/* only */
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}

/* top */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #ffffff88;
}
.header-form {
  position: static;
}
.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_logo {
  max-width: 180px;
  flex-basis: 28%;
}
.header_logo:hover {
	opacity: 0.5;
}
.header_info {
  flex-basis: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header_tel {
  margin-bottom: 5px;
}
.header_time {
  width: 80%;
  max-width: 215px;
}

.js-floating {
  position: static;
  z-index: 999;
}
.contact-min {
  position: fixed;
  display: flex;
  align-content: flex-start;
  background-color: #e56161;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contact-min_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
.contact-min_tel {
  max-width: 470px;
}
.contact-min_time {
  width: 50%;
  max-width: 220px;
	margin: 0 auto;
	padding-top: 5px;
}
.contact-min_mail {
  min-width: 115px;
  align-self: center;
}
@media screen and (min-width: 640px) {
  section { padding: 70px 0; }
  .title {
    margin-bottom: 30px;
  }
  .header_info {
    flex-wrap: nowrap;
  }
  .header_content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header_tel {
    max-width: 245px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .mainimage {
    background: url(../images/main_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .mainimage picture {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    box-sizing: content-box;
  }
  .contact-min {
    display: none;
  }
}

/* unneed */
.unneed {
  background: -moz-linear-gradient(top, #fff 65%, #ffeae9);
  background: -webkit-linear-gradient(top, #fff 65%, #ffeae9);
  background: linear-gradient(to bottom, #fff 65%, #ffeae9);
  position: relative;
  padding-bottom: 0;
}
.unneed_title img {
  width: 60%;
  min-width: 211px;
  max-width: 596px;
}
.unneed_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.unneed_item {
  flex-basis: 47%;
  margin-bottom: 25px;
}
.unneed_item img {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .unneed {
    padding: 70px 0 30px;
  }
  .unneed_item {
    flex-basis: 22%;
  }
}

.suggestion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 35px solid #ffeae9;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
}
@media screen and (min-width: 640px) {
  .suggestion::after {
    top: 0;
    border-top-width: 60px;
  }
}
/* suggestion */
.suggestion {
  position: relative;
  background-image: url(../images/suggestion-bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 60px;
  overflow: hidden;
}
.suggestion_title img {
  max-width: 792px;
}
.suggestion_image {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .suggestion {
    padding: 120px 0 60px;
    background-image: url(../images/suggestion-bg_pc.jpg);
  }
  .suggestion_text {
    text-align: center;
  }
}

/* contact */
.contact {
  background-color: #f97c7c;
  padding: 25px 0 20px;
}
.contact_title img {
  max-width: 680px;
}
.contact_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto 15px;
}
.contact_tel {
  margin-bottom: 10px;
}
.contact_time {
  max-width: 240px;
  width: 70%;
	margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 25px 0 30px;
  }
  .contact_title img {
    width: 50%;
  }
  .contact_main {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .contact_text {
    margin: 0 20px 0 0;
    justify-content: flex-end;
    flex-basis: 45%;
  }
  .contact_tel {
    margin-bottom: 5px;
  }
}

/* record */
.record {
  background-color: #ffebea;
}
.record_title img {
  width: 80%;
  max-width: 374px;
}
.record_slider {
  position: relative;
}
.swiper-container {
  max-width: 1040px;
  width: 84%;
  padding-bottom: 40px;
}
.record_item {
  border: 1px solid #cebea7;
}
.record_subtitle {
  color: #fff;
  padding: 11px 10px;
  background-color: #cebea7;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.record_subtitle::before {
  content: "";
  width: 30px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/record_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 30px;
  margin-right: 10px;
}
.record_content {
  padding: 15px;
  background-color: #fff;
}
.record_image {
  margin-bottom: 20px;
}
.record_info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.record_info_item {
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.record_info_item span {
  padding: 1px 6px;
}
.record_info_label {
  color: #fff;
  background-color: #f97c7c;
}
.swiper-pagination-bullet {
  background: #e2c4c3;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ff938b;
}
.swiper-button-prev {
  left: 0;
  width: 20px;
}
.swiper-button-next {
  right: 0;
  width: 20px;
}
@media screen and (min-width: 640px) {
  .record_title img {
    width: 30%;
  }
  .record_subtitle {
    font-size: 18px;
  }
  .swiper-container {
    width: 90%;
  }
  .record_content {
    display: flex;
    padding: 30px;
  }
  .record_image {
    margin: 0 20px 0 0;
    flex-basis: 40%;
  }
  .record_info_item {
    font-size: 16px;
  }
  .record_info_item span {
    padding: 3px 10px;
  }
  .swiper-button-prev {
    left: 0;
    width: 30px;
  }
  .swiper-button-next {
    right: 0;
    width: 30px;
  }
}

/* appeal */
.appeal {
  position: relative;
}
.appeal::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-right: 48vw solid #ffbdbb;
  border-bottom: 15px solid #ffbdbb;
  border-left: 48vw solid transparent;
}
.appeal_title img {
  width: 80%;
  max-width: 657px;
}
.appeal_content {
  background-image: url(../images/appeal-bg.jpg);
  background-repeat: repeat;
  padding: 25px;
  margin: 30px 10px 40px;
  position: relative;
}
.appeal_content::before,
.appeal_content::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.appeal_content::before {
  background-image: url(../images/appeal-tl.png);
  top: -10px;
  left: -10px;
}
.appeal_content::after {
  background-image: url(../images/appeal-br.png);
  bottom: -10px;
  right: -10px;
}
.appeal_image {
  margin-bottom: 15px;
}
.appeal_subtitle {
  max-width: 535px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .appeal::after {
    border-width: 20px 25vw;
  }
  .appeal_title img {
    width: 45%;
  }
  .appeal_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 60px;
  }
  .appeal_content:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .appeal_image {
    width: 38.5%;
    margin: 0;
  }
  .appeal_text {
    width: 58%;
  }
  .appeal_subtitle img {
    height: 25px;
    object-fit: contain;
    object-position: left;
  }
}

/* can */
.can {
  background-color: #ffebea;
  position: relative;
  padding-bottom: 100px;
}
.can::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 15px solid transparent;
  border-right: 48vw solid transparent;
  border-bottom: 15px solid #ffbdbb;
  border-left: 48vw solid #ffbdbb;
}
.can_title img {
  max-width: 312px;
  width: 70%;
}
.can_content {
  margin-bottom: 20px;
}
.can_item {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.can_item img {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .can::after {
    border-width: 20px 25vw;
  }
  .can_title img {
    max-width: 625px;
  }
  .can_content {
    display: flex;
    width: 80%;
    margin: 0 auto 30px;
  }
  .can_item {
    margin: 0 10px;
  }
  .can_item p {
    font-size: 16px;
  }
  .can_text {
    text-align: center;
  }
}

/* merit */
.merit {
  padding: 20px 0 10px;
}
.merit_title img {
  max-width: 585px;
}
.merit_item {
  background-color: #f4ecdf;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.merit_subtitle_1 {
  width: 53%;
  max-width: 239px;
}
.merit_subtitle_2 {
  width: 80%;
  max-width: 371px;
}
.merit_subtitle_3 {
  width: 80%;
  max-width: 375px;
}
.merit_subtitle_4 {
  width: 92%;
  max-width: 467px;
}
.merit_content {
  margin: -7% 5% 0;
}
.merit_content img {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .merit {
    padding: 70px 0;
  }
  .merit_main {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
.merit_subtitle_1 {
  width: 100%;
  max-width: 239px;
}
.merit_subtitle_2 {
  width: 100%;
  max-width: 371px;
}
.merit_subtitle_3 {
  width: 100%;
  max-width: 375px;
}
.merit_subtitle_4 {
  width: 100%;
  max-width: 467px;
}
}

/* voice */
.voice {
  background-color: #ffbdbb;
  padding-bottom: 15px;
}
.voice_title img {
  width: 80%;
  max-width: 422px;
}
.voice_text p {
	width: 100%;
}
.voice_content {
  background-color: #fff;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.voice_icon {
  width: 40%;
  margin: 0 auto 20px;
}
.voice_subtitle {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .voice_title img {
    max-width: 755px;
  }
  .voice_content {
    display: flex;
    padding: 30px;
    margin-bottom: 30px;
  }
.voice_text p {
	width: 90%;
}
  .voice_icon {
    width: 20%;
    margin: 0 20px 0 0;
  }
  .voice_subtitle {
    font-size: 16px;
  }
}

/* flow */
.flow {
  padding-bottom: 10px;
}
.flow_title img {
  width: 50%;
  max-width: 289px;
}
.flow_content {
  padding: 0 8%;
}
.flow_item {
  margin-bottom: 30px;
}
.flow_image {
  width: 80%;
  max-width: 215px;
  margin: 0 auto 10px;
  position: relative;
}
.flow_subtitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}
.flow_text {
  padding: 0 9%;
}
@media screen and (min-width: 640px) {
  .flow_title img {
    width: 20%;
  }
  .flow_content {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
  .flow_image::after {
    content: "";
    display: block;
    width: 20px;
    height: 50px;
    background: url(../images/flow-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
  }
  .flow_item:last-child .flow_image::after {
    display: none;
  }
  .flow_subtitle {
    text-align-last: left;
  }
  .flow_text {
    padding: 0;
  }
}

/* form */
.form {
  background-color: #ffebea;
}
.form_title img {
  width: 85%;
}
.form_info_tel {
  margin-bottom: 15px;
  display: block;
}
.form_infotime img {
  width: 60%;
  margin: 0 auto;
}
.form_info {
  margin-bottom: 30px;
}
.form_main {
  background-color: #fff;
  padding: 0 4% 30px;
}
.form_table {
  margin-bottom: 30px;
  width: 100%;
}
.form_table tr {
  padding: 10px 0;
  border-bottom: 1px solid #e8e0dd;
  display: flex;
  flex-wrap: wrap;
}
.form_table th {
  flex-basis: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.form_table td {
  flex-basis: 100%;
}
.form_req {
  color: #fff;
  background-color: #e56161;
  padding: 2px 6px 2px 5px;
  margin-left: 10px;
  white-space: nowrap;
  font-size: 10px;
}
.form_item {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.form_note {
  margin-top: 5px;
  font-size: 12px;
}
.form_link {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.form_link::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: block;
  background: url(../images/link-icon.png) no-repeat;
  background-size: contain;
  margin-left: 3px;
}
.form_text_full {
  width: 100%;
}
.form_address {
  padding-left: 20px;
}
.form_address input {
  margin-bottom: 4px;
}
.form_address .form_item {
  margin-bottom: 0;
}
.form_address .form_item::before {
  content: "\03012";
  padding-right: 5px;
  margin-left: -19px;
}
.form_privacy_policy {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.form_submit {
  max-width: 225px;
  margin: 10px auto 30px;
}
form .form_kit-only {
  display: none;
}
label {
  margin-right: 10px;
}
input,
select,
textarea {
  border: none;
  background-color: #ededed;
  padding: 10px 16px;
}
select {
  display: block;
  background-image: url(../images/form_arrow.png);
  background-size: 8px;
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40%;
}
textarea {
  width: 100%;
  height: 10rem;
}
input[type=date]::-webkit-calendar-picker-indicator {
  width: 8px;
  background-image: url(../images/form_arrow.png);
  background-position: center;
}
input[type="radio" i] {
  margin: 0 3px 0 0;
}
::placeholder {
  color: #8e8e8e;
}
.privacy {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .form_main {
    padding: 30px 6.2%;
  }
  .form_title img {
    max-width: 633px;
  }
  .form_info {
    max-width: 633px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
  }
  .form_info_tel {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .form_infotime img {
    width: 100%;
  }
  .form_table tr {
    padding: 10px 12%;
  }
  .form_table th {
    flex-basis: 33%;
    padding: 10px 0 0;
  }
  .form_table td {
    flex-basis: 67%;
  }
  .form_req {
    padding: 2px 9px 1px 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .form_content {
    display: flex;
    flex-wrap: wrap;
  }
  .form_item {
    margin-right: 20px;
    white-space: nowrap;
  }
  .form_time_set_select {
    width: 190px;
  }
  .form_privacy_policy {
    font-size: 14px;
  }
  .form_submit {
    max-width: 360px;
    cursor: pointer;
  }
}

/* modal */
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #4c4c4c4c;
  position: fixed;
  top: 0;
}
.modal_bg {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 1000;
  position: relative;
  margin: 4%;
}
.modal-open {
  overflow: hidden;
}

/* company */
.company_title img {
  width: 30%;
  max-width: 192px;
}
.company_info {
  border-bottom: 1px solid #d3c9c5;
}
.company_info dl * {
  border: 1px solid #d3c9c5;
  border-bottom: none;
  padding: 8px 10px;
}
.company_info dt {
  background-color: #fcf8f2;
}
@media screen and (min-width: 640px) {
  .company_title img {
    width: 15%;
  }
  .company_info dl {
    width: 100%;
    display: flex;
  }
  .company_info dl * {
    flex-basis: 80%;
    padding: 12px 15px;
  }
  .company_info dt {
    flex-basis: 20%;
    border-right: none;
  }
}

/* footer */
.pagetop, .contact-btn {
  display: none;
}
footer {
  padding-bottom: 45px;
}
.footer_txt_box {
  text-align: center;
  background-color: #f97c7c;
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
}
.footer_txt_box .mar10 {
	margin-right: 10px;
}

.footer_txt_box a:hover {
	text-decoration: none;
}

@media screen and (min-width: 640px) {
  .contact-btn {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 10;
  }
  .pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }
  footer {
    padding-bottom: 0;
  }
	footer .footer_txt_box {
		
	}
}

/* confirm, thanks */
#formWrap {
  margin: 40px auto;
}
.confirm_ttl {
  color: #e56161;
  font-size: 26px;
  text-align: center;
}
.confirm_note {
  text-align: center;
  margin: 30px 0;
}
.formTable {
  margin-bottom: 40px;
  width: 100%;
}
.formTable tr {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e0dd;
  display: flex;
  flex-wrap: wrap;
}
.formTable th {
  flex-basis: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.formTable td {
  flex-basis: 100%;
}
input.confirm_btn {
  border: 1px solid #e56161;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  cursor: pointer;
}
input.confirm_btn:hover {
  background-color: #ffebea;
  color: #e56161;
}
input.confirm_btn_submit {
  background-color: #e56161;
  color: #fff;
}
input.confirm_btn_back {
  background-color: #fff;
  color: #e56161;
}
.confirm_error {
  margin-bottom: 40px;
}
.error_messe{
  margin:5px 0;
  color: #e56161;
}
.thanks {
  margin: 40px auto;
  text-align: center;
}
.thanks_msg {
  margin-bottom: 20px;
}
.thanks_link {
  width: auto;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 40px;
  display: inline-block;
  border: 1px solid #e56161;
  border-radius: 25px;
  background-color: #e56161;
  color: #fff;
}
.thanks_link:hover {
  background-color: #ffebea;
  color: #e56161;
}
@media screen and (min-width: 640px) {
  .confirm_note br {
    display: none;
  }
  .formTable tr {
    padding: 10px 4%;
  }
  .formTable th {
    flex-basis: 30%;
  }
  .formTable td {
    flex-basis: 70%;
  }
  .confirm_btnarea {
    display: flex;
    justify-content: center;
  }
  input.confirm_btn {
    width: 30%;
    margin: 0 10px;
  }
}


/*-------------------------------------------*/

/* 石重さも～の箇所 */

/*------------------------------*/
.can .stone_box {
	margin-top: 50px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border-top: 1px solid #F4D3D3;
	padding-top: 30px;
}

.can .stone_box img {
	max-width: 443px;
	width: 100%;
}
.can .stone_txt_box {
	margin-left: 30px;
	margin-right: 20px;
}
.can .stone_ttl {
	font-weight: 700;
	font-size:18px;
	max-width: 580px;
}

@media print, screen and (max-width: 700px) {
.can .stone_box {
	margin-top: 50px;
	flex-direction: column;
	border-top: 1px solid #F4D3D3;
	padding-top: 30px;
}
.can .stone_txt_box {
	margin-left: 0px;
	margin-right: 0px;
}
}


/*-------------------------------------------*/

/* プライバシーポリシー */

/*------------------------------*/

.privacy_block .privacy_headding {
	margin: 30px 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #FFA6A4;
}

.privacy_block ol {
	margin-bottom: 50px;
}

.privacy_block .mat20 {
	margin-top: 20px;
}

.privacy_block ul {
	list-style: disc;
}

.privacy_link_box {
	display: block;
	text-align: center;
}

.privacy_link_box .privacy_link {
	background: #CCCCCC;
	padding: 10px 30px;
	text-decoration: none;
}

.privacy_link_box .privacy_link:hover {
	opacity: 0.8;
	transition: 0.8s ;
}

