@charset 'UTF-8';

/*
Theme Name: child-pc
Template: project-pc
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

li,
ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
}

html,
body {
    width: 100%;
    height: 100%;
}

img {
    display: block;
}

/* -----------------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼&ãƒ•ãƒƒã‚¿ãƒ¼ï¼ˆCOMMONï¼‰
----------------------------------------------------------- */
/* -- FLEX-- */
.hd-top {
    background: rgba(255, 255, 255, 0.9);
    border: none !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding-top: 25px;
    width: 100%;
    z-index: 100;
}

/* -- FLEX-- */
.common {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* --- COMMON ãƒ˜ãƒƒãƒ€ãƒ¼ --- */
.common {
    margin: 0 auto;
    width: 1000px;
}

.common .logo {
    max-width: 150px;
    margin-top: -6px;
}

/* --- COMMON ãƒ•ãƒƒã‚¿ãƒ¼ --- */
footer {
    background: #f1f1f1;
    padding-top: 50px;
}

.ft_logo img {
    margin: 0 auto;
    max-width: 230px;
}

.ft_common {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ft_common {
    margin: 50px auto 30px;
    width: 1000px;
}

.ft_common h2,
.ft_common h3,
.ft_common p,
.ft_common a {
    color: #fff;
}

.ft_common .ft_logo p {
    margin: 0 auto;
}

.ft_common .box01 {
    width: 520px;
}

.ft_common .box01 h2 {
    background: url(../image/cont01-bg01.png) no-repeat 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    text-align: right;
    margin-bottom: 20px;
    color: #000;
}

.ft_common .box01 .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ft_common .box01 a {
    border: 2px solid;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    text-align: center;
    width: 250px;
    position: relative;
}

.ft_common .box01 .point01 a {
    color: #fff;
    background-color: #f3a9ba;
    border-radius: 38px;
    border-color: #f3a9ba;
    line-height: 50px;
}

.ft_common .box01 .point01 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ft_common .box01 .point02 a {
    color: #000;
    border-radius: 38px;
    line-height: 50px;
}

.ft_common .box01 .point02 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ft_common .box01 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.ft_common .box02 {
    width: 300px;
}

.ft_common .box02 h3 {
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.ft_common .box02 h3:before {
    background: #bbb;
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.ft_common .box02 h3 span {
    background: #f1f1f1;
    display: inline-block;
    padding: 0 6px;
    position: relative;
    text-align: left;
    z-index: 2;
    color: #000;
}

.ft_common .box02 .tel {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.0em;
}

.ft_common .box02 p {
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

.ft_common .box02 p span {
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 15px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
}

.ft_common .box02 .point03 {
    text-align: right;
}

.ft_common .box02 .point03 a {
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
}

.ft_common .box02 .point03 a:hover {
    color: #f3a9ba;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* -----------------------------------------------------------
nav
----------------------------------------------------------- */
nav {
    background: none !important;
}

.g_menu {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g_menu {
    width: 500px;
}

.g_menu li {
    font-size: 13px;
}

.g_menu a {
    color: #333;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
}

.g_menu a:hover {
    color: #f3a9ba;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.g_menu a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #f3a9ba;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.g_menu a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* -----------------------------------------------------------
Content
----------------------------------------------------------- */
.title {
    background: url(../image/h1-bg01.jpg) no-repeat center 0/cover !important;
    margin-top: 80px;
    line-height: 150px !important;
}

.content .h2_title01 {
    color: #f3a9ba;
    font-size: 45px;
}

.content .h2_title01 span {
    display: block;
    font-size: 12px;
    line-height: 1em;
}

.content .h2_title02 {
    background: url(../image/ttl-bg01.png) no-repeat 0 center;
    font-size: 21px;
    padding-left: 85px;
}

.content .h3_title01 {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}

.content .h3_title01:before {
    content: "";
    display: block;
    background: #f3a9ba;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 0;
}

.box_dotted {
    border: #aaa dotted 2px !important;
    border-radius: 8px;
}

.box_design01 {
    border: #f3a9ba solid 1px !important;
    border-radius: 8px;
}

.box_design02 {
    border: #f3a9ba solid 1px !important;
    border-radius: 8px;
}

hr {
    border: #aaa dashed 1px !important;
    margin: 30px 0;
}

.mt60 {
    margin-top: 60px !important;
}

/* -----------------------------------------------------------
sidebar
----------------------------------------------------------- */
.column2 {
    float: left !important;
}

.sidebar {
    float: right !important;
}

.sidebar01 {
    border: none !important;
}

.sidebar01 ul.sidenav li {
    border-top: #eee 1px solid !important;
}

.sidebar01 ul.sidenav li a {
    padding: 10px 10px 10px 20px !important;
    position: relative;
}

.sidebar01 ul.sidenav li a:after {
    content: none !important;
}

.sidebar01 ul.sidenav li a:before {
    content: "";
    display: block;
    background: #f3a9ba;
    width: 7px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 3px;
}

.side_contact {
    border: #eee 1px solid;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.side_contact h3 {
    border-bottom: #eee 1px solid;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.side_contact p {
    font-size: 10px;
    margin-bottom: 5px;
}

.side_contact .point01 {
    font-size: 18px;
    font-weight: 700;
}

.side_contact .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.side_contact .side_btn01 a,
.side_contact .side_btn02 a {
    border: 1px solid #000;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.8em;
    text-align: center;
    position: relative;
}

.side_contact .side_btn01 a {
    background: #f3a9ba;
}

.side_contact .side_btn02 a {
    background: #f3a9ba;
}

.side_contact .side_btn01 a:hover,
.side_contact .side_btn02 a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.side_contact .side_btn01 a:after,
.side_contact .side_btn02 a:after,
.side_contact .side_btn03 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.side_contact .point02 {
    margin: 10px 0;
}

.side_contact .point02 span {
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
}

.side_contact .side_btn03 a {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    line-height: 2.5em;
    text-align: center;
    position: relative;
}

.side_contact .side_btn03 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* -----------------------------------------------------------
top_img
----------------------------------------------------------- */
.top_img {
    /*background: url(../image/mv_01.jpg) no-repeat center 0;
    background-size: cover;*/
    margin-top: 80px;
}

.top_img img{
    width: 100%;
}

.top_img .wrapper {
/*    background: url(../image/mv_02.png) no-repeat right 0;*/
/*    height: 450px;*/
    padding-top: 70px;
}

.top_img h1 {
    color: #f3a9ba;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho";
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.top_img h1 span {
    background: #fff;
}

.top_img .box01 {
    background: #fff;
    display: inline-block;
    margin-bottom: 36px;
}

.top_img .box01 p {
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0;
}

.top_img .box02 {
    position: relative;
    padding: 20px 0 0 30px;
    width: 440px;
}

.top_img .box02:before,
.box02:after {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    display: inline-block;
}

.top_img .box02:before {
    border-left: solid 2px #f3a9ba;
    border-top: solid 2px #f3a9ba;
    top: 0;
    left: 0;
}

.top_img .box02:after {
    border-right: solid 2px #f3a9ba;
    border-bottom: solid 2px #f3a9ba;
    bottom: 0;
    right: 0;
}

.top_img .box02 p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0;
}

.top_img .box02 p .point01 {
    background: #f3a9ba;
    color: #fff;
    margin-right: 10px;
    padding: 5px 20px;
}

.top_img .box02 p .point02 {
    background: #000;
    color: #fff;
    padding: 5px 20px;
}

.top_img .box03 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_img .box02 .price {
    color: #f3a9ba;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.0em;
    margin: 0;
    -moz-transform: scaleX(0.8);
    -webkit-transform: scaleX(0.8);
    -o-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
}

/* -----------------------------------------------------------
å…±é€š
----------------------------------------------------------- */
.top_btn {
    margin: 20px 0 0;
}

.top_btn img {
    display: inline;
}

/* -----------------------------------------------------------
ãƒ–ãƒ­ã‚°
----------------------------------------------------------- */
/* ---- ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ï¼ˆãƒ–ãƒ­ã‚°ï¼‰ ---- */
.top-blog {
    padding: 30px 0;
}

.top-blog h2 {
    font-size: 2.4rem;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.top-blog .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-blog .date {
    width: 20%;
}

.top-blog .text {
    width: 80%;
}

.top-blog .text a {
    color: #333;
}

.top-blog .text a:hover {
    color: #ed5925;
    text-decoration: underline;
}

/* ---- ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ï¼ˆæ–°ç€æƒ…å ±ï¼‰ ---- */
.top-news {
    padding: 30px 0;
}

.top-news h2 {
    font-size: 2.4rem;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.top-news .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-news .date {
    width: 20%;
}

.top-news .text {
    width: 80%;
}

.top-news .text a {
    color: #333;
}

.top-news .text a:hover {
    color: #ed5925;
    text-decoration: underline;
}

/* -----------------------------------------------------------
Cont01
----------------------------------------------------------- */
.cont01 {
    padding: 40px 0 30px;
}

.cont01 .wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cont01 .box01 {
    width: 520px;
}

.cont01 .box01 h2 {
    background: url(../image/cont01-bg01.png) no-repeat 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    text-align: right;
    margin-bottom: 20px;
}

.cont01 .box01 .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cont01 .box01 a {
    border: 2px solid;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    text-align: center;
    width: 250px;
    position: relative;
}

.cont01 .box01 .point01 a {
    color: #fff;
    background-color: #f3a9ba;
    border-radius: 38px;
}

.cont01 .box01 .point01 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont01 .box01 .point02 a {
    color: #333;
    border-radius: 38px;
}

.cont01 .box01 .point02 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont01 .box01 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.cont01 .box02 {
    width: 300px;
}

.cont01 .box02 h3 {
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.cont01 .box02 h3:before {
    background: #bbb;
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.cont01 .box02 h3 span {
    background: #f1f1f1;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.cont01 .box02 .tel {
    color: #f3a9ba;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.0em;
}

.cont01 .box02 p {
    margin-bottom: 10px;
    text-align: left;
    position: relative;
}

.cont01 .box02 p span {
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 15px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.cont01 .box02 .point03 {
    text-align: right;
}

.cont01 .box02 .point03 a {
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
}

.cont01 .box02 .point03 a:hover {
    color: #f3a9ba;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* -----------------------------------------------------------
Cont02
----------------------------------------------------------- */
.cont02 {
    background: -webkit-linear-gradient(left, #fff 0%, #f3a9ba 50%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, #fff 0%, #f3a9ba 50%, #fff 50%, #fff 100%);
}

.cont02 .inner {
    background: -webkit-linear-gradient(top, #fff 0%, #fff 45%, transparent 45%, transparent 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 45%, transparent 45%, transparent 100%);
    position: relative;
}

.cont02 .inner .pic{
    display: block;
    position: absolute;
    width: 50%;
    right: 51%;
    bottom: 0;
    max-width: 850px;
}

.cont02 .wrapper {
/*    background: url(../image/cont02-bg01.png) no-repeat 0 bottom;*/
    padding: 80px 0 30px;
}

.cont02 .box {
    background: url(../image/cont02-bg02.png) no-repeat 0 0;
    margin-left: auto;
    padding: 40px 20px 0 30px;
    width: 500px;
}

.cont02 .box h2 {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho";
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 2.0em;
    margin-bottom: 35px;
    text-align: right;
    margin-left: 45px;
}

.cont02 .box h2 span {
    width: 100%;
    display: inline-block;
    color: #f3a9ba;
    font-size: 28px;
    letter-spacing: 5px;
    text-align: left;
}

.cont02 .box h2 .ttl01 {
    padding-left: 50px;
}

.cont02 .box p {
    margin-left: 50px;
}

.cont02 .box .point01 a {
    border: 2px solid;
    color: #f3a9ba;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    width: 280px;
    position: relative;
}

.cont02 .box .point01 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont02 .box .point01 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.cont02 .box .point02 {
    background: #f1f1f1 url(../image/cont02-bg03.png) no-repeat 15px center;
    font-size: 13px;
    padding: 15px 15px 15px 60px;
}

.cont02 .box .point02 a {
    color: #f3a9ba;
    text-decoration: underline;
}

.cont02 .box .point02 a:hover {
    color: #f3a9ba;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* -----------------------------------------------------------
Cont03
----------------------------------------------------------- */
.cont03 {
}

.cont03 h2 {
    background: url(../image/cont03-bg01.png) no-repeat 0 0;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho";
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 2.0em;
    margin: 0 auto 35px;
    padding-top: 20px;
    width: 1000px;
}

.cont03 p {
    color: #fff;
}

.cont03 h2 span {
    color: #f3a9ba;
    font-size: 28px;
    letter-spacing: 5px;
}

.cont03 h2 .ttl01 {
    padding-left: 50px;
}

.cont03 .inner01 {
    background: url(../image/cont03-bg02.jpg) no-repeat center 0;
    background-size: cover;
    padding: 40px 0 30px;
}

.cont03 .inner02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cont03 .inner02 .box {
    border: 1px solid #fff;
    margin-bottom: 40px;
}

.cont03 .inner02 .ttl02 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
    text-align: center;
}

.cont03 .inner02 .ttl02 span {
    border: 1px solid;
    font-size: 16px;
    margin-left: 15px;
    padding: 5px 15px;
}

/* -----------------------------------------------------------
Cont04
----------------------------------------------------------- */
.cont04 {
    background: url(../image/cont04-bg01.jpg) no-repeat right bottom;
    padding-top: 110px;
}

.cont04 .inner01 {
    height: 840px;
    padding-top: 70px;
}

.cont04 .ttl {
    position: relative;
}

.cont04 h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 3.5em;
    margin-bottom: 70px;
    position: relative;
}

.cont04 h2 span {
    background: #f3a9ba;
    padding: 10px 40px;
}

.cont04 h2 span:nth-of-type(1){
    padding: 10px 150px;
}

.cont04 .text01 {
    bottom: 0;
    font-size: 14px;
    left: 300px;
    margin-bottom: 5px;
    position: absolute;
}

.cont04 .inner02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cont04 .inner02 {
    padding-left: 50px;
}

.cont04 .box01::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: #f3a9ba;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont04 .box01:hover:after {
    width: 100%;
}

.cont04 .box01 {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 30px 20px;
    width: 300px;
    position: relative;
    display: inline-block;
}

.cont04 .box01 h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.cont04 .box01 h3 span {
    color: #f3a9ba;
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
}

.cont04 .box02 {
    margin-left: auto;
    height: 100px;
    width: 140px;
}

.cont04 .box02 p {
    color: #333;
    font-size: 12px;
    margin: 0;
}

/* -----------------------------------------------------------
Cont05
----------------------------------------------------------- */
.cont05 {
    background: url(../image/cont05-bg01.jpg) no-repeat right bottom;
    padding-top: 110px;
}

.cont05 .inner01 {/*    background: url(../image/cont05-bg02.jpg) no-repeat center 0;*//* height: 620px; */padding-top: 70px;}

.cont05 .ttl {
    position: relative;
}

.cont05 h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 3.5em;
    margin-bottom: 70px;
    position: relative;
}

.cont05 h2 span {
    background: #f3a9ba;
    padding: 15px 40px;
}

.cont05 .text01 {
    bottom: 0;
    font-size: 14px;
    left: 250px;
    margin-bottom: 5px;
    position: absolute;
}

.cont05 .inner02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cont05 .inner02 {
    padding-left: 50px;
}

.cont05 .inner02>a{
    margin: 0 1%;
}

.cont05 .box::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: #f3a9ba;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont05 .box:hover:after {
    width: 100%;
}

.cont05 .box {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding-bottom: 30px;
    width: 295px;
    position: relative;
    display: inline-block;
}

.cont05 .box h3 {
    color: #333;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.cont05 .box h3 span {
    color: #f3a9ba;
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
}

.cont05 .box .text02 {
    color: #333;
    font-size: 12px;
    margin: 0 20px;
    min-height: 82px;
}

/* -----------------------------------------------------------
Cont06
----------------------------------------------------------- */
.cont06 {
    padding-top: 110px;
}

.cont06 .wrapper {
    /* background: url(../image/cont06-bg01.jpg) no-repeat center bottom; */
    height: 430px;
}

.cont06 h2 {
    background: url(../image/ttl-bg01.png) no-repeat 0 bottom;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 2.0em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.cont06 h2 .ttl01 {
    font-size: 28px;
}

.cont06 h2 .ttl02 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.cont06 h2 .ttl02:before {
    content: '-';
    margin: 0 10px 0 15px
}

.cont06 h2 .ttl02:after {
    content: '-';
    margin-left: 10px
}

.cont06 .box01 {
}

.cont06 .box01 p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0;
}

.cont06 .box01 p .point01 {
    background: #f3a9ba;
    color: #fff;
    margin-right: 10px;
    padding: 5px 20px;
}

.cont06 .box01 p .point02 {
    background: #000;
    color: #fff;
    padding: 5px 20px;
}

.cont06 .box02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cont06 .box01 .price {
    color: #f3a9ba;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.0em;
    margin: 0 0 0 10px;
    -moz-transform: scaleX(0.8);
    -webkit-transform: scaleX(0.8);
    -o-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
}

.cont06 .point03 a {
    border: 2px solid;
    color: #f83854;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 30px auto 0;
    text-align: center;
    width: 280px;
    position: relative;
}

.cont06 .point03 a:hover {
    background: #f83854;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont06 .point03 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

/* -----------------------------------------------------------
Cont07
----------------------------------------------------------- */
.cont07 {
    padding: 110px 0 90px;
}

.cont07 h2 {
    background: url(../image/ttl-bg01.png) no-repeat 0 bottom;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 2.0em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.cont07 h2 .ttl01 {
    font-size: 28px;
}

.cont07 h2 .ttl02 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.cont07 h2 .ttl02:before {
    content: '-';
    margin: 0 10px 0 15px
}

.cont07 h2 .ttl02:after {
    content: '-';
    margin-left: 10px
}

.cont07 .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cont07 .box-a {
    background: #f1f1f1 url(../image/cont07-bg01.png) no-repeat 90% center;
}

.cont07 .box-b {
    background: #f1f1f1 url(../image/cont07-bg02.png) no-repeat 90% center;
}

.cont07 .box-c {
    background: #f1f1f1 url(../image/cont07-bg03.png) no-repeat 90% center;
}

.cont07 .box-d {
    background: #f1f1f1 url(../image/cont07-bg04.png) no-repeat 90% center;
}

.cont07 .box-e {
    background: #f1f1f1 url(../image/cont07-bg05.png) no-repeat 90% center;
}

.cont07 .box-f {
    background: #f1f1f1 url(../image/cont07-bg06.png) no-repeat 90% center;
}

.cont07 .box {
    margin-bottom: 30px;
    padding: 30px;
    width: 490px;
}

.cont07 .box p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 0;
}

.cont07 .box p .point01 {
    background: #f3a9ba;
    color: #fff;
    margin-right: 10px;
    padding: 5px 20px;
}

.cont07 .box p .point02 {
    background: #000;
    color: #fff;
    padding: 5px 20px;
}

.cont07 .box p .point02 {
    background: #000;
    color: #fff;
    padding: 5px 20px;
}

.cont07 .box p .point03 {
    margin: 15px;
}

.cont07 .box .price {
    color: #f3a9ba;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.0em;
    margin: 0 0 0 -50px;
    -moz-transform: scaleX(0.8);
    -webkit-transform: scaleX(0.8);
    -o-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
}

.cont07 .box-color p .point01 {
    background: #f3a9ba;
}

.cont07 .box-color .price {
    color: #f3a9ba;
}

.cont07 .point02 a {
    border: 2px solid;
    color: #f3a9ba;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 30px auto 0;
    text-align: center;
    width: 280px;
    position: relative;
}

.cont07 .point02 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont07 .point02 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

/* -----------------------------------------------------------
Cont08
----------------------------------------------------------- */
.cont08 {
    background: url(../image/h1-bg01.jpg) no-repeat center 0;
    background-size: cover;
    padding: 80px 0;
}

.cont08 h2 {
    background: url(../image/ttl-bg01.png) no-repeat 0 bottom;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 2.0em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.cont08 h2 .ttl01 {
    font-size: 28px;
}

.cont08 h2 .ttl02 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.cont08 h2 .ttl02:before {
    content: '-';
    margin: 0 10px 0 15px
}

.cont08 h2 .ttl02:after {
    content: '-';
    margin-left: 10px
}

/* -----------------------------------------------------------
Cont09
----------------------------------------------------------- */
.cont09 {
}

.cont09 h2 {
    background: url(../image/ttl-bg01.png) no-repeat 0 bottom;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 2.0em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.cont09 h2 .ttl01 {
    font-size: 28px;
}

.cont09 h2 .ttl02 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.cont09 h2 .ttl02:before {
    content: '-';
    margin: 0 10px 0 15px
}

.cont09 h2 .ttl02:after {
    content: '-';
    margin-left: 10px
}

.cont09 .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cont09 .inner p {
    font-size: 14px;
    margin: 0;
}

.cont09 .box01 {
    background: #f1f1f1;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 40px 30px;
    width: 490px;
}

.cont09 .box01 p {
    line-height: 18px;
}

.cont09 .box01 span {
    color: #f3a9ba;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}

.cont09 .box01 p:after {
    color: #f3a9ba;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    content: '\f309';
    font-weight: 900;
    position: absolute;
    right: 20px;
}

.cont09 .box02 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, 0.8);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    padding: 10px;
}

.cont09 .box02 p {
    font-weight: 700;
    line-height: 1.6em;
}

.cont09 .box02 p:before {
    content: none;
}

.cont09 .box02 p:after {
    content: none;
}

.cont09 .box01:hover .box02 {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

/* -----------------------------------------------------------
cont10
----------------------------------------------------------- */
.cont10 {
    margin-bottom: 50px;
    padding: 80px 0 50px;
}

.cont10 .box {
    margin-left: auto;
    padding: 40px 0 0 20px;
    width: 500px;
}

.cont10 .box h2 {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho";
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 2.0em;
    margin-bottom: 35px;
}

.cont10 .box h2 span {
    color: #f3a9ba;
    font-size: 23px;
    letter-spacing: 5px;
}

.cont10 .box h2 .ttl01 {
    padding-left: 20px;
}

.cont10 .box p {
    margin-left: 40px;
    width: 360px;
}

.cont10 .box .point01 a {
    border: 2px solid;
    color: #f3a9ba;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    width: 360px;
    position: relative;
}

.cont10 .box .point01 a:hover {
    background: #f3a9ba;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cont10 .box .point01 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.cont10 table {
    margin: 50px 0 0 40px;
}

.cont10 tr {
    border-bottom: 8px solid #fff;
}

.cont10 th,
.cont10 td {
    border: none;
    font-size: 14px;
    padding: 5px 0;
}

.cont10 th {
    background: #f1f1f1;
    letter-spacing: 2px;
    text-align: center;
    width: 7em;
}

.cont10 td {
    padding: 5px 0 0 10px;
}

.cont10 table .tel {
    color: #f3a9ba;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
}

.cont10 td p{
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: normal;
    margin-left: 0 !important;
}

/* -----------------------------------------------------------
contactform
----------------------------------------------------------- */
.contactform .info_ttl {
    background: #eee;
    font-weight: 700;
    margin: 6px 10px;
    padding: 10px;
    text-align: center;
}

.contactform .infobox {
    border: 3px solid #ddd;
    height: 180px;
    margin: 6px 10px 15px;
    padding: 10px;
    overflow: scroll;
}

.contactform .infobox p {
    font-size: 12px;
}

.contactform .infobox .ttl01 {
    font-size: 13px;
    color: #d50000;
}

.price-table tr td:last-child {
    width: 31%;
}

.price-table tr td strong {
    display: inline-block;
    min-width: 8rem;
}

.price-table tr td:last-child span {
    width: 11.6rem;
}

.price-table tr td:last-child span {
    background: #f3a9ba;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 5.5rem;
    font-size: 0.8547rem;
    padding: 0.2rem 0.6rem;
    margin: 0;
}

.price-table tr td:last-child span {
    box-sizing: border-box;
    min-width: 10.3rem;
}

.fee-table02 th {
    background-color: #f2f5f8;
    text-align: center;
}

.fee-table02 th:first-child {
    background-color: #f2f5f8;
    width: 36%;
}

.fee-table02 td {
    text-align: center;
}

.fee-table03 th {
    background-color: #f2f5f8;
    text-align: center;
}

.fee-table03 th:first-child {
    background-color: #f2f5f8;
    width: 36%;
}

.fee-table03 td {
    text-align: center;
    width: 32%;
}

.fee-table03 tr td:last-child {
    width: 31%;
}

.fee-table03 tr td strong {
    display: inline-block;
    min-width: 8rem;
}

.fee-table03 tr td:last-child span {
    width: 11.6rem;
}

.fee-table03 tr td:last-child span {
    background: #f98f8f;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 5.5rem;
    font-size: 0.8547rem;
    padding: 0.2rem 0.6rem;
    margin: 0;
}

.fee-table03 tr td:last-child span {
    box-sizing: border-box;
    min-width: 10.3rem;
}

.fee-table04 th {
    background-color: #fcf3f1;
    text-align: center;
}

.fee-table04 th:first-child {
    background-color: #fcf3f1;
    width: 36%;
}

.fee-table04 td {
    text-align: left;
    width: 32%;
}

.fee-table05 th {
    background-color: #f2f5f8;
    text-align: center;
}

.fee-table05 th:first-child {
    background-color: #f2f5f8;
    width: 14%;
}

.fee-table05 td:first-child {
    width: 20%;
}

.fee-table05 td {
    text-align: center;
    width: 22%;
}

@media screen and (max-width: 767px) {
    .contactform .sectionContact tr:nth-child(even) {
        background: #fff;
    }
}

.contactform .sectionContact table {
    border-style: solid;
    border-color: #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-collapse: collapse;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .contactform .sectionContact table tr:last-child {
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-left-width: 0;
    }
}

.contactform .sectionContact table th,
.contactform .sectionContact table td {
    border: none;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 0.9em;
}

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

    .contactform .sectionContact table th,
    .contactform .sectionContact table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
}

.contactform .sectionContact table th {
    padding: 1.5em 1em;
    background: #f7f7f7;
}

.contactform .sectionContact input[type="text"],
.contactform .sectionContact input[type="password"],
.contactform .sectionContact input[type="datetime"],
.contactform .sectionContact input[type="date"],
.contactform .sectionContact input[type="month"],
.contactform .sectionContact input[type="time"],
.contactform .sectionContact input[type="week"],
.contactform .sectionContact input[type="number"],
.contactform .sectionContact input[type="email"],
.contactform .sectionContact input[type="url"],
.contactform .sectionContact input[type="search"],
.contactform .sectionContact input[type="tel"],
.contactform .sectionContact input[type="color"],
.contactform .sectionContact select,
.contactform .sectionContact textarea,
.contactform .sectionContact .field {
    width: 100%;
    margin: 0.25em 0;
    padding: 0.25em 1em;
    border: 0;
    border-radius: 3px;
    background-color: #eff1f5;
    color: #5c6b80;
    font-size: 16px;
    line-height: 1.8;
}

.contactform .sectionContact .reserve {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
}

.contactform .sectionContact .reserve__text {
    font-size: 1em;
    font-weight: 700;
}

.contactform .sectionContact .statement {
    padding-top: .5em;
    display: block;
}

.contactform .sectionContact .reserve input[type="number"] {
    width: 3em;
    padding: 0.25em 0;
    text-align: center;
}

.contactform .sectionContact .reserve select {
    width: 100%;
}

.contactform .sectionContact textarea {
    max-width: 100%;
    min-height: 3em;
    height: 5em;
    overflow: auto;
}

.contactform .sectionContact .attention {
    font-size: 0.75em;
    padding: 0.5em;
    color: #fff;
    border-radius: 2px;
    margin-right: 1em;
}

.contactform .sectionContact .attention.haveto {
    background: #f3a9ba;
}

.contactform .sectionContact .attention.any {
    background: #f3a9ba;
}

.contactform .sectionContact input[type="checkbox"] {
    display: none;
}

.contactform .sectionContact input[type="checkbox"]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="checkbox"]+span::before {
    content: "";
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 1;
}

.contactform .sectionContact input[type="checkbox"]+span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: 0.8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 10;
}

.contactform .sectionContact input[type="checkbox"]:checked+span {
    color: #f85c81;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contactform .sectionContact input[type="checkbox"]:checked+span::before {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="checkbox"]:checked+span::after {
    opacity: 1;
    border-bottom: 2px solid #f85c81;
    border-right: 2px solid #f85c81;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="radio"] {
    display: none;
}

.contactform .sectionContact input[type="radio"]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="radio"]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="radio"]+span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="radio"]:checked+span {
    color: #f3a9ba;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .sectionContact input[type="radio"]:checked+span::after {
    opacity: 1;
    top: 0.2em;
    left: 0.2em;
    width: 0.6em;
    height: 0.6em;
    background-color: #f3a9ba;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.contactform .forminner input.wpcf7-submit,
.contactform .sectionContact input.wpcf7-submit{
    padding: 1em;
    margin: 2em auto 0;
    background-color: #f3a9ba;
    border: 2px solid;
    border-radius: 100vh;
    color: #fff;
    letter-spacing: 0.5em;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    /* æ–‡å­—ã®å¤ªã•*/
    width: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contactform .forminner input.wpcf7-submit,
    .contactform .sectionContact input.wpcf7-submit {
        width: 80%;
    }
}

.contactform .forminner input.wpcf7-submit:hover,
.contactform .sectionContact input.wpcf7-submit:hover {
    background-color: #fff;
    color: #f85c81;
}

.contactform .sectionContact .sent .forminner {
    display: none;
}

.contactform .sectionContact input[type="file"] {
    border: none;
    border-radius: none;
    font-size: 100%;
    height: auto;
    line-height: auto;
    margin: 10px 0;
    padding-left: 0;
    width: 100%;
}