/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_img_pc.jpg");
	background-color: #e8e4e1;
}
.contents {
	height: auto;
	width: 100%;
	min-width: 1000px;
	position: relative;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
    padding-bottom: 200px;
}
.contents_inner {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.menu_box1 {
	width: 1000px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 100px;
	background-color: #FCE7E8;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    padding-bottom: 40px;
}
.menu_box2 {
	width: 1000px;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 30px;
	background-color: #fadbdd;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.yomogi_ss {
	height: 95px;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.icon_menu {
	height: auto;
	width: 100px;
	position: relative;
	float: left;
    margin-top: -50px;
    margin-left: 450px;
}
.t_text_box {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-top: 30px;
    margin-bottom: 20px;
}
.text_box {
	height: auto;
	width: 620px;
	position: relative;
	float: left;
	text-align: center;
    margin-left: 50px;
    text-align: justify;
}
.maru_ph_box {
	height: auto;
	width: 250px;
	position: relative;
	float: left;
    margin-top: -70px;
    margin-left: 25px;
}
.obi {
	height: auto;
	width: 900px;
	position: relative;
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-left: 50px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
}
.text_box2 {
	height: auto;
	width: 900px;
	position: relative;
	float: left;
	text-align: center;
    margin-left: 50px;
    text-align: justify;
}
.btn_box_last {
	width: 460px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
    margin-botom: 20px;
	margin-left: 25px;
    margin-right: 5px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_img_sp.jpg");
}
.contents {
    min-width: 100%;
}
.contents_inner {
    max-width: 100%;
}
.menu_box1 {
	width: 670px;
	margin-top: 150px;
    margin-left: 40px;
}
.menu_box2 {
	width: 670px;
    margin-left: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.yomogi_ss {
	display: none;
}
.icon_menu {
	width: 150px;
    margin-top: -65px;
    margin-left: 260px;
}
.t_text_box {
	font-size: 40px;
	line-height: 60px;
}
.text_box {
	width: 570px;
    margin-left: 50px;
}
.maru_ph_box {
	width: 570px;
    margin-top: 30px;
    margin-left: 50px;
}
.obi {
	width: 620px;
	font-size: 35px;
	line-height: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 30px;
    margin-left: 25px;
}
.text_box2 {
	width: 570px;
}
.btn_box_last {
	width: 670px;
	margin-left: 40px;
}

}/* @media only screen and (max-width: 750px) */
