@charset "UTF-8";
/* Scss Document */
/**********/
#h_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*padding: 20px 0;*/
	padding: 30px 0;
}
#h_right {
	text-align: right;
}
#h_right p {
	line-height: normal;
}
#h_tel {
	/*padding-top: 10px;*/
	margin-left: 10px;
}
/**********/
#cy_nav {
	background-color: #916392;
	padding: 20px 0 15px;
}
#cy_nav ul {
	display: flex;
	justify-content: space-between;
}
#cy_nav ul li {
	width: 14.2%;
	text-align: center;
}
#cy_nav ul a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	display: block;
}
#cy_nav ul span {
	position: relative;
}
#cy_nav ul span:after {
	content: "";
	border-bottom: 1px solid #FFF;
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	transition: 0.3s ease-in-out;
}
#cy_nav ul a:hover span:after {
	width: 100%;
}
#sp_banner{
	display: none;
}
.container1220 {
	width: 94%;
    margin: 0 auto;
    max-width: 1220px;
}
.PC_banner {
	width:300px;
	position: fixed;
    right: 1%;
    top: 25%;
    cursor: pointer;
    z-index: 1000;
	background-color: #efdff0;
	padding:8px 10px;
}
.PC_banner img {
	display: block;
	width:100%;
	height:auto;
}
.PC_banner a:hover {
	transition: all 0.5s;
	opacity: 0.8;
}

.PC_banner a {
	transition: all 0.5s;
}
.sp_banner img {
	display: none;
    
}


