@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

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

body {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  /* background: url("../images/bg.png") repeat; */
  background-color: #6ecbd1;
}

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 {
  font-size: 130%;
  margin-bottom: 25px;
}

/* +下層用 */
h2,
.under h1 {
  color: #000000;
}

.under h1 {
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 130%;
}

h2:before,
.under h1:before {
  content: "\f0c8";
  margin: 0 0.5em 0 0;
  font-family: FontAwesome;
  color: rgb(247, 223, 42);
  font-size: 1.6em;
  vertical-align: middle;
}

h3,
.under h2 {
  border-bottom: 2px dashed #b1a395;
}

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

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


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

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

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

article ul {
  padding: 1em;
  margin: 1.5em 0;
  border: 1px solid #7b6c5d;
}

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

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #7b6c5d;
}

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;
  color: #483a00;
  font-size: 120%;
}

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #d0d0d0;
  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: #ead4bf;
}

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

/* ヘッダーエリア */

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

.hale.sub_p {
  margin-bottom: 10px;
}

.hale a {
  color: #fff;
}

/* スライダー*/
.mvsl {
  background: rgba(225, 225, 201, 0.38);
  overflow: hidden;
  padding: 20px;
  border-radius: 15px;

  display: flex;
}

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

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

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

/*サイトタイトル*/

.ctnr.conta_tit {
  width: 360px;
  float: right;
  background: none;
}

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

.hale .sttl {
  /*.hale h1.sttl*/
  margin: 0;
  padding: 70px 0 0;
}

.hale .sttl.sub_p {
  /*.hale h1.sttl.sub_p*/
  padding: 0;
}

.hale .sttl a {
  /*.hale h1.sttl a*/
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
  line-height: 1.25;
}

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

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

.g_nv {
  background: #d3ac85;
}

.g_nv ul {
  width: 470px;
  display: flex;
  justify-content: space-around;
}

.g_nv ul#g_nv-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 12px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#g_nv-menu li a {
  display: block;
  color: #fff;
}

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

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

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

header .ctnr {
  display: block;
}

.mobtn {
  text-align: right;
  overflow: hidden;
}

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

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

.mobtn a:hover {
  padding: 0.5em 0.3em 0.5em 0;
  transition: 0.3s;
  color: #e5c8ab;
}

/* メインエリア */

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

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

.lictn img {
  float: left;
  max-width: 35%;
  margin-right: 10px;
}

.lictn h2 {
  padding: 5px 10px;
  margin: 0 0 10px;
}

article {
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
}

/*トップへ*/

p.topb a {
  background: #6ecbd1 none repeat scroll 0 0;
  border: 5px solid #fff;
  border-radius: 39px;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}

/* aside サイドメニュー*/

aside {
  float: right;
  /*min-*/
  width: 230px;
  margin: 20px auto 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

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

aside a {
  padding: 0;
  font-size: 14px;
  color: #000000;
}

aside a:hover {
  opacity: 0.7;
}

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

.side-ctnr h3 {
  background: #6ecbd1;
  width: 80px;
  height: 80px;
  display: block;
  line-height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 5px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

.side_in li,
.slk li {
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0 10px;
  display: block;
  border-radius: 8px;
}

/* おすすめリンク */

.libx {
  display: table;
  width: 100%;
}

.libx h2 {
  text-align: center;
  background: #d3ac85;
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  color: #fff;
  border-radius: 8px;
}

.libx h2:before {
  content: none;
}

.libx .lkin {
  display: block;
  margin: 0 0 0 20px;
}

.libx h3 {
  margin-bottom: 0;
}

.libx h3 a {
  display: block;
}

.libx h3 a::after {
  content: ">";
  margin-left: 5px;
}

.libx p {
  padding: 0;
  margin-bottom: 15px;
}

.libx a {
  text-align: left;
}

/* footer */

footer {
  position: relative;
  background: #d3ac85;
  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 .ctnr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ftcpy {
  font-size: 70%;
  text-align: center;
}

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

/* under */

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

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

/* パンくず */

.pan {
  margin-bottom: 3px;
}

.pan a {
  display: inline;
  font-size: 80%;
  color: #000000;
}

.pan font {
  color: #ccc;
}

/* SNS */

.barea {
  width: 100%;
  margin: 50px 0;
}

.snsctn {
  display: flex;
  justify-content: space-betwittereen;
}

.barea>div {
  text-align: center;
}

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

.ttfl {
  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;
}

.btnwl {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.btnwl .fa {
  font-weight: bold;
}

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

.btnlk: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;
}