@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
    font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;"HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝",*/
    -webkit-text-stroke: 0.2px;
    font-size: 15px;
    /*height: 100%;*/
    line-height: 1.7;
    /*background:#FFF;*/
    color: #222222;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
    font-weight: normal;
}

ul,
li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

p {
    word-break: normal;
}

a {
    color: #333;
    text-decoration: none;
    /*transition: all 0.5s ease 0s;*/
    transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
}

a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

a.no_link {
    cursor: default;
}

a.no_link:hover,
a.no_hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/*a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}*/


/****************************************************** text*/

.bold {
    font-weight: 600;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

.txt-md {
    font-size: 16px;
}

.txt-sm {
    font-size: 13px;
}

.txt-xs {
    font-size: 12px;
}


/******************************************************clearfix*/

.clearfix:after,
/*.container-inner:after*/ {
    content: " ";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
.container-inner {
    display: inline-block;
}

* html .clearfix,
* html .container-inner {
    height: 1%;
}

.clearfix,
.container-inner {
    display: block;
}


/****************************************************** tag */

.tag {
    background: #231815;
    color: #FFF;
    padding: 2px 15px;
    margin-right: 3px;
    font-size: 11px;
    vertical-align: middle;
    margin-left: 10px;
}

.label {
    background: #F44336;
    color: #FFF;
    padding: 0 10px;
    margin-right: 3px;
    font-size: 11px;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    border-radius: 3px;
}


/******************************************************button*/

.btn {
    /*background-color: #222222;*/
    color:#FFF;
    display: inline-block;
    padding: 5px 24px;
    text-align: center;
    vertical-align: middle;
    /*border-radius:20px;*/
    /*border-bottom:2px solid rgba(255, 255, 255, 0.2);*/
    transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
    cursor: pointer;
}

.btn-pink {
    background: #c199a5;
}
.btn-bk{
    background:#222222;
}
.btn100 {
    width: 100%;
}


/*.btn:hover {
    background: rgba(0, 0, 0, .5);
    background: #EEEEEE;
    text-decoration: none;
}*/

.btn_gray:hover {
    background: #777777;
    color: #FFF;
}

.btn-lg {
    font-size: 16px;
    padding: 5px 40px;
}

.btn-xlg {
    font-size: 20px;
    padding: 15px 60px;
    border-radius: 40px;
}

.btn-sm {
    font-size: 1em;
}


/****************************************************** paging */

#pagination {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 30px 0;
    padding-top: 3px;
    text-align: center;
}

#pagination a,
#pagination a:link,
.pagination a:visited {
    background-color: #C4C4C4;
    color: #FFF;
    font-weight: normal;
    margin-left: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

#pagination a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

#pagination .active_link {
    background-color: #7986CB;
    color: #fff;
    cursor: default;
    margin-left: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

#pagination .disabled_pagination {
    background-color: #EEE;
    color: #999;
    cursor: default;
    margin-left: 2px;
    padding: 4px 10px;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}


/******************************************************table*/

.table {
    width: 100%;
    border-top: 1px solid #CCC;
}

.table th {
    background: #EEEEEE;
    text-align: right;
    font-weight: 500;
    border-bottom: 1px solid #CCC;
    padding: 10px 20px;
    width: 300px;
}

.table td {
    background: rgba(255, 255, 255, .5);
    border-bottom: 1px solid #CCC;
    padding: 10px 20px;
}


/****************************************************** form */

input {
    box-sizing: border-box;
    font-family: "Garamond", "Lusitana", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #CCC;
    margin: 0;
    padding: 6px 5px;
    transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s, background 0.3s linear 0s;
    margin: 5px;
    width: 80%;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #666;
    /*background:#f9f8f4;*/
}

select {
    border: 1px solid #CCC;
    margin: 0;
    padding: 6px 5px;
    transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s, background 0.3s linear 0s;
    margin: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 5px;
}


/******************************************************ページトップ*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/*-------------------------------------- sns share button */

#social-button {
    background: rgba(255, 255, 255, .7);
    padding: 0 15px 15px 15px;
    right: 0;
    /* 左からの距離 */
    bottom: 80px;
    /* 下からの距離 */
    text-align: center;
    position: fixed;
    list-style-type: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}