@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
/* PC
-------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@media screen and (min-width: 751px), print {
  body {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
    margin: 0;
    padding: 0;
  }
  .sp {
    display: none;
  }
  img {
    max-width: 100%;
  }
  a {
    transition-duration: 0.3s;
    transition-property: opacity;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.6;
  }
  .snsList {
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 1rem;
  }
  .snsList ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
  .snsList ul li {
    height: 40px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
  }
  .snsList ul li a {
    text-decoration: none;
    display: inline;
  }
  .snsList ul li + li {
    margin-left: 6px;
  }
  .snsList ul li.is-hidden-tablet {
    display: none;
  }
  .snsList .fb,
  .snsList .twt2,
  .snsList .line,
  .snsList .line2 {
    width: 70px;
  }
  #wrapper {
    background: url("../img/sakuna_bg.png") center top;
    background-size: 18px;
  }
  .sakuna {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    font-weight: 500;
    line-height: 1.38em;
    color: #000000;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
  }
  .sakuna_yokoku {
    padding: 10px 0 9px;
  }
  .sakuna_yokoku img {
    width: 80px;
  }
  .sakuna_kv {
    line-height: 0;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 78px;
    box-shadow: 0 2px 15px rgba(30, 18, 16, 0.2);
  }
  .sakuna {
    /* file-------------------------------*/
  }
  .sakuna_file {
    text-align: center;
    margin: 0 auto 90px;
    padding-top: 30px;
  }
  .sakuna_file_ttl {
    padding-bottom: 22px;
    margin-bottom: 70px;
    border-bottom: double 24px #f3b2c1;
  }
  .sakuna_file_ttl h2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    position: relative;
  }
  .sakuna_file_ttl h2 img {
    width: 690px;
  }
  .sakuna_file_ttl h2::before {
    position: absolute;
    top: -25px;
    left: 0;
    content: "";
    width: 177px;
    height: 238px;
    background: url("../img/sakuna_file_ttl_deco.png") center top no-repeat;
    background-size: 177px;
  }
  .sakuna_file_ttl h2::after {
    position: absolute;
    top: -30px;
    right: 0;
    content: "";
    width: 186px;
    height: 237px;
    background: url("../img/sakuna_file_ttl_deco2.png") center top no-repeat;
    background-size: 186px;
  }
  .sakuna_file_inr {
    max-width: 800px;
    margin: 0 auto;
  }
  .sakuna_file ul.caut {
    text-align: left;
    list-style-type: none;
  }
  .sakuna_file ul.caut li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sakuna_file ul.caut li:not(:last-child) {
    padding-bottom: 0.2em;
  }
  .sakuna_file_date {
    background: #fff;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1;
    border: solid 4px #9edcf0;
    border-radius: 30px;
    padding: 15px 0 25px;
    box-sizing: border-box;
  }
  .sakuna_file_date h4 {
    margin: 0 15px 13px;
    border-bottom: dotted 5px #9edcf0;
    padding-bottom: 13px;
  }
  .sakuna_file_date h4 img {
    height: 31px;
  }
  .sakuna_file_date p img {
    height: 78px;
  }
  .sakuna_file_ex {
    width: 590px;
    margin: 0 auto 45px;
  }
  .sakuna_file_ex p {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.4em;
  }
  .sakuna_file_bx {
    margin: 30px auto;
    max-width: 800px;
  }
  .sakuna_file_bx_type {
    width: 193px;
    margin: 0 auto -25px;
  }
  .sakuna_file_bx_img {
    max-width: 800px;
    margin: 0 auto 35px;
    line-height: 1;
  }
  .sakuna_file_bx_more {
    background: #fff5bc;
    border-radius: 35px;
    padding: 30px 0;
    margin-top: 40px;
    line-height: 1;
  }
  .sakuna_file_bx_more img {
    width: 712px;
  }
  .sakuna_file_itemlist {
    margin: 50px auto 0;
    background: #fff;
    border: solid 4px #ec79ac;
    border-radius: 35px;
    padding: 0 16px;
  }
  .sakuna_file_itemlist h4 {
    background: url("../img/sakuna_bx_ttl.png") no-repeat;
    background-size: 800px;
    line-height: 1;
    margin: -4px -20px 10px;
    position: relative;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px 35px 0 0;
  }
  .sakuna_file_itemlist h4 img {
    height: 41px;
    transform: translateY(-18px);
  }
  .sakuna_file_itemlist {
    margin-top: 90px;
  }
  .sakuna_file_itemlist_tbl {
    width: 100%;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
    border: solid 1px #9edcf0;
  }
  .sakuna_file_itemlist_tbl tr {
    min-height: 140px;
  }
  .sakuna_file_itemlist_tbl tr th, .sakuna_file_itemlist_tbl tr td {
    padding: 8px 12px 10px;
    letter-spacing: -0.01em;
  }
  .sakuna_file_itemlist_tbl tr th {
    background: #9edcf0;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ffffff;
    font-weight: 500;
  }
  .sakuna_file_itemlist_tbl tr th:last-child {
    border-right: none;
    text-align: left;
  }
  .sakuna_file_itemlist_tbl tr td {
    font-size: 18px;
    background: #fff;
    vertical-align: middle;
    height: 120px;
    white-space: nowrap;
    border-right: 1px solid #d1d1d1;
  }
  .sakuna_file_itemlist_tbl tr td:first-child {
    text-align: center;
    padding: 10px 10px;
    line-height: 1;
  }
  .sakuna_file_itemlist_tbl tr td:first-child img {
    width: 128px;
  }
  .sakuna_file_itemlist_tbl tr td:nth-child(2) {
    text-align: left;
  }
  .sakuna_file_itemlist_tbl tr td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
    padding: 8px 6px 10px;
  }
  .sakuna_file_itemlist_tbl tr td:last-child {
    text-align: right;
    white-space: nowrap;
    border-right: none;
  }
  .sakuna_file_itemlist_tbl tr:nth-child(even) td {
    background: #f3f3f3;
  }
  .sakuna_file_itemlist_tbl tr:first-child td img, .sakuna_file_itemlist_tbl tr:nth-child(2) td img, .sakuna_file_itemlist_tbl tr:nth-child(4) td img, .sakuna_file_itemlist_tbl tr:nth-child(5) td img {
    width: 100px;
  }
  .sakuna_file_itemlist_tbl tr:nth-child(11) td img, .sakuna_file_itemlist_tbl tr:nth-child(12) td img, .sakuna_file_itemlist_tbl tr:nth-child(13) td img, .sakuna_file_itemlist_tbl tr:nth-child(14) td img, .sakuna_file_itemlist_tbl tr:nth-child(15) td img {
    width: 90px;
  }
  .sakuna_file_itemlist_tbl tr:nth-child(16) td img {
    width: 50px;
  }
  .sakuna_file_itemlist ul.caut {
    margin: 10px auto 30px;
  }
  .sakuna_file_flow {
    margin: 50px auto 0;
    background: #fff;
    border: solid 4px #ec79ac;
    border-radius: 35px;
    padding: 0 16px;
  }
  .sakuna_file_flow h4 {
    background: url("../img/sakuna_bx_ttl.png") no-repeat;
    background-size: 800px;
    line-height: 1;
    margin: -4px -20px 10px;
    position: relative;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px 35px 0 0;
  }
  .sakuna_file_flow h4 img {
    height: 41px;
    transform: translateY(-18px);
  }
  .sakuna_file_flow_img {
    width: 600px;
    margin: 0 auto 40px;
  }
  .sakuna_file_caution {
    margin: 50px auto 0;
    background: #fff;
    border: solid 4px #ec79ac;
    border-radius: 35px;
    padding: 0 16px;
  }
  .sakuna_file_caution h4 {
    background: url("../img/sakuna_bx_ttl.png") no-repeat;
    background-size: 800px;
    line-height: 1;
    margin: -4px -20px 10px;
    position: relative;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px 35px 0 0;
  }
  .sakuna_file_caution h4 img {
    height: 41px;
    transform: translateY(-18px);
  }
  .sakuna_file_caution ul.caut {
    margin: 20px auto 40px;
  }
  .sakuna_footer {
    background: #f3b2c1;
    padding-top: 50px;
    position: relative;
  }
  .sakuna_footer::before {
    content: "";
    background: url("../img/sakuna_footer_contact_deco.png") center top repeat-x;
    background-size: 67px;
    width: 100%;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sakuna_footer_contact {
    background: url("../img/sakuna_footer_contact_bg.png") center top;
    background-size: 16px;
    border-radius: 35px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 20px 0 25px;
    line-height: 1;
  }
  .sakuna_footer_contact dt {
    border-bottom: double 6px #aaaaaa;
    padding-bottom: 15px;
    margin: 0 20px 20px;
  }
  .sakuna_footer_contact dt img {
    width: 588px;
  }
  .sakuna_footer_contact dd .nm {
    width: 568px;
    margin: 0 auto 20px;
  }
  .sakuna_footer_contact dd .tel {
    width: 473px;
    margin: 0 auto 20px;
  }
  .sakuna_footer_contact dd .date {
    width: 567px;
    margin: 0 auto;
  }
  .sakuna_footer_txt {
    font-size: 17px;
    margin-bottom: 35px;
    text-align: center;
    line-height: 1;
  }
  .sakuna_footer_copy {
    margin-bottom: 30px;
    text-align: center;
  }
  .sakuna_footer_pagetop {
    width: 100px;
    position: fixed;
    right: 25px;
    bottom: 24px;
    z-index: 99;
  }
}
/* SP
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
    margin: 0;
    padding: 0;
  }
  .pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .snsList {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .snsList ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsList ul li.is-hidden-mobile {
    display: none;
  }
  .snsList ul li + li {
    margin-left: 6px;
  }
  .snsList ul .fb,
  .snsList ul .twt2,
  .snsList ul .line,
  .snsList ul .line2 {
    width: 70px;
  }
  .snsList ul li,
  .snsList ul a,
  .snsList ul img {
    display: block;
    width: 70px;
    height: 40px;
    font-size: 1em;
    line-height: 0;
    vertical-align: bottom;
  }
  #wrapper {
    background: url("../img/sakuna_bg.png") center top;
    background-size: 2.4vw;
  }
  .sakuna {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    font-weight: 500;
    line-height: 1.38em;
    color: #000000;
    font-size: 3.2vw;
    margin: 0 auto;
    position: relative;
  }
  .sakuna_yokoku {
    padding: 1.3333333333vw 0 1.2vw;
  }
  .sakuna_yokoku img {
    width: 10.6666666667vw;
  }
  .sakuna_kv {
    line-height: 0;
    text-align: center;
    margin: 0 auto 10.4vw;
    box-shadow: 0 0.2666666667vw 2vw rgba(30, 18, 16, 0.2);
  }
  .sakuna {
    /* file-------------------------------*/
  }
  .sakuna_file {
    text-align: center;
    margin: 0 auto 12vw;
    padding-top: 4vw;
  }
  .sakuna_file_ttl {
    padding-bottom: 2.9333333333vw;
    margin-bottom: 9.3333333333vw;
    border-bottom: double 3.2vw #f3b2c1;
  }
  .sakuna_file_ttl h2 {
    max-width: 106.6666666667vw;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    position: relative;
  }
  .sakuna_file_ttl h2 img {
    width: 92vw;
  }
  .sakuna_file_ttl h2::before {
    position: absolute;
    top: -3.3333333333vw;
    left: 0.6666666667vw;
    content: "";
    width: 23.6vw;
    height: 31.7333333333vw;
    background: url("../img/sakuna_file_ttl_deco.png") center top no-repeat;
    background-size: 23.6vw;
  }
  .sakuna_file_ttl h2::after {
    position: absolute;
    top: -4vw;
    right: 0.6666666667vw;
    content: "";
    width: 24.8vw;
    height: 31.6vw;
    background: url("../img/sakuna_file_ttl_deco2.png") center top no-repeat;
    background-size: 24.8vw;
  }
  .sakuna_file_inr {
    margin: 0 auto;
  }
  .sakuna_file ul.caut {
    max-width: 96vw;
    margin: 0 auto;
    text-align: left;
    list-style-type: none;
  }
  .sakuna_file ul.caut li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sakuna_file ul.caut li:not(:last-child) {
    padding-bottom: 0.2em;
  }
  .sakuna_file_date {
    background: #fff;
    max-width: 96vw;
    margin: 0 auto;
    line-height: 1;
    border: solid 0.5333333333vw #9edcf0;
    border-radius: 4vw;
    padding: 2vw 0 3.3333333333vw;
    box-sizing: border-box;
  }
  .sakuna_file_date h4 {
    margin: 0 2vw 1.7333333333vw;
    border-bottom: dotted 0.6666666667vw #9edcf0;
    padding-bottom: 1.7333333333vw;
  }
  .sakuna_file_date h4 img {
    height: 4.1333333333vw;
  }
  .sakuna_file_date p img {
    height: 10.4vw;
  }
  .sakuna_file_ex {
    width: 78.6666666667vw;
    margin: 0 auto 6vw;
  }
  .sakuna_file_ex p {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.4em;
  }
  .sakuna_file_bx {
    margin: 4vw auto;
  }
  .sakuna_file_bx_type {
    width: 25.7333333333vw;
    margin: 0 auto -3.3333333333vw;
  }
  .sakuna_file_bx_img {
    max-width: 96vw;
    margin: 0 auto 4.6666666667vw;
    line-height: 1;
  }
  .sakuna_file_bx_more {
    background: #fff5bc;
    border-radius: 4.6666666667vw;
    padding: 4vw 0;
    margin-top: 5.3333333333vw;
    line-height: 1;
  }
  .sakuna_file_bx_more img {
    width: 94.9333333333vw;
  }
  .sakuna_file_itemlist {
    margin: 6.6666666667vw auto 0;
    background: #fff;
    border: solid 0.5333333333vw #ec79ac;
    border-radius: 4.6666666667vw;
    padding: 0 1.4666666667vw;
  }
  .sakuna_file_itemlist h4 {
    background: url("../img/sakuna_bx_ttl.png") no-repeat;
    background-size: 106.6666666667vw;
    line-height: 1;
    margin: -0.4vw -1.8666666667vw 1.3333333333vw;
    position: relative;
    height: 15.0666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.6666666667vw 4.6666666667vw 0 0;
  }
  .sakuna_file_itemlist h4 img {
    height: 5.4666666667vw;
    transform: translateY(-2.4vw);
  }
  .sakuna_file_itemlist {
    margin-top: 12vw;
  }
  .sakuna_file_itemlist_tbl {
    margin: 0 auto;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
    border: solid 1px #9edcf0;
  }
  .sakuna_file_itemlist_tbl thead tr {
    display: block;
    padding: 1.5vw 4vw 2vw;
    background: #9edcf0;
    font-size: 3.3333333333vw;
    text-align: center;
    line-height: 1;
  }
  .sakuna_file_itemlist_tbl thead tr th {
    display: inline;
    font-weight: 500;
  }
  .sakuna_file_itemlist_tbl thead tr th:not(:last-child)::after {
    content: " / ";
  }
  .sakuna_file_itemlist_tbl tbody tr {
    background: #fff;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 18.6666666667vw;
  }
  .sakuna_file_itemlist_tbl tbody tr td {
    display: inline;
    letter-spacing: -0.01em;
  }
  .sakuna_file_itemlist_tbl tbody tr td:first-of-type {
    width: 21.3333333333vw;
    height: 18.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    line-height: 1;
  }
  .sakuna_file_itemlist_tbl tbody tr td:first-of-type img {
    width: 17.0666666667vw;
  }
  .sakuna_file_itemlist_tbl tbody tr td:nth-child(2), .sakuna_file_itemlist_tbl tbody tr td:nth-child(3) {
    margin-left: 22.1333333333vw;
  }
  .sakuna_file_itemlist_tbl tbody tr td:nth-child(3) {
    width: 3em;
  }
  .sakuna_file_itemlist_tbl tbody tr td:nth-child(2) {
    padding-top: 5.0666666667vw;
  }
  .sakuna_file_itemlist_tbl tbody tr td:nth-child(3), .sakuna_file_itemlist_tbl tbody tr td:nth-child(4) {
    padding-bottom: 5.0666666667vw;
  }
  .sakuna_file_itemlist_tbl tbody tr td:nth-child(2) {
    width: calc(100% - 22.1333333333vw);
  }
  .sakuna_file_itemlist_tbl tbody tr:nth-child(even) {
    background: #f3f3f3;
  }
  .sakuna_file_itemlist_tbl tbody tr:first-child td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(2) td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(4) td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(5) td img {
    width: 13.3333333333vw;
  }
  .sakuna_file_itemlist_tbl tbody tr:nth-child(11) td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(12) td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(13) td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(14) td img, .sakuna_file_itemlist_tbl tbody tr:nth-child(15) td img {
    width: 12vw;
  }
  .sakuna_file_itemlist_tbl tbody tr:nth-child(16) td img {
    width: 6.6666666667vw;
  }
  .sakuna_file_itemlist ul.caut {
    margin: 2vw auto 4vw;
  }
  .sakuna_file_flow {
    margin: 6.6666666667vw auto 0;
    background: #fff;
    border: solid 0.5333333333vw #ec79ac;
    border-radius: 4.6666666667vw;
    padding: 0 1.4666666667vw;
  }
  .sakuna_file_flow h4 {
    background: url("../img/sakuna_bx_ttl.png") no-repeat;
    background-size: 106.6666666667vw;
    line-height: 1;
    margin: -0.4vw -1.8666666667vw 1.3333333333vw;
    position: relative;
    height: 15.0666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.6666666667vw 4.6666666667vw 0 0;
  }
  .sakuna_file_flow h4 img {
    height: 5.4666666667vw;
    transform: translateY(-2.4vw);
  }
  .sakuna_file_flow_img {
    width: 80vw;
    margin: 0 auto 5.3333333333vw;
  }
  .sakuna_file_caution {
    margin: 6.6666666667vw auto 0;
    background: #fff;
    border: solid 0.5333333333vw #ec79ac;
    border-radius: 4.6666666667vw;
    padding: 0 1.4666666667vw;
  }
  .sakuna_file_caution h4 {
    background: url("../img/sakuna_bx_ttl.png") no-repeat;
    background-size: 106.6666666667vw;
    line-height: 1;
    margin: -0.4vw -1.8666666667vw 1.3333333333vw;
    position: relative;
    height: 15.0666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.6666666667vw 4.6666666667vw 0 0;
  }
  .sakuna_file_caution h4 img {
    height: 5.4666666667vw;
    transform: translateY(-2.4vw);
  }
  .sakuna_file_caution ul.caut {
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
  .sakuna_footer {
    background: #f3b2c1;
    padding-top: 6.6666666667vw;
    position: relative;
  }
  .sakuna_footer::before {
    content: "";
    background: url("../img/sakuna_footer_contact_deco.png") center top repeat-x;
    background-size: 8.9333333333vw;
    width: 100%;
    height: 1.4666666667vw;
    position: absolute;
    top: -1.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sakuna_footer_contact {
    background: url("../img/sakuna_footer_contact_bg.png") center top;
    background-size: 2.1333333333vw;
    border-radius: 4.6666666667vw;
    text-align: center;
    margin: 0 auto 5.3333333333vw;
    padding: 2.6666666667vw 0 3.3333333333vw;
    line-height: 1;
  }
  .sakuna_footer_contact dt {
    border-bottom: double 0.8vw #aaaaaa;
    padding-bottom: 2vw;
    margin: 0 2.6666666667vw 2.6666666667vw;
  }
  .sakuna_footer_contact dt img {
    width: 78.4vw;
  }
  .sakuna_footer_contact dd .nm {
    width: 75.7333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  .sakuna_footer_contact dd .tel {
    width: 63.0666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
  .sakuna_footer_contact dd .date {
    width: 75.6vw;
    margin: 0 auto;
  }
  .sakuna_footer_txt {
    margin-bottom: 4.6666666667vw;
    text-align: center;
    line-height: 1;
  }
  .sakuna_footer_copy {
    font-size: 2.6666666667vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .sakuna_footer_pagetop {
    width: 14.6666666667vw;
    position: fixed;
    right: 3.3333333333vw;
    bottom: 24px;
    z-index: 99;
  }
}