@charset "UTF-8";

/* Template & Designed by Orihashi Ren */
/* http://kerry.php.xdomain.jp/ */

/* webフォント */
@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');

/* webフォント */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Source+Sans+Pro:400,400i,700,700i&display=swap');
@font-face {
    font-family: はれのそら明朝;
    src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
        format("woff2");
}

@font-face
{
font-family: 戸越明朝;
src: url('https://cdn.leafscape.be/togoshi/togoshi-mincho_web.woff2')
     format("woff2");
}


<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">

/* 全体設定 */
* {
    padding: 0;
    margin: 0;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
*::-webkit-scrollbar{  /* Chrome, Safari 対応 */
    display: none;
}
@-ms-viewport {
    width: device-width;
}

/* 基本設定 */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;} 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}
html,body {
    padding:0; 
    margin:0; 
    height: 100%;
}
html {
    font-size: 14pt;
}
@media screen and (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 11pt;
    }
}
@media screen and (max-width: 360px) {
    html {
        font-size: 13pt;
    }
}
body {
    width: 100%;
    text-align: justify;
    word-wrap: break-word; /* 禁則処理 */
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%; /* Safari横向き対策 */
    background-color: #fff;
    color: #333631;
    font-family: 'Slabo 27px', "戸越明朝", "Sacramento", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, serif;
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
body, input, select, textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: 0.055em;
}

/* リンク */
a {
    -moz-transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    -webkit-transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    -ms-transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    transition: color .8s ease-in-out, background-color .8s ease-in-out, border-bottom-color .8s ease-in-out;
    border-bottom: dotted 1px #fff;
    text-decoration: none;
    outline: none;
    color: #9f806f;
}
a:hover {
    border-bottom-color: transparent;
    color: #9e92ae;
}

a{
  display: inline-block;
  transition: .5s;
}

a:hover {
   text-decoration:none;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}



/* 文字装飾 */
strong, b, .b {
    font-weight: 700; /*太字*/
}
strong {
    color: #E20613;
}
em, i {
    font-style: italic; /*斜体*/
}
em {
    border-bottom: 1px dashed #5B7E91;
}

/* text */
p {
    text-align: justify;
    margin: 0 0;
    padding: 0rem 0;
    line-height: 1.5rem; /*行間*/
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Slabo 27px', "はれのそら明朝", "Sacramento", "Sacramento", "メイリオ", Sacramento;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.25em; /*文字間隔*/
    color: var(--text-color-headline);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border-bottom: 0;
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin: 1rem 0rem 1rem;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 1rem 0rem 1rem;
}
h3 {
    font-size: 1.3rem;
    margin: 1rem 0rem 1rem;
    font-family: 'Slabo 27px', "Sacramento", "Sacramento", "Sacramento", "メイリオ", Sacramento;

}
h4 {
    font-size: 1.2rem;
    margin: 1rem 0rem 1rem;
}
h5 {
    font-size: 1.1rem;
    margin: 1rem 0rem 1rem;
}
h6 {
    font-size: 1.05rem;
    margin: 1rem 0rem 1rem;
}

/* 文字揃え */
/*  <span class="align-center">例</span> 等と使用してください  */
.align-left {
    text-align: left;
}
.align-center,
.align-center p {
    text-align: center;
}
.align-right {
    text-align: right;
}

/* lists */
ol, ul {
    text-align: left;
    margin: .5rem 0;
    list-style: none;
}
.list_no {
    list-style: none;
}
.list_un {
    list-style: disc;
}
.list_or {
    list-style: decimal;
}
.list_no > li,
.list_un > li,
.list_or > li {
    margin: 0 0 0 2rem;
    line-height: 1.5rem;
    padding-left: .5rem;
    text-align: left;
}
.float li {
    float: left;
    margin: 0 0.3em;
}
.float:after {
    display: block;
    content: '';
    clear: both
}

