@charset "UTF-8";

/* リセット */

@import url(./reset.css);

/* 一般・共通設定 */

html {
    font-size: 16px;
    letter-spacing: 0.05rem;
}

body {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    background: #fff;
    color: #3E3A39;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wraper {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    line-height: 150%;
    background: #fff;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.wraper h1 {
    font-size: 170%;
    line-height: 140%;
    text-align: center;
    padding: 5px;
}

.wraper h2 {
    font-size: 150%;
    line-height: 140%;
    padding: 5px;
}

.wraper h3 {
    font-size: 120%;
    line-height: 140%;
    margin: 5px 0;
    padding: 5px;
}

@media only screen and (max-width: 600px) {
    .wraper h1 {
        text-align: left;
    }
    .wraper h2 {
        text-align: left;
    }
    .wraper h3 {
        text-align: left;
    }
}

a {
    color: #0d7c9e;
    text-decoration: none;
}


/*メニューの高さ代*/

#top_head_margin {
    display: block;
    margin-bottom: 70px;
}

#homeimg {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#homemobileimg {
    display: none;
}

.midashi {
    display: inline-block;
    width: 100%;
    font-size: 200%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    background-color: #c9f2ff;
    padding: 10px 5px;
    box-sizing: border-box;
}

.maru_bar {
    display: inline-block;
    font-size: 130%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #0573c4;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 6px;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    .maru_bar {
        width: 90%;
    }
}

@media only screen and (min-width: 600px) {
    .ex_basyo {
        text-align: left;
    }
}

.contents {
    margin: 20px 0 5px 0;
    width: 100%;
    text-align: center;
}

.in_contents {
    width: 45vw;
    max-width: 550px;
    float: left;
    margin-left: 1vw;
}

.in_contents img {
    width: 100%;
}

.photo_tool {
    width: 40vw;
    max-width: 500px;
}

@media only screen and (max-width: 600px) {
    .in_contents {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .photo_tool {
        width: 100%;
    }
}

.adv {
    max-width: 1260px;
    text-align: center;
}

.adv img {
    width: 100%;
}

.view_pc {
    display: none;
}

.view_mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .view_pc {
        display: none;
    }
    .view_mobile {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .view_pc {
        display: block;
    }
    .view_mobile {
        display: none;
    }
}

.intxt {
    font-size: 130%;
    line-height: 130%;
    text-align: left;
    padding: 5px;
}

footer {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    background-color: #0066CC;
    padding-bottom: 20px;
}

.footer_img {
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}


/* フォームの初期化 */

select {
    background-color: #EEE;
    box-shadow: none;
    -webkit-border-radius: 0;
    padding: 5px 5px;
    height: 34px;
    border: 1px solid #bbb;
    vertical-align: 0px;
    font-size: 80%;
}


/* フォームデザイン調整 */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    /* ズレ防止 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    font-size: 16px;
    width: 100%;
}

input[type="datetime-local"] {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    /* ズレ防止 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    font-size: 16px;
}

.inputtxt2 {
    width: 50% !important;
}


/* 料金テーブル */

.price {
    max-width: 1260px;
    text-align: center;
    font-size: 150%;
    line-height: 140%;
    font-weight: 500;
    padding: 8px;
}

.price img {
    width: 100%;
}

.ｗhich_price table {
    width: 95%;
    border-collapse: collapse;
    margin: 0 auto;
}

.ｗhich_price td {
    width: 50%;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 150%;
    font-weight: bold;
}

.ｗhich_price a {
    color: #333;
}

@media screen and (max-width: 700px) {
    .ｗhich_price td {
        padding: 10px;
    }
}

.service_area {
    width: 100%;
    background: no-repeat url("../img/service_area_map.png");
    background-position: top right;
    background-size: 480px;
}

.area_table {
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto;
    color: #333;
}

.area_table td {
    padding: 6px 20px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .area_table {
        font-size: 130%;
    }
    .area_table td {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 400px) {
    .area_table {
        font-size: 105%;
    }
    .area_table td {
        padding: 4px 8px;
    }
}

.payment {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    padding: 5px;
}

.payment_cards img {
    max-height: 68px;
    margin: 10px 10px 10px 5px;
}

@media screen and (max-width: 600px) {
    .payment_cards {
        text-align: center;
    }
    .payment_cards img {
        max-height: 40px;
        margin: 3px;
    }
}

.attention {
    font-size: 120%;
    line-height: 140%;
}

.attention ul {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 5px;
}

.attention li {
    list-style-position: inside;
    padding-left: 15px;
    padding-bottom: 10px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.Q {
    display: inline-block;
    width: 100%;
    font-size: 160%;
    line-height: 140%;
    font-weight: bold;
    text-align: left;
    border-radius: 5px;
    background-color: #f7ffc9;
    padding: 10px 15px;
    margin-top: 15px;
    box-sizing: border-box;
}

.A {
    display: inline-block;
    width: 100%;
    font-size: 140%;
    line-height: 140%;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}


/* フォームテーブル */

.acf_table {
    width: 100%;
    margin: 0 auto;
}

.acf_th,
.acf_td {
    padding: 10px 5px 10px 5px;
    border: 1px solid #CCC;
}

.acf_th {
    width: 25%;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    background: #f7f7f7;
}

.acf_td {
    background: #fff;
    line-height: 125%;
}

.mars {
    vertical-align: -15%;
}

.inputWide {
    width: 50%;
}

.inputName {
    width: 20%;
}

.inputMID {
    width: 65%;
    max-width: 200px;
}

.inputMini {
    width: 2em;
}


/* モバイル時 */

@media only screen and (max-width: 700px) {
    .acf_table {
        font-size: 130%;
    }
    .acf_tr {
        display: block;
    }
    .acf_th {
        display: block;
        width: 100%;
        padding-left: 6px;
        padding-bottom: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }
    .acf_td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-bottom: 30px;
        border: none;
    }
    /* 文字位置調整 */
    .mars {
        vertical-align: -20;
    }
    .inputWide {
        width: 90%;
    }
    .inputName {
        width: 43%;
    }
    .form_md {
        margin: 0 10px;
        font-size: 100%;
    }
}

@media only screen and (max-width: 500px) {
    /* モバイル時に改行したい */
    .br::before {
        content: "\A";
        white-space: pre;
    }
    .mmg {
        margin-bottom: 10px;
    }
}


/* ラジオボタンズレ調整 */

.mars {
    vertical-align: -15%;
    font-size: 115%;
}


/* コンフイルムページの修正リンク右寄せ */

.a_edit {
    font-size: 70%;
    font-weight: normal;
    padding: 3px 6px;
    background: #36c43b;
    color: #fff !important;
    border-radius: 10px;
    float: right;
    text-decoration: none;
}


/* 必須 */

.req {
    font-size: 70%;
    font-weight: normal;
    padding: 1px 5px;
    background: #ff6666;
    color: #fff !important;
    border-radius: 2px;
    float: right;
}


/* 任意 */

.arb {
    font-size: 70%;
    font-weight: normal;
    padding: 1px 5px;
    background: #63affe;
    color: #fff !important;
    border-radius: 2px;
    float: right;
}


/* コンフイルムページの修正リンク右寄せ */

.a_edit {
    font-size: 70%;
    font-weight: normal;
    padding: 2px 7px;
    background: #36c43b;
    color: #fff !important;
    border-radius: 4px;
    float: right;
    text-decoration: none;
}


/*送信ボタンの装飾   青  グラデ*/

.b_next {
    appearance: none;
    /* safariの丸影の感じ解除 */
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50%;
    font-size: 120%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    margin: 15px 0;
    color: #fff;
    background-color: #e69225;
    /*角の丸み*/
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.664);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}


/* モバイル時 */

@media only screen and (max-width: 700px) {
    .b_next {
        width: 90%;
        font-size: 120%;
    }
}

.b_back {
    appearance: none;
    /* safariの丸影の感じ解除 */
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 40%;
    font-size: 100%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 15px 0;
    color: #333;
    background-color: #cfcfcf;
    /*角の丸み*/
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.664);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}


