/*---------------------------------------------
レイアウト共通
---------------------------------------------*/
.mt_30 {
	margin-top: 30px!important;
}
.mt_15 {
	margin-top: 15px!important;
}
.mt_0 {
	margin-top: 0!important;
}
.mt_30_b {
	margin-top: -30px!important;
}
.mt_45_b {
	margin-top: -45px!important;
}
.mb_0 {
	margin-bottom: 0!important;
}
.mb_10 {
	margin-bottom: 10px;
}
.pb_15 {
	padding-bottom: 15px!important;
}
.pb_0 {
	padding-bottom: 0!important;
}
.pt_0 {
	padding-top: 0!important;
	}
.pt_20 {
	padding-top: 20px;
}
.pt_40 {
	padding-top: 40px!important;
}
.t_left {
    text-align: left!important;
}
.c_p15 {
	font-size: 15px!important;
}
.c_p18 {
    font-size: 18px!important;
}
.c_p22 {
	font-size: 22px!important;
}
.c_p34 {
	font-size: 34px!important;
}
/*---------------------------------------------
レイアウト共通ここまで
---------------------------------------------*/
aside {
    display: none!important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	
/*---------------------------------------------
文字関連
---------------------------------------------*/	
.base_blue2 {
	color: #2a8fcf;
	text-align: center;
	font-size: 22px;
	padding-top: 12px;
}
.base_pink {
    color: #E17491;
    text-align: center;
    font-size: 22px;
    padding-top: 12px;
}
h1 img, h2 img {
	display: block;
	width: 100%;
}
h1 {
	margin: 0.5em 0 0 0;
}
#obj_plan_button {
	margin: 1em 0 0 0;
}
#obj_plan_button a {
	display: block;
	width: 48%;
	margin: 0 1% 0 1%;
	float: left;
	position: relative;
}
#obj_plan_button a img {
	width: 100%;
	display: block;
}
#obj_point_box, #obj_fur_box, #obj_studio {
	margin: 1em 0 0 0;
}
#obj_plan_button a img {
	width: 100%;
	display: block;
}
#obj_point_box, #obj_customer_voice {
	margin: 1em 0 0 0;
}
.c_pointimage {
	display: block;
	width: 32.6%;
	float: left;
	margin: 0 0 0.5em 1.1%;
}
.c_pointimage:nth-child(3n+1) {
	margin-left: 0;
}
.c_pointimage img {
	display: block;
	width: 100%;
}
#obj_set {
	display: block;
	margin: 0.5em 0 0 0;
}
#obj_set {
	display: block;
	margin: 0.5em 0 0 0;
}
#obj_about_delivery, #obj_about_store {
	margin: 40px 0 0 0;
	border: solid 1.2px #CCCCCC;
	border-radius: 10px;
	padding: 0 0 20px 0;
}
#obj_about_delivery .c_section, #obj_about_store .c_section {
	margin: 0 15px 10px 15px;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: auto !important;
}
#obj_example_image {
	display: block;
	margin: 1em 0 0 0;
}
.c_plan_text {
	margin: 5px;
	font-size: 14px;
}
.c_plan_text .c_memo {
	font-size: 13px;
}
#obj_about_delivery dt {
	font-size: 18px;
	color: #258AB4;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#obj_about_delivery dl {
	margin: 5px 0 10px 0;
}
#obj_about_store table {
	width: 100%;
	position: relative;
	margin: 10px auto 0 auto;
}
#obj_about_store table th {
	padding: 0 0 0 0;
	width: 15%;
}
#obj_about_store table img {
	display: block;
	width: 100%;
	height: auto;
}
.c_td_text {
	padding: 0 0 0 8px;
	font-size: 14px;
}
#obj_about_store h3.c_heading {
	border: none;
	background: #EC79A0;
	color: #FFFFFF;
	width: 100%;
}
#obj_studio img {
	display: block;
}

.set_content{
	width: 100%;
}
.set_box_base {
	width: 1000px;
	margin: 20px auto;
	text-align: center;
}
.set_box_base img {
	margin-bottom: 30px;
}
/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 55%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	
	}
.set_option_box {
	width: 20%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 358px;
    margin-top: 30px;
    line-height: 20px;
	}
.set_option_box2 {
	width: 300px;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
	}
	
.set_option_box_sub {
	width: 33%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: -10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 50%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}


/*---------------------------------------------
セット内容　ここまで
---------------------------------------------*/

/*------------------------------------------- 
レンタルプランご利用の流れ
------------------------------------------- */
/*-- 仕切りの青いリボン吹き出し --*/
.benefit_blue {
	width: 100%;
    margin: -10px auto 30px auto;
    padding: 15px;
    background-color: #2a8fcf;
    text-align: center;
    color: #ffffff;
}
.balloon {
	position: relative;
	width: 100%px;
	height: 30px;
	background-color: #2a8fcf;
	text-align: center;
	margin: 0 auto;
}
.balloon .triangle {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #2a8fcf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りの青いリボン吹き出し ここまで --*/
	
/*-- 仕切りのピンクリボン吹き出し --*/
.benefit_pink {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 15px;
	background-color: #E17491;
	text-align: center;
	color: #ffffff;
}
.balloon_p {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #E17491;
	text-align: center;
	margin: 0 auto;
}
.balloon_p .triangle {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #E17491;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りのピンクリボン吹き出し ここまで --*/
	
.benefit_img_box {
	text-align: center;
}
.benefit_img_box img {
	width: 70%!important;
	float: none!important;
	margin-top: 10px;
}
.delivery_benefit_base {
	margin-top: -5px;
}
.delivery_benefit2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.delivery_benefit3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px auto;
}
.benefit3_box {
	padding: 6px 6px 0 6px;
	margin-top: -20px;
}
.benefit2_box1 {
	width: 100%;
    padding: 12px 15px 10px 15px;
    text-align: right;
    border-radius: 5px;
    line-height: 20px;
    background-color: #ffffff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    margin-bottom: 5px;
}
.benefit2_box1 img {
	float: left;
	width: 20%;
	margin-top: -1%;
}
.benefit2_box1-c {
	width: 100%;
    padding: 12px 15px 10px 15px;
    text-align: right;
    border-radius: 5px;
    line-height: 20px;
    background-color: #ffffff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    margin-bottom: 5px;
}
.benefit2_box1-c img {
	float: left;
	width: 35%;
	margin-top: -1%;
}
.benefit2_box2 {
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	margin-bottom: 5px;
}
.benefit2_box2 img {
	float: left;
    width: 30%;
    margin-top: -2%;
}
.benefit2_box3 {
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	margin-bottom: 10px;
}
.benefit2_box3 img {
	float: left;
    width: 17%;
    margin-top: -2%;
}
	
.benefit2_box4 {
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	margin-bottom: 5px;
}
.benefit2_box4 img {
	float: left;
	width: 15%;
	margin-top: -2%;
}
	
.plan_box_img {
    width: 100%;
    padding: 10px 0 0 0;
}
/*宅配プランのご案内
------------------------------------------- */
.plan_delivery_ico {
	display: block;
    font-weight: 600;
    vertical-align: middle;
    margin-top: -10px;
}
.plan_delivery_ico img {
    width: 60px;
    position: absolute;
    margin-top: -20px;
}
.plan_delivery_con {
	width: 100%;
    height: auto;
    background-color: #EAF3FA;
    vertical-align: middle;
    padding: 20px 0 0 0;
}

.plan_delivery_benefit img {
	width: 12%;
}
.benefit_img2 {
	width: 25%;
	float: left;
	position: relative;
	margin-top: -60px;
}
.benefit_box_base {
	width: 66%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-around;
}
.benefit_box_base2 {
	width: 65.5%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-between;
}
.delivery_flow_box {
	width: 100%;
	padding: 0 20px;
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 30px;
}
.delivery_flow_box img {
	width: 11%;
	float: left;
}
.delivery_flow_text {
	width: 74%;
	font-size: 12px;
	display: block;
	margin-left: 210px;
	line-height: 25px;
}
.btn_box {
    display: flex;
	flex-wrap : wrap;
    justify-content: space-between;
	}
	
.plan_btn_b2 {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
    color: #2a8fcf!important;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #2a8fcf!important;
    display: block;
}
.plan_btn_b2::after {
content: "\f138";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #2a8fcf!important;
	}
.plan_btn_b2 a:link, .plan_btn_b2 a:visited {
	color: #2a8fcf!important;
	}
.plan_btn_b3 {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
    color: #2a8fcf!important;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #2a8fcf!important;
    display: block;
}
.plan_btn_b3::after {
content: "\f13a";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #2a8fcf!important;
	}
.plan_btn_b3 a:link, .plan_btn_b3 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b2 .fa {
	color: #2a8fcf!important;
	font-size: 20px!important;
	}

.choose_catalogue_base {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #d3edf9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
	padding: 5px 0;
}
.choose_catalogue_base2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #FCF1F5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
	padding: 5px 0;
}
	
