

body{
    margin:8px 0px 0px 0px;
    text-align:center;
    font-size: 16px;
}

.wid960{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

a{
    text-decoration: none;
    color:inherit;
}


/* TOP */
.head{
    height: 120px;
    background-image: url("../images/logo.jpg");
    background-repeat: no-repeat;  
}

/* LinkBox */
.link_icon_con{
    display: flex;
    padding-left: 640px;
    align-items: center;
}

.link_icon_item{
    font-size: 20px;
}

.tel{
    display: none;
}

/* BoxEnd */



/* TextLink */
.link_text{
    text-align:center;
    height:30px;
    padding-top:20px;
}

/* TextLink2 */
.span_link{
}

/* -----------------------------------------MainImage----------------------------------------- */

div.main_image{
    text-align: start;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 960px;
    height: 540px;
    position: relative;
}


img.main_image{
    width: 100%;
}



/* -----------------------------------------Main----------------------------------------- */


h1{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 100px;
}

h1:before{
    content:"PHOTO PLAN";
    display: block;
    font-size: 30px;
}


.midashi{   
    font-size: 20px;
    font-weight: normal;
}



/* -------------------------------PC:Price----------------------------------------- */
.sub2box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.sub2_item1{
    flex-basis: 380px;
    padding-left: 80px;
    padding-top: 20px;
}

.sub2_item2{
    flex-basis: 480px;
    padding-right: 10px;
}

p.sub2_item1_text{
    margin-top: 30px;
    line-height: 200%;
}

img.sub1img{
    display: inline;
}

img.sub2img{
    display: none;
}


.pricetitle{
    width: 120px;
    background: #000;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
    padding-top:4px;
    padding-bottom:4px;
    margin-bottom: 10px;
    margin-top: 120px;
}

.price{
    margin-top: 30px;
    font-size: 18px;
}


span.orange{
    color: #cc6633;
}

span.tax{
    font-size: 14px;
}

p.left{
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0px;
}

hr.pricehr{
    width: 380px;
    margin-top: 0px;
}

.boxinbox{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    width:300px;
    margin-left:60px;
}

.boxinbox_item{
    width: 80px;
}

.icon{
    width: 48px;
    height: 48px;
}


/* -------------------------------PC:Plan----------------------------------------- */
.planlink{
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 500px;
    color: #f9c;
}


/* -------------------------------PC:FOOTER----------------------------------------- */

.foot{
    background: #f4fbf6;
    background: #000;
}

.footbox{
    display: flex;
    background: #f4fbf6;
    background: #000;
    color: #fff;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

div.footbox_item{
    padding-left: 200px;
}

span.myname{
    font-weight: bold;
    font-size: 16px;
    color: orange;
    color: #f0aa00;
    color: #fff;
}

.foot_tel{
    font-weight: bold;
    color: #fff;
    padding-left: 60px;
}

span.CdBlue{
    color: orange;
}

.foot_end{
    padding-bottom: 20px;
}

.foot_map{
    background-color: white;
    font-size: 14px;
    color: black;
    height: 22px;
    width: 68px;
    padding-left: 16px;
    margin-left: 100px;
    border-radius: 5px;
}

/* --------------------------------------------------------------------------------------------- */
/* Less 960pxiTabletj */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) and (min-width: 520px) {

body { font-size: 12px;}
.wid960{ width: 520px;}


.head{
    height: 90px;
    background-image: url("../images/logo_tablet.jpg");
}

/* LinkBox */
.link_icon_con{
    width: 500px;
    padding-left: 280px;
}

.link_icon_item{
    font-size: 12px;
}

.link_text{
    padding-top: 0px;
    padding-left: 140px;
}

/* ---------Tablet:MainImage----------- */
div.main_image{
    width: 480px;
    height: 270px;
    margin-left: 20px;
}

h1{ font-size: 14px; margin-bottom: 50px;}
h1:before{ font-size: 20px;}

/* ---------Tablet:Sub----------- */
img.sub1img{
    display: none;
}

img.sub2img{
    display: inline;
    width: 300px;
    height: 200px;
}


.sub2_item1{
    order: 2;
    padding-left: 0px;
}

.sub2_item2{
    order: 1;
    padding-right: 0px;
}

p.sub2_item1_text{ margin-top: 10px;}

.midashi{ padding-top: 0px;    font-size: 14px;}


.pricetitle{
    margin-top: 40px;
}


/* ---------Tablet:Plan----------- */
.planlink{
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 300px;
}



/* ---------Tablet:FOOTER----------- */
div.footbox_item{ padding-left: 60px;}

span.myname{ font-size: 14px;}


}



/* --------------------------------------------------------------------------------------------- */
/* Less 520pxiMobilej */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 519px) {

/* Resize */
body { font-size: 12px;}
.wid960{ width: 320px;}

/* Logo */
.head{
    height: 90px;
    background-image: url("../images/logo_mini.jpg");
    background-size: 120px 30px;
}

/* LinkBox */
.link_icon_con{
    width: 315px;
    padding-left: 5px;
    justify-content:
    space-between;
}

.link_icon_item{ font-size: 12px;}

.link_text{
    padding-top: 0px;
    font-size: 11px;
}

.tel{
    display: inline;
}

.no_tel{
    display: none;
}

/* ---------SP:MainImage----------- */
div.main_image{
    width: 320px;
    height: 180px;
}

/* ---------SP:Title----------- */
h1{ font-size: 14px; margin-bottom: 60px;}
h1:before{ font-size: 18px;}


/* ---------SP:Sub----------- */
img.sub1img{
    display: none;
}

img.sub2img{
    display: inline;
    width: 240px;
}


.sub2box{ margin-top: 20px;}

.sub2_item1{
    flex-basis: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    order: 2;
}

.sub2_item2{ 
    flex-basis: 300px;
    padding-right: 0px;
    order: 1;
}

p.sub2_item1_text{
    margin-top: 10px;
}

.pricetitle{
    width: 80px;
    font-size: 14px;
    margin-left: 5px;
    padding-top:4px;
    padding-bottom:4px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.boxinbox{
    font-size: 12px;
    width:240px;
    margin-left:30px;
}

hr.pricehr{
    width: 300px;
}

.midashi{   
    padding-top: 0px;
    font-size: 14px;
}




/* ---------SP:Plan----------- */
.planlink{
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 100px;
}



/* ---------SP:FOOTER----------- */
.footbox{ flex-direction: column;}

div.footbox_item{ padding-left: 80px;}

span.myname{ font-size: 14px;}


}

