*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.important {
  color: #FF0000;
}
a:hover img{
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.txt{
    font-weight: bold;
}
h1{
    text-align: left;
}
.content{
    text-align: center;
}
.flex{
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.content{
    margin: 0 auto;
}
.present_info{
    color: #fff;
}
.notes_list li{
    font-weight: bold;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.footer_btn{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.footer_btn img{
    margin: 0 auto;
}

/*contact*/
#contact.wrapper{
    background:#fece00 url("../images/over150/img_bg_top.jpg") no-repeat center top;
    background-size: 100%;
}
.contact_main,.thank_main{
    background: rgb(255,255,255);
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
}
.contact_main h2{
    text-align: center;
}
.contact_main dl{
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: left;
}
.contact_main dl+dl{
    border-top:1px dotted #595959;
}
.contact_main dl:first-child{
    border-top:1px solid #595959;
}
.contact_main dl:nth-child(18){
    border-bottom:1px solid #595959;
}
.contact_main dl dt{
    font-weight: bold;
}
.contact_main dl dt span{
    background: #e24709;
    color: #fff;
    font-weight: bold;
}
.add_btn {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    text-decoration: none;
    background: #4d4d4d;
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 6px #333333;
    border-radius: 8px;
}
.add_btn a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: #fff;
}
.add_btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-bottom: none;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"]{
    height: 60px;
}
input[type="text"],
textarea {
    background: #fff;
    padding: 0.8em;
    outline: none;
    border: 1px solid #595959;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
}
textarea {
    width: 100%;
}
    /*Radio Check*/
    label.radio, label.radio_text, label.checkbox, label.checkbox_text {
        position      : relative;
        cursor        : pointer;
        display       : inline-block;
        overflow      : hidden;
        box-sizing    : border-box;
    }
    label.radio_text {
        min-height   : calc(30px + 5px);
        margin-right : calc(30px + 5px);
        padding-left : calc(30px + 10px);
        line-height  : calc(30px + 5px);
    }
    label.checkbox_text {
        padding-left : calc(30px + 10px);
        line-height  : 30px;
    }
    /** before after **/
    label.radio_text:before, label.checkbox_text:before,
    label.radio_text:after, label.checkbox_text:after{
        content  : '';
        position : absolute;
        box-sizing : border-box;
        border-radius: 5px;
    }
    label.radio_text:before{
        border-radius    : 100%;
    }
    label.checkbox_text:after{
        transform         : rotate(45deg);
        -webkit-transform : rotate(45deg);
        -moz-transform    : rotate(45deg);
        border-right      : 3px solid #fece00;
        border-bottom     : 3px solid #fece00;
        top               : calc(50% - (((20px / 12 ) * 5) / 2));
        display           : block;
        margin-top        : calc(((20px / 12 ) * 5) * -1);
        width             : calc(((20px / 12 ) * 5));
        height            : 20px;
        z-index           : 1;
    }
    label.radio_text:before, label.radio_text:after{
        top              : 0px;
        bottom           : 0px;
        margin-top       : auto;
        margin-bottom    : auto;
    }
    label.radio_text:before {
        width         : 30px;
        height        : 30px;
        border        : 1px solid #595959;
        left          : 0px;
        z-index       : 3;
    }
    label.checkbox_text:before {
        width    : 30px;
        height   : 30px;
        left     : 0px;
        top      : 0;
        border   : 1px solid #595959;
        z-index  : 3;
        box-sizing: border-box;
    }
    label.radio_text:after {
        width            : 20px;
        height           : 20px;
        border-radius    : 100%;
        left             : calc(((30px/2) - (20px) / 2));
        background-color : #fece00;
        z-index          : 1;
    }
    label.checkbox_text:after {
        left : calc((30px / 2) - (((20px / 12 ) * 5) / 2));
    }
    /** input **/
    label.radio input[type="radio"], label.radio_text input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
        -moz-appearance: none;
        -webkit-appearance: none;
        position   : absolute;
        z-index    : 2;
        margin     : 0px;
        width      : 30px;
        height     : 30px;
        box-sizing    : border-box;
        outline       : none;
    }
    label.radio input[type="radio"], label.radio_text input[type="radio"]{
        left       : calc(30px * -1);
        width      : 30px;
        height     : 30px;
        top           : 0px;
        bottom        : 0px;
        margin-top    : auto;
        margin-bottom : auto;
        border-radius : 100%;
    }
    label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
        left       : calc(30px * -1);
        padding    : 0;
    }
    label.radio_text input[type="radio"] {
        box-shadow : 30px 0px #FFF;
    }
    label.checkbox_text input[type="checkbox"] {
        display    : block;
        box-shadow : 30px 0px #FFF;
    }
    /** checked forcus */
    label.checkbox_text input[type="checkbox"]:checked,
    label.checkbox input[type="checkbox"]:checked,
    label.radio_text input[type="radio"]:checked,
    label.radio input[type="radio"]:checked{
        box-shadow : none;
    }
    label.checkbox_text input[type="checkbox"]:checked:focus,
    label.checkbox input[type="checkbox"]:checked:focus{
        opacity: 0.1;
    }
    label.radio_text input[type="radio"]:focus,
    label.radio input[type="radio"]:focus{
        opacity: 0.2;
    }

    label.checkbox_text input[type="checkbox"]:checked:focus {
        box-shadow : 30px 0px #666;
    }
    label.checkbox_text input[type="checkbox"]:focus {
        box-shadow : 30px 0px #EEE;
    }
    label.radio_text input[type="radio"]:focus {
        box-shadow : 30px 0px #FFF;
    }
