@charset "UTF-8";

/* 見出しの配色とフォント
-----------------------------------------------*/
#container h1 {
  color: #F1F1F3;
  background: #2CC4E4;

  font-family: "Midashi Min MA31";
}

#container h2 {
  border-left: 4px solid #00B050;

  font-family: "Midashi Min MA31";
}

#container h3 {
  border-left: 4px solid #2CC4E4;

  font-family: "Midashi Min MA31";
}

/* ナビゲーションの配色
-----------------------------------------------*/
#nav ul.cc-nav-level-0 li a:hover {
  background: #d8d8d8;
}

#nav a.current {
  background: #e6e6e6;
}

/* 見出しの調整
-----------------------------------------------*/
#container h1 {
  margin: 10px 0 20px;
  padding: 0.8em;

  font-size: 1.4em;
}

#container h2 {
  margin: 10px 0 20px;
  padding: 0.8em 1em;

  font-size: 1.4em;
}

#container h3 {
  margin: 10px 0 20px;
  padding-left: 1em;

  font-size: 1.4em;
}

/* Jimdo Reset
-----------------------------------------------*/
body div.n {
  padding: 5px 0;
}

body a:hover {
  text-decoration: underline;

  font-weight: bold;
}

body img {
  vertical-align: bottom;
}

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
  font-family: inherit;
  font-size: 0.95em;
}

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input {
  line-height: normal;
}

div.cc-m-form-view-input input[type="text"] {
  padding: 0 0.3em;
}

div.cc-m-form-view-input textarea {
  padding: 0.3em;
}

div.cc-m-form-view-input select[multiple="multiple"] {
  padding: 0.2em;
}

div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
  padding: 0;

  border: none;
}

div.cc-m-form-view-input div.captcha input[name="captcha"] {
  width: auto;
  padding: 3px 0 3px 6px;

  font-family: inherit;
  font-size: 1.3em;
  line-height: 1.5;
}

div.cc-com-entry input[type="submit"],
div.cc-m-form-view-input input[type="submit"] {
  display: inline-block;

  margin: 1.5em auto;
  padding: 0.5em 1.5em;

  cursor: pointer;
  text-align: center;
  vertical-align: middle;

  color: #333333;
  border: 1px solid #cccccc;
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, #fff, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #fff, #E6E6E6);
  background-image: -o-linear-gradient(top, #fff, #E6E6E6);
  background-image: linear-gradient(to bottom, #fff, #E6E6E6);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  font-size: 1em;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

div.cc-com-entry input[type="submit"]:hover,
div.cc-m-form-view-input input[type="submit"]:hover {
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  text-decoration: none;

  color: #333333;
  background-color: #E6E6E6;
  background-position: 0 -15px;
}

div.cc-m-form-layout-1 div.cc-m-form-view-label {
  line-height: 2.5em;
}

/*フォームラベルを2カラムにした際の幅調整*/
form.cc-m-form div.cc-m-form-view-label,
form.cc-m-form div.cc-m-form-view-label {
  width: 24%;
}

form.cc-m-form div.cc-m-form-view-input {
  width: 74%;
}

/* Layout
-----------------------------------------------*/
/*コンテンツのコンテナ*/
#container {
  max-width: 1100px;
  margin: 10px auto 0;
  padding: 0 1em 0;

  background-color: #FFFFFF;
}

/*ヘッダーのコンテナ*/
#head-container {
  max-width: 1100px;
  height: auto;
  margin: auto;
}

#head-container:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: ".";
}

/*ロゴいれる*/
#header {
  float: left;

  max-width: 1100px;
  margin: 0px auto 0px;

  text-align: center;
}

/*トップページにだけ表示させたいバナー*/
#banner {
  display: none;
}

.cc-indexpage #banner {
  display: block;
  justify-content: center;

  width: 100%;
  height: 350px;
  margin: 0;

  text-align: center;
  vertical-align: middle;

  background-image: url(https://u.jimcdn.com/cms/o/s786459b96c01218d/userlayout/img/background-girl2.jpg?t=1575001171);
  background-repeat: no-repeat;
  background-position: center top;
  background-origin: border-box;
  background-size: cover;
}

#banner div.inner_banner {
  width: auto;
  padding: 50px 10% 0;
}

#banner h2 {
  color: #000000;
  border: none;

  font-family: "Midashi Go MB31";
}

