@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400i|Playfair+Display:400i');
@import url('https://fonts.googleapis.com/css?family=Corben:700|Modak|Titan+One');


.m-font {
font-family: 'Sawarabi Mincho';
}
.m-font2 {
font-family: 'Hannari';
}
.m-font3 {
font-family: 'Kokoro';
}

.g-font {
font-family: 'Mplus 1p';
}
.g-font2 {
font-family: 'Sawarabi Gothic';
}
.g-font3 {
    font-family: 'Noto Sans Japanese';
}
.ma-font {
font-family: 'Rounded Mplus 1c';
}

.e-font {
	font-family: 'Playfair Display', serif;
　　　　font-family: 'EB Garamond', serif;
}

.e-font3 {
	font-family: 'Corben', cursive;
}
.e-font4 {
	font-family: 'Modak', cursive;
}




/*---------------------
  アイコン
---------------------*/


.mail-solid.icon {
	color: #F09A18;
	position: absolute;
	margin-top: 3px;
	width: 15px;
	height: 10px;
	border-radius: 1px;
	border: solid 1px currentColor;
	background-color: currentColor;
	margin-left: -28px;
}
.mail-solid.icon:before {
	content: '';
	position: absolute;
	left: 7px;
	top: -4px;
	width: 1px;
	height: 10px;
	color: white;
	background-color: currentColor;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: rotate(-54deg);
	transform: rotate(-54deg);
}
.mail-solid.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  color: white;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}


.pin-solid.icon {
  color: #2262B5;
  position: absolute;
  margin-left: -24px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 7px 7px 7px 0;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pin-solid.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  color: white;
  border: solid 1px currentColor;
  border-radius: 3px;
  background-color: currentColor;
}



/*---------------------
  アイコンここまで
---------------------*/
.tx1 {
	font-size: 64%;
	line-height: 20px;
	color: #999;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	font-weight: normal;
	text-align: center;
}


.caption1 {
	margin-bottom: 15px;
	text-align: center;
}
.caption2 {
	font-size: 200%;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 16px;
}

.caption3 {
	font-size: 200%;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 16px;
}
.caption4 {
	font-size: 200%;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.t-1 {
	position: relative;
	background-color: #FF6666;
	border-radius: 16px;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 92%;
	margin-left: 6px;
	font-weight: 500;
	clear: both;
	line-height: 24px;
	float: left;
}
.t-1::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #FF6666;
}

.t-2 {
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}
.t-3 {
	font-size: 130%;
	line-height: 28px;
	font-weight: 400;
	color: #FF7373;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
.t-4 {
	position: relative;
	background-color: #00CC33;
	border-radius: 16px;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 82%;
	margin-left: 6px;
	font-weight: 500;
	clear: both;
	line-height: 24px;
	float: left;
}
.t-4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #00CC33;
}

.mt-1 {
	font-size: 160%;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 0.2em;
	text-shadow: 0 0 20px #000,0 0 20px #000;
}


.news-t2 {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
.news-t3 {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
.menu-p {
	font-size: 86%;
	letter-spacing: -0.1em;
	top: 1px;
}

.p-1 {
	font-size: 88%;
	line-height: 24px;
	clear: both;
	letter-spacing: 0.1em;
	color: #000;
	margin-right: 10px;
	margin-left: 15px;
}



.p-2 {
	font-size: 86%;
	line-height: 22px;
	clear: both;
	margin-bottom: 10px;
	color: #FFFFF3;
	text-align: center;
}
.p-3 {
	font-size: 88%;
	line-height: 24px;
	clear: both;
	padding-right: 14px;
	padding-left: 18px;
	color: #333;
	margin-bottom: 10px;
}

.p-4 {
	font-size: 90%;
	line-height: 22px;
	clear: both;
	padding-right: 10px;
	padding-left: 16px;
	color: #333;
	margin-bottom: 14px;
}
.p-5 {
	font-size: 100%;
	line-height: 26px;
	clear: both;
	color: #71584F;
	margin-bottom: 14px;
	text-align: center;
	font-weight: 400;
}





.big-p {
	font-size: 200%;
	font-weight: bold;
	padding-left: 10px;
}
.en-p {
	text-align: center;
}




.mini-p {
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 0 20px #000,0 0 20px #000;
}
.mini-p2 {
	font-size: 76%;
	padding-left: 4px;
}
.menu-p1 {
	font-size: 86%;
	font-weight: 700;
	color: #795422;
	line-height: 28px;
	margin-bottom: 4px;
	clear: both;
	padding-top: 4px;
	background-attachment: scroll;
	background-image: url(../img/item9.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.menu-p2 {
	font-size: 68%;
	line-height: 20px;
	color: #CC3366;
	font-weight: normal;
}


.menu-p3 {
	font-size: 68%;
	line-height: 20px;
	color: #FFF;
	background-color: #FF3366;
	text-align: center;
	width: 86px;
	margin-right: 10px;
	float: left;
	font-weight: normal;
	margin-top: 7px;
	border-radius: 6px;
}
.menu-p4 {
	font-size: 68%;
	line-height: 20px;
	color: #795422;
	font-weight: bold;
	float: right;
	margin-top: -38px;
	padding-bottom: 10px;
}
.menu-p5 {
	font-size: 86%;
	font-weight: 700;
	color: #795422;
	line-height: 28px;
	margin-bottom: 4px;
	clear: both;
	padding-top: 4px;
	background-attachment: scroll;
	background-image: url(../img/item10.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.sen-1 {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #00BFF3;
	padding-right: 0.5ex;
	padding-left: 0.5em;
	padding-bottom: 0.4ex;
}
.sen-2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 0.5ex;
	padding-left: 0.5em;
	padding-bottom: 0.4ex;
}

.foot-p {
	font-size: 92%;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
	color: #0099CC;
}


.foot-p a:link {
	color: #0099CC;
	font-size: 92%;
	line-height: 24px;
	text-decoration: none;
}
.foot-p a:visited {
	font-size: 92%;
	color: #0099CC;
	text-decoration: none;
}

.foot-p a:hover {
	text-decoration: none;
}





.st-1 {
	color: #FF6666;
}
.st-2 {
	color: #FF6666;
	font-weight: bold;
}
.st-3 {
	color: #1C7293;
	font-weight: bold;
	clear: both;
	font-size: 90%;
	line-height: 22px;
	margin-left: 16px;
	margin-bottom: 10px;
}
.st-4 {
	color: #FF6666;
	font-weight: bold;
	clear: both;
	font-size: 140%;
	line-height: 22px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}







.copy-p {
	padding-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	font-size: 70%;
	font-weight: bold;
	background-color: #F07800;
	margin-bottom: 15px;
}
