@charset "UTF-8";
/*
Theme Name: メンズクリア
*/
/*=======================================================
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section main {
	display: block;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px; 
	background: #fff;
	line-height: 1.64;
	letter-spacing: 0.04em;
	position: relative;
	min-width: 1020px;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
p,li,dt,dd,th,td {
	line-break: strict;
	word-wrap: break-word;
}
footer small {
	font-family: Verdana;/* Android */
}
input[type="text"], input[type="email"] {
	line-height: 1;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;/* Chrome */
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    background: none;
    color: #222;
}
label {
	cursor: pointer;
}
a {
	color: #222;
	text-decoration: none;
	-webkit-text-decoration-skip: none;
}
img {
	max-width: 100%;
	height: auto;
	border-style: none;/* IE10 */
}
.inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
.sp {
	display: none;
}
.pc {
	display: inline;
}

/* iOSでのデフォルトスタイルをリセット*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
} 

@media screen and (max-width : 750px){
	body {
		font-size: 28px;
		overflow-x:hidden;
	}
	body,header,main,footer {
		min-width:750px;
		max-width:750px;
		width:100%;
	}
	.inner {
		width: initial;
		margin: auto;
	}
	.pc {
		display: none!important;
	}
	.sp {
		display: inline;
	}
}

/*=======================================================
ヘッダー
=======================================================*/
body{
    padding-top: 149px;
}
header{
    width: 100%;
    height: 149px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
header > .inner{
	height: auto;
    padding: 15px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/*ロゴ*/
.bl_head_logo{
    order: 1;
    width: 240px;
    height: 54px;
}
.bl_head_logo *{
    width: 185px;
    height: 54px;
}
/*電話*/
.bl_head_tel{
    order: 2;
    width: 367px;
    height: 53px;
    pointer-events: none;
}
/*ボタンリスト*/
.bl_head_btnList{
    order: 3;
    width: 385px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bl_head_btnList .el_btn{
    height: 57px;
    padding: 3px 0 0 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}
.bl_head_btnList .el_salonsBtn{
    width: 145px;
    background: url("images/common/head_salonsBtn_icon.png") center left 13px / 29px 32px no-repeat,#21a5e0;
}
.bl_head_btnList .el_reserveBtn{
    width: 232px;
    background: url("images/common/head_reserveBtn_icon.png") center left 13px / 25px 19px no-repeat,#003e66;
}
/*ナビ*/
.bl_head_gloNav{
    width: 100%;
    margin-top: auto;
	height: 57px;
	background: #005993;
	border-bottom: 2px solid #b39e6b;
}
.bl_head_gloNav_inner{
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: auto;
    height: 100%;
    align-items: center;
}
.bl_head_gloNav_inner > li{
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 3px;
	height: 35px;
}
.bl_head_gloNav_inner > li:first-of-type ~ li {
    border-left: 1px solid #c5c5c5;
}
.bl_head_gloNav_inner > li > a{
    font-size: 15px;
    color: #fff;
	font-weight: bold;
	transition: .3s;
}
.bl_head_gloNav_inner > li > a:hover {
	opacity: 0.7;
}
.bl_head_gloNav_inner .top{
    display: none;
}
.bl_head_gloNav_inner .flow{
    width: 135px;
}
.bl_head_gloNav_inner .price{
    width: 165px;
}
.bl_head_gloNav_inner .campaign{
    width: 150px;
}
.bl_head_gloNav_inner .salons{
    width: 135px;
}
.bl_head_gloNav_inner .voice{
    width: 135px;
}
.bl_head_gloNav_inner .faq{
    width: 165px;
}
.bl_head_gloNav_inner .recruit{
	width: 135px;
	border-right: 1px solid #c5c5c5;
	justify-content: center;
}
#el_spNavInput,.el_spNavMenuIcon,.bl_spNavBgBlack,
.bl_head_gloNav_inner > .el_trigerClose{
    display:none;
}
@media screen and (max-width : 750px){
  body{
      padding-top: 115px;
  }
  header{
      height: 115px;
  }
  header > .inner{
      padding: 0 0 0 120px;
		justify-content: flex-start;
  }
/*ロゴ*/
  .bl_head_logo{
      display: none;
  }
/*電話*/
  .bl_head_tel{
      order: 1;
      width: 220px;
      height: 115px;
      background: #33b3fc;
      position: relative;
      z-index: 1100;
  }
  .bl_head_tel a{
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: auto;
  }
  .bl_head_tel a *{
      width: 177px;
      height: 49px;
  }
/*ボタンリスト*/
  .bl_head_btnList{
      order: 2;
      width: auto;
      display: block;
  }
  .bl_head_btnList .el_btn{
      height: 115px;
      padding: 0;
      justify-content: center;
      z-index: 1100;
  }
  .bl_head_btnList .el_salonsBtn{
      width: 120px;
      background: #a4903e;
      position: absolute;
      top: 0;
      left: 0;
  }
  .bl_head_btnList .el_salonsBtn img{
      width: 88px;
      height: 88px;
  }
  .bl_head_btnList .el_reserveBtn{
      width: 200px;
      background: #005993;
      position: relative;
  }
  .bl_head_btnList .el_reserveBtn img{
      width: 79px;
      height: 62px;
  }
/***ナビ***/
  .bl_head_gloNav,
  .el_spNavMenuIcon{
      display: block;
      width: 210px;
      height: 115px;
  }
  .bl_head_gloNav {
      order: 3;
		margin-left: auto;
		margin-top: -115px;
  }
  /*MENUボタン*/
  .el_spNavMenuIcon{
      background: #1295e0;
      position: relative;
      z-index: 1100;
  }
  .el_spNavMenuIcon span {
      position: absolute;
      left: 20px;
      width: 55px;
      height: 8px;
      background-color: #fff;
      border-radius: 3.5px;
      transition: all .4s;
      z-index: 1000;
  }
  .el_spNavMenuIcon span:nth-of-type(1) {
      top: 32px;
  }
  .el_spNavMenuIcon span:nth-of-type(2) {
      top: 55px;
  }
  .el_spNavMenuIcon span:nth-of-type(3) {
      bottom: 30px;
  }
  #el_spNavInput:checked ~ .el_spNavMenuIcon span:nth-of-type(1) {
      -webkit-transform: translateY(23px) rotate(-315deg);
      transform: translateY(23px) rotate(-315deg);
  }
  #el_spNavInput:checked ~ .el_spNavMenuIcon span:nth-of-type(2) {
      opacity: 0;
  }
  #el_spNavInput:checked ~ .el_spNavMenuIcon  span:nth-of-type(3) {
      -webkit-transform: translateY(-23px) rotate(315deg);
      transform: translateY(-23px) rotate(315deg);
  }
  .el_spNavMenuIcon::after{
      content: "";
      display: block;
      background: url(images/common/head_menu_sp.svg) center / 88px 22px no-repeat;
      width: 88px;
      height: 22px;
      position: absolute;
      top: 50px;
      right: 24px;
  }
  /*中身*/
  .bl_head_gloNav_inner{
      width: 100%;
	  height: calc(100vh - 115px);
      padding-top: 30px;
      background: url("images/common/head_nav_bg_sp.png") top center / 750px 1438px no-repeat,#044481;
      top: 115px;
      left: 0;
      z-index: 800;
      position: fixed;
      overflow: scroll;
      display: block;
  }
  .bl_head_gloNav_inner > li{
      width: 100%!important;
      height: 110px;
      border-bottom: 1px solid #fff;
  }
 .bl_head_gloNav_inner > li > a{
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 32px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
	 transform: 0;
  }
	.bl_head_gloNav_inner > li > a:hover {
		opacity: 1;
	}
  .bl_head_gloNav_inner .top{
      display: block;
  }
  .bl_spNavBgBlack{
      width: 100%;
      height: 100vh;
      position: fixed;
      left: 0;
      z-index: 700;
      display: block;
  }
  /*閉じるボタン*/
  .bl_head_gloNav_inner .el_trigerClose{
      display: block;
      border-bottom: none;
  }
  .bl_head_gloNav_inner .el_trigerClose label{
      width: 280px;
      height: 85px;
      margin: 50px auto 0;
      background: #a4903e;
      border: 3px solid #fff;
      border-radius: 20px;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      display: flex!important;
      justify-content: center;
      align-items: center;
  }
/* 隠しておく */
  .bl_spNavBgBlack,.bl_head_gloNav_inner{
      opacity: 0;
      visibility: hidden;
  }
  .bl_head_gloNav_inner{
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
  }
/*表示（右へスライド）*/
  #el_spNavInput:checked ~ .bl_spNavBgBlack,
  #el_spNavInput:checked ~ .bl_head_gloNav_inner{
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all  0.5s ease;
  }
  #el_spNavInput:checked ~ .bl_head_gloNav_inner{
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