.choose_catalogue {
    width: 29%;
    font-size: 13px;
    text-align: center;
    padding: 7px 3px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px auto;
	color: #4d4d4d;
	letter-spacing: -1px;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
.set_box {
    width: 29%;
    font-size: 13px;
    text-align: center;
    padding: 7px 3px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px auto;
	color: #4d4d4d;
	letter-spacing: -1px;
}
.set_box a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}

/*---------------------------------------------
成人式宅配プラン長期レンタル部分
----------------------------------------------*/

.plan_delivery_con2 {
		width: 100%;
    	height: auto;
    	background-color: #EAF3FA;
    	vertical-align: middle;
    	padding: 10px 10px 20px 10px;
	}
.plan_delivery_con_base {
		width: 100%;
    	padding: 10px;
    	margin: 0 auto;
    	justify-content: center;
    	border-style: solid;
    	border-width: 1px;
    	border-top-left-radius: 5px;
    	border-top-right-radius: 5px;
    	border-color: #666666;
    	background-color: #fff;
    	line-height: 25px;
    	font-size: 14px;
	}
.plan_delivery_head {
		border: none;
    	background: #EEF3F9;
    	text-align: left;
    	color: #2a8fcf;
    	width: 100%;
    	padding-left: 20px;
    	line-height: 30px;
    	margin-bottom: 15px;
    	margin-top: 15px;
		font-size: 15px;
		font-weight: 600;
	}
.plan_delivery_catch {
		padding-left: 90px;
    	display: block;
    	margin-top: -15px;
    	margin-bottom: 20px;
}
.plan_delivery_benefit {
		width: 100%;
    	display: block;
    	background-color: #EEF3F9;
    	border-radius: 5px;
    	padding: 14px;
    	margin-bottom: 10px;
}
.plan_delivery_benefit img {
    	width: 40%;
}

.benefit_img {
		width: 26%;
    	float: right;
    	position: relative;
}
.benefit_img2 {
		width: 25%;
		float: left;
		position: relative;
		margin-top: -60px;
}
.benefit_box_base {
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
}
.benefit_box_base2 {
	width: 83%;
display: flex;
float: left;
margin-top: -65px;
margin-left: -23px;
justify-content: space-between;


}

.benefit_blue_circle {
	width: 33%;
    display: block;
    position: relative;
    background-color: #2a8fcf;
    border-radius: 50%;
    padding: 10px 15px 10px 15px;
    color: #fff;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    font-weight: 600;	
}
.benefit_blue_circle2 {
	width: 33%;
    display: block;
    /* position: relative; */
    background-color: #2a8fcf;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;
}

.benefit_pink_circle {
	display: block;
    width: 33%;
    position: relative;
    background-color: #e17491;
    border-radius: 50%;
    padding: 15px 15px 10px 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 600;
    margin-top: -14px;
}
.arrow_b1{
    position: relative;
    width: 185px;
    height: 10px;
    background: linear-gradient(to right, #EAF3FA, #2a8fcf);
    margin-top: 40px;
}
.arrow_b1::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-left: 10px solid #2a8fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.arrow_b2{
    position: relative;
    width: 15px;
    height: 10px;
    background: linear-gradient(to right, #EAF3FA, #2a8fcf);
	margin-top: 40px;
}
.arrow_b2::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-left: 10px solid #2a8fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.benefit_blue_text {
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;

}
.benefit_balloon {
  	background-color: #fff;
    padding: 8px 10px 0px 10px;
    width: 80px;
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-top: 80px;
}
.benefit_balloon:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.benefit_balloon2 {
  	background-color: #fff;
    padding: 15px;
    width: 80px;
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-top: 80px;
}
.benefit_balloon2:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 50%;
}
	
.delivery_flow_box {
		width: 100%;
    	padding: 0 20px;
    	border-left: 1px solid #4d4d4d;
    	display: inline-block;
    	margin-left: 20px;
    	margin-right: 20px;
    	padding-right: 30px;
	}
.delivery_flow_box img {
		width: 11%;
		float: left;
	}
.delivery_flow_text {
	width: 95%;
    font-size: 12px;
    display: block;
    /* margin-left: 187px; */
    line-height: 20px;
	color: #4d4d4d;
	}
	
.delivery_flow_box2 {
	width: 100%;
	padding: 0px 30px 0px 20px;
	border-left: 1px solid #4d4d4d;
	display: flex;
	margin-left: 20px;
	}
.delivery_flow_box2 img {
	width: 24%;
	float: left;
	}
.delivery_flow_text2 {
	width: 95%;
    font-size: 12px;
    display: block;
    /* margin-left: 187px; */
    line-height: 16px;
	color:#4d4d4d;
	}
	
.delivery_flow_box3 {
		width: 100%;
    	padding: 0 30px 0 20px;
    	border-left: 1px solid #4d4d4d;
    	margin-left: 30px;
    	margin-right: 30px;
    	margin-bottom: 15px;
    	display: inline-block;
	}
.delivery_flow_box3 img {
		width: 11%;
		float: left;
	}
.delivery_flow_box3 .fa {
		color: #4d4d4d!important;
    	margin-right: 5px;
    	font-size: 20px;
	}
.delivery_flow_text3 {
		width: 74%;
    	font-size: 12px;
    	display: block;
    	margin-left: 210px;
    	line-height: 25px;

	}
.c_plan_text dt {
    font-size: 15px;
    color: #258AB4;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.c_plan_text dd {
    font-size: 12px;
    color: #4d4d4d;
}
.benefit_box_base3 {
	width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin-top: -80px;
}
.benefit_box_base3b {
	margin-bottom: 18px;
	}
.benefit_box_base3c {
	width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin-top: 5px;
	}

