@charset "utf-8";

a {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 170%;
	font-size: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
	font-weight: 500;
	color: #333;
	background-color: #fdf3e7;
	background: url(images/bg.png) 0 0 repeat;

}

h1 {
	font-size: 2rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 800;
}

.headlogo{
	width: 600px;
	margin: 0 auto 10px;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 800;
}

h3 {
	font-size: 1.4em;
	font-weight: 800;
	margin: 15px 0 10px 0;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

a,
a:visited {
	color: #515cae;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0066cf;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 10px 0;
	font-size: 1.2em;
}

hr {
	border: none;
	margin: 10px 0;
	clear: both;
}

input {
	margin: 3px;
	padding: 2px;
}

table {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
}

th,
td {
	padding: 8px 10px;
	text-align: left;
}

.gfont {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.alignright {
	float: right;
	margin: 0 0 15px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 15px 0;
}

.aligncenter {
	text-align: center;
	display: block;
	margin: 15px auto;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.pd0 {
	padding: 0;
}

.big {
	font-size: 150%;
}

.small {
	font-size: 0.9em;
}

.red {
	color: #b64f3d;
}

.txc {
	text-align: center;
}

.txr {
	text-align: right;
}

.flexwrap {
	display: flex;
	flex-wrap: wrap;
}

.flex {
	display: flex;
}

.alc {
	align-items: center;
}

.flex-b,
.flex-2 {
	display: flex;
	justify-content: space-between;
}

.flex-3 {
	display: flex;
	justify-content: center;
}

.flex-2 li {
	width: 50%;
}

.flex-2-c {
	width: 48%;
}

.flex-3 li {
	width: 30%;
	padding: 0 1%;
}

.flex-4 li {
	width: 24%;
	margin-right: 1%;
}

.flex30 {
	width: 28%;
}

.flex40 {
	width: 38%;
}

.flex50 {
	width: 50%;
}

.flex60 {
	width: 58%;
}

.flex70 {
	width: 68%;
}

.wrap800 {
	max-width: 980px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}

.wrap980 {
	max-width: 980px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}

.wrap1200 {
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.table01 th {
	min-width: 20%;
}

.table01 {
	margin: 0 0 30px 0;
}

.table01 th,
.table01 td {
	border-bottom: 1px solid #fff;
	padding: 10px 14px;
}

.table01 th {
	border-bottom: 1px solid #FFF;
	background-color: #837675;
	color: #FFF;
}

.table01 td {
	background-color: #fffef7;
}

.table01 table{
	border: 1px dotted #837675;
}
.table01 table th,.table01 table td{
background-color: #fffef7;
color: #837675;
border-bottom: 1px dotted #837675;
}

.table01 td input,
.table01 td textarea
{
	font-size: 1.1em;
	width: 100%;
}
form#mailformpro .table01 td.wm label{
	display: block;
	max-width: 90%;
}

.table01 td.short input{
	width: 200px;
}
.table01 td textarea {
	height: 300px;
}

.table01 td input.mfp_element_radio {
	width: auto;
}

@media screen and (max-width: 767px) {

	.wrap980,
	.wrap800,
	.wrap1200 {
		padding: 10px 20px;
	}
	.headlogo{
		width: 80%;
		margin: 0 auto 10px;
	}
	
	p {
		font-size: 1em;
	}

	.mb60 {
		margin-bottom: 30px !important;
	}

	.mb30 {
		margin-bottom: 15px !important;
	}

	.flex-b,
	.flex-3,
	.flex-2 {
		flex-direction: column;
	}

	.flex-2-c,
	.flex-2 li,
	.flex70,
	.flex30 {
		width: 100%;
	}

	.flex-3 li {
		width: 70%;
		margin: 0 auto 10px;
		text-align: center;
	}
	.flex-4 li {
		width: 49%;
		margin: 0 1% 8px 0;
	}
	.table01,
	.table01 tbody,
	.table01 tr,
	.table01 th,
	.table01 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.table01 th {
		border-bottom: none;
		padding: 5px;
	}

	.table01 td {
		line-height: 1.6;
		font-size: 90%;
		padding: 5px;
	}

	h2 {
		font-size: 1.2em;
	}
	.mfp_element_all{
		max-width: 98% !important;
	}
}

.must {
	background: #ff4c34;
	color: #FFF;
	font-size: 70%;
	font-weight: bold;
	padding: 1px 5px;
	text-shadow: none;
	box-shadow: none;
	line-height: 120%;
	display: inline-block;
	border-radius: 5px;
	margin-left: 5px;
	border: none;
}


@media screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}

	.pc_txc {
		text-align: center;
	}
}

.btn-orange,
.btn-orange:visited {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 0.8em 2.2em;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	margin-top: 10px;
	background-color: #f76a28;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	transition: all 0.5s 0s ease;
}

.btn-orange:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #c5480e;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}

.sttl {
	background-color: #ea676f;
	color: #FFF;
	padding: 14px 10px 14px 10px;
	text-align: center;
	border-radius: 14px;
	font-size: 180%;
}


footer {
	background-color: rgba(226, 210, 201, 0.4);
	color: #333;
	padding: 40px 0 80px;
}

footer a,
footer a:visited {
	color: #cf625a;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.okomari {
	align-items: flex-end;
	justify-content: center;
}

.okomariimg {
	width: 200px;
}

.okomariimg2 {
	width: 260px;
}

.okomaritxt {
	padding: 0 14px;
	text-align: center;
}

.okomaritxt .ulwrap {
	display: flex;
	align-items: center;
	flex-direction: column;

}

.okomaritxt li {
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 10px;
	position: relative;
	padding: 0em 0.3em 0.3em 1.3em;
}

.okomaritxt li:after,
.okomaritxt li:before {
	position: absolute;
	content: '';
	display: block;
	background: #FFC107;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}

.okomaritxt li:before {
	top: 0.6em;
	left: 0.2em;
	height: 8px;
	transform: rotate(-45deg);
}

.sonota li {
	background-color: #FFF;
	color: #ea676f;
	border-radius: 14px;
	border: 3px solid #ea676f;
	text-align: center;
	padding: 14px 3px;
	font-size: 1.3em;
}
.contactbtn{
	display: flex;
	justify-content: center;
	width: 100%;
}
.contactbtns{
	position: fixed;
	right: 0;
	top: 30%;
}
.contactbtn a{
	display: block;
	margin: 5px;
}
.contactbtn img{
	border-radius: 8px;
}
.contactbtns img{
	border-radius: 8px 0 0 8px;
}


/*spメニュー*/

@media screen and (max-width: 767px) {

	.pc_only {
		display: none !important;
	}

	.sp_txc {
		text-align: center;
	}

	.sp_txt {
		font-size: 90%;
	}

	.sp_img{
		width: 65%;
		display: block;
		margin: 0 auto;
	}
	.big {
		font-size: 120%;
	}

	.okomari {
		flex-direction: column;
	}

	.okomaritxt {
		padding: 0;
	}

	.okomaritxt li {
		font-size: 1em;
	}

	.okomariimg {
		width: 100%;
	}

	.okomariimg img {
		width: 150px;
		display: block;
		margin: 0 auto 10px;
	}

	.okomariimg2 {
		display: none;
	}

	.sttl {
		font-size: 1.2em;
	}

	.sonota li {
		padding: 8px 3px;
		font-size: 1em;
	}
	.muryouicon{
		width: 100%;
		align-items: center;
	}

	.maruicon{
		width: 70px;
		height: 70px;
	}
	.contactbox{
		display: flex;
		flex-direction: column;
	}
	
	.contact02{
		width: 100%;
	}

	.btn-orange,
	.btn-orange:visited {
	padding: 0.5em 0.8em;
	width: 100%;
	text-align: center;
}

.contactbtns{
	background-color: rgba(255,255,255,0.4);
	display: flex;
	justify-content: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}
.contactbtns a{
	display: block;
	margin: 5px;
}
.contactbtns img{
	border-radius: 8px;
}
}



.simplebox {
	padding: 14px 18px;
	font-size: 1.1em;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media screen and (max-width: 767px) {
	.simplebox {
		margin: 5px 8px;
		font-size: 0.9em;
		line-height: 1.5;
	}
}

form#mailformpro label.mfp_checked,
form#mailformpro label.mfp_not_checked {
	padding: 3px 14px;
}

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
  }
	.fade2 {
		-moz-transition-delay:200ms;
		-webkit-transition-delay:200ms;
		-o-transition-delay:200ms;
		-ms-transition-delay:200ms;
		}
		.fade3{
		-moz-transition-delay:400ms;
		-webkit-transition-delay:400ms;
		-o-transition-delay:400ms;
		-ms-transition-delay:400ms;
		}