<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html, body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
	color: #333;
	background-color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	line-height:1.6;
	text-align:left;
}
/* common ------------------------------ */
body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}
img,table {	border: none;}
table {	border-collapse: collapse;}
ul {	list-style: none;}
li img,
dt img {
	vertical-align: bottom;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


/*-----nav-----------------------------*/
#nav {
	position: fixed;
	display : -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	z-index: 1100;
	background-color: #f19ca7;
 }
#nav a {   color: #333; }
#nav h1 {
   color: #fff;
   position:fixed;
   font-size:12px;
   top:14px;
   left:250px;
 }
#nav .btn-contact {
	width: 120px;
	height: 46px;
	padding: 0;
	font-size: 14px;
	background-color:#fff !important;
	color:#f19ca7;
	font-weight:bold;
	cursor: pointer;
	border:none;
}
#nav .btn-contact:hover {
	opacity:0.75;
}
#nav .tel {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right:15px;
}
.tel-txt{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom:4px;
}
.nav-content {
	display : -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	-webkit-align-items:center;
	align-items: center;
	width: 100%;
	padding: 0 42px;
	position:relative;}
.nav-content ul {
	display : -webkit-flex;
	display: flex;
    -webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
    padding: 0;
    margin: 0;
}
.nav-content li {
    list-style: none;
}
.nav-content li + li {
    margin-left: 24px;
}

@media screen and (max-width: 960px) {
	#nav {
		height: 50px;
	 }
	#nav h1{display:none;}
	#logo{margin-top:2px;}
	.nav-oubo{margin-top:0;}
	.tel-txt {
		font-size:85%;
	  }
	#nav .btn-contact {
	  height: 38px;
	  }
	#nav .tel { font-size: 90%; }}
@media screen and (max-width: 738px) {
	#nav .tel {  display: none; }
	#nav .nav-content { padding: 0 12px; }
}
@media screen and (max-width: 414px) {
	#logo{ width:160px;}
}


#lp_body_1 {
	background-color:#f9f8f4;
}
.lp_container {
	width:100%;
	max-width:980px;
	margin-right: auto;
	margin-left: auto;
}
.lp_content {
	padding-top:2em;
}
.lp_content .read {
	margin-bottom:2em;
	line-height:1.72em;
	font-size:1.2em;
}
.lp_content .text {
	margin-bottom:1em;
	line-height:1.72em;
	font-size:1em;
}
@media screen and (max-width:738px) {
.lp_content {
	padding-top:0;
}
  .lp_content .read {
	font-size:1.1em;
	margin-bottom:1.8em;
	}
}
.key {
	width:100%;
	max-width:1280px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.key img{
  width:100%;
  margin-top:60px;
}
@media screen and (max-width:738px) {
	.key img{   margin-top:50px;	}
}

.inner_white{
	background-color:#fff;
}
.lp_content_inner {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding:1em 2em;
}
.lp_content_inner:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width:738px) {
	.responsive .lp_content_inner {
	  width: auto;
	  padding:2em 3% 0.1em;
   }
}

@media screen and (max-width:738px) {
	.responsive .lp_content_inner_sidepadding_sp {
	  padding-right: 3.125%;
	  padding-left: 3.125%;
	}
}
.lp_content .box_img{
	text-align:center;
	margin-bottom:1em;
}
.lp_content .box_img img{
	max-width:100%;
	border:solid 1px #c0c0c0;
}

#breadcrumb{
	max-width:100%;
	max-width:1024px;
	margin: 16px auto 32px ;
	padding: 0;
	font-size:80%;
	display:block;
}
#breadcrumb p{
	text-align:right;
	margin:0 auto ;
}
#breadcrumb a{
	text-decoration:underline;
}
#breadcrumb a:hover{
	text-decoration:none;
}
@media screen and (max-width: 900px) {
	#breadcrumb{
		display:none;
	}
}