.arrow2{
  position: relative;
    width: 48px;
    height: 50px;
    border-right: 8px solid #5bc0de;
    box-sizing: border-box;
}

.arrow2::after{
  content: "";
  position: absolute;
  bottom: -14px;
  right: -17px;
  border-top: 14px solid #5bc0de;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.balloon2 {
  background-color: #fff;
    padding: 15px;
    position: relative;
    height: 20%;
    width: 60%;
    margin-top: 20px;
    float: right;
}
.balloon2:after {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}
.balloon2b {
 background-color: #fff;
    padding: 15px;
    position: relative;
    height: 20%;
    width: 60%;
    margin-top: -40px;
    margin-bottom: 20px;
    float: right;
}
.balloon2b:after {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}
.balloon3 {
 background-color: #fff;
    padding: 15px;
    position: relative;
    height: 20%;
    width: 60%;
    margin-bottom: 20px;
    float: right;
}
.balloon3:after {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}
/*---------------------------------------------
成人式宅配プラン長期レンタル部分ここまで
----------------------------------------------*/

/*来店プランのご案内
------------------------------------------- */
.plan_shop_ico {
	display: block;
    font-weight: 600;
    vertical-align: middle;
    margin-top: -10px;
}
.plan_shop_ico img {
	width: 60px;
    position: absolute;
    margin-top: -5px;
}
	
.plan_shop_con {
	width: 100%;
	height: auto;
	background-color: #FCF1F5;
	vertical-align: middle;
	padding: 20px 0 0 0;
}
.plan_shop_con_base {
	width: 100%;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #666666;
    background-color: #fff;
    line-height: 25px;
    font-size: 14px;
}
.plan_shop_head {
	border: none;
	background: #FCF3F6;
	text-align: left;
	color: #df7498;
	width: 92%;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.plan_shop_catch {
	padding-left: 90px;
	display: block;
	margin-top: -15px;
	margin-bottom: 20px;
}
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_box2 {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_add {
	width: 100%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#box_aside_banner img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}
.box_aside_guide2 img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}

.plan_btn_p {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p a:link, .plan_btn_p a:visited {
	color: #E17491!important;
	}
.plan_btn_p::after {
	content: "\f138";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #E17491!important;
	}
	
.plan_btn_p .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
.plan_btn_p2 {
	width: 30%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p2 a:link, .plan_btn_p2 a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p2 .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
	
.c_h2_pink_btn_p {
    width: 100%;
	position: absolute;
	bottom: 0;
    padding: 5px 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    background-color: #E17491;
    text-align: center;
    text-decoration: none!important;
	letter-spacing: -1px;
}
.c_h2_pink_btn_p a:link, .c_h2_pink_btn_p a:visited {
	 color: #ffffff!important;	
	}
.c_h2_pink_btn_p .fa {
	color: #ffffff;
	font-size: 20px;
	}
.plan_btn_p3 {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
    color: #E17491!important;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #E17491!important;
    display: block;
}
.plan_btn_p3::after {
content: "\f13a";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #E17491f!important;
	}
.plan_btn_p3 a:link, .plan_btn_p3 a:visited {
	color: #E17491!important;
	}
.plan_btn_p2 a:link, .plan_btn_p2 a:visited {
	color: #E17491!important;
	}

/*------------------------------------------- 
レンタルプランご利用の流れ　ここまで
------------------------------------------- */	
	
/*---------------------------------------------
撮影プランのご案内
---------------------------------------------*/	
.photo_plan_box_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.plan_box_base2 {
	width: 100%;
    margin: 7px auto 10px auto;
}
.plan_box_base3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 0 auto;
}
.plan_box_b {
	width: 100%;
    padding: 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 0!important;
    margin-bottom: 10px;
}
.plan_box_title {
	display: block;
    width: 103%;
    height: 55px;
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    color: #ffffff;
    margin: -5px;
    padding-top: 2px;
}
.plan_box_m {
    width: 30%;
	height: 275px;
    padding: 5px 0 0 0;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    text-align: center;
}
.plan_box_m2 {
    width: 30%;
    padding: 5px 0 0 0;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.plan_box_m::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -18px;
    top: 120px;
    border-left: 17px solid #d4d4d4;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.plan_box_m_img {
    width: 60%;
    padding: 5px;
    margin: 10px auto 0 auto;
}
.plan_box_m_title {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -5px 0;
    padding-top: 5px;
}
p.box_m_text {
    margin: 0 5px 5px 5px;
	line-height: 20px;
}
p.box_m_text2 {
    margin: 0 10px 31px 10px;
}
p.box_m_text3 {
    margin: 0 10px 5px 10px;
}
	
.plan_box_l {
    width: 100%;
    padding: 0px;
    margin: 30px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
}
.plan_box_l_title {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: 0px;
    padding-top: 6px;
}
.box_l_text {
	width: 100%;
    padding: 10px 10px 20px 10px;
	}
.box_l_text2 {
	width: 70%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.box_l_text3 {
	width: 100%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.plan_box_l_img {
	width: 90%;
    margin: 10px auto 5px auto;
	}
.plan_box_l_catch {
	width: 90%;
    margin: 10px auto;
	}
.c_h2_blue_btn_p {
    width: 100%;
	position: absolute;
	bottom: 0;
    padding: 5px 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    background-color: #2A8FCF;
    text-align: center;
    text-decoration: none!important;
	letter-spacing: -1px;
}
.c_h2_blue_btn_p a:link, .c_h2_blue_btn_p a:visited {
	 color: #ffffff!important;	
	}
.c_h2_blue_btn_p .fa {
	color: #ffffff;
	font-size: 20px;
	}
#d-plan1_narrow, #d-plan2_narrow, #d-plan3_narrow, #s-plan1_narrow, #s-plan2_narrow, #s-plan3_narrow, #set_narrow, #obj_about_delivery_narrow, #obj_about_shop_narrow {
    margin-top: -60px;
    padding-top: 60px;
}
/*---------------------------------------------
撮影プランのご案内　ここまで
---------------------------------------------*/	
/*---------------------------------------------
キャンペーンのご案内
---------------------------------------------*/	
.campaign_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 0 0;
	text-align: center;
}
.campaign_box img {
	width: 98%;
}
/*---------------------------------------------
キャンペーンのご案内　ここまで
---------------------------------------------*/	
	
h1 img, h2 img {
	display: block;
	width: 100%;
}
#obj_plan_button {
	margin: 1em 0 0 0;
}
#obj_plan_button a {
	display: block;
	width: 48%;
	margin: 0 1% 0 1%;
	float: left;
	position: relative;
}
#obj_plan_button a img {
	width: 100%;
	display: block;
}
#obj_point_box, #obj_fur_box, #obj_studio {
	margin: 1em 0 0 0;
}
.c_pointimage {
	display: block;
	width: 32.6%;
	float: left;
	margin: 0 0 0.5em 1.1%;
}
.c_pointimage:nth-child(3n+1) {
	margin-left: 0;
}
.c_pointimage img {
	display: block;
	width: 100%;
}
#obj_set {
	display: block;
	margin: 0.5em 0 0 0;
}
#obj_about_delivery, #obj_about_store {
	margin: 40px 0 0 0;
	border: solid 1.2px #CCCCCC;
	border-radius: 10px;
	padding: 0 0 20px 0;
}
#obj_about_delivery .c_section, #obj_about_store .c_section {
	margin: 0 15px 10px 15px;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: 100%;
}
#obj_example_image {
	display: block;
	margin: 1em 0 0 0;
}
.c_plan_text {
	margin: 5px;
	font-size: 14px;
}
.c_plan_text .c_memo {
	font-size: 13px;
}
#obj_about_delivery dt {
	font-size: 18px;
	color: #258AB4;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#obj_about_delivery dl {
	margin: 5px 0 10px 0;
}
#obj_about_store table {
	width: 100%;
	position: relative;
	margin: 10px auto 0 auto;
}
#obj_about_store table th {
	padding: 0 0 0 0;
	width: 15%;
}
#obj_about_store table img {
	display: block;
	width: 100%;
	height: auto;
}
.c_td_text {
	padding: 0 0 0 8px;
	font-size: 14px;
}
#obj_about_store h3.c_heading {
	border: none;
	background: #EC79A0;
	color: #FFFFFF;
	width: 100%;
}
#obj_studio img {
	display: block;
	width: 100%;
}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.box_text {
	width: 100%;
    padding: 10px;
    float: left;
	}
