@charset "UTF-8";

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}


img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
  touch-action: manipulation;
}

a img {
  transition: all 0.4s ease;
}

a:hover,a:hover img {
	opacity: 0.7;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* Bread */

.bread li {
	display: inline-block;
	font-size: 12px;
	margin: 0 3px 0 0;
}

.bread li:after {
	content: ">";
	margin: 0 0 0 5px;
}

.bread li:last-child:after {
	content: none;
}

.bread li a {
	font-size: 12px;
}

p.waiting{
    color: #fff;
}
/* content */

#content .new_icon {
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0px;
	width: 36px;
	height: 34px;
	z-index: 1;
}

#content .new_icon {
	position: absolute;
	text-align: center;
	bottom: 1px;
	right: 0px;
	width: 40px;
	height: 37px;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	#content .new_icon {
		position: absolute;
		text-align: center;
		bottom: 0;
		right: 0px;
		width: 58px;
		height: 54px;
		z-index: 1;
	}
}

#content .new_icon a:hover{
        opacity: 1;
}

/*追加*/
.slick-prev:before, .slick-next:before{
    opacity: 0!important;
}

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager li {
    margin: 0 5px 0;
	display: block;
	width: 30px;
	height: 35px;
}

.pager a {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #030f1f;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
	box-sizing: border-box;
}

.pager span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #030f1f;
    background: #030f1f;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
	box-sizing: border-box;
}

.pager a:active {
    color: #fff;
}

.pager li.prev {
	width: 75px;
	height: 35px;
}

.pager li.prev a {
}

/*.pager li.prev a:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #030f1f;
    border-right: 1px solid #030f1f;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}*/

.pager li.next {
	width: 55px;
	height: 35px;
}

.pager li.next a {
}

/*.pager li.next a:before {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.1rem solid #030f1f;
    border-right: 0.1rem solid #030f1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.c-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -1000px;
    bottom: 0;
    width: 100%;
    background: url(../images/cmn_sp_bg@2x.jpg);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.open .c-nav {
    right: 0;
    opacity: 1;
}

.c-nav_inner {
    text-align: center;
}

.c-nav_inner img {
    width: 100%;
}

.c-nav_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 0 10px;
}

.c-nav_inner ul li {
    margin: 0;
}

.c-nav_inner ul li a {
    position: relative;
}

.c-nav_inner ul li a::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
}

.c-nav_inner ul li a::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #131D36;
    border-right: 2px solid #131D36;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-nav .c-nav_inner ul li a {
    display: block;
    background: #1B3355;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
}

.c-nav .c-nav_inner ul li a:hover {
    background: #e4e4e4;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 100;
    background: #E1BB61;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 6px;
    width: 3rem;
    height: 0.1rem;
    border: 1px solid #fff;
    border-radius: 4px;
}

.toggle_btn span:nth-child(1) {
    top: 10px;
}

.toggle_btn span:nth-child(2) {
    top: 20px;
}

.toggle_btn span:nth-child(3) {
    top: 30px;
}

.open .toggle_btn span {
    background-color: #000;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(1rem) rotate(-315deg);
    transform: translateY(1rem) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-1rem) rotate(315deg);
    transform: translateY(-1rem) rotate(315deg);
}

.shop_info {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    padding: 0 0 40px 0;
    margin-top: -20px;
}

.shop_info .tel {
    font-size: 44px;
}

.shop_info .tel span {
    font-size: 26px;
}

.shop_info .small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.u-md-block {
    display: block;
}
.u-md-hidden {
    display: none;
}

.u-l-block {
    display: block;
}

.u-l-hidden {
    display: none;
}

.u-xl-block {
    display: block;
}

.u-xl-hidden {
    display: none;
}

.u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-flex_sbetween {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-flex_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.c-footerNav {
    background: #003172;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
}

.c-footerNav li {
    width: 33%;
}

.c-footerNav li a {
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    font-size: 12px;
    color: #fff;
    height: 60px;
    padding: 10px 0;
    font-family: "Noto Serif JP", serif;
}

.c-footerNav li a img {
    width: 20px;
}


.c-widthSet {
    max-width: 1000px;
    margin: 0 auto;
}

.c-title {
    font-size: 1.8rem;
    text-align: center;
    padding: 3rem 0;
    line-height: 2rem;
}

.c-title span {
    font-size: 1.4rem;
    font-weight: 500;
}


.c-btn {
    margin: 20px auto 0;
    text-align: center;
}

.c-btn a {
    padding: 15px 30px 15px 20px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#212E4F), to(#17223C));
    background: -webkit-linear-gradient(top, #212E4F, #17223C);
    background: linear-gradient(to bottom, #212E4F, #17223C);
    font-weight: lighter;
    position: relative;
}

.c-btn a::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
    right: 15px;
}

#wrapper h2 {
    margin: 0 10px;
    color: #012E6F;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    line-height: 1em;
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #131D36;
    margin-bottom: 10px;
    font-weight: bold;
}

#wrapper h2 span {
    margin-left: 5px;
    font-size: 14px;
}

/* Bread */
.bread {
    /*padding: 10px;*/
     margin-left: auto;
}

