<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: risaten
Author: optic
*/

/*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;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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;
}

html {
  margin-top: 0 !important;
}

/* basic setting */
/* font setting */
/*
h1
font-size: 34px;
res 30px

h2
font-size: 28px;
res 24px

h3
font-size: 24px;
res 20px

h4
font-size: 20px;
res 18px

p・span・a・dtdd・thtd
font-size: 16px;

small
font-size: 14px;
*/
/* font setting end */
body {
  position: relative;
  font-family: 'Heebo', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #2A2220;
}
#main {
  margin-top: 120px;
  padding-bottom: 50px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.section {
  padding: 40px 0;
}
.section_title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section_title h2 {
  font-size: 28px;
}
.section_title .icon {
  margin-right: 15px;
}
.section_title .icon img {
  width: 30px;
}
a {
  text-decoration: none;
}
.txt {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
}
.fv {
  display: flex;
  height: 320px;
  box-sizing: border-box;
  background-color: #F0F0F0;
}
.fv_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 15px;
}
.fv_img {
  width: 50%;
}
.fv_img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  vertical-align: top;
  border-radius: 30px 0 0 30px;
}
.fv_ttl_inner {
  display: flex;
}
.fv_ttl_inner .text {
  display: flex;
  align-items: center;
}
.fv_ttl_inner .text h1 {
  white-space: nowrap;
}
.fv_ttl_inner .text h1 span {
  display: block;
}
.fv_ttl_inner .text h1 .lg_jp {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
}
.fv_ttl_inner .text h1 .lg_en {
  font-weight: normal;
  font-size: 16px;
}
.fv_ttl_inner .icon img {
  max-width: 300px;
  width: 100%;
}
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb_item a {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  color: #2A2220;
}
.breadcrumb_item a::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #2A2220;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #2A2220;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.btn_def {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid;
  border-radius: 10px;
  transition: .3s;
}
.btn_def br {
  display: none;
}
.btn_def .name {
  vertical-align: middle;
}
.btn_def .icon {
  margin-left: 15px;
}
.btn_def svg {
  width: 30px;
  transition: .3s;
}
.btn_def_gr {
  color: #048900;
  border-color: #048900;
}
.btn_def_gr svg {
  fill: #048900;
}
.btn_def_gr:hover {
  color: #FFF;
  background-color: #048900;
}
.btn_def_gr:hover svg {
  fill: #FFF;
}
.btn_bk {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.btn_bk .bk_icon {
  margin-right: 10px;
  vertical-align: middle;
}
.btn_bk .bk_icon svg {
  width: 20px;
}
.btn_def_bl {
  color: #003C84;
  border-color: #003C84;
}
.btn_def_bl svg {
  fill: #003C84;
}
.btn_def_bl:hover {
  color: #FFF;
  background-color: #003C84;
}
.btn_def_bl:hover svg {
  fill: #FFF;
}
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi span.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  background-color: #2A2220;
}
.wp-pagenavi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  color: #2A2220;
  border: 1px solid #2A2220;
  transition: .3s;
}
.wp-pagenavi .previouspostslink {
  margin-right: 15px;
}
.wp-pagenavi .page {
  margin-right: 15px;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #048900;
  border-color: #048900;;
}
.wp-pagenavi .extend {
  border: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  border-radius: 10px;
}
/* basic setting end */

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
  background-color: #FFF;
}
.header_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.header_logo {
  display: flex;
  align-items: center;
  width: 20%;
}
.header_content {
  width: 80%;
}
.header_logo img {
  max-width: 320px;
  width: 100%;
}
.pc_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc_nav .main_nav ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.pc_nav .main_nav li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  color: #2A2220;
  border-right: 1px solid #CCC;
  transition: .3s;
}
.pc_nav .main_nav li a:hover {
  color: #FFF;
  background-color: #003C84;
}
.search_btn {
  margin-left: 30px;
}
.search_btn a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  background-color: #048900;
  border: 2px solid #048900;
  border-radius: 10px 0 10px 0;
  transition: .3s;
}
.search_btn a:hover {
  color: #048900;
  background-color: #FFF;
}
.search_btn a:hover svg {
  fill: #048900;
}
.search_btn .icon {
  margin-right: 10px;
}
.search_btn .icon svg {
  width: 25px;
  fill: #FFF;
  transition: .3s;
}
/* sp_nav */
.sp_nav {
  display: none;
}
#toggle_nav {
  display: none;
}
#toggle_nav:checked ~ .hamburger {
  height: 28px;
}
#toggle_nav:checked ~ .hamburger div {
  background-color: #fff;
}
#toggle_nav:checked ~ .hamburger div:nth-of-type(1) {
  margin-top: 6px;
  transform: rotate(135deg);
}
#toggle_nav:checked ~ .hamburger div:nth-of-type(2) {
  opacity: 0;
}
#toggle_nav:checked ~ .hamburger div:nth-of-type(3) {
  margin-top: -12px;
  transform: rotate(-135deg);
}
#toggle_nav:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}

.hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 1020;
  top: 50px;
  right: 30px;
  width: 32px;
  height: 14px;
  margin: 0;
  padding: 0;
}
.hamburger div {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #2A2220;
  transition: background-color 0.5s, transform 0.5s;
}
.hamburger div:nth-of-type(2) {
  margin: 4px 0;
}
.menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  will-change: opacity, visibility;
}
.menu::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .8;
}
.menu ul {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  list-style-type: none;
}
.menu ul li {
  margin: 0;
}
.menu ul li a {
  display: block;
  padding: 30px 15px;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  border-bottom: 1px solid #CCC;
}
/* sp_nav end */
/* header end */

/* footer */
footer {
  padding: 80px 0;
  background-color: #2A2220;
}
.f_column {
  width: 50%;
}
.footer_top {
  margin-bottom: 50px;
}
.footer_top .f_logo a {
  display: block;
}
.footer_top .f_logo a img {
  max-width: 320px;
  width: 100%;
}
.footer_middle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav .fn_about {
  width: 55%;
}
.footer_nav .fn_news {
  width: 45%;
}
.footer_nav ul li {
  width: 33.333%;
  margin: 0 0 20px 0;
}
.footer_nav ul li a {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  transition: .3s;
}
.footer_nav ul li a:hover {
  background-color: #003C84;
}
.footer_btn_inner {
  display: flex;
  flex-wrap: wrap;
}
.footer_btn_inner .footer_btn_ct {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer_btn_inner .footer_btn_ct a {
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  transition: .3s;
}
.footer_btn_inner .footer_btn_ct a:hover {
  opacity: .5;
}
.footer_btn_inner .footer_btn_ct .btn_mark {
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 30px 0 30px 0;
}
.footer_btn_inner .footer_btn_ct .btn_txt .ex_icon {
  display: inline-block;
  vertical-align: middle;
}
.footer_btn_inner .footer_btn_ct .btn_txt .ex_icon svg {
  margin-left: 10px;
  width: 20px;
  fill: #FFF;
}
.footer_btn_ct.for_contact {
  position: relative;
  z-index: 0;
}
.footer_btn_ct.for_contact::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 23px;
  z-index: 1;
  width: 54px;
  height: 54px;
  background-color: #003C84;
}
.footer_bottom {
  display: flex;
  flex-wrap: wrap;
}
.footer_info .info {
  margin-bottom: 30px;
  list-style: none;
  line-height: 1.5em;
}
.footer_info .info li {
  color: #FFF;
}
.footer_info .copyright {
  font-size: 14px;
  color: #FFF;
}
/* footer end */

/* responsive */
@media screen and (max-width: 1024px) {
  .pc_nav {
    display: none;
  }
  .sp_nav {
    display: block;
  }
  .header_logo {
    width: 100%;
  }
  .f_column {
    width: 100%;
  }
  .footer_nav .fn_about {
    width: 100%;
  }
  .footer_nav .fn_news {
    width: 100%;
  }
  .footer_nav ul {
    margin-bottom: 30px;
  }
  .footer_nav ul li {
    width: 100%;
    margin: 0;
  }
  .footer_nav ul li a {
    display: block;
    padding: 30px 15px;
    font-size: 20px;
    border-bottom: 1px solid #CCC;
  }
  .footer_btn_inner .btn_txt p {
    font-size: 16px;
  }
  .fv_ttl {
    position: relative;
    justify-content: flex-start;
  }
  .fv_ttl .icon {
    position: absolute;
    right: -100px;
    bottom: -10px;
  }
  .fv_ttl .icon img {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .header_logo img {
    max-width: 260px;
  }
  .fv {
    flex-wrap: wrap;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    padding: 60px 15px;
  }
  .fv_img {
    width: 100%;
  }
  .fv_img img {
    height: 200px;
    border-radius: 30px 30px 0 0;
  }
  .fv_ttl .icon {
    right: -15px;
    bottom: -100px;
  }
  .fv_ttl_inner .text h1 {
    white-space: initial;
  }
  .fv_ttl_inner .text h1 .lg_jp {
    font-size: 30px;
  }
  .footer_btn_inner .footer_btn_ct {
    width: 100%;
    margin: 20px 0;
    padding: 0 30px;
  }
  .footer_btn_ct.for_contact::after {
    left: 38px;
  }
  .section_title h2 {
    font-size: 24px;
  }
  .wp-pagenavi {
    text-align: left;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 15px;
  }
}
/* responsive end */

/* いろいろ不要なボタン非表示 */
#categorydiv, #tagsdiv-post_tag, #commentsdiv, #screen-meta-links, #wp-admin-bar-comments, #wp-admin-bar-customize {
  display: none;
}</pre></body></html>