@charset "utf-8";

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

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

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

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

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 130%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  color: #000000;
}

h2:before,
.under h1:before {
  content: "\f00c";
  margin: 0 0.3em 0 0;
  font-family: FontAwesome;
  color: #ec563e;
  font-size: 1.6em;
  vertical-align: middle;
}

h3,
.under h2 {
  padding: 0 0 5px;
  border-bottom: 1px dashed #da730c;
}

h4,
.under h3 {
  border: 1px solid #da730c;
  padding: 0.2em;
  font-size: 120%;
}

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


h5 {
  background: #da730c;
  color: #fff;
  font-size: 110%;
  padding: 0.5em;
}

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

strong {
  font-weight: bold;
  color: #e33232;
  text-decoration: underline;
  font-size: 130%;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: rgba(218, 115, 12, 0.1);
}

article ul li {
  border-bottom: 1px solid #7b6c5d;
  margin: 0 auto 5px;
}

article ol {
  background: rgba(218, 115, 12, 0.1);
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

article ol li {
  margin: 0 auto 5px;
  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;
  color: #da730c;
  font-size: 120%;
}

blockquote {
  background: #eae7e3;
  padding: 3em 1em;
  position: relative;
  border: 1px dashed #7b6c5d;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #da730c;
  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 {
  color: #fff;
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #999;
  background: #da730c;
}

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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* ヘッダーエリア */

.ctur-ha {
  width: 100%;
  margin: 20px auto 30px;
  padding: 0 0;
  background-color: none;
}

.ctur-ha.sub_p {
  margin-bottom: 10px;
}

.ctur-ha a {
  color: #fff;
}

/* スライダー*/
.ctur-mv {
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
  min-width: 330px;
  float: left;
  background: none;
}

.bx-wrapper img {
  border-radius: 10px;
  border: 5px solid #fff;
  display: block;
  max-width: 100%;
}

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

/*サイトタイトル*/
.ctur-ct.ctur-ctit {
  max-width: 360px;
  float: right;
  background: none;
}

.ctur-ctit {
  background: rgba(225, 225, 201, 0.38) none repeat scroll 0 0;
  border-radius: 15px;
  padding: 20px;
}

.ctur-ha .ctur-stitl {
  margin: 0;
  padding: 25px 0 0;
}

.ctur-ha .ctur-stitl.sub_p {
  padding: 0;
}

.ctur-ha .ctur-stitl a {
  font-size: 24pt;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

p.ctur-pcp {
  margin-bottom: 10px;
  color: #fff;
  font-size: 70%;
}

/*ヘッダーナビげーション*/

.ctur-gnv {
  background: #da730c;
}

.ctur-gnv ul {
  display: flex;
  justify-content: left;
}

.ctur-gnv ul#ctur-gnv-menu>li {
  display: block;
  position: relative;

  font-size: 12px;
  text-align: center;
}

#ctur-gnv-menu li ul.submn {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#ctur-gnv-menu li a {
  display: block;
  color: #fff;
  padding: 10px 2em;
}

#ctur-gnv-menu li a:hover {
  opacity: 0.7;
}

#ctur-gnv-menu li a:before {
  content: "\f105 ";
  margin: 0 0.5em 0 0;
  font-family: FontAwesome;
}

/* コンテンツ内 */
.ctur-ct {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .ctur-ct {
  display: block;
}

.ctur-more {
  text-align: right;
  overflow: hidden;
  /* display: flex;
  justify-content: space-between; */
}

.ctur-more a {
  display: block;
  padding: 0.5em 1em 0.5em 0;
  border: none;
  color: #000;
  float: right;
  text-align: right;
  width: 200px;
  font-size: 120%;
  font-weight: bold;
}

.ctur-more a:before {
  content: "\f105 ";
  margin: 0 0.5em 0 0;
  font-family: FontAwesome;
}

.ctur-more a:hover {
  padding: 0.5em 0.3em 0.5em 0;
  transition: 0.3s;
}

/* メインエリア */

main {
  float: right;
  max-width: 750px;
  margin-bottom: 50px;
}

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

.ctur-lct img {
  float: left;
  max-width: 50%;
  margin-right: 10px;
}

.ctur-lct h2 {
  padding: 5px 10px;
  margin: 0 0 10px;
}

article {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

/*トップへ*/

p.ctur-tp a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 39px;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
}

p.ctur-tp a:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

/* aside サイドメニュー*/
aside {
  float: left;
  /*min-*/
  width: 230px;
  margin: 20px auto 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #da730c;
  font-size: 21px;
  border-bottom: 1px solid #da730c;
}

aside a {
  padding: 0;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  border-radius: 8px;
}

aside a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}

aside .slk img {
  float: left;
  height: 70px;
  margin-right: 10px;
  object-fit: cover;
  width: 70px;
}

.side-ctur-ct p {
  background: rgba(255, 255, 255, 0.15);
  width: 80px;
  height: 80px;
  display: block;
  line-height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

.side-ctur-ct>li {
  margin: 0 auto 30px;
}

.side_in li,
.slk li {
  margin: 0 0 10px;
  display: block;
}

/* おすすめリンク */

.ctur-lkb {
  width: 100%;
}

.ctur-lkb h2 {
  text-align: center;
  background: #e5c8ab;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
}

.ctur-lkb h2:before {
  content: none;
}

.ctur-lkb .lkin {
  display: block;
  margin: 0 0 20px;
}

.ctur-lkb h3 {
  margin: 0 0 10px;
  border-bottom: 2px solid #da730c;
}

.ctur-lkb h3 a {
  display: block;
}

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

.ctur-lkb p {
  padding: 0;
}

.ctur-lkb a {
  text-align: left;
}

/* footer */

footer {
  position: relative;
  background: #da730c;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 19px;
}

footer a {
  color: #fff;
  font-size: 80%;
}

footer a:hover {
  opacity: 0.7;
}

footer .ctur-ct {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ctur-ftc {
  font-size: 70%;
  text-align: center;
  padding: 1em;
}

.ctur-ftm {
  width: 25%;
  margin-right: 2%;
}

/* under */

.nf {
  text-align: center;
  margin: 20px 0 0;
}

.nfdd {
  font-size: 200%;
  color: #da2c0c;
}

/* パンくず */

.ctur-pn {
  margin-bottom: 3px;
}

.ctur-pn a {
  display: inline;
  font-size: 80%;
  color: #fff;
}

.ctur-pn font {
  color: #ccc;
}

/* SNS */

.ctur-bare {
  width: 100%;
  margin: 50px 0;
}

.snsctn {
  display: flex;
  justify-content: right;
}

.ctur-bare>div {
  text-align: center;
}

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

.ctur-sa {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.ctur-sb {
  width: 17%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.ctur-sb .fa {
  font-weight: bold;
}

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

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

/* SNSごとの背景色 */

#twitter,
#hatena,
#facebook,
#ggl-plus {
  border-radius: 8px;
}

#twitter {
  background-color: #00acee;
  border-radius: 8px;
}

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

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

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