@charset "utf-8";

/*
theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
version： 2.0.0
*/
/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
}

body {
    font-size: 15px; overflow-wrap: break-word; color: #333; font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; line-height: 1.5; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a { color: inherit; text-decoration: none; }

/*コンテンツのサイズ指定*/
.header-inner,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
}


.container:after {
  display: block;
  clear: both;
  content: '';
}

.contents {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto; 
}

.show_sp { display: none; }

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.main_visual { width: 100%; padding: 75px 0; text-align: center; background: no-repeat left top; }
.main_visual_shaon { width: 100%; padding: 90px 0 75px; text-align: center; background: no-repeat left top; }

.site-title-wrap {
  text-align: left;
}

/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
  display: inline-block;
  width: auto;
  height: 44px;
}

/*タイトルを文字列にする場合*/
/* .site-title a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #000;
} */

.header-inner {
  position: relative;
}

.navbutton {
  display: none;
}

.header-nav-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  margin-left: 230px;
  /*タイトル分の余白をあけておく*/
  transform: translateY(-50%);
}

.header-nav {
  font-size: 0;
}

.header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
}

.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #000;
}

.header-nav li a:hover {
  opacity: .6;
}

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
  background-color:#353333;
}

.footer_logo { background-color: #963E3E; text-align: center; padding: 10px 0; }
.footer_logo a { width: 100%; }
.footer_logo a img { width: 7%; }
.copyright { padding: 10px 0; }

.footer-nav,
.copyright {
  text-align: center;
}

.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: 0.7rem;
  color: #fff;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: .5rem;
}

.widget_categories li a {
  font-size: .95rem;
  position: relative;
  display: block;
  padding: .9rem .6rem .9rem 2rem;
  color: #fff;
  background-color: #03162f;
}

.widget_categories li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '\f02b';
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: .5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: .9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '∟';
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: '▼';
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: .95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: .5rem;
  right: 1rem;
  content: '▼';
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: .3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: .8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: .3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: .7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.info_title { margin-top: 50px; margin-bottom: 30px; }

.archive-top h1 {
font-size: 1.6rem;
margin-bottom: 1.5rem;
}

.archive-top p {
font-size: .875rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}

.article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.article-list:hover {
  background-color: #eee;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list a:after {
  display: block;
  clear: both;
  content: '';
}

.article-list .img-wrap {
  display: none;
}

.article-list .img-wrap img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}

.article-list .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
}

.article-list .text { display:-webkit-box; display:-ms-flexbox; display:flex; }
.article-list .text h2 { color: #494543; font-size: 18px; margin-bottom: .5rem; }

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}
.article-list .text .article-author,.article-list .text .article-date i { display: none; }
.article-list .text .article-date {
  margin-right: .5rem;
}
.article-list .text .article-date { margin-right: 100px; }
.article-list .text .article-author i {
  margin-right: .3rem;
}

.article-list .text p {
    display: none;
}