.c_return_box {
	width: 90%;
	display: block;
	position: relative;
	margin: 25px 5px 0 27px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 13px;
}
.c_return_box2 {
	width: 90%;
	display: block;
	position: relative;
	margin: 25px 5px 0 27px;
	padding-bottom: 20px;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 13px;
}
.c_return_add {
	width: 90%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
.c_plan_text img {
    width: 22%;
    display: block;
    float: right;
    margin-top: -115px;
}
.catch_img {
	width: 5%;
	margin-bottom: 0!important;
}
.plan_img_full {
	width: 100%;
	padding: 10px;
	}

/*---------------------------------------------
返却方法について
---------------------------------------------*/
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 15px 5px 0 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
.c_return_box2 {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
.c_return_add {
	width: 98%;
	padding: 10px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#obj_guide_box {
	display: none!important;
}
/*---------------------------------------------
セット内容
---------------------------------------------*/

.set_content{
	width: 100%;
}
.set_box_base {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.set_box_base img {
	margin-bottom: 15px;
}
/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content:space-around;
	margin: 0 auto 20px auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-around;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	}
.set_option_box {
	width: 49%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing: -1px;
	}
.set_option_box2 {
	width: 48%;
    padding: 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 20px 0 0 0;
    line-height: 23px;
    letter-spacing: -1.5px;
	}
	
.set_option_box_sub {
	width: 50%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: -25px;
	letter-spacing: -1px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 100%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}


	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 300px;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}


/*---------------------------------------------
セット内容　ここまで
---------------------------------------------*/
}

@media screen and (min-width:481px) and (max-width: 950px) {

/*---------------------------------------------
文字関連
---------------------------------------------*/	
.base_blue2 {
	color: #2a8fcf;
	text-align: center;
	font-size: 22px;
	padding-top: 5px;
}
.base_pink {
    color: #E17491;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
}
.mt_45_b {
	margin-top: -45px!important;
}
/*---------------------------------------------
プラントップ画像二分割部分
---------------------------------------------*/
	
/*-- 背景二色--*/
.wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
	margin: 0 auto 35px auto;
	padding: 0;
	border-collapse: collapse;
}
.wrapper>div {
	display: table-cell;
	vertical-align: top;
}
.l-margin_plan {
	height: auto;
	background-color: #EAF3FA;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 50%;
	height: auto;
	background-color: #EAF3FA;
}
.plan_box {
	width: 50%;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-left: -25px;
}
/*-- 来店プラン側-*/
.side_plan {
	width: 50%;
	height: auto;
	background-color: #FCF1F5;
}
.plan2_box {
	width: 50%;
	display: block;
	float: right;
	position: relative;
	margin-right: -25px;
	text-align: center;
}
.r-margin_plan {
	height: auto;
	background-color: #FCF1F5;
}

/*---------------------------------------------
セット内容
---------------------------------------------*/

.set_content{
	width: 100%;
	margin-bottom: 60px;
}
.set_box_base {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.set_box_base img {
	margin-bottom: 30px;
}
/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	
	}
.set_option_box {
	width: 32%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 370px;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing: -1px;
	}
.set_option_box2 {
	width: 32%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 20px 0;
    line-height: 23px;
    letter-spacing: -1px;
	}
	
.set_option_box_sub {
	width: 33%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 100%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}


	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 300px;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}


/*---------------------------------------------
セット内容　ここまで
---------------------------------------------*/

/*------------------------------------------- 
レンタルプランご利用の流れ
------------------------------------------- */
/*-- 仕切りの青いリボン吹き出し --*/
.benefit_blue {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #2a8fcf;
	text-align: center;
	color: #ffffff;
}
.balloon {
	position: relative;
	width: 100%px;
	height: 30px;
	background-color: #2a8fcf;
	text-align: center;
	margin: 0 auto;
}
.balloon .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #2a8fcf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りの青いリボン吹き出し ここまで --*/
	
/*-- 仕切りのピンクリボン吹き出し --*/
.benefit_pink {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #E17491;
	text-align: center;
	color: #ffffff;
}
.balloon_p {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #E17491;
	text-align: center;
	margin: 0 auto;
}
.balloon_p .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #E17491;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りのピンクリボン吹き出し ここまで --*/
	