/*=======================================================
フッター
=======================================================*/
/*注意書き*/
.bl_priceAtt{
	margin-bottom: 40px;
}
.bl_priceAttList{
	width: 1020px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #333;
}
.bl_priceAttList > li{
	font-size: 12px;
	display: flex;
}
.bl_priceAttList > li + li{
	margin-top: 10px;
}
.bl_priceAttList > li::before {
	margin-right: 1em;
}
.bl_priceAttList > li:nth-of-type(1)::before{
	content: "※";
}
.bl_priceAttList > li:nth-of-type(2)::before{
	content: "※2";
}
.bl_priceAttList > li:nth-of-type(3)::before{
	content: "※3";
}
.bl_priceAttList > li:nth-of-type(4)::before{
	content: "※4";
}
/*フッター*/
footer {
	background: #004479;
	padding: 67px 0 0;
}
footer a:hover {
	opacity: .7;
}
/*ロゴエリア*/
footer .inner .bl_bnrUnit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px;
}

footer .inner .bl_bnrUnit p:first-of-type img {
	width: 201px;
}
footer .inner .bl_bnrUnit p:nth-of-type(2) img {
	width: 157px;
}
/*採用情報バナー*/
footer .inner .bl_bnrUnit p:nth-of-type(3) img {
	width: 222px;
}
footer .inner .bl_otherUnit {
	display: flex; 
	align-items: flex-start;
}
/*お客様相談窓口*/
footer .inner .bl_customer {
	display: flex; 
	align-items: center;
	margin-right: 25px;
    font-size: 23px;
	margin-top: 6px;
}
footer .inner .bl_customer span {
	background: #fff; 
	text-align: center; 
	font-size: 12px;
	border-radius: 5px; 
	padding: 7px 8px 5px;
    line-height: 1.3;
	margin-right: 15px;
}
footer .inner .bl_customer a[href*="tel:"] {
    pointer-events: none; 
}
footer .inner .bl_customer a {
	color: #fff;
}
/*JEM*/
footer .inner .bl_jem {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 11px;
	justify-content: center;
	margin: 0 0 16px;
}
footer .inner .bl_jem::before {
	content: "";
	display: block;
	background: url(images/common/footer_jme.png) top center / contain no-repeat;
	width: 71px;
	height: 51px;
	margin: 0 14px 0 0;
}
/*メニューエリア*/
footer .inner .menu {
}
footer .inner .menu a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.06em;
}
footer .inner .menu nav ul a::before {
	content: "■";
	color: #c4b475;
	margin: 0 5px 0 0;
}
footer .inner .menu nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
footer .inner .menu nav ul.sp {
	display: none;
}
footer .inner .menu nav ul li {
	line-height: 1;
	margin: 0 0 20px;
	width: 205px;
}
footer .inner .menu nav ul li:nth-of-type(3),
footer .inner .menu nav ul li:nth-of-type(4),
footer .inner .menu nav ul li:nth-of-type(8),
footer .inner .menu nav ul li:nth-of-type(9){
	width: 180px;
}
/*店舗一覧*/
footer .inner .menu h3 {
	color: #ead78c;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #adadad;
	position: relative;
	padding: 0 0 0 22px;
	margin: -5px 0 10px;
	display: block;
	width: 100%;
}
footer .inner .menu h3::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #ead78c;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}
footer .inner .menu h3::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #003660;
	position: absolute;
	top: 7px;
	left: 4px;
}
footer .inner .menu .salon {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
footer .inner .menu .salon li {
	line-height: 1;
	margin: 0 18px 15px 0;
}
footer .inner .menu .salon li::before {
	content: "";
	display: inline-block;
	margin: 0 7px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #fff;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.1em;
	background: #003053;
	padding: 10px 0;
	color: #fff;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	footer .inner .menu h3::before {
		top: 6px;
	}
	footer .inner .menu h3::after {
		top: 9px;
	}
}
@media screen and (max-width : 750px){
	.bl_priceAttList{
		width: 690px;
		padding: 30px 20px;
	}
	.bl_priceAttList > li{
		font-size: 22px;
	}
	footer {
		padding: 79px 0 0;
	}
	footer .inner {
		flex-wrap: wrap;
		display: flex;
	}
	footer .inner .bl_bnrUnit {
		width: 100%;
		text-align: center;
		margin: 0;
        padding-top: 120px;
		order: 2;
		flex-wrap: wrap;
	}
	footer .inner .bl_bnrUnit .bl_bnr_logo {
		margin: 0 0 30px;
		width: 100%;
		order: 1;
	}
	footer .inner .bl_bnrUnit .bl_bnr_logo img {
 		width: 343px!important;
	}
	footer .inner .bl_bnrUnit .bl_bnr_line,
	footer .inner .bl_bnrUnit .bl_bnr_recruit {
		display: none;
	}
	footer .inner .bl_bnrUnit .bl_bnr_verdy {
		color: #fff;
		font-size: 16px;
		text-align: left;
		line-height: 1.5;
		width: 100%;
    	margin: 0 auto 40px;
		position: absolute;
        top: 0;
        right: 0;
        left: 0;
		text-align: center;
	}
	footer .inner .bl_bnrUnit .bl_bnr_verdy img {
 		width: 470px;
	}
	footer .inner .menu {
		width: 100%;
		text-align: center;
		order: 1;
	}
	footer .inner .menu p.sp img {
		width: 447px;
	}
	footer .inner .menu nav ul{
        width: 690px;
		display: flex;
		padding: 0 0 0 55px;
	}
	footer .inner .menu nav ul li {
		text-align: left;
		margin: 0 0 50px;
        width: 50%!important;
	}
	footer .inner .menu a {
		font-size: 23px;
		letter-spacing: 0.04em;
		display: flex;
		align-items: center;
	}
	footer .inner .menu nav {
		margin: 60px 0 0;
	}
	footer .inner .menu nav ul a::before {
		margin: 0 10px 0 0;
		font-size: 20px;
	}
    footer .inner .menu .top{
        order: 1;
    }
    footer .inner .menu .voice{
        order: 2;
    }
    footer .inner .menu .flow{
        order: 3;
    }
    footer .inner .menu .faq{
        order: 4;
    }
    footer .inner .menu .price{
        order: 5;
    }
    footer .inner .menu .reservations{
        order: 6;
    }
    footer .inner .menu .campaign{
        order: 7;
    }
    footer .inner .menu .company{
        order: 8;
    }
    footer .inner .menu .salons{
        order: 9;
    }
    footer .inner .menu .privacy{
        order: 10;
    }
	footer .inner .menu h3 {
		margin: 0 30px 30px;
		text-align: left;
		font-size: 32px;
		padding: 0 0 10px 40px;
	}
	footer .inner .menu .salon {
		margin: 0 40px;
	}
	footer .inner .menu h3::before {
		width: 25px;
		height: 25px;
		top: 12px;
	}
	footer .inner .menu h3::after {
		border-width: 6px 0 6px 9px;
		top: 19px;
		left: 9px;
	}
	footer .inner .menu .salon {
		margin: 0 40px 95px;
	}
	footer .inner .menu .salon li {
		padding: 0 0 0 25px;
		position: relative;
		margin: 0 43px 25px 0;
	}
	footer .inner .menu .salon li::before {
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
		border-width: 8px 0 8px 11px;
	}
	footer .inner .bl_otherUnit {
		order: 4;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
	}
	footer .inner .bl_customer {
        display: none;
	}
	footer .inner .bl_jem {
		font-size: 16px;
		width: 100%;
		margin: 0 0 50px;
	}
	footer .inner .menu > p a {
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	footer small {
    		font-size: 18px;
    		padding: 20px 0;
	}
}

/*=============================
ページトップボタン
=============================*/
#scroll{
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 600;
}
#scroll img {
	width: 77px;
	opacity: 0;
    visibility: hidden; 
}
#scroll.fade img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all  0.5s ease-in-out;
}
#scroll.in img{
	opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 750px) {
  #scroll img{
      width: 130px;
  }
}

