﻿

@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url("../img/base/bg3.jpg");
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}/*600*/

/* box ------------------*/
.box{
	width: 90%;
	max-width:1100px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.box{margin: 0 auto 20px;}
}


/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #FFF;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -15px;
	background: #FFF;
	border-bottom: solid 6px #A24B7C;
}
.header_in{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.logo{
	max-width: 300px;
	margin: 20px 0px 10px;
}
.mail_sp{padding-top: 20px;}
.nav_sp{display: none;}
.nav_tel{display: none;}

@media screen and (max-width:1000px){
	.header_in{padding: 0px;}
	.logo{padding-left: 10px;}
	.nav_sp{display:block;}
	.nav_tel{display:block;}
	.nav_tel img{width: 80%;}
}/*1000*/

@media screen and (max-width:600px){
	.header_in{padding: 0px;}
	.logo{max-width: 230px;}
}/*600*/

@media screen and (max-width:400px){
	.logo{max-width: 200px;}
}/*400*/



/*=============================
		footer
=============================*/
footer{
	width: 100%;
	padding-top: 100px;
}

.f_logo{
	max-width: 300px;
	margin: 0 auto 50px;
	}
.copy{
	text-align:center;
	color:#000;
	font-size:11px;
	padding-top: 10px;
}
@media screen and (max-width:700px){
footer{padding-top: 50px;}
.f_logo{
	width: 50%;
	margin: 0 auto 10px;
}
.footer_txt{padding: 15px 0px 20px;}
.copy{padding: 5px;}
}/*700*/


/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#000;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#d70246;
}
.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#A24B7C;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
ul.footer_menu{display: none;}
}/*700*/


