@charset "UTF-8";



/**
 * ========================================
 * reset
 * ========================================
 */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video
    {
    margin: 0;padding: 0;border: none;background: transparent;font-style: normal;font-size: 100%;vertical-align: baseline;outline: none;
    }
    img {
    vertical-align: bottom;
    }
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary
    {
    display: block;
    }
    :focus {
    outline: none;
    }
    a, a:link, a:visited, a:hover, a:active {
    margin: 0;padding: 0;text-decoration: none;vertical-align: baseline;outline: 0;cursor: pointer;
    }
    ol, ul {
    list-style: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    caption, th, td {
    text-align: left;
    }
    fieldset {
    border: none;
    }
    input, select, textarea {
    font-family: inherit;
    font-size: 80%;
    }
    input, select {
    vertical-align: middle;
    }
    textarea {
    overflow: auto;
    }
    label, button {
    cursor: pointer;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }
    abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
    del {
    text-decoration: line-through;
    }
    ins {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    mark {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    hr {
    display: block;height: 1px;margin: 1em 0;padding: 0;border: none;border-top: 1px solid #CCCCCC;
    }
    input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    }

/* body */
body {
    font-family: 'Noto Sans Japanese',"Helvetica Neue",Helvetica,Arial,"Droid Sans",Meiryo,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    color: #333;
}
a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
a {
    color: #5588cf;
    transition: all 300ms ease-in-out 0s;
}
.tel a, .mail a {
    cursor: default;
    pointer-events: none;
    color: #333;
}
p {
    margin-bottom: 20px;
}
strong {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .tel a, .mail a {
        pointer-events: auto;
    }
}

/* container */
.container {
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

ul li.wk {
    background-color: #ecf0f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #5f5f5f;
    font-size: 16px;
    padding: 9px 12px 8px 12px;
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.3);
    text-align: center;
}
ul li.wk a {
    color: #5f5f5f;
}
ul li a {
    text-decoration: none;
}
ul li:hover.wk {
    background-color: #c6d3f5;
    transition: all 300ms ease-in-out 0s;
}
img.img_pc {
    display: inline-block;
}
img.img_sp {
    display: none;
}



/* main */
.main {
    margin: 25px auto 0;
    width:1000px;
}
.enq h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}
.enq h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.enq h2 span {
    display: block;
    font-size: 70%;
}
.enq h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
}
.enq h2.secret {
    background-color: #f49c1e;
    width: 34%;
    margin: 0 auto 20px;
    color: #fff;
    border-radius: 16px;
    line-height: 1.3;
    padding: 15px 0.5% 15px 1.5%;
    font-size: 22px;
}
.enq h4 span {
    font-size: 65%;
    font-weight: normal;
}
.container .main.bwj18 {
    margin-top: 200px;
}
.container .tppg.bwj18 {
    margin-top: 320px;
}
.bwj18 img.headimage {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
    height: 187px;
    margin-top: 236px;
    object-fit: cover;
    object-position: center center;
}
.container .tppg.bwj18 img.headimage {
    height: 310px;
}
.tppg h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tppg p.midashi {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 20px;
}
.tppg h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tppg dl {
    display: inline-block;
    width: 100%;
}
.tppg dl dt {
    display: block;
    width: 20%;
    clear: left;
    float: left;
    text-align: right;
    margin-top: 10px;
}
.tppg dl dd {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.tppg h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 45px;
    display: inline-block;
    margin-bottom: 12px;
}
.tppg h4 span,.bwj h3 span {
    font-size: 13px;
    font-weight: normal;
    margin-left: 15px;
}
.bwj h3 span {
    display: block;
}
.tppg figure,.bwj figure {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.tppg figure img {
    width: 15%;
	margin: 0.6%;
}
.tppg figure {
    margin-bottom: 0px;
}
.bwj figure img {
    width: 23%;
	margin: 0.6%;
    object-fit: cover;
    height: 220px;
}
.prsnt_spc {
    width: 70%;
    margin-left: 30%;
}
.prsnt_spc h4 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.prsnt_spc dl {
    display: inline-block;
    width: 85%;
    font-size: 110%;
    margin-left: 10px;
}
.prsnt_spc dl dt {
    display: block;
    width: 55%;
    clear: left;
    float: left;
    text-align: left;
    margin-top: 5px;
}
.prsnt_spc dl dd {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
a.link2 {
    border-radius: 12px;
    border: 4px solid #eee;
    padding: 10px 28px 12px;
}
.prsnt {
    text-align: center;
}
.prsnt div {
    display: inline-block;
    vertical-align: top;
    margin: 25px 0.5% 0;
}
.prsnt div.lft {
    width: 26%;
}
.prsnt div.rght {
    width: 70%;
}
.prsnt div.lft2 {
    width: 30%;
}
.prsnt div.rght2 {
    width: 67%;
}
.prsnt div.lft_after {
    width: 73%;
    vertical-align: bottom;
}
.prsnt div.rght_after {
    width: 24%;
}
.prsnt div.cntr img {
}
.prsnt div img {
    width: 100%;
}
.prsnt_txt {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0.5%;
    width: 47%;
    font-size: 90%;
}
.prsnt_txt p {
    margin-bottom: 5px;
}
ul.start {
    margin-left: 35px;
    margin-top: 15px;
    font-size: 110%;
}
ul.start li {
    margin-bottom: 12px;
    margin-right: 10%;
    display: inline-block;
    vertical-align: top;
}
span.sub {
    vertical-align: sub;
    font-size: 70%;
}
p.redbx, div.redbx {
    border: 1px solid red;
    padding: 12px 25px;
    font-size: 90%;
    margin-top: 0;
}
div.prsntyj img {
    margin-left: 20%;
}
span.red, p.red,.red {
    color: red;
}
.w790 {
    width: 790px;
}
.w181 {
    float: right;
    width: 181px;
	margin-left: 20px;
}
.mt50 {
    margin-top: 50px !important;
}
p.small {
   font-size: small;
}
p.center,.center {
    text-align: center;
}
.fl_right {
    float: right;
}
.pre_right {
    float: right;
}
.prsnt p br.br_sp,.start br.br_sp,p.ft_prsnt br.br_sp,.enq p br.br_sp,.enq h1.aft_tit br.br_sp  {
    display: none;
}
img.img_hojin {
    margin-left: 90px;
}
img.img_pc {
    display: block;
}
img.img_sp {
    display: none;
}
img.img_pc {
    display: block;
}
img.img_sp {
    display: none;
}

.content {
    border-top: 6px solid #0091af;
    float: left;
    margin-left: 45px;
    margin-top: 13px;
    padding-bottom: 35px;
    width: 773px;
}
.content h1.tit {
    border-bottom: 1px solid #0091af;
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 18px;
    padding-top: 21px;
    margin-bottom: 18px;
}
.content h1.tit span {
    font-size: 55%;
    font-weight: bold;
}
.content h2 {
    font-size: 33px;
    line-height: 1.3;
    padding-bottom: 17px;
    padding-top: 23px;
}
.content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 25px;
}
.content p {
    display: inline-block;
    font-size: 95%;
    line-height: 1.4;
    margin-bottom: 20px;
    width: 100%;
}

.content p img.w80p {
    width: 80%;
}
div.contents_bk {
    margin-bottom: 20px;
    margin-top: 25px;
    display: inline-block;
}

div.img_lft {
    float: left;
    width: 280px;
    margin-right: 20px;
}
div.img_lft img {
    width: 100%;
    margin: 5px 0 20px;
}
div.img_cntr {
    text-align: center;
    margin: 5px 0 15px;
}
div.img_cntr img {
    max-width: 800px;
    width: 80%;
}
div.contents_bk ul {
    float: left;
}
p.message {
    margin-top: 20px;
    text-align: center;
    font-size: 125%;
    padding-top: 30px;
}
div.ft_wk {
    width: 90%;
    border: 5px solid #eee;
    padding: 2% 4%;
    border-radius: 10px;
    margin: 30px 0 45px;
    display: inline-block;
}
div.ft_wk p {
    font-size: 110%;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 3px;
}
.ft_wk ul {
    width: 45%;
    float: right;
    margin-top: 1%;
}
.ft_wk ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 90%;
    line-height: 1.6;
    background-color: goldenrod;
    text-align: center;
    display: block;
    padding: 6px 11px 8px 15px;
    border-radius: 7px;
}
.ft_wk ul li a span {
    font-size: 19px;
    letter-spacing: -1px;
    font-family: inherit;
    display: block;
}
.ft_wk ul p {
    text-align: center;
    display: block;
    font-size: 95%;
    font-weight: normal;
}

