/*
Theme Name: iwatani
Theme URI: http://www.iwatani.com/
Author: iwatani
Author URI: http://www.iwatani.com/
Description: iwatani
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iwatani
Tags: iwatani
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/***
@font-face {
   font-family: impact;
   src: url('/wp-content/themes/iwatani/images/impact.eot') format("embedded-opentype");
   src: url('/wp-content/themes/iwatani/images/impact.ttf') format("truetype");
   src: url('/wp-content/themes/iwatani/images/impact.woff') format("woff");
    font-style: oblique;
}
**/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family:"ヒラギノ角ゴ Pro W3",'Noto Sans JP', "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #333 !important;
    font-weight: 400 !important;
}
header {
    background-color: #EAFAFF;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
    color: #333;
}

a:active,
a:hover,
a:focus,
*:focus {
	outline: none;
    color: #bc0a0a;
}
a img{
	outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 25px;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
@media only screen and (max-width: 420px) {
    h2 {
    font-size: 20px;
}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
textarea {
	color: #222 !important;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
    line-height: 1.6;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0;
    font-style:normal;
    text-decoration: none !important;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
    padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

li {
    list-style-type: none;
}
p {
    font-size: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/**
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

**/
/*--------------------------------------------------------------
# 基本
--------------------------------------------------------------*/

.impact {
    font-family: impact,'Anton', sans-serif;
    font-style: italic;
    font-weight: normal;
}

.RobotoCondensed {
    font-family: 'Roboto Condensed',sans-serif,"游ゴシック", YuGothic, "メイリオ";
    font-weight: normal;
}

.times {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: normal;
}
.oswald {
    font-family: 'Oswald', sans-serif;
}

.inner{
    max-width: 980px;
    margin: 0 auto !important;
}

.inner_l{
    max-width: 1280px;
    margin: 0 auto !important;
}
.inner_m{
    max-width: 1100px;
    margin: 0 auto !important;
}
.inner_s{
    max-width: 1000px;
    margin: 0 auto !important;
}
.inner_xs{
    max-width: 900px;
    margin: 0 auto !important;
}
.br_span {
    display: block;
}
.pc_show {
    display: block;
}
.sp_show {
    display: none;
}
.pull_left {
    float: left;
}
.pull_right {
    float: left;
}
.anchor_basic {
    position: relative;
    top: -60px;
    display: inline-block;
    height: 0;
}
span.red {
    color:#C80014;
}
@media only screen and (min-width: 2000px) {

}
@media only screen and (max-width: 1024px) {
.pc_show {
    display: none;
}
.sp_show {
    display: block;
}
.inner{
    padding: 0 15px;
}

nav.sp {
    display: block;
}

}
@media only screen and (max-width: 758px) {
.inner{
    padding: 0 10px;
}
.br_span {
    display: inline;
}
.pull_left {
    width: 100%;
}
.pull_right {
    width: 100%;
}
}

/* -------------------------------- 

フッター

-------------------------------- */

footer {
    clear: both;
    border-top: 2px solid #fe849e;
}
footer p{
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
}
.footer_1 {
    background-color: #fff;
    padding: 5px 0;
}
.footer_2 {
    background-color: #fff;
}
.footer_3 {
    background-color: #fff;
}
.footer_4 {
    background-color: #fe849e;
}
.footer_1 li a{
    color: #1e9abf;
    font-size: 13px;
}
.footer_1 li{
    display: table-cell;
    padding-right: 20px;
}
.footer_2 .inner {
    overflow: hidden;
    padding: 50px 0;
}
.footer_2 .footer_col1,.footer_2 .footer_col2,.footer_2 .footer_col3,.footer_2 .footer_col4,.footer_2 .footer_col5 {
    float: left;
    padding-right: 20px;
}
.footer_2 .footer_col5 {
    padding-right: 0;
}
.footer_2 a {
    color: #222;
    font-size: 11px;
}
.footer_2 a:hover {
    text-decoration: underline !important;
}
.footer_2 ul li ul {
    padding-left: 8px;
}
.footer_2 ul li {
    padding-bottom: 10px;
}
.footer_2 ul li ul li{
    padding-top: 2px;
    padding-bottom: 2px;
}
.footer_3{
    padding: 20px 0;
}
.footer_3 ul{
    overflow: hidden;
}
.footer_3 li {
    float: left;
    font-size: 13px;
}
.footer_3 li a{
    font-size: 13px;
}
.footer_3 li a:hover{
    text-decoration: underline;
}
.footer_4 p {
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 6px 0;
}
.footer_social{
    padding-bottom: 20px;
    border-bottom: 2px solid #d20a1e;
}
.footer_social ul li {
    float: left;
}
.footer_social ul {
    overflow: hidden;
}
.footer_social_btn {
    padding-bottom: 20px;
}
.footer_social_btn li{
    padding-right: 10px;
}
.footer_exlink {
    font-size: 12px;
}
.footer_exlink li{
    padding-right: 20px;
}
.footer_exlink li:nth-child(3){
    clear: both;
}
.footer_bottom_link {
    overflow: hidden;
    padding-top: 10px;
}
.footer_bottom_link_btn{
    float: left;
    width: auto;
}
.footer_bottom_link_btn ul li{
    display: table-cell;
    font-size: 12px;
    padding-right: 10px;
}
.footer_bottom_link a{
    color: #fff;
}
.footer_bottom_link a:hover{
    color: #fff;
}
.footer_bottom_pagetop{
    float: right;
}
.breadcrumb {
    background-color: #d20a1e;
    color: #fff;
}
.breadcrumb a{
    color: #fff;
}
.footer_campus ul {
    display: table;
}
.footer_campus ul li{
    display: table-cell;
    padding:0 3px;
}
@media only screen and (max-width: 1100px) {
.inner{
    padding: 0px 10px;
}
.footer_2 .inner {
    padding: 20px 10px 40px;
}
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 758px) {
.footer_2 ul li {
    padding-bottom: 5px;
}
.footer_2 {
    background-color: #fe849e;
}
.footer_2 .footer_col1,.footer_2 .footer_col2,.footer_2 .footer_col3,.footer_2 .footer_col4,.footer_2 .footer_col5 {
    float: none;
    width: 100%;
    padding: 0;
}
.footer_2 a{
    display: block;
    background-color: #fff;
    color: #fe849e;
    padding: 15px;
    font-size: 15px;
    position: relative;
}
.footer_2 a:hover,.footer_2 a:active{
    text-decoration: none !important;
}
a.footer_ac:after {
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-weight: normal;
    content: '\f196';
} 
a.footer_ac.active:after {
    content: '\f147';
} 
.footer_ac_cont {
    display: none;
}
.footer_ac_cont a{
    border-top: 1px solid #d20a1e;
    font-size: 12px;
}
.footer_2 ul li ul {
    padding-left: 0;
}
.footer_2 ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
}
.footer_3 li {
    float: none;
    font-size: 13px;
    display: inline;
}
.sp_footer_info {
    color: #fff;
    padding: 0 10px;
}
.sp_footer_info p{
    padding:10px 0 20px;
}
.footer_exlink li{
    padding: 0 10px;
}
.footer_exlink li{
    padding-bottom: 15px;
    float: none;
}
}

@media only screen and (max-width: 450px) {
.footer_bottom_link {
    display: none;
}
.footer_social_btn li{
    width: 50%;
    text-align: center;
    padding: 0;
}
.footer_social_btn li a{
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.footer_social_btn li a img{
    width: 30px;
    height: 30px;
    display: inline-block;
}
.footer_social_btn li:first-child a,
.footer_social_btn li:nth-child(3) a{
    border-right: 1px solid #ccc;
}
.footer_social_btn span {
    font-size: 10px;
}
.footer_social .inner {
     padding: 0;
}
}
/* -------------------------------- 

ヘッダー

-------------------------------- */
header {
    background-color: #fff;
}
.logo h1{
    font-size: 10px;
    color: #F7829C;
    font-weight: normal;
    padding: 5px 0 20px;
}
.logo h1 img{
    width: 594px;
}
.logo {
    float: left;
    width: 594px;
}
.header_info {
    float: right;
    width: 220px;
}
.header_info_outer {
    overflow: hidden;
}
.header_info {
    padding-top: 39px;
    color: #F7829C;
}
.header_info li{
    font-size: 12px;
}
.header_info li:nth-child(2){
    font-size: 28px;
}
@media only screen and (max-width: 900px) {

}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

グローバルメニューPC

–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.pc {
    background-color: #F7829C;
}
.menu-mobile {
    display: none;
    padding: 5px;
    position: relative;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #d20a1e;
    /**-webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);**/
}
.show-on-mobile.menu-mobile:after {
    content: "\f00d";
    font-family: 'FontAwesome';
}
.menu-dropdown-icon:before {
    content: "\f196";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.menu-dropdown-icon.close:before {
    content: "\f147";
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: table;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    display: table-cell;
    width: 14.285714228%;
    /**width: 12.5%;**/
    background: #F7829C;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    text-align: center;
    padding: 12px 5px;
    display: block;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
}
.menu > ul > li a:hover {
    color: #fff !important;
}
.menu > ul > li a span {
    font-size: 12px;
    color: #fff;
}
.menu > ul > li:hover a{
    background: #F99DB1;
    color: #fff;
}
.menu > ul > li:hover a span{
    color: #fff;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #d20a1e;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-left: 1px solid #eee;
}
/**
.menu > ul > li:hover > ul {
    display: block;
}**/

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 250px;
    left: auto;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 15px;
    display: block;
    width: 250px;
    font-size: 12px;
    text-align: left;
}
.menu > ul > li > ul.normal-sub > li a:hover {
    background-color:#fe5e6e;
    color:#fff;
}
.menu > ul > li a.current {
    background-color: #d20a1e;
    color: #fff;
}


/***********スティッキーヘッダー************/

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  background-color: #fff;
}
.is-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
nav.pc.is-show {
    box-shadow: 1px 1px 1px #ddd;
    padding: 8px 0;
}
@media only screen and (max-width: 1024px) {
.clone-nav .nav_btn_header {
    display: none;
}
.clone-nav.is-show .nav_btn_header {
    display: block;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 13rem;
}
}
@media only screen and (max-width: 768px) {
.drawer--right.drawer-open .drawer-hamburger {
    right: 19rem;
}
}
@media all and (-ms-high-contrast:none){


/***********IE用游ゴシックline-height効かないため************/
}



@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1000px) {

}



@media only screen and (max-width: 768px) {

}


/* -------------------------------- 

ヘッダー・グローバルメニューSP

-------------------------------- */

.drawer-hamburger:before {
    content: '\f0c9';
    display: table-cell;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    background-color: #fe849e;
    width: 40px;
    vertical-align: middle;
}
/**
.drawer-open .drawer-hamburger:before{
    content: '\f112';
    display: table-cell;
    font-family: FontAwesome;
}
**/
.drawer-open .is-show .drawer-hamburger:before{
    padding: 3px 8px;
}
nav.sp {
    background-color: #fff;
}
.nav_sp_top {
    display: table;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 4;
}
.logo_sp {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
}
.sp_nav_btn {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}
.sp_nav_btn.menu_btn {
    background-color: #fe849e;
}
.menu_btn_campus {
    border-left: 1px solid #ccc;
}
.menu_btn_campus a{
    display: block;
    min-width: 60px;
}
.menu_btn_campus a img{
    width: 100%;
}
.drawer-open .sp_sticky_nav li:first-child,
.drawer-open .sp_sticky_nav li:nth-child(2),
.drawer-open .sp_sticky_nav li:nth-child(3){
    opacity: 0.3;
}

.is-show .logo_sp {
    display:none;
}
.sp_sticky_nav {
    display: none;
}
.is-show .sp_sticky_nav {
    display:table;
    float: left;
    width: 100%;
    height: 40px;
    border-collapse: separate;
    border-spacing: 5px 5px;
}
.sp_sticky_nav li{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background-color: #fe849e;
}
.sp_sticky_nav li.home_btn,
.sp_sticky_nav li.nav_stiky_btn{
    width: 12%;
}
.sp_sticky_nav li.nav_doc_btn,
.sp_sticky_nav li.nav_open_btn,
.sp_sticky_nav li.nav_access_btn{
    width: 38%;
}
.sp_sticky_nav li span{
    display: table;
    width: 100%;
    line-height: 1;
}
.sp_sticky_nav li a{
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.is-show .sp_nav_btn {
    display: none !important;
}
/**
.drawer-open .nav_btn_header {
    opacity: 0.5;
}
**/
.is-show .drawer-hamburger {
    width: inherit !important;
    padding: 0 !important;
}
.drawer_info_top {
    color: #fff;
    padding: 10px 0;
}
.drawer_info_top address a{
    font-size: 25px;
    font-family: 'Istok Web', sans-serif;
    font-weight: bold;
}
.drawer_info_top a{
    color: #fff;
}
.drawer_color_bg {
    background-color: #fe849e;
    padding: 0 8px 0;
}
.drawer_white_btn li{
    padding-bottom: 8px;
}
.drawer_white_btn li a{
    display: block;
    text-align: left;
    background-color: #fff;
    line-height: 45px;
    position: relative;
    color: #fe849e;
    font-weight: bold;
    padding-left: 10px;
}
.drawer_white_btn li a:after{
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-weight: normal;
}
.drawer_toppage:after {
    content: '\f015';
    font-size: 18px;
}
.drawer_opencampus:after {
    content: '\f1ad';
    font-size: 17px;
}
.drawer_document:after {
    content: '\f07c';
    font-size: 15px;
}
.drawer_contact:after {
    content: '\f0e0';
    font-size: 15px;
}
.drawer_white_btn li a.drawer_access:after {
    content: '\f041';
    font-size: 18px;
    right: 13px;  
}
.drawer_white_bg {
    padding: 8px;
}
li.drawer-dropdown {
    padding-bottom: 8px;
}
.drawer_info_bottom {
    padding: 8px;
    color: #fe849e;
}
.drawer_info_bottom a{
    color: #fe849e;
}
a.drawer-dropdown{
    text-align: left;
    display: block;
    background-color: #fe849e;
    color: #fff;
    line-height: 45px;
    padding-left: 10px;
    font-weight: bold;
}
a.drawer-dropdown:focus,
a.drawer-dropdown:active,
a.drawer-dropdown:visited{
    color: #fff;
}
.drawer-dropdown .drawer-dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;

}
.drawer-dropdown.open .drawer-dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
a.drawer-dropdown-menu-item {
    color: #fe849e;
    border-bottom: 1px dotted #fe849e;
}
@media only screen and (min-width: 700px) {
    .drawer-hamburger:before {
        position: relative;
        left: 15px;
    }
}

/**---------------------------------------

サイド

---------------------------------------**/
.phone_side address{
    color: #ff9a0a;
    font-size: 30px;
    font-family: 'Istok Web', sans-serif;
    font-weight: bold;
    line-height: 1;
}
.fax_number_side span:last-child {
    padding-left: 5px;
}
.fax_number_side {
    padding-bottom: 6px;
}

.phone_side .side_btn a{
    max-width: 253px;
    display: block;
    color: #ff9a0a;
    background-color: #fff;
    border-radius: 10px;
    border:1px solid #ff9a0a;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.phone_side .side_btn a:hover{
    color: #fff;
    background-color: #ff9a0a;
}
.phone_side.side_banner {
    padding: 15px 0 30px;
}
.side_banner {
    padding-bottom:10px; 
}

.sp_side_banner li{
    padding-bottom: 10px;
}

/* -------------------------------- 

トップ

-------------------------------- */
.inner.sp_slider {
    padding: 0;
}
.top_information_title {
    position: relative;
    margin: 80px auto 20px;
    max-width: 760px;
}
.top_information_title a{
    position: absolute;
    bottom: 0;
    right: 0;
}
.top_information_title h2{
    text-align: center;
}
.top_news_outer {
    margin: 20px auto 50px;
    padding: 15px 0;
    border-top: 1px solid #fe849e;
    border-bottom: 1px solid #fe849e;
    max-width: 760px;
}
.top_news {
    padding-bottom: 10px;
}
.top_news .post_circle {
    color: #fe849e;
}
.top_news ul {
    display: table;
}
.top_news ul li{
    display: table-cell;
}
.top_news ul li:first-child{
    font-size: 13px;
    width: 100px;
}
.top_news ul li:nth-child(2){
    font-size: 12px;
    padding-right: 30px;
    color: #fe849e;
    width: 110px;
}
.top_news ul li:nth-child(2) a{
    color: #fe849e;
}
.top_news ul li:last-child{
    font-size: 13px;
    font-weight: bold;
}
.concept h2,.concept div {
    text-align: center;
}
.happiness {
    padding: 50px 0 20px;
}
.concept_txt {
    text-align: center;
    color: #fe849e;
    line-height: 2;
    font-size: 17px;
    margin: 25px 0;
}
.inner_concept_img {
    max-width: 1100px;
    margin: 80px auto 50px;
}
.inner_concept_img .col-sm-3{
    padding: 20px;
}
.concept_img li {
    color: #fe849e;
}
.concept_img li:nth-child(2) {
    font-weight: 500;
    padding:10px 0 15px;
    font-size: 16px;
}

.insta_outer {
    padding: 40px 0;
}

section.about,section.menu,section.access{
    background: url("https://www.artisticb.ac.jp/felicesalon/wp/wp-content/themes/iwatani/images/top/bg.png") repeat-y center center;
    color: #fff;
    padding-bottom: 60px;
}
section.about h2,section.access h2 {
    text-align: center;
    padding: 100px 0 60px;
    margin: 0;
}
section.about h3 {
    text-align: center;
    background-color: #fff;
    color: #fe849e;
    padding: 15px 5px;
    margin: 0 0 60px;
}
.about_main_txt {
    text-align: center;
    padding-bottom: 70px;
    margin: 0;
}
.col-sm-6.feature_txt {
    padding-left: 30px;
}
.feature_txt dt {
    display: table;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 15px;
}
.feature_txt dt span{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
.feature_txt dt span:first-child{
    width: 70px;
}
.feature_txt dl dd:last-child {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
}
.about .row {
    padding-bottom: 80px;
}
dd.feature_txt2_sub {
    font-size: 20px;
    padding: 20px 0;
}

section.campaign h2,section.campaign div {
    text-align: center;
    padding-bottom: 70px;
}
section.campaign {
    padding: 60px 0;
}
.menu h2 {
    margin: 0;
    padding: 100px 0 60px;
    text-align: center;
}
.nail_menu,.esthe_menu {
    background-color: #fff;
    color: #333;
    margin-bottom: 50px !important;
}
.nail_menu h3,.esthe_menu h3{
    text-align: center;
    padding: 50px 0 30px;
}
.nail_menu_img {
    text-align: center;
    padding-bottom: 40px;
}
.price_table_outer {
    max-width: 750px;
    margin: 0 auto;
}
.price_table_outer .col-sm-6,
.price_table_option .col-sm-6{
    padding: 0 25px;
}
.price_table_outer dl{
    margin: 0 0 25px;
}
.price_table_outer dt{
    color: #fe849e;
    padding-bottom: 10px;
    font-size: 16px;
}
.price_table_outer dd{
    font-size: 14px;
}
.price_table dt {
    border-bottom: 1px dotted #fe849e;
    line-height: 1.6;
}
.price_table dt span{
    display: block;
    color: #333;
    font-weight: normal;
    padding-top: 10px;
    font-size: 13px;
}
.price_table dd {
    display: table;
    width: 100%;
    border-bottom: 1px dotted #fe849e;
}
.price_table dd span{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 10px 0;
}
.price_table dd span:last-child{
    text-align: right;
}

.price_table_option p{
    color: #fe849e;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    margin: 0 0 10px;
}
.price_table_option li{
    padding-bottom: 10px;
    width: 100%;
    display: table;
}
.price_table_option li span{
    display: table-cell;
}
.price_table_option p.option_txt {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    margin: 60px 0 0;
    padding-bottom: 70px;
}
.price_dd_text{
    border-bottom: none !important;
    padding-top: 10px;
}
.este_price1 .col-sm-6:last-child{
    padding-top: 40px;
}
.este_price2 .col-sm-6:first-child{
    padding-top: 70px;
}
.este_option_txt {
    font-size: 12px;
    padding:30px 0 60px;
}
section.staff {
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0;
}
.staff_week {
    display: table;
    width: 100%;
}
.staff_week li{
    display: table-cell;
    width: 20%;
    text-align: center;
}
.staff_week li span{
    display: block;
    color: #fe849e;
    padding-bottom: 7px;
}
.staff h2, .staff p{
    text-align: center;
    color: #fe849e;
    padding-bottom: 60px;
}
.staff p{
    line-height: 2;
}

dl.access_info {
    margin: 10px 0 50px;
}
dl.access_info dt{
    font-weight: normal;
    padding-bottom: 8px;
}
dl.access_info dd{
    padding-bottom: 8px;
    display: table;
    width: 100%;
}
dl.access_info dd span{
    display: table-cell;
}
dl.access_info dd span:first-child{
    width: 100px;
}
ul.access_info {
    margin: 10px 0 30px;
}
ul.access_info li{
    padding-bottom: 8px;
}
.access_inner {
    max-width: 700px;
    margin: 0 auto;
}
.access_step{
    padding-left: 10px;
}
.access_step .col-sm-2{
    padding-right: 15px;
    position: relative;
    padding-bottom: 20px;
}
.access_step .col-sm-2:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -17px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.access_step .col-sm-2:nth-child(6n):after {
    content: "";
}

.top_contact {
    padding: 100px 0 150px;
}
.top_contact {
    text-align: center;
}
.top_contact p {
    line-height: 1.8;
    color: #fe849e;
}
.top_contact p a{
    text-decoration: underline;
    color: #fe849e;
}
@media only screen and (min-width: 1400px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 959px) {

}
@media only screen and (max-width: 767px) {
    .inner_concept_img {
        margin: 30px auto 50px;
    }
    .inner_concept_img .col-sm-3 {
        padding: 10px;
    }
    .top_information_title a {
        width: 100%;
        text-align: center;
    }
    .top_information_title {
        padding-bottom: 30px;
        margin: 40px auto 20px;
    }
    .top_news ul li {
    display: block;
    }
    .feature_txt dt {
    font-size: 16px;
    }
    .feature_txt dt br{
        display: none;
    }
    .concept_txt br {
        display: none;
    } 
    .about .row {
        padding-bottom: 30px;
    }
    .col-sm-6.feature_txt {
        padding-left: 0px;
    }
    section.campaign {
        padding: 20px 0 0;
    }
    .price_table_outer .col-sm-6,.price_table_option .col-sm-6,.price_table_option p{
        padding: 0;
    }
    .este_option_txt {
        padding: 0px;
    }
    .este_price1 .col-sm-6:first-child,
    .este_price2 .col-sm-6:first-child{
        text-align: center;
        padding: 20px 0;
    }
    .staff p br{
        display: none;
    }   
    .staff_week {
        overflow: hidden;
    }
    .staff_week li{
        float: left;
        width: 50%;
    }
    .staff_week li:nth-child(2n + 1){
        clear: both;
    }
    .top_contact {
    padding: 40px 0;
    }
    section.access ,section.staff,.top_contact {
        padding: 20px 10px;
    }
    .access_step .col-sm-2:after {
        content: "";
    }
    .access_step{
        padding-left: 0;
    }
    .access_step .col-sm-2{
        padding:5px;
    }
    .top_contact p br{
        display: none;
    }
    .menu h2,section.about h2, section.access h2 {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 420px) {

}
/*--------------------------------------------------------------
# ページ基本
--------------------------------------------------------------*/
.col-sm-6.col-6-1 {
    padding-right: 10px;
}
.col-sm-6.col-6-2 {
    padding-left: 10px;
}
.page_wrapper {
    overflow: hidden;
    width: 100%;
}
.page_wrapper main{
    float: right;
    width: 75%;
    padding-left: 30px;
    padding-bottom: 60px;
}
.page_wrapper aside{
    float: left;
    width: 25%;
}
.page_title {
    background: url("https://www.artisticb.ac.jp/iwatani/wp-content/themes/iwatani/images/page/bg_line01.png") repeat-x left bottom;
    margin-bottom: 40px; 
}
.page_title h1{
    font-size: 20px;
    color: #d20a1e;
    padding: 50px 0;
    letter-spacing: 2px;
}
.page_title p{
    font-size: 20px;
    color: #d20a1e;
    padding: 50px 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.page_title h1 span{
    font-size: 16px;
}
.page_title2 {
    font-size: 18px;
    background: url("https://www.artisticb.ac.jp/iwatani/wp-content/themes/iwatani/images/page/sub_title_deco.gif") no-repeat top left;
    padding-top: 5px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.page_main_img {
    padding-bottom: 20px;
}
.page_main_img_h2 {
    font-size: 20px;
    line-height: 1.6;
}
.page_section {
    padding-bottom: 20px;
}
.table1 th{
    background-color: #C80014;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-weight: normal;
}
.table1 td{
    padding: 15px 10px;
}
.table1{
    border: 2px solid #C80014;
}
.table1 tr{
    border-bottom: 2px solid #C80014;
}
.font_small {
    font-size: 12px;
}

.basic_btn_red:after{
    content: "\f138";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    font-size: 20px;
    color: #d20a1e !important;
}
.basic_btn_red {
    position: relative;
    border:2px solid #d20a1e;
    color: #d20a1e !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    text-align: center;
}
.basic_btn_red:hover {
    color: #fff !important;
    background-color: #d20a1e;
    text-decoration: none;
}
.basic_btn_red:hover:after {
    color: #fff !important;
}

.basic_btn_pink:after{
    content: "\f138";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    font-size: 20px;
    color: #F17A8F !important;
}
.basic_btn_pink {
    position: relative;
    border:2px solid #F17A8F;
    color: #F17A8F !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    text-align: center;
}
.basic_btn_pink:hover {
    color: #fff !important;
    background-color: #F17A8F;
    text-decoration: none;
}
.basic_btn_pink:hover:after {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
.page_wrapper main,
.page_wrapper aside{
    float: none;
    width: 100%;
}
.page_wrapper main{
    padding-left: 0px;
}
.col-sm-6.col-6-1,.col-sm-6.col-6-2 {
    padding:5px 0;
}
.page_title h1{
    padding: 35px 0 20px 10px;
}
}
/*--------------------------------------------------------------
# 学校案内
--------------------------------------------------------------*/
.policy_title {
    font-size: 20px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 600;
}
.policy_list li {
    padding-bottom: 20px;
}
.president_img dt {
    font-weight: normal;
    padding: 5px 0;
}
.president_img dd {
    font-size: 18px;
}
.president_txt dl {
    margin-top: 0;
}
.president_txt dt {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.president_txt dt.oswald {
    font-size: 16px;
    font-weight: 400;
    color: #d20a1e;
    padding:20px 0 5px;
}
.school_menu {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 20px;
}
.school_menu img {
    width: 100%;
}
.school_menu .col-sm-4 {
    padding: 8px;
}
.school_menu dl {
    margin: 0;
}
.school_menu dt {
    background-color: #d20a1e;
    font-size: 13px;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.school_menu dd {
    font-size: 13px;
    padding-bottom: 10px;
}
.feature_list dt{
    display: table;
}
.feature_list dt span{
    display: table-cell;
    vertical-align: middle;
}
.feature_list dt span:last-child {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 18px;
    line-height: 1;
    padding-left: 5px;
    font-weight: 600;
}
.feature_list.row {
    padding-bottom: 20px;
}
@media all and (-ms-high-contrast:none){
.feature_list dt span:last-child {
    padding-top: 8px;
}
}
.feature_list dd{
    margin-top: 10px;
    font-size: 13px;
}
.facility li.col-xs-6 {
    padding: 8px;
}

.page_access h2 {
    font-size: 16px;
}
.page_access h2 span {
    font-size: 13px;
}

.page_access h3 {
    background-color: #d20a1e;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
}
.page_access .table1 {
    border: none;
}
.page_access .table1 tr{
    border-bottom: 1px dotted #999;
}

.guardian_point .col-xs-6:first-child {
    padding-right: 20px;
}
.guardian_point .col-xs-6:last-child {
    padding-left: 20px;
}
.guardian_point_title {
    display: table;
    width: 100%;
}
.guardian_point_title h3 {
    background-color: #d20a1e;
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    line-height: 1.2;
}
.guardian_point_title h3 span:first-child{
    font-size: 11px;
}
.guardian .school_menu {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
section.guardian {
    padding-bottom: 40px;
}
.guardian_point img {
    width: 100%;
}
.guardian_point ul{
    padding: 10px 0 25px;
}
.guardian_point ul li:last-child {
    padding-top: 10px;
}
.efforts_pege_link .col-sm-3{
    padding: 5px;
}
.grade1_2 h3 {
    background-color: #F75C68;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
}
.efforts_lecturer .col-sm-4{
    padding: 5px;
}
.efforts_lecturer dt li:first-child {
    color: #CF0000;
    border-bottom: 2px solid #CF0000;
    margin-bottom: 15px;
}
.efforts_lecturer dt li:last-child {
    margin-bottom: 15px;
}
.efforts_lecturer dd li{
    font-size: 12px;
    padding: 5px 0;
}
.efforts h3 {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .school_menu .col-xs-6:nth-child(2n + 1) {
        clear: both;
    }
    .school_menu dt {
    font-size: 11px;
        margin-bottom: 5px;
    }
    .school_menu br {
        display: none;
    }
    .president_img dl {
        padding-left: 10px;
        padding-top: 20px;
    }
    .feature_list.row {
    padding-bottom: 0;
    }
    .guardian_point .col-xs-6:first-child {
    padding-right: 5px;
    }
    .guardian_point .col-xs-6:last-child {
        padding-left: 5px;
    }
}
/*--------------------------------------------------------------
# 学科・コース
--------------------------------------------------------------*/
.course_top_list dd:last-child{
    padding:10px 0 20px;
} 
.course_top_list dt {
    padding-left: 45px;
    padding-bottom: 10px;
} 
.course_top_list dt span{
    display: block;
    line-height: 1.3;
} 
.course_top_list dt span:first-child {
    font-size: 20px;
}
.course_top_list dd img {
    width: 100%;
} 
.course_list_btn {
    color: #fff;
    padding: 8px;
    font-size: 13px;
}
.course .col-sm-6:first-child {
    padding-right: 20px;
}
.course .col-sm-6:last-child {
    padding-left: 20px;
}

.stylist_point {
    padding-bottom: 30px;
}
.stylist_point dl {
    margin: 0;
    padding-left: 16px;
}
.stylist_point dt {
    display: table;
    font-size: 15px;
    padding-bottom: 10px;
}
.stylist_point dt span{
    display: table-cell;
    vertical-align: middle;
}
.stylist_point dt span:first-child{
    width: 70px;
}
.stylist_news {
    border: 2px solid #728DC5;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    margin-bottom: 30px;
}
.stylist_news dt {
    font-size: 19px;
    color: #728DC5;
    line-height: 1.3;
    padding:5px 0 20px;
}
.stylist_occupation span, .beauty_occupation span{
    display: block;
    padding-top: 10px;
    font-size: 11px;
}
.stylist_occupation .col-sm-3,.beauty_occupation .col-sm-3 {
    padding: 5px;
}
.beauty_occupation .col-sm-3:nth-child(5) {
    clear: both;
}
.stylist_occupation,beauty_occupation {
    margin-bottom: 30px;
}
.stylist_lisence {
    margin: 60px 0 20px;
}
.stylist_lisence .row {
    margin-bottom: 25px;
}
.course_content {
    padding-bottom: 20px;
}
.course_content dt {
    color: #d20a1e;
    font-weight: 500;
}
.course_content dd {
    font-size: 13px;
}
.course_content .col-xs-6:first-child{
    padding-right: 15px;
}
.course_content .col-xs-6:last-child{
    padding-left: 15px;
}
.stylist_curriculum dt{
    color: #7292CB;
    border: 2px solid #7292CB;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.row.eyelist {
    padding-bottom:30px;
}
.eyelist_name {
    display: table;
}
.eyelist_name li{
    display: table-cell;
    vertical-align: middle;
    color: #7292CB;
    font-weight: 600;
    font-size: 16px;
}
.eyelist_name li:first-child{
    width: 70px;
}
.eyelist_name li:last-child span{
    display: block;
}
.eyelist dl {
    margin: 20px 0;
}
.eyelist dt {
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 10px;
}
.beaty_course_content .row .col-sm-6:first-child{
    padding-right: 15px;
}
.beaty_course_content .row .col-sm-6:last-child{
    padding-left: 15px;
}
.beauty_training dt {
    color: #fff;
    background-color: #F17A8F;
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
    z-index: 5;
    text-align: center;
}
.beauty_training dt:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #F17A8F;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    z-index: 1;
}
.beauty_training .row .col-xs-6:first-child {
    padding-right: 10px;
}
.beauty_training .row .col-xs-6:last-child {
    padding-left: 10px;
}
.beauty_training span {
    display: block;
    padding: 5px 0 15px;
    color: #d20a1e;
}
.beauty_curriculum dt{
    color: #F17A8F;
    border: 2px solid #F17A8F;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.beauty_curriculum h3 {
    color: #fff;
    background-color: #F17A8F;
    max-width: 200px;
    text-align: center;
    padding: 8px;
    font-size: 14px;
}
.beauty_curriculum_p {
    color: #fff;
    background-color: #F17A8F;
    position: relative;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 30px;
}
.beauty_curriculum_p:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: #F17A8F;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    z-index: 1;
}
.beauty_curriculum dl {
    margin: 0 0 15px;
}
.beauty_curriculum .row {
    margin-bottom: 20px;
}

.este_facility dt {
    display: table;
    padding-bottom: 10px;
}
.este_facility dt span{
    display: table-cell;
    vertical-align: middle;
    color: #F17A8F;
    font-size: 16px;
}
.este_facility dt span:first-child{
    width: 70px;
}
.este_facility ul {
    display: table;
}
.este_facility ul li{
    display: table-cell;
    vertical-align: bottom;
}
.make_facility p {
    padding-top: 50px;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .course .col-sm-6:first-child {
    padding-right: 0;
    }
    .course .col-sm-6:last-child {
        padding-left: 0;
    }
    .stylist_point dl {
    padding: 10px 0 0 0;
    }
    .stylist_news .col-sm-2 {
        display: none;
    }
    .course_content .col-xs-6:first-child{
        padding-right: 5px;
    }
    .course_content .col-xs-6:last-child{
        padding-left: 5px;
    }
    .course_content dd {
        height: 80px;
    }
    .row.eyelist {
        max-width: 300px;
        margin: 0 auto ;
    }
    .eyelist .col-sm-4 {
        text-align: center;
        padding-bottom: 15px;
    }
    .beauty_occupation .col-sm-3:nth-child(2n + 1) {
        clear: both;
    }
    .beaty_course_content .row .col-sm-6:first-child{
        padding-right: 0;
    }
    .beaty_course_content .row .col-sm-6:last-child{
        padding-left: 0;
    }
    .beauty_training dd{
        max-width: 350px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .stylist_lisence li {
        font-size: 12px;
    }
}
/*--------------------------------------------------------------
# 就職・資格
--------------------------------------------------------------*/
.support_feature .row {
    margin-bottom: 20px;
}
.support_feature dl {
    margin: 0;
    padding: 10px 0 20px 0;
}
.support_feature dt{
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    margin-bottom: 15px;
    display: table;
}
.support_feature dt span{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.support h3 {
    background-color: #CB0010;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    margin: 10px 0 30px;
}
.support_feature dt span:first-child{
    width: 30px;
}
.pa_flow_sub {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}
.pa_sheet_outer .col-sm-4 {
    padding: 5px;
}
.pa_sheet_outer .col-sm-4:nth-child(4) {
    clear: both;
}
.pa_sheet_outer h5 {
    border: 2px solid #CB0010;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 13px;
}
.pa_sheet  {
    border: 1px solid #CB0010;
}
.pa_sheet th {
    background-color: #CB0010;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    padding: 5px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    text-align: left;
    min-width: 55px;
}
.pa_sheet td {
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #CB0010;
    border-left:  1px solid #CB0010;
    vertical-align: middle;
}
th.pa_bottom_none {
    border:none;
}
.pa_sheet i {
    color:#CB0010; 
}
.pa_sheet td br {
    display: none;
}
.pa_sheet tr td:last-child{
    width: 10px;
    padding: 5px;
}

.license_interview div.row {
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.license_left li:first-child {
    padding-bottom: 10px;
}
.license_left li a{
    text-decoration: underline;
}
.license_right h3 {
    color: #CB0010;
    margin: 0 0 15px;
    font-size: 17px;
}
.license_right dl {
    margin: 0 0 20px;
}
.license_right dt {
    padding-bottom: 5px;
}
.joblist dl {
    margin: 10px 0 20px;
}
.joblist dt {
    color: #CB0010;
    font-weight: 500;
    padding-bottom: 5px;
}
.joblist dd {
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
    .license_left .col-xs-8{
        padding-left: 5px;
    }
    .license_left h3{
        color: #CB0010;
        margin: 10px 0;
    }
    .license_left h3 br{
        display: none;
    }
}
/*--------------------------------------------------------------
# 入学案内、学生サロン、スクールライフ、よくある質問、その他
--------------------------------------------------------------*/
.tuition {
    padding: 20px;
    font-size: 14px;
}
.tuition tr {
    border-bottom: 1px dotted #999;
}
.tuition td,.tuition th{
    padding: 10px 3px;
    vertical-align: top;
}
.admission_stylist,.admission_total {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}
.admission_stylist {
    color: #fe869c;
    border: 2px solid #fe869c;
}
.admission_total {
    color: #6e92cb;
    border: 2px solid #6e92cb;
}
.application dl,.scholarship dl{
    display: table;
    padding: 10px 30px;
    width: 100%;
}
.application dl dt,.application dl dd,
.scholarship dl dt,.scholarship dl dd{
    display: table-cell;
}
.application dl dt,.scholarship dl dt{
    width: 23%;
}
.application dl dd,.scholarship dl dd{
    width: 77%;
}
.scholarship_box {
    border: 2px solid #C80014;
}
.tuition_support p {
    margin-top: 0;
}

.admission_step ul {
    overflow: hidden;
    width: 100%;
}
.admission_step ul li:first-child{
    float: left;
    width: 20%;
}
.admission_step ul li:last-child{
    float: left;
    width: 80%;
}
.admission_step dt {
    color: #C80014;
    font-size: 17px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 1.2;
}
.admission_dormitory h3{
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 10px;
}
.admission_dormitory .table1 {
    border: none;
}
.admission_dormitory .table1 tr{
    border-bottom: 1px dotted #999;
}

.gallery_outer {
    overflow: hidden;
    width: 100%;
}
.gallery_outer a{
    display: block;
    float: left;
    width: 10%;
    padding: 3px;
}
.gallery_outer a:nth-child(10n + 1){
    clear: both;
}
.school_life h3 {
    background-color: #C80014;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}
.school_life h3 span{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
}
.school_life td {
    border-bottom: 1px dotted #999;
    padding: 15px 0;
    font-size: 14px;
    vertical-align: top;
}
.school_life th {
    vertical-align: top;
    padding: 15px 0;
}
.school_life table tr.event_schedule_year th {
    border-bottom: 2px solid #C80014;
    text-align: left;
}
.school_life td.spacer,.school_life th.spacer {
    width: 4%;
    border: none !important;
}
.schedule_school_year {
    width: 42%;
}
.school_life th.oswald {
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
}
.school_life th span {
    font-size: 11px;
    display: inline-block;
    padding-left: 3px;
}
.faq dl#acMenu{
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
.faq #acMenu dt{
    cursor:pointer;
    padding: 20px 20px 20px 0;
    position: relative;
    border-bottom: 1px solid #ccc; 
    font-weight: normal;
    font-size: 13px;
}
.faq #acMenu dt:hover{
    background-color: #efefef;
}
.faq #acMenu dt:after{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-weight: normal;
    content: '\f0fe';
    color: #C80014;
}
.faq #acMenu dt.active{
    border: none;
}
.faq #acMenu dt.active:after{
    content: '\f146';
}
.faq #acMenu dd{
    color: #C80014;
    padding:10px 20px;
    line-height: 1.6;
}
.faq #acMenu dd:before{
    content:'ANSWER';
    font-family: 'Oswald', sans-serif;
    display: block;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 14px;
}

.felice_point .row dl{
    padding:0 0 0 25px;
}
.felice_point .row:nth-child(2) dl{
    padding:0 25px 0 0;
}
.felice_point dt{
    font-size: 17px;
}
.felice_point dt li{
    padding-bottom: 15px;
}
.felice_point .row {
    padding-bottom: 20px;
}
.felice h3 {
    color: #fff;
    background-color: #F67A8E;
    padding: 5px;
    text-align: center;
    font-weight: 500;
}
p.felice_message {
    color: #F67A8E;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    text-align: center;
}
.salon_link {
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .application dl,.scholarship dl{
        padding: 10px ;
    }
    .application h3 {
        padding-left: 10px;
    }
    .admission_step .sp_show {
        font-weight: bold;
        color: #fff;
        background-color: #C80014;
        text-align: center;
    }
    .admission_step dl {
        margin-top: 0;
    }
    .felice_point .row dl,.felice_point .row:nth-child(2) dl{
        padding:0;
    }
}
@media only screen and (max-width: 420px) {
    .admission_stylist,.admission_total {
    font-size: 10px;
    }
    .tuition {
    padding: 10px;
    font-size: 12px;
    }
    .tuition th{
        width: 80px;
    }
    .admission_dormitory .table1 {
        font-size: 13px;
    }
    .faq #acMenu dt{
        font-size: 12px;
        line-height: 1.2;
    }
    .faq #acMenu dd{
        font-size: 12px;
    }
}
/*--------------------------------------------------------------
# オープンキャンパス
--------------------------------------------------------------*/
.oc_list {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px dotted #999;
}
.oc_left{
    display: table-cell;
    width: 45%;
    vertical-align: top;
}
.oc_right {
    display: table-cell;
    width: 55%;
    padding-left: 15px;
    vertical-align: top;
}
.oc_date{
    color:#fe5e6e;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}
.oc_date span:last-child{
    font-size: 15px;
    display: inline-block;
    margin-left: -10px;
}

.oc_time li{
    display: table;
    padding-bottom: 5px;
}
.oc_time li span{
    display: table-cell;
}
.oc_time li span:first-child {
    color: #fff;
    text-align: center;
    background-color:#fe5e6e;
    width: 85px;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 5px;
}
.oc_time li span:last-child {
    padding-left: 5px;
    font-weight: bold;
    color: #888;
}
.oc_btn1 {
    margin-bottom: 10px;
}
.oc_btn1 ul{
    display: table;
    width: 100%;
}
.oc_btn1 li{
    display: table-cell;
    width: 50%;
}
.oc_btn1 li:first-child a{
    -webkit-border-radius: 5px 0 0 5px / 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px / 5px 0 0 5px;
    border-radius: 5px 0 0 5px / 5px 0 0 5px;
    border: 2px solid #fe5e6e;
    border-right: 1px solid #fe5e6e;
}
.oc_btn1 li:last-child a{
    -webkit-border-radius: 0 5px 5px 0 / 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0 / 0 5px 5px 0;
    border-radius: 0 5px 5px 0 / 0 5px 5px 0;
    border: 2px solid #fe5e6e;
    border-left: 1px solid #fe5e6e;
}
.oc_btn1 li a,.oc_btn2 a{
    position: relative;
    display: block;
    color:  #fe5e6e;
    font-weight: bold;
    padding: 10px;
}
.oc_btn1 li a:hover,.oc_btn2 a:hover{
    background-color: #fe5e6e;
    color: #fff;
    text-decoration: none;
}
.oc_btn1 li a:after,.oc_btn2 a:after{
    content: "\f138";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 14px;
    margin-top: -7px;
    line-height: 1;
}
.oc_btn2 a {
    border-radius: 5px;
    border: 2px solid #fe5e6e;
}
dl.oc_menu {
    margin: 0 0 10px;
}
.oc_menu dt {
    color:#fff;
    background-color: #fe5e6e;
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
    border-radius: 5px;
}
.oc_menu dd h3{
    color:#fe5e6e;
    font-size: 13px;
    margin: 8px 0;
}
.check_icon {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    line-height: 26px;
}

.tour_campus .oc_right,.tour_campus .oc_left {
    vertical-align: top;
}
.tour_campus .oc_list {
    margin-bottom: 25px;
    padding-bottom: 0;
    border: none;
}
.tour_campus h3 {
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
    background-color: #F65B6A;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 0;
}
.tour_campus dl {
    margin: 0;
}
.tour_campus dt {
    color: #F65B6A;
    margin-bottom: 10px;
    font-size: 17px;
}
.tour_text1 {
    color: #F65B6A;
    font-size: 14px;
    font-weight: bold;
}
.tour_text2 {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 5px;
}
.oc a.basic_btn_pink:after{
    color: #fe5e6e !important;
}
.oc a.basic_btn_pink {
    border:2px solid #fe5e6e;
    color: #fe5e6e !important;
}
.oc a.basic_btn_pink:hover {
    background-color: #fe5e6e;
    color: #fff !important;
}
.oc a.basic_btn_pink:hover:after{
    color: #fff !important;
}

.oc_support h2 {
    color: #F65B6A;
    display: table;
    padding-bottom: 15px;
}
.oc_support h2 span{
    display: table-cell;
    vertical-align: middle;
}
.oc_support h2 span:first-child{
    width: 115px;
}
.oc_support dl {
    margin: 20px 0;
}
.oc_support dt {
    color: #F65B6A;
    font-size: 16px;
}
.oc_support dd {
    padding: 15px 0;
}

@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {
    .oc_left,.oc_right{
        width: 100%;
        display: block;
        padding: 10px 0;
    }
    .oc_support h2 br{
        display: none;
    }
}
/*--------------------------------------------------------------
# ニュース一覧
--------------------------------------------------------------*/
.news_outer_title {
    display: table;
    width: 100%;
    background-color: #d20a1e;
    -webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    padding: 15px;
}
.news_outer_title li{
    display: table-cell;
    color: #fff;
}
.news_outer_title li:first-child{
    width: 15%;
}
.news_outer_title li:nth-child(2){
    width: 70%;
}
.news_outer_title li:last-child{
    width: 15%;
}
.news_list{
    border-bottom: 1px dotted #999;
}
.news_list ul{
    display: table;
    width: 100%;
    padding: 15px;
}
.news_list ul li{
    display: table-cell;
    vertical-align: middle;
}
.news_list_date{
    width: 15%;
}
.news_list_title{
    width: 70%;
}
.news_list_title a{
    text-decoration: underline;
}
.news_list_cat{
    width: 15%;
}
.news_list_cat a{
    background-color: #F7829C; 
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 3px;
}
.news_list_cat a:hover{
    background-color: #a7a7a7; 
    color: #fff;
    text-decoration: none;
}
.news_cat_ac #acMenu dt{
    cursor:pointer;
    background-color: #F7829C;
    padding: 15px;
    color: #fff;
    position: relative;
}
.news_cat_ac #acMenu dt:after{
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-weight: normal;
    content: '\f0fe';
}
.news_cat_ac #acMenu dt.active:after{
    content: '\f146';
}
.news_cat_ac #acMenu dd{
    background:#f2f2f2;
}
.news_cat_ac #acMenu dd a{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #fff;
}
dl.news_side {
    margin-top: 0;
}
.news_side dt{
    background-color: #F7829C;
    padding: 15px;
    color: #fff;
    -webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    border-bottom: 1px solid #fff;
}
.news_side_category li{
    display: table;
    width: 100%;
}
.news_side_category a{
    background:#f2f2f2;
    display: table-cell;
    line-height: 1.3;
    height: 55px;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
}
.news_side_category a:hover{
    background:#F7829C;
    color: #fff;
    text-decoration: none;
}
.news_side dd select{
    margin-top: 10px;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .news_list_sp {
        padding: 15px;
        border-bottom: 1px dotted #999;
    }
    .news_list_sp_date{
        display: table;
    } 
    .news_list_sp_date span{
        display: table-cell;
        padding-right: 10px;
    }
    .news_list_sp_cat a{
        background-color: #F7829C;
        color: #fff;
        text-align: center;
        display: inline-block;
        font-size: 12px;
        width: 100px;
        padding: 2px 0;
    }
}
@media only screen and (max-width: 768px) {

}
/*--------------------------------------------------------------
# ニュースページ
--------------------------------------------------------------*/
.post_single_content h1 {
    border-bottom: 1px solid #F7829C;
    font-size: 15px;
    font-weight: 400;
    padding:10px 0;
}
.post_info span:last-child a{
    background-color: #F7829C;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 10px;
    color: #fff;
}
.post_info a:hover {
    color: #fff;
}
.single_pagenation {
    padding-top: 30px;
    display: table;
    width: 100%;
}
.single_pagenation li{
    display: table-cell;
    vertical-align: middle;
}
.single_pagenation li:last-child{
    text-align: right;
}
.single_pagenation li:nth-child(2){
    text-align: center;
    width: 50%;
}
.backtoindex a {
    display: inline-block;
    background-color: #fe849e;
    padding: 5px 20px;
    color: #fff;
}
.backtoindex a:hover {
    color: #fff;
}
.news_main_title {
    text-align: center;
    padding: 30px 0;
}
@media only screen and (max-width: 768px) {
    .post_single_content h1 {
        border-bottom: 1px dotted #F7829C;
    }
}  
/*--------------------------------------------------------------
# インタビュー
--------------------------------------------------------------*/
.row.interview_outer {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.interview_cat {
    background-color: #d20a1e;
    color: #fff;
    width: 210px;
    padding: 3px 0;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
}
.interview_outer h3 {
    color: #d20a1e;
    margin: 10px 0 10px;
    font-size: 18px;
}
.testimonials_info {
    font-size: 11px;
    margin:0 0 10px;
}
.interview_outer dl{
    margin: 0 0 10px;
}
.interview_outer dl dt{
    margin: 0 0 5px;
}

@media only screen and (max-width: 768px) {
    .interview_outer .col-xs-8 {
        padding:20px 0 0 10px;
    }
    .row.interview_outer {
    border-bottom: 1px solid #ddd;
    }
}
@media only screen and (max-width: 420px) {
    .interview_cat {
        display: inline-block;
        width: auto;
        padding: 3px 10px;
        font-size: 11px;
    }
    .interview_cat.pc_show {
        display: none;
    }
    .interview_outer h3 {
        font-size: 13px;
    }
    .interview_outer h3 br{
        display: none;
    }
    .interview_outer .col-xs-8 {
        padding:10px 0 0 5px;
    }
}
/*--------------------------------------------------------------
# アコーディオン
--------------------------------------------------------------*/
#acMenu. dt{
    display:block;
}
#acMenu dd{
    display:none;
}
/*--------------------------------------------------------------
# タブ
--------------------------------------------------------------*/
ul.tabs li{
    float: left;
    width:120px;
    margin-right: 5px;
    line-height: 1;
}
ul.tab2 li {
     width: 15.6666% !important;
     margin-right: 1%;
    font-size: 12px;
    
}
ul.tab2 li:last-child {
     margin-right: 0;
    
}
ul.tabs li a{
    display: block;
    background-color: #C80014;
    color: #fff;
    text-align: center;
    border: 2px solid #C80014;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    height: 40px;
    padding-top: 10px;
}
ul.tabs li a:hover{
    background-color: #fff;
    color: #C80014;
    text-decoration: none;
}
ul.tab2 li:last-child a{
     margin-right: 0;
     padding-top: 5px;
}
ul.tabs li.active a{
    background-color: #fff;
    color: #C80014;
    z-index: 2;
    position: relative;
}
ul.panels {
    clear: both;
    border:2px solid #C80014;
    position: relative;
    top: -2px;
    z-index: 1;
}
ul.panels > li.panel {
  display: none;
}
ul.panels > li.panel.active {
  display: block;
}
@media only screen and (max-width: 768px) {
    ul.tab2{
        width: 100% !important;
    }
    ul.tab2 li {
        width: 15.6666% !important;
    }
    ul.tabs li a{
        height: auto;
        padding: 10px;
    }
    ul.tab2 li:last-child a{
         padding-top: 10px;
    }
}
@media only screen and (max-width: 420px) {

}
/*--------------------------------------------------------------
# ペジネーション wp pagenavi
--------------------------------------------------------------*/
.pagenation {
    padding-top: 20px;
    text-align: center;
}
.nextpostslink {
    position: absolute;
    right: 0;
    top: -10px;
}
.previouspostslink {
    position: absolute;
    left: 0;
    top: -10px;
}
.wp-pagenavi {
    position: relative;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
}


