@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

body {
  border-top: solid 10px #ffa3a4;
  background-color: #fffff1;
  font-size: 15px;
  line-height: 2;
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ\ Ｐゴシック",
    "sans-serif";
}

strong {
  background: #ffff99;
}

em {
  font-style: normal;
  background: #f2f2f2;
}

article ul {
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #ff999a;
}

article ol {
  counter-reset: counter-name;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}

blockquote {
  background: #666;
  padding: 3em 1em;
  position: relative;
  color: #eee;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #eee;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #999;
  background: #fff;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #999;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #999;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #333;
  display: block;
}

a:hover,
#st-ctn_gs_gn-menu li a:hover,
h1.st-ctn_gs_sti a:hover {
  color: #ed8a75;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

/* +下層用 */
h2,
.under h1 {
  font-size: 145%;
  background: #ff999a;
  border-radius: 6px;
  color: #fff;
  position: relative;
  padding: 0.6em;
}

.under h1 {
  margin-bottom: 25px;
}

h2:after,
.under h1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ff999a;
  width: 0;
  height: 0;
}

h3,
.under h2 {
  padding: 0.5em 0.4em;
  border-left: 7px solid #ff999a;
  border-bottom: 4px solid #d2d2d0;
  font-weight: bold;
}

h4,
.under h3 {
  padding: 0.8em;
  border: 1px solid #8e8e8e;
  font-weight: bold;
  font-size: 120%;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  padding: 3px 5px;
  border-bottom: 1px dotted #333;
  font-size: 120%;
}

h6 {
  color: #ff999a;
  font-weight: bold;
  font-size: 100%;
}

.st-ctn {
  max-width: 1015px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.st-ctn.wr-st-ctn {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.wr-st-ctn>* {
  color: #666;
}

.st-ct-l {
  max-width: 680px;
  float: left;
  padding: 0;
}

.st-ctn-r {
  /*min-*/
  width: 300px;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

.st-ctn_gs_hare {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.st-ctn .st-ctn_gs_cti {
  margin: 25px 0 20px;
}

.st-ctn_gs_sti a {
  font-size: 170%;
  font-weight: bold;
  color: #999;
  margin: 0 0 10px;
  line-height: 1.3;
}

.st-ctn_gs_hare p.st-ctn_gs_cp {
  font-size: 70%;
  color: #888;
}

nav {
  background-color: #f0efea;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 100;
}

.st-ctn_gs_gn>ul {
  max-width: 1015px;
  margin: 0 auto;
  overflow: hidden;
}

.st-ctn_gs_gn ul#st-ctn_gs_gn-menu>li {
  display: block;
  float: left;
  font-size: 12px;
  text-align: center;
}

#st-ctn_gs_gn-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#st-ctn_gs_gn-menu li a {
  display: block;
  color: #999;
  padding: 10px 4em 10px 0;
}

.st-ctn_gs_mvis {
  margin: 0 0 30px;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
  position: relative;
}

.bxslider {
  margin: 0px;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 400px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.st-ctn_gs_lik img {
  width: 100%;
  margin: 0 0 15px;
}

.st-ctn_gs_lik_top {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
}

.st-ctn_gs_lik_top .st-ctn_gs_lik {
  width: 48.5%;
  border: solid 1px #eee;
  padding: 10px;
  background: #fff;
  float: left;
  margin: 0 3% 20px 0;
}

.st-ctn_gs_lik_top .st-ctn_gs_lik:nth-of-type(2) {
  margin-right: 0;
}

.st-ctn_gs_lik_top .st-ctn_gs_lik h2 {
  margin-bottom: 15px;
}

.st-ctn_gs_lik_top .st-ctn_gs_lik h2::after {
  content: none;
}

.st-ctn_gs_mbt {
  text-align: center;
  margin: 15px auto 0;
  overflow: hidden;
}

.st-ctn_gs_mbt a {
  padding: 0.5em 0;
  background: #999;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  display: block;
}

.st-ctn_gs_mbt a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.8em 0 0;
}

.st-ctn_gs_mbt a:hover {
  background: #ff999a;
}

.top_one .st-ctn_gs_mbt a {
  width: 40%;
}

/* /////////aside */

aside li>p {
  font-size: 17px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  background: #f3f2f2;
  border-bottom: solid 3px #ffa3a4;
  margin: 0 0 15px;
}

aside a {
  padding: 5px 0;
  font-size: 14px;
}

aside img {
  float: left;
  width: 30%;
  margin-right: 10px;
}

.side-st-ctn>li {
  margin: 0 0 30px;
}

.side-ab {
  width: 100%;
}

.side-bt a {
  overflow: hidden;
}

.st-ctn_gs_lbx {
  border: solid 1px #ddd;
  padding: 20px;
  background: #f3f2f2;
}

.st-ctn_gs_lbx h3 {
  margin: 0 0 6px;
  border: none;
  padding: 0;
  font-weight: normal;
}

.st-ctn_gs_lbx h3 a {
  display: block;
  padding: 6px;
  background: #fff;
}

.st-ctn_gs_lbx h3 a::after {
  content: ">";
  margin-left: 10px;
}

.st-ctn_gs_lbx h3 a:hover {
  color: #fff;
  background: #ff999a;
}

.st-ctn_gs_lbx a {
  text-align: left;
}

.st-ctn_gs_lin {
  margin: 0 auto 3%;
}

.st-ctn_gs_lin:last-child {
  margin: 0;
}

/* /////////footer */

footer {
  background: #ffbab5;
  position: relative;
  padding: 40px 0 0;
}

footer .st-ctn p {
  font-weight: bold;
  color: #fff;
}

footer a {
  font-size: 85%;
  padding: 0 0 5px;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .st-ctn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.st-ctn_gs_ftc {
  font-size: 70%;
  padding: 1em;
  background: #eaeaea;
  text-align: center;
}

.st-ctn_gs_ftm {
  width: 27%;
  margin-right: 3%;
}

/* /////////under */

.st-ctn_gs_nf {
  font-size: 200%;
  color: #de7071;
}

/* /////////pan nav */

.st-ctn_gs_pnv {
  padding: 3px 0;
}

.pan_in {
  width: 1015px;
  margin: 0 auto;
}

.st-ctn_gs_pnv a {
  display: inline;
  font-size: 85%;
}

.st-ctn_gs_pnv font {
  color: #fff;
}

/* /////////SNS */

.st-ctn_gss_a {
  width: 100%;
  margin: 50px 0;
}

.st-ctn_gss_b {
  overflow: hidden;
}

.st-ctn_gss_a>div {
  text-align: center;
}

.st-ctn_gss_a:after {
  content: "";
  clear: both;
  display: block;
}

.st-ctn_gss_c {
  display: block;
  background: #fff;
  font-size: 15px;
  width: 100%;
  padding: 6px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.st-ctn_gss_d {
  width: 49%;
  float: left;
  box-sizing: border-box;
  margin: 0 0.5% 1%;
}

.st-ctn_gss_d .fa {
  font-weight: bold;
}

.st-ctn_gss_e {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.st-ctn_gss_e:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

p.st-ctn_gs_bktop a {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: rgba(255, 153, 154, 0.91);
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
}

/*下層などflex内で要素が増える時*/
.st-ctn.wr-st-ctn.clear:has(.st-ctn_gs_pnv) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.st-ctn_gs_pnv {
  width: 100%;
}

/*パンくず*/