#banner p {
  margin-bottom: 1em;

  font-family: "Midashi Go MB31";
  font-size: 1em;
}

#banner a {
  max-width: 300px;
  margin-top: 1em;
  padding: 1em;

  text-decoration: none;

  color: #FFFFFF;
  background-color: #00B050;

  font-weight: bold;
}

/*下部問い合わせボタンのPC表示*/
#fixed_btn {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;

  display: block;

  width: auto;
  margin-top: auto;
}

#fixed_btn img {
  float: right;

  width: 300px;
  margin-right: 30px;
  height: auto;
}

/*位置調整*/
#visual {
  clear: both;
}

#content {
  float: left;

  width: 70%;
  max-width: 728px;
  margin: 0 0 30px;
  padding: 0;

  font-size: 103%;
}

#content ol li {
  font-family: "Gothic MB101 Light";
}

#content p {
  margin-bottom: 1.8em;

  font-size: 103%;
  line-height: 1.75;
}

#content img {
  margin-bottom: 1.8em;
}

/*見出しのPC表示調整*/
#blog h2.j-blog-headline{
  padding: 0.8em;
  margin:0;
}
#cc-m-1 img{
  margin-bottom:0;
}
#cc-m-1 a{
  text-decoration:none;
}
#cc-m-1 h2{
  font-size:1em;
  margin:0;
  border-left:none;
  background-color:#2CC4E4;
  color:#FFFFFF;
}
#cc-m-1 .n{
  padding:0;
}


#content ol {
  margin-bottom: 1.6em;

  font-size: 103%;
  line-height: 1.75;
}

#content ul {
  margin-bottom: 1.6em;

  font-size: 103%;
  line-height: 1.75;
}

#side {
  float: right;

  box-sizing: border-box;
  width: 30%;
  max-width: 300px;
  margin: 30px 0;
  padding-left: 1em;

  font-family: "Gothic MB101 Light";
}

#side .is-position-fixed {
  box-sizing: border-box;
  width: 30%;
  max-width: 300px;
  padding-right: 1em;
}

#side p {
  margin-bottom: 1.6em;

  line-height: 1.75;
}

#footer {
  clear: both;

  font-size: 70%;
}

/* Header
-----------------------------------------------*/
#header div.head-banner {}

#header .head-banner a {
  margin: auto;
  margin-left: 1em;

  text-decoration: none;

  font-size: 2em;
  font-weight: bold;
}

/* Nav ドロップダウンメニュー挑戦中
-----------------------------------------------*/
/*メニュー*/
#header2 {
  float: right;

  max-width: 1100px;
  margin: 0px auto 0px;

  text-align: left;
}

#nav ul {
  margin: 0;
  padding: 0;

  list-style-type: none;

  text-align: center;
}

#nav ul.cc-nav-level-0 {
  display: flex;
  flex-wrap: nowrap;

  height: 58px;

  white-space: nowrap;
}

#nav ul li {
  display: block;
}

#nav ul li.j-nav-has-children {
  position: relative;

  overflow-y: hidden;
}

#nav ul li.j-nav-has-children>a {
  pointer-events: auto;
}

#nav ul li.j-nav-has-children:hover {
  overflow-y: visible;
}

#nav ul li a {
  display: block;

  padding: 15px 10px;

  text-align: center;
  text-decoration: none;

  color: #000;

  font-family: "Midashi Go MB31";
  font-size: 16px;
  font-weight: bold;
}

#nav ul.cc-nav-level-0 li ul {
  position: absolute;
  z-index: 9999;
  top: 58px;
  right: 0;
  left: 0;

  background-color: #F1F1F3;
}

/* Footer
-----------------------------------------------*/
#footer .leftrow {
  line-height: 2em;
}

#footer .leftrow img {
  vertical-align: middle;
}

/*フォント調整*/
body {
  font-size: 16px !important;

  -webkit-font-smoothing: antialiased;
}

body div {
  letter-spacing: 0.05em;

  font-family: "Gothic MB101 Light";
  line-height: 1.75;
}

body p {
  letter-spacing: 0.05em;

  font-family: "Gothic MB101 Light";
  line-height: 1.75;
}

#content div {
  line-height: 1.75;
}

/* もしもアフィリエイト  かんたんリンク カスタマイズ */
/* ---  商品タイトル --- */
p.easyLink-info-name a {}

