@charset "utf-8";
/* メニューが２段になる境界(３段以降は考慮しない) */
@media (max-width: 725px) {
}

/* iPhone6 縦 */
@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px) and (orientation : portrait){

  * {
    /* outline: 1px solid #f00; */
  }
  .pcmode {
    display: none !important;
  }
  .spmode {
    display: block !important;
  }
  .mobile_order1 {
    order: 1;
  }
  .mobile_order2 {
    order: 2;
  }
  .mobile_order3 {
    order: 3;
  }
  .mobile_pdf_center {
    display: flex;
    justify-content: center;
  }
  .logo {
    height: 60px;
  }
  #header {
    justify-content: center;
  }
  #mobileMenuWrapper {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
  }
  /* ハンバーガーメニューのアイコン */
  label.drawer_open {
    z-index: 3;
    width: 60px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
  }
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 10px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 10px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;

    /* height: 50%; */
    position: fixed;
    padding-top: 90px;
    top: 0px;
    /* right: 0; */
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 2;
    background: #2c6128;
    opacity: 0.8;
    transition: .5s;
  }

  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }
  .nav_item {
    margin: 1rem;
    font-size: 2rem;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 30%;/* メニューを画面に入れる */
  }

  #example {
    /* display: none; */
  }
  .example_wrapper {
    padding: 10px;
  }
  .example_mobile {
    flex-direction: column !important;
    align-items: center;
  }
  .example_title_main {
    font-size: 2rem;
    text-align: center;
  }
  .example_title_sub {
    font-size: 1rem;
    width: 100%;
  }
  .example_title_text {
    font-size: 14px;
    line-height: 1.3rem;
    margin-bottom: 20px;
  }
  .example_ch {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
  }
  .yt01, .yt02, .yt03 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  .yt01 .title, .yt02 .title, .yt03 .title {
    color: #cc6600;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .yt01 .msg, .yt02 .msg, .yt03 .msg {
    color: #cc6600;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: left;
    margin: 10px 0;
  }
  .yt01 iframe {
    width: 100%;
    margin: 0;
    aspect-ratio: 16/9;
  }
  .yt02 iframe {
    width: 100%;
    margin: 0;
    aspect-ratio: 16/9;
  }
  .yt03 img {
    width: 100%;
    margin: 0;
  }
  #studio {
    /* display: none; */
  }
  .subtitle_control,
  .subtitle_shooting {
    width: 100%;
  }
  .studiowrapper {
    padding: 0px;
  }
  .studio_title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .studio_mobile {
    flex-direction: column !important;
    align-items: center;
  }
  .studio_title_sub {
    font-size: 1rem;
    /* width: 100%; */
  }
  .studio_title_text {
    font-size: 14px;
    line-height: 1.3rem;
    margin-bottom: 20px;
  }
  .studio_mobile {
    flex-direction: column !important;
  }
  .studio_link {
    position: relative !important;
    top: 0;
    left: 0;
    margin: 20px 0;
  }
  .studio_link_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_link1,
  .about_link2,
  .about_link3,
  .about_link4,
  .about_link5,
  .about_link6,
  .googlemap_link {
    max-width: 180px;
    min-width: 150px;
    /* width: 100%; */
  }
  .contents_wrapper {
    margin: 0;
    margin-bottom: 15px;
  }
  .contents_item {
    padding: 10px;
    width: calc(100% - 20px);
  }
  .contents_detail {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
  }
  .about_map {
    width: calc(100% - 30px);
    position: relative;
    margin: 15px;
  }
  .about_map iframe {
    width:calc(100vw - 20px);
    height:calc(100vw - 20px);
    border:0;
    width: 100%;
  }
  .shooting {
    margin: 10px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .control {
    margin: 10px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .others {
    margin: 10px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .other_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .access {
    margin-right: 20px;
  }
  .access_text {
    align-items: center;
  }
  .access_f00 {
    font-size: 1.1rem;
  }
  .access_f10 {
    font-size: 0.7rem;
    line-height: 1.0rem;
    margin-left: 2.0rem;
  }
  .access_f11 {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
  .access_f16 {
    font-size: 1.2rem;
  }
  .block_title_shooting {
    font-size: 32px;
  }
  .block_subtitle_shooting img {
    width: 260px;
  }
  .block_title_control {
    font-size: 32px;
  }
  .block_title_others {
    font-size: 32px;
  }
  #access {
    /* display: none; */
  }
  .access_mobile {
    flex-direction: column !important;
  }
  .access_mobile_text {
    width: calc(100% - 30px) !important;
    margin: 15px !important;
  }
  .contents_title {
    margin: 15px 0;
    text-align: center;
  }
  .slider-image2 {
    width: 100vw;
  }
  .slider-image2 img {
    aspect-ratio: 16/9;
  }


  #guide {
    /* display: none; */
  }
  .guide_mobile {
    flex-direction: column !important;
  }
  .guide_mobile2 {
    margin: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .guide_arrow {
    margin: 0 10px;
    transform: rotate(90deg);
  }
  .guide_contact_text {
    font-size: 8px;
  }
  .guide_contact_form_link {
    border-radius: 5px;
    font-size: 12px;
    height: 30px;
  }
  .guide_kiyaku {
    width: 100%;
    max-width: calc(100% - 40px);
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 20px;
    height: 20px;
  }
  .menu_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .menu_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .menu_title_main {
    text-align: center;
    font-size: 32px;
  }
  .menu_title_detail {
    line-height: 1.3rem;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .studio_title_main {
    font-size: 32px;
    letter-spacing: 0.1rem;
    color: #33cc33;
  }

  #qa {
    /* display: none; */
    width: 100%;
  }
  .qa_img {
    width: 70px;
    text-align: center;
  }
  .qa_wrapper {
    margin: 10px;
    width: calc(100% - 20);
  }
  .qa_title_wrapper {
    justify-content: center;
    transform: scale(0.8);
  }
  .qacontents {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  /* 最後のQAのボーダーを非表示にする */
  .qacontents:last-child {
    border: 0;
  }
  .qa1 {
    /* width: 100vw; */
    width: calc(100% - 20px);
    margin-bottom: 20px;
    white-space: normal;
  }
  .qa_a {
    margin-left: 10px;
  }
  .qa_q {
    margin-left: 10px;
  }

  #about {
    /* display: none; */
  }
  .about_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px 0 30px 0;
  }
  .about_order {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .about_salmix {
    margin-top: 20px;
  }
  .about_company {
    margin: 0;
  }
  .about_title_spacer {
    margin: 0;
  }
  .about0 {
    margin: 0 20px;
  }
  .about_order1 {
    order: 1;
  }
  .about_order2 {
    order: 2;
  }
  .about_order3 {
    order: 3;
  }
  .about_order4 {
    order: 4;
  }
  .about_order5 {
    order: 5;
  }
  #contact0 {
    /* display: none; */
  }
  #contact0 {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
  }
  #contact1 {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-top: 20px;
  }
  #contact2, #contact3, #contact4 {
    margin: 2px;
    padding-top: 20px;
  }
  .contact_wrapper {
    width: 100%;
  }
  .contact_address {
    font-size: 10px;
    line-height: 12px;
    margin-right: 5px;
  }
  .contact_address2 {
    font-size: 8px;
    line-height: 0.8rem;
    margin-top: 5px;
  }

  body {
    width: 100vw;
  }
  #menuWrapper {
    display: none;
  }
  form#mailformpro {
    padding: 0px;
}

  .mailform {
    width: calc(100% - 5px);
    margin: 0;
    padding: 0;
  }
  .mfp-container {
    margin: 0;
    padding: 0;
  }
  .mfp_row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
  }
  .mfp_right {
    margin: 0 10px;
  }
  .mfp_element_text,
  .mfp_element_number,
  .mfp_element_select-one,
  .mfp_element_email,
  .mfp_element_tel,
  .mfp_element_textarea,
  .mfp_element_date,
  .mfp_element_password {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 3px 6px;
    margin: 0 4px;
    vertical-align: middle;
    font-size: 1.2rem;
  }

}