/*--------------------------------------------------------------
# ぱんくずりすと
--------------------------------------------------------------*/

.breadcomb {
    padding: 5px 0 15px;
    font-size: 12px;
}
.breadcomb a{
    color: #ff9a0a;
}


/*--------------------------------------------------------------
# お問い合わせ 
--------------------------------------------------------------*/
.contact_nav {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 0;
    padding-bottom: 50px;
}
.contact_nav li{
    display: table-cell;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    width: 33.3333333333%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}
.mw_wp_form_input .contact_nav li.input_page {
    color: #fff;
    background-color: #d20a1e;  
}
.mw_wp_form_confirm .contact_nav li.comfirm_page {
    color: #fff;
    background-color: #d20a1e;  
}
.mw_wp_form_complete .contact_nav li.complete_page {
    color: #fff;
    background-color: #d20a1e;
}
.contact_example {
    display: inline-block;
    padding-left: 14px;
}
.mw_wp_form_confirm .contact_example {
    display: none;
}
.form dl {
    display: table;
}
.form dl dd,.form dl dt{
    display: table-cell;
    vertical-align: top;
}
.form dl{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 0;
}
.form dl dt{
    width: 30%;
    font-weight: normal;
}
.form dt span{
    color: red;
}
.form dl dd{
    width: 70%;
}
.form input{
    width: 250px;
    border: none;
    background-color: #F0F0F0;
    padding: 5px;
}
.form .choose_date input {
    width: 130px;
    background-color: #fff;
    border: 1px solid rgb(169, 169, 169);
    padding: 1px;
    margin-right: 5px;
}
.choose_date div {
    padding-bottom: 5px;
}
.form textarea{
    width: 100%;
    border: none;
    background-color: #F0F0F0;
    padding: 5px;
}
.form_check_box input {
    width: inherit;
}
.mw_wp_form .error {
    display: inline-block !important;
    padding-left: 5px;
}
input.age {
    width:50px;
}
input.phone {
    width:150px;
}
input.input_address {
    width: 100%;
}
.form_btn {
    padding-top: 30px;
    display: table;
    border-collapse: separate; 
    border-spacing: 8px 0; 
}
.form_btn li {
    display: table-cell;
    text-align: center;
}
.mw_wp_form_input .form_btn {
    max-width: 340px;
    margin: 0 auto;
}
.form_btn li{
    position: relative;
}
.form_btn li:after{
    content: "\f138";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #d20a1e !important;
}
.form_btn input {
    border:2px solid #d20a1e;
    color: #d20a1e !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: bold;
}
.form_btn li:hover input {
    color: #fff !important;
    background-color: #d20a1e;
}
.form_btn li:hover:after {
    color: #fff !important;
}
.mw_wp_form_input li.btn_back {
    display: none;
}
.mw_wp_form_confirm .form_btn {
    max-width: 680px;
    margin: 0 auto;
}
.mw_wp_form_input li.btn_back {
    display: none;
}
@media only screen and (max-width:767px) {
.contact_example {
    display: block;
    padding-left: 0;
}
input.age {
    width:50px;
}
.form_btn {
    display: block;
    border-collapse:inherit;
    border-spacing: 0;
}
.form_btn li {
    display: block;
    margin-bottom: 20px;
}
.form_btn input {
    width: 100%;
}
}
@media only screen and (max-width:458px) {
.form dl dt{
    width: 100%;
}
.form dl dd{
    width: 100%;
}
.form dl dd,.form dl dt{
    display: block;
}
.form input{
    width: 100%;
    font-size: 16px;
}
.form textarea{
    font-size: 16px;
}
.form_check_box input {
    width: inherit;
}

}