@media all and (-ms-high-contrast: none) {
#cy_nav ul a:after {
	content: "";
	border-bottom: 1px solid #FFF;
	width: 0;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	transition: 0.3s ease-in-out;
}
#cy_nav ul span {
	position: relative;
}
#cy_nav ul span:after {
	display: none;
}
#cy_nav ul a:hover span:after {
	width: 0;
}
#cy_nav ul a:hover:after {
	width: 100%;
}
}
.n_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 19px;
	margin-bottom: 5px;
}
/************/
#main {
	position: relative;
	height: 797px;
}
#main:before {
	content: "";
	background: url(../images/main_on.png) left 0/100% 100% no-repeat;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 400;
	width: 20%;
}
#main:after {
	content: "";
	background: url(../images/main_on.png) left 0/100% 100% no-repeat;
	transform: scale(-1, 1);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 400;
	width: 20%;
}
.flexslider {
	height: 797px;
}
#fade1, #fade2, #fade3 {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 797px;
}
#fade1 {
	background-image: url(../images/fade1.jpg);
}
#fade2 {
	background-image: url(../images/fade2.jpg);
}
#fade3 {
	background-image: url(../images/fade3.jpg);
}
#title {
	position: absolute;
	left: 60px;
	top: 70px;
	font-size: 32px;
	z-index: 500;
	font-weight: bold;
	text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px,  #FFF 1px -1px 10px, #FFF -1px -1px 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#title span {
	display: block;
}
#title span:nth-child(2) {
	margin-top: 150px;
}
/******************************************************/
.top_contents {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeebe8+33,e6e2dd+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeebe8 33%, #e6e2dd 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeebe8 33%, #e6e2dd 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #eeebe8 33%, #e6e2dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e2dd', GradientType=0 );
	/* IE6-9 */
	padding: 120px 0 0;
}
.center_midashi_box {
	text-align: center;
}
.midashi_icon {
	margin-bottom: 15px;
}
.center_midashi {
	font-size: 40px;
	letter-spacing: normal;
}
.center_text {
	text-align: center;
}
.w960_auto {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.list48 {
	display: flex;
	justify-content: space-between;
}
.list48 li {
	width: 48%;
}
.more a {
	display: block;
	position: relative;
	text-align: center;
	padding: 30px 20px;
	width: 100%;
	color: #000;
	text-decoration: none;
}
.more a:before {
	content: "";
	border: 1px solid #3b3b3b;
	position: absolute;
	left: 0;
	top: -5px;
	width: 97%;
	height: 100%;
	transition: 0.3s ease-in-out;
}
.more a:after {
	content: "";
	border: 1px solid #3b3b3b;
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 97%;
	height: 100%;
	transition: 0.3s ease-in-out;
}
.more a:hover:before {
	top: 0;
	left: 1.5%;
}
.more a:hover:after {
	bottom: 0;
	right: 1.5%;
}
/**********/
#top_bg {
	margin-top: 150px;
	padding-bottom: 80px;
	position: relative;
}
#top_bg:after {
	content: "";
	background: url(../images/top12.jpg) 50% 0/cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
}
.top_banar {
	display: flex;
	justify-content: space-between;
}
.top_banar li {
	width: 23%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: 0.3s ease-in-out;
}
.top_banar li:hover {
	transform: translateY(-10px);
}
.top_banar a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
	z-index: 100;
}
.top_banar a:after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #000;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	z-index: 1;
}
.top_banar li:nth-child(1) a:after {
	border-color:#383a98;
}
.top_banar li:nth-child(2) a:after {
	border-color:#895b8a;
}
.top_banar li:nth-child(3) a:after {
	border-color: #34841b;
}
.top_banar li:nth-child(4) a:after {
	border-color: #bd2c7b;
}
.midashi26 {
	font-size: 26px;
}
.center {
	text-align: center;
}
.min_text {
	min-height: 120px;
}
#banar_bg1 {
	background-image: url(../images/banar1.jpg);
}
#banar_bg2 {
	background-image: url(../images/banar3.jpg);
}
#banar_bg3 {
	background-image: url(../images/banar5.jpg);
}
#banar_bg4 {
	background-image: url(../images/banar7.jpg);
}
.bg_size {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 30px 30px;
}
#banar_img1 {
	background-image: url(../images/banar2.jpg);
}
#banar_img2 {
	background-image: url(../images/banar4.jpg);
}
#banar_img3 {
	background-image: url(../images/banar6.jpg);
}
#banar_img4 {
	background-image: url(../images/banar8.jpg);
}
.banar_size {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
}
/**color**/
.bo_color_b {
	border-color: #383a98;
}
.color_b {
	color: #383a98;
}
.bo_color_pe {
	border-color: #895b8a;
}
.color_pe {
	color: #895b8a;
}
.bo_color_g {
	border-color: #34841b;
}
.color_g {
	color: #34841b;
}
.bo_color_p {
	border-color: #bd2c7b;
}
.color_p {
	color: #bd2c7b;
}
/********/
/****************************************/
.padding120 {
	padding: 120px 0;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 320px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 320px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 300px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 320px;
	height: 320px;
	float: left;
	display: inline;
	overflow: hidden;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
/******************/
#img1 {
	position: absolute;
	bottom: -320px;
	left: 0;
}
#img2 {
	position: absolute;
	top: 150px;
	right: 40px;
}
#img3 {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -600px;
}
#img4 {
	position: absolute;
	bottom: -150px;
	left: 50%;
	margin-left: 200px;
}
/*************************/
#cy_footer {
	padding-top: 100px;
}
.f_banar {
	display: flex;
	justify-content: space-between;
}
.f_banar li {
	max-width: 224px;
	width: 19%;
	transition: 0.3s ease-in-out;
}
.f_banar li:hover {
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}
.f_banar img {
	width: 100%;
	height: auto;
}
.f_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
.f_left {
	width: 48%;
}
.f_right {
	width: 48%;
}
.f_nav {
	text-align: center;
	font-size: 14px;
}
.f_nav li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #aaa;
}
.f_nav li:last-child {
	border: 0;
}
.f_nav li a {
	color: #000;
	text-decoration: none;
	position: relative;
}
.f_nav li a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	display: block;
	border-bottom: 1px solid #916392;
	transition: 0.3s ease-in-out;
}
.f_nav li a:hover:after {
	width: 100%;
}
#copy {
	margin-top: 20px;
	padding: 40px 14px;
	text-align: center;
	border-top: 2px solid #2E2E2E;
}
/*********************************************************************

	あじさいホール

*********************************************************************/
#hall_main {
	background-image: url(../images/hall1.jpg);
}
.main_size {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 345px;
}
#title_in {
	font-size: 32px;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 150px;
	text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px, #FFF 1px -1px 10px, #FFF -1px -1px 10px;
}
/******************/
.content_bg {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeebe8 33%, #e6e2dd 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeebe8 33%, #e6e2dd 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #eeebe8 33%, #e6e2dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e2dd', GradientType=0 );
	/* IE6-9 */
	padding: 120px 0;
}
.mt-120 {
	margin-top: 120px;
}
.hall_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hall_list li {
	width: 20%;
	position: relative;
}
.hall_list a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.hall_list a:hover .hall_hov {
	opacity: 1;
}
.hall_hov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.hall_hov:after {
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.64);
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
/********************/
.op_box {
	border: 1px solid #323131;
	padding: 20px;
	position: relative;
}
.op_box:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.38);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.op_box p {
	position: relative;
	z-index: 500;
}
/**************/
#hall_img1 {
	position: absolute;
	bottom: -130px;
	left: 20px;
}
#hall_img1 img {
	width: 300px;
	height: auto;
}
#hall_img2 {
	position: absolute;
	bottom: -300px;
	right: 100px;
}
#hall_img2 img {
	width: 300px;
	height: auto;
}
#hall_img3 {
	position: absolute;
	bottom: 150px;
	left: 120px;
}
#hall_img3 img {
	width: 300px;
	height: auto;
}
#hall_img4 {
	position: absolute;
	bottom: -100px;
	right: 100px;
}
#hall_img4 img {
	width: 400px;
	height: auto;
}
/*********************************************************************

	各種プラン

*********************************************************************/
#plan_main {
	background-image: url(../images/plan1.jpg);
}
/******/
.bb_midashi {
	font-size: 30px;
	border-bottom: 1px solid #222222;
	padding: 0 20px 5px;
}
.plan_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.plan_left {
	width: 60%;
}
.plan_calc {
	width: calc(100% + 80px);
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
	position: relative;
	padding: 100px;
}
.plan_calc:after {
	content: "";
	border: 1px solid #895b8a;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.plan_calc.b_gree:after {
	border-color: #34841b;
}
.plan_midashi {
	text-align: center;
	color: #895b8a;
	font-size: 32px;
	font-weight: bold;
}
.plan_midashi:after {
	content: "";
	border-bottom: 3px solid #895b8a;
	width: 40px;
	margin: 10px auto 0;
	display: block;
}
.plan_midashi.plan_green {
	color: #34841b;
}
.plan_midashi.plan_green:after {
	border-color: #34841b;
}
.price {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.price span {
	font-size: 28px;
}
.plan_mini {
	text-align: center;
	font-size: 20px;
}
.plan_list li {
	margin: 5px 10px;
	display: inline-block;
}
.plan_list img {
	width:auto;
	height:100px;
}
.plan_list.list_green li {
	background-color: rgba(52, 132, 27, 0.2);
}
.plan_right {
	width: 40%;
	position: relative;
	z-index: 100;
}
/****/
.plan_other {
	display: flex;
	flex-wrap: wrap;
}
.plan_other li {
	width: 28%;
	margin: 5px 0;
	font-size: 14px;
}
.plan_other li:nth-child(3n+1) {
	width: 42%;
}
.plan_other .w56 {
	width: 56%;
}
.padding40 {
	padding: 40px;
}
/***/
#plan_bg1 {
	background: url(../images/plan2.jpg) 50% 50%/cover no-repeat;
}
#plan_bg2 {
	background: url(../images/plan4.jpg) 50% 50%/cover no-repeat;
}
#plan_bg3 {
	background: url(../images/plan6.jpg) 50% 50%/cover no-repeat;
}
#plan_bg4 {
	background: url(../images/plan8.jpg) 50% 50%/cover no-repeat;
}
#plan_bg5 {
	background: url(../images/plan10.jpg) 50% 50%/cover no-repeat;
}
/**************/
#plan_img1 {
	position: absolute;
	top: 300px;
	right: 20px;
}
#plan_img1 img {
	width: 300px;
	height: auto;
}
#plan_img2 {
	position: absolute;
	top: 220px;
	left: -40px;
}
#plan_img2 img {
	width: 240px;
	height: auto;
}
#plan_img3 {
	position: absolute;
	top: 1020px;
	right: 180px;
}
#plan_img3 img {
	width: 340px;
	height: auto;
}
#plan_img4 {
	position: absolute;
	top: 2020px;
	left: 0;
	width: 100%;
	text-align: center;
}
#plan_img4 img {
	width: 280px;
	height: auto;
}
#plan_img5 {
	position: absolute;
	top: 3740px;
	left: -100px;
}
#plan_img5 img {
	width: 280px;
	height: auto;
}
#plan_img6 {
	position: absolute;
	bottom: -140px;
	left: 40px;
}
#plan_img6 img {
	width: 350px;
	height: auto;
}
#plan_img7 {
	position: absolute;
	bottom: 150px;
	left: -80px;
}
#plan_img7 img {
	width: 250px;
	height: auto;
}
#plan_img8 {
	position: absolute;
	bottom: 310px;
	right: 240px;
}
#plan_img8 img {
	width: 350px;
	height: auto;
}
#plan_img9 {
	position: absolute;
	top: 3000px;
	left: -60px;
}
#plan_img9 img {
	width: 350px;
	height: auto;
}
#plan_img10 {
	position: absolute;
	top: 4000px;
	right: 0;
}
#plan_img10 img {
	width: 350px;
	height: auto;
}
#plan_img11 {
	position: absolute;
	top: 3850px;
	right: 100px;
}
#plan_img11 img {
	width: 240px;
	height: auto;
}
/*********************************************************************

	勝栄堂について

*********************************************************************/
#about_main {
	background-image: url(../images/about1.jpg);
}
.about_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_right {
	width: 50%;
}
.about_width {
	width: 94%;
	max-width: 630px;
	margin: 0 auto;
}
.name {
	margin-top: 100px;
	text-align: right;
}
.name span {
	display: block;
	padding-top: 20px;
	font-size: 28px;
}
#about_human {
	width: 50%;
	background: url(../images/about2.png) left 0/cover no-repeat;
	height: 900px;
}
/****************/
#about_af_bg {
	position: relative;
}
#about_af_bg:after {
	content: "";
	background: url(../images/about5.jpg) 50% 50%/cover no-repeat;
	width: 100%;
	height: 70%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.about_list {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 500;
}
.about_list li {
	width: 48%;
}
.about_list li:nth-child(2) {
	margin-top: 420px;
}
.about_list img {
	width: 100%;
	height: auto;
}
/**************/
.ac_tel {
	font-size: 24px;
}
.ac_tel span {
	font-size: 36px;
}
.item_center {
	align-items: center;
}
#map iframe {
	width: 100%;
	height: 600px;
}
/********************/
#about_img1 {
	position: absolute;
	top: 400px;
	right: 100px;
}
#about_img1 img {
	width: 300px;
	height: auto;
}
#about_img2 {
	position: absolute;
	top: 240px;
	right: 320px;
}
#about_img2 img {
	width: 200px;
	height: auto;
}
#about_img3 {
	position: absolute;
	bottom: -280px;
	right: 420px;
}
#about_img3 img {
	width: 300px;
	height: auto;
}
#about_img4 {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 100%;
	text-align: center;
}
#about_img4 img {
	width: 240px;
	height: auto;
}
/*********************************************************************

	ご葬儀の流れ

*********************************************************************/
#flow_main {
	background-image: url(../images/flow1.jpg);
}
.midashi_blue {
	color: #383a98;
	border-color: #383a98;
}
.flow_flex {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.flow_left {
	width: 48%;
}
.indent_list li {
	text-indent: -1em;
	padding-left: 16px;
	line-height: 2.2em;
}
.flow_right {
	width: 48%;
}
.flow_left2 {
	width: 54%;
}
.flow_right2 {
	width: 38%;
}
.flow_left3 {
	width: 64%;
}
.flow_right3 {
	width: 30%;
}
#flow_img1 {
	position: absolute;
	top: 0;
	right: 0;
}
#flow_img2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#flow_img3 {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*************/
#access_box {
	background: url(../images/item17.jpg) 50% 0/cover no-repeat;
	padding-bottom: 40px;
}
.access_area {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 40px;
	background-color: #FFF;
	position: relative;
	top: -40px;
}
/*********************************************************************

	供花・供物

*********************************************************************/
#item_main {
	background-image: url(../images/item1.jpg);
}
.pb0 {
	padding-bottom: 0;
}
.mini {
	font-size: 18px;
}
.item_list1 {
	display: flex;
	justify-content: space-between;
}
.item_list1 li {
	width: 32.33%;
	max-width: 400px;
	border: 1px solid #dadada;
	background-color: #FFF;
}
.item_box {
	border-top: 1px solid #dadada;
	padding: 20px;
}
.item_table1 {
	display: table;
	width: 100%;
	font-weight: bold;
}
.item_cell1 {
	display: table-cell;
	vertical-align: middle;
}
.item_cell2 {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color: #bd2c7b;
	font-size: 20px;
}
.size_table {
	display: table;
	width: 100%;
	background-color: #b1b1b1;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}
.size_cell1 {
	display: table-cell;
	width: 120px;
	text-align: center;
	border-right: 1px solid #FFF;
}
.size_cell2 {
	display: table-cell;
	text-align: center;
}
/***********/
.plr20 {
	padding: 0 20px;
}
.item_flex1 {
	display: flex;
	justify-content: space-between;
}
.item_left1 {
	width: 55%;
}
.item_right1 {
	width: 30%;
}
.item_list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.item_list2 li {
	width: 23%;
	margin: 1%;
	border: 1px solid #dadada;
	font-weight: bold;
	background-color: #FFF;
}
.item_name {
	font-size: 16px;
}
.item_price {
	text-align: right;
	color: #bd2c7b;
	font-size: 20px;
}
.minus {
	margin-top: -80px;
}
/*************/
.item_area {
	background: url(../images/item_bg.jpg) 50% 0/cover no-repeat;
	position: relative;
	top: -40px;
	padding: 5px;
}
.item_border {
	border: 1px solid #895b8a;
	padding: 40px;
}
.plan_midashi.midashi_pink {
	color: #bd2c7b;
}
.plan_midashi.midashi_pink:after {
	border-color: #bd2c7b;
}
.max560 {
	max-width: 560px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.logo_flex {
	display: flex;
	text-align: center;
	justify-content: center;
}
.logo_right {
	font-size: 22px;
	line-height: normal;
	padding-left: 20px;
	padding-top: 5px;
}
.logo_right span {
	font-size: 32px;
}
/**********/
#item_img1 {
	position: absolute;
	top: 80px;
	right: 0;
}
#item_img1 img {
	width: 220px;
	height: auto;
}
#item_img2 {
	position: absolute;
	top: 180px;
	left: -80px;
}
#item_img2 img {
	width: 220px;
	height: auto;
}
#item_img3 {
	position: absolute;
	top: 980px;
	right: 40px;
}
#item_img3 img {
	width: 360px;
	height: auto;
}
#item_img4 {
	position: absolute;
	top: 1480px;
	left: 140px;
}
#item_img4 img {
	width: 220px;
	height: auto;
}
#item_img5 {
	position: absolute;
	top: 1640px;
	left: 50%;
	transform: translateX(-100%);
}
#item_img5 img {
	width: 280px;
	height: auto;
}
#item_img6 {
	position: absolute;
	top: 400px;
	right: 80px;
}
#item_img6 img {
	width: 280px;
	height: auto;
}
#item_img7 {
	position: absolute;
	top: 2600px;
	left: -120px;
}
#item_img7 img {
	width: 340px;
	height: auto;
}
#item_img8 {
	position: absolute;
	top: 2000px;
	right: -80px;
}
#item_img8 img {
	width: 220px;
	height: auto;
}
#item_img9 {
	position: absolute;
	bottom: 600px;
	right: -80px;
}
#item_img9 img {
	width: 320px;
	height: auto;
}
#item_img10 {
	position: absolute;
	bottom: 850px;
	right: 20px;
}
#item_img10 img {
	width: 200px;
	height: auto;
}
/*********************************************************************

	よくある質問

*********************************************************************/
#faq_main {
	background-image: url(../images/faq1.jpg);
}
.faq_table {
	display: table;
	width: 100%;
}
.faq_cell1 {
	display: table-cell;
	width: 60px;
	font-size: 24px;
}
.q_midashi {
	color: #895b8a;
	border-bottom: 1px solid #895b8a;
	font-weight: bold;
}
.q_text {
	color: #895b8a;
	border-bottom: 1px solid #895b8a;
	font-weight: bold;
	font-size: 24px;
}
.faq_cell2 {
	display: table-cell;
}
.a_left {
	margin: 0;
}

