/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_img_pc.jpg");
	background-color: #dcddd4;
}
.contents1, .contents2, .contents3, .contents4, .contents_last {
	height: auto;
	width: 100%;
	min-width: 1000px;
	position: relative;
	float: left;
	background-size: auto 100%;
	background-repeat: no-repeat;
    padding-bottom: 50px;
}
.contents1 {
}
.contents2 {
	background-color: #fdf1f1;
    background-position: left top;
    background-image: url("../imgs/back1.jpg");
}
.contents3 {
	background-color: #fdf1f1;
    background-position: right top;
    background-image: url("../imgs/back2.jpg");
}
.contents4 {
	background-color: #fcf7ee;
    background-position: left top;
    background-image: url("../imgs/back3.jpg");
}
.contents_last {
    padding-top: 50px;
    padding-bottom: 100px;
}
.contents_inner {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.icon_menu {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
    margin-top: -90px;
}
.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: 60px;
    margin-bottom: 30px;
}
.text_box, .text_box2, .text_box3 {
	height: auto;
	width: 950px;
	position: relative;
	float: left;
	text-align: center;
    margin-left: 25px;
    margin-bottom: 50px;
    text-align: justify;
}
.text_box2 {
	width: 680px;
}
.yomogi_ss {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.maru_ph_box, .maru_ph_box2 {
	height: auto;
	width: 250px;
	position: relative;
	float: left;
    margin-top: -70px;
    margin-left: 25px;
}
.maru_ph_box img, .maru_ph_box2 img {
	margin-bottom: 20px;
}
.menu_area {
	height: auto;
	width: 950px;
	position: relative;
	float: left;
    margin-top: 50px;
    margin-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.menu_box {
	width: 280px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 140px;
    padding-bottom: 25px;
	color: #FFFFFF;
    background: linear-gradient(90deg, #f09499 0%, #eb7177 100%);
}
.menu_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.menu_box li  {
	width: 80%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	position : relative;
	float: left;
	margin-left: 10%;
}
.menu_box li.hn1 {
	width: 100px;
    margin-left: 90px;
    margin-top: -30px;
}
.menu_box li.hn2 {
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 28px;
	line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu_box li.hn3 {
	text-align: justify;
	line-height: 30px;
}
.menu_box li.hn4 {
	margin-top: 10px;
}
.menu_arrow {
	width: 55px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
	background-image: url("../imgs/icon_menu_arrow.svg");
	background-size: 25px 45px;
	background-repeat: no-repeat;
	background-position: center 200px;
}
.btn_box_last {
	width: 460px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-left: 25px;
    margin-right: 5px;
}
.column_area {
	height: auto;
	width: 950px;
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 25px;
	background-color: #FCE7E8;
	border-radius: 15px;
    padding-bottom: 40px;
}
.yomogi_column {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.st {
	height: 65px;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 48px;
	line-height: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-top: 45px;
	margin-bottom: 30px;
}
.st_s {
	font-size: 20px;
	line-height: 20px;
}
.column_line {
	height: 1px;
	width: 100%;
	position: relative;
	float: left;
	background-color: #EB7177;
    margin-bottom: 50px;
}
.column_list {
	height: auto;
	width: 380px;
	position: relative;
	float: left;
	margin-left: 45px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 20px;
	background-image: url("../imgs/column_arrow.svg");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 25px;
}
.column_list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.column_list:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.btn_box_voice {
    height: auto;
    width: 320px;
    position: relative;
    float: left;
    margin: 40px 0 0 340px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_img_sp.jpg");
}
.contents1, .contents2, .contents3, .contents4, .contents_last {
    min-width: 100%;
}
.contents_inner {
    max-width: 100%;
}
.icon_menu {
    margin-top: -70px;
}
.t_text_box {
	font-size: 40px;
	line-height: 60px;
}
.text_box, .text_box2 {
	width: 650px;
    margin-left: 50px;
}
.text_box2 {
	width: 650px;
}
.maru_ph_box, .maru_ph_box2 {
	width: 650px;
	position: relative;
	float: left;
    margin-top: 20px;
    margin-left: 50px;
}
.maru_ph_box2 {
	width: 750px;
    margin-left: 0px;
    margin-top: 0px;
}
.maru_ph_box img {
	margin-bottom: 20px;
}
.maru_ph_box2 img {
    width: 320px;
	margin-bottom: 20px;
    margin-left: 40px;
    margin-right: -20px
}
.menu_area {
	width: 640px;
    margin-top: 70px;
    margin-left: 55px;
}
.menu_box {
	width: 640px;
	margin-bottom: 0px;
    padding-bottom: 50px;
}
.menu_box li.hn1 {
	width: 200px;
    margin-left: 220px;
    margin-top: -70px;
}
.menu_box li.hn2 {
	font-size: 55px;
	line-height: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.menu_box li.hn3 {
	line-height: 50px;
}
.menu_box li.hn4 {
	margin-top: 30px;
}
.menu_arrow {
	width: 100%;
    height: 50px;
	margin-top: 30px;
    margin-bottom: 80px;
	background-image: url("../imgs/column_arrow2.svg");
    background-position: center center;
	background-size: 90px 50px;
}
.btn_box_last {
	width: 670px;
	margin-left: 40px;
}
.column_area {
	width: 670px;
	margin-top: 80px;
	margin-left: 40px;
	border-radius: 25px;
    padding-bottom: 40px;
}
.yomogi_column {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
}
.st {
	height: 75px;
	font-size: 55px;
	line-height: 45px;
	margin-bottom: 45px;
}
.st_s {
	font-size: 30px;
	line-height: 30px;
}
.column_line {
	height: 2px;
}
.column_list {
	width: 530px;
    margin-bottom: 35px;
	font-size: 30px;
	background-size: 20px 20px;
	background-position: left 7px;
	line-height: 35px;
}
.btn_box_voice {
    width: 500px;
    margin: 80px 0 60px 125px;
}

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