/* toppage */
.content_list {
    clear: both;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 15px;
    width: 100%;
}
.content_list .content_listinbx {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content_list .thumbnail {
    width: 31.5%;
    text-align: left;
    margin: 5px 0.8% 45px;
    display: inline-block;
}
.content_list .thumbnail img {
    width: 100%;
    height: auto;
}
.content_list .thumbnail h3 {
    margin: 0;
    padding: 6px 0;
    position: relative;
    text-align: center;
    line-height: 1.3;
}
.content_list .thumbnail h3 a {
    color: #000;
}
.content_list .thumbnail p {
    font-size: 90%;
    line-height: 1.4;
    margin: 0;
    padding: 0 5px;
}
.content_list .thumbnail p a.lnk{
position: relative;
display: inline-block;
padding: 2px 0 2px 17px;
vertical-align: middle;
text-decoration: none;
}
p.link {
    text-align: center;
    margin: 12px 1.5% !important;
    width: 97%;
    padding: 0 0 !important;
}
p.link a {
    background-color: #f49c1e;
    color: #fff;
    border-radius: 5px;
    padding: 4px 1% 5px;
    width: 98%;
    display: block;
    font-weight: 400;
    font-size: 105%;
}
div.con_2wk {
    width: 100%;
}
div.con_2wk div {
    width: 47.5%;
    margin: 0 1%;
    display: inline-block;
    text-align: center;
}
div.con_2wk div img {
    width: 100%;
}

/* footer */
footer {
    background-color: #4e3567;
    margin-top: 55px;
    width: 100%;
    clear: both;
}
footer .footer-widgets {
    margin: 0px auto 50px;
    width: 1000px;
}
footer .footer-widgets p.ftlogo {
    width: 30%;
    display: inline-block;
    margin-top: 45px;
    font-size: 9px;
    line-height: 1.5;
}
footer .footer-widgets p.ftlogo a {
    color: #fff;
    font-size: 85%;
}
footer .footer-widgets p.ftlogo a span {
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 7.25px;
    font-family: arial black;
    display: block;
}
footer .footer-widgets p.ftlogo img {
}
footer .footer-widgets ul.ftlink {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 47px;
    width: 34.5%;
}
footer .footer-widgets ul.ftlink li {
    margin: 0 0 11px;
}
footer .footer-widgets ul.ftlink li.mt25 {
    margin-top: 25px;
}
footer .footer-widgets ul.ftlink li a {
    padding: 0 0 5px;
    line-height: 1.3;
    color: #fff;
}
footer .footer-widgets ul.ftlink li.sub {
    font-size: 85%;
}
footer .footer_logo {
    background-color: #f1f1f1;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}
footer .footer_logo img {
    margin-top: 10px;
}
footer p.ft_prsnt {
    margin-left: 30%;
}
footer p.ft_prsnt a {
    font-size: 105%;
    color: #fff;
    padding: 7px 17px 8px 20px;
    background-color: goldenrod;
    border-radius: 6px;
    font-weight: 500;
}


img.fl_right {
    margin-left: 10px;
}
img.fl_left {
    margin-right: 10px;
}
.clearfix::before, .clearfix::after, .cf::before, .cf::after {
    content: "";
    display: table;
}
.clearfix::after, .cf::after {
    clear: both;
}
.clearfix, .cf {
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}



.mb0 {
    margin-bottom: 0px !important;
}
.mt5 {
    margin-top: 5px;
}
.ofcwk {
    border-bottom: 1px dotted #ccc;
    clear: both;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 22px;
    width: 100%;
}
.ofcwk img {
    float: right;
}
.ofcwk p {
    width: 50%;
}







/* form */
label {
    margin: 10px 0;
}
.form_bx h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 4px;
    margin-top: 25px;
}
.form_bx ul {
    margin-left: 35px;
    margin-top: 15px;
}
.form_bx ul li {
    margin-bottom: 12px;
    display: inline-block;
}
.form_bx2 h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 4px;
    margin-top: 16px;
    display: inline-block;
    width: 35%;
}
.form_bx2 ul {
    margin-left: 2%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 62%;
}
.chbx01-inpt {
    display: none;
}
.chbx01-prts {
    padding-left: 30px;
    position:relative;
    margin-right: 40px;
}
.chbx01-prts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #999;
    border-radius: 4px;
    margin-top: 2px;
}
.chbx01-inpt:checked + .chbx01-prts {
    color: #e86142;
}
.chbx01-inpt:checked + .chbx01-prts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #e86142;
    border-right: 3px solid #e86142;
}