/* 個人情報枠  プライバシーポリシー */

.Poricyframe {
    font-size: 90%;
    background-color: #FFFFFF;
    height: 145px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    /* divのスクロールをスムースに */
}

.mailaddress {
    height: 17px;
    vertical-align: bottom;
    margin: 0 3px 0 3px;
}


/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
    width: 100%;
    max-width: 1366px;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}


/* header */

#top-head {
    display: flex;
    position: fixed;
    top: -100px;
    width: 100%;
    height: 70px;
    margin: 100px auto 0;
    padding: 5px 40px 10px 40px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

#top-head a {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
    max-width: 1500px;
}

#TopLogo {
    max-width: 200px;
    margin-top: 7px;
}


/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
}

#global-nav ul {
    margin-left: 230px;
    /* ロゴマークを避ける */
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
}

#global-nav li {
    list-style: none;
    float: left;
    position: relative;
    border-right: solid 1px #CCC;
}

#global-nav li a {
    padding: 0 16px;
    color: #666;
    font-size: 14px;
}

#footer-nav {
    margin: 20px 0 30px 0;
}

#footer-nav a {
    padding: 0 25px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-left: solid 1px #666;
}

#footer-nav a:last-child {
    border-right: 1px solid #666;
}


/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 100;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 900px) {
    #global-nav ul li a {
        padding: 0 10px;
    }
}

@media screen and (max-width: 800px) {
    .wraper {
        padding: 5px;
    }
    #top-head {
        height: 56px;
    }
    #top_head_margin {
        margin-bottom: 56px;
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10px;
    }
    #TopLogo {
        width: 140px;
        margin-top: 9px;
        margin-left: 10px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に逃がす */
        /*top: -500px;*/
        right: -100vw;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100vw;
        z-index: 100;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        cursor: pointer;
        /* 押せるように */
    }
    #global-nav ul {
        list-style: none;
        position: static;
        background: rgb(51, 51, 51);
        text-align: left;
        padding: 0 0 0 20px;
        margin-left: 30%;
        font-size: 16px;
        border: none;
    }
    #global-nav ul li {
        float: none;
        position: static;
        border: none;
    }
    #global-nav ul li:after {
        display: none;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle ぐるぐるアニメーション 90度＋45度 */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        /*-moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);*/
        -moz-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }
    #footer-nav {
        margin-bottom: 20px;
    }
    #footer-nav a {
        display: block;
        padding: 10px 0;
        border: none;
        border-bottom: solid 1px #666;
    }
    #footer-nav a:last-child {
        border-right: 1px solid #FFF;
    }
}