@charset "UTF-8";

/*====================================================================================
■01.RESET HTML
====================================================================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul,
li {
    list-style: none;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70)";
}

a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
    color: #232323;
}


/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

a img {
    opacity: 1;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

a img:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}


/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/

.m00 {
    margin: 0px !important;
}

.m05 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.m55 {
    margin: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.mt00 {
    margin-top: 0px !important;
}

.mt01 {
    margin-top: 1px !important;
}

.mt02 {
    margin-top: 2px !important;
}

.mt03 {
    margin-top: 3px !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt06 {
    margin-top: 6px !important;
}

.mt07 {
    margin-top: 7px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt09 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt11 {
    margin-top: 11px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt13 {
    margin-top: 13px !important;
}

.mt14 {
    margin-top: 14px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt17 {
    margin-top: 17px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt19 {
    margin-top: 19px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt21 {
    margin-top: 21px !important;
}

.mt22 {
    margin-top: 22px !important;
}

.mt23 {
    margin-top: 23px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt26 {
    margin-top: 26px !important;
}

.mt27 {
    margin-top: 27px !important;
}

.mt28 {
    margin-top: 28px !important;
}

.mt29 {
    margin-top: 29px !important;
}

.mt30 {
    margin-top: 20px !important;
}

.mt31 {
    margin-top: 31px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt33 {
    margin-top: 33px !important;
}

.mt34 {
    margin-top: 34px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt36 {
    margin-top: 36px !important;
}

.mt37 {
    margin-top: 37px !important;
}

.mt38 {
    margin-top: 38px !important;
}

.mt39 {
    margin-top: 39px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt41 {
    margin-top: 41px !important;
}

.mt42 {
    margin-top: 42px !important;
}

.mt43 {
    margin-top: 43px !important;
}

.mt44 {
    margin-top: 44px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt46 {
    margin-top: 46px !important;
}

.mt47 {
    margin-top: 47px !important;
}

.mt48 {
    margin-top: 48px !important;
}

.mt49 {
    margin-top: 49px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt51 {
    margin-top: 51px !important;
}

.mt52 {
    margin-top: 52px !important;
}

.mt53 {
    margin-top: 53px !important;
}

.mt54 {
    margin-top: 54px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt56 {
    margin-top: 56px !important;
}

.mt57 {
    margin-top: 57px !important;
}

.mt58 {
    margin-top: 58px !important;
}

.mt59 {
    margin-top: 59px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt61 {
    margin-top: 61px !important;
}

.mt62 {
    margin-top: 62px !important;
}

.mt63 {
    margin-top: 63px !important;
}

.mt64 {
    margin-top: 64px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt66 {
    margin-top: 66px !important;
}

.mt67 {
    margin-top: 67px !important;
}

.mt68 {
    margin-top: 68px !important;
}

.mt69 {
    margin-top: 69px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt71 {
    margin-top: 71px !important;
}

.mt72 {
    margin-top: 72px !important;
}

.mt73 {
    margin-top: 73px !important;
}

.mt74 {
    margin-top: 74px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt76 {
    margin-top: 76px !important;
}

.mt77 {
    margin-top: 77px !important;
}

.mt78 {
    margin-top: 78px !important;
}

.mt79 {
    margin-top: 79px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt81 {
    margin-top: 81px !important;
}

.mt82 {
    margin-top: 82px !important;
}

.mt83 {
    margin-top: 83px !important;
}

.mt84 {
    margin-top: 84px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt86 {
    margin-top: 86px !important;
}

.mt87 {
    margin-top: 87px !important;
}

.mt88 {
    margin-top: 88px !important;
}

.mt89 {
    margin-top: 89px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt91 {
    margin-top: 91px !important;
}

.mt92 {
    margin-top: 92px !important;
}

.mt93 {
    margin-top: 93px !important;
}

.mt94 {
    margin-top: 94px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt96 {
    margin-top: 96px !important;
}

.mt97 {
    margin-top: 97px !important;
}

.mt98 {
    margin-top: 98px !important;
}

.mt99 {
    margin-top: 99px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr03 {
    margin-right: 3px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr06 {
    margin-right: 6px !important;
}

.mr07 {
    margin-right: 7px !important;
}

.mr08 {
    margin-right: 8px !important;
}

.mr09 {
    margin-right: 9px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr11 {
    margin-right: 11px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr13 {
    margin-right: 13px !important;
}

.mr14 {
    margin-right: 14px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr16 {
    margin-right: 16px !important;
}

.mr17 {
    margin-right: 17px !important;
}

.mr18 {
    margin-right: 18px !important;
}

.mr19 {
    margin-right: 19px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr21 {
    margin-right: 21px !important;
}

.mr22 {
    margin-right: 22px !important;
}

.mr23 {
    margin-right: 23px !important;
}

.mr24 {
    margin-right: 24px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb01 {
    margin-bottom: 1px !important;
}

.mb02 {
    margin-bottom: 2px !important;
}

.mb03 {
    margin-bottom: 3px !important;
}

.mb04 {
    margin-bottom: 4px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb06 {
    margin-bottom: 6px !important;
}

.mb07 {
    margin-bottom: 7px !important;
}

.mb08 {
    margin-bottom: 8px !important;
}

.mb09 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}


/*--------------------------------------------------padding--------------------------------------------------*/

