@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {

	#fv {
    width: 100%;
    margin: 0;
  }
  .splide__slide img {
    height: auto;
    width: 100%;
  }
  .splide__pagination {
    bottom: -2.4em;
  }
  .splide__pagination__page.is-active {
    background: #bca488;
    transform: scale(1.25);
  }
  .splide__pagination__page {
    background: #ddd1c3;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  #contact {
    width: 80%;
    margin: 50px auto 0;
  }
  .contact_wrapper {
    margin: 25px auto 0;
  }
  .contact_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .contact_heading {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    text-align: center;
    font-weight: normal;
  }
  .contact_heading:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/icon_square01.png);
    background-size: contain;
    /*    vertical-align: middle;*/
    background-repeat: no-repeat;
    /*
    position: absolute;
    top: 26px;
    left: -40px;
*/
    margin-right: 1%;
  }
  #tel {
    width: 100%;
    margin: 75px auto 0;
  }
  .tel_wrapper {
    background: #fdf7f3;
    margin-top: 25px;
    padding: 50px 0;
  }
  .tel_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 25px;
  }
  .tel_number a {
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: bold;
  }
  #form {
    width: 100%;
    margin: 75px auto 0;
  }
  .form_wrapper {
    background: #fdf7f3;
    margin-top: 50px;
  }
  .form_note_wrapper {
    list-style: none;
    display: inline-block;
    margin-top: 50px;
  }
  .form_note_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    margin-bottom: 25px;
    padding: 0 5%;
  }
  .form_note_txt:last-of-type {
    margin-bottom: 0;
  }
  .form_note_txt span {
    color: #c31515;
  }
  /* コンタクトフォーム */
  .contact-form {
    width: 100%;
    font-size: 0.8rem;
    margin-top: 25px;
    line-height: 1.5em;
    /*					    background: #fdf7f3;*/
  }
  .contact-form th {
    width: 100%;
    /*    border: 1px solid #e8e8e8;*/
    padding: 25px 0 12.5px 5%;
    background: #fdf7f3;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: normal;
    text-align: start;
    display: block;
  }
  /*
.contact-form th:nth-of-type(1){
	padding-top: 0;
	}
	
*/
  .contact-form th span {
    color: #c31515;
  }
  .contact-form td {
    width: 100%;
    /*    border: 1px solid #e8e8e8;*/
    vertical-align: middle;
    background: #fdf7f3;
    /*    padding: 3% 3% 3% 0;*/
    box-sizing: border-box;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: center;
    display: block;
  }
  .contact-form input, textarea, select {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    border: none;
  }
  .contact-form input::placeholder {
    color: #8e8e8f;
  }
  .contact-form textarea::placeholder {
    color: #8e8e8f;
  }
  .contact-form select {
    /*color: #8e8e8f;*/
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
  }
  .contact-form select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
  }
  .is-empty {
    color: #8e8e8f;
  }
  option:first-child {
    color: red;
  }
  option::nth-child(n + 2) {
    color: #3b3838;
  }
  /*
	
	.arrow {
    position: relative;
    width: 100%;
}
.arrow:after {
content: "▼";
    position: absolute;
    right: 50px;
    top: 20px;
    color: #8e8e8f;
    pointer-events: none;
}
	
*/
  .agree_note {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    margin: 0 5% 12.5px;
  }
  .agree_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    background: #fff;
    margin: 0 5% 12.5px;
    padding: 20px 10%;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .contact-form input[type="checkbox"] {
    width: 2%;
    padding: 0;
    transform: scale(4.0);
  }
  .agree_emphasis {
    color: #c31515;
    margin-left: 5%;
  }
  .wpcf7-list-item-label {
    vertical-align: middle;
  }
  .form_btn {
    /*
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #333;
    border: none;
    width: 200px;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    cursor: pointer;
    -webkit-appearance: none;
*/
    width: 30%;
    margin: 25px auto;
    border-radius: 20px;
    background: #bca488;
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    /* line-height: 1.0em; */
    color: #fff;
    padding: 5px 0;
    display: block;
    -webkit-appearance: none;
    border: none;
  }
  .form_btn :hover {
    /*    opacity: 0.8;*/
  }
  /*
@media (max-width: 768px){
    .contact-form{
        font-size: 12px;
    }
    .contact-form th{
        width: 100%;
        display: block;
    }
    .contact-form td{
        width: 100%;
        display: block;
    }
    .form_button{
        margin: 25px auto 0;
        font-size: 14px;
    }
}
*/
	
	
	
		.wpcf7-response-output {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		padding: 1.0rem 0 !important;
	}
	
	
	.wpcf7-not-valid-tip {
		padding-top: 1.0rem;
	}
	
	
  #privacy_policy {
    width: 80%;
    margin: 75px auto 0;
    position: relative;
  }
  .privacy_policy_heading {
    /*
position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		background: #fff;
		padding: 0 2%;
*/
  }
  .privacy_policy_wrapper {
    margin-top: 25px;
    border: 1px solid #bca488;
  }
  .privacy_policy_inner {
    list-style: none;
    padding: 5vw 5%;
  }
  .privacy_policy_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy_policy_txt:last-of-type {
    margin-bottom: 0;
  }
  .privacy_policy_ga_inner {
    list-style: none;
    padding: 5vw 5%;
  }
  .privacy_policy_ga_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
  }
  .privacy_policy_ga_txt:last-of-type {
    margin-bottom: 0;
  }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
  #service {
    width: 80%;
    margin: 100px auto 0;
  }
  .service_wrapper {
    width: 80%;
    margin: 50px auto 0;
  }
  .service_subheading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    font-weight: normal;
    margin-top: 50px;
  }
  .service_symbol {
    margin-top: 50px;
  }
  .service_symbol img {
    width: 10%;
  }
  .service_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 50px;
  }
  #instagram {
    width: 80%;
    margin: 100px auto 0;
  }
  #brand {
    width: 80%;
    margin: 100px auto 0;
  }
  .brand_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 50px auto 0;
  }
  .brand_img_wrapper {
    margin-right: 5%;
    width: 20%;
  }
  .brand_img_wrapper img {
    width: 100%;
  }
  .brand_txt_wrapper {
    width: 75%;
  }
  .brand_name {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: normal;
    text-align: left;
  }
  .brand_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-top: 25px;
  }
  .brand_list_wrapper {
    width: 80%;
    margin: 50px auto 0;
  }
  .brand_list {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    word-break: break-all;
  }
  #online {
    width: 80%;
    margin: 100px auto 0;
  }
  .online_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 50px auto 0;
  }
  .online_img_wrapper {
    margin-right: 10%;
    width: 30%;
  }
  .online_img_wrapper img {
    width: 100%;
  }
  .online_txt_wrapper {
    width: 60%;
  }
  .online_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
  }
  .online_link_wrapper {
    width: 70%;
    margin: 50px auto 0;
  }
  .online_link_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .online_link_img {
    margin-top: 20px;
  }
  .online_link_img img {
    width: 100%;
  }
  #after {
    width: 80%;
    margin: 100px auto 0;
  }
  .after_wrapper {
    width: 100%;
    background: #fff7f3;
    margin-top: 50px;
    padding: 20px;
  }
  .after_inner {
    width: calc(100% - 8px);
    background: #fff7f3;
    border: 4px solid #fff;
    margin: 0 auto;
  }
  .after_img {
    width: 10%;
    margin: 50px auto 0;
  }
  .after_img img {
    width: 100%;
  }
  .after_txt_wrapper {
    width: 70%;
    margin: 75px auto 50px;
  }
  .after_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: left;
    margin-top: 40px;
  }
  .after_txt:first-of-type {
    margin-top: 0;
  }
  #maintenance {
    width: 80%;
    margin: 100px auto 0;
  }
  .maintenance_wrapper {
    width: 100%;
  }
  .maintenance_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .maintenance_link_wrapper {
    width: 50%;
    margin: 75px auto 0;
  }
  .maintenance_link_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .maintenance_link_img {
    margin-top: 20px;
  }
  .maintenance_link_img img {
    width: 100%;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
	
	
	
	
	
	
	#fv {
    width: 100%;
    margin: 0;
  }
  .splide__slide img {
    height: auto;
    width: 100%;
  }
  .splide__pagination {
    bottom: -2.4em;
  }
  .splide__pagination__page.is-active {
    background: #bca488;
    transform: scale(1.25);
  }
  .splide__pagination__page {
    background: #ddd1c3;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  #contact {
    width: 80%;
    margin: 50px auto 0;
  }
  .contact_wrapper {
    margin: 25px auto 0;
  }
  .contact_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .contact_heading {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    text-align: center;
    font-weight: normal;
  }
  .contact_heading:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/icon_square01.png);
    background-size: contain;
    /*    vertical-align: middle;*/
    background-repeat: no-repeat;
    /*
    position: absolute;
    top: 26px;
    left: -40px;
*/
    margin-right: 1%;
  }
  #tel {
    width: 100%;
    margin: 75px auto 0;
  }
  .tel_wrapper {
    background: #fdf7f3;
    margin-top: 25px;
    padding: 50px 0;
  }
  .tel_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 25px;
  }
  .tel_number a {
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: bold;
  }
  #form {
    width: 100%;
    margin: 75px auto 0;
  }
  .form_wrapper {
    background: #fdf7f3;
    margin-top: 50px;
  }
  .form_note_wrapper {
    list-style: none;
    display: inline-block;
    margin-top: 50px;
  }
  .form_note_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    margin-bottom: 25px;
    padding: 0 5%;
  }
  .form_note_txt:last-of-type {
    margin-bottom: 0;
  }
  .form_note_txt span {
    color: #c31515;
  }
  /* コンタクトフォーム */
  .contact-form {
    width: 100%;
    font-size: 0.8rem;
    margin-top: 25px;
    line-height: 1.5em;
    /*					    background: #fdf7f3;*/
  }
  .contact-form th {
    width: 100%;
    /*    border: 1px solid #e8e8e8;*/
    padding: 25px 0 12.5px 5%;
    background: #fdf7f3;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: normal;
    text-align: start;
    display: block;
  }
  /*
.contact-form th:nth-of-type(1){
	padding-top: 0;
	}
	
*/
  .contact-form th span {
    color: #c31515;
  }
  .contact-form td {
    width: 100%;
    /*    border: 1px solid #e8e8e8;*/
    vertical-align: middle;
    background: #fdf7f3;
    /*    padding: 3% 3% 3% 0;*/
    box-sizing: border-box;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: center;
    display: block;
  }
  .contact-form input, textarea, select {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    border: none;
  }
  .contact-form input::placeholder {
    color: #8e8e8f;
  }
  .contact-form textarea::placeholder {
    color: #8e8e8f;
  }
  .contact-form select {
    /*color: #8e8e8f;*/
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
  }
  .contact-form select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
  }
  .is-empty {
    color: #8e8e8f;
  }
  option:first-child {
    color: red;
  }
  option::nth-child(n + 2) {
    color: #3b3838;
  }
  /*
	
	.arrow {
    position: relative;
    width: 100%;
}
.arrow:after {
content: "▼";
    position: absolute;
    right: 50px;
    top: 20px;
    color: #8e8e8f;
    pointer-events: none;
}
	
*/
  .agree_note {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    margin: 0 5% 12.5px;
  }
  .agree_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    background: #fff;
    margin: 0 5% 12.5px;
    padding: 20px 10%;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .contact-form input[type="checkbox"] {
    width: 2%;
    padding: 0;
    transform: scale(2.0);
  }
  .agree_emphasis {
    color: #c31515;
    margin-left: 5%;
  }
  .wpcf7-list-item-label {
    vertical-align: middle;
  }
  .form_btn {
    /*
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #333;
    border: none;
    width: 200px;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    cursor: pointer;
    -webkit-appearance: none;
*/
    width: 30%;
    margin: 25px auto;
    border-radius: 20px;
    background: #bca488;
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    /* line-height: 1.0em; */
    color: #fff;
    padding: 5px 0;
    display: block;
    -webkit-appearance: none;
    border: none;
  }
  .form_btn :hover {
    /*    opacity: 0.8;*/
  }
  /*
@media (max-width: 768px){
    .contact-form{
        font-size: 12px;
    }
    .contact-form th{
        width: 100%;
        display: block;
    }
    .contact-form td{
        width: 100%;
        display: block;
    }
    .form_button{
        margin: 25px auto 0;
        font-size: 14px;
    }
}
*/
	
	
	
		.wpcf7-response-output {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		padding: 1.0rem 0 !important;
	}
	
	
	.wpcf7-not-valid-tip {
		padding-top: 1.0rem;
	}
	
	
  #privacy_policy {
    width: 80%;
    margin: 75px auto 0;
    position: relative;
  }
  .privacy_policy_heading {
    /*
position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		background: #fff;
		padding: 0 2%;
*/
  }
  .privacy_policy_wrapper {
    margin-top: 25px;
    border: 1px solid #bca488;
  }
  .privacy_policy_inner {
    list-style: none;
    padding: 5vw 5%;
  }
  .privacy_policy_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy_policy_txt:last-of-type {
    margin-bottom: 0;
  }
  .privacy_policy_ga_inner {
    list-style: none;
    padding: 5vw 5%;
  }
  .privacy_policy_ga_txt {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
  }
  .privacy_policy_ga_txt:last-of-type {
    margin-bottom: 0;
  }
	
	
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {

  #fv {
    width: 100%;
    margin: 0;
  }
  .splide__slide img {
    height: auto;
    width: 100%;
  }
  .splide__pagination {
    bottom: -2.4em;
  }
  .splide__pagination__page.is-active {
    background: #bca488;
    transform: scale(1.75);
  }
  .splide__pagination__page {
    background: #ddd1c3;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  #contact {
    width: 80%;
    margin: 100px auto 0;
  }
  .contact_wrapper {
    margin: 50px auto 0;
  }
  .contact_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  .contact_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    text-align: center;
    font-weight: normal;
  }
  .contact_heading:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_square01.png);
    background-size: contain;
    /*    vertical-align: middle;*/
    background-repeat: no-repeat;
    /*
    position: absolute;
    top: 26px;
    left: -40px;
*/
    margin-right: 1%;
  }
  #tel {
    width: 80%;
    margin: 75px auto 0;
  }
  .tel_wrapper {
    background: #fdf7f3;
    margin-top: 50px;
    padding: 75px 0;
  }
  .tel_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 50px;
  }
  .tel_number a {
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 2.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: bold;
  }
  #form {
    width: 80%;
    margin: 100px auto 0;
  }
  .form_wrapper {
    background: #fdf7f3;
    margin-top: 50px;
  }
  .form_note_wrapper {
    list-style: none;
    display: inline-block;
    margin-top: 50px;
  }
  .form_note_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    margin-bottom: 25px;
  }
  .form_note_txt:last-of-type {
    margin-bottom: 0;
  }
  .form_note_txt span {
    color: #c31515;
  }
  /* コンタクトフォーム */
  .contact-form {
    width: 100%;
    font-size: 1.2vw;
    margin-top: 25px;
    line-height: 1.0em;
    /*					    background: #fdf7f3;*/
  }
  .contact-form th {
    width: 30%;
    /*    border: 1px solid #e8e8e8;*/
    padding: 3% 0 3% 6%;
    background: #fdf7f3;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: normal;
    text-align: start;
  }
  .contact-form th span {
    color: #c31515;
  }
  .contact-form td {
    width: 70%;
    /*    border: 1px solid #e8e8e8;*/
    vertical-align: middle;
    background: #fdf7f3;
    padding: 3% 3% 3% 0;
    box-sizing: border-box;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: center;
  }
  .contact-form input, textarea, select {
    width: 90%;
    padding: 25px;
    box-sizing: border-box;
    border: none;
  }
  .contact-form input::placeholder {
    color: #8e8e8f;
  }
  .contact-form textarea::placeholder {
    color: #8e8e8f;
  }
  .contact-form select {
    /*color: #8e8e8f;*/
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
  }
  .contact-form select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
  }
  .is-empty {
    color: #8e8e8f;
  }
  option:first-child {
    color: red;
  }
  option::nth-child(n + 2) {
    color: #3b3838;
  }
  /*
	
	.arrow {
    position: relative;
    width: 100%;
}
.arrow:after {
content: "▼";
    position: absolute;
    right: 50px;
    top: 20px;
    color: #8e8e8f;
    pointer-events: none;
}
	
*/
  .agree_note {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    margin: 25px 5%;
  }
  .agree_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    background: #fff;
    margin: 25px 5%;
    padding: 25px 10%;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .contact-form input[type="checkbox"] {
    width: 2%;
    padding: 0;
    transform: scale(2.0);
  }
  .agree_emphasis {
    color: #c31515;
    margin-left: 5%;
  }
  .wpcf7-list-item-label {
    vertical-align: middle;
  }
  .form_btn {
    /*
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #333;
    border: none;
    width: 200px;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    cursor: pointer;
    -webkit-appearance: none;
*/
    width: 20%;
    margin: 50px auto;
    border-radius: 12px;
    background: #bca488;
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    padding: 1.5vw 0 1vw;
    display: block;
    -webkit-appearance: none;
    border: none;
  }
  .form_btn :hover {
    opacity: 0.8;
  }
  /*
@media (max-width: 768px){
    .contact-form{
        font-size: 12px;
    }
    .contact-form th{
        width: 100%;
        display: block;
    }
    .contact-form td{
        width: 100%;
        display: block;
    }
    .form_button{
        margin: 25px auto 0;
        font-size: 14px;
    }
}
*/
	
	.wpcf7-response-output {
		    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		padding: 2vw 0 !important;
	}
	
	
	.wpcf7-not-valid-tip {
		padding-top: 2vw;
	}
	
	
  #privacy_policy {
    width: 80%;
    margin: 100px auto 0;
    position: relative;
  }
  .privacy_policy_heading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 2%;
  }
  .privacy_policy_wrapper {
    border: 1px solid #bca488;
  }
  .privacy_policy_inner {
    list-style: none;
    padding: 5vw 5%;
  }
  .privacy_policy_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy_policy_txt:last-of-type {
    margin-bottom: 0;
  }
	
	
	.privacy_policy_ga_inner {
    list-style: none;
    padding: 0 5% 5vw;
  }
  .privacy_policy_ga_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 20px;
