@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Pacifico|Varela+Round ');

@font-face
{
font-family: IPAex明朝;
src: url('https://cdn.leafscape.be/IPAexfont/ipaexm_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
 
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 
-------------------------------------------------*/

body {
    background: #e8ecef;
    color: #555;
    font-size: 12px;
    font-family: 'Varela Round', 'メイリオ', sans-serif;
    line-height: 200%;
    letter-spacing: 2px;
    margin:0;
    padding:0;
    text-align: center;
    user-select: none;  /* コピペ防止 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a, a:hover {
    color: #95859c;
    text-decoration: none;
}


h1 {
    color: #555;
    font-size: 16px;
    font-family: 'IPAex明朝', 'Pacifico', 'メイリオ', sans-serif;
    line-height: 100%;
    letter-spacing: 0;
    margin: 70px auto 20px;
    padding: 0;
    font-weight: 200;
    writing-mode:tb-rl;
    writing-mode:vertical-rl;
        -moz-writing-mode:vertical-rl;
        -o-writing-mode:vertical-rl;
        -webkit-writing-mode:vertical-rl;
    letter-spacing: 5px;
    line-height: 200%;
}

h2 {
    font-family: 'IPAex明朝', 'Pacifico', 'メイリオ', sans-serif;
    font-size: 14px;
    position: relative;
    color: #555;
    display: inline-block;
    margin: 23px 0;
}

h2:before {
    content: "";
    position: absolute;
    background: #bbbcde;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
        -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

input[type] {
    font-size: 12px;
    color: #555;
    background: #eee;
    padding: 2px 3px;
    margin: 20px 3px 0;
    border: none;
    width: 60px;
    line-height: 180%;
    letter-spacing: 2px;
    height: auto;
        -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
}

input[type=submit] {
    width: 60px;
    color: #e8ecef;
    background: #bbbcde;
    border: solid 1px #e8ecef;
    border-radius: 3px;
    cursor: pointer;
}

.wrp {
    max-width:600px;
    margin:10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}

.top {
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 30px;
    background: #bbbcde;
    width: 250px;
    border: solid 1px #e8ecef;
    box-shadow: 0 0 0 3px #bbbcde;
    text-align: left;
}

.top:before, .top:after, .top p:before, .top p:after{
    width:22px;
    height:22px;
    background:#e8ecef;
    border-radius:50%;
    position:absolute;
    content:"";
}

.top:before{
    top:-14px; 
    left:-13px;
    position:absolute;
    content:"";
}

.top:after{
    top:-14px;
    right:-13px;
    position:absolute;
    content:"";
}

.top p:before{
    bottom:-13px;
    left:-14px;
    position:absolute;
    content:"";
}

.top p:after{
    bottom:-13px;
    right:-14px;
    position:absolute;
    content:"";
}

.list {
    margin: 20px 20px;
    width:250px;
}

.list a {
    padding: 3px;
    margin: 3px;
    display: block;
    border-bottom: solid 1px #eee;
    color: #555;
}

.text {
    max-width:600px;
    margin: 70px auto 10px;
    padding: 20px 25px;
    font-family: "Noto Serif JP", "Cormorant Garamond", "Cormorant Garamond", serif;
    font-size: 16px;
    line-height: 250%;
    text-align: left;
}

.ft {
    max-width: 600px;
    text-align: center;
    margin: 10px auto 20px;
    border-top: 3px double #bbbcde;
    padding-top: 10px;
}

.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: #95859c !important;
    border: solid 1px #95859c !important;
    color: #e8ecef !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: #95859c !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.newiine_btn,
.newiine_btn * {
    background: #95859c !important;
    border-color: #95859c !important;
    color: #e8ecef !important;
}

/* スクロールバーのカスタマイズ */
html {
  scrollbar-width: thin;
  scrollbar-color: #bbbcde #e8ecef; /* サム: 淡い紫、トラック: 薄いグレー */
}

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

::-webkit-scrollbar-track {
  background-color: #e8ecef; /* 薄いグレー */
  border: none;
}

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