.p00 {
    padding: 0px !important;
}

.p01 {
    padding: 1px !important;
}

.p02 {
    padding: 2px !important;
}

.p03 {
    padding: 3px !important;
}

.p04 {
    padding: 4px !important;
}

.p05 {
    padding: 5px !important;
}

.p06 {
    padding: 6px !important;
}

.p07 {
    padding: 7px !important;
}

.p08 {
    padding: 8px !important;
}

.p09 {
    padding: 9px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.p55 {
    padding: 55px !important;
}

.p60 {
    padding: 60px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl01 {
    padding-left: 1px !important;
}

.pl02 {
    padding-left: 2px !important;
}

.pl03 {
    padding-left: 3px !important;
}

.pl04 {
    padding-left: 4px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl06 {
    padding-left: 6px !important;
}

.pl07 {
    padding-left: 7px !important;
}

.pl08 {
    padding-left: 8px !important;
}

.pl09 {
    padding-left: 9px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pr00 {
    padding-right: 0px !important;
}

.pr01 {
    padding-right: 1px !important;
}

.pr02 {
    padding-right: 2px !important;
}

.pr03 {
    padding-right: 3px !important;
}

.pr04 {
    padding-right: 4px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr06 {
    padding-right: 6px !important;
}

.pr07 {
    padding-right: 7px !important;
}

.pr08 {
    padding-right: 8px !important;
}

.pr09 {
    padding-right: 9px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb01 {
    padding-bottom: 1px !important;
}

.pb02 {
    padding-bottom: 2px !important;
}

.pb03 {
    padding-bottom: 3px !important;
}

.pb04 {
    padding-bottom: 4px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb06 {
    padding-bottom: 6px !important;
}

.pb07 {
    padding-bottom: 7px !important;
}

.pb08 {
    padding-bottom: 8px !important;
}

.pb09 {
    padding-bottom: 9px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pt00 {
    padding-top: 0px !important;
}

.pt01 {
    padding-top: 1px !important;
}

.pt02 {
    padding-top: 2px !important;
}

.pt03 {
    padding-top: 3px !important;
}

.pt04 {
    padding-top: 4px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt06 {
    padding-top: 6px !important;
}

.pt07 {
    padding-top: 7px !important;
}

.pt08 {
    padding-top: 8px !important;
}

.pt09 {
    padding-top: 9px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}


/*--------------------------------------------------Width--------------------------------------------------*/

.w40per {
    width: 40% !important;
}

.w50per {
    width: 50% !important;
}

.w55per {
    width: 55% !important;
}

.w60per {
    width: 60% !important;
}

.w65per {
    width: 65% !important;
}

.w70per {
    width: 70% !important;
}

.w75per {
    width: 75% !important;
}

.w80per {
    width: 80% !important;
}

.w85per {
    width: 85% !important;
}

.w90per {
    width: 90% !important;
}

.w100per {
    width: 100% !important;
}

.w65 {
    width: 65px !important;
}

.w70 {
    width: 70px !important;
}

.w135 {
    width: 135px !important;
}

.w140 {
    width: 140px !important;
}

.w145 {
    width: 145px !important;
}

.w160 {
    width: 160px !important;
}

.w190 {
    width: 190px !important;
}

.w195 {
    width: 195px !important;
}

.w210 {
    width: 210px !important;
}

.w330 {
    width: 330px !important;
}

.w335 {
    width: 335px !important;
}

.w370 {
    width: 370px !important;
}

.w380 {
    width: 380px !important;
}

.w390 {
    width: 390px !important;
}

.w400 {
    width: 400px !important;
}

.w410 {
    width: 410px !important;
}

.w420 {
    width: 420px !important;
}

.w430 {
    width: 430px !important;
}

.w480 {
    width: 480px !important;
}

.w490 {
    width: 490px !important;
}

.w520 {
    width: 520px !important;
}

.w500 {
    width: 500px !important;
}

.w525 {
    width: 525px !important;
}

.w530 {
    width: 530px !important;
}

.w640 {
    width: 640px !important;
}


/*====================================================================================
■05.USE MEDIA
====================================================================================*/

.media,
.media-body {
    overflow: hidden;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

.media-text:after {
    clear: both;
    display: block;
    content: "";
    height: 0px;
    visibility: hidden;
}


/*====================================================================================
■06.OTHER
====================================================================================*/

.pic_l .img {
    float: left;
    margin-right: 10px;
}

.pic_r .img {
    float: right;
    margin-left: 10px;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_justify {
    text-align: justify !important;
}

.text_nowrap {
    white-space: nowrap !important;
}

.text_lowercase {
    text-transform: lowercase !important;
}

.text_uppercase {
    text-transform: uppercase !important;
}

.text_capitalize {
    text-transform: capitalize !important;
}

.text_muted {
    color: #777;
}

.text_normal {
    font-weight: normal !important;
}

.text_bold {
    font-weight: bold !important;
}

.pic_l img {
    float: left;
    margin-right: 10px;
}

.pic_r img {
    float: right;
    margin-left: 10px;
}

.txt_n {
    font-weight: normal;
}

.txt_b {
    font-weight: bold;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.txt_j {
    text-align: justify;
}

.txt_nowrap {
    white-space: nowrap !important;
}

.txt_lower {
    text-transform: lowercase !important;
}

.txt_upper {
    text-transform: uppercase !important;
}

.txt_capita {
    text-transform: capitalize !important;
}

.txt_line {
    text-decoration: underline;
}

.txt_noline {
    text-decoration: none !important;
}

.txt_red {
    color: #E75942;
}

.txt_grey {
    color: #999999;
}

.txt_pink {
    color: #6f1a45;
}

.txt_green {
    color: #39B221;
}

.txt_blue {
    color: #3399FF;
}

.txt_yellow {
    color: #EECC00;
}

.txt_white {
    color: #F0F0F0;
}

.txt_orange {
    color: #e77b1a;
}

.txt_pink03 {
    color: #d76e8e;
}

.txt_purple {
    color: #846fc8;
}

.txt_violet {
    color: #ad68c5;
}

.txt_page {
    color: #11347f;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.lhnm {
    line-height: normal !important;
}

.lh00 {
    line-height: 0 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh20 {
    line-height: 2 !important;
}

.lh23 {
    line-height: 2.3 !important;
}

.img_border01 {
    padding: 1px;
    border: 1px solid #ccc;
}

.img_border02 {
    padding: 2px;
    border: 1px solid #ccc;
}

.img_border03 {
    padding: 3px;
    border: 1px solid #ccc;
}

.img_border04 {
    padding: 4px;
    border: 1px solid #ccc;
}

.r03 {
    border-radius: 3px;
}

.r04 {
    border-radius: 4px;
}

.r05 {
    border-radius: 5px;
}

.r06 {
    border-radius: 6px;
}

.r07 {
    border-radius: 7px;
}

.r08 {
    border-radius: 8px;
}

.r09 {
    border-radius: 9px;
}

.r10 {
    border-radius: 10px;
}

.r11 {
    border-radius: 11px;
}

.r12 {
    border-radius: 12px;
}

.r13 {
    border-radius: 13px;
}

.r14 {
    border-radius: 14px;
}

.r15 {
    border-radius: 15px;
}

.r16 {
    border-radius: 16px;
}

.r17 {
    border-radius: 17px;
}

.r18 {
    border-radius: 18px;
}

.r19 {
    border-radius: 19px;
}

.r20 {
    border-radius: 20px;
}


/*====================================================================================
■07.PAGE UP
====================================================================================*/

.page_up {
    position: relative;
    float: right;
    bottom: 50px;
    right: -100px;
}

.cd-top {
    display: inline-block;
    height: 40px;
    cursor: pointer;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../common_img/page_up2.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: all 0.3;
    transition: all 0.3;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .9;
}

.pagetop {
    position: fixed;
    right: 8%;
    bottom: 23%;
}

.page_top_cont {
    width: 1000px;
    position: fixed;
    bottom: 20px;
    z-index: 100;
}

.page_top_cont .page_top {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

.page_top_cont .page_top .to_top {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    border-radius: 5px;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}


/*====================================================================================
■04.LAYOUT
====================================================================================*/

.main,
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}


/*====================================================================================
■08.HEADER
====================================================================================*/

body {
    border-top: 10px solid #993366;
    background: #f8f1f5 url(../images/bg_top.png) repeat-x;
}

.font {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.color {
    color: #993366;
}

#header {
    margin: 0 auto;
    width: 960px;
}

#header .ban_top {
    position: relative;
}

#header .ban_top h1 {
    position: absolute;
    left: 4px;
    top: 4px;
}

.seal {
    position: absolute;
    bottom: 20px;
    left: 65px;
}

.bg_btn1 {
    background: url(../images/bg_btn1.png) no-repeat;
    position: relative;
    height: 195px;
}

.bg_btn1 p {
    position: absolute;
    right: 34px;
    bottom: 32px;
}

.bg_btn2 {
    background: url(../images/bg_btn2.png) no-repeat;
    position: relative;
    height: 250px;
}

.bg_btn2 p {
    position: absolute;
    right: 34px;
    bottom: 32px;
}

.bg_btn3 {
    background: url(../images/bg_btn3.png) no-repeat;
    position: relative;
    height: 410px;
}

.bg_btn3 p {
    position: absolute;
    right: 40px;
    top: 52px;
}

.zd9 {
    position: relative;
    z-index: 9;
}

.bg_white {
    background: #fff;
    box-sizing: border-box;
}

.mtam50 {
    position: relative;
    margin-top: -51px;
}

.mtam60 {
    position: relative;
    margin-top: -40px;
}

.content1 {
    background: #e9b8d5;
    box-sizing: border-box;
    position: relative;
}

.content1 .pos {
    position: relative;
    left: -10px;
}

.bg_content2 {
    background: url(../images/bg_contetn_sec2.png) no-repeat;
    height: 427px;
    box-sizing: border-box;
    padding: 45px 0px 50px 120px;
}

.bg_content2 p {
    color: #380e23;
    font-size: 30px;
    line-height: 1.87;
}

.content3 {
    background: #e8b6d2 url(../images/bg_sec3.png) repeat-x left bottom;
    position: relative;
}

.content3 .bg_content3 {
    border: 5px solid #cf78a5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffeaf7+0,ffcbe8+100 */
    background: #ffeaf7;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffeaf7 0%, #ffcbe8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffeaf7 0%, #ffcbe8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeaf7', endColorstr='#ffcbe8', GradientType=0);
    /* IE6-9 */
    box-sizing: border-box;
}

.content3 .bg_content3 .bg_white {
    border-radius: 5px;
}

.content3 .pos {
    position: relative;
}

.content3 .pos .plus {
    position: absolute;
    top: 50%;
    margin-top: -64px;
    left: 50%;
    margin-left: -64px;
}

.content3 .txt_img {
    margin-top: -20px;
    margin-left: -15px;
}

.box_shadow {
    box-shadow: 0px 0px 8px #b7628d;
}

.box_shadow2 {
    box-shadow: 0px 0px 5px #d9b4ca;
}

.content4 .bg_content4 {
    background: url(../images/content_sec4.png) no-repeat;
    height: 457px;
}

.content4 .bg_content4 ul li {
    background: url(../images/icon_check.png) no-repeat left 5px;
    padding-left: 30px;
    margin: 5px 0px;
}

.content4 .bg_step {
    background: url(../images/bg_step.png) no-repeat;
    height: 1050px;
    box-sizing: border-box;
}

.content4 .bg_step h4 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px dashed #e9c7d9;
    padding-bottom: 5px;
}

.content4 .bg_step .in_step {
    box-sizing: border-box;
}

.content4 .bg_step .in_step .txt {
    width: 670px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #dba5c0;
    height: 130px;
    border-left: 0;
}

.content4 .bg_step .in_step .txt2 {
    width: 670px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #d4c293;
    height: 130px;
    border-left: 0;
}

.content4 .bg_step .in_step .txt2 h4 {
    color: #725c1a;
}

.bg_content5 {
    background: url(../images/bg_content_sec5.png) no-repeat;
    height: 780px;
    position: relative;
}

.bg_content5 span {
    color: #a12a64;
    display: block;
    margin-top: 5px;
    font-size: 15px;
}

.bg_content5 p {
    display: inline-block;
    border-bottom: 1px solid #6f1a45;
    padding-bottom: 15px;
    font-weight: bold;
}

.bg_content5 .txt1 {
    position: absolute;
    left: 90px;
    top: 80px;
}

.bg_content5 .txt2 {
    position: absolute;
    left: 55px;
    bottom: 290px;
}

.bg_content5 .txt3 {
    position: absolute;
    left: 120px;
    bottom: 85px;
}

.bg_content5 .txt4 {
    position: absolute;
    right: 40px;
    top: 210px;
}

.bg_content5 .txt5 {
    position: absolute;
    right: 35px;
    bottom: 160px;
}


/*====================================================================================
■09.GOLABLE NAVIGATION
====================================================================================*/

#gnav .tit {
    background: url(../images/salon_list.png) no-repeat right bottom;
    border-bottom: 2px solid #993366;
}

#gnav .tit h2 {
    color: #380e23;
    font-size: 30px;
    padding-left: 15px;
    font-weight: bold;
}

#gnav .bg_txt {
    background: url(../images/bg_txt_ft.png) no-repeat;
    box-sizing: border-box;
}

#gnav .nav {
    width: 170px;
    box-sizing: border-box;
    margin-right: 17px;
}

#gnav .nav h3 {
    background: #dba5c0;
    padding: 5px 0px 3px;
    text-align: center;
}

#gnav .nav li {
    border-bottom: 1px dashed #dba5c0;
    padding: 5px;
}

#gnav .nav a {
    color: #993366;
    text-decoration: none;
    font-size: 12px;
}

#gnav .nav a:hover {
    text-decoration: underline;
}


/*==========================================

■10.FOOTER
====================================================================================*/

#footer {
    background: url(../images/bg_footer.gif) repeat-x;
    height: 60px;
    box-sizing: border-box;
    padding-top: 4px;
}


/*==========================================
/*==========================================
■11.Crumb
====================================================================================*/

.crumb {
    height: 60px;
    box-sizing: border-box;
}

.crumb li {
    font-size: 12px;
    margin-right: 10px;
    background: url(../common_img/arrow_li.png) no-repeat left 5px;
    padding-left: 14px;
}

.crumb .home {
    background: url(../common_img/icon_home.png) no-repeat left center;
    padding-left: 30px;
}


/*==========================================
■12.Page load
====================================================================================*/

#pageLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    background: white;
    z-index: 9998;
}

#pageLoader {
    width: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 9999;
}
