@charset "utf-8";


:root {
    --namecol-white:#FFF;
    --namecol-black:#000;
    --color1: #008000;
    --color2: #ff4500;
    --color3: #dcdcdc;
    --color4: #ffffe0;
    --color5: #fff0f5;
    --color6: #FFF;
}


*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

div,p,footer,header,section {
    display: block;
    word-wrap: break-word;
}

ol,ul {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a {
    display: inline-block;
    color: var(--namecol-black);
}

a:link {
    text-decoration: none;
}

a:visited {}

a:hover {
    opacity: 0.7;
}

a:active {}

hr {
    clear: both;
    width: 100%;
}

img {
    vertical-align: bottom;
    border-style: none;
}


/* ------------------------------------------------------------------------ */


/* COM:main */

html {
    font-size: 62.5%;
    /*ベース10px*/
    /*overflow-y: hidden;*/
}


/* font 指定 */

body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    /*
    font-size: 10px;
    font-size: 1.0rem;
    */
    /*10px*/
    /*
    line-height: 1.6em;
    */
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@font-face {
    font-family: 'hs_medium';
    src: url('font/mplus-1p-medium.eot');
    /* IE9以上用 */
    src: url('font/mplus-1p-medium.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
    url('font/mplus-1p-medium.woff') format('woff'), /* モダンブラウザ用 */
    url('font/mplus-1p-medium.ttf') format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
}

@font-face {
    font-family: 'hs_regular';
    src: url('font/mplus-1p-regular.eot');
    /* IE9以上用 */
    src: url('font/mplus-1p-regular.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
    url('font/mplus-1p-regular.woff') format('woff'), /* モダンブラウザ用 */
    url('font/mplus-1p-regular.ttf') format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
}

.hs_medium {
    font-family: 'hs_medium';
}

.hs_regular {
    font-family: 'hs_regular';
}


/* font 指定 ここまで */

html,body {
    width: 100%;
    height: 100%;
    /* スムーズなスクロール（慣性スクロール）を実現(iOS 5.0 より実装された) */
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #FFF;
}


/* -------------------------------------------------------------------------------- */
/* COM:コンテンツ */

#wrap{
    display: block;
    position: relative;
    width: 100%;
    font-size: 1.6rem;
}
#mainHeader{
    display: block;
    position: fixed;
    width: 25%;
    left: 0%;
    top: 70px;
}
#contents{
    display: block;
    position: relative;
    width: 70%;
    margin-left: 27%;
    margin-top: 70px;
    padding-bottom: 100px;
}
.thumsbody{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    justify-content: space-between; /* 左右に余白を均等に配置 */
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-top: 20px;
}
.thumsbody_shop{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    justify-content: space-between; /* 左右に余白を均等に配置 */
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-top: 20px;
}
.thum{
    display: block;
    position: relative;
    width: 48%; /* 2列に収まるように調整 */
    margin-bottom: 20px; /* 行間の余白 */
    border: 1px solid var(--color3);
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.thum.visible {
    opacity: 1;
    transform: translateY(0);
}


h1{
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 30px;
    padding-top: 0px;
    border-bottom: 1px solid var(--namecol-black);
}
#h1Txt{
    position: relative;
    z-index: 1;
}

#karakusado_en{
    font-weight: 700;
    font-size: 1.0rem;
    letter-spacing: .2em;
}
h2{
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 30px;
}
.h2Txt{
    position: relative;
    z-index: 1;
}
.h2Txt:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;/*テキストからの距離*/
    width: 0%;/*初期状態では下線非表示*/
    height: 1px;/*下線の高さ*/
    background: var(--namecol-black);
    z-index: -1;
    transition: all 0.4s;/*アニメーション速度*/
}
.h2Txt:hover::after {
    width: 100%;
}
.navDescription{
    display: block;
    position: relative;
    padding: 0px 0px 0px 30px;
    font-size: 1.2rem;
}
.midashi{
    display: block;
    font-size: 1.6rem;
    margin-top: 40px;
    font-weight: 400;
    padding-left: 0px;
    font-weight: 700;
    border-bottom: 1px solid var(--namecol-black);
}
.midashi:first-of-type {
    margin-top: 0;
}