.terms{
    background: #fff;
    border: 1px solid #595959;
    border-radius: 10px;
    text-align: left;
    overflow-y: auto;
}
.terms h3,.terms h4{
    font-weight: bold;
}
.terms li{
    padding-left: 1em;
    text-indent: -1em;
}
.policy{
    display: inline-block;
    font-weight: bold;
    text-align: left;
}
button{
    display: block;
    cursor: pointer;
}

.note{
    margin-bottom: 30px;
}

.subscription dd{
    width: 100%;
    text-align: center;
    background-color: #e24709;
    color: #fff;
    font-weight: bold;
    height: 40px;
}

.naming_footer{
    font-weight: bold;
    color: #fff;
    background-color: #db4e33;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.naming_footer span{
    color: #ffff00;
}

.maid_g{
    text-align: center;
}

@media print, screen and (min-width: 481px) {
    .pc{
        display: block!important;
    }
    .sp{
        display: none!important;
    }
    #over150 h1 img{
        width: 230px;
    }
    #over150 h2{
        margin: 0 auto;
        padding: 105px 0 35px;
        text-align: center;
    }
    #over150 h2 img{
        width: 340px;
        display: inline-block;
    }
    #over150 h2:before{
        content: url("../images/over150/bg_head_before.png");
        display: inline-block;
        padding: 0 1px 26px 0;
    }
    #over150 h2:after{
        content: url("../images/over150/bg_head_after.png");
        display: inline-block;
        padding: 0 0 26px 1px;
    }
    .txt{
        font-size: 22px;
    }
    .txt_large{
        font-size: 34px;
    }
    .wrapper,.date{
        background-color: #fece00;
    }
    #over150.wrapper{
        background-color: #fece00;
        background-image: url("../images/over150/img_bg_bottom02.png"),
            url("../images/over150/img_bg_bottom.jpg");
        background-repeat:no-repeat,no-repeat;
        background-position:center bottom,center bottom;
        background-size: 100%;
    }
    .main {
        height: 1200px;
        width:100%;
        padding-top: 60px;
        text-align: center;
        background: url("../images/over150/img_bg_top.jpg") no-repeat center bottom;
        background-size: cover;
    }
    .main_img{
        margin-top: 20px;
    }
    .main_img img{
        width: 720px;
    }
    .overview{
        margin-top: -280px;
    }
    .overview h2{
        padding-top: 0;
    }
    .date{
        padding-bottom: 170px;
    }
    .date h2{
        padding-top: 80px;
    }
    .present{
        position: relative;
        background:#39302e;
        background:url("../images/over150/bg_present_top.png") no-repeat center top,radial-gradient(#39302e, #241a17);
        background-size: contain;
        margin-top: -90px;
        padding-bottom: 220px;
    }
    .present .content{
        width:1090px;
    }
    #over150 .present h2{
        padding: 0 0 130px;
    }
    .present_list{
        width:980px;
        display: flex;
        justify-content: space-between;
        margin: 30px auto 40px;
    }
    .present_list img{
        width: 320px;
    }
    .present_info{
        width: 980px;
        margin: 0 auto;
        text-align: right;
    }
    .present_img{
        width: 960px;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .notes{
        padding-bottom: 80px;
    }
    .notes .content{
        width: 1024px;
    }
    .notes_list li{
        font-size: 22px;
    }
    .notes_list li+li{
        padding-top: 5px;
    }
    .footer{
        background : none;
        text-align: center;
    }
    .footer_btn{
        margin-bottom: 70px;
    }
    .footer_btn img{
        width: 600px;
    }
    .footer_copy{
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: bold;
    }
    .footer_img img{
        width: 960px;
    }
    /*contact*/
    #contact.wrapper{
        background:#fece00 url("../images/over150/img_bg_top.jpg") no-repeat center top;
        background-size: 100%;
        padding-bottom: 80px;
    }
    #contact h1{
        width: 50%;
        margin: 0 auto;
        padding: 60px 0;
    }
    .contact_main,.thank_main{
        width: 1040px;
        margin: 0 auto;
        padding: 60px 60px 80px;
        border-radius: 8px;
        font-size: 20px;
    }
    
    .contact_main{
        position: absolute;
        right: 0;
        left: 0;
        top: -200px;
    }
    
    .thank_main{
        padding: 80px 60px;
    }
    .contact_main h2{
        width: 26%;
        margin: 0 auto 40px;
    }
    .contact_main dl{
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        padding: 40px 0;
    }
    .contact_main dl+dl{
        border-top:1px dotted #595959;
    }
    .contact_main dl:first-child{
        border-top:1px solid #595959;
    }
    .contact_main dl:nth-child(18){
        border-bottom:1px solid #595959;
    }
    .contact_main dl dt{
        width:20%;
    }
    .contact_main dl dt span{
        margin-top: 5px;
        padding: 2px 5px;
        font-size: 16px;
    }
    .contact_main dl dd{
        width:80%;
    }
    .contact_main dl dd p{
        display: flex;
        align-items: center;
    }
    input[type="text"]{
        height: 55px;
    }
    input[type="text"],
    textarea {
        background: #fff;
        padding: 0.8em;
        outline: none;
        border: 1px solid #595959;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 18px;
    }
    textarea {
        width: 100%;
    }
    .form_txt{
        margin-bottom: 20px;
    }
    .name div,.kana div{
        width: 90%;
    }
    .name p,.kana p{
        width: 10%;
    }
    .name p:nth-child(3),.kana p:nth-child(3){
        margin-left: 20px;
    }
    .name input,.kana input{
        width: 40%;
    }
    .name{
        border-top:1px solid #595959;
    }
    /* .code div{
        width: 80%;
    } */
    .code input{
        width: 20%;
    }
    .code .add_btn{
        width: 20%;
        margin-left: 20px;
    }
    .contact_main .address dd p{
        width: 25%;
    }
    .address div{
        display: flex;
        vertical-align: middle;
    }
    .address .adjacentDiv{
        margin-top: 20px;
    }
    .contact_main .address dd input{
        width: 75%;
    }
    .contact_main .address dd input.prefectures{
        width: 35%;
    }
    .tel div{
        width: 70%;
    }
    .tel input{
        width: 30%;
    }
    .mail div{
        width: 80%;
    }
    .mail input{
        width: 46%;
    }
    .terms{
        background: #fff;
        width: 800px;
        height: 260px;
        margin: 50px auto;
        padding: 20px;
        border: 1px solid #595959;
        border-radius: 10px;
        font-size: 18px;
        text-align: left;
    }
    .terms h3{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .terms h4{
        margin-bottom: 10px;
    }
    .terms ul,.terms p{
        margin-bottom: 30px;
    }
    .terms p:last-child{
        margin-top: 40px;
        margin-bottom: 0;
    }
    .questionnaire02 li+li{
        margin-top: 10px;
    }
    .policy{
        display: inline-block;
        text-align: left;
    }
    .policy li+li{
        margin-top: 10px;
    }
    .contact_btn{
        width: 50%;
        margin: 50px auto 0;
        position: relative;
    }
    .contact_btn_img{
        width: 180px;
        position:absolute;
        top:-45px;
        left: -125px;
    }
    .contact_copy{
        padding-top: 80px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .thank_ttl img{
        margin-bottom: 40px;
    }
    .thank_txt{
        margin-bottom: 40px;
    }
    .thank_img{
        width: 300px;
        margin-bottom: 40px;
    }
    .thank_btn img{
        width: 50%;
    }
    
    .btn-area a img{
        width: 250px;
        margin: 20px;
    }
    
    .subscription dd{
        padding-top: 8px;
    }
    
    body,html{
        min-width: 1300px;
        margin: 0 auto;
    }
	.shedule_made{
		position:absolute;
		top:70px;
		left:-110px;
		z-index:999;
	}
	.shedule_made img{
		width:80%;
	}
}
@media screen and (max-width: 1024px) {
    body,html{
        min-width: 1500px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 896px) {
    body,html{
        min-width: 1500px;
        margin: 0 auto;
    }
}
/*ã‚¹ãƒžãƒ›*/
@media screen and (max-width: 480px) {
    body,html{
        overflow-x: hidden;
    }
    body,html{
        min-width: auto;
    }
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    h1{
        margin-bottom: 20px;
    }
    h1 img{
        width: 50%;
    }
    #over150 h2{
        margin: 0 auto;
        padding: 60px 0 20px;
    }
    #over150 h2 img{
        width: 68%;
        display: inline-block;
        vertical-align: initial;
    }
    #over150 h2:before,#over150 h2:after{
        content: "";
        display: inline-block;
        width: 15%;
        height: 50px;
    }
    #over150 h2:before{
        background: url("../images/over150/bg_head_before_sp.png") no-repeat center left;
        background-size: contain;
    }
    #over150 h2:after{
        background: url("../images/over150/bg_head_after_sp.png") no-repeat center right;
        background-size: contain;
    }
    .txt{
        font-size: 18px;
    }
    .txt_large{
        font-size: 22px;
    }
    .content{
        padding: 0 10px;
    }
    .wrapper,.date,.notes,.footer{
        background-color: #fece00;
    }
    .main {
        height: 600px;
        padding-top: 40px;
        text-align: center;
        background: url("../images/over150/img_bg_top.jpg") no-repeat center bottom;
        background-size: cover;
    }
    .main_img img{
        width: 90%;
    }
    .overview{
        margin-top: -120px;
    }
    .overview h2{
        padding-top: 0;
    }
    .date picture img{
        width: 70%;
    }
    .present{
        position: relative;
    }
    .present .content{
        background:#39302e;
        background:url("../images/over150/bg_present_top_sp.png") no-repeat center top,radial-gradient(#39302e, #241a17);
        background-size: contain;
        padding: 60px 10px 90px;
    }
    .present h2{
        padding:60px 10px 20px !important;
        margin: 0 10px;
        text-align: center;
    }
    .present_list{
        margin: 30px auto;
    }
    .present_list li{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .present_img{
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 95%;
        margin: auto;
        text-align: center;
    }
    .notes{
        padding-bottom: 60px;
    }
    .notes .content{
        width: 100%;
    }
    .notes_list li{
        font-size: 18px;
    }
    .notes_list li+li{
        padding-top: 5px;
    }
    .footer{
        background-color: #fece00;
        background-image: url("../images/over150/img_bg_bottom02_sp.png"),
            url("../images/over150/img_bg_bottom.jpg");
        background-repeat:no-repeat,no-repeat;
        background-position:center bottom,center bottom;
        background-size: cover;
        text-align: center;
        padding: 0 10px;
        overflow: hidden;
    }
    .footer_btn{
        margin-bottom: 50px;
    }
    .footer_img{
        width: 125%;
        height: 100%;
        margin: 0 -12%;
        position: relative;
    }
    .footer_copy{
        margin-bottom: 60px;
        font-size: 16px;
        font-weight: bold;
    }
    /*contact*/
    #contact.wrapper{
        background:#fece00 url("../images/over150/img_bg_top.jpg") no-repeat center top;
        background-size: 100%;
    }
    
    .title_image{
        width: 250px;
    }
    
    .main_back{
        background-image: url(../images/naming/pt_back_01.png);
        position: relative;
        height: 3000px;
    }
    
    #contact h1{
        margin: 0;
        padding: 20px 0;
    }
    #contact h1 img{
        width: 90%;
    }
    
    .contact_main{
        left: 0;
        right: 0;
        top: -75px;
        position: absolute;
    }
    
    .contact_main,.thank_main{
        margin: 0 10px;
        padding: 30px 15px;
        border-radius: 8px;
        font-size: 16px;
    }
    .contact_main h2{
        width: 60%;
        margin: 0 auto 20px;
    }
    .contact_main dl{
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        padding: 20px 0;
    }
    .contact_main dl dt{
        font-size: 18px;
        margin-bottom: 15px;
        vertical-align: middle;
    }
    .contact_main dl dt span{
        margin: 2px 0 0 5px;
        padding: 2px 5px;
        font-size: 14px;
        vertical-align: middle;
    }
    .contact_main dl dd p{
        display: flex;
        align-items: center;
    }
    .contact_main div{
        width: 100%;
    }
    .name{
        border-top:1px solid #595959;
    }
    .name p,.kana p{
        width: 15%;
    }
    .name p:nth-child(3),.kana p:nth-child(3){
        margin-left: 10px;
    }
    .name input,.kana input{
        width: 40%;
    }
    .code div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
    }
    .code input{
        width: 28%;
    }
    .code .add_btn{
        height: 45px;
        width: 31%;
        text-align: center;
    }
    .code .add_btn a{
        text-align: center;
        padding: 0 8px;
        margin: auto;
    }
    .address .adjacentDiv{
        margin-top: 10px;
    }
    .contact_main .address dd input{
        width: 100%;
    }
    .contact_main .address dd input.prefectures{
        width: 40%;
    }
    .tel input{
        width: 30%;
    }
    .mail input{
        width: 46%;
    }
    .questionnaire02 li+li{
        margin-top: 10px;
    }
    .terms{
        height: 200px;
        margin:30px auto;
        padding: 15px;
    }
    .terms h3{
        margin-bottom: 10px;
    }
    .terms h4{
        margin-bottom: 10px;
    }
    .terms ul,.terms p{
        margin-bottom: 20px;
    }
    .terms p:last-child{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .policy{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .policy li+li{
        margin-top: 10px;
    }
    .contact_btn{
        position: relative;
    }
    .contact_btn_img{
        width: 50%;
        margin-top: -25px;
    }
    label.checkbox_text:after{
        transform         : rotate(45deg);
        -webkit-transform : rotate(45deg);
        -moz-transform    : rotate(45deg);
        border-right      : 3px solid #fece00;
        border-bottom     : 3px solid #fece00;
        top               : 12px;
        display           : block;
        margin-top        : calc(((20px / 12 ) * 5) * -1);
        width             : calc(((20px / 12 ) * 5));
        height            : 20px;
        z-index           : 1;
    }
    input[type="text"]{
        height: 45px;
    }
    input[type="text"],
    textarea {
        background: #fff;
        padding: 0.8em;
        outline: none;
        border: 1px solid #595959;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 18px;
    }
    textarea {
        width: 100%;
    }
    .form_txt{
        margin-bottom: 10px;
    }
    .contact_copy{
        padding: 30px 0;
        font-weight: bold;
        text-align: center;
    }
    .thank_main{
        padding: 30px 15px;
    }
    .thank_ttl img{
        width: 70%;
        margin-bottom: 40px;
    }
    .thank_txt{
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 22px;
    }
    .thank_img{
        width: 65%;
        margin-bottom: 40px;
    }
    .btn-area a img{
        width: 130px;
        margin-top: 10px;
    }
    .date picture .fin_date{
        width: 88%;
    }
    .subscription dd{
        padding-top: 10px;
    }
    	.shedule_made{
		position:absolute;
		z-index:999;
		left:0;
		width:100%;
		text-align:center;
		bottom:-50%;
	}
	.content .shedule_made img{
		width:45%;
	}
}



/*top*/



.no_link{
    pointer-events:none;
}

@media screen and (min-width: 481px) {

.sp{
    display: none;
}

header{
    width: 100%;
    height: 850px;
    background-image: url(../images/naming/img_main_back.jpg);
    position: relative;
}

.title{
    min-width: 620px;
}

.title img{
    display: block;
    margin: auto;
}

.title img.logo{
    width:240px;
}

.title img.title_image{
    width:620px;
}

.header_maid{
    text-align: center;
    position: relative;
    min-width: 1000px;
    z-index: 999;
}

.header_maid .voice{
    vertical-align: top;
}

.left{
    position: absolute;
    left: 0;
}

.left img{
    height: 850px;
}


.right{
    position: absolute;
    right: 0;
    top: 0;
}


.right img{
    height: 850px;
}


.holding{
    width: 100%;
    height: 1100px;
    background-image: url(../images/naming/pt_back_01.png);
    padding-top: 100px;
}

.box{
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px;
    margin: auto;

    text-align: center;
}

.holding .effect{
    width: 1040px;
    height: 570px;
    position: relative;
}

.holding .hold_butler_maid2{
    position: absolute;
    top: 240px;
    right: -45px;
    z-index: 999;
}

.holding .hold_butler_maid2 .maid2{
    width: 250px;
}

.holding .hold_butler_maid2 .butler{
    width: 130px;
}


.holding .content{
    margin: 8px;
    border: dotted 4px #db4e33;
}

.content{
    margin: 8px;
    border: dotted 4px #db4e33;
}

.content img{
    margin: auto;
}

.holding .effect .content{
    height: 546px;
}

.holding .effect .content .title_img{
    margin-top: 40px;
    margin-bottom: 40px;
}

.holding .effect .content h1{
    font-size: 28px;
    font-weight: bold;
}

.description{
    text-align: left;
    padding-left: 40px;
}

.effect .description{
    width: 625px;
}

.holding .effect .content .description h1{
    margin-bottom: 30px;
}

.holding .effect .content .description p{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.holding .schedule{
    margin-top: 80px;
    width: 1040px;
    height: 288px;
    position:relative;
}

.holding .schedule .content{
    height: 264px;
}

.holding .schedule .content img{
    margin-top: 40px;
}
.holding .schedule .content img.shedule_mt30{
	margin-top:30px;
}

.presents{
    width: 100%;
    height: 900px;
    background-image: url(../images/naming/pt_back_02.png);
    text-align: center;
    min-width: 1000px;
}

.presents .top{
    width: 100%;
    background-image: url("../images/naming/pt_present_top.png");
    background-repeat: repeat-x;
}

.presents .btm{
    width: 100%;
    background-image: url("../images/naming/pt_present_btm.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.presents p{
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
}

.presents .item div{
    display: inline-block;
    width: 454px;
    vertical-align: top;
    position: relative;
}

.presents .item .label{
    width: 340px;
}

.presents .item .word{
    position: absolute;
    z-index: 999;
}

.presents .item .goods{
    position: absolute;
    left: 25px;
    top: 130px;
    z-index: 1;
    width: 350px;
}

.presents .item .present1 .word{
    left: 70px;
    top: 70px;
    width: 300px;
}

.presents .item .present1 .goods{
    width: 400px;
    left: 5px;
}

.presents .item .present2 .word{
    right: 75px;
    width: 300px;
    top: 80px;
}

.presents .item .present2 .goods{
    left: 80px;
}


.presents .maid3{
    margin-top: 226px;
    margin-bottom: 18px;
    width: 540px;
    position: relative;
    z-index: 999;
}

.precautions{
    width: 100%;
    height: 990px;
    background-image: url(../images/naming/pt_back_01.png);
    padding-top: 80px;
    text-align: center;
    margin-bottom: 70px;
}

.precautions .pre .content{
    height: 386px;
}

.precautions .pre .content img{
    margin-top: 40px;
}


.precautions .pre{
    width: 1040px;
    height: 410px;
    position: relative;
}

.precautions .pre .maid4{
    width: 120px;
    position: absolute;
    top: 90px;
    right: -120px;
}

.precautions .pre .butler2{
    width: 60px;
    position: absolute;
    top: 205px;
    left: -47px;
}

.precautions .pre .content .description{
    margin-top: 40px;
    padding-left: 35px;
    overflow-y: scroll;
    height: 225px;
    margin-right: 30px;
}

.precautions .pre .content .description span{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.precautions .pre .content .description ul{
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.precautions li{
    font-size: 15px;
    margin-bottom: 10px;
}

.apply .ap{
    text-align: center;
    position: relative;
    width: 924px;
    height: 402px;
    margin: auto;
}

.apply .ap .maid5{
    left: 29px;
    top: 51px;
    width: 349px;
    position: absolute;
    z-index: 999;
}

.apply .ap .entry{
    left: 271px;
    width: 384px;
    height: 384px;
    position: absolute;
    margin-top: 50px;
}

.apply .ap .entry img{
    width: 368px;
}

.apply .ap .butler3{
    left: 618px;
    top: 243px;
    width: 200px;
    position: absolute;
}

.apply p{
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact header{
    height: 500px;
}

.contact .left img{
    height: 500px;
}

.contact .right img{
    height: 500px;
}

.main_back{
    background-image: url(../images/naming/pt_back_01.png);
    position: relative;
}

.main_back{
    height: 3071px;
}

.contact .cr{
    padding-top: 3009px;
    text-align: center;
    padding-bottom: 40px;
}

.conf .cr{
    padding-top: 1810px;
}

.conf .main_back{
    height: 1872px;
}

.thank .thank_main{
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
}

.thank .main_back{
    height: 850px;
}

.thank .cr{
    padding-top: 788px;
}

.contact .title img.logo{
    width: 160px;
}

.contact .title img.title_image{
    width: 420px;
}

.contact_main .subscription dd{
    width: 100%;
}

.form-maid{
    position: absolute;
    top: -176px;
    right: 40px;
}

.name_apply{
    width: 100%;
    margin-bottom: 10px;
}

.dl_bottom{
    border-bottom: 1px dotted #595959;
}

.profile{
    margin-top: 30px;
}

.profile .top_item{
    border-top: dotted 2px #9f9f9f;
}

.profile_item{
    height: 50px;
    border-bottom: dotted 2px #9f9f9f;
}

.profile_item img{
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.profile_item span{
    display: inline-block;
    font-size: 18px;
    margin-top: 12.5px;
    margin-bottom:12.5px;
}

.top_item img{
    margin-top: 8px;
    margin-bottom: 12px;
}

.naming_footer{
    height: 70px;
    font-size: 26px;
    padding-top: 20px;
}

.sp_br{
    display: none;
}

}

@media screen and (max-width: 896px) {
.pc{
    display: block;
}

}
/*ã‚¹ãƒžãƒ›*/
@media screen and (max-width: 480px) {
    
.pc{
    display: none;
}
    
header{
    background-image: url(../images/naming/img_main_back.jpg);
    width:100%;
    height: 410px;
    text-align: center;
}

header .title{
    width: 320px;
    margin: auto;
}

header .title .logo{
    width: 120px;
    margin-top: 20px;
}

header .title .title_image{
    top: 40px;
    left: 15px;
}

.header_maid{
    position: relative;
    width: 320px;
    margin: auto;
}


.header_maid .maid1{
    width: 45%;
    position: absolute;
    z-index: 999;
    right: 88px;
    top: 35px;
}

.header_maid .voice{
    width: 40%;
    position: absolute;
}

.header_maid .l{
    left: 0;
}

.header_maid .r{
    right: 0;
}


.holding{
    width: 100%;
    background-image: url(../images/naming/pt_back_01.png);
    padding-top: 30px;
    height: 1000px;
}


.holding .effect{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    position: relative;
}


.box{
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px;
    margin: auto;
    text-align: center;
    margin: 8px;
}


.box .content{
    border: dotted 2px #DB4e33;
}

.content img{
    width: 85%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.holding .description{
    width: 90%;
    margin: auto;
    text-align: left;
}


.holding .description h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.holding .description p{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.holding .butler{
    width: 80px;
}

.holding .maid2{
    width: 120px;
}

.schedule{
    margin-top: 40px;
}

.schedule .content{
	padding-bottom:10%;
	position:relative;
}
.hold_butler_maid2{
    height: 140px;
}

.hold_butler_maid2 img{
    margin: 0;
}

.content .calendar{
    width: 60%;
}

.presents{
    width: 100%;
    background-image: url(../images/naming/pt_back_02.png);
    text-align: center;
}

.presents .top{
    width: 100%;
    background-image: url(../images/naming/pt_present_top.png);
    background-repeat: repeat-x;
}

.presents .top img{
    margin-top: 15px;
    width: 90%;
}

.presents .top p{
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.presents .item img{
    width: 70%;
}

.presents .present1{
    margin-bottom: 30px;
}

.presents .present2 .label{
    margin-bottom: 10px;
}

.presents .btm{
    width: 100%;
    background-image: url(../images/naming/pt_present_btm.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.presents .btm .maid3{
    margin-bottom: 18px;
}

.precautions{
    width: 100%;
    background-image: url(../images/naming/pt_back_01.png);
    padding-top: 30px;
    text-align: center;
    margin-bottom: 65px;
}

.precautions .content{
    padding-bottom: 30px;
}


.precautions .description{
    margin: auto;
    text-align: left;
    height: 320px;
    overflow-y: scroll;
}

.precautions .description span{
    font-weight: bold;
    margin-left: 10px;
}

.precautions .description ul{
    width: 90%;
    margin: auto;
    list-style: disc;
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.precautions .description li{
    margin-left: 15px;
    line-height: 25px;
}

.precautions .ap{
    width: 320px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 40px;
}

.ap .maid5{
    width: 220px;
    position: absolute;
    left: 0px;
    top: 160px;
    z-index: 999;
}

.ap .entry{
    width: 210px;
    margin: auto;
}

.ap .entry img{
    width: 210px;
}

.ap .butler3{
    width: 120px;
    position: absolute;
    right: 0;
    top: 165px;
}

.precautions p{
    font-size: 10px;
    font-weight: bold;
    color: #000;
    margin-top: 251px;
    padding-bottom: 20px;
}

.contact .cr{
    padding-top: 2965px;
    text-align: center;
    font-size: 11px;
}

.conf .main_back{
    height: 1477px;
}

.conf .cr{
    padding-top: 1441px;
}

.thank .thank_main{
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
}

.thank .cr{
    padding-top: 719px;
    
}

.thank .main_back{
    height: 754px;
}

.contact header{
    height: 250px;
}

.form-maid{
    position: absolute;
    width: 105px;
    top: -51px;
    right: -33px;
}

.contact .logo{
    width: 84px;
}

.contact .title_image{
    width: 204px;
}

.contact_main form h2 img{
    width: 162px;
}

.name_apply{
    width: 100%;
    margin-bottom: 10px;
}

.dl_bottom{
    border-bottom: 1px dotted #595959;
}

.profile{
    margin-top: 15px;
}

.profile .top_item{
    border-top: dotted 2px #9f9f9f;
}

.profile_item{
    height: 40px;
    border-bottom: dotted 2px #9f9f9f;
}

.profile_item img{
    height: 23px;
    width: 87px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    margin-right: 20px;
}

.profile_item span{
    display: inline-block;
    margin-bottom:11px;
}

.top_item img{
    margin-top: 6.5px;
}

.schedule .content .fin80{
    width: 80%;
}

.naming_footer{
    height: 65px;
    font-size: 16px;
    line-height: 25px;
    padding-top: 8px;
}

}