/*=======================================================
メインコンテンツ
=======================================================*/
main {
	display: block;/*ie対応*/
}
main a:hover {
	opacity: .7;
}

/*=======================================================
下層共通
=======================================================*/
/***大見出し***/
main.lower h1{
	width: 100%;
	height: 138px;
	padding: 30px 0 0;
	background: url("images/common/lower_bg.png") top center / 1244px 136px no-repeat,#f7fcff;
	border-bottom: 2px solid #175082;
    font-size: 34px;
    font-weight:bold;
    text-align: center;
    color: #175082;
	line-height: 1.3;
}
/*英語*/
main.lower h1::after{
	font-size: 20px;
    color: #a5903f;
	display: block;
}
/***中見出し***/
main.lower h2 {
	background: url(images/common/h2_bg.png) top center / 1020px no-repeat;
	background-color: #4ebcfb;
	height: 77px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 47px;
	padding: 3px 0 0;
}
main.lower h2 span {
	font-size: 32px;
}
/***パン屑リスト***/
main.lower .breadcrumbs{
	width: 1020px;
	height: 42px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 13px;
}
main.lower .breadcrumbs li + li::before{
	content: "\03e";
	margin: 0 10px;
}
main.lower .breadcrumbs a{
	color: #0367a7;
}
main.lower .breadcrumbs span {
	margin: 0 5px;
}
main.lower .breadcrumbs span:first-of-type {
	margin: 0;
}
/***予約・お問い合わせボタン***/
.contact-btn a {
	width: 577px;
	height: 80px;
    padding: 4px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a4903e;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #8d7b35;
	margin: auto;
}
.contact-btn a::before {
	content: "";
	background: url(images/common/icon_mail.svg) top center / contain no-repeat;
	margin: 0 25px 0 0;
	width: 43px;
	height: 29px;
	display: block;
}
/***ページナビ***/
.wp-pagenavi {
	margin: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi .current {
	font-size: 18px;
	border: 1px solid #a5903f;
	padding: 3px 13px;
	margin: 0 5px;
	background: #a5903f;
	color: #fff;
	border-radius: 4px;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-size: 18px;
	border: 1px solid #a5903f;
	padding: 3px 13px;
	margin: 0 5px;
	background: #fff;
	color: #333;
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	background: #a5903f;
	color: #fff;
	opacity: 1;
}
/***ページャー***/
.pageLink {
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pageLink li a {
	display: flex;
	align-items: center;
	line-height: 1;
	width: 163px;
    height: 47px;
    background: #a4a4a4;
    justify-content: center;
    font-weight: bold;
	color: #fff;
	padding: 3px 10px 0 0;
	position: relative;
}
.pageLink li.next a {
	background: #005895;
}
.pageLink li.prev a {
	padding: 3px 0 0 10px;
}
.pageLink li.next a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 18px;
	right: 15px;
}
.pageLink li.prev a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 18px;
	left: 15px;
}
@media screen and (max-width: 750px) {
/***大見出し***/
	main.lower h1 {
		font-size: 44px;
		letter-spacing: 0.075em;
		height: 167px;
		padding: 50px 0 0;
		background: url(images/sp/common/lower_bg.png) top center / 750px no-repeat,#f7fcff;
		border: none;
	}
	main.lower h1::after{
		font-size: 24px;
		letter-spacing: 0.075em;
	}
/***中見出し***/
	main.lower h2 {
		background: url(images/sp/common/h2_bg.png) top center / contain no-repeat;
		background-color: #4ebcfb;
		height: 100px;
		font-size: 40px;
		margin: 0 0 47px;
		padding: 0;
	}
/***パン屑リスト***/
	main.lower .breadcrumbs {
		font-size: 20px;
		width: initial;
		background: #f5f5f5;
		letter-spacing: 0.05em;
		height: 59px;
		border-top: 2px solid #a4903e;
		border-bottom: 2px solid #a4903e;
		margin: 0 0 48px 0;
	}
	main.lower .breadcrumbs li {
		height: 57px;
		display: flex;
		align-items: center;
		position: relative;
		flex-shrink: 0;
	}
	main.lower .breadcrumbs li + li::before {
		content: none;
	}
	main.lower .breadcrumbs li:first-of-type {
		margin: 0 136px 0 0;
	}
	main.lower .breadcrumbs li:first-of-type a {
		color: #fff;
		background: #005082;
		padding: 0 14px 0 25px;
		height: 58px;
		display: flex;
		align-items: center;
		position: absolute;
		top: -1px;
		width: 103px;
		left: 0;
	}
    main.lower .breadcrumbs li:first-of-type a::before,
    main.lower .breadcrumbs li:first-of-type a::after{
        content: "";
		display: block;
		position: absolute;
		top: 0;
    }
    main.lower .breadcrumbs li:first-of-type a::before{
        width: 2px;
        height: 100%;
        background: #005082;
        right: -1px;
    }
	main.lower .breadcrumbs li:first-of-type a::after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 29.5px 0 29.5px 20px;
		border-color: transparent transparent transparent #005082;
		right: -20px;
	}
	main.lower .breadcrumbs li.last {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		width: 320px;
		height: 31px;
	}
	main.lower .breadcrumbs li:not(:first-of-type):not(:last-of-type)::after {
		content: ">";
		margin: 0 10px;
	}