#odo{
    display: block;
    position: fixed;
    top: 100px;
    left: 35%;
    width: 30%;
}
#kusa1{
    display: block;
    position: fixed;
    top: 160px;
    left: 32%;
    width: 6%;
}
#kusa2{
    display: block;
    position: fixed;
    top: 360px;
    left: 60%;
    width: 20%;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}
#odo {
    animation: float 10s ease-in-out infinite;
}

@keyframes floatkusa_1 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(80px); }
    100% { transform: translateY(0px); }
}
#kusa1 {
    animation: floatkusa_1 20s ease-in-out infinite;
}

@keyframes floatkusa_2 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-60px); }
    100% { transform: translateY(0px); }
}
#kusa2 {
    animation: floatkusa_2 10s ease-in-out infinite;
}

#menu_Btn{
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
}

.shopImg{
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.shopDescription{
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
}
.shopDetail{
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: left;
}
.shopPrice{
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
}

#copyright{
    display: block;
    position: fixed;
    width: 100%;
    bottom: 20px;
    left: 0;
    font-size: 1.0rem;
    text-align: center;
}
#totop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 20px;
    cursor: pointer;
    z-index: 1000;
}

.worksText {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.toolOneBlock{
    display: block;
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid var(--color3);
}
.toolText {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.toolMidashi{
    display: block;
    position: relative;
    width: 100%;
    font-size: 3.0rem;
}
.toolOneBlockHeader{
    display: flex;
    column-gap: 5px;
    width: 100%;
}
.toolThum{
    display: block;
    position: relative;
    width: 20%;
    border: 1px solid var(--color3);
}
.toolDescription{
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.toolLinkBox{
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 1.2rem;
    margin-top: 20px;
}
a.toolLink{
    text-decoration: underline;
    text-underline-offset:5px;
}
.toolKajogaki{
    display: block;
    position: relative;
    padding: 5px 0px;
    text-indent: -1em;
    padding-left: 1em;
}

/* -------------------------------------------------------------------------------- */
/* COM:フォーム */

input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #DCDCDC;
    background: none transparent;
    vertical-align: middle;
    padding: 5px;
    color: #000;
}
textarea{
    width: 100%;
    border-style: none;
    padding: 10px;
    font-size: 1.6rem;
}
textarea#jpInput{
    height: 100px;
    background-color: var(--color4);
}
textarea#enInput{
    height: 100px;
    background-color: var(--color5);
}

button{
    display: block;
    position: relative;
    color: var(--namecol-white);
    background-color: var(--color1);
    border-radius: 6px;
    /*box-shadow: 0 4px rgba(0,0,0,.2);*/
    border-style: none;
    font-size: 1.6rem;
}
button.navBtn{
    width: 40%;
    padding: 14px;
}
button#registerBtn,button#translateBtn{
    width: 40%;
    padding: 14px;
    margin-top: 50px;
    position: fixed;
    bottom:40px;
    left: 30%;
}
button#deleteBtn,button#deleteAllBtn{
    padding: 5px 10px;
    background-color: var(--color2);
}
button#prevBtn,button#nextBtn{
    padding: 5px 10px;
}

.imgBtn{
    display: block;
    position: relative;
    width: 280px;
    margin: 0 auto;
}


/*COM: new*/
.inputOneline {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.formTxt_hissu_none{
    display: block;
    position: relative;
    width: 40px;
    height: 22px;
    float: left;
}
.formTxt_hissu {
    display: block;
    position: relative;
    width: 40px;
    height: 22px;
    float: left;
    text-align: center;
    font-size: 1.2rem;
    color: #FFF;
    background-color: #FF4F50;
    border-radius: 6px;
    line-height: 22px;
}
.formTxt_komoku {
    display: block;
    position: relative;
    width: 60px;
    height: 22px;
    float: left;
    margin-left: 10px;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
}

.input_text_body {
    display: block;
    position: relative;
    width: 100%;
}

input.inputText {
    width: 100%;
    height: 36px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding-left: 20px;
}
.inputPaddingBlock {
    display: block;
    position: relative;
    width: calc(100% - 120px);
    float: left;
    margin-top: -7px;
}
textarea.textboxdata {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
select {
    appearance: none;
}

select::-ms-expand {
    display: none;
}

#selectBody {
    display: block;
    position: relative;
    width: 260px;
    height: 36px;
}

#yourreq {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
#selectArr{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height:36px;
    pointer-events: none;
}


