@charset "euc-jp";
/* ----------------------
 * common
 *---------------------- */
.cate_sp_box {
	margin: 0;
	text-align: left;
	overflow: hidden;
}
/* ----------------------
 * common
 *---------------------- */
/* ----------------------
 * about
 *---------------------- */
.about_top {
	width: 100%;
	aspect-ratio: 640/110;
	margin: 0 auto 0px;
	background: url(../images_sp/common/about_top.jpg) no-repeat;
	background-size: 100% 100%;
}

.about_bg .top_intro_top {
	background-image: url(../images_sp/common/about_intro_top.jpg);
	aspect-ratio: 640/590;
}

.about_bg {
	width: 100%;
}
.about_bg2 {
	width: 100%;
	margin: 0 0 -1px;
	background: url(../images_sp/top/top_intro_bg.jpg) repeat-y;
	background-size: 100% auto;
}
.about_box2 strong {
	color: #ffe748;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
.about_bt {
	width: 100%;
	aspect-ratio: 320/50;
	margin: -1px 0 0;
	background: url(../images_sp/common/res_bt.jpg) no-repeat;
	background-size: 100% 100%;
}
.about_box {
	text-align: left;
}
.about_box2  {
	padding: 1% 0;
	margin: 0 auto 0;
	padding-bottom: 3%;
}
.about_box2 .text3 {
	margin: 0 5% 0;
	text-align: left;
	padding-bottom: 3%;
}

.about_title {
	width: 100%;
	padding: 7% 5%;
  margin: 0 auto 0%;
	box-sizing: border-box;
	border-image-slice: 30 0 30 0 fill; 
  border-image-width: 20px 0 20px 0;
  border-image-repeat: round round;
  border-image-source: url(../images_sp/common/res_title2.jpg);
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 140%;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
	text-shadow: 0 0.1rem 0.15rem #033aec, 0 -0.1rem 0.15rem #033aec, 0 0.1rem 0.4rem #033aec, 0 -0.1rem 0.4rem #033aec, 0 0.1rem 0.5rem #033aec, 0 -0.1rem 0.5rem #033aec;
	display: flex;
  align-items: center;
  justify-content: center;
	flex-direction: row;
}
@media screen and (min-width: 640px) {
	.about_title {
		padding: 6% 5%;
		border-image-width: 30px 0 30px 0;
	}
}


.about_moji_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
.about_moji_box img {
	aspect-ratio: 1/1;
}
.about_moji_box.hira img {
	width: 7%;
}
.about_moji_box.ryu {
	margin: -1% 0 1%;
}
.about_moji_box.ryu img {
	width: 16%;
}

/* ----------------------
 * about
 *---------------------- */



/* ----------------------
 * profile
 *---------------------- */
.pro_top {
	width: 100%;
	aspect-ratio: 640/510;
	background: url(../images_sp/common/pro_top.jpg) no-repeat;
	background-size: 100% 100%;
}
.pro_bg {
	width: 100%;
	margin: 0 auto -1px;
	background: url(../images_sp/top/box_bg.jpg) repeat-y;
	background-size: 100% auto;
}
.pro_bt {
	width: 100%;
	aspect-ratio: 640/50;
	margin: 0 auto -1px;
	background: url(../images_sp/top/box_bt.jpg) no-repeat;
	background-size: 100% 100%;
}
.pro_msg {
	width: 100%;
	aspect-ratio: 640/100;
	background: url(../images_sp/common/pro_msg.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 5% auto 0;
	clear: both;
}

.pro_box {
	padding: 0 5% 0;
	text-align: left;
	word-break: break-all;
}

.pro_box2 {
	text-align: left;
}
.pro_box3 {
	text-align: left;
	margin: 20px 0 0;
}
.pro_box4 {
	text-align: left;
	margin: 0 100px;
}
.pro_text {
	margin: 0 60px;
}
.pro_sign {
	width: 30%;
	aspect-ratio: 1/1;
	background: url(../images_sp/common/pro_sign.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: right;
	float: right;
}
.pro_txt{
	width: 250px;
    color: #100;
    font-size: 70%;
    line-height: 165%;
    letter-spacing: 0.1em;
    padding: 10px;
    border: 1px solid #f57da4;
    background-color: #fff;
	margin: 10px auto;
}

.pro_bg a.link2:link{
	color: #181159;
}

.pro_img {
	display: inline;
	width: 30%;
	aspect-ratio: 476/679;
	background-image: url(../images_sp/common/pro_book.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin: 3% 3% 1% 0; 
}

/* ----------------------
 * profile
 *---------------------- */