@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Ak nail_Theme
Theme URI: 
Description: This is the Ak nail_Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  color: #323232;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 200;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
  font-weight: 200;
}
h4 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
}
/*==========背景色==========*/
.nk_bg_gray {
  background-color: #faf8f5;
}
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #323232;
}
.nk_fontclr_white {
  color: #ffffff;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*==========テキストリンク==========*/
a:link {
  color: #323232;
  text-decoration: none;
}
a:visited {
  color: #323232;
  text-decoration: none;
}
a:hover {
  color: #92791f;
  text-decoration: none;
}
a:active {
  color: #323232;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  .nk_sp_none_md {
    display: none;
  }
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .nk_sp_none_sm {
    display: none;
  }
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: relative;
  width: 100%;
  z-index: 9;
  height: 115px;
  background-color: #fff;
}
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/*=====企業ロゴ+キャッチコピー=====*/
.nk_logo {
  height: auto;
  width: 220px;
  position: relative;
  left: 2%;
  text-align: center;
  margin: auto;
  padding-top: 9px;
}
.nk_logo h1 {
  margin: auto;
}
.nk_logo .navbar-brand img {
  display: block;
}
.navbar-brand {
  padding-top: 0;
  margin-right: 0;
  padding-bottom: 0;
}
/*=====フィルイン推奨店=====*/
.nk_nav_telcont {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  width: 400px;
}
/*=====ナビ=====*/
.nk_nav_item {
  padding-top: 0;
  text-align: center;
  width: 120px;
}
/*.nk_nav_item a:hover{
background: #cccccc;
}*/
.nk_nav_item_last {
  padding-top: 0;
  text-align: center;
  width: 120px;
}
/*ナビのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
  color: #323232;
  /*border-bottom: none;*/
  /*height: 44px;*/
}
.navbar-light .navbar-nav .nk_fontclr_base:hover {
  /*color: #ed1e79;*/
  /*border-bottom: none;*/
}
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    margin-top: 60px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    /*height: 59px;*/
  }
  /*リストスタイル*/
  .nk_nav_item, .nk_nav_item_last {
    height: 49px;
    margin: 0 0;
  }
  .menu02_wrap {
    display: none;
  }
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 75px;
  }
  /*=====企業ロゴ＋キャッチコピー=====*/
  .nk_logo {
    position: absolute;
    top: 0;
    width: 160px;
    height: 75px;
    padding-top: 0;
  }
  .nk_navbar-brand {
    font-size: 1rem;
  }
  .nk_logo a img {
    width: 100%;
    height: auto;
    margin-top: 9px;
  }
  /*=====フィルイン推奨店=====*/
  .nk_nav_telcont {
    display: none;
  }
  /*=====ナビ=====*/
  .nk_navi_list {
    background: linear-gradient(to bottom, #8bdae4, #60cfce);
    position: fixed;
    top: 75px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
  .nk_nav_item {
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .nk_nav_item_last {
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .nk_nav_item_last img {
    text-align: center;
  }
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
	  font-size: 1.1rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    /*color: #fff;*/
    /*border-bottom: solid 1px #2f6645;*/
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu_line_center {
    top: 9px;
  }
  .menu_line_bottom {
    bottom: 0;
  }
  .menu_line_top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .menu_line_center.active {
    transform: scaleX(0);
  }
  .menu_line_bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 75px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -75px;
    padding-top: 75px;
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #eeeeec;
}
.foot-bg {
  /*width: 100%;
  height: 230px;
  background: url(img/foot/footer.jpg) no-repeat scroll top center / cover;*/
  position: relative;
}
.foot-bg::after {
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #f2a8a5, #e69da4, #eab96f, #4eaebf);
  position: absolute;
  bottom: -20px;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*ページトップへ*/
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 90px;
  right: 0px;
  z-index: 11; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #00afce;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 32px;
  right: 30px;
  width: 17px;
  height: 17px;
}
#arrow li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.foot-add h3 {
  font-weight: 400;
}

.tel-box {
  border: solid 1px #27252d;
  padding: 0 15px;
  width: 100%;
  max-width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .foot_navi_wrap {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
  }
  .foot-add {
    margin-bottom: 15px;
  }
}
/*========コピーライト部分========*/
.footer_copy {
  width: 100%;
  text-align: center;
  /*position: absolute;
  bottom: 0;*/
  background-color: #acb4b9;
  color: #fff;
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
.main_image {
  background-image: url("img/top/top_main.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 470px;
}
.main_image h1 {
  max-width: 1200px;
  position: relative;
  top: 45%;
  color: #fff;
  font-weight: 200;
  font-size: 22px;
  margin: auto;
  line-height: 1.8em;
  padding-left: 3%;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image {
    height: 400px;
  }
  .main_image h1 {
    font-size: 20px;
  }
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .main_image {
    height: 350px;
  }
}
/*==========お知らせ==========*/
.top_title {
  display: block;
  border-bottom: solid 1px #323232;
  width: 230px;
  text-align: center;
  margin: 0 auto;
}
.top_title2 {
  display: block;
  width: 300px;
  text-align: center;
  margin: auto;
  font-size: 1.1rem;
  font-weight: 400;
}
.top_title3 {
  display: block;
  text-align: center;
  margin: 0 auto 30px auto;
  border-bottom: solid 5px #323232;
}
.side_line {
  border-left: solid 1px #323232;
  border-right: solid 1px #323232;
}
.service_bg {
  background-image: url("img/top/sea.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 360px;
}
.service_text {
  margin: auto;
  text-align: center;
  padding: 20px 0 40px 0;
  border-radius: 20px;
  position: relative;
  top: 50px;
  line-height: 1.5em;
  color: #fff;
}
.nk_btn_base, .nk_btn_base2 {
  position: relative;
  top: 15px;
}
.nk_btn_base a {
  width: 243px;
  height: 65px;
  line-height: 65px;
  display: block;
  background: linear-gradient(to right, #8bdae4, #60cfce);
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: auto;
}
.nk_btn_base2 a {
  width: 243px;
  height: 65px;
  line-height: 65px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: auto;
  border: solid 1px #fff;
}
/*ボタン位置調整用*/
.nk-top {
  top: 100px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk-top {
    top: 50px;
  }
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .nk-top {
    top: 15px;
  }
}
/*お知らせ個別*/
time {
  font-size: 13px;
}
.nk_topinfo {
  padding: 20px 15px;
  border-bottom: solid 1px #b3b3b3;
}
.info_cate_top {
  margin: 0 10px;
  padding: 0 5px;
  font-size: 12px;
  border: solid 1px #808080;
  min-width: 5em;
  display: inline-block;
  text-align: center;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .info_cate_top {
    margin: 0 7px 0 0;
  }
}
/**********************************************
 * 
 * 店舗案内 shop.php
 *
 **********************************************/
/*===== ページタイトル背景 =====*/
.main_image_back {
  background: url(img/concept/head.jpg) no-repeat center;
  background-size: cover;
  height: 250px;
}
/*h1 ページタイトル*/
.page_title {}
.page_title span {
  display: block;
  font-size: 1rem;
}
.nk_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .nk_container {
    padding: 0 15px;
  }
}
/*===== アクセスマップ =====*/
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .ac_map iframe {
    height: 350px;
  }
}
.mark-1 {
  display: inline-block;
  background-color: #f2a8a5;
  color: #fff;
  padding: 5px;
  width: 45%;
  max-width: 150px;
  text-align: center;
}
.mark-2 {
  display: inline-block;
  background-color: #60cfce;
  color: #fff;
  padding: 5px;
  width: 45%;
  max-width: 150px;
  text-align: center;
}
/*===== ご予約について =====*/
/*個人情報の取り扱いについて*/
.waku_line {
  border: 1px solid #989898;
}
/*メールフォーム*/
.hissu {
  padding: 0 5px;
  /*background-color: #ed1e79;*/
  color: #e55075;
  font-size: 9px;
  font-size: 0.9rem;
  white-space: nowrap;
}
.wpcf7-form p {
  margin-bottom: 30px;
}
/*入力枠*/
.wpcf7-form-control {
  padding: 5px 5px 5px 5px;
  /*border: solid 1px #999999;*/
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 10px;
}
/*ラジオボタン*/
.wpcf7-list-item {
  margin: 0 1em 0 0;
}
/*ご希望時間（枠の幅が狭い）*/
.time-short-1 > span {
  display: block;
  width: 120px;
  margin-right: 10px;
  float: left;
}
.time-short-1 > span .wpcf7-form-control {
  width: 70%;
}
p.soushin_btn {
  text-align: center; /*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
  text-align: center;
  background-color: #44433c;
  padding: 12px 28px;
  border: 1px solid #44433c;
  /*font-size: 16px;
	font-size: 1.6rem;*/
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 auto 20px auto;
  width: 200px;
}
p.soushin_btn input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; /*iOS対策*/
}
.wpcf7-spinner {
  display: block;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  /*入力枠*/
  .wpcf7-form-control {
    margin-left: 10px;
  }
}
/**********************************************
 * 
 * メニュー menu.php
 *
 **********************************************/
.tablepress .column-2 {
  text-align: right;
}
/**********************************************
 * 
 * お知らせページ一式 information.php
 * archive.php/category.php/single.php
 *
 **********************************************/
/*========メインエリア========*/
/*メイン（左）*/
.blog_wrap {
  width: 100%;
  margin: 30px auto 50px auto;
  padding: 0 0 40px 0;
  position: relative;
  border-bottom: 1px solid #808080;
}
/*投稿日時*/
.blog_time {
  padding: 15px 0 15px 10px;
}
/*カテゴリー*/
.info_cate {
  background-color: #ffffff;
  margin: 0 7px;
  padding: 1px 5px;
  font-size: 12px;
  border: solid 1px #808080;
  min-width: 5em;
  text-align: center;
  display: inline-block;
}
/*記事タイトル h1*/
.blog_title {
  margin: 5px 0 0 0;
  padding: 15px 10px 10px 0;
  color: #92791f;
}
.blog_title a {
  color: #92791f;
}
/*記事本文*/
.blog_cont_top, .blog_cont {
  padding: 15px 10px 10px 10px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .blog_wrap {
    padding: 0 0 0 0;
  }
  .blog_wrap {
    /*border-bottom: none;*/
  }
  /*記事タイトル*/
  .blog_title {
    font-size: 20px;
  }
}
/*========ページリンク information.php========*/
.wp-pagenavi {
  width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 30px 0;
}
.prev {
  float: left;
  margin-left: 1em;
  padding-bottom: 2em;
}
.next {
  float: right;
  margin-right: 1em;
  padding-bottom: 2em;
}
.wp-pagenavi .current {
  background-color: #333333;
  color: #fff;
}
/*========サイドメニュー========*/
/*サイド（右）*/
.info_side_menu {
  margin: 0;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.info_side_menu li {
  list-style: none;
  line-height: 2rem;
}
.info_side_menu li ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*各ウィジェットタイトル*/
.info_side_menu h2 {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
.archive_list {
  padding-left: 0;
}
/******最新の記事******/
/*投稿日時*/
.post_time {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-size: 0.75rem;
  color: #808080;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  /*サイド（右）*/
  .info_side_menu {
    padding: 0 0 0 0;
  }
}
/**********************************************
 * 
 * ビジュアルエディター用
 *
 **********************************************/
strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}
/*引用*/
/*blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}*/
/* img */
/*.aligncenter {
  display: block;
  margin: 0 auto;
}*/
/*.alignright {
  float: right;
  margin-left: 1em;*/ /* 追記 */
/*}
.alignleft {
  float: left;*/
/*margin-right: 1em;*/ /* 追記 */
/*}*/
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}