.btn_confirm {
    display: block;
    position: relative;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    background-color: #FF4F50;
    margin: 0 auto;
    margin-top: 50px;
    border-style: none;
    border-radius: 6px;
    cursor: pointer;
}

#confirmWinBG {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1001;
}

#confirmWin {
    display: block;
    position: relative;
    width: 850px;
    height: 70vh;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    color: #696969;
    text-align: left;
    font-size: 1.2rem;
    background-color: #FFF;
    border-radius: 6px;
    overflow: auto;
}
#confirmTitle{
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px 40px 0px;
    color: #696969;
    text-align: center;
    font-size: 1.2rem;
    background-color: transparent;
}

#btn_close {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
}

.confirmOneLine {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0px 10px 0px;
    border-bottom: 1px solid #cccccc;
}

#btn_send {
    display: block;
    position: relative;
    width: 120px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 1.4rem;
    color: #FFF;
    background-color: #FF4F50;
    border-radius: 6px;
    cursor: pointer;
}

.missTxt {
    color: #FF0000;
}
/*------------------------------------------------------------
sub
------------------------------------------------------------*/
/* COM:サブスタイル */

.myBold {
    font-weight: 700;
}
.myRed{
    color: :#ff0000;
}

.myClear_5 {
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.myClear_10 {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.myClear_15 {
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    background-color: transparent;
}

.myClear_20 {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    background-color: transparent;
}

.myClear_25 {
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.myClear_30 {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    background-color: transparent;
}

.myClear_35 {
    display: block;
    clear: both;
    width: 100%;
    height: 35px;
    background-color: transparent;
}

.myClear_40 {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    background-color: transparent;
}

.myClear_50 {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.myClear_60 {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    background-color: transparent;
}

.myClear_70 {
    display: block;
    clear: both;
    width: 100%;
    height: 70px;
    background-color: transparent;
}

.myClear_80 {
    display: block;
    clear: both;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.myClear_90 {
    display: block;
    clear: both;
    width: 100%;
    height: 90px;
    background-color: transparent;
}

.myClear_100 {
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
    background-color: transparent;
}
.myClear_150 {
    display: block;
    clear: both;
    width: 100%;
    height: 150px;
    background-color: transparent;
}

.myClear_200 {
    display: block;
    clear: both;
    width: 100%;
    height: 200px;
    background-color: transparent;
}
.myClear_250 {
    display: block;
    clear: both;
    width: 100%;
    height: 250px;
    background-color: transparent;
}
.myClear_500 {
    display: block;
    clear: both;
    width: 100%;
    height: 500px;
    background-color: transparent;
}

.hiddenClear_5 {
    display: none;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.hiddenClear_10 {
    display: none;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFix {
    min-height: 1px;
}


/* COM:レスポンシブ */


/* PC */

@media(min-width:960px) {}


/* COM:タブレット */

@media(max-width:959px) {
}


/* スマホ */

@media(max-width:599px) {
    #mainHeader {
        display: none;
        position: fixed;
        width: 90%;
        height: calc(100% - 70px);
        left: 5%;
        top: 50px;
        background: var(--color6);
        border: 1px solid var(--color3);
        z-index: 100;
    }

    h1{
        padding-top: 15px;
    }
    h2{
        margin-top: 15px;
    }
    #menu_Btn {
        display: block;
        cursor: pointer;
    }

    #odo{
        display: block;
        position: fixed;
        top: 100px;
        left: 23%;
        width: 60%;
    }
    #kusa1{
        display: block;
        position: fixed;
        top: 160px;
        left: 17%;
        width: 10%;
    }
    #kusa2{
        display: block;
        position: fixed;
        top: 360px;
        left: 60%;
        width: 35%;
    }
    
    #contents{
        display: block;
        position: relative;
        width: 90%;
        margin-left: 5%;
        margin-top: 70px;
    }
}