/***予約・お問い合わせボタン***/
    .contact-btn a {
		    width: 690px;
		    height: 93px;
		    font-size: 34px;
	}
/***ページナビ***/
	.wp-pagenavi .current,
	.wp-pagenavi .page,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
    	font-size: 28px;
    	padding: 3px 18px;
    	margin: 0 7px;
	}
	.pageLink li a {
    	width: 183px;
    	height: 55px;
    	font-size: 22px;
	}
	.pageLink li.prev a::before {
		border-width: 7px 10px 7px 0;
    	top: 21px;
	}
	.pageLink li.next a::after {
		border-width: 7px 0 7px 10px;
    	top: 21px;
	}
}
/*=======================================================
キャンペーンページ共通 お問い合わせバナー
=======================================================*/
#campaign-banner{
    width: 1020px;
    height: 270px;
    margin: 0 auto;
    padding: 35px 0 0;
    background: url("images/common/campaign-banner_bg.png");
}
/***見出し***/
#campaign-banner h2{
    width: 551px;
    height: 95px;
    margin: 0 auto 35px;
    padding: 0;
    background: none;
    display: block;
}
/***電話・メール***/
#campaign-banner .contact{
    width:947px;
    height: 80px;
    margin: 0 auto;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
/*電話*/
#campaign-banner .contact .tel a{
    width: 445px;
	height:51px;
	pointer-events:none;
	display:block;
}
/*メール*/
#campaign-banner .contact .mail a{
    width: 449px;
    height: 80px;
    padding: 0 0 0 85px;
    background: url("images/common/icon_mail.svg") center left 37px / 36px 25px no-repeat, #a4903e;
    border-bottom: 3px solid #8d7b35;
    font-size: 28px;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
    display: block;
}
@media screen and (max-width : 750px){
  #campaign-banner{
      width: 690px;
      height: 475px;
      margin: 0 auto;
      padding: 50px 0 0;
      background: url("images/common/campaign-banner_bg_sp.png") top left / 690px 341px no-repeat,#004877;
  }