.benefit_img_box {
	text-align: center;
}
.benefit_img_box img {
	width: 70%!important;
	float: none!important;
	margin-top: 10px;
}
.delivery_benefit_base {
	margin-top: -5px;
}
.delivery_benefit2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.delivery_benefit3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px auto;
}
.benefit3_box {
	padding: 6px 6px 0 6px;
	margin-top: -20px;
}
.benefit2_box1 {
	width: 35%;
	padding: 12px 15px 10px 15px;
	text-align: right;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.benefit2_box1 img {
	float: left;
	width: 20%;
}
.benefit2_box1-c {
	width: 35%;
	padding: 12px 15px 10px 15px;
	text-align: right;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.benefit2_box1-c img {
	float: left;
	width: 45%;
}
.benefit2_box2 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box2 img {
	float: left;
	width: 32%;
}
.benefit2_box3 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box3 img {
	float: left;
	width: 17%;
}
	
.benefit2_box4 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box4 img {
	float: left;
	width: 15%;
}
	
.plan_box_img {
    width: 100%;
    padding: 30px 10px 10px 10px;
}
/*宅配プランのご案内
------------------------------------------- */
.plan_delivery_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_delivery_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
.plan_delivery_con {
	width: 100%;
	height: auto;
	background-color: #EAF3FA;
	vertical-align: middle;
	padding: 25px 0 0 0;
}
.plan_delivery_con_base {
	width: 100%;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}

.plan_delivery_benefit {
	width: 100%;
	height: 400px;
	display: block;
	background-color: #EEF3F9;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
}
.plan_delivery_benefit img {
	width: 12%;
}
.benefit_img {
	width: 20%;
	float: right;
	position: relative;
	margin-top: -9px;
	margin-right: 20px;
}
.benefit_img2 {
	width: 25%;
	float: left;
	position: relative;
	margin-top: -60px;
}
.benefit_box_base {
	width: 66%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-around;
}
.benefit_box_base2 {
	width: 65.5%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-between;
}
.delivery_flow_box {
	width: 100%;
	padding: 0 20px;
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 30px;
}
.delivery_flow_box img {
	width: 11%;
	float: left;
}
.delivery_flow_text {
	width: 74%;
	font-size: 12px;
	display: block;
	margin-left: 210px;
	line-height: 25px;
}
.btn_box {
    display: flex;
	flex-wrap : wrap;
    justify-content: space-between;
	}
	
.plan_btn_b2 {
	width: 47%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #2a8fcf!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #2a8fcf!important;
	display: block;
}
.plan_btn_b2 a:link, .plan_btn_b2 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b2 .fa {
	color: #2a8fcf!important;
	font-size: 20px!important;
	}
.plan_btn_b3 {
	width: 47%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #2a8fcf!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #2a8fcf!important;
	display: block;
}
.plan_btn_b3 a:link, .plan_btn_b3 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b3 .fa {
	color: #2a8fcf!important;
	font-size: 20px!important;
	}
	
.choose_catalogue_base {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #d3edf9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 16%;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*成人式特典
---------------------------------------------*/
.plan_delivery_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_delivery_ico img {
	width: 8%;
	float: left;
	padding-right: 20px;
}

.plan_delivery_con {
		width: 100%;
		height: auto;
		background-color: #EAF3FA;
		vertical-align: middle;
		padding: 15px 10px;
	}
.plan_delivery_con_base {
		width: 100%;
    	padding: 15px;
    	margin: 10px auto;
    	justify-content: center;
    	border-style: solid;
    	border-width: 1px;
    	border-radius: 5px;
    	border-color: #666666;
    	background-color: #fff;
    	line-height: 22px;
		font-size: 14px;
	}
.plan_delivery_head {
		border: none;
    	background: #EEF3F9;
    	text-align: left;
    	color: #2a8fcf;
    	width: 100%;
    	padding-left: 20px;
    	line-height: 30px;
    	margin-bottom: 15px;
    	margin-top: 15px;
		font-size: 15px;
		font-weight: 600;
	}
.plan_delivery_catch {
		padding-left: 90px;
    	display: block;
    	margin-top: -15px;
    	margin-bottom: 20px;
}
.plan_delivery_benefit {
		width: 100%;
		height: 400px;
		display: block;
		background-color: #EEF3F9;
		border-radius: 5px;
		padding: 30px;
	    margin-top: 20px;
		margin-bottom: 10px;
}
.plan_delivery_benefit img {
    width: 12%;
}

.benefit_img {
		width: 20%;
    	float: right;
    	position: relative;
    	margin-top: -9px;
    	margin-right: 20px;

}
.benefit_img2 {
		width: 25%;
		float: left;
		position: relative;
		margin-top: -60px;
}
.benefit_box_base {
	width: 82%;
    display: flex;
    float: left;
    margin-top: -40px;
    margin-left: -19px;
    justify-content: space-around;
}
.benefit_box_base2 {
	width: 83%;
display: flex;
float: left;
margin-top: -65px;
margin-left: -23px;
justify-content: space-between;


}

.benefit_box1 {
	
}
.benefit_box2 {
	
}
.benefit_blue_circle {
	width: 65px;
    display: block;
    position: relative;
    background-color: #2a8fcf;
    border-radius: 50%;
    padding:  25px 15px 10px 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;	
}
.benefit_blue_circle2 {
	width: 65px;
    display: block;
    position: relative;
    background-color: #2a8fcf;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;
}
.benefit_pink_circle {
	display: block;
	width: 65px;
	position: relative;
	background-color: #e17491;
	border-radius: 50%;
	padding:  25px 15px 10px 15px;
	color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;
}
.arrow_b1{
    position: relative;
    width: 185px;
    height: 10px;
    background: linear-gradient(to right, #EAF3FA, #2a8fcf);
    margin-top: 40px;
}
.arrow_b1::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-left: 10px solid #2a8fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.arrow_b2{
    position: relative;
    width: 15px;
    height: 10px;
    background: linear-gradient(to right, #EAF3FA, #2a8fcf);
	margin-top: 40px;
}
.arrow_b2::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-left: 10px solid #2a8fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.benefit_blue_text {
    width: 470px;
text-align: center;
line-height: 20px;
margin-top: -70px;
font-size: 12px;
margin-left: -38px;

}
.benefit_balloon {
  	background-color: #fff;
    padding: 8px 10px 0px 10px;
    width: 80px;
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-top: 80px;
}
.benefit_balloon:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.benefit_balloon2 {
  	background-color: #fff;
    padding: 15px;
    width: 80px;
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-top: 80px;
}
.benefit_balloon2:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 50%;
}
	
.delivery_flow_box {
		width: 100%;
    	padding: 0 20px;
    	border-left: 1px solid #4d4d4d;
    	display: inline-block;
    	margin-left: 30px;
    	margin-right: 30px;
    	padding-right: 30px;
	}
.delivery_flow_box img {
		width: 11%;
		float: left;
	}
.delivery_flow_text {
		width: 70%;
font-size: 12px;
display: block;
margin-left: 187px;
line-height: 19px;



	}
.delivery_flow_box2 {
		width: 100%;
		padding: 0px 30px 0px 20px;
		border-left: 1px solid #4d4d4d;
		display: flex;
		margin-left: 30px;
	}
.delivery_flow_box2 img {
		width: 24%;
		float: left;
	}
.delivery_flow_text2 {
		width: 70%;
		font-size: 12px;
		display: block;
		margin-left: 30px;
		line-height: 19px;
	}
	
.delivery_flow_box3 {
		width: 100%;
    	padding: 0 30px 0 20px;
    	border-left: 1px solid #4d4d4d;
    	margin-left: 30px;
    	margin-right: 30px;
    	margin-bottom: 15px;
    	display: inline-block;
	}
.delivery_flow_box3 img {
		width: 11%;
		float: left;
	}
.delivery_flow_text3 {
		width: 74%;
    	font-size: 12px;
    	display: block;
    	margin-left: 210px;
    	line-height: 25px;

	}
/*来店プランのご案内
------------------------------------------- */
.plan_shop_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_shop_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
	
.plan_shop_con {
	width: 100%;
	height: auto;
	background-color: #FCF1F5;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
.plan_shop_con_base {
	width: 100%;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.plan_shop_head {
	border: none;
	background: #FCF3F6;
	text-align: left;
	color: #df7498;
	width: 92%;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.plan_shop_catch {
	padding-left: 90px;
	display: block;
	margin-top: -15px;
	margin-bottom: 20px;
}
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_box2 {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_add {
	width: 100%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#box_aside_banner img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}
.box_aside_guide2 img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}

.plan_btn_p {
	width: 47%;
    padding: 5px;
    margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p a:link, .plan_btn_p a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
.plan_btn_p2 {
	width: 30%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p2 a:link, .plan_btn_p2 a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p2 .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
.plan_btn_p3 {
	width: 47%;
    padding: 5px;
    margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p3 a:link, .plan_btn_p3 a:visited {
	color: #E17491!important;
	}
.plan_btn_p3 .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
	
.c_h2_pink_btn_p {
    width: 101%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #E17491;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_pink_btn_p a:link, .c_h2_pink_btn_p a:visited {
	 color: #ffffff!important;	
	}
.c_h2_pink_btn_p .fa {
	color: #ffffff!important;
	font-size: 20px!important;
	}
.choose_catalogue_base2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #FCF1F5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 28%;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*------------------------------------------- 
レンタルプランご利用の流れ　ここまで
------------------------------------------- */	

/*------------------------------------------- 
下見のご案内
------------------------------------------- */	

#shitami {
	width: 100%;
	background-image: url();
	padding: 30px 0;
	margin-bottom: 30px;
}
.shitami_base {
	width: 100%;
	margin: 0 auto;
}
.shitami_info {
	padding: 2px 15px;
	background-color: #4d4d4d;
	color: #ffffff;
	margin: 0 5px;
}
.shitami_info .fa {
	font-size: 15px;
}
/*------------------------------------------- 
下見のご案内 ここまで
------------------------------------------- */	

/*---------------------------------------------
撮影プランのご案内
---------------------------------------------*/	
.photo_plan_box_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.plan_box_base2 {
	width: 100%;
	margin: 0 auto;
	background-color: #EAF3FA;
}
.plan_box_base3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin: 0px auto 30px auto;
}
.plan_box_b {
	width: 49%;
	padding: 10px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 0!important;
}
.plan_box_title {
	display: block;
    width: 105%;
    height: 55px;
    text-align: center;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    color: #ffffff;
    margin: -10px;
    padding-top: 10px;
}
.plan_box_m {
    width: 30%;
    padding: 10px;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
	text-align: center;
}
.plan_box_m2 {
    width: 30%;
    padding: 10px;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
	text-align: center;
}

.plan_box_m::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -26px;
    top: 150px;
    border-left: 25px solid #d4d4d4;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.plan_box_m_img {
    width: 50%;
    padding: 10px;
    margin: 10px auto 0 auto;
}
.plan_box_m_title {
    display: block;
    width: 109%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
p.box_m_text {
    margin: 0 10px 10px 10px;
}
p.box_m_text2 {
    margin: 0 10px 60px 10px;
}
p.box_m_text3 {
    margin: 0 10px 35px 10px;
}
	
.plan_box_l {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	position: relative;
}
.plan_box_l_title {
    display: block;
    width: 103%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
.box_l_text {
	width: 70%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.box_l_text2 {
	width: 70%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.box_l_text3 {
	width: 100%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.plan_box_l_img {
	width: 30%;
    float: right;
    margin-top: 20px;
	}
.plan_box_l_catch {
	width: 25%;
    bottom: 10px;
    position: absolute;
    right: 20px;
	}
.c_h2_blue_btn_p {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #2A8FCF;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_blue_btn_p a:link, .c_h2_blue_btn_p a:visited {
	 color: #ffffff!important;	
	}
#d-plan1_narrow, #d-plan2_narrow, #d-plan3_narrow, #s-plan1_narrow, #s-plan2_narrow, #s-plan3_narrow, #set_narrow, #obj_about_store_narrow, #obj_about_delivery_narrow {
    margin-top: -60px;
    padding-top: 60px;
}
/*---------------------------------------------
撮影プランのご案内　ここまで
---------------------------------------------*/	
/*---------------------------------------------
キャンペーンのご案内
---------------------------------------------*/	
.campaign_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 0 0;
	text-align: center;
}
.campaign_box img {
	width: 98%;
}
/*---------------------------------------------
キャンペーンのご案内　ここまで
---------------------------------------------*/	
	
h1 img, h2 img {
	display: block;
	width: 100%;
}
#obj_plan_button {
	margin: 1em 0 0 0;
}
#obj_plan_button a {
	display: block;
	width: 48%;
	margin: 0 1% 0 1%;
	float: left;
	position: relative;
}
#obj_plan_button a img {
	width: 100%;
	display: block;
}
#obj_point_box, #obj_fur_box, #obj_studio {
	margin: 1em 0 0 0;
}
.c_pointimage {
	display: block;
	width: 32.6%;
	float: left;
	margin: 0 0 0.5em 1.1%;
}
.c_pointimage:nth-child(3n+1) {
	margin-left: 0;
}
.c_pointimage img {
	display: block;
	width: 100%;
}
#obj_set {
	display: block;
	margin: 0.5em 0 0 0;
}
#obj_about_delivery, #obj_about_store {
	margin: 40px 0 0 0;
	border: solid 1.2px #CCCCCC;
	border-radius: 10px;
	padding: 0 0 20px 0;
}
#obj_about_delivery .c_section, #obj_about_store .c_section {
	margin: 0 15px 10px 15px;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: 100%;
}
#obj_example_image {
	display: block;
	margin: 1em 0 0 0;
}
.c_plan_text {
	margin: 5px;
	font-size: 14px;
}
.c_plan_text .c_memo {
	font-size: 13px;
}
#obj_about_delivery dt {
	font-size: 18px;
	color: #258AB4;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#obj_about_delivery dl {
	margin: 5px 0 10px 0;
}
#obj_about_store table {
	width: 100%;
	position: relative;
	margin: 10px auto 0 auto;
}
#obj_about_store table th {
	padding: 0 0 0 0;
	width: 15%;
}
#obj_about_store table img {
	display: block;
	width: 100%;
	height: auto;
}
.c_td_text {
	padding: 0 0 0 8px;
	font-size: 14px;
}
#obj_about_store h3.c_heading {
	border: none;
	background: #EC79A0;
	color: #FFFFFF;
	width: 100%;
}
#obj_studio img {
	display: block;
	width: 100%;
}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.box_text {
	width: 100%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.c_return_box {
	width: 90%;
	display: block;
	position: relative;
	margin: 25px 5px 0 27px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 13px;
}
.c_return_box2 {
	width: 90%;
	display: block;
	position: relative;
	margin: 25px 5px 0 27px;
	padding-bottom: 20px;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 13px;
}
.c_return_add {
	width: 90%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
.c_plan_text img {
    width: 22%;
    display: block;
    float: right;
    margin-top: -115px;
}
.catch_img {
	width: 5%;
	margin-bottom: 0!important;
}
.plan_img_full {
	width: 100%;
	padding: 10px 25px;
	}
}

@media screen and (min-width:951px), print, tv {
/*---------------------------------------------
文字関連
---------------------------------------------*/	
.base_blue2 {
    color: #2a8fcf;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
}
.base_pink {
    color: #E17491;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
}
.mt_45_b {
	margin-top: -45px!important;
}

/*---------------------------------------------
卒業式ラントップ画像二分割部分
---------------------------------------------*/
	
/*-- 背景二色--*/
.wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 500px;
	margin: 15px auto 35px auto;
	padding: 0;
	border-collapse: collapse;
}
.wrapper>div {
	display: table-cell;
	vertical-align: top;
}
.l-margin_plan {
	height: 500px;
	background-color: #EAF3FA;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 500px;
	height: 500px;
	background-color: #EAF3FA;
}
.plan_box {
	width: 500px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-left: -25px;
}
/*-- 来店プラン側-*/
.side_plan {
	width: 500px;
	height: 500px;
	background-color: #FCF1F5;
}
.plan2_box {
	width: 500px;
	display: block;
	float: right;
	position: relative;
	margin-right: -25px;
	text-align: center;
}
.r-margin_plan {
	height: 500px;
	background-color: #FCF1F5;
}
/*------------------------------------------- 
レンタルプランご利用の流れ
------------------------------------------- */
	
/*-- 仕切りの青いリボン吹き出し --*/
.benefit_blue {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #2a8fcf;
	text-align: center;
	color: #ffffff;
}
.balloon {
	position: relative;
	width: 1000px;
	height: 30px;
	background-color: #2a8fcf;
	text-align: center;
	margin: 0 auto;
}
.balloon .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #2a8fcf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りの青いリボン吹き出し ここまで --*/
	
/*-- 仕切りのピンクリボン吹き出し --*/
.benefit_pink {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #E17491;
	text-align: center;
	color: #ffffff;
}
.balloon_p {
	position: relative;
	width: 1000px;
	height: 30px;
	background-color: #E17491;
	text-align: center;
	margin: 0 auto;
}
.balloon_p .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #E17491;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りのピンクリボン吹き出し ここまで --*/
	
.benefit_img_box {
	text-align: center;
}
.benefit_img_box img {
	width: 70%!important;
	float: none!important;
	margin-top: 10px;
}
.delivery_benefit_base {
	margin-top: -5px;
}
.delivery_benefit2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.delivery_benefit3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px auto;
}
.benefit3_box {
	padding: 6px 6px 0 6px;
	margin-top: -20px;
}
.benefit2_box1 {
	width: 32%;
	padding: 12px 15px 10px 15px;
	text-align: right;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.benefit2_box1 img {
	float: left;
	width: 20%;
}
.benefit2_box1-c {
	width: 32%;
	padding: 12px 15px 10px 15px;
	text-align: right;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.benefit2_box1-c img {
	float: left;
	width: 40%;
}
.benefit2_box2 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box2 img {
	float: left;
	width: 32%;
}
.benefit2_box3 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box3 img {
	float: left;
	width: 17%;
}
	
.benefit2_box4 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box4 img {
	float: left;
	width: 15%;
}
	
.plan_box_img {
    width: 100%;
    padding: 30px 10px 10px 10px;
}
/*宅配プランのご案内
------------------------------------------- */
.plan_delivery_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_delivery_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
.plan_delivery_con {
	width: 100%;
	height: auto;
	background-color: #EAF3FA;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
.plan_delivery_con_base {
	width: 1000px;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}

.plan_delivery_benefit {
	width: 100%;
	height: 400px;
	display: block;
	background-color: #EEF3F9;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
}
.plan_delivery_benefit img {
	width: 12%;
}
.benefit_img {
	width: 20%;
	float: right;
	position: relative;
	margin-top: -9px;
	margin-right: 20px;
}
.benefit_img2 {
	width: 25%;
	float: left;
	position: relative;
	margin-top: -60px;
}
.benefit_box_base {
	width: 660px;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-around;
}
.benefit_box_base2 {
	width: 657px;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-between;
}
.delivery_flow_box {
	width: 100%;
	padding: 0 20px;
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 30px;
}
.delivery_flow_box img {
	width: 11%;
	float: left;
}
.delivery_flow_text {
	width: 74%;
	font-size: 12px;
	display: block;
	margin-left: 210px;
	line-height: 25px;
}
.btn_box {
    display: flex;
	flex-wrap : wrap;
    justify-content: space-between;
	}
	
.plan_btn_b2 {
	width: 210px;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #2a8fcf!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #2a8fcf!important;
	display: block;
}
.plan_btn_b2 a:link, .plan_btn_b2 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b2 .fa {
	color: #2a8fcf;
	font-size: 20px;
	}
	

.btn_box::after{
  content:"";
  display: block;
  width:210px;
}
	
.choose_catalogue_base {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #d3edf9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 120px;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}

/*--------------------------------------------
長期レンタル特典の説明
---------------------------------------------*/

.plan_delivery_con2 {
		width: 100%;
		height: auto;
		background-color: #EAF3FA;
		vertical-align: middle;
		padding: 35px 20px;
	}
.plan_delivery_con_base {
		width: 1000px;
    	padding: 30px 0 0 30px;
    	margin: 20px auto;
    	justify-content: center;
    	border-style: solid;
    	border-width: 1px;
    	border-radius: 5px;
    	border-color: #666666;
    	background-color: #fff;
    	line-height: 30px;
		font-size: 14px;
	}
.plan_delivery_head {
		border: none;
    	background: #EEF3F9;
    	text-align: left;
    	color: #2a8fcf;
    	width: 100%;
    	padding-left: 20px;
    	line-height: 30px;
    	margin-bottom: 15px;
    	margin-top: 15px;
		font-size: 15px;
		font-weight: 600;
	}
.plan_delivery_catch {
		padding-left: 90px;
    	display: block;
    	margin-top: -15px;
    	margin-bottom: 20px;
}
.plan_delivery_benefit {
		width: 100%;
		height: 400px;
		display: block;
		background-color: #EEF3F9;
		border-radius: 5px;
		padding: 30px;
    	margin-top: 30px
}
.plan_delivery_benefit img {
    width: 12%;
}

.benefit_img {
		width: 20%;
    	float: right;
    	position: relative;
    	margin-top: -9px;
    	margin-right: 20px;

}
.benefit_img2 {
		width: 25%;
		float: left;
		position: relative;
		margin-top: -60px;
}
.benefit_box_base {
	width: 660px;
    display: flex;
    float: left;
    margin-top: -65px;
    margin-left: -19px;
    justify-content: space-around;
}
.benefit_box_base2 {
	width: 657px;
    display: flex;
    float: left;
    margin-top: -65px;
    margin-left: -19px;
    justify-content:space-between;
}

.benefit_box1 {
	
}
.benefit_box2 {
	
}
.benefit_blue_circle {
	width: 65px;
    display: block;
    position: relative;
    background-color: #2a8fcf;
    border-radius: 50%;
    padding:  25px 15px 10px 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;	
}
.benefit_blue_circle2 {
	width: 65px;
    display: block;
    position: relative;
    background-color: #2a8fcf;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;
}
.benefit_pink_circle {
	display: block;
	width: 65px;
	position: relative;
	background-color: #e17491;
	border-radius: 50%;
	padding:  25px 15px 10px 15px;
	color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;
}
.arrow_b1{
    position: relative;
    width: 280px;
    height: 10px;
    background: linear-gradient(to right, #EAF3FA, #2a8fcf);
    margin-top: 40px;
}
.arrow_b1::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-left: 10px solid #2a8fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.arrow_b2{
    position: relative;
    width: 15px;
    height: 10px;
    background: linear-gradient(to right, #EAF3FA, #2a8fcf);
	margin-top: 40px;
}
.arrow_b2::after{
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-left: 10px solid #2a8fcf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.benefit_blue_text {
    width: 470px;
    text-align: center;
    line-height: 20px;
    margin-top: -70px;
    font-size: 12px;
}
.benefit_balloon {
  	background-color: #fff;
    padding: 8px 10px 0px 10px;
    width: 80px;
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-top: 80px;
}
.benefit_balloon:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.benefit_balloon2 {
  	background-color: #fff;
    padding: 15px;
    width: 80px;
    position: relative;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin-top: 80px;
}
.benefit_balloon2:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 50%;
}
/*--------------------------------------------
長期レンタル特典の説明ここまで
---------------------------------------------*/
/*来店プランのご案内
------------------------------------------- */
.plan_shop_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_shop_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
	
.plan_shop_con {
	width: 100%;
	height: auto;
	background-color: #FCF1F5;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
.plan_shop_con_base {
	width: 1000px;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.plan_shop_head {
	border: none;
	background: #FCF3F6;
	text-align: left;
	color: #df7498;
	width: 92%;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.plan_shop_catch {
	padding-left: 90px;
	display: block;
	margin-top: -15px;
	margin-bottom: 20px;
}
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_box2 {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_add {
	width: 100%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#box_aside_banner img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}
.box_aside_guide2 img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}

/*------------------------------------------- 
レンタルプランご利用の流れ　ここまで
------------------------------------------- */	
.plan_btn_p {
	width: 210px;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p a:link, .plan_btn_p a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p .fa {
	color: #E17491;
	font-size: 20px;
	}
	
.c_h2_pink_btn_p {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #E17491;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_pink_btn_p a:link, .c_h2_pink_btn_p a:visited {
	 color: #ffffff!important;	
	}
.choose_catalogue_base2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    background-color: #FCF1F5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 240px;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*---------------------------------------------
セット内容
---------------------------------------------*/

.set_content{
	width: 100%;
	margin-bottom: 60px;
}
.set_box_base {
	width: 1000px;
	margin: 20px auto;
	text-align: center;
}
.set_box_base img {
	margin-bottom: 30px;
}
/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 55%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	
	}
.set_option_box {
	width: 20%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	height: 357px;
    margin-top: 30px;
    line-height: 20px;
	}
.set_option_box2 {
	width: 300px;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
	}
	
.set_option_box_sub {
	width: 33%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: -10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 50%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}


/*---------------------------------------------
セット内容　ここまで
---------------------------------------------*/


/*---------------------------------------------
撮影プランのご案内
---------------------------------------------*/	
.photo_plan_box_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.plan_box_base2 {
	width: 100%;
	margin: 0 auto;
	background-color: #EAF3FA;
}
.plan_box_base3 {
	width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 30px auto;
}
.plan_box_b {
	width: 485px;
	padding: 10px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 0!important;
}
.plan_box_title {
	display: block;
	width: 483px;
	height: 55px;
	text-align: center;
	font-size: 20px;
	font-family: 'FontAwesome', 'Noto Sans Japanese';
	font-weight: 500;
	background-color: #d4d4d4;
	color: #ffffff;
	margin: -10px;
	padding-top: 12px;
}
.plan_box_m {
    width: 300px;
    padding: 10px;
    margin: 15px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
}
.plan_box_m2 {
    width: 300px;
    padding: 10px;
    margin: 15px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
}

.plan_box_m::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -26px;
    top: 110px;
    border-left: 25px solid #d4d4d4;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.plan_box_m_img {
    width: 35%;
	float: left;
    padding: 10px;
    margin: 15px 15px 15px 0px;
}
.plan_box_m_title {
    display: block;
    width: 298px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
p.box_m_text {
    margin: 30px 10px 10px 10px;
}
p.box_m_text2 {
    margin: 30px 10px 60px 10px;
}
p.box_m_text3 {
    margin: 30px 10px 35px 10px;
}
	
.plan_box_l {
    width: 1000px;
    padding: 10px;
    margin: 5px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	position: relative;
}
.plan_box_l2 {
    width: 1000px;
    padding: 10px 20px 20px 20px;
    margin: 5px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	position: relative;
}
.plan_box_l_title {
    display: block;
    width: 998px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
.plan_box_l2_title {
    display: block;
    width: 998px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px -20px;
    padding-top: 12px;
}
.box_l_text {
	width: 70%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.box_l_text2 {
	width: 70%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.plan_box_l_img {
    width: 28%;
    float: right;
    margin-top: 30px;
}
.plan_box_l_catch {
	width: 25%;
    bottom: 10px;
    position: absolute;
    right: 20px;
	}
.c_h2_blue_btn_p {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #2A8FCF;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_blue_btn_p a:link, .c_h2_blue_btn_p a:visited {
	 color: #ffffff!important;	
	}
#d-plan1_pc, #d-plan2_pc, #d-plan3_pc, #s-plan1_pc, #s-plan2_pc, #s-plan3_pc, #set_pc {
    margin-top: -80px;
    padding-top: 80px;
}
/*---------------------------------------------
撮影プランのご案内　ここまで
---------------------------------------------*/	
/*---------------------------------------------
キャンペーンのご案内
---------------------------------------------*/	
.campaign_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 0 0;
	text-align: center;
}
.campaign_box img {
	width: 98%;
}
/*---------------------------------------------
キャンペーンのご案内　ここまで
---------------------------------------------*/	

	
#box_aside {
	margin: 10px 0 0 0!important;
}
#obj_plan_button {
	margin: 20px 0 0 0;
}
#obj_plan_button a {
	display: block;
	width: 350px;
	float: left;
	position: relative;
}
#obj_plan_button a+a {
	margin-left: 40px;
}
#obj_plan_button a img {
	width: 100%;
}
#obj_point_box, #obj_fur_box, #obj_studio {
	margin: 40px 0 0 0;
}
.c_pointimage {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
}
.c_pointimage:nth-child(3n+1) {
	margin-left: 0;
}
.c_pointimage img {
	display: block;
	width: 100%;
}
#obj_set {
	display: block;
	margin: 10px 0 0 0;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: auto !important;
}
#obj_example_image {
	display: block;
	margin: 20px 0 0 0;
}
.c_plan_text {
	margin: 30px 5px 10px 10px;
	font-size: 14px;
}
.c_plan_text .c_memo {
	font-size: 13px;
}
#obj_about_delivery dt {
	font-size: 18px;
	color: #258AB4;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#obj_about_delivery dl {
	margin: 5px 0 10px 0;
}
#obj_about_store table {
	width: 680px;
	position: relative;
	margin: 10px auto 0 auto;
}
#obj_about_store table th {
	padding: 0 10px 0 0;
	width: 90px;
}
#obj_about_store table th img {
	width: 100%;
}
.c_td_text {
	padding: 0 0 0 8px;
	font-size: 14px;
}
#obj_about_store h3.c_heading {
	border: none;
	background: #EC79A0;
	color: #FFFFFF;
	width: auto !important;
}
#obj_studio img {
	display: block;
}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
	
.box_text {
	width: 100%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.c_return_box {
	width: 90%;
	display: block;
	position: relative;
	margin: 25px 5px 0 27px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
}
.c_return_box span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 13px;
}
.c_return_box2 {
	width: 90%;
	display: block;
	position: relative;
	margin: 25px 5px 0 27px;
	padding-bottom: 20px;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 13px;
}
.c_return_add {
	width: 90%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
.c_plan_text dt {
	font-size: 18px;
	color: #258AB4;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.c_plan_text dd {
	font-size: 13px;
	color: #4d4d4d;
}
.c_plan_text img {
    width: 22%;
    display: block;
    float: right;
    margin-top: -115px;
}
.pink_circle {
	width: 30px;
	display: block;
	position: relative;
	background-color: #EC79A0;
	border-radius: 50%;
	padding: 25px 15px 10px 15px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	font-weight: 600;
}
.catch_img {
	width: 5%;
	margin-bottom: 0!important;
}
.plan_img_full {
	width: 100%;
	padding: 10px 25px;
	}
}
