@charset "utf-8";

@media (min-width: 750px) {
  #akaaka_nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 51;
  }

  #akaaka_nav a {
    transition: all ease 0.5s;
  }

  #akaaka_nav a:hover {
    text-decoration: none !important;
    color: #d32d24;
  }

  *,
  *:before,
  *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  ol,
  ul {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  .cp_cont {
    height: 65vh;
  }

  .cp_offcm01 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
  }

  /* menu */
  .cp_offcm01 .cp_menu01,
  .cp_offcm02 .cp_menu02 {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    padding: 0 16px;
    cursor: pointer;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    /* -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	transition-timing-function: cubic-bezier(.38,.52,.23,.99); */
    background-color: #fff;
    overflow: scroll;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 52;
  }

  .cp_offcm01 .cp_menu01 ul,
  .cp_offcm02 .cp_menu02 ul {
    margin: 0;
    padding: 0;
  }

  .cp_offcm01 .cp_menu01 li,
  .cp_offcm02 .cp_menu02 li {
    list-style: none;
  }

  .cp_offcm01 .cp_menu01 li a,
  .cp_offcm02 .cp_menu02 li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #333333;
    border-bottom: 2px solid #e3e3e3;
  }

  .cp_offcm01 #cp_toggle01,
  .cp_offcm02 #cp_toggle02 {
    position: absolute;
    display: none;
    opacity: 0;
  }

  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu01,
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu02,
  .cp_offcm02 #cp_toggle02:checked ~ .cp_menu01,
  .cp_offcm02 #cp_toggle02:checked ~ .cp_menu02 {
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
  }

  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    /* -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27); */
    text-align: center;
    color: #d32d24;
    width: 80px;
    height: 140px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    border: #d32d24 solid 2px;
    border-right: none;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
  }

  .cp_offcm02 #cp_toggle02 ~ label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    text-align: center;
    color: #fff;
    width: 80px;
    height: 140px;
    position: fixed;
    top: 140px;
    right: 0;
    background: #d32d24;
    border: #d32d24 solid 2px;
    border-right: none;
    border-radius: 8px 0 0 8px;
  }

  .cp_offcm01 #cp_toggle01 ~ label p {
    line-height: normal;
    margin: 10px 0;
  }

  .cp_offcm02 #cp_toggle02 ~ label p {
    line-height: 1.2;
    margin: 6px 0 10px;
  }

  .cp_offcm01 #cp_toggle01:checked ~ label.Label01,
  .cp_offcm01 #cp_toggle01:checked ~ label.Label02,
  .cp_offcm02 #cp_toggle02:checked ~ label.Label01,
  .cp_offcm02 #cp_toggle02:checked ~ label.Label02 {
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
  }

  /*アコーディオン*/
  .toggle {
    display: none;
  }

  .Label {
    padding: 1em;
    display: block;
    border-bottom: 2px solid #e3e3e3;
  }

  .Label.donai {
    color: #478d38;
  }

  .Label.kokunai {
    color: #14317c;
  }

  .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #478d38;
    border-right: 2px solid #478d38;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }

  .Label.kokunai::before {
    border-top: 2px solid #14317c;
    border-right: 2px solid #14317c;
  }

  .Label,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all ease 0.3s;
  }

  .content {
    height: 0;
    margin-bottom: 10px;
    /* padding:0 20px; */
    overflow: hidden;
  }

  .toggle:checked + .Label + .content {
    height: auto;
    /* padding:20px; */
    transition: all ease 0.3s;
  }

  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }

  .content.donai li.min a {
    color: #478d38;
  }

  .content.kokunai li.min a {
    color: #14317c;
  }

  .cp_offcm01 .cp_menu01 li.min a,
  .cp_offcm02 .cp_menu02 li.min a {
    font-size: 16px;
    padding: 20px 10px;
  }

  .cp_offcm01 .cp_menu01 li.min a img,
  .cp_offcm02 .cp_menu02 li.min a img {
    width: 16px;
    width: 16px;
    margin-bottom: 2px;
  }

  #akaaka_nav .cp_offcm02 label p.name {
    line-height: 1.25;
    background: #fff;
    color: #d32d24;
    border-radius: 50px;
    width: 64px;
    height: 64px;
    padding: 11px;
    margin: 8px auto;
  }

  /* 閉じるボタン */
  .close {
    display: block;
    padding: 20px 10px;
    background: #e3e3e3;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  #akaaka_nav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9501;
  }

  /* menu */

  .cp_offcm_sp .cp_menu_sp {
    position: fixed;
    right: 0;
    /* bottom: -91.85vh; */
    bottom: -100vh;
    width: 100vw;
    /* height: 91.85vh; */
    height: 100vh;
    padding: 4vw;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    /* -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	transition-timing-function: cubic-bezier(.38,.52,.23,.99); */
    background-color: #fff;
    overflow: scroll;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    z-index: 52;
  }

  .cp_offcm_sp .cp_menu_sp ul {
    margin: 0;
    padding: 0;
  }

  .cp_offcm_sp .cp_menu_sp li {
    list-style: none;
  }

  .cp_offcm_sp .cp_menu_sp li a {
    display: block;
    padding: 5vw;
    text-decoration: none;
    color: #333333;
    border-bottom: 2px solid #e3e3e3;
  }

  .cp_offcm_sp #cp_toggle_sp {
    position: absolute;
    display: none;
    opacity: 0;
  }

  .cp_offcm_sp #cp_toggle_sp:checked ~ .cp_menu_sp {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  /* menu toggle */
  .cp_offcm_sp #cp_toggle_sp ~ label {
    display: block;
    /* padding: 2vw 0; */
    padding: 6vw 0 0 6vw;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    /* text-align: center; */
    /* width: calc(100vw / 3 * 2 - 4px); */
    /* height: 10vw; */
    width: 28vw;
    height: 28vw;
    position: fixed;
    /* bottom: 0;
		left: 0; */
    bottom: -12vw;
    right: -12vw;
    background: #d32d24;
    color: #fff;
    /* border: #D32D24 solid 2px;
		border-bottom: none; */
    /* border-radius: 8px 8px 0 0; */
    border-radius: 100px;
  }

  /* .cp_offcm02 #cp_toggle02 ~ label {
	display: block;
	padding: 1vw 0 3vw;
	cursor: pointer;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	text-align: center;
	color: #fff;
    width: calc(100vw / 3 - 4px);
    height: 10vw;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #D32D24;
    border: #D32D24 solid 2px;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
} */

  .cp_offcm_sp #cp_toggle_sp ~ label p {
    /* line-height: 1.6;
		margin: 2.2vw 0;
		font-size: 3.7vw; */
    line-height: 1.4;
    font-size: 3.5vw;
    font-weight: bold;
    /* display: flex;
		justify-content: center;
		align-items: center;
		gap: 4vw; */
  }

  /* .cp_offcm02 #cp_toggle02 ~ label p{
    line-height: 1;
    margin: 1.2vw 0;
    font-size: 3.25vw;
	text-align: center;
} */

  .cp_offcm_sp #cp_toggle_sp ~ label p::after {
    content: "";
    width: 2vw;
    height: 2vw;
    display: block;
    border-top: 2px solid #d32d24;
    border-right: 2px solid #d32d24;
    transform: rotate(-45deg);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-top: 1vw;
  }

  .cp_offcm_sp #cp_toggle_sp:checked ~ label p::after {
    transform: rotate(135deg);
    margin: 0 0 1vw;
  }

  .cp_offcm_sp #cp_toggle_sp ~ label .icon {
    display: none;
  }

  /* .cp_offcm_sp #cp_toggle_sp:checked ~ label.Label_sp {
	-webkit-transform: translateY(-91.85vh);
	transform: translateY(-91.85vh);
} */

  /*アコーディオン*/
  .toggle {
    display: none;
  }

  .Label {
    padding: 5vw 0;
    display: block;
    border-bottom: 2px solid #e3e3e3;
  }

  .Label.donai {
    color: #478d38;
    font-size: 4.2vw;
  }

  .Label.kokunai {
    color: #14317c;
    font-size: 4.2vw;
  }

  .Label.pickup {
    color: #d32d24;
    font-size: 4.2vw;
  }

  .Label::before {
    content: "";
    width: 2.2vw;
    height: 2.2vw;
    border-top: 2px solid #478d38;
    border-right: 2px solid #478d38;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1.5vw);
    right: 6vw;
    transform: rotate(135deg);
  }

  .Label.kokunai::before {
    border-top: 2px solid #14317c;
    border-right: 2px solid #14317c;
  }

  .Label.pickup::before {
    border-top: 2px solid #d32d24;
    border-right: 2px solid #d32d24;
  }

  .Label,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all ease 0.3s;
  }

  .content {
    height: 0;
    margin-bottom: 10px;
    /* padding:0 20px; */
    overflow: hidden;
  }

  .toggle:checked + .Label + .content {
    height: auto;
    /* padding:20px; */
    transition: all ease 0.3s;
  }

  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }

  .content.donai li.min a {
    color: #478d38;
  }

  .content.kokunai li.min a {
    color: #14317c;
  }

  .cp_offcm_sp .cp_menu_sp li.min a {
    font-size: 3.7vw;
    padding: 5vw 0;
  }

  .cp_offcm_sp .cp_menu_sp li.min a img {
    width: 3.7vw;
    height: 3.7vw;
    margin-bottom: -0.5vw;
  }

  /* フッター調整用 */
  /* footer #copy,
	footer#smp_footer #copy_sp {
		padding: 10px 0 17vw;
	} */

  /* ページトップボタン調整用 */
  #pagetop_sp {
    z-index: 95100;
  }

  /* 閉じるボタン */
  .close {
    display: block;
    padding: 5vw;
    background: #e3e3e3;
    font-size: 3.7vw;
  }

  /* ナビ部分 */
  @media screen and (max-width: 759.9px) {
    #pagetop_sp {
      /* bottom: 52px; */
      bottom: 22vw;
    }

    /* #copy_sp {
			padding-bottom: 17vw;
		} */
  }

  footer #copy {
    display: none;
  }
}