/***見出し***/
  #campaign-banner h2{
      width: 645px;
      height: 102px;
	margin: 0 auto 35px;
  }
/***電話・メール***/
  #campaign-banner .contact{
      width: 578px;
      height: auto;
      margin: 0 auto;
      display: block;
  }
/*電話*/
  #campaign-banner .contact .tel{
      margin: 0 0 35px;
  }
  #campaign-banner .contact .tel a{
      width: 100%;
      height: 102px;
      padding: 25px 0 0 28px;
      background: #fff;
      border: 2px solid #a4903e;
      border-radius: 10px;
      pointer-events:auto;
      display: block;
  }
  #campaign-banner .contact .tel img{
      width: 515px;
      height: 48px;
  }
/*メール*/
  #campaign-banner .contact .mail a{
      width: 100%;
      height: 102px;
      padding: 0 0 0 112px;
      background: url("images/common/icon_mail.svg") center left 48px / 46px 31px no-repeat, #a4903e;
      font-size: 36px;
      line-height: 102px;
  }
}
/*=======================================================
投稿装飾
=======================================================*/
/*大見出し*/
.post_area h1 {
	justify-content: space-between;
    border-bottom: 2px solid #175082;
    line-height: 1.8;
    font-size: 30px;
    font-weight: bold;
    color: #175082;
    margin: 0 0 15px;
    background: none;
    text-align: left;
    height: auto;
    padding: 0 120px 0 0;
}
.single_post {
	margin: 20px 0 0;
}
/*見出し*/
.single_post h2{
	margin: 0 0 25px!important;
	padding: 13px 10px 5px 80px!important;
	background: #cfeefc!important;
	font-size: 24px!important;
	color: #005993!important;
	font-weight: bold!important;
	display: flex;
	align-items: center;
	justify-content: flex-start!important;
	position: relative;
}
.single_post h2::before {
	content: "";
	display: block;
	width: 54px;
	height: 17px;
	background: url(images/common/hige_icon.svg) top center no-repeat;
	background-size: contain;
	margin: 0 12px 0 0;
	position: absolute;
	top: 20px;
	left: 12px;
}
.single_post h3{
	margin:0 0 20px;
	padding: 0 0 10px 25px;
	border-bottom: 1px solid #3c2a10;
	font-size: 21px;
	font-weight: bold;
	position: relative;
}
.single_post h3::before{
	content: "";
	display: block;
	width: 10px;
	height: calc(100% - 10px);
	background: #a4903e;
	position: absolute;
	top: 0;
	left: 0;
}
/*テキスト*/
.single_post p{
	margin: 0 0 1.5rem;
	line-height: 1.5;
}
.single_post strong{
	font-weight:bold;
}
.single_post em {
	font-family: "游ゴシック", "游ゴシック体";
	font-weight: 500;
	font-style: italic;
}
.single_post .f_12{
	font-size:0.8rem;
}
.single_post .f_14{
	font-size:0.9rem;
}
.single_post .f_16{
	font-size:1.05rem;
}
.single_post .f_20{
	font-size:1.3rem;
}
.single_post .f_22{
	font-size:1.4rem;
}
.single_post .f_24{
	font-size:1.5rem;
}
.single_post .mb_20{
	margin-bottom:20px;
}
.single_post .mb_30{
	margin-bottom:30px;
}
.single_post .mb_40{
	margin-bottom:40px;
}
.single_post .m_red {
	background: linear-gradient(transparent 60%, #ff7f7f 60%);
}
.single_post .m_blue {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}
.single_post .m_green {
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}
.single_post .m_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*画像*/
.single_post img{
	display:block;
}
img.alignright {
	margin: 0 0 0 auto;
}
img.alignleft {
	margin: 0 auto 0 0; 
}
img.aligncenter {
	margin: 0 auto;
}
img.float-left {
	float:left;
}
img.float-right {
	float:right;
}
.single_post a {
	color: blue;
	text-decoration: underline;
}
/*引用*/
.single_post blockquote {
	margin: 0 0 30px 30px;
	border: 1px solid #ccc;
	padding: 20px;
}
/*リストスタイル*/
.single_post ul {
	margin: 0 0 30px 1.3em;
}
.single_post ul li {
	list-style: square;
}
.single_post ol {
	margin: 0 0 30px 1.5em;
}
.single_post ol li {
	list-style: decimal;
}
@media screen and (max-width: 750px) {
	.post_area {
		padding: 0 30px;
	}
/*見出し*/
	.post_area h1 {
		font-size: 32px;
	}
  .single_post h2{
      margin: 0 0 35px!important;
      font-size: 30px!important;
	padding-left: 90px!important;
  }
	.single_post h2::before {
		width: 64px;
		height: 27px;
    		top: 25px;
    		left: 12px;
	}
  .single_post h3{
      margin:0 0 25px;
	  padding: 0 0 15px 30px;
      font-size: 29px;
  }
  .single_post h3::before{
      width: 15px;
	  height: calc(100% - 15px);
  }
/*テキスト*/
  .single_post p{
	  margin: 0 0 1rem;
	  font-size: 28px;
  }
	.single_post .f_12{
		font-size:22px;
	}
	.single_post .f_14{
		font-size:24px;
	}
	.single_post .f_16{
		font-size:26px;
	}
	.single_post .f_20{
		font-size:30px;
	}
	.single_post .f_22{
		font-size:32px;
	}
	.single_post .f_24{
		font-size:34px;
	}
/*画像*/
  .single_post img{
      width: 100%;
  }
}

/*Mac,iPad Safari*/
@media only screen and (min-device-width:768px){
  _::-webkit-full-page-media, _:future, :root .bl_head_btnList .el_btn{
      padding-top: 0;
  }
}
/*iPad Safari*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px){
  _::-webkit-full-page-media, _:future, :root footer .inner .menu a{
      font-size: 11px;
  }

}