@charset "UTF-8";

/*  common.css
====================================== */

/*  reset
-------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
html,body {
  height: 100%;
}
ol, ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*  common
-------------------------------------- */
body {
  color: #2c2c2c;
  font-size: 14px;
}
body,
input,
textarea,
select,
button {
  line-height: 1.4;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #221815;
}
a {
  text-decoration: none;
  display: block;
}
a:link,
a:visited {
  color: #221815;
}
a:hover,
a:active {
  color: #8b8b8b;
}
a:hover,
a:hover img,
input:hover {
  filter: alpha(opacity=80);
  -ms-filter :"alpha(opacity=80)";
  -moz-opacity:0.8;
  -webkit-opacity:0.8;
  opacity:0.8;
}
p{
  line-height: 1.8;
  word-wrap: break-word
}
strong{
  font-weight: bold;
}
.red{
  color: #f93b6b;
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*---------------------
微調整用
---------------------*/
.strong{ font-weight: bold;}

.w_auto img,
.w_auto_s img{
  width: auto;
}

.over_h { overflow: hidden;}
.float_l { float: left;}
.float_r { float: right;}
.clear-b { clear: both; }

.text_c { text-align: center;}
.text_l { text-align: left;}
.text_r { text-align: right;}

.mgT10{ margin-top: 10px;}
.mgT20{ margin-top: 20px;}
.mgT30{ margin-top: 30px;}
.mgT50{ margin-top: 50px;}
.mgT100{ margin-top: 100px;}

.mgB10{ margin-bottom: 10px;}
.mgB20{ margin-bottom: 20px;}
.mgB40{ margin-bottom: 40px;}
.mgB30{ margin-bottom: 30px;}
.mgB50{ margin-bottom: 50px;}
.mgB100{ margin-bottom: 100px;}

.mgR10{ margin-right: 10px;}

.pd10{ padding: 10px}
.pdT15{ padding-top: 15px;}
.pdL15{ padding-left: 15px;}


/*---------------------
見出し
---------------------*/
h1 {
  font-size: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
h2.h2_title{
  text-align: center;
  margin-bottom: 20px;
}
h2.h2_title img{
  max-width: 455px;
  width: 100%;
}
h3.h3_title{
  font-size: 1.5em;
  padding: 20px;
  border-bottom: solid 1px #cfcfcf;
}

.content_title {
  width: 98%;
  margin: 25px auto -5px;
  text-align: center;
}
.content_title h2 {
  position: relative;
  display: flex;
  width: 100%;
  margin: -3px auto 0;
  padding: 32px 0 12px;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.content_title h2 span {
  display: inline-block;
  padding: 0 20px;
}
.content_title h2::before,
.content_title h2::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: .45em;
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.content_title h2::before {
  background-image: url(../img/main/tit/tit_l_1.png);
  background-position: 100% 45%;
}
.content_title h2::after {
  background-image: url(../img/main/tit/tit_l_2.png);
  background-position: 0 45%;
}
.content_title h2.l::before {
  background-image: url(../img/main/tit/tit_ll_1.png);
  background-position: 100% 45%;
}
.content_title h2.l::after {
  background-image: url(../img/main/tit/tit_ll_2.png);
  background-position: 0 45%;
}
.content_title .baloon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  padding: .6em 1.6em;
  border-radius: 8px;
  background: #fa5f74;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.content_title .baloon::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -8px;
  content: "▼";
  color: #fa5f74;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  transform: scale(2, 1);
}
.content_title p {
  color: #999;
  font-size: 26px;
  font-family: 'Caveat', cursive;
}
.content_title + .contentWrapper .h3_title {
  margin-top: 20px;
}

/*---------------------
フォーム・テーブル設定
---------------------*/
table{
  border-spacing: 1px;
  text-align: left;
}
/*---------------------
カラム設定
---------------------*/
.rowWrap { overflow: hidden;}
.rowWrap:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.col1of2 { width: 48%; padding: 1%; }
.col1of3 { width: 31%; padding: 1%;}
.col2of3 { width: 62%; padding: 1%;}
.col1of4 { width: 23%; padding: 1%; }
.col3of4 { width: 69%; padding: 1%; }
.col1of5 { width: 19%; padding: 0.5%; }
.col2of5 { width: 39%; padding: 0 1%;}
.col3of5 { width: 57%; padding: 0 1%;}
.col4of5 { width: 78%; padding: 0 1%;}
.col1of2, .col1of3, .col2of3,.col1of4,.col3of4,.col1of5,.col2of5,.col3of5,.col4of5{
  float: left;
}

.btn img,
.icon img{
  width: auto;
}

/*---------------------
背景色・幅設定
---------------------*/
.contentWrapper{
  width: 980px;
  margin: 0 auto;
  padding: 0 0 50px;
  clear: both;
  overflow: hidden;
}
header .contentWrapper{
  padding: 0;
}
.breadcrumb.contentWrapper {
  margin: 10px auto;
  padding: 10px 0;
}


/*---------------------
アイコン・ボタン
---------------------*/
.btn{
  text-align: center;
}
.btn img{
  width: auto;
}
.to_top{
}
.to_top a{
  display: block;
  padding: 5px 10px;
  border: 2px solid #33aee9;
  border-radius: 5px;
  color: #33aee9;
  text-align: right;
}

/*---------------------
パンクズ
---------------------*/
.breadcrumb {
  font-size: 0.9em;
}
.breadcrumb li {
  display: inline;
  color: #36b6e5;
  position: relative;
}
.breadcrumb li a {
  display: inline;
}
.breadcrumb li a::after {
  color: #36b6e5;
  content: ' > ';
  padding: 0 10px;
}
.breadcrumb li a:link,
.breadcrumb li a:visited {
  color: #36b6e5;
}
.breadcrumb .no_archive::after {
  color: #36b6e5;
  content: ' > ';
  padding: 0 10px;
}
.breadcrumb li br {
  display: none;
}

/*---------------------
main
---------------------*/
.post_navication{
  margin: 20px 0;
  padding: 20px 0;
}
.post_navication p{
  border-bottom: solid 1px #ccc;
  padding: 5px 20px;
}
.post_navication li{
  padding: 1em 20px;
}
.post_navication a{
  display: inline;
}
.post_navication li:first-child{
  float: left;
}
.post_navication li:last-child{
  float: right;
}

/*ページナビゲーション*/
.pagenate{
  text-align: center;
  margin: 20px 0 50px;
}
.pagenate a{
  display: inline-block;
  padding: 5px 10px;
  background: #3dbbe3;
  border-radius: 5px;
  color: #fff;
}
.pagenate .current {
  display: inline-block;
  font-weight: bold;
  color: #43bae0;
  padding: 5px 9px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #3dbbe3;
}

/*---------------------
footer
---------------------*/
#footer_counter {
  width: 960px;
  margin: 25px auto 50px;
}
#footer_counter .box {
  position: relative;
  width: 640px;
  padding: 20px;
  border-radius: 8px;
  background: #8dd1f0 url(../img/main/bg_oblique-line.png);
  background-size: 60px;
  box-sizing: border-box;
}
.text_c #footer_counter .box {
  margin: 0 auto;
  text-align: left;
}
#footer_counter h2 {
  position: relative;
  margin-bottom: 14px;
  padding: 8px 0 14px;
  border-bottom: 1px solid #999;
  font-size: 140%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#footer_counter h2 span {
  display: inline-block;
  vertical-align: text-bottom;
}
#footer_counter .text {
  padding: 15px 20px 20px;
  border-radius: 8px;
  background-color: #fff;
}
#footer_counter img {
  width: 100%;
  margin: 20px 0;
}
#footer_counter ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
}
#footer_counter li {
  width: 46%;
}
a.btn-grd {
  padding: .8em 0;
  border: 1px solid #0a9fe1;
  border-radius: 6px;
  background-color: #3dbae2;
  background-image: -webkit-linear-gradient(top, #3dbae2, #0a9fe1);
  background-image: -moz-linear-gradient(top, #3dbae2, #0a9fe1);
  background-image: -ms-linear-gradient(top, #3dbae2, #0a9fe1);
  background-image: -o-linear-gradient(top, #3dbae2, #0a9fe1);
  background-image: linear-gradient(to bottom, #3dbae2, #0a9fe1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3dbae2, endColorstr=#0a9fe1);
  color: #fff;
  font-size: 120%;
  text-align: center;
}
a.btn-grd.line {
  border-color: #00ba00;
  background-color: #46c946;
  background-image: -webkit-linear-gradient(top, #46c946, #00ba00);
  background-image: -moz-linear-gradient(top, #46c946, #00ba00);
  background-image: -ms-linear-gradient(top, #46c946, #00ba00);
  background-image: -o-linear-gradient(top, #46c946, #00ba00);
  background-image: linear-gradient(to bottom, #46c946, #00ba00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#46c946, endColorstr=#00ba00);
}
a.btn-grd span {
  font-size: 12px;
}

.ft_nav{
  background: #33aee9;
  border-radius: 0 0 10px 10px;
  color: #fff;
}
.ft_nav a{
  color: #fff;
}
.ft_nav > ul{
  margin: 20px 30px;
  padding: 10px 20px;
  background: rgba(255,255,255,.5) /*#0794d2 url(../img/main/bg_oblique-line.png)*/;
  background-size: 30px;
  border-radius: 5px;
  line-height: 2.4;
}
.ft_nav > ul > li:first-child {
  display: inline-block;
  color: #212121;
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-bottom;
}
.ft_nav > ul > li:last-child{
  float: right;
}
.ft_nav > ul > li > ul >li{
  display: inline-block;
}
.ft_nav > ul > li > ul >li a{
  display: inline-block;
  height: 2.4em;
  padding: 0 1em;
  border: 1px solid rgba(255,255,255,.8);
  background-color: rgba(7,148,210,1);
  border-radius: 5px;
  vertical-align: middle;
  box-sizing: border-box;
}
.ft_nav > ul > li > ul >li a:hover, .ft_nav > ul > li > ul >li a:active, .ft_nav > ul > li > ul >li a:hover img{
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.ft_nav > ul > li > ul >li a:hover, .ft_nav > ul > li > ul >li a:active{
  background-color: rgba(7,148,210,.4);
}
.ft_nav a{
  display: inline-block;
  vertical-align: middle;
}
.ft_nav > ul > li > ul >li a span {
  vertical-align: text-bottom;
}
.ft_nav a span {
  margin-left: 3px;
}
.ft_bottom{
  text-align: center;
  color: #009ad7;
}
.ft_bottom .contentWrapper{
  padding: 50px 0 30px;
}
.ft_bottom ul{
  margin-bottom: 1em;
}
.ft_bottom li{
  display: inline-block;
  padding: 0 10px;
}
.ft_bottom li + li{
  border-left: 1px solid #999;
}
.ft_bottom a{
  color: #009ad7;
}
.ft_logo img{
  max-width: 304px;
  width: 100%;
  margin: 0px;
}
.ft_copyright{
  filter: alpha(opacity=60);
  -ms-filter :"alpha(opacity=60)";
  -moz-opacity:0.6;
  -webkit-opacity:0.6;
  opacity:0.6;
  font-size: 0.8em;
}

/* ページネーション */
.pagenavi{
  color: #2583ad;
  margin: 2px auto;
  line-height:2em;
  text-align:center;
  clear: both;
}
.pagenavi a{
  text-decoration:none;
  display: inline;
}
.pagenavi a.page-numbers, .pagenavi .current{
  color: #00019b;
  padding: 5px 10px;
  border:solid 1px #ccc;
  text-decoration:none;
  font-size:12px;
}
.pagenavi a.page-numbers:hover{
  color:#fff;
  background: #328ab2;
}
.pagenavi .current{
  color: white;
  background: #328ab2;
  border-color: #328ab2;
  font-weight:bold;
  padding: 5px 10px;
}
.pagenavi .next, .pagenavi .prev{
  border:0 none;
  background:transparent;
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
}

/* おすすめリスト */

.blog_osusumelist {
  background: #eee url(../img/main/bg_oblique-line.png);
  background-size: 60px;
  padding: 20px 30px;
}

.blog_osusumelist h4 {
  color: #fff;
  background-color: #f78daf;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.blog_content.blog_osusumelist li a {
  color: #009ad7;
  background: url(../img/hd/navi_icon_triangle.png) .2em .35em no-repeat;
  background-size: .6em;
  display: inline-block;
  position: relative;
  margin-top: .8em;
  padding: 0 1.2em;
  font-size: 16px;
}


/* アクセス */
.access img {
  width: 100%;
  height: auto;
}
.access h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cfcfcf;
}
.access .contentWrapper {
  width: 640px;
}
.access h3 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
}
.access .access_salon {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 40px;
}
.access_visual {
  width: calc(100% / 2 - 20px);
}
.access_text {
  width: calc(100% / 2);
}
.access .access_text h3 {
  font-size: 100%;
  margin-bottom: 10px;
}
.access_text p {
  margin-bottom: 10px;
}
.access .access_map {
  width: 100%;
  margin-bottom: 40px;
}
.access .access_map iframe {
  width: 100%;
  border: none;
}
@media screen and (max-width: 600px) {
  .access h2{
    padding-top: 10px;
  }
  .access .contentWrapper {
    width: 90%;
  }
  .access_salon_wrap {
    display: flex;
    justify-content: space-between;
  }
  .access_salon {
    flex-wrap: wrap;
    width: calc(100% / 2 - 10px);
  }
  .access h3 {
    margin-bottom: 0;
  }
  .access_visual, .access_text {
    font-size: 90%;
    width: 100%;
    min-height: 0;
  }
  .access_text {
    height: 100%;
  }
}

.iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}