.black {
	color:#000;
}
.black:after {
	border-color:#000;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
.min_text {
	min-height: 160px;
}
}

@media only screen and (max-width: 1200px) {
.top_banar .midashi26 {
	font-size: 20px;
}
}

@media only screen and (max-width: 1024px) {
/**********/
#h_head {
	/*padding: 20px 0;*/
	padding: 30px 0;
}
#h_right {
	display: none;
}
/**********/
#cy_nav {
	border-top: 3px solid #916392;
	padding: 0;
}
#cy_nav ul {
	display: none;
}
/************/
#main {
	height: 500px;
}
#main:before {
	width: 10%;
}
#main:after {
	width: 10%;
}
.flexslider {
	height: 500px;
}
#fade1,  #fade2,  #fade3 {
	height: 500px;
}
#title {
	position: absolute;
	left: 40px;
	top: 40px;
	font-size: 26px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#title span {
	display: block;
}
#title span:nth-child(2) {
	margin-top: 30px;
}
/******************************************************/
.top_contents {
	padding: 80px 0 0;
}
.midashi_icon {
	margin-bottom: 15px;
}
.center_midashi {
	font-size: 32px;
	letter-spacing: normal;
}
.center_text {
	text-align: left;
}
.more a:before {
	transition: 0s ease-in-out;
}
.more a:after {
	transition: 0s ease-in-out;
}
/**********/
#top_bg {
	margin-top: 100px;
	padding-bottom: 80px;
	position: relative;
}
#top_bg:after {
	content: "";
	background: url(../images/top12.jpg) 50% 0/cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
}
.top_banar {
	display: flex;
	flex-wrap: wrap;
}
.top_banar li {
	width: 48%;
	margin: 2% 0;
	transition: 0s ease-in-out;
}
.top_banar a:after {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
}
.top_banar .midashi26 {
	font-size: 20px;
}
.midashi26 {
	font-size: 22px;
}
.min_text {
	min-height: 140px;
}
/****************************************/
.padding120 {
	padding: 80px 0;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 200px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider img {
	width: 200px;
	height: 200px;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
/******************/
#img1 {
	position: absolute;
	bottom: -100px;
	left: 0;
}
#img1 img {
	width: 280px;
	height: auto;
}
#img2 {
	position: absolute;
	top: 80px;
	right: 20px;
}
#img2 img {
	width: 280px;
	height: auto;
}
#img3 {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
}
#img3 img {
	width: 200px;
	height: auto;
}
#img4 {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	margin-left: 0;
}
#img4 img {
	width: 200px;
	height: auto;
}
/*************************/
#cy_footer {
	padding-top: 80px;
	
}
/*********************************************************************

	あじさいホール

*********************************************************************/
.main_size {
	height: 250px;
}
#title_in {
	font-size: 26px;
	padding-top: 100px;
}
/******************/
.content_bg {
	padding: 60px 0;
}
.mt-120 {
	margin-top: 60px;
}
/*********************************************************************

	各種プラン

*********************************************************************/
.bb_midashi {
	font-size: 26px;
	border-bottom: 1px solid #222222;
	padding: 0 10px 5px;
}
.plan_flex {
	display: block;
}
.plan_left {
	width: 100%;
}
.plan_calc {
	width: 100%;
	padding: 40px;
}
.plan_calc:after {
	content: "";
	border: 1px solid #895b8a;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.plan_midashi {
	font-size: 26px;
}
.plan_midashi:after {
	width: 40px;
	margin: 10px auto 0;
}
.price {
	font-size: 16px;
}
.price span {
	font-size: 24px;
}
.plan_mini {
	text-align: center;
	font-size: 20px;
}
.plan_right {
	width: 100%;
	margin-top: 40px;
}
/*********************************************************************

	勝栄堂について

*********************************************************************/
#about_human {
	background: url(../images/about2.png) 50% 0/cover no-repeat;
}
/****************/
.about_list li:nth-child(2) {
	margin-top: 200px;
}
/**************/
.ac_tel {
	font-size: 20px;
}
.ac_tel span {
	font-size: 32px;
}
/*********************************************************************

	ご葬儀の流れ

*********************************************************************/
.flow_flex {
	display: block;
	padding: 0;
}
.flow_left {
	width: 100%;
}
.indent_list li {
	text-indent: -1em;
	padding-left: 16px;
	line-height: 2.2em;
}
.flow_right {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.flow_left2 {
	width: 100%;
}
.flow_right2 {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.flow_left3 {
	width: 100%;
}
.flow_right3 {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
/*********************************************************************

	よくある質問

*********************************************************************/
.faq_table {
	display: table;
	width: 100%;
}
.faq_cell1 {
	display: table-cell;
	width: 60px;
	font-size: 20px;
}
.q_text {
	font-size: 20px;
}
.faq_cell2 {
	display: table-cell;
}
.a_left {
	margin: 0;
}
}

@media only screen and (max-width: 740px) {
/**********/
#h_head {
	/*padding: 20px 0;*/
	padding: 30px 0;
}
#logo img {
	width: 130px;
	height: auto;
}
/************/
#main {
	height: 450px;
}
#main:before {
	width: 5%;
}
#main:after {
	width: 5%;
}
.flexslider {
	height: 450px;
}
#fade1,  #fade2,  #fade3 {
	height: 450px;
}
#title {
	position: absolute;
	left: 20px;
	top: 40px;
	font-size: 22px;
}
#title span {
	display: block;
}
#title span:nth-child(2) {
	margin-top: 30px;
}
/******************************************************/
.top_contents {
	padding: 60px 0 0;
}
.midashi_icon {
	margin-bottom: 15px;
}
.center_midashi {
	font-size: 24px;
	letter-spacing: normal;
}
.list48 {
	display: block;
}
.list48 li {
	width: 100%;
	margin: 20px 0;
}
.more a {
	padding: 20px 10px;
	width: 100%;
	color: #000;
}
.more a:before {
	top: -3px;
	width: 98%;
}
.more a:after {
	bottom: -3px;
	width: 98%;
}
.more a:hover:before {
	top: 0;
	left: 1%;
}
.more a:hover:after {
	bottom: 0;
	right: 1%;
}
/**********/
#top_bg {
	margin-top: 80px;
	padding-bottom: 40px;
}
#top_bg:after {
	height: 90%;
}
.top_banar {
	display: block;
}
.top_banar li {
	width: 100%;
	margin: 20px 0;
}
.top_banar .midashi26 {
	font-size: 20px;
}
.midashi26 {
	font-size: 24px;
}
.min_text {
	min-height: 0;
	padding-bottom: 20px;
}
.bg_size {
	padding: 35px 20px 30px;
}
.banar_size {
	height: 150px;
}
/****************************************/
.padding120 {
	padding: 60px 0;
}
/*************************/
#cy_footer {
	padding-top: 60px;
	padding-bottom: 80px;
}
.f_banar {
	display: flex;
	flex-wrap: wrap;
}
.f_banar li {
	max-width: 48%;
	width: 48%;
	margin: 1%;
}
.f_banar li:hover {
	transform: scale(1);
}
.f_flex {
	display: block;
}
.flex {
	display: block;
}
.f_left {
	width: 100%;
	text-align: center;
}
.f_logo img {
	width: 180px;
	height: auto;
}
.f_tel {
	margin-top: 10px;
}
.f_tel img {
	width: 200px;
	height: auto;
}
.f_right {
	width: 100%;
	margin-top: 40px;
}
.f_nav {
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #BFBFBF;
}
.f_nav li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #BFBFBF;
	border-right: 0;
	position: relative;
}
.f_nav li:after {
	content: ">";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.f_nav li:last-child {
	border-right: 0;
	border-bottom: 1px solid #BFBFBF;
}
.f_nav li a {
	display: block;
	padding: 15px 20px;
}
.f_nav li a:after {
	display: none;
}
#copy {
	margin-top: 40px;
	padding: 20px 14px;
}
/*********************************************************************

	あじさいホール

*********************************************************************/
.main_size {
	height: 200px;
}
#title_in {
	font-size: 22px;
	padding-top: 80px;
}
/******************/
.hall_list {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.hall_list li {
	width: 48%;
	position: relative;
	margin: 20px 0;
}
.hall_hov {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	opacity: 1;
	padding-top: 5px;
}
.hall_hov:after {
	display: none;
}
/********************/
.op_box {
	border: 1px solid #323131;
	padding: 20px;
	position: relative;
}
.op_box:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.38);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.op_box p {
	position: relative;
	z-index: 500;
}
/**************/
#hall_img1 {
	position: absolute;
	bottom: -130px;
	left: 20px;
}
#hall_img1 img {
	width: 200px;
	height: auto;
}
#hall_img2 {
	position: absolute;
	bottom: -400px;
	right: 10px;
}
#hall_img2 img {
	width: 200px;
	height: auto;
}
#hall_img3 {
	position: absolute;
	bottom: 150px;
	left: 0;
}
#hall_img3 img {
	width: 150px;
	height: auto;
}
#hall_img4 {
	position: absolute;
	bottom: -40px;
	right: 0;
}
#hall_img4 img {
	width: 200px;
	height: auto;
}
/*********************************************************************

	各種プラン

*********************************************************************/
.bb_midashi {
	font-size: 22px;
	padding: 0 10px 5px;
	line-height: normal;
	padding-bottom: 10px;
}
.plan_flex {
	display: block;
}
.plan_calc {
	padding: 40px 10px;
}
.plan_calc:after {
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.plan_midashi {
	font-size: 22px;
}
.plan_midashi:after {
	width: 40px;
}
.price {
	font-size: 16px;
}
.price span {
	font-size: 20px;
}
.plan_mini {
	font-size: 18px;
}
.plan_list {
	text-align:center;
}
.plan_list li {
	margin: 2px;
	display: inline-block;
	padding: 2px 2px;
}
.plan_right {
	width: 100%;
	margin-top: 20px;
}
/****/
.plan_other {
	display: block;
}
.plan_other li {
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
}
.plan_other li:nth-child(3n+1) {
	width: 100%;
}
.plan_other .w56 {
	width: 100%;
}
.padding40 {
	padding: 20px;
}
/**************/
#plan_img1 {
	position: absolute;
	top: 300px;
	right: 10px;
}
#plan_img1 img {
	width: 200px;
	height: auto;
}
#plan_img2 {
	display: none;
}
#plan_img3 {
	display: none;
}
#plan_img4 {
	position: absolute;
	top: 2020px;
}
#plan_img4 img {
	width: 200px;
	height: auto;
}
#plan_img5 {
	display: none;
}
#plan_img6 {
	display: none;
}
#plan_img7 {
	position: absolute;
	bottom: 100px;
	left: -80px;
}
#plan_img7 img {
	width: 250px;
	height: auto;
}
#plan_img8 {
	position: absolute;
	bottom: 310px;
	right: 0;
}
#plan_img8 img {
	width: 240px;
	height: auto;
}
#plan_img9 {
	display: none;
}
#plan_img10 {
	display: none;
}
#plan_img11 {
	display: none;
}
/*********************************************************************

	勝栄堂について

*********************************************************************/
.about_flex {
	display: block;
}
.about_right {
	width: 100%;
}
.name {
	margin-top: 40px;
	text-align: center;
}
.name span {
	display: block;
	padding-top: 10px;
	font-size: 22px;
}
#about_human {
	width: 100%;
	background: url(../images/about2.png) 50% 0/cover no-repeat;
	height: 300px;
	margin-top: 40px;
}
/****************/
#about_af_bg:after {
	content: "";
	background: url(../images/about5.jpg) 50% 50%/cover no-repeat;
	width: 100%;
	height: 70%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.about_list {
	display: block;
}
.about_list li {
	width: 100%;
}
.about_list li:nth-child(2) {
	margin-top: 20px;
}
.about_list img {
	width: 100%;
	height: auto;
}
/**************/
.ac_tel {
	font-size: 16px;
}
.ac_tel span {
	font-size: 24px;
}
.item_center {
	align-items: center;
}
#map iframe {
	width: 100%;
	height: 300px;
}
/********************/
  /*********************************************************************

	ご葬儀の流れ

*********************************************************************/
.flow_flex {
	display: block;
	padding: 0;
}
.flow_left {
	width: 100%;
}
.indent_list li {
	text-indent: -1em;
	padding-left: 16px;
	line-height: 2.2em;
}
.flow_right {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.flow_right img {
	width: 100%;
	height: auto;
}
.flow_left2 {
	width: 100%;
}
.flow_right2 {
	width: 100%;
	text-align: center;
}
.flow_right2 img {
	width: 100%;
	height: auto;
}
.flow_left3 {
	width: 100%;
}
.flow_right3 {
	width: 100%;
	text-align: center;
}
.flow_right3 img {
	width: 100%;
	height: auto;
}
.sp_img1 img {
	width: 150px;
	height: auto;
}
#flow_img1 {
	position: absolute;
	top: 0;
	right: 0;
}
#flow_img1 img {
	width: 260px;
	height: auto;
}
#flow_img2 {
	display: none;
}
#flow_img3 {
	display: none;
}
/*************/
#access_box {
	padding-bottom: 0px;
}
.access_area {
	padding: 30px 20px;
}
/*********************************************************************

	供花・供物

*********************************************************************/
.mini {
	font-size: 14px;
	display: block;
	padding-top: 5px;
}
.item_list1 {
	display: block;
}
.item_list1 li {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
}
.item_box {
	border-top: 1px solid #dadada;
	padding: 10px;
}
/***********/
.plr20 {
	padding: 0;
}
.item_flex1 {
	display: block;
}
.item_left1 {
	width: 100%;
}
.item_right1 {
	width: 100%;
	margin-top: 20px;
}
.item_list2 {
	justify-content: space-between;
}
.item_list2 li {
	width: 49%;
	margin: 10px 0;
}
.item_name {
	font-size: 14px;
}
.item_price {
	text-align: right;
	font-size: 16px;
}
.minus {
	margin-top: 20px;
}
/*************/
.item_border {
	padding: 20px;
}
.max560 {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.logo_flex {
	display: block;
	padding-top: 20px;
}
.logo_right {
	font-size: 18px;
	padding-left: 0;
	padding-top: 15px;
}
.logo_right span {
	font-size: 24px;
}
/**********/
#item_img1 {
	position: absolute;
	top: 80px;
	right: 0;
}
#item_img1 img {
	width: 220px;
	height: auto;
}
#item_img2 {
	position: absolute;
	top: 180px;
	left: -80px;
}
#item_img2 img {
	width: 220px;
	height: auto;
}
#item_img3 {
	position: absolute;
	top: 980px;
	right: 40px;
}
#item_img3 img {
	width: 360px;
	height: auto;
}
#item_img4 {
	position: absolute;
	top: 1480px;
	left: 140px;
}
#item_img4 img {
	width: 220px;
	height: auto;
}
#item_img5 {
	position: absolute;
	top: 1640px;
	left: 50%;
	transform: translateX(-100%);
}
#item_img5 img {
	width: 280px;
	height: auto;
}
#item_img6 {
	position: absolute;
	top: 400px;
	right: 80px;
}
#item_img6 img {
	width: 280px;
	height: auto;
}
#item_img7 {
	position: absolute;
	top: 2600px;
	left: -120px;
}
#item_img7 img {
	width: 340px;
	height: auto;
}
#item_img8 {
	position: absolute;
	top: 2000px;
	right: -80px;
}
#item_img8 img {
	width: 220px;
	height: auto;
}
#item_img9 {
	position: absolute;
	bottom: 600px;
	right: -80px;
}
#item_img9 img {
	width: 320px;
	height: auto;
}
#item_img10 {
	position: absolute;
	bottom: 850px;
	right: 20px;
}
#item_img10 img {
	width: 200px;
	height: auto;
}
/*********************************************************************

	よくある質問

*********************************************************************/
.faq_cell1 {
	width: 45px;
	font-size: 16px;
}
.q_text {
	font-size: 16px;
}
.PC_banner {
	display: none;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 500px) {
.sp_banner {
    background: #d4b8d5;
    display: flex;
    justify-content:space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
	align-items: center;
	width:100%;
}

.sp_banner img {
	display: block;
    width: 100%;
    height: auto;
}
.sp_left {
	width:44.5%;
	height:auto;
	padding-left: 3%;
}
.sp_right {
	width:50%;
	height:auto;
	background-color: #efdff0;
	padding: 8px;
}
}