.radio01-inpt{
    display: none;
}
.radio01-inpt + label{
    padding-left: 28px;
    position:relative;
    margin-right: 25px;
}
.radio01-prts{
    padding-left: 28px;
    position:relative;
    margin-right: 40px;
    line-height:1.5;
}
.radio01-prts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    margin-top: 2px;
}
.radio01-inpt:checked + .radio01-prts {
    color: #e86142;
}
.radio01-inpt:checked + .radio01-prts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #e86142;
    border-radius: 50%;
}


input.txt {
    padding: 3px 4px 2px;
    font-size: 90%;
    border-radius: 6px;
    border: 1px solid #aaa;
    vertical-align: middle;
    margin-bottom: 6px;
    color: #e86142;
    width: 355px;
}
.enq input.txt {
    width: 355px;
}
span.mr10 {
    margin-right: 10px;
}
dl.form_txbx,dl.form_txbx2 {
    width: 100%;
    margin-top: 5px;
}
dl.form_txbx dt {
    width: 24%;
    display: inline-block;
    margin: 12px 0 10px 0;
    font-weight: 600;
    text-align: left;
    font-size: 105%;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    padding-top: 22px;
}
dl.form_txbx dd {
    display: inline-block;
    margin: 12px 0 5px 0;
    width: 75%;
    border-top: 1px dotted #ccc;
    padding-top: 21px;
}
.form_txbx dd p a {
    margin-top: 15px;
    display: block;
}
dl.form_txbx_bdr {
    border-bottom: 1px dotted #ccc;
}
dl.form_txbx2 dt {
    width: 24%;
    display: inline-block;
    margin: 12px 0 4px 0;
    font-weight: 600;
    text-align: left;
    font-size: 105%;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    padding-top: 14px;
}
dl.form_txbx2 dd {
    display: inline-block;
    margin: 12px 0 5px 0;
    width: 75%;
    border-top: 1px dotted #ccc;
    padding-top: 13px;
}
dl.form_txbx input {
    position: relative;
    color: #e86142;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 35px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
dl.form_txbx input.w30 {
    width: 100px;
}
dl.form_txbx input.w90p {
    width: 90%;
}
.form_txbx select {
    vertical-align: middle;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 105%;
    margin-right: 20px;
    display: inline-block;
}
span.btn_ad {
    background-color: mediumturquoise;
    border-radius: 5px;
    font-size: 85%;
    color: #fff;
    padding: 2px 8px 3px;
    margin-left: 18px;
    cursor: pointer;
}
span.btn_ad:hover{
    opacity: 0.8;
}
p.linkwp {
    text-align: center;
    margin-top: 40px;
}
p.linkwp .lnk {
    background-color: #F4461E;
    border-radius: 6px;
    color: #fff;
    font-size: 130%;
    margin-bottom: 10px;
    padding: 15px 8%;
    display: inline-block;
}
p.linkwp .lnk:hover {
    background-color: #F8B879;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    opacity: 1;
    filter:alpha(opacity=100);
    cursor: pointer;
}
p.linkwp .lnk2 {
    background-color: #bbb;
    border-radius: 6px;
    color: #fff;
    font-size: 100%;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 15px 3%;
    display: inline-block;
	text-align:center;
}
p.linkwp .lnk2:hover {
    background-color: #eee;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    opacity: 1;
    filter:alpha(opacity=100);
    cursor: pointer;
}
p.link_wp6 {
    text-align: center;
    margin-top: 40px 1% 0;
    width: 100%;
}
p.link_wp6 .lnk {
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #F8B879;
    border-collapse: collapse;
    color: #F8B879;
    font-size: 110%;
    padding: 15px 1%;
    display: inline-block;
    width: 26%;
    height: 55px;
    margin: 30px 0.5% 0;
    vertical-align: middle;
}
p.link_wp6 .lnk:hover {
    background-color: #F8B879;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    opacity: 1;
    filter:alpha(opacity=100);
    cursor: pointer;
}


/* contact */
.submit {
    text-align: center;
}
div.content_form {
    width: 100%;
}
form {
    width: 100%;
}
input.sub_btn,p a.sub_btn {
    background-color: #ffc7c7;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #444;
    font-size: 100%;
    margin: 0 1%;
    padding: 12px 19px 11px;
}
input.sub_btn:hover,p a.sub_btn:hover {
    background-color: #ff9595;
    color: #fff;
    cursor: pointer;
}
input.sub_btn[type="button"]{
    background-color: #ccc;
}
input.sub_btn[type="button"]:hover{
    background-color: #777;
}
input.txt_btn {
    background-color: #e3e3e3;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #444;
    padding: 5px 19px;
    margin: 0 1%;
}
input.txt_btn:hover {
    background-color: #d8d8d8;
    color: #fff;
}
.lh25 {
    line-height: 2.5;
}
.mt12 {
    margin-top: 12px;
}

.mt25 {
    margin-top: 25px;
}
.mt80 {
    margin-top: 80px;
}
.ft85 {
    font-size: 85%;
}
.ft130 {
    font-size: 130%;
    font-weight: bold;
}
.ft150 {
    font-size: 150%;
    font-weight: bold;
}
.ft115 {
    font-size: 115%;
    font-weight: bold;
}
p.error_messe{
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #f00;
    color: #f00;
}


.alertbox{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
}
.alertbox div{
    width: 60%;
    padding: 20px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.alertbox div p{
    padding: 5px 0;
    margin: 0;
    color: #e86142;
}
.enq h1.aft_tit {
    text-shadow: 3px 1px 8px #aaa;
    background: url(/images/heart.jpg) no-repeat center 20%;
    padding: 25px 0 3px;
    font-family: 游明朝,"Yu Mincho",YuMincho DemiBold,"Hiragino Mincho ProN";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.2;
}



@media screen and (min-width: 1190px) {
    body {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    body {
        width: 100%;
    }
   .main {
        width: 94%;
    }
    .content {
        margin-left: 3%;
        width: 74%;
    }
.container .main.bwj18 {
    margin-top: 235px;
}
.container .tppg.bwj18 {
    margin-top: 350px;
}
.bwj18 img.headimage {
    margin-top: 90px;
}

    .prsnt {
        font-size: 85%;
    }
    ul.start {
        margin-left: 1%;
    }
    ul.start li {
        margin-right: 0;
        width: 49%;
    }
    .w790 {
        width: 70%;
    }
    .pre_right {
        float: none;
    }
    .prsnt_spc {
        width: 80%;
        margin-left: 20%;
    }
    .prsnt_spc dl {
        width: 70%;
    }
	.prsnt_spc dl dt {
        width: 80%;
    }
    p.link_wp6 a.lnk {
        width: 35%;
    }
    .bwj figure img {
        width: 23%;
    	margin: 0.6%;
        object-fit: cover;
        height: 180px;
    }
    div.prsntyj img {
        margin-left: 20%;
        width: 30%;
    }
    footer .footer-widgets {
        width: 90%;
    }
    footer .footer-widgets ul.ftlink {
        margin-top: 10px;
        width: 100%;
    }
    footer p.ft_prsnt {
        margin-left: 0;
        margin-top: 15px;
    }
    .footer-widgets .textwidget {
        width: 80%;
        margin-left: 10%;
    }
    .content_list .content_listinbx {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    /* Larger Smart Devices */   
    .content {
        margin-left: 4%;
        width: 92%;
    }
    .content p img {
        max-width: 90%;
    }
.container .main.bwj18 {
    margin-top: 183px;
}
.container .tppg.bwj18 {
    margin-top: 350px;
}
.bwj18 img.headimage {
    height: 140px;
}

    .prsnt {
        font-size: 75%;
    }
    ul.start {
        font-size: 100%;
    }
    ul.start img {
        display: none;
    }
    .spw60p {
        width: 60% !important;
    }
    ul.start li {
        width: 100%;
        text-align: left;
    }
    .prsnt_spc {
        width: 85%;
        margin-left: 15%;
    }
    .prsnt_spc dl dt {
        width: 85%;
    }
    span.btn_ad {
        display: inline-table;
        margin-top: 15px;
    }
    dl.form_txbx input.w30 {
        width: 19%;
    }
    p.link_wp6 a.lnk {
        width: 45%;
        padding: 15px 1%;
    }
    ul.ftlnk {
        margin: 25px 1%;
        width: 100%;
    }     
    img.img_pc {
        display: none;
    }
    img.img_sp {
        display: block;
    }
 	.ft_wk ul {
    	width: 100%;
	}
    .tppg dl {
        font-size: 95%;
    }
    .tppg dl dt {
        width: 100%;
        text-align: left;
        font-weight: bold;
    }
    .tppg figure img {
        width: 27%;
    }
    .bwj figure img {
        width: 39%;
        height: 170px;
    }
    .enq h1.aft_tit {
        font-size: 41px;
    }
    div.prsntyj img {
        margin-left: 14%;
        width: 36%;
    }
}

@media screen and (max-width:600px) {
    /* Iphone 5 landscape */
    ul li.tel {
        font-size: 22px;
    }
    ul li.tel img {
        width: 20px;
        margin-bottom: 2px;
    }
    div.img_cntr img {
        width: 100%;
    }
    .w790 {
        width: 100%;
    }
    .w181 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .w181 img {
        width: 100px;
    }
    ul.start {
        margin-left: 0;
    }
    ul.start .radio01-prts {
        margin-right: 0;
    }
    .lh25 {
        line-height: 1.5;
        margin-bottom: 8px;
        display: inline-block;
        margin-right: 0;
    }
    .prsnt div.cntr img {
        width: 95%;
    }
    .prsnt_txt {
        width: 100%;
    }
    .prsnt_spc {
        margin-left: 0;
        width: 100%;
    }
    .prsnt_spc dl {
        width: 95%;
        margin-left: 5%;
    }
    dl.form_txbx input.w30 {
        width: 17%;
    }
    input.txt {
        margin-top: 10px;
    }
    img.img_pc {
        display: none;
    }
    img.img_sp {
        display: block;
    }
    dl.form_txbx {
        width: 94%;
        margin: 0 auto;
    }
    dl.form_txbx dt {
        width: 100%;
        margin-bottom: 0;
        padding-top: 10px;
    }
    dl.form_txbx dd {
        width: 100%;
        border-top: 0px;
        margin-top: 0;
        padding-top: 8px;
    }
    dl.form_txbx dd span {
        margin-top: 7px;
        margin-bottom: 8px;
        display: inline-block;
    }
    .form_bx2 h4 {
        width: 95%;
        margin-top: 25px;
    }
    .form_bx2 ul {
        width: 95%;
        margin-top: 0;
    }
    dl.form_txbx2 dt {
        width: 95%;
        padding-top: 14px;
    }
    dl.form_txbx2 dd {
        margin: 2px 0 5px 0;
        width: 95%;
        border-top: 0px;
        padding-top: 0;
    }
    .form_bx ul {
    margin-left: 5px;
        font-size: 105%;
    }
    .form_bx ul li {
        margin-bottom: 20px;
        display: block;
    }
    p.link_wp6 a.lnk {
        width: 90%;
    }
    footer p.ft_prsnt a {
        display: block;
        font-size: 100%;
    }
    p.ft_prsnt br.br_sp,.enq h1.aft_tit br.br_sp {
        display: block;
    }
    .copyright {
        font-size: 11px;
    }
    .enq br.br_pc {
        display: none;
    }
    .content_list .thumbnail {
        width: 100%;
    }
    a.link2 {
        display: block;
    }
    .tppg h4 span {
        margin-left: 0;
        display: block;
    }
    div.prsntyj img {
        margin-left: 11%;
        width: 39%;
    }
}

@media screen and (max-width: 480px) {
    /* iPhone6plus Portrait */
    ul li.wk {
        padding: 7px 3px 6px 3px;
    }
    .w181 {
        font-size: 75%;
    }
    .prsnt p br.br_pc {
        display: none;
    }
    .prsnt p br.br_sp,.enq br.br_sp {
        display: block;
    }
    .content p img {
        max-width: 100%;
    }
    .enq h2 {
        font-size: 22px;
    }
    .enq h2.secret {
        width: 70%;
    }
    div.img_lft {
        width: 60%;
    }
    .content p img.w80p {
        width: 100%;
    }
    input.txt,textarea {
        width: 95%;
    }
    .chbx01-prts {
        width: 90%;
        display: inline-block;
        padding-left: 9%;
        margin-right: 0;
    }
    .radio01-prts {
        display: block;
        margin-right: 3%;
    }
    .tppg figure img {
        width: 31%;
    }
    .bwj figure img {
        width: 43%;
    }
    div.prsntyj img {
        margin-left: 3%;
        width: 47%;
    }
}

@media screen and (max-width: 320px) {
    /* Small Devices iphone 5 and below Portrait */    
    .prsnt_spc dl {
        margin-left: 3%;
        font-size: 90%;
    }
    dl.form_txbx input.w30 {
        width: 14%;
    }
}