/*=============================
		文字
=============================*/
.S{
	font-size:17px;
	line-height: 170%;
}
.M{
	font-size:18px;
	line-height: 130%;
	font-family: "Sawarabi Mincho";
	margin-bottom: 5px;
	color:#7b6433
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
	font-family: 'Kosugi Maru', sans-serif;
}
.red{color:#FF0004;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}/*600*/


/*=============================
		title
=============================*/

.title{/*---------------------------紫文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #A24B7C;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 15px;
	border-bottom:  solid 2px #A24B7C;;
	display: inline-block;
}
.title p{
	color: #A24B7C;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.title2{/*---------------------------白文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFF;
	display: inline-block;
}
.title2 p{
	color: #FFFF;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
}

.title3{
	font-size: 25px;
	background: #1e314d;
	color: #FFFF;
	padding: 15px;
	margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
.title h2{font-size: 35px;}
.title2 h2{font-size: 35px;}
.title3{font-size: 22px;padding: 7px 10px;}
}
@media screen and (max-width: 500px) {
.title{margin-bottom: 30px;}
.title h2{font-size: 30px;}
.title p{font-size: 16px;}
.title2 h2{font-size: 30px;}
.title3{font-size: 18px;padding: 7px 10px;}
}

/* title_2nd---------------------------------------- */
.title_2nd{
	background: #A24B7C;
	font-size: 23px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
.title_2nd{
	font-size: 18px;
	margin-bottom: 30px;
	}
}


/*=============================
		PT
=============================*/

.pt1{
	background:url("../img/base/pt1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt2{
	background:url("../img/base/pt2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt3{
	background:url("../img/base/pt3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt4{
	background:url("../img/base/pt4.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt_h2{
	color: #FFF;
	font-size: 45px;
	line-height: 160%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	border-bottom: solid 2px #FFF;
	margin-bottom: 20px;
}
.pt_p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center ;
}
@media screen and (max-width: 700px) {
.pt1,
.pt2,
.pt3,
.pt4{
	height: 200px;
	background-attachment: scroll;
	}
.pt_h2{font-size: 35px;}
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #f4d31f;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 700px) {
#page_top{display: none;}
}/*700*/

/*=============================
		ボタン　
=============================*/
.btn1{
	background-color:#A24B7C;
	padding: 0.7em 2.5em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.btn1 i{padding-left: 15px;}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#FFFF;
	color: #A24B7C;
}
@media screen and (max-width: 600px) {
.btn1{font-size:20px;}
}/*600*/
@media screen and (max-width: 400px) {
.btn1{font-size:18px;padding: 0.7em 2em;}
}/*400*/



/*=============================
		table
=============================*/
table.type01 {
	width:90%;
	border-collapse: separate;
	text-align: left;
    font-size:15px;
	line-height:140%;
	margin: 10px auto 50px;
	border-spacing: 0px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	border-top: solid 1px #D998BD;
}
table.type01 th {
	padding: 10px 10px;
	background: #F3E8EF;
	vertical-align:middle;
	text-align:center;
	color: #000;
	border-bottom: solid 1px #D998BD;
}
table.type01 td {
	padding: 20px;
	vertical-align:middle;
	color: #000;
	border-bottom: solid 1px #D998BD;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

.nowrap{white-space: nowrap;}
.table_w80{
	max-width: 800px;
	margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
table.type01{font-size:11px;}
table.type01 th {padding: 5px;}
table.type01 td {padding: 5px;}
}


/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:650px;
	overflow:hidden;
	font-size:0;
	background: #FFFF;
}
.vegas_text{
	text-align:center;
	max-width: 600px;
	margin: 250px auto 0px;
	}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{max-width: 500px;margin-top: 150px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{max-width: 400px;margin-top: 120px;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:350px;}
.vegas_text{
	max-width: 350px;
	width: 90%;
	margin-top: 120px;
	}
}

/*=============================
		top
=============================*/

/* bg1---------------------------- */
.bg1{
	width: 100%;
    margin: 0;
    padding: 100px 0 100px;
    position: relative;
    overflow: hidden;
	}
.bg1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#F3E8EF;
    transform: skewY(7deg) translateY(-150px);
    z-index: -1;
}
@media screen and (max-width: 1300px) {
.bg1::before {transform: skewY(14deg) translateY(-160px);}
}/*1300*/

@media screen and (max-width: 900px) {
.bg1{padding: 100px 0 250px;}
.bg1::before {transform: skewY(10deg) translateY(-160px);}
}/*900*/

@media screen and (max-width: 600px) {
.bg1{padding: 100px 0 50px;}
}/*600*/

/* bg2---------------------------- */
.bg2{padding: 0px 0px 100px;}
@media screen and (max-width: 900px) {
.bg2{padding: 0px 0px 100px;}
}

/* bg3（紫背景）---------------------------- */
.bg3{
	background:#F3E8EF;
	padding: 100px 0px;
}
@media screen and (max-width: 900px) {
.bg3{padding: 50px 0px;}
}

/* bg0（背景無し）---------------------------- */
.bg0{padding: 100px 0px;}
@media screen and (max-width: 900px) {
.bg0{padding: 50px 0px;}
}


/* 改葬ついて---------------------------- */
.about_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.about_img{
	width: 45%;
	text-align: center;
}
.about_txt{
	width: 45%;
	padding: 2%;
	text-align: center;
}
.about_txt img{
	max-width: 200px;
	margin: 0px auto 30px;
}

.about_txt h2{
	font-size: 30px;
	line-height: 120%;
	font-family: "Sawarabi Mincho";
	margin-bottom: 30px;
	color: #A24B7C;
}
.about_txt p{
	font-size: 16px;
	line-height: 230%;
	text-align: left;
	color: #000;
}
@media screen and (max-width: 900px) {
.about_box{
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.about_img{width: 70%;}
.about_txt{width: 80%;margin-bottom: 30px;}
}/*900*/

@media screen and (max-width: 600px) {
.about_img{width: 80%;margin-bottom: 20px;}
.about_txt{width: 90%;}
.about_txt h2{font-size: 23px;}
.about_txt p{font-size: 13px;line-height: 180%;}
}/*600*/




/* 相談内容（ご遺骨を移動したい）---------------------------- */
.service_box{
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 80px;
}
.service_img{
	width: 35%;
	padding: 5%;
}
.service_txt{
	width: 65%;
	padding: 2%;
	text-align: center;
}
.txt2{
	font-size: 23px;
	line-height: 230%;
	text-align: left;
	font-family: "Sawarabi Mincho";
}
.txt2 i{padding-right: 15px;}


@media screen and (max-width: 900px) {
.service_box{
	flex-wrap: wrap;
	justify-content: center;
}
.service_img{width: 70%;max-width: 400px;}
.service_txt{width: 95%;}
.txt2{font-size: 20px;}
}/*900*/

@media screen and (max-width: 500px) {
.txt2{font-size: 16px;}
.txt2 i{padding-right: 10px;}
}/*500*/



/* txt_box1---------------------------- */
.main_img{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}
.txt_box1{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}
.txt_box1 h2{
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-size: 30px;
	color: #A24B7C;
	margin-bottom: 50px;
}
.txt_box1 p{
	font-size: 16px;
	margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
	.txt_box1 h2{font-size: 25px;}
}
@media screen and (max-width: 600px) {
	.txt_box1 h2{font-size: 20px;margin-bottom: 30px;}
	.txt_box1 h2 br{display: none;}
	.txt_box1 p{font-size: 13px;}
}

/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
}
.contact_box h2{
	text-align:center;
	color: #FFF;
	font-size: 30px;
	font-family: "Sawarabi Mincho";/*さわらび明朝*/
	margin-bottom: 50px;
}

ul.contact_img{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
ul.contact_img li{
	margin-bottom: 20px;
	text-align: center;
}


@media screen and (max-width: 800px) {
.contact_box h2{font-size: 25px;padding: 0px 30px;}
ul.contact_img li{margin-bottom: 30px;}
}/*800*/

@media screen and (max-width: 500px) {
.contact_box{
	background:url("../img/base/bg1_sp.jpg") no-repeat center center;
	padding: 100px 0px 50px;}
.contact_box h2{font-size: 20px;}
}/*500*/


/* TOP_access---------------------------- */
.access_box{
	display: flex;
	background: #A24B7C;
}
.map{width: 60%;background: #ccc;}
.access{
	width: 40%;
	padding: 50px 0px;
}
.access_pc{}
.access_sp{display: none;}

.access_img{
	width: 80%;
	margin: 0 auto 50px;
}

.access_logo{
	width: 50%;
	margin: 0 auto 30px;
}
.access_txt{
	font-size: 16px;
	text-align: center;
	color: #FFF;
	margin: 20px auto 0px;
	width: 100%!important;
}

@media screen and (max-width: 900px) {
.access_box{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.map{width: 100%;}
.access{width: 100%;}
.access_pc{display: none!important;}
.access_sp{display: block!important;}

ul.ul_access_sp{
	display: flex!important;
	justify-content: space-around;
	align-items: center;
}
.access_sp_img{width: 40%;}
.access_sp_txt{
	width: 40%;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	}
.access_sp_txt img{max-width: 300px;margin-bottom: 30px;}/*SPのlogo*/
}/*900*/

@media screen and (max-width: 800px) {
.access_sp_txt img{max-width: 220px;margin-bottom: 30px;}/*SPのlogo*/
}/*800*/

@media screen and (max-width: 600px) {
ul.ul_access_sp{flex-wrap: wrap!important;}
.access_sp_img{width: 80%;margin-bottom: 30px;}
.access_sp_txt{width: 100%;margin-bottom: 10px;}
}/*600*/



/* MAP -------------------------------------------*/
.ggmap {
position: relative;
width: 100%;
height: 0;
padding-top: 85%; /* 比率 */
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 1300px) {
.ggmap {padding-top: 90%; /* 比率 */}
}/*1300*/

@media screen and (max-width: 1100px) {
.ggmap {padding-top: 100%; /* 比率 */}
}/*1000*/


/* TOP/施工実績-------------------------------------------*/
ul.top_works{
	display: flex;
	margin: 50px auto 80px;
	max-width: 1100px;
	width: 90%;
}
ul.top_works li{margin: 0px 10px;}
ul.top_works li p{
	background: #B40019;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}
@media screen and (max-width: 600px) {
ul.top_works{
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto;
	}
ul.top_works li{
	margin: 0px 7px 20px;
	width: 45%;
	}
}

/* 改葬の流れ ------------------*/
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #A24B7C;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #A24B7C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.2em;
	line-height: 150%;
  font-weight: 600;
  color: #A24B7C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #A24B7C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
}


.sonota{
	background: #eee;
	margin: 50px auto 0px;
	padding: 20px;
	border-radius: 20px;
	max-width: 900px;
	box-sizing: border-box;
}
.sonota h2{
	font-size: 20px;
	font-weight: bold;
	color: #A24B7C;
	margin-bottom: 10px;
}
.sonota p{
	font-size: 17px;
}
@media screen and (max-width: 600px) {
.sonota h2{font-size: 18px;}
.sonota p{font-size: 15px;}
}



/* 改葬について------------------*/
.about_box1{
	padding: 30px 0px;
	margin-bottom: 50px;
}
.about_box1 h2{
	font-size: 35px;
	line-height: 120%;
	font-family: "Sawarabi Mincho";
	margin-bottom: 30px;
	color: #A24B7C;
	text-align: center;
}
.about_box1 p{
	font-size: 16px;
	line-height: 220%;
	max-width: 800px;
	margin: 0 auto;
}
	
ul.about_box2{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.about_box2_img{width:50%;}
.about_box2_text{width:45%;}
.about_box2_text h2{
	padding:30px 0px;
	font-size: 30px;
	line-height: 120%;
	font-family: "Sawarabi Mincho";
	color: #A24B7C;
}
.about_box2_text p{
	font-size:17px;
	line-height:180%;
}

@media screen and (max-width: 900px) {
ul.about_box2{
	flex-wrap: wrap;
	margin-bottom: 50px;
	}
.about_box2_2{
	flex-wrap: wrap-reverse!important;
}
.about_box2_img{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
	}
.about_box2_text{width:100%;}
}

@media screen and (max-width: 600px) {
.about_box1{margin-bottom: 20px;}
.about_box1 h2{font-size: 20px;}
.about_box1 p{font-size: 14px;}
.about_box1 p br{display: none;}
	
.about_box2{padding: 0px 10px;}
.about_box2_text h2{
	font-size: 25px;
	padding: 10px 0px;
	}
.about_box2_text p{font-size: 14px;}
}



/* WORKS-------------------------------------------*/
.works_txt{
	font-size: 18px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 10px;
}

ul.works{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
ul.works li{
	margin: 10px;
	color: #A24B7C;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.works2{max-width: 500px;}

@media screen and (max-width: 600px) {
	.works_txt{font-size: 14px;}
	ul.works{
		margin-bottom: 50px;
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.works li{
		font-size: 18px;
		margin: 7px;
		width: 45%;
	}
}




/*よくあるご質問-----------------------------------------*/
.qa_box{
	background: #FFFFFF;
	border-radius: 20px;
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 20px 30px;
	box-sizing: border-box;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	color: #A24B7C;
	font-weight:600;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.faq_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
  transform: rotate(45deg);
}
.faq_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box{
    display: none;/*はじめは非表示*/
    background: #FFFFFF;
    margin:0 3% 3% 3%;
    padding: 3%;
	font-size: 17px;
}

@media screen and (max-width: 600px) {
.faq_title{font-size:15px;}
.faq_box{font-size:13px;}
}


/*料金プラン-----------------------------------------*/

.price_box{
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
	border: solid 2px #ecdbe5; 
	max-width: 800px;
	margin: 0 auto 50px;
}

.price{
	color: #A24B7C;
	font-size: 30px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.price span{font-size:20px;}
.price_txt{
	font-size: 16px;
	padding: 5px 20px;
}
.price2{
	color: #A24B7C;
	font-size: 22px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.right{text-align: right;}

@media screen and (max-width: 600px) {
	.price_box{
		margin: 0 auto 20px;
		padding: 15px;
	}
	.price{font-size: 20px;}
	.price span{font-size:14px;}
	.price_txt{font-size: 14px;padding: 5px;}
	.price2{font-size: 16px;}
	}
/*料金プラン（これまでの実例）-----------------------------------------*/
.case_box{
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
	border: solid 2px #ecdbe5; 
	max-width: 800px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
.case_img{width: 48%;}
.case_txt{width: 48%;}
.case_txt h3{
	color: #A24B7C;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 10px;
}

table.price_table{font-size: 15px;}
table.price_table th{
	text-align: left;
	width: 50%;
	padding: 5px;
}
.price_price{
	color: #A24B7C;
	font-size: 20px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 700px) {
.case_box{
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px;
	margin: 0 auto 20px;
	}
.case_img{width: 90%;padding: 10px 0px;}
.case_txt{width: 100%;}	
.case_txt h3{font-size: 18px;text-align: center;}
table.price_table{font-size: 13px;}
.price_price{font-size: 18px;}
}

/*TOPページ（ボタン）----------------------------*/
ul.top_btn{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
ul.top_btn li{
	margin: 10px;
}
@media screen and (max-width: 600px) {
ul.top_btn{
	flex-wrap: wrap;
	}
	
}

