@charset "UTF-8";
/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  /* ヘッダー */
  .h_logo,
  .h_sec-r,
  #h_nav {
    display: none;
  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 101;
    width: 100%;
    height: 120px;
  }
  .h_top-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 2.5%;
    background: #f4a9a6;
  }
  .h_sec-l {
    display: block;
  }
  .h1_text {
    margin-bottom: 0;
    top: 0;
  }
  .head_sp {
    display: block;
  }
  .sp_head {
    box-sizing: border-box;
    padding: 16px;
  }
  .sp_head-wrap {
    display: flex;
    justify-content: space-between;
  }
  .sp_head-logo p {
    line-height: 0;
  }
  .sp_head-logo p img {
    width: auto;
    max-width: 320px;
    height: auto;
  }
  .sp_head-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sp_head-menuconts {
    margin-right: 16px;
    height: 100%;
  }
  .sp_head-menuconts a {
    text-decoration: none;
  }
  .sp_head-menuconts:last-of-type {
    margin-right: 0;
  }
  .sp_head-menuconts button {
    background: none;
    border: none;
    padding: 0;
  }
  .sp_head-img {
    text-align: center;
  }
  .sp_head-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 32px;
  }
  .sp_head-text {
    font-size: 14px;
    font-weight: bold;
    color: #ed6d6d;
    margin-top: 12px;
    line-height: 1;
  }
  .hummenu-btn .sp_head-hummenu {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .hummenu-btn .sp_head-hummenu span {
    display: block;
    position: relative;
    border-top: 4px solid #ed6d6d;
    width: 100%;
  }
  .hummenu-btn .sp_head-hummenu span:before, .hummenu-btn .sp_head-hummenu span:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #ed6d6d;
    position: absolute;
    transition: all 0.15s linear 0s;
  }
  .hummenu-btn .sp_head-hummenu span:before {
    top: -16px;
  }
  .hummenu-btn .sp_head-hummenu span:after {
    bottom: -12px;
  }
  .hummenu-btn.on {
    position: absolute;
    right: 16px;
    top: 44px;
    z-index: 9999;
    overflow-y: scroll;
  }
  .hummenu-btn.on .sp_head-hummenu span {
    border-top: none;
  }
  .hummenu-btn.on .sp_head-hummenu span:before, .hummenu-btn.on .sp_head-hummenu span:after {
    top: calc(50% - 2px);
  }
  .hummenu-btn.on .sp_head-hummenu span:before {
    transform: rotate(-45deg);
  }
  .hummenu-btn.on .sp_head-hummenu span:after {
    transform: rotate(45deg);
  }
  .hummenu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 232, 232, 0.95);
    z-index: 9997;
    transition: all 0.15s linear 0s;
  }
  .hummenu.on {
    right: 0;
    overflow: scroll;
  }
  .hummenu_mainconts {
    margin-top: 120px;
    padding-bottom: 24px;
  }
  .hummenu_conts {
    border-top: 1px solid #ed6d6d;
  }
  .hummenu_conts:last-of-type {
    border-bottom: 1px solid #ed6d6d;
  }
  .hummenu_linkconts {
    position: relative;
  }
  .hummenu_mainlink-mainbtn a,
  .hummenu_mainlink-mainbtn button {
    display: block;
    box-sizing: border-box;
    padding: 12px;
    color: #ed6d6d;
    font-weight: bold;
    cursor: pointer;
    line-height: 2;
  }
  .hummenu_mainlink-mainbtn button{
    font-size: 14px;
    font-weight: 700;
  }
  .hummenu_mainlink-morebtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hummenu_mainlink-morebtn span {
    position: relative;
  }
  .hummenu_mainlink-morebtn span:before, .hummenu_mainlink-morebtn span:after {
    content: "";
    display: block;
    background: #ed6d6d;
    position: absolute;
  }
  .hummenu_mainlink-morebtn span:before {
    width: 24px;
    height: 4px;
    left: -10px;
    top: calc(50% - 3px);
  }
  .hummenu_mainlink-morebtn span:after {
    width: 4px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .hummenu_mainlink-morebtn.on span:after {
    display: none;
  }
  .hummenu_moreconts {
    display: none;
    background: #fff5f5;
  }
  .hummenu_more-linklist li {
    border-top: 1px solid #fbb1b1;
  }
  .hummenu_more-linklist li a {
    display: block;
    box-sizing: border-box;
    padding: 8px 20px;
    color: #ed6d6d;
    font-weight: bold;
  }
  .sp_telbtnconts {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 232, 232, 0.95);
    z-index: 9997;
    transition: all 0.15s linear 0s;
  }
  .sp_telbtnconts.on {
    right: 0;
    overflow: scroll;
  }
  .sp_telbtnconts-close button {
    position: absolute;
    right: 2.5%;
    top: 56px;
  }
  .sp_telbtnconts-close button:before, .sp_telbtnconts-close button:after {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #ed6d6d;
    position: absolute;
    top: 0;
    right: 2px;
  }
  .sp_telbtnconts-close button:before {
    transform: rotate(45deg);
  }
  .sp_telbtnconts-close button:after {
    transform: rotate(-45deg);
  }
  .sp_telbtnconts-close button span {
    position: relative;
    top: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ed6d6d;
  }
  .sp_telbtnconts-sec {
    margin-top: 120px;
    padding-bottom: 24px;
    width: 100%;
    text-align: center;
  }
  .sp_telbtnconts-secconts {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .sp_telbtnconts-secconts:last-of-type {
    margin-bottom: 0;
  }
  .sp_telbtnconts-secconts p {
    text-align: center;
  }
  .sp_telbtnconts-secconts p a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #ed6d6d;
    border-radius: 8px;
  }
  .sp_telbtnconts-secconts p a span {
    display: block;
    width: 100%;
    line-height: 1.25;
  }
  .sp_telbtnconts-secconts p a span.sp_telbtnconts-text {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .sp_telbtnconts-secconts p a span.sp_telbtnconts-tel {
    font-size: 16px;
  }
  .sp_telbtnconts-secconts p a img {
    width: auto;
    max-width: 12px;
    height: auto;
    margin-right: 6px;
  }
  .sp_telbtnconts-secconts:nth-of-type(2n) p a {
    background: #f4a9a6;
  }
  .sec01,
  .sec02,
  .sec03,
  .sec04,
  .sec06 {
    margin-bottom: 64px;
  }
  .sec04,
  .sec05,
  .sec06 {
    padding: 40px 0;
  }
  #sidescroll {
    top: 13%;
  }
  .sidescroll_conts img {
    width: auto;
    max-width: 80px;
    height: auto;
  }
}