time { color: #494543; font-size: 18px; }

/*ページネーション*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: .6;
}

.pagination .current {
  color: #fff;
  background-color: #03162f;
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.single_date { background: url("images/line.png") no-repeat left bottom; padding-bottom: 10px; margin-bottom: 50px; }
.single_top { background-image: url("images/main_back.jpg"); background-size: cover; background-position: center center; }
.single_title { display: block; text-align: center; color:#fff; font-size: 50px; font-family: serif; text-shadow: 2px 2px 0px #111; }
.article-content {
margin-top: 80px;
  margin-bottom: 100px;
}

.article-content .article-info {
  margin-bottom: .5rem;
}

.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: .3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #03162f;
}

.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #415671;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: .6;
}

/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.container { overflow: hidden; }
.main_text { font-size: 60px; color: #fff; text-shadow: 2px 2px 2px #111; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; text-align:center; font-weight: bold; margin:20px auto 10px; }
.main_text2 { color: #fff; font-size: 24px; background-color: #D6747C; padding: 6px 124px; text-align:center; width:850px; box-sizing: border-box; margin:0 auto; }

.top_head { width: 100%; background: url("images/main_back.jpg") no-repeat left top; text-align:cenrer; margin: 0 auto 50px; padding: 80px 0 100px; }
.top_title { text-align: center; } 

.message_title p { font-size: 32px; font-weight: bold; color:#891A1A; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; width: 50%; margin-left:15%; }
.message_title p.deco_line { font-size: 0px; }

.wp-video { width:98%!important; margin-left: auto; margin-right: auto; max-width: 1920px!important; }

.top_text { width: 70%; margin: 0 auto 50px; }
.news_sec { padding:30px 0; background-color: #F9F7F7; width: 100%; }
.news_title { text-align: center; margin-bottom: 30px; }
.news_title h2 { text-align: center; color: #3F3D3C; }
.wp-show-posts-inner { display:-webkit-box; display:-ms-flexbox; display:flex; }
.wp-show-posts-entry-summary { margin-left:135px; }
.wp-show-posts-inner { border-bottom: 1px solid #a5a2a0; }

.per_class { font-size: 20px; color:#fff; text-align: center; }
.per_class + p { color: #fff; font-size: 20px; }
.per_class span { display: block; font-size:30px; color: #fff; }
.classes_message { background-color: #B52033; width: 100%; padding: 80px 0 12px; }
.classes_message h2 { font-size: 35px; text-align: center; font-weight: normal; color:#fff;     }
.classes_message p { text-align: center; font-size: 20px; color: #fff; margin-bottom: 10px; }
.classes_message .short_white_line { width: 100px; border-top: 1px solid #fff; margin:0 auto 30px; }
.flex { display:-webkit-box; display:-ms-flexbox; display:flex; }
.classes_message ul.flex { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 80px; }
.classes_message ul.flex li a { width: 100%; display: block; }
.classes_message ul.flex li a:hover { opacity: 0.8; }


.btn_wrap { text-align: right; }
.btn_wrap2 { margin-bottom: 20px; }
.btn_wrap span { display: inline-block; margin-left:10px; }
.btn_wrap2 span { display: inline-block; margin-left: 10px; }

a.news_list_item { display: block; margin-bottom: 10px; }
.news_list_item time {
    width: 120px;
    font-size: 16px;
    white-space: nowrap;
}
.news_list_item .cate {
    width: 107px;
    padding-left: 0;
    text-align: center;
}
.news_list_item span {
    width: -webkit-calc(100% - 120px - 107px);
    width: -webkit-calc(100% - 120px - 107px);
    width: -moz-calc(100% - 120px - 107px);
    width: calc(100% - 120px - 107px);
    font-size: 16px;
    padding-left: 15px;
}


.news_list_item .cate i {
    font-size: 16px;
    font-style: normal;
    padding: 3px 12px;
    margin-right: 20px;
    margin-left: 20px;
    min-width: 107px;
    display: inline-block;
}

.c_orange { background-color: #f7821a; }
.c_blink { background-color: #ff52a3; }
.c_violet { background-color: #c438ff; }

.for_mainsite a { text-align: center; color:#fff; text-decoration: underline; font-size: 14px; }

@media(min-width: 601px) {
.header-nav-wrap { display: none; }
}

/*---------------------------------------------------------
各ページ
---------------------------------------------------------*/
.breadcrumbs { padding-top: 10px; }
.fuji { background-image: url("images/fuji_back.jpg"); }
.yuri { background-image: url("images/yuri_back.jpg"); }
.ayame { background-image: url("images/ayame_back.jpg"); }
.thanks-party { background-image: url("images/thanks-party_back.jpg"); }
.class_title_text > p { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-size: 32px; font-weight: bold; color: rgba(137,26,26,1.00); }
.class_title_text p:nth-child(2){ font-size: 0; margin-bottom: 50px; }
.text_sec { margin:50px auto; }
.message_movie { width: 100%; padding:30px 0 50px; }
.message_movie h3 { font-weight: normal; color: #891A1A; margin-bottom: 10px; font-size:24px; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.message_title { margin-bottom: 50px; }
.message_title p:nth-child(2) { font-size: 0; }
.video { max-width:832px; margin: 0 auto 30px; }
.single_title { font-size: 30px; }
.info_title { width: 40%; }
.article-content { margin:30px auto; }
.single_date { margin-bottom: 20px; }
.classes_message ul.flex { margin-bottom: 30px; }

@media(max-width: 1200px) {
    
    .contents { max-width: 980px; }
    
    .classes_message  ul.flex { width: 98%; margin-left: auto; margin-right: auto; }
}

@media(max-width: 800px) {
    .contents { max-width: 780px; }
    .top_text { width: 98%; margin-left: auto; margin-right: auto; }
    .main_text { font-size: 36px; }
    .main_text2 { width:80%; font-size: 20px; padding-left: 50px; padding-right: 50px; }
.wp-show-posts-entry-summary { margin-left:50px;}    
.message_title p { margin-left: 0; width:100%; }
 /*   .news_list_item .cate i { width: -webkit-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
        box-sizing: border-box;
        text-align: left;
    }*/
    .news_list time { font-size: 16px; }
    .news_list_item span { display: inline-block; width: 100%; margin-bottom: 10px; box-sizing: border-box; }
  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a img {
    height: 40px;
  }

  .navbutton {
    font-size: 2rem;
    position: fixed;
    z-index: 999;
    top: 2%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .navbutton:focus {
    outline: 0;
  }

  .header-nav-wrap {
    z-index: 999;
    top: 86px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: #b52033;
  }

  .header-nav li {
    display: block;
    margin-right: 0;
  }

  .header-nav li a {
    position: relative;
    padding: .8rem 1.25rem;
    color: #fff;
    border-bottom: 1px solid #888;
  }

  .header-nav li a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    content: '\f105';
    transform: translateY(-50%);
  }
    .fa-bars:before { color: #b52033; }
  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .footer-nav {
    margin-bottom: 1.5rem;
  }

  .footer-nav ul {
    text-align: left;
  }

  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }

  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
.footer_logo a img { width: 10%; }

  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
  
 
  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}
@media(max-width: 600px) {
  html {
    font-size: 15px;
  }
header .menu_icon { position: fixed; z-index: 200; top: 2.0925vw; right: 1.90625vw; }
    
.show_pc { display: none; }
.show_sp { display: block; }

    .contents { min-width: 300px; max-width: 580px; }
    
    .top_head { background-size: cover; background-position: 40% center; }
    
    .classes_message  ul.flex { -ms-flex-wrap: wrap; flex-wrap: wrap; }    
    .classes_message  ul.flex li { width: 100%; }
    
    .wp-show-posts-inner { -ms-flex-wrap: wrap;	flex-wrap: wrap; }
.wp-show-posts-entry-summary { margin-left:20px;}
    
    
    .main_visual , .main_visual_shaon { background-size: cover; width: 64%; padding-left: 18%; padding-right: 18%; }
    .yuri { background-position: 10% 4%; }
    .ayame { background-position: 20% 50%; }
    
    
.header-inner,
  .footer-inner {
    padding: .8rem;
  }

  .contents {
    margin-bottom: 1rem;
  }
.footer_logo a img { width: 20%; }

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a {
    font-size: 2rem;
  }

  .site-title a img {
    height: 32px;
  }


  .header-nav-wrap {
    top: 62px;
  }

  .header-nav li a {
    padding: .8rem;
  }

  .header-nav li a:after {
    right: .8rem;
  }

  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .archive-top p {
    font-size: .8125rem;
    margin-bottom: 1rem;
  }
  
  .article-list {
    padding: .5rem;
  }

  .article-list .img-wrap img {
    width: 132px;
    height: 88px;
  }

  .article-list .img-wrap .cat-data {
    font-size: .6rem;
  }

  .article-list .text {
    padding: 0;
  }

  .article-list .text h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: none;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: .625rem;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: 2rem;
  }

  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
  .article-content h1 {
    font-size: 1.6rem;
  }

  .article-content h2 {
    font-size: 1.4rem;
  }

  .article-content h3 {
    font-size: 1.3rem;
  }

  .article-content h4 {
    font-size: 1.2rem;
  }
}
@media(max-width: 400px) {
    .main_text { font-size:26px; }
    .main_text2 { font-size: 16px; }

}

  /*---------------------------------------------------------
  ログインCSS　金城 2020.3.27追記
  ---------------------------------------------------------*/
.login_page table {
  border-collapse: collapse;
}
 
.login_page p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
 
.login_page input[type="submit"],
.login_page input[type="text"],
.login_page input[type="password"],
.login_page select,
.login_page textarea,
.login_page button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;

}
.login_page input[type="submit"]{
  display:block;
  margin:0 auto 10vw;
  background-color:#963e3e;
  border:none;
  padding:.5em 1em;
  color:#fff;
  font-size:1.2em;
}
.login_page input[type="submit"]:hover{
  background-color:#bf4545;
}
 
.login_page input[type="text"],
.login_page input[type="password"],
.login_page textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 87%;
  transition: 0.8s;
  border-radius: 0;
}
 
.login_page input[type="text"]:focus,
.login_page textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
.login_page textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 190px;
}
 
.login_page input::placeholder,
.login_page textarea::placeholder {
  color: #ccc;
}
 
.login_page ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.login_page ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.login_page :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.login_page .form-table {
  width: 96%;
  max-width:500px;
  margin: 15vh auto 2em;
}
 
.login_page .form-table th,
.login_page .form-table td {
  border: 1px solid #d7d7d7;
  padding: 14px;
}
 
.login_page .form-table th {
  background: #963e3e;
  padding: 0 1em;
  text-align:center;
  position: relative;
  width: 6em;
  color:#fff;
}