.bread li {
    display: inline-block;
    font-size: 10px;
    margin: 0 2px 0 0;
    font-size: 12px;
}

.bread li a {
    color: #000;
}

.bread li:after {
    content: ">";
    margin: 0 0 0 2px;
    vertical-align: 1px;
}

.bread li:last-child:after {
    content: none;
}

@media screen and (min-width: 768px) {
	.bread {
	    padding: 20px 0;
	}
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

input {
    border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type=number] {
    width: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}


html.is-noScroll,
body.is-noScroll {
    overflow-y: hidden;
}

body {
    position: relative;
}

body:before {
	content: "";
    margin: 0;
    padding: 0;
    position: fixed;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    background: url(../images/sp_bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center top;
    box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

html {
    font-size: 62.5%;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a:hover {
    text-decoration: none;
}

a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img:hover {
    opacity: 0.9;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    color: #000;
}

span {
    word-break: break-word;
}

th,
td {
    word-break: break-all;
}

input,
textarea {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
    color: #bababa !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bababa !important;
}

input:placeholder-shown,
textarea:placeholder-shown {
    color: #bababa !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bababa !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bababa !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bababa !important;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bababa !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bababa !important;
}


.l-header {
	position: fixed;
    background: -webkit-gradient(linear, left top, right top, from(#131E32), color-stop(#294574), to(#131E32));
    background: -webkit-linear-gradient(left, #131E32, #294574, #131E32);
    background: linear-gradient(to right, #131E32, #294574, #131E32);
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
}


.l-header .c-globalNav {
	padding: 10px;
	height: 70px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header .l-header__logo {
    width: 170px;
}
.l-header nav.globalNav ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 6px;
    font-family: "Noto Serif JP", san-serif;
    display: block;
    text-align: center;
}
.l-header nav.globalNav ul li:last-of-type a{
    margin-right: 0;
}
.l-header nav.globalNav ul li a span {
    font-family: "Noto Sans JP", san-serif;
    font-size: 12px;
	font-weight: lighter;
    display: block;
    text-align: center;
}

.globalInformation {
	display: none;
}

.l-header .l-header__info {
	padding-bottom: 40px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}


.l-header .l-header__info .tel a {
	font-size: 18px;
	font-weight: 500;
	background: linear-gradient(135deg, #e2b03f 0%,#fff5e2 15%,#ffd67a 40%,#fff5e2 75%,#e2b03f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: lighter;
}

.l-header .l-header__info .tel a span {
    font-size: 30px;
	line-height: 30px;
	background: linear-gradient(135deg, #e2b03f 0%,#fff5e2 15%,#ffd67a 40%,#fff5e2 75%,#e2b03f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.l-header .l-header__info .tel p {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
	font-size: 10px;
    font-weight: medium;
}

.l-header .l-header__info .time p {
    font-size: 14px;
    font-weight: medium;
    color: #fff;
}

h1 {
	height: 24px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
	line-height: 24px;
}

.header {
    width: 100%;
	background-image: url(../images/header_bg@2x.jpg);
	background-position: center center;
	background-size: cover;
    color: #fff;
    z-index: 10;
    height: 70px;
}

.header.is-fixed {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.header.is-fixed.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.header.is-fixed.is-show img {
    width: 200px;
}

.l-header.is-show {
    height: 70px;
    padding: 10px;
}

.btn-to_sp {
    position: relative;
	display: none;
}

.btn-to_sp a {
    color: #fff;
    background: #E1BB61;
    position: absolute;
    font-size: 14px;
    padding: 8px 20px;
    top: 50px;
    font-weight: lighter;
    right: 320px;
    z-index: 100;
    display: inline-block;
   text-align: center;
}

#js-fixed-header>div>img {
    width: 200px;
}


.l-main {
	padding-top: 70px;
    margin: 0 auto;
    width: 100%;
}


.l-footer {
	padding: 0 0 0;
	/*padding: 25px 0 0;
	background: linear-gradient(135deg, #001329 0%,#010c24 15%,#025a95 40%,#001329 100%);*/
	text-align: center;
}

.l-footer__inner {
	padding: 0;
}

.l-footer__contents {
	padding: 0 30px 60px;
	margin: 0 auto;
	width:  100%;
	max-width: 1000px;
}

.footerNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.footerNav ul li {
	border-top: 1px solid #fff;
	padding: 10px 0 10px 10px;
	width: 50%;
}

.footerNav ul li:last-of-type {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	width: 100%;
}

.footerNav ul li a {
	position: relative;
	padding-left: 25px;
}

.footerNav ul li a:before {
	content: "";
	position: absolute;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	left: 5px;
	top: 0;
	bottom: 0;
}

.footerNav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
    font-family: "Noto Serif JP", san-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

.footerNav li a span {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.l-footer__info {
	margin-top: 60px;
}

.l-footer__logo {
	margin: 0 auto;
	width: 72px;
}

.l-footer .shop_info {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
	padding: 0;
    margin-top: 10px;
}

.l-footer .shop_info p {
    font-size: 14px;
    font-weight: medium;
    color: #fff;
}

.l-footer .shop_info .tel {
    font-size: 34px;
	background: linear-gradient(135deg, #e2b03f 0%,#fff5e2 15%,#ffd67a 40%,#fff5e2 75%,#e2b03f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.l-footer .shop_info .tel span {
	color: #fff;
    font-size: 26px;
	background: linear-gradient(135deg, #e2b03f 0%,#fff5e2 15%,#ffd67a 40%,#fff5e2 75%,#e2b03f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.l-footer .shop_info .small {
	color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.l-footer .copyright {
    display: block;
    min-height: 140px;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    background-color: #001329;
}



@media screen and (min-width: 768px) {
	body {
	    margin: 0;
	    padding: 0;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: relative;
	    color: #000;
	    font-family: "Noto Sans JP", sans-serif;
	    background: url(../images/pc_bg@2x.png);
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	    background-size: cover;
	}
	body:before {
		display: none;
	}
	.l-main {
		padding: 70px 20px 0;
	}
    .globalNav {
            opacity: 1;
    }
    .l-header .l-header__info .tel p{
        font-size: 10px; 
    }
	.l-header .l-header__info .tel a span {
	    font-size: 30px;
		line-height: 30px;
	}
    .u-md-block {
        display: none;
    }
    .u-md-hidden {
        display: block;
    }
    .u-md-flex_sbetween {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .u-md-flex_center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .u-md-flex_start {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .c-title {
        font-size: 3.8rem;
        padding: 10rem 0;
        line-height: 4rem;
    }
    .c-title span {
        font-size: 1.8rem;
    }
    .c-btn a {
        width: 320px;
        font-size: 16px;
        padding: 30px 40px;
    }
    #wrapper h2 {
		margin: 0;
        font-size: 26px;
        text-align: left;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #131D36;
        margin-bottom: 10px;
        font-weight: bold;
    }
	.l-header .c-globalNav {
		padding: 10px 20px;
	}
	.footerNav ul li {
		width: 33.33%;
	}
	.footerNav ul li:last-of-type {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 10px;
		width: 33.33%;
	}
	.footerNav ul li:nth-last-of-type(-n+3){
		border-bottom: 1px solid #fff;
	}
	.l-footer__inner {
		padding: 0;
	}
	.l-footer__contents {
		padding: 0 40px 70px;
		margin: 0 auto;
		width:  100%;
		max-width: 1000px;
	}
    .l-footer .footer_logo {
        margin: 80px 0 10px 0;
    }
	.l-footer__info {
		margin-top: 70px;
	}
	.l-footer .shop_info p br {
		display: none;
	}
    .l-footer .copyright {
        min-height: 50px;
    }
	.l-header .l-header__info {
		padding-bottom: 0px;
	}
}
@media screen and (min-width: 1000px) {
	.l-main {
		padding: 110px 20px 0;
	}
	.globalInformation {
		display: block;
	}
    .globalNav {
        opacity: 1;
    }
	.l-header nav.globalNav ul li a {
	    color: #010B1B;
		text-align: left;
	}
	.l-header nav.globalNav ul li a span {
	    text-align: left;
	}
	 .header.is-fixed.l-header nav.globalNav ul li a {
	    color: #fff;
		text-align: center;
	}
	.header.is-fixed.l-header nav.globalNav ul li a span {
	    text-align: center;
	}
    .u-l-block {
        display: none;
    }
    .u-l-hidden {
        display: block;
    }
	.header {
	    height: 110px;
	}
    .l-header .l-header__logo {
        width: 294px;
        margin: 0;
    }
	.l-header .l-header__info {
	    text-align: right;
	}
    .l-header .l-header__info {
        margin-bottom: 10px;
    }
	.l-header .c-globalNav {
		height: 110px;
	}
	.footerNav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footerNav ul li {
		border-top: initial;
		border-bottom: initial;
		padding: initial;
		width: initial;
	}
	.footerNav ul li:last-of-type {
		border-top: initial;
		border-bottom: initial;
		padding: initial;
		width: initial;
	}
	.footerNav ul li:nth-last-of-type(-n+3){
		border-bottom: initial;
	}
	.footerNav ul li a:before {
		display: none;
	}
}

@media screen {
    [hidden~=screen] {
        display: inherit;
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

@media screen and (min-width: 1200px) {
	.header {
	    height: 190px;
	}
    .l-header {
        height: 135px;
        position: initial;
        background-image: url(../images/header_bg@2x.jpg);
        background-position: center center;
        background-size: cover;
    }
    .l-header.is-fixed {
	    background: -webkit-gradient(linear, left top, right top, from(#131E32), color-stop(#294574), to(#131E32));
	    background: -webkit-linear-gradient(left, #131E32, #294574, #131E32);
	    background: linear-gradient(to right, #131E32, #294574, #131E32);
		background-position: initial;
		background-size: initial;
    }
    .l-header .c-globalNav {
		padding: 0;
	}
	.l-main {
		padding: 0 20px;
	}
    .u-xl-block {
        display: none;
    }
    .l-header .l-header__info {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .u-xl-hidden {
        display: block;
    }
}

.slick-dots li button:before {
  font-size: 60px!important;
}

.globalNav {
        opacity: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateX(100%);
	background: -webkit-gradient(linear, left top, right top, from(#131E32), color-stop(#294574), to(#131E32));
	background: -webkit-linear-gradient(left, #131E32, #294574, #131E32);
	background: linear-gradient(to right, #131E32, #294574, #131E32);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all 0.4s ease-in-out;
	overflow-y: auto;
}

.globalNav.active {
	transform: translateX(0%);
        opacity: 1;
	transition: all 0.4s ease-in-out;
}

.globalNav ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.globalNav__inner {
	padding: 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.globalNav ul li {
}

.globalNav ul li:nth-child(n+2) {
	border-top: 1px solid #fff;
}

.globalNav ul li a {
	padding: 10px 0;
}

.globalNavBtn {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
	border: 1px solid #fff;
	z-index: 1000;
	box-sizing: border-box;
}

.globalNavBtn span {
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	left: 9px;
	right: 9px;
	transition: all 0.4s ease-in-out;
}

.globalNavBtn span:first-of-type {
	top: 10px;
}

.globalNavBtn span:nth-of-type(2) {
	top: 17px;
}

.globalNavBtn span:nth-of-type(3) {
	top: 24px;
}

.globalNavBtn__menu {
	position: absolute;
	display: block;
	opacity: 1;
	color: #fff;
	font-size: 10px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 4px;
	transition: all 0.4s ease-in-out;
}

.globalNavBtn__close {
	position: absolute;
	display: block;
	opacity: 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 4px;
	transition: all 0.4s ease-in-out;
}

.globalNavBtn.active span:first-of-type {
	top: 17px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.globalNavBtn.active  span:nth-of-type(2) {
	top: 17px;
	opacity: 0;
}

.globalNavBtn.active span:nth-of-type(3) {
	top: 17px;
	transform: rotate(45deg);
	transition: all 0.4s ease-in-out;
}

.globalNavBtn.active  .globalNavBtn__menu {
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.globalNavBtn.active .globalNavBtn__close {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
	.globalNav ul {
		padding: 0px 20px;
	}
}
@media screen and (min-width: 1000px) {
	.globalNav {
		display: none;
		padding: 2px 0;
		opacity: 1;
		position: initial;
		width: initial;
		height: 58px;
		z-index: initial;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
		transform: initial;
		flex-direction: initial;
		justify-content: initial;
		transition: initial;
		background: linear-gradient(to right, #c88d09 0%,#f9f2e2 50%,#f9f2e2 100%);
	}
	.header.is-fixed .globalNav {
		display: none;
		padding: 2px 0;
		opacity: 1;
		position: initial;
		width: initial;
		height: 58px;
		z-index: initial;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
		transform: initial;
		flex-direction: initial;
		justify-content: initial;
		transition: initial;
		background: initial;
	}
	.l-header  .globalNav .l-header__info {
        display: none;
	}
	.globalNav__inner {
		opacity: 1;
		padding: 0px;
		position: initial;
		width: 100%;;
		height: initial;
		z-index: initial;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
		transform: initial;
		flex-direction: initial;
		justify-content: initial;
		transition: initial;
		background: linear-gradient(to right, #c88d09 0%,#fff5e2 25%,#ffd67a 50%,#fff5e2 75%,#c88d09 100%);
	}
	.globalNav ul {
		margin: 0 auto;
		padding: 0px 20px;
		width: 100%;
		max-width: 1000px;
		display: flex;
		flex-direction: initial;
	}
	.header.is-fixed .globalNav ul {
		padding: 0px;
	}
	.globalNav ul li:nth-child(n+2) {
		border-top: initial;
	}
	.globalNav ul li a {
		padding: initial;
	}
	.globalNavBtn {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.globalNav__inner {
		padding: 0px;
	}
	.globalNav ul {
		padding: 0px;
	}
}

/*aside_menu*/
.aside_menu {
	position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
	margin: 0 auto;
	width: 375px;
    display: flex;
    justify-content: flex-start;
	flex-flow: row wrap;
}
.aside_menu li {
	width: 100%;
	max-width: 75px;
    height: 60px;
    background-size: contain;
    text-align: center;
}
.aside_menu li:nth-child(1) {
	background-image: url(../images/sp_menu_back_top.jpg);
}
.aside_menu li:nth-child(2) {
	background-image: url(../images/sp_menu_back_system.jpg);
}
.aside_menu li:nth-child(3) {
	background-image: url(../images/sp_menu_back_today.jpg);
}
.aside_menu li:nth-child(4) {
	background-image: url(../images/sp_menu_back_weekly.jpg);
}
.aside_menu li:nth-child(5) {
	background-image: url(../images/sp_menu_back_cast.jpg);
}
.aside_menu li:nth-child(6) {
	margin-top: 1px;
	background-image: url(../images/sp_menu_back_recruit.jpg);
}
.aside_menu li:nth-child(7) {
	margin-top: 1px;
	background-image: url(../images/sp_menu_back_discount.jpg);
}
.aside_menu li:nth-child(8) {
	margin-top: 1px;
	background-image: url(../images/sp_menu_back_reserve.jpg);
}
.aside_menu li:nth-child(9) {
	margin-top: 1px;
	background-image: url(../images/sp_menu_back_credit.jpg);
}
.aside_menu li:nth-child(10) {
	margin-top: 1px;
	background-image: url(../images/sp_menu_back_hotel.jpg);
}
.aside_menu li a {
    display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-indent: -1000%;
	overflow: hidden;
}
.aside_menu li a span{
	display: block;
    font-size: 12px;
	line-height: 18px;
}
.aside_menu.under{
	margin: 0 auto 25px;
    padding-top: 0;
    display: flex;
    justify-content: center;
	flex-flow: row wrap;
    align-items: baseline;
}

.aside_menu.under li:last-child{
     display: none;
}

#content {
	padding: 20px 0 40px;
}

@media screen and (min-width: 768px) {
	.aside_menu {
	    padding-top: 15px;
            padding-bottom:20px;
		width: initial;
	    display: flex;
	    justify-content: flex-start;
		flex-flow: row wrap;
	}
	.aside_menu li {
	    width: 200px;
		max-width: initial;
	    height: 54px;
	    background-image: url(../images/pc_header_btn@2x.png);
	    background-size: cover;
	    text-align: center;
	}
        .aside_menu.under li{
	    width: 210px;
	    height: 57px;
        }
	.aside_menu li:nth-child(1) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(2) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(3) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(4) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(5) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(6) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(7) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(8) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(9) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
	.aside_menu li:nth-child(10) {
	    background-image: url(../images/pc_header_btn@2x.png);
	}
.aside_menu.under li:last-child{
     display: block;
}
	.aside_menu li a {
	    display: flex;
	    justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
	    color: #fff;
	    font-family: "Noto Serif JP", serif;
	    font-size: 16px;
		line-height: 18px;
		white-space: initial;
		text-indent: initial;
		overflow: initial;
	}
	.aside_menu li a span{
		display: block;
	    font-size: 12px;
		line-height: 18px;
	}
	#content {
		padding: 20px 20px;
		background-color:rgba(255,255,255,0.6);
		background-blend-mode: lighten;
		border: 1px solid #C4983C;
	}
	.aside_menu.under{
		margin: 40px auto 80px;
	}
}
@media screen and (min-width: 1000px) {
	#content {
		padding: 20px 25px;
	}
}

.g_detail {
    padding: 5px 10px 10px;
}

@media screen and (min-width: 768px) {
	.g_detail {
    padding: 5px 10px 10px;
	}
}
@media screen and (min-width: 1000px) {
	.g_detail {
	    padding: 10px 20px 20px;
	}
}

#newface .g_detail {
    padding: 5px 3px 5px;
}

@media screen and (min-width: 768px) {
	#newface .g_detail {
    padding: 5px 10px 10px;
	}
}
@media screen and (min-width: 1000px) {
	#newface .g_detail {
	    padding: 10px 20px 20px;
	}
}
.g_icon {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 5px;
    bottom: 5px;
    z-index: 1
}

@media screen and (min-width: 768px) {
	.g_icon {
	    width: 46px;
	    height: 46px;
	    left: 6px;
	    bottom: 6px;
	}
}

.girl_box {
	position: relative;
	background-image: url(../images/girl_box_bg@2x.png);
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center bottom;
	/*touch-action: none;*/
}

/*.girl_box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/elise_frame_top.png);
	background-size: 100% 100%;
	background-position: center top;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	touch-action: none;
}*/

/*.girl_box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/elise_frame_bottom.png);
	background-size: 100% 100%;
	background-position: center bottom;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	touch-action: none;
}*/
#newface .girl_box .g_photo {
	z-index: 2;
}
/*#newface .girl_box .g_photo a img {
	padding: 3px 3px 0 3px;
}*/
/*#newface .girl_box:before {
	pointer-events: initial;
	z-index: 1
}*/
/*#newface .girl_box:after {
	pointer-events: initial;
	z-index: 1;
}*/
/*@media screen and (min-width: 768px) {
	#newface .girl_box .g_photo a img {
		padding: 5px 5px 0 5px;
	}
}*/

/*タグ*/
.c-panel__tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}

.c-panel__tag li {
  display: none;
}

.c-panel__tag li.is_active {
  display: inline-block;
  padding: 0 2px;
  color: #163369;
  font-size: 10px;
  margin-bottom: 2px;
  border: 1px solid #163369;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 49%;
}

.pageTop {
	position: fixed;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
    font-family: "Noto Serif JP", serif;
	color: #1A539A;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	right: 10px;
	bottom: 70px;
	z-index: 5;
}

.pageTop:before {
	content: "";
	position: absolute;
	margin: auto;
	border-top: 2px solid #1A539A;
	border-right: 2px solid #1A539A;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	right: 0;
	transform: rotate(-45deg);
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
	pointer-events: none;
}
.return_bth {
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: 40px;
}

.return_bth a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #163369;
	border: 1px solid #163369;
	transition: all 0.4s ease-in-out;
}

.return_bth a:hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #163369;
	color: #fff;
	border: 1px solid #fff;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}



/*検索ボタン*/
.modal-open {
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 20px);
	height: 40px;
	background-color: #014470;
}

.modal-open span {
	padding-left: 20px;
	position: relative;
	font-family: "Noto Serif JP", serif;
    color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.modal-open span:before {
	content: "";
	position: absolute;
	margin: auto;
	width: 14px;
	height: 14px;
	background-image: url(../images/search.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
}

@media screen and (min-width:768px) {
	.modal-open {
		margin: 20px auto;
		width: 300px;
		height: 60px;
	}
	.modal-open span {
		padding-left: 25px;
		font-size: 20px;
		line-height: 60px;
	}
	.modal-open span:before {
		width: 20px;
		height: 20px;
	}
}

/*検索モーダル*/
.c-modalArea {
  display: none;
  padding: 40px 10px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modalBox {
  padding: 20px 15px;
  position: absolute;
  width: calc(100% - 20px);
  max-width: 1000px;
  background-color:#014470;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border-radius: 10px;
  max-height: 640px;
  overflow-y: auto; 
}

.modalBox__inner {
	position: relative;
	width: 100%;
	height: auto;
}

#modalCloseBtn {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    background-color:#fff;
    border-radius: 50%;
    cursor: pointer;
    top: -10px;
    right: -10px;
}

@media screen and (min-width:768px) {
  .c-modalArea {
    padding: 40px;
  }
  .modalBox {
    padding: 30px;
    width: 100%;
    max-height: initial;
  }
  #modalCloseBtn {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 33px;
    top: -15px;
    right: -15px;
  }
}

.middleSearchBox {
  margin-bottom: 15px;
  display: block;
}

.searchList {
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px
}

.searchList2 {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px
}

.searchList3 {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px
}

.searchList4 {
  padding: 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px
}

.searchList5 {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px
}

@media screen and (min-width:768px) {
  .middleSearchBox {
    margin-bottom: 30px;
    display: flex;
  }
  .searchList {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px
  }
  .searchList2 {
    margin: 0 10px 0 0;
    padding: 30px;
	width: calc((100% - 20px)/3);
    border-radius: 10px
  }
  .searchList3 {
    margin: 0 10px 0 0;
    padding: 30px;
	width: calc((100% - 20px)/3);
    border-radius: 10px
  }
  .searchList4 {
    padding: 30px;
	width: calc((100% - 20px)/3);
    border-radius: 10px
  }
  .searchList5 {
    padding: 30px;
    border-radius: 10px
  }
}

#nameSearch {
	margin-bottom: 15px;
}

#nameSearch input[type="text"]{
	border: 1px solid #999;
	padding: 0 10px;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	line-height: 26px;
}

#nameSearchRadio {
	display: flex;
}

#nameSearchRadio li:nth-child(n+2) {
	margin-left: 5px;
}

#nameSearchRadio label {
	font-size: 12px;
	display: flex;
	align-items: center;
}

#nameSearchRadio label input[type=radio] {
	margin-right: 5px;
	font-size: 12px;
}

.modalBox dl dt {
	margin-bottom: 5px;
	padding-left: 20px;
	color:#014470;
	position: relative;
	font-size: 14px;
}

.modalBox dl dt:before {
    content: "";
    position: absolute;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url(../images/search2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
}

.searchList2 dd {
	position: relative;
}

.searchList2 dd:after {
	margin: auto;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg);
	top: -2px;
	right: 10px;
	bottom: 0;
	z-index: 2;
}

.searchList2 dd select {
	border: 1px solid #999;
	padding: 0 10px;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	line-height: 26px;
}

.searchList3 dd {
	position: relative;
}

.searchList3 dd:after {
	margin: auto;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg);
	top: -2px;
	right: 10px;
	bottom: 0;
	z-index: 2;
}

.searchList3 dd select {
	border: 1px solid #999;
	padding: 0 10px;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	line-height: 26px;
}

.searchList4 dd {
	position: relative;
}

.searchList4 dd:after {
	margin: auto;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg);
	top: -2px;
	right: 10px;
	bottom: 0;
	z-index: 2;
}

.searchList4 dd select {
	border: 1px solid #999;
	padding: 0 10px;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	line-height: 26px;
}

.searchList5 ul {
	display: flex;
	flex-flow: row wrap;
}

.searchList5 ul li{
	margin-right: 5px;
}

.searchList5 label {
	font-size: 12px;
	display: flex;
	align-items: center;
}

.searchList5 label input[type=checkbox] {
	margin-right: 5px;
	font-size: 12px;
}

@media screen and (min-width:768px) {
	#nameSearch input[type="text"]{
		font-size: 16px;
		line-height: 38px;
	}
	#nameSearchRadio label {
		font-size: 14px;
	}
	.modalBox dl dt {
		margin-bottom: 15px;
		padding-left: 25px;
		color:#014470;
		font-size: 18px;
	}
	.modalBox dl dt:before {
	    width: 20px;
	    height: 20px;
	}
	.searchList2 dd select {
		font-size: 16px;
		line-height: 38px;
	}
	.searchList3 dd select {
		font-size: 16px;
		line-height: 38px;
	}
	.searchList4 dd select {
		font-size: 16px;
		line-height: 38px;
	}
	.searchList5 label {
		font-size: 14px;
	}
}

.searchBtns {
	margin-top: 20px;
}

.searchBtnA {
	margin-bottom: 10px;
	display: block;
	background: #C4983C;
	border: none;
	width: 100%;
	height: 34px;
	padding: 1.5% 5%;
	font-size: 14px;
	border-radius: 17px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.searchBtnB {
	display: block;
	background: #C4983C;
	border: none;
	width: 100%;
	height: 34px;
	padding: 1.5% 5%;
	font-size: 14px;
	border-radius: 17px;
	color: #fff;
	cursor: pointer;
}

@media screen and (min-width:768px) {
	.searchBtns {
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
	.searchBtnA {
		display: block;
		border: none;
		width: initial;
		height: initial;
		padding: 1.5% 5%;
		font-size: 18px;
		border-radius: 35px;
		margin: 0 1%;
		color: #fff;
		cursor: pointer
	}
	
	.searchBtnB {
		display: block;
		border: none;
		width: initial;
		height: initial;
		padding: 1.5% 5%;
		font-size: 18px;
		border-radius: 35px;
		margin: 0 1%;
		color: #fff;
		cursor: pointer;
	}
}

.search_target {
	margin-bottom: 20px;
	color: #014470;
	text-align: center;
}

.search_target span:last-of-type {
	display: none;
}