@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Satisfy|Dosis');

@media screen and (max-width: 1000px) {

    .top{
        background: #a1be95;
        padding:20px;
    }

    .mini{
        border:solid 1px #fbfaf5;
        padding:20px 20px 80px;
}

    .st{
        display: flex;
        position: absolute;
        width: 100%;
        margin: 0;
        z-index: 1;
        left:0;
    }

    .st.fixed{
        position: fixed;
        top: 0;
    }

    .menu {
        display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }


    .menu li {
        background:rgba(255,255,255,.5);
        width:80px;
        display: inline-block;
        margin:5px;
        padding:3px 0;
    }

    .main{
        margin:0 20px;
        padding: 70px 0 0;
    }

    .title {
        z-index: 0;
    }

    h1 {
        margin:20px auto 30px;
}

    h4 {
        margin: 30px auto 20px;
    }
}

@media screen and (min-width: 1001px) {

    .wrp {
        max-width: 1500px;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }

    .top{
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        width: 25%;
        height: 400px;
        border:solid 1px #fbfaf5;
        background: #a1be95;
        box-shadow:0 0 0 20px #a1be95;
    }

    .st{
        margin: 30px;
    }

    .main{
        margin: 0;
        padding: 50px 30px 20px;
        right: 0;
        width: 60%;
        height:auto;
    }

    .menu {
        width:120px;
    }

    .menu li {
        background:rgba(255,255,255,.5);
        margin: 5px 0;
        list-style-type: none!important;
    }

    .nov {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }

    .sec {
        width: 45%;
}

h1{
margin:  20px auto 40px;
}

    h4 {
        margin: 0 auto 20px;
    }
}

body {
    background: #fbfaf5;
    color: #363237;
    font-size: 13px;
    font-family: 'Dosis', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin:0;
    user-select: none;  /* コピペ防止 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a {
    color: #363237;
    background:#e2dfa2;
    text-decoration: none;
    padding:  0 5px;
    margin: 2px;
}

a:hover, active {
    background: none;
    position: relative;
    top: 0;
}

h1 {
    color: #fbfaf5;
    font-size: 26px;
    font-family: 'Satisfy', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-weight:200;
    line-height: 100%;
}

h2 {
    color: #ed5752;
    font-family: 'Satisfy', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-weight:200;
    text-align: center;
font-size: 24px;
    margin: 10px 0 60px;
    letter-spacing: 0;
    position: relative;
}

h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ed5752;
    border-radius: 2px;
}


h3 {
    color: #363237;
    font-family: 'Satisfy', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 14px;
    margin: 50px 20px 20px;
    font-weight: 200;
    line-height: 200%;
    position: relative;
}

h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: solid 1px #92aac7;
    border-bottom: solid 1px #92aac7;
}

h3 span {
position: relative;
  padding: 0 20px 0 0;
    background: #fbfaf5;
}

h4 {
    font-size: 13px;
    padding: 3px 15px;
    display: inline-block;
    color: #363237;
    border: solid 1px #92aac7;
}

h5 {
    display: inline-block;
    color: #fbfaf5;
    background: #92aac7;
    margin: 0 10px 5px;
    padding: 0 5px;
}

b {
    font-weight: 700;
    text-decoration: underline;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Dosis', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #363237;
    background: #eee;
    border: solid 1px #eee;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text ]{
    height: auto;
    width: 200px;
}

input[type=submit]{
    height: auto;
    width: 100px;
    cursor: pointer;
    text-shadow: none;
    background: #a1be95;
    border: solid 1px #a1be95;
    color: #fbfaf5;
    font-weight: 200;
}

.wrp {
    margin:0 auto;
    padding: 0;
}

.top {
    z-index: 99;
    text-align:center;
}

.top img {
    opacity: .9;
    height: 120px;
    margin-top:40px;
}

.main {
    text-align: center;
}

.menu {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    color: #363237;
    background:none;
    display: block;
    text-decoration: none;
    padding: 5px 0;
    text-transform: uppercase;
}

.menu li a:hover, active {
    color: #d0576b;
    display: block;
    padding: 5px 0;
}

.log{
    border-left: double 3px #eee;
    margin: 0 0 20px 10px;
    padding: 5px 20px;
    text-align: left;
}

.text,.nov,.mail {
    text-align: left;
    margin: 10px;
}

.text label,.nov label {
    background: #a1be95;
    color:#fbfaf5;
    padding: 1px 10px;
    border:solid 1px #a1be95;
    cursor :pointer;
}

.text label:hover,.nov label:hover {
    border:solid 1px #a1be95;
    background: #fbfaf5;
    color: #363237;
}

.text input,.nov input {
    display: none;
}

.text .more,.nov .more {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.text input:checked ~ .more,.nov input:checked ~ .more {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.title {
    position: relative;
    display: inline-block;
}

.title p {
    font-weight: 200;
    color: #fbfaf5;
    position: absolute;
    top: 50%;
    left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0 10px;
    background: rgba(0,0,0,.7);
}

.title img {
    width: 200px;
    height: 40px;
    border: solid 1px #ccc;
    padding: 3px;
}

.title a {
    background: none;
}

.title a:hover {
    opacity: .5;
}

.mr {
    color: #555;
    margin: 0 10px 20px;
    padding: 5px 10px;
    border-left: dashed 1px #ccc;
}

.box {
    color: #555;
    margin: 10px;
    border:solid 2px #eee;
    padding: 8px;
}

.box p {
    display: inline-block;
    color: #fbfaf5;
    background: #92aac7;
    padding: 0 5px;
    margin: 2px 15px 2px 0;
}

.ft {
    font-family: 'Dosis', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 13px;
    margin: 30px 0 20px;
    padding-top: 20px;
}

.book {
    font-family: "Noto Serif JP", "Cormorant Garamond", "Cormorant Garamond", serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
}

.book p {
    font-size: 15px;
    margin-bottom: 25px;
}

summary {
  list-style: none; /* 三角を非表示 */
  cursor: pointer;
  position: relative;
  padding: 10px 35px 10px 20px;
}

