@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600;700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px; }

body > img {
  display: none; }

body > #pagebody > table {
  border-collapse: collapse; }

.inc_dody_wrap {
  margin: 0 !important; }

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px; }
  .sp_menu i {
    font-size: 36px;
    color: #FFF; }

h1 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.75);
  line-height: 90px; }
  h1 span {
    display: block;
    font-size: 44px;
    color: #ffff94;
    font-weight: 600; }

h2 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  color: #333;
  font-size: 36px;
  margin-bottom: 80px;
  text-align: center; }
  h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #29abe2;
    position: relative;
    padding-bottom: 10px; }
    h2 span::after {
      content: '';
      width: 68px;
      height: 1px;
      background: #29abe2;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }

h2 + p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 80px;
  margin-top: -40px; }

h3 {
  font-size: 28px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600; }

h3 + p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px; }

section {
  padding: 80px 0; }
  section:nth-of-type(odd) {
    background: #fffdf0; }
  section:nth-of-type(even) {
    width: 100%;
    position: relative;
    min-height: 840px; }
    section:nth-of-type(even)::before {
      content: '';
      background: url("../images/section_bk_01.jpg") center top/100% no-repeat;
      position: absolute;
      top: 0;
      width: 100%;
      height: 700px;
      z-index: -1; }
    section:nth-of-type(even)::after {
      content: '';
      background: url("../images/section_bk_02.jpg") center bottom/100% no-repeat;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 700px;
      z-index: -1; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box; }

.link_btn {
  display: block;
  width: 480px;
  margin: 60px auto 0;
  border: 1px solid #0071bc;
  background: #0071bc;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s; }
  .link_btn:hover {
    background: #fff;
    transition: .2s;
    color: #0071bc; }

.link_btn_container {
  width: 100%; }
  .link_btn_container p {
    font-size: 28px;
    color: #333;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    text-align: center; }
  .link_btn_container .link_btn {
    margin: 40px auto 0; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  h1 {
    font-size: 28px; }
    h1 span {
      font-size: 18px; }

  h2 {
    font-size: 24px;
    margin-bottom: 60px; }
    h2 span {
      font-size: 16px; }

  section {
    padding: 60px 0; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #0573DD; }

  .link_btn {
    width: 90%;
    font-size: 18px;
    margin: 20px auto 0; }

  .link_btn_container p {
    padding: 0 20px;
    font-size: 21px; }

  .mm-menu {
    background: #f7f7f7 !important; }

  .mm-listitem > a {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  /*#mm-1 > ul > li:nth-child(6) > a {background:#383435;color: #FFF !important;width: 80%;margin: 0 auto;}
  #mm-1 > ul > li:nth-child(6) {margin-top:20px;}
  #mm-1 > ul > li:nth-child(6)::after {border:none;}
  #mm-1 > ul > li:nth-child(7) > a {background:#d34471;color: #FFF !important;width: 80%;margin: 10px auto 0;}*/ }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.header_container {
  width: 100%;
  height: 72px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box; }
  .header_container figure {
    width: 168px;
    position: relative;
    z-index: 0;
    transition: .3s;
    margin-left: 40px; }
    .header_container figure a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .header_container figure:hover {
      opacity: .7;
      transition: .3s; }
  .header_container .global_nav {
    width: 800px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header_container .global_nav a {
      text-decoration: none;
      font-family: 'Shippori Mincho B1', serif;
      font-weight: 600;
      font-size: 18px;
      color: #333;
      margin-left: 50px; }
      .header_container .global_nav a:nth-of-type(n + 4) {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #666;
        margin-left: 24px; }
      .header_container .global_nav a:first-of-type {
        margin-left: 0; }
      .header_container .global_nav a:nth-of-type(4) {
        margin-left: 60px; }

@media screen and (max-width: 896px) {
  .header_container {
    padding: 0 10px;
    height: 64px; }

  .header_container figure {
    width: 140px;
    margin-left: 0; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_wrap {
  width: 100%;
  background: #d2eff7;
  padding: 80px 0; }
  .footer_wrap .footer_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .footer_wrap .footer_container .footer_item {
      width: 48%; }
      .footer_wrap .footer_container .footer_item p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-bottom: 20px; }
      .footer_wrap .footer_container .footer_item .footer_item_ttl {
        font-size: 18px;
        font-family: 'Shippori Mincho B1', serif;
        font-weight: 600;
        color: #333;
        margin-bottom: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #29abe2;
        margin-top: 30px; }
        .footer_wrap .footer_container .footer_item .footer_item_ttl:first-of-type {
          margin-top: 0; }
      .footer_wrap .footer_container .footer_item .footer_notice {
        font-size: 14px;
        color: #ed1c24;
        padding-left: 14px;
        text-indent: -14px;
        margin-bottom: 10px; }
      .footer_wrap .footer_container .footer_item .footer_item_box {
        width: 100%;
        padding: 16px 0;
        background: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #666; }
        .footer_wrap .footer_container .footer_item .footer_item_box figure {
          width: 386px;
          margin: 0 auto; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #0071bc;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #0071bc;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

.footer_sitemap_wrap {
  width: 100%;
  padding: 24px 0;
  background: #0071bc; }
  .footer_sitemap_wrap .footer_sitemap_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .footer_sitemap_wrap .footer_sitemap_container figure {
      width: 168px;
      margin-right: 100px; }
    .footer_sitemap_wrap .footer_sitemap_container a {
      text-decoration: none;
      font-family: 'Shippori Mincho B1', serif;
      font-weight: 600;
      color: #fff;
      font-size: 18px;
      margin-right: 30px; }
      .footer_sitemap_wrap .footer_sitemap_container a:last-of-type {
        margin-right: 0; }

@media screen and (max-width: 896px) {
  .footer_wrap {
    padding: 60px 0 100px; }

  .footer_wrap .footer_container .footer_item {
    width: 100%; }
    .footer_wrap .footer_container .footer_item:nth-of-type(2) {
      margin-top: 30px; }

  .footer_wrap .footer_container .footer_item .footer_item_box figure {
    width: 80%; }

  .footer_sitemap_wrap .footer_sitemap_container figure {
    width: 100%; }
    .footer_sitemap_wrap .footer_sitemap_container figure img {
      width: 140px; }

  .footer_sitemap_wrap .footer_sitemap_container a {
    margin-right: 0;
    display: block;
    width: 46%;
    margin-top: 20px;
    font-size: 16px; } }
/*****************************************************

 MAIN
 
*****************************************************/
/* cover
----------------------------------------------------*/
.main_cover {
  width: 100%;
  height: 800px;
  padding: 130px 0 130px;
  box-sizing: border-box;
  position: relative;
  z-index: 0; }
  .main_cover h1 {
    text-align: center; }
  .main_cover h1 + p {
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.75); }
  .main_cover .auther_container {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    z-index: 1; }
    .main_cover .auther_container p {
      font-family: 'Shippori Mincho B1', serif;
      font-weight: 600;
      color: #fff;
      text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.75); }
      .main_cover .auther_container p:nth-of-type(1) {
        font-size: 22px;
        margin-bottom: 10px;
        padding-bottom: 4px;
        position: relative; }
        .main_cover .auther_container p:nth-of-type(1)::after {
          content: '';
          width: 70px;
          height: 1px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .main_cover .auther_container p:nth-of-type(2) {
        font-size: 60px; }
      .main_cover .auther_container p:nth-of-type(3) {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 3px; }
  .main_cover .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 800px;
    z-index: -1; }
    .main_cover .slider li {
      height: 800px; }
      .main_cover .slider li img {
        height: 100%; }

@media screen and (max-width: 896px) {
  .main_cover {
    padding: 40px 0 64px;
    height: auto; }

  .main_cover .slider {
    min-height: auto; }

  .main_cover h1 {
    letter-spacing: 0;
    line-height: normal; }

  .main_cover h1 + p {
    font-size: 16px; }

  .main_cover .auther_container {
    margin-top: 30px; }

  .main_cover .auther_container p:nth-of-type(1) {
    font-size: 16px; }
    .main_cover .auther_container p:nth-of-type(1)::after {
      width: 60px; }

  .main_cover .auther_container p:nth-of-type(2) {
    font-size: 38px; }

  .main_cover .auther_container p:nth-of-type(3) {
    font-size: 14px; }

  .main_cover .slider li {
    height: 360px; } }
/* Pick Up
----------------------------------------------------*/
.pickup_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0; }
  .pickup_container > h2 {
    width: 100%; }
  .pickup_container figure {
    width: 150px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .pickup_container figure a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .pickup_container figure:hover {
      opacity: .7;
      transition: .3s; }
    .pickup_container figure figcaption {
      font-size: 14px;
      color: #333;
      text-align: center; }

@media screen and (max-width: 896px) {
  .pickup_container {
    padding: 60px 0; }

  .pickup_container figure {
    width: 31%; } }
/* Ranking
----------------------------------------------------*/
.ranking_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .ranking_container .ranking_item {
    width: 31%;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .ranking_container .ranking_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .ranking_container .ranking_item:hover {
      opacity: .7;
      transition: .3s; }
    .ranking_container .ranking_item figure {
      width: 136px;
      margin: 0 auto; }
    .ranking_container .ranking_item figure:nth-of-type(2) {
      width: 100%;
      margin: 10px 0; }
      .ranking_container .ranking_item figure:nth-of-type(2) img {
        height: 100%; }
    .ranking_container .ranking_item p:nth-of-type(1) {
      text-align: right;
      font-family: 'Shippori Mincho B1', serif;
      font-weight: 600;
      color: #c1272d;
      font-size: 16px;
      margin-bottom: 8px; }
    .ranking_container .ranking_item p:nth-of-type(2) {
      font-size: 16px;
      color: #666; }
    .ranking_container .ranking_item:nth-of-type(-n + 2) {
      width: 48%;
      margin-bottom: 40px; }
      .ranking_container .ranking_item:nth-of-type(-n + 2) figure:nth-of-type(1) {
        width: 178px; }

@media screen and (max-width: 896px) {
  .ranking_container .ranking_item {
    width: 100%;
    margin-bottom: 40px; }

  .ranking_container .ranking_item:nth-of-type(-n + 2) {
    width: 100%; } }
/* Recommend
----------------------------------------------------*/
.recommend_ttl_container {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 1280px; }
  .recommend_ttl_container .h3_container {
    width: 100%;
    margin: 60px auto 20px; }
    .recommend_ttl_container .h3_container > h3 {
      width: 1008px;
      margin: 0 auto 20px;
      border-radius: 8px;
      position: relative;
      text-align: center;
      color: #fff;
      padding: 8px 0; }
      .recommend_ttl_container .h3_container > h3::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        border: 12px solid transparent;
        border-top: 14px solid #57b275; }
  .recommend_ttl_container figure {
    width: 48%; }
  .recommend_ttl_container .recommend_ttl_item {
    width: 640px; }
    .recommend_ttl_container .recommend_ttl_item > p {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px; }
    .recommend_ttl_container .recommend_ttl_item > a {
      display: block;
      width: 60%;
      background: #29abe2;
      text-align: center;
      padding: 10px 0;
      text-decoration: none;
      font-size: 18px;
      color: #fff;
      margin-bottom: 16px; }
      .recommend_ttl_container .recommend_ttl_item > a i {
        margin-right: 4px; }
      .recommend_ttl_container .recommend_ttl_item > a:last-of-type {
        margin-bottom: 0; }
  .recommend_ttl_container:nth-of-type(2) .h3_container {
    margin: 0 auto 20px; }
  .recommend_ttl_container:nth-of-type(2) .h3_container > h3, .recommend_ttl_container:nth-of-type(2) .recommend_ttl_item a {
    background: #57b275; }
  .recommend_ttl_container:nth-of-type(2) .h3_container > h3::after {
    border-top: 14px solid #57b275; }
  .recommend_ttl_container:nth-of-type(4) .h3_container > h3, .recommend_ttl_container:nth-of-type(4) .recommend_ttl_item a {
    background: #ffa05f; }
  .recommend_ttl_container:nth-of-type(4) .h3_container > h3::after {
    border-top: 14px solid #ffa05f; }
  .recommend_ttl_container:nth-of-type(6) .h3_container > h3, .recommend_ttl_container:nth-of-type(6) .recommend_ttl_item a {
    background: #45cfef; }
  .recommend_ttl_container:nth-of-type(6) .h3_container > h3::after {
    border-top: 14px solid #45cfef; }
  .recommend_ttl_container:nth-of-type(8) .h3_container > h3, .recommend_ttl_container:nth-of-type(8) .recommend_ttl_item a {
    background: #f46e88; }
  .recommend_ttl_container:nth-of-type(8) .h3_container > h3::after {
    border-top: 14px solid #f46e88; }
  .recommend_ttl_container:nth-of-type(10) .h3_container > h3, .recommend_ttl_container:nth-of-type(10) .recommend_ttl_item a {
    background: #5d75db; }
  .recommend_ttl_container:nth-of-type(10) .h3_container > h3::after {
    border-top: 14px solid #5d75db; }

.left_ph {
  flex-direction: row;
  margin: 0 auto; }
  .left_ph figure {
    margin-right: 2%; }

.right_ph {
  flex-direction: row-reverse;
  margin: 0 auto; }
  .right_ph figure {
    margin-left: 2%; }

.recommend_content_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin: 40px auto 100px;
  padding: 30px;
  box-sizing: border-box; }
  .recommend_content_container .recommend_item {
    width: 23%;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .recommend_content_container .recommend_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .recommend_content_container .recommend_item:hover {
      opacity: .7;
      transition: .3s; }
    .recommend_content_container .recommend_item figure {
      width: 100%; }
    .recommend_content_container .recommend_item p {
      font-size: 16px;
      color: #666; }
      .recommend_content_container .recommend_item p:nth-of-type(1) {
        font-family: 'Shippori Mincho B1', serif;
        font-weight: 700;
        color: #c1272d;
        margin: 10px 0;
        text-align: right; }
    .recommend_content_container .recommend_item:last-of-type {
      margin-right: 0; }
  .recommend_content_container:nth-of-type(3) {
    background: #ebfff1; }
  .recommend_content_container:nth-of-type(5) {
    background: #fffdf0; }
  .recommend_content_container:nth-of-type(7) {
    background: #eefbff; }
  .recommend_content_container:nth-of-type(9) {
    background: #fff3f6; }
  .recommend_content_container:nth-of-type(11) {
    background: #f0f0ff; }

@media screen and (max-width: 896px) {
  .recommend_ttl_container .h3_container > h3 {
    width: 90%; }

  .recommend_ttl_container .h3_container {
    margin: 10px auto 20px; }

  .recommend_ttl_container {
    min-width: 90%;
    margin: 0 auto; }

  .recommend_ttl_container figure {
    width: 100%;
    margin: 0 0 2% 0; }

  .recommend_ttl_container .recommend_ttl_item > a {
    width: 100%;
    font-size: 16px; }

  .recommend_content_container {
    min-width: 90%;
    width: 90%;
    margin: 40px auto 80px; }

  .recommend_content_container .recommend_item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .recommend_content_container .recommend_item:nth-of-type(2n) {
      margin-right: 0; } }
/* Charm
----------------------------------------------------*/
.charm_wrap h3 {
  text-align: center; }
  .charm_wrap h3 span {
    display: block;
    margin-bottom: 4px;
    position: relative; }
    .charm_wrap h3 span::before, .charm_wrap h3 span:after {
      content: '';
      display: inline-block;
      width: 3px;
      height: 32px;
      background: #0071bc;
      position: absolute;
      bottom: 6px; }
    .charm_wrap h3 span::before {
      transform: rotate(-45deg);
      margin-left: -30px; }
    .charm_wrap h3 span::after {
      transform: rotate(45deg);
      margin-left: 20px; }
.charm_wrap .charm_upper_container {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 60px; }
  .charm_wrap .charm_upper_container .charm_upper_item {
    width: 32%; }
    .charm_wrap .charm_upper_container .charm_upper_item figure {
      width: 100%; }
    .charm_wrap .charm_upper_container .charm_upper_item p {
      font-size: 14px;
      color: #666; }
      .charm_wrap .charm_upper_container .charm_upper_item p:nth-of-type(1) {
        font-size: 18px;
        font-family: 'Shippori Mincho B1', serif;
        font-weight: 700;
        color: #0071bc;
        margin: 16px 0 8px; }
.charm_wrap .charm_lower_container {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto 0; }
  .charm_wrap .charm_lower_container .charm_lower_item {
    width: 24%; }
    .charm_wrap .charm_lower_container .charm_lower_item figure {
      width: 100%; }
    .charm_wrap .charm_lower_container .charm_lower_item p {
      font-size: 14px;
      color: #666; }
      .charm_wrap .charm_lower_container .charm_lower_item p:nth-of-type(1) {
        font-size: 18px;
        font-family: 'Shippori Mincho B1', serif;
        font-weight: 700;
        color: #0071bc;
        margin: 16px 0 8px; }

@media screen and (max-width: 896px) {
  .charm_wrap .charm_upper_container {
    width: 90%; }

  .charm_wrap .charm_upper_container .charm_upper_item {
    width: 100%;
    margin-bottom: 30px; }

  .charm_wrap .charm_lower_container .charm_lower_item {
    width: 48%;
    margin-bottom: 40px; }
    .charm_wrap .charm_lower_container .charm_lower_item:nth-of-type(n + 3) {
      margin-bottom: 0; } }
/* How to use
----------------------------------------------------*/
.how_to_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .how_to_container .how_to_item {
    width: 26%;
    margin-bottom: 40px; }
    .how_to_container .how_to_item figure {
      width: 233px;
      margin: 0 auto; }
      .how_to_container .how_to_item figure figcaption {
        font-family: 'Shippori Mincho B1', serif;
        font-weight: 700;
        font-size: 24px;
        color: #29abe2;
        margin: 10px auto;
        text-align: center; }
    .how_to_container .how_to_item p {
      font-family: 'Shippori Mincho B1', serif;
      font-weight: 700;
      font-size: 18px;
      color: #333;
      text-align: center;
      letter-spacing: 0;
      margin: 0; }

@media screen and (max-width: 896px) {
  .how_to_container .how_to_item {
    width: 48%; }

  .how_to_container .how_to_item:last-of-type {
    margin-bottom: 0; }

  .how_to_container .how_to_item figure {
    width: 90%; }

  .how_to_container .how_to_item p {
    text-align: left;
    font-size: 16px; } }
/*****************************************************

 下層

*****************************************************/
/* header / footer / side
----------------------------------------------------*/
.inc_dody_wrap main .main_cover {
  height: 728px;
  padding: 100px 0 50px;
  background: url("../images/lv1_cover.jpg") center/cover no-repeat; }
  .inc_dody_wrap main .main_cover h1, .inc_dody_wrap main .main_cover h1 + p, .inc_dody_wrap main .main_cover .auther_container p:nth-of-type(2), .inc_dody_wrap main .main_cover .auther_container p:nth-of-type(3) {
    margin: 0; }
.inc_dody_wrap main h2 {
  margin: 0 auto 80px; }
.inc_dody_wrap .footer_wrap h2 {
  margin: 0 auto 80px; }
.inc_dody_wrap .footer_sitemap_wrap .footer_sitemap_container figure {
  margin: 0 100px 0 0; }

.inc_side_wrap {
  width: 240px; }
  .inc_side_wrap .search_container {
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
    position: relative;
    box-sizing: border-box; }
    .inc_side_wrap .search_container input[type="text"] {
      width: 100%;
      padding: 10px 10px 10px 38px;
      border: 1px solid #8f949a;
      border-radius: 4px;
      box-sizing: border-box; }
    .inc_side_wrap .search_container input[type="image"] {
      position: absolute;
      top: 17px;
      left: 20px;
      width: 20px; }
  .inc_side_wrap .link_btn {
    width: 100%;
    margin: 14px auto 0;
    padding: 18px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    background: #29abe2;
    border: 1px solid #29abe2; }
    .inc_side_wrap .link_btn:hover {
      color: #fff; }
  .inc_side_wrap .side_category_list h3 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid #29abe2;
    padding-bottom: 10px;
    margin-bottom: 0; }
  .inc_side_wrap .side_category_list a {
    display: block;
    padding: 14px 10px;
    text-decoration: none;
    border-bottom: 1px dotted #999;
    color: #333; }
    .inc_side_wrap .side_category_list a i {
      color: #29abe2;
      margin-right: 4px; }

/* section
----------------------------------------------------*/
/* section
----------------------------------------------------*/