/*
    padding-left: 1em;
    text-indent: -1em;
*/
  }
  .privacy_policy_ga_txt:last-of-type {
    margin-bottom: 0;
  }
	
	
	
	
	
	
	
  #service {
    width: 80%;
    margin: 100px auto 0;
  }
  .service_wrapper {
    width: 80%;
    margin: 50px auto 0;
  }
  .service_subheading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    font-weight: normal;
    margin-top: 50px;
  }
  .service_symbol {
    margin-top: 50px;
  }
  .service_symbol img {
    width: 10%;
  }
  .service_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 50px;
  }
  #instagram {
    width: 80%;
    margin: 100px auto 0;
  }
  #brand {
    width: 80%;
    margin: 100px auto 0;
  }
  .brand_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 50px auto 0;
  }
  .brand_img_wrapper {
    margin-right: 5%;
    width: 20%;
  }
  .brand_img_wrapper img {
    width: 100%;
  }
  .brand_txt_wrapper {
    width: 75%;
  }
  .brand_name {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: normal;
    text-align: left;
  }
  .brand_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-top: 25px;
  }
  .brand_list_wrapper {
    width: 80%;
    margin: 50px auto 0;
  }
  .brand_list {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    word-break: break-all;
  }
  #online {
    width: 80%;
    margin: 100px auto 0;
  }
  .online_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 50px auto 0;
  }
  .online_img_wrapper {
    margin-right: 10%;
    width: 30%;
  }
  .online_img_wrapper img {
    width: 100%;
  }
  .online_txt_wrapper {
    width: 60%;
  }
  .online_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
  }
  .online_link_wrapper {
    width: 70%;
    margin: 50px auto 0;
  }
  .online_link_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .online_link_img {
    margin-top: 20px;
  }
  .online_link_img img {
    width: 100%;
  }
  #after {
    width: 80%;
    margin: 100px auto 0;
  }
  .after_wrapper {
    width: 100%;
    background: #fff7f3;
    margin-top: 50px;
    padding: 20px;
  }
  .after_inner {
    width: calc(100% - 8px);
    background: #fff7f3;
    border: 4px solid #fff;
    margin: 0 auto;
  }
  .after_img {
    width: 10%;
    margin: 50px auto 0;
  }
  .after_img img {
    width: 100%;
  }
  .after_txt_wrapper {
    width: 70%;
    margin: 75px auto 50px;
  }
  .after_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: left;
    margin-top: 40px;
  }
  .after_txt:first-of-type {
    margin-top: 0;
  }
  #maintenance {
    width: 80%;
    margin: 100px auto 0;
  }
  .maintenance_wrapper {
    width: 100%;
  }
  .maintenance_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .maintenance_link_wrapper {
    width: 50%;
    margin: 75px auto 0;
  }
  .maintenance_link_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .maintenance_link_img {
    margin-top: 20px;
  }
  .maintenance_link_img img {
    width: 100%;
  }
}