/**---------------------------------------

swiper

---------------------------------------**/
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    padding-bottom: 50px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide img {
    width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fe849e;
    opacity: 1;
}

.swiper-button-next{
    background-image: url("https://www.artisticb.ac.jp/iwatani/wp-content/themes/iwatani/images/next.png");
}
.swiper-button-prev {
    background-image: url("https://www.artisticb.ac.jp/iwatani/wp-content/themes/iwatani/images/prev.png");
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 35px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    background-size: 36px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# ライトギャラリー(ライトボックス)
--------------------------------------------------------------*/

.item {
    cursor: pointer;
}
.lg-actions .lg-prev::after {
    content: url("https://www.artisticb.ac.jp/felicesalon/wp/wp-content/themes/iwatani/images/arrow_l.png") !important;
}
.lg-actions .lg-next::before {
    content: url("https://www.artisticb.ac.jp/felicesalon/wp/wp-content/themes/iwatani/images/arrow_r.png") !important;
}
.lg-outer .lg-toogle-thumb::after {
    content: url("https://www.artisticb.ac.jp/felicesalon/wp/wp-content/themes/iwatani/images/thumb_icon.png") !important;
}
.lg-toolbar .lg-close::after {
    content: url("https://www.artisticb.ac.jp/felicesalon/wp/wp-content/themes/iwatani/images/close_cross.png") !important;
}
#lg-download {
    display: none;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent !important;
}
.lg-outer .lg-thumb-item {
    border: none !important;
    border-radius: 0px !important;
}
.lg-outer .lg-thumb {
    margin: 0 auto 5px !important;
}
.lg-outer .lg-toogle-thumb {
    right: 2px !important;
}
@media only screen and (max-width: 658px) {
.lg-prev,.lg-next{
    display: none !important;
}
}