/* dl */
dl {
    text-align: left;
}
.dltype1 {
    text-align: left;
    margin: 0.5rem 1rem;
}
.dltype1 > dt a,
.dltype1 > dt {
    color: #9e92ae !important;
    font-size: 13px;
    border-bottom: none;
}
.dltype1 > dd {
    margin-left: 1.3rem;
    font-size: 12px;
}

/* form */
form {
    text-align: center;
}
.box-a {
    max-width: 340px;
    margin: 1rem auto;
    padding: 0rem;
    border: 1px solid transparent;
    background: transparent;
    color: ;
}
input[type=text],
textarea {
    outline: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background: #9f806f;
    border: 1px solid #9f806f;
    border-radius: 2px;
    padding: 8px 16px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    box-shadow: 2px 2px 6px 0px #888;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255,255,255,1);
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255,255,255,1);
}
input[type=text]::placeholder,
textarea::placeholder {
    color: rgba(255,255,255,1);
}
input[type],
textarea,
.cp_ipselect select {
    -moz-transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    -webkit-transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    -ms-transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out, background-color .4s ease-in-out;
}
input[type=text]:focus,
textarea:focus,
.cp_ipselect select:focus {
    outline: none;
    border-color: #000;
    background: #000;
    color: #fff;
}
.form-element {
    margin-bottom: 20px;
}
form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--text-color-headline);
    font-weight: 500;
}
.cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #9f806f;
    border-radius: 2px;
    background: #9f806f;
    box-shadow: 2px 2px 6px 0px #888;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255,255,255,1);
    pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: rgba(255,255,255,.8);
}
.cp_ipselect select option{
    background-color: #ccbbb3;
    color: #fff;
}

/*-------------------- index --------------------*/

/* bg */
body::before {
    position: fixed;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('love.jpg') repeat center;
    z-index: -2;
}
body::after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.15);
    z-index: -1;
}