/* --- ボタンサイズ --- */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
  padding: 1px !important;
}

@media screen and (min-width: 704px) {
  div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
    margin-bottom: 10px !important;
  }
}

/* --- ボタン下空白を削除 --- */
div.easyLink-box {
  padding: 10px;
}

div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
  margin-bottom: 0 !important;
}

/* --- ボタン色 --- */
a.easyLink-info-btn-amazon, a.easyLink-info-btn-rakuten, a.easyLink-info-btn-yahoo {
  height: 1.5em;

  color: #333333 !important;
  border: 1.2px solid #808080 !important;
  background: #FFFDE7 !important;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

/* --- マウスオーバー時エフェクト --- */
a:hover.easyLink-info-btn-amazon, a:hover.easyLink-info-btn-rakuten, a:hover.easyLink-info-btn-yahoo {
  transform: translateY(0.1em)
}

/* --- 画像サイズ --- */
div.easyLink-box div.easyLink-img,
div.easyLink-box div.easyLink-img p.easyLink-img-box,
div.easyLink-box div.easyLink-img p.easyLink-img-box img.easyLink-img-pht {
  max-width: 240px !important;
  max-height: 240px !important;
  margin: auto;
}

#content p.easyLink-img-box img {
  margin-bottom: 0;
}

#content p.easyLink-img-box {
  margin-bottom: 0;
}

/*上に戻るボタン*/
ul.cc-FloatingButtonBarContainer {
  bottom: 120px;
}

.cc-FloatingButtonBarContainer li a {
  padding: 10px;
}

/*パンくずリスト*/
.cc-indexpage #breadcrumb {
  display: none;
}

#breadcrumb {
  margin: 1em 0 0;
}

#breadcrumb:after {
  display: block;
  clear: both;

  content: "";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;

  list-style-type: none;
}

#breadcrumb ol li {
  float: left;

  margin: 0 8px 0 0;
}

#breadcrumb ol li a:before {
  content: " > ";
}

#breadcrumb ol li a {
  text-decoration: none;

  color: #666;
  background: none;
}

/*スマホ対応*/
@media only screen and (max-width:768px) {
  body div {
    font-size: 16px;
  }

  #container {
    box-sizing: border-box;
    width: auto;
    margin: 58px 0 10vh;
    padding: 0 0.6em 0;

    background-color: transparent;
  }

  .cc-indexpage #container {
    margin-top: 0;
  }

  #side {
    display: none;
  }

  #content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  #breadcrumb {
    margin: 0;
  }

  #head-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    height: 58px;

    background-color: #F1F1F3;
  }

  #head-container:after {
    content: none;
  }

  #header {
    display: none;
  }

  #header2 {
    width: 100%;
  }

  #nav {
    width: auto;
  }

  #nav ul.cc-nav-level-0 {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    width: auto;
    min-width: 100%;
    height: auto;

    white-space: nowrap;
  }

  #nav ul.cc-nav-level-1 a {}

  #nav ul.cc-nav-level-0 li {
    flex-shrink: 0;

    height: 58px;

    background-color: #F1F1F3;
  }

  .cc-indexpage #banner {
    margin-top: 58px;

    background-position: left 32% center;
  }

  #contact {
    display: none;
  }

  #footer .leftrow {
    width: auto !important;

    font-size: 1em;
  }

  /*見出し調整*/
  #content h1 {
    font-size: 1.4em;
  }

  #content h2 {
    font-size: 1.4em;
  }

  #content h3 {
    font-size: 1.4em;
  }

  #cc-m-1 h2 {
    margin: 0em;
    padding: 0.8em;

    font-size: 1.2em;
  }

  #cc-m-1 img {
    margin-bottom: 0;
  }

  /*最下部問い合わせボタン*/
  #fixed_btn {}

  #fixed_btn img {
    float: left;

    width: 50%;
    margin: 0;
  }

  /*上に戻るボタン*/
  ul.cc-FloatingButtonBarContainer {
    bottom: 80px;
  }

  /*ブログ一覧の調整*/
  #content .cc-m-hgrid-column {
    width: 100% !important;
    padding-right: 0;
  }
  #content .cc-m-hgrid-column div {
    padding:0;
  }
  #content div.cc-m-hgrid-column{
    padding-bottom:1.5em;
  }
}