summary::-webkit-details-marker {
  display: none;
}

.newiine_btn {
    height: auto !important;
    width: 50px !important;
    cursor: pointer !important;
    background: #a1be95 !important;
    border: solid 1px #a1be95 !important;
    color: #fbfaf5 !important;
    font-weight: 200 !important;
    font-family: 'Dosis', 'Noto Sans JP', 'メイリオ', sans-serif !important;
    padding: 5px 10px !important;
    margin: 3px 0 !important;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 5px !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.newiine_btn:hover {
    background: #a1be95 !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.newiine_btn,
.newiine_btn * {
    background: #a1be95 !important;
    border-color: #a1be95 !important;
    color: #fbfaf5 !important;
}

#koibumi_wrap.speech-bubble {
    position: relative;
    background: #c8d5bb;
    padding: 15px;
    border-radius: 10px;
    max-width: 300px;
    margin: 10px 0;
    color: #333;
    font-family: 'Noto Sans JP', Arial, sans-serif;
    font-size: 14px;
}

#koibumi_wrap.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c8d5bb;
}

#koibumi_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#koibumi_form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #c8d5bb !important;
    border-radius: 5px;
    background: #c8d5bb;
    font-size: 12px;
}

#koibumi_form button#koibumi_btn {
    background: #c8d5bb;
    border: 1px solid #c8d5bb;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    cursor: pointer;
    align-self: flex-end;
    font-size: 12px;
}

#koibumi_form button#koibumi_btn:hover {
    background: #a8bf93;
    color: #fff;
}

#koibumi_thanks .box {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

#koibumi_thanks img {
    max-width: 100px;
    margin-bottom: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
    #koibumi_wrap.speech-bubble {
        max-width: 100%;
        width: calc(100% - 20px);
        margin: 10px auto;
        box-sizing: border-box;
 }

    #koibumi_form textarea {
        width: 100%;
    }
#koibumi_form button#koibumi_btn {
        align-self: flex-end;
        width: auto;
    }    }
}

/* スクロールバーのカスタマイズ */
html {
  scrollbar-width: thin;
  scrollbar-color: #a1be95 #fbfaf5; /* サム: 淡い緑、トラック: 薄いクリーム色 */
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #fbfaf5; /* 薄いクリーム色 */
  border: none;
}

::-webkit-scrollbar-thumb {
  background: #a1be95; /* 淡い緑 */
  border-radius: 5px;
}