* {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
}
@font-face {
	font-family: 'myfont';
	src: url(../font/%E3%83%92%E3%83%A9%E3%82%AE%E3%83%8E%E6%98%8E%E6%9C%9D%20Pro%20W6.otf);
}
@font-face {
	font-family: 'min400';
	src: url('../font/NotoSerifJP-400.otf') format("opentype");
}
@font-face {
	font-family: 'min500';
	src: url('../font/NotoSerifJP-500.otf') format("opentype");
}
@font-face {
	font-family: 'min600';
	src: url('../font/NotoSerifJP-600.otf') format("opentype");
}
@font-face {
	font-family: 'min700';
	src: url('../font/NotoSerifJP-700.otf') format("opentype");
}
@font-face {
	font-family: 'min900';
	src: url('../font/NotoSerifJP-900.otf') format("opentype");
}
@font-face {
	font-family: 'SawarabiMincho';
	src: url('../font/SawarabiMincho-Regular.ttf') format('truetype');
}
html {
	background-image: url(../img/index/haikei2.png);
	background-position: center;
}
.foot-back {
	background-color: #40210c;
	padding-top: 30px;
	padding-bottom: 132px;
}
.otoiawase {
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #fcf8ed;
	padding: 7px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.otoiawase img {
	width: 21px;
	display: inline-block;
}
.otoiawase p {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.link {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 15px;
}
.privacy {
	border: 1px solid #fcf8ed;
	color: #fff;
	border-radius: 5px;
	padding: 8px 18px;
	width: 48%;
}
.privacy p {
	font-size: 14px;
	font-weight: bold;
}
.faq {
	border: 1px solid #fcf8ed;
	color: #fff;
	border-radius: 5px;
	width: 48%;
	padding: 8px 37px;
}
.faq p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.foot-text {
	text-align: center;
	line-height: 25px;
}
.foot-p {
	color: #fff;
	font-size: 17px;
	font-family: "myfont";
}
.foot-p2 {
	color: #fcf8ed;
	font-size: 14px;
}
.foot-p3 {
	color: #fcf8ed;
	font-size: 14px;
}
.foot-p4 {
	color: #fcf8ed;
	font-size: 14px;
}
.head-flex {
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 50;
	height: 97px;
	background-color: #fff;
}
.h-f1 {
	width: 38%;
	padding: 14px 19px;
}
.h-f1 img {
	width: 100%;
}
.h-f2 {
	width: 20%;
	background-color: #693905;
	text-align: center;
}
.h-f2 img {
	margin-top: 17px;
	width: 30%;
}
.h-f2 p {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
.h-f3 {
	width: 20%;
	background-color: #f1ab3f;
	text-align: center;
	font-family: "myfont";
}
.h-f3 img {
	margin-top: 18px;
	width: 40%;
}
.h-f3 p {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
}
.h-f4 {
	width: 22%;
}
.h-f4 p {
	font-family: 'min700', sans-serif;
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 67%;
}
.h-f5 {
	width: 40%;
	background-color: #c1996b;
	text-align: center;
	padding-top: 23px;
	height: 98px;
}
.h-f5 div {
	width: 75%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 18px;
	height: 35px;
}
.h-f5-p {
	line-height: 35px;
	font-size: 15px;
}
.h-f5-p span {
	font-size: 11px;
}
.h-f5-p2 {
	font-family: 'min700', sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 7px;
}
/*ハンバーガーメニュー*/
.burger-btn {
	display: block;
	width: 29px;
	height: 27px;
	position: absolute;
	z-index: 3;
	border: none;
	top: 22px;
	right: 31px;
}
.bar {
	width: 41px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}
.bar_top {
	top: 0px;
}
.bar_mid {
	top: 45%;
}
.bar_bottom {
	bottom: 1px;
}
/*↑ここまでハンバーガーメニュー*/

.foot-flex {
	position: fixed;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #693905;
	padding: 3px;
	z-index: 10;
}
.f_menu {
	width: 24%;
	border: 1px solid #fefefebf;
	text-align: center;/*padding: 16px 0px !important;*/
}
.f_menu p {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	font-size: 14px;
}
.f-f1 {
	padding: 16px 0px;
}
.f-f1 img {
	max-width: 55px;
	width: 100%;
}
.f-f1 p {
	margin-top: 13px;
}
.f-f2 {
	padding: 13px 0px;
	background-color: #a27a51;
}
.f-f2 img {
	max-width: 33px;
	width: 100%;
}
.f-f2 p {
	margin-top: 10px;
}
.f-f3 {
	padding: 14px 0px;
}
.f-f3 img {
	max-width: 40px;
	width: 100%;
}
.f-f3 p {
	margin-top: 13px;
}
.f-f4 {
	padding: 13px 0px;
	background-color: #a27a51;
}
.f-f4 img {
	max-width: 37px;
	width: 100%;
}
.f-f4 p {
	margin-top: 13px;
}

@media screen and (max-width: 375px) {
.head-flex {
	height: 86px;
}
.h-f5 {
	padding-top: 21px;
	height: 86px;
}
.h-f2 p {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
}
.h-f5 div {
	width: 75%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 18px;
	height: 28px;
}
.h-f5-p {
	line-height: 28px;
	font-size: 13px;
}
.burger-btn {
	right: 26px;
}
.f_menu {
	width: 24%;
}
.f-f1 img {
	max-width: 48px;
}
.f-f1 p {
	margin-top: 13px;
}
.f-f2 {
	padding: 12px 0px;
}
.f-f2 img {
	max-width: 31px;
}
.f-f2 p {
	margin-top: 8px;
}
.f-f3 {
	padding: 13px 0px;
}
.f-f3 img {
	max-width: 36px;
}
.f-f3 p {
	margin-top: 12px;
}
.f-f4 {
	padding: 11px 0px;
}
.f-f4 img {
	max-width: 34px;
}
.f-f4 p {
	margin-top: 11px;
}
.privacy {
	padding: 8px 10px;
	font-size: 13px;
}
.privacy p {
	text-align: center;
	font-size: 13px;
}
.faq {
	padding: 8px 2px;
}
.faq p {
	text-align: center;
	font-size: 13px;
}
.otoiawase img {
	width: 17px;
}
.otoiawase p {
	font-size: 14px;
}
.link {
	margin-bottom: 15px;
}
.otoiawase {
	padding: 5px;
}
.foot-p2, .foot-p3, .foot-p4 {
	font-size: 12px;
}
.foot-back {
	padding-bottom: 124px;
}
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
	.head-flex {
    height: 72px;
}
.h-f1 {
    padding: 9px 16px;
}
.h-f2 img {
    margin-top: 11px;
}
.h-f2 p{
    margin-top: 10px;
    font-size: 10px;
}
.h-f3 img{
    margin-top: 12px;
    width: 38%;
}
.h-f3 p{
    margin-top: 14px;
    font-size: 10px;
}
.burger-btn{
    right: 20px;
    top: 16px;
    height: 19px;
}
.bar{
    height: 2px;
    width: 26px;
}
.bar_mid{
    top: 40%;
}
.h-f4 p{
    top: 67%;
}
}