/*pagelink*/
.lp_content .main_title ul{
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow:  row wrap;
	flex-flow: row wrap;
}
.lp_content .main_title ul li a{
	color:#fff;
	background-color:#333;
	padding:3px 0.7em;
	margin-right:1em;
}
.lp_content .main_title ul li a:hover{
	opacity:0.7;
	text-decoration:none;
}
@media screen and (max-width:738px) {
	.lp_content .main_title ul li{
		margin-bottom:0.7em;
	}
	.lp_content .main_title ul li a{
		margin-right:0.7em;
		font-size:80%;
		padding:4px 1em;
	}
}

/* intro ------------------------------ */
.intro {
	text-align:center;
	margin-bottom:2em;
}
@media screen and (max-width:738px) {
	.intro {
		font-size:85%;
		padding:1em 2.5%;
		margin-bottom:0.5em;
	}
}


/*flex_box*/
.lp_content .flex_box {
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow:  row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lp_content .flex_box .item img {
	max-width: 100%;
}

.lp_content .flex_box.row_2 .item {
	width:50%;
}
.lp_content .flex_box.row_3 .item {
	width:31.3%;
	margin:0.5em 0;
}
/*縦中央揃え*/
.lp_content .flex_box .aling_item_center {
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;

}
/*横中央揃え*/
.lp_content .flex_box .justify_content_center {
	display:-webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 738px) {
	.lp_content .flex_box.row_2 .item.item_sp {
		width:100%;
	}
	.lp_content .flex_box.row_3 .item.item_sp {
		width:48.5%;
	}
}


.column_recommend  {
	padding:1em;
	background-color:#f7f7f7;
	max-width:980px;
	margin:0 auto;
}
.column_recommend .column_recommend_links {
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow:  row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.column_recommend .column_recommend_links li {
	width:47%;
	list-style:none;
	margin:0 auto;
}
.column_recommend .column_recommend_links a {
	background-color:#fff;
	display: block;
	padding: 18px 1em;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	position: relative;
	z-index: 1;
	border:solid 1px #e6e6e6;
}
.column_recommend .column_recommend_links a:hover {
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.column_recommend .column_recommend_links li.next a:after{
	content: "";
	display: block;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	margin-right: 8px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 8px;
}
.column_recommend .column_recommend_links li.prev a:after {
	content: "";
	display: block;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-135deg);
	margin-left: 8px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 8px;
}
.column_recommend .column_recommend_links li.yokoku {
	padding: 18px 1em;
	background-color: #E9E9E9;
	text-align:center;
	font-size: 15px;
}

@media screen and (max-width: 738px) {
	.lp_content.section_4 {
		padding-top: 0;
		padding-bottom:1em;
	}
	.column_recommend {
		padding: 0.6em 1em 0;
	}
	.column_recommend .column_recommend_links li {
		width:100%;
		margin:0 auto 0.8em;
		font-size:90%;
	}
	.column_recommend .column_recommend_links a {	padding: 18px 1em;	}
}


/* best5 ------------------------------ */
.lp_container .best5 {
	margin-bottom:0;
}
.flex_box.volumes {
	-webkit-flex-flow:  column wrap;
	flex-flow: column wrap;
	width:78%;
	margin: 0 11% 2em;
}

.lp_content .flex_box.volumes .item01 {
	width:100%;
	display:-webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.lp_content .flex_box.volumes .item02 {
	width:100%;
}
.best5 h2 {
		text-align: center;
		margin-top:1em;
}
.best5 .txt1 {
	text-align: center;
	font-size: 24px;
	color: #fb8bbd;
	margin-top:8px;
}
.best5 .txt3 {
		text-align: center;
	margin-bottom:2em;
}

@media screen and (max-width: 738px) {
	.flex_box.volumes {
		width:100%;
		margin: 0 0 1.4em;
	}
	.lp_content .flex_box.volumes .img-vol {	max-width: 80px;	}
	.best5 h2 {
		margin-left:0.4em;
		margin-right:-0.4em;
	}
	.best5 .txt1 {	font-size:124%;	}
	.best5 .txt3 {	font-size:95%;}
}


/* care_nav ----------------- */
.best5 h3 {
		text-align: center;
		margin-bottom:8px;
}
.best5 .txt1-2 {
		text-align: center;
		font-style:italic;
	margin-bottom:24px;
}
.best5 .txt1-2 span {
	text-decoration:underline;
}

.flex_box.care_nav {
	 -webkit-flex-flow: row space-between;
	 flex-flow: row space-between;
	width: 620px;
	margin:0 auto 2em;
}

.flex_box.care_nav li {
	border:solid 5px #c0c0c0;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.flex_box.care_nav li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.flex_box.care_nav .care_1 {
	width: 100%;
}
.flex_box.care_nav .care_2 {
	width: 66.4%;
}
.flex_box.care_nav .col3 {
	width: 32.8%;
}
@media screen and (max-width: 738px) {
	.flex_box.care_nav {
		width: 100%;
		max-width: 620px;
		margin:0 auto 2em;
	}
	.flex_box.care_nav li {
		border:solid 2px #c0c0c0;
	}
}

.flex_box.care_nav li {
	 -webkit-flex-flow: row space-between;
	 flex-flow: row space-between;
}
.best5 .best_box {
	padding-top:2em;
}
.best5 .best_box .item_txt {
	width:100%;
	box-sizing:border-box;
	position:relative;
}
.best5 .best_box .item_txt.col2 {
	width:54%;
}
.best5 .best_box .item_photo {
	width:43%;
	box-sizing:border-box;
	padding-top:80px;
	margin-bottom: 2em;
}
.best5 .best_num {
	margin-bottom: 16px;
}
.best5 .best_num img {
	width: 200px;
}
.best5 .best_box .txt_right {padding-right:24px;}
.best5 .best_box .txt_left {padding-left:24px;}
.best5 .title_1 {
	font-weight:bold;
	font-size:1.5em;
	margin:-8px 0 0.6em;
	border-bottom: dashed 2px;
}
.best5 .color1 { color:#50a7f1; border-bottom-color: #81c5f7;}
.best5 .color2 { color:#76c974; border-bottom-color: #76c974;}
.best5 .color3 { color:#b2a1db; border-bottom-color: #b2a1db;}
.best5 .color4 { color:#f29c52; border-bottom-color: #f29c52;}
.best5 .color5 { color:#f6668d; border-bottom-color: #f6668d;}
.best5 .color6 { color:#45c38d; border-bottom-color: #45c38d;}

.best5 .txt4 {
	font-size:18px;
	margin-bottom:0.6em;
}
.best5 .txt5 {
	text-align:center;
	padding:0.6em 0;
}
.lp_container .best5 .best_box .item_photo img {
	border:solid 1px #c0c0c0;
}

@media screen and (max-width:738px) {
	.best5 .best_box {
		padding-top:0;
		margin-bottom:1em;
	}
	.best5 .best_box .item_txt.col2 {	width:100%;	}
	.best5 .best_box .item_photo {	display:none;	}
	.best5 .best_num {
	margin-bottom: 0.6em;
		text-align:center;
	}
	.best5 .best_num img {
		width:150px;
		margin:0;
		text-align:center;
	}
	.best5 .best_num.best_num4 img {
		margin-left:10%;
	}
	.best5 .title_1 {
		text-align:center;
		font-size:111%;
		margin:0 0 0.6em;
	}
	.best5 .best_photo {
		text-align:center;
		margin:0 auto;
	}
	.best5 .best_photo img {
		border:solid 1px #c0c0c0;
		width:96%;
		margin-bottom:0.8em;
	}
	.best5 .best_box .txt_right {
		padding-right:0;
	}
	.best5 .best_box .txt_left {
		padding-left:0;
	}
	.best5 .txt4 {
		font-size:100%;
		margin-bottom:1em;
		padding:0 2%;
	}
	.best5 .txt5 {padding:0.5em 0;}
}

/*care_item------------------ */
.care_wrap {
	padding: 0 12px 12px 0;
	background-image: url(../images/bg_care_wrap.png);
	background-position: right bottom;
	margin:1em 0 2em;
}
.care_wrap .care_item{
	border:solid 3px ;
	border-radius:16px;
	background-color:#fff;
	padding:20px;
}
.care1.care_item{	border-color: #50a7f1;}
.care2.care_item{	border-color: #76c974;}
.care3.care_item{	border-color: #b2a1db;}
.care4.care_item{	border-color: #f29c52;}
.care5.care_item{	border-color: #f6668d;}
.care6.care_item{	border-color: #45c38d;}

.care_wrap .care_item h3{
	width: 100%;
	text-align: center;
	margin:0;
	font-weight: bold;
	font-size: 24px;
}

.care_wrap .care_item .item1{
	width:30%;
}
.care_wrap .care_item .item2{
	width:65%;
	padding-top:1em;
}
.care_wrap .care_item .item2 h4{
	font-size:130%;
	font-weight:bold;
	margin-bottom:16px;
}
.care_item h4 span{
	border-bottom: dashed 2px;
	line-height: 1.8em;
	padding-bottom:3px;
}
.care_wrap .care_item .item2 .txt_r1{
	padding-bottom:42px;
}
.care_wrap .care_item .item2 .txt_r2{
	font-size: 90%;
}

.care1.care_item h4 span { border-bottom-color: #81c5f7;}
.care2.care_item h4 span { border-bottom-color: #76c974;}
.care3.care_item h4 span { border-bottom-color: #b2a1db;}
.care4.care_item h4 span { border-bottom-color: #f29c52;}
.care5.care_item h4 span { border-bottom-color: #f6668d;}
.care6.care_item h4 span { border-bottom-color: #45c38d;}

@media screen and (max-width:738px) {
	.care_wrap {
		padding: 0 8px 8px 0;
		margin:1em 0;
	}
	.care_wrap .care_item h3{
		width: 100%;
		text-align: center;
		margin: 16px 0 0;
		font-weight: bold;
		font-size: 20px;
	}
	.care_wrap .care_item{
		padding:0 5%;
	}
	.care_wrap .care_item .item1{
		width:100%;
	}
	.care_wrap .care_item .item2{
		width:100%;
		padding-top:1em;
	}
	.care_wrap .care_item .item1 p{
		text-align:center;
		margin:1em 12% 0;
	}
	.care_wrap .care_item .item2 h4{
		font-size:110%;
		text-align:center;
	}
	.care_item h4 span{
		line-height:1.8em;
	}
	.care_wrap .care_item .item2 .txt_r1{
		font-size:90%;
		padding-bottom:30px;
	}
	.care_wrap .care_item .item2 .txt_r2{
		font-size:85%;
		padding-top:0.8em;
	}
}

/* present ------------------------------ */
.best5 .present{
	margin:2.4em 0 3em;
	background-color:#76c974;
	padding:2em 1.4em;
	color:#fff;
}
.best5 .present .item01{
	width:45%;
}
.best5 .present .item02{
	width:55%;
}
.best5 .present .item02 img{
	margin-top:1em;
}
.best5 .present .item02 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.best5 .present .txt_pre1{
	font-size:18px;
}
.best5 .present .txt_pre2{
	font-size:25px;
	font-weight:bold;
}
@media screen and (max-width:738px) {
	.best5 .present{
		margin:0 0 2em;
		padding:1em 5%;
		color:#fff;
	}
	.best5 .present .item01{	width:100%;}
	.best5 .present .item02{ display:none;}
	.best5 .present .item01 img{
		max-width:70%;
		margin-bottom:0.5em;
	}
	.best5 .present .txt_pre1{	font-size:95%;	}
	.best5 .present .txt_pre2{	font-size:124%;	}
	.best5 .present .txt_pre3{
		text-align: right;
		margin: 4px 0 0;
		font-size:12px;
	}
	.best5 .present .bnr a{
		display:block;
		text-align:center;
		text-decoration:none;
		line-height:2.8em;
		border:solid 1px #fff;
		margin:0.8em 0 0;
	}
}

.txt_price {
	margin:72px auto 16px;
	padding:10px 0;
	text-align: center;
	display: block;
	border:solid 1px #7d7d7d;
	width:500px;
	font-size:95%;
}
.txt_price span {
	text-align: left;
	display: inline-block;
}
@media screen and (max-width:738px) {
	.txt_price {
		margin:3em auto 1em ;
		padding:1em 0;
		width:95%;
		max-width:400px;
		font-size:80%;
	}
}

/* note ------------------------------ */
.note_wrap {
	padding: 0;
}
.note{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 96%,
      #ada79c 96%,
      #ada79c 100%
    );
  background-size:
	8px 100%,
	100% 2.4em;
	line-height:2.4;
	font-size: 100%;
	position:relative;
}
.note p{
	margin-bottom:1em;
	font-family: 'Kosugi Maru', sans-serif;
	padding-bottom: 5px;
}
.note .txt-last{
	position:absolute;
	bottom:-32px;
	right:72px;
}

@media screen and (max-width: 738px) {
	.note_wrap {
		margin-bottom:3em;
	}
	.note{
	  background-image:
		linear-gradient(
		  90deg,
		  rgba(0,0,0,0) 0%,
		  rgba(0,0,0,0) 50%,
		  #ffff 50%,
		  #ffff 50%
		),
		linear-gradient(
		  180deg,
		  rgba(0,0,0,0) 0%,
		  rgba(0,0,0,0) 97%,
		  #ada79c 97%,
		  #ada79c 100%
		);
	  background-size:
		8px 100%,
		100% 2em;
	  line-height:2.04;
	  font-size: 90%;
	}
	.note p{
	  margin-bottom:1em;
		padding-bottom: 8px;
		line-height:2.04;
	}
	.note .txt-last{
		bottom:-1em;
		right:10%;
		padding-left:5%;
		width: 280px;
	}
}


/* foot-oubo ------------------------------ */
.foot-oubo {
	text-align:center;
  }
  .foot-oubo .flex_box .item {
	width:50%;
  }
.foot-oubo .btn-contact {
	width: 70%;
	height: 60px;
	padding: 0;
	font-size: 14px;
	background-color:#7ecef4 ;
	color:#fff;
	cursor: pointer;
	border:none;
	margin-bottom:4em;
	font-size:110%;
	border-radius: 6px;
  }
.foot-oubo .btn-contact:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  }
.btn-contact.pink {
  background-color: #f19ca7;
}

@media screen and (max-width: 738px) {
	.foot-oubo {padding-bottom:1.5em;  }
	.foot-oubo .flex_box .item {width:100%;  }
	.foot-oubo .btn-contact {
		height: 3.2em;
		width: 80%;
		margin-bottom:1em;
		font-size:98%;
	  }
}

/* credit ------------------------------ */

.credit{padding-bottom:2em;}
.credit .flex_box {
	margin:2em 0;
	padding:1.6em 2em;
	background-color: #f8cdd3;
}
.credit .flex_box .item {
	box-sizing:border-box;
}
.credit .flex_box .item01 {
	width:40%;
	padding-top:10px;
}
.credit .flex_box .item02 {
	width:60%;
	position: relative;
}
.credit .flex_box .item02 .box_img2 {
	position: absolute;
	top:-1.2em;
	right: 64px;
}
.credit .txt01 {
	font-size:30px;
	font-weight:bold;
	color: #e85296;
	margin:0;
	text-shadow: 4px 4px 3px #fff;
}
.credit .txt03 {
	margin-top:0.8em;
}
.credit .sns{
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow:  row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top:1em;
}
.credit .sns li{
	width: 36px;
	margin-left: 20px;
}
.credit .sns li a{
	display: block;
	width: 36px;
	height: 0;
	padding-top:36px;
	background-color: #fff;
	border-radius: 4px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position: left top;
	background-size: 36px auto;
	background-repeat: no-repeat;
}
.credit .sns li a:hover{
	opacity: 0.7;
}
.credit .sns .website a{background-image: url(https://www.rizoba.com/special/girl/snowangel01/images/sa_icon.svg?19);}
.credit .sns .insta a{	background-image: url(https://www.rizoba.com/special/girl/snowangel01/images/icon_insta.png);}
.credit .sns .fb a{	background-image: url(https://www.rizoba.com/special/girl/snowangel01/images/icon_fb.png);}
.credit .sns .shop a{	background-image: url(https://www.rizoba.com/special/girl/snowangel01/images/icon_shop.png);}

@media screen and (max-width: 738px) {
	.lp_content.credit {
		padding-top: 1em;
	}
	.credit .flex_box {
		margin:2em auto;
		padding:1em 5%;
		background-color: #f8cdd3;
		max-width: 460px;
	}
	.credit .flex_box .item01 {
		display:none;
	}
	.credit .flex_box .item02 {
		width:100%;
	}
	.credit .flex_box .item02 .box_img2 {
		top:0;
		right: -1%;
		transform:skewX(-8deg);
		transform:skewY(-8deg);
	}
	.credit .txt01 {
		font-size:182%;
	}
	.credit .txt03 {
		font-size:90%;
	}
	.credit  .box_img_sp {
		margin-top:1em;
		text-align:center;
	}
	.credit .sns{
	-webkit-justify-content: center;
	justify-content: center;
	}
}

/* footer ------------------------------ */

footer .pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 30px 30px 0;
	z-index: 1000;
}

@media (max-width: 1020px){
	footer .pagetop {margin: 0 10px 30px 0;	}
}

@media (max-width: 750px){
	footer .pagetop {
		width: 8%;
		margin: 0 20px 20px 0;
	}
}

#footer .inner {
	background-color: #f19ca7;
}
#foot_conte {
	padding: 1.6em 1.6em 1em;
	background-color: rgba(255,255,255,0.75);
	max-width: 1020px;
	margin: 0 auto 2.4em;
     }
#foot_conte h4 {
	font-size:16px;
	margin-bottom:1em;
     }
#foot_conte .txt {
	  font-size:94%;
	  line-height:1.6em;
     }
 #foot_tel{
	 margin-top:1em;
	  text-align:right;
    }

@media screen and (max-width: 738px) {
	#foot_conte{  display:none;	}
}

.copy-right{
	  text-align:center;
	  font-size:12px;
	  color:#fff;
 }
 #foot_tel{	text-align:right;   }

 @media screen and (max-width: 612px) {
	 #foot_tel{	  text-align:center;    }
 }

#footer.under {
  border-top: none !important;
  padding-top: 0 !important;
}
#footer a:link, #footer a:visited {
  color: #333;
  text-decoration: none;
}
  #footer .common {
    padding: 25px 15px 35px;
  }
#footer .common ul li + li {
  border-left: 1px solid #333;
}
#footer .common {
  margin-top: 40px;
  padding: 35px 0;
  font-size: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .common ul li {
  color: #333;
}

@media (max-width: 900px) {
  #footer .common {
    padding: 25px 15px 35px;
  }
  #footer .common .container {
    padding: 0;
  }
}



/*アコーディオン*/
.accbox {
	position:relative;
	box-sizing:border-box;
}
@media screen and (max-width: 738px) {
	.accbox {
		margin: 0 auto 1em;
	}
}
/*ラベル*/
.accbox label {
	display: block;
	margin: 0 0 2px;
	cursor : pointer;
	transition: all 0.1s;
	position: relative;
}
/*アイコンを表示*/
.accbox label:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 130px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: right center no-repeat;
	background-image: url(../images/more_open.png);
	-webkit-background-size: 130px auto;
	background-size: 130px auto;
}
@media screen and (max-width: 738px) {
	.accbox label:before {
	right: 0;
	bottom: 0;
	width: 96px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: right center no-repeat;
	background-image: url(../images/more_open.png);
	-webkit-background-size: 96px auto;
	background-size: 96px auto;
	}
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	width: 130px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: right center no-repeat;
	background-image: url(../images/more_close.png);
	-webkit-background-size: 130px auto;
	background-size: 130px auto;
}
@media screen and (max-width: 738px) {
	.cssacc:checked + label:before {
	width: 96px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: right center no-repeat;
	background-image: url(../images/more_close.png);
	-webkit-background-size: 96px auto;
	background-size: 96px auto;
	}
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.7;
}
/*チェックは隠す*/
.accbox input {   display: none;}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 16px 0;
    background-color: #fff;
    opacity: 1;
	border-top:solid 1px #7d7d7d;
	margin-top:16px;
}

@media screen and (max-width: 738px) {
	.cssacc:checked + label + .accshow {   padding: 8px 0; }
	.accshow p {	margin:0 0 8px; }
}
/*.cssacc:checked + label {
	background-color:#fafafa;
	border-bottom:none;
}*/
</pre></body></html>