/* 幅820px以下からcss適応 */
@media only screen and (max-width: 820px) {
  .sec01_wrap,
  .sec02_wrap,
  .sec03_wrap,
  .sec04_wrap,
  .sec05_wrap,
  .sec06_wrap,
  .contactsec_wrap {
    width: 90%;
  }
  .f_logo {
    text-align: center;
  }
  .f_conts01 {
    margin: 24px auto;
  }
  .f_conts01-wrap {
    flex-direction: column;
  }
  .f_conts01-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 24px;
  }
  .f_conts01-r {
    width: 100%;
  }
  .f_opentbl {
    width: 100%;
    margin: 0 auto;
  }
  .f_menuconts {
    flex-direction: column;
  }
  .f_menuconts.f_menuconts01 dl {
    width: 100%;
    margin-bottom: 12px;
  }
  .f_menuconts.f_menuconts01 dl:last-of-type {
    margin-bottom: 0;
  }
  .f_menuconts.f_menuconts01 dl dt {
    margin-bottom: 4px;
  }
  .f_list01 {
    display: flex;
    flex-wrap: wrap;
  }
  .f_list01 li {
    margin-right: 24px;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  body {
    font-size: 14px;
    overflow: hidden;
  }
  .sec01,
  .sec02,
  .sec03,
  .sec04,
  .sec06 {
    margin-bottom: 40px;
  }
  .sec02 {
    padding: 40px 0;
  }
  .sec03_wrap {
    border-width: 8px;
    padding: 12px;
  }
  .ttl01,
  .ttl02,
  .ttl03 {
    margin-bottom: 32px;
  }
  .ttl04 {
    margin-bottom: 24px;
  }
  .ttl05 {
    margin-bottom: 8px;
  }
  .ttl01_main,
  .ttl01_sub {
    font-size: 20px;
    line-height: 1.5;
  }
  .ttl01_line {
    text-decoration: underline dotted #d6caa6;
    line-height: 1.8;
  }
  .ttl01_line:after {
    content: none;
  }
  .ttl02_main,
  .ttl03_main,
  .ttl04main,
  .ttl06 {
    font-size: 20px;
  }
  .ttl03_sub {
    font-size: 16px;
  }
  .ttl06 {
    margin-bottom: 24px;
  }
  .ttl07 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .ttl08 {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px;
    margin-bottom: 20px;
  }
  .ttl09 {
    font-size: 16px;
    line-height: 1.6;
  }
  #header {
    height: auto;
  }
  .sp_head {
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
  }
  .sp_head-wrap {
    align-items: center;
  }
  .sp_head-logo p img {
    width: 50vw;
  }
  .sp_head-menuconts {
    margin-right: 10px;
  }
  .sp_head-text {
    font-size: 11px;
    margin-top: 10px;
  }
  .sp_head-img img {
    max-height: 24px;
  }
  .hummenu-btn.on {
    position: relative;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 52px;
  }
  .hummenu-btn .sp_head-hummenu {
    height: 17px;
    position: relative;
    top: 0;
  }
  .hummenu-btn .sp_head-hummenu span:before {
    top: -14px;
  }
  .hummenu-btn .sp_head-hummenu span:after {
    bottom: -9px;
  }
  .hummenu.on {
    overflow: auto;
  }
  .loov{
    margin-bottom: 16px;
  }
  .loov_movie{
    display: block;
    min-height: 180px;
    max-height: 180px;
  }
  #contactsec {
    padding: 32px 0;
  }
  .contact_icon {
    width: 24vw;
    max-width: 90px;
    margin: 0 auto 16px;
  }
  .contact_ttltext {
    font-size: 20px;
    line-height: 2;
  }
  .contact_ttltext-line {
    display: inline;
    padding-bottom: 4px;
  }
  .contact_message {
    margin: 20px auto;
  }
  .contact_message-wrap {
    flex-wrap: wrap;
  }
  .contact_message-conts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 12px;
  }
  .contact_message-conts:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact_text01 p {
    font-size: 16px;
    text-align: left;
  }
  .contact_btnconts {
    margin-top: 32px;
  }
  .contact_btnconts-wrap {
    flex-direction: column;
  }
  .contact_btn {
    width: 100%;
    margin: 0 auto 16px;
  }
  .contact_btn:last-of-type {
    margin-bottom: 0;
  }
  .contact_btn a {
    font-size: 16px;
    padding: 12px;
  }
  .contact_btn01 a img {
    max-height: 18px;
  }
  .contact_btn02 a {
    box-sizing: border-box;
    border: 1px solid #f48783;
  }
  .contact_btn02 a img {
    max-height: 24px;
  }
  #sp_footerscroll {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .sp_footerscroll-wrap {
    display: flex;
    justify-content: space-between;
  }
  .sp_footerscroll-conts {
    width: calc(100% / 3);
  }
  .sp_footerscroll-conts p {
    line-height: 0;
  }
  .sp_footerscroll-conts img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .f_wrap {
    width: 90%;
  }
  .f_menu {
    margin-top: 12px;
    padding-top: 24px;
  }
  .f_message {
    border-width: 4px;
    padding: 12px;
    margin-top: 24px;
  }
  .f_message-wrap {
    flex-direction: column;
  }
  .f_message-text {
    width: 100%;
    margin: 0 auto;
  }
  .f_message-img {
    text-align: center;
    margin: 0 auto 16px;
  }
  .f_cr {
    width: 90%;
    margin: 0 auto 25vw;
    padding: 12px 0;
    text-align: left;
  }
  #pagetop p a {
    width: 48px;
    height: 48px;
  }
  #pagetop p a img {
    width: auto;
    max-width: 24px;
    height: auto;
  }
}