/* header */
.header {
    position: relative;
    width: 100%;
    color: #fff;
}
.top-head {
    height: 15rem;
}
.sub-head {
    height: 13rem;
}
.header div {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.header div,
.header span {
    display: block;
    text-align: center;
}
.header span {
    margin-bottom: .3rem;
}
.header a {
    display: inline-block;
    margin: .1rem .5rem;
    padding: 0 .5rem;
    border-bottom: none;
    background: rgba(0,0,0,.5);
    color: #fff;
}

/* main */
.wrapper {
    text-align: center;
    width: 100%;
    padding: 2rem 4rem 4rem;
    background: rgba(255,255,255,.8);
}
.top-wrap {
    min-height: calc(100vh - 15rem);
}
.sub-wrap {
    min-height: calc(100vh - 13rem);
}
.inner {
    text-align: center;
    margin: 0 auto;
}
.inner-1{
    max-width: 900px;
}
.inner-2 {
    max-width: 600px;
}
section {
    padding: 4rem 0;
}

/* aside */
aside  {
    text-align: left;
    margin: 1rem 0;
}
aside h6 {
    text-align: left;
    margin: 0 0 .5rem;
    border-bottom: 1px solid #1b262c;
}
aside a {
    border-bottom: none;
    color: #1b262c;
}

@media screen and (min-width: 768px) {
    .inner-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    section {
        flex-basis: 50%;
        padding: 4rem 2rem;
    }
}
@media screen and (min-width: 1024px) {
    section {
        padding: 4rem;
    }
}

/*-------------------- box --------------------*/

/* menu */
nav ul {
    display: inline-block;
}
nav ul li {
    display: inline-block;
}

/* top */ 
.main > center {
    margin: 4rem 0;
}

/* color */
.main dl,
.main > div {
    color: #9f806f;
}
.main h3,
.main a,
.main aside {
    color: #1b262c;
}

/* long */
.main dl,
.main section > div,
.cap-af {
    padding-left: 1rem;
    border-left: 1px solid #1b262c;
    border-bottom: .5px solid #1b262c;
} 
.main dl dd {    
    margin: 0 1.5rem 1rem 1.5rem;
    font-size: .75rem;
    opacity: .8;
}

/* short */
.main section > div > div {
    text-align: left;
    padding-bottom: 1rem;
}
.main section > div > div a:not(:first-of-type) {
    margin-right: .5rem;
    border-bottom: none;
}
.main section > div > div a:nth-of-type(2) {
    margin-left: 1.5rem;
    padding-left: .5rem;
    border-left: 1px solid #9e92ae;
}
.main time {
    margin-right: .5rem;
    padding: .1rem .3rem;
    font-size: .8rem;
    border: .5px solid #000;
    color: #000;
}
.main span {
    margin-left: 1rem;
    font-size: .75rem;
    opacity: .8;
}

/* aside */
.main aside {
    text-align: right;
    margin: 0;
    opacity: .6;
}

/* form */
.main form {
    margin: 1rem 0;
}
.main input[type] {
    display: inline-block;
    box-shadow: 2px 2px 6px 0px #888;
}
.main input[type=text] {
    width: 105px;
    padding: .1rem .3rem;
}
.main input[type=submit] {
    -webkit-appearance: none;
    transition: all .5s;
    padding: .1rem .3rem;
    border-radius: 2px;
    border: 1px solid #ccbbb3;
    background: #ccbbb3;
    color: #fff;
}
.main input[type=submit]:hover {
    border: 1px solid #9f806f;
    background: #9f806f;
    color: #fff;
}
.main input[type=reset] {
    -webkit-appearance: none;
    transition: all .5s;
    padding: .1rem .3rem;
    border-radius: 2px;
    border: 1px solid #ccbbb3;
    background: #ccbbb3;
    color: #fff;
}
.main input[type=reset]:hover {
    border: 1px solid #9f806f;
    background: #9f806f;
    color: #fff;
}


@media screen and (min-width: 768px) { 
    .main input[type=text] {
        width: 150px;
    }
}

/*-------------------- article --------------------*/

.article .pagination {
    margin: 3rem 0 0;
}
.inner-2 img {
    display: block;
    object-fit: cover;
    width: 80%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    margin: 2.5rem auto .5rem;
    box-shadow: 3px 3px 9px 0px #888;
}
.inner-2 aside {
    display: block;
    text-align: center;
    margin: 1rem auto;
    max-width: 300px;
    opacity: .6;
    font-size: 10px;
}

/*-------------------- elements --------------------*/    

.sub {
    display: block;
    margin: 1rem 0;
    padding: 0 0 .2rem 1rem;
    border-left: 1px solid #1b262c;
    border-bottom: .5px dashed #1b262c;
    font-size: 15px;
}

/*-------------------- other --------------------*/

/* pagetop button */
#page-top {
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 999;
}
#page-top a {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-bottom: none;
    font-size: 11px;
    border: 1px solid rgba(155, 186, 176,.6); 
    color: #fff;
    background-color: rgba(155, 186, 176,.6);
}
#page-top a:visited,
#page-top a:hover {
    color: #fff !important;
    background: rgba(155, 186, 176,.6);
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(359deg);
    }
}
.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(0deg, rgba(255,255,255,0.1) 33%, rgba(255,255,255,1) 100%);
    animation: spin .8s linear 0s infinite;
}
.circle-core {
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
}

/*-------------------- color --------------------*/
/* purple */
.purple1 {
    color: #9e92ae !important;
    display: inline;
}
/* purple */
.purple2 {
    color: rgba(223, 217, 230,1) !important;
    display: inline;
}
/* pink */
.pink1 {
    color: rgba(209, 175, 195,1) !important;
    display: inline;
}
/* pink */
.pink2 {
    color: #9f6f8b !important;
    display: inline;
}
/* white */
.white {
    color: #fff !important;
    display: inline;
}
/* black */
.gray {
    color: #555C62 !important;
    display: inline;
}



/*-------------------- font size --------------------*/
.s_12 {
    font-size: 12px;
}
.s_14 {
    font-size: 14px;
}

/*-------------------- font family --------------------*/

.san-serif {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------アンダーライン--------------------*/
.dot {
    border-bottom: dotted 1px #9e92ae;
    display: inline;
}
.none {
    border-bottom: none;
}
	
footer a,
.en {
	color: #f0e8e4
}