@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Cherry+Swash|Elsie+Swash+Caps|Mountains+of+Christmas|Unkempt');

/***common  settig***/
html, body {
	font-size: 16px;
}
body, a {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header {
	background-image: url("../images/pagetop_S3.JPG");
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
header a {
	color: #fff;
	font-weight: bold;
}
header ul {
	display: flex;
	margin: 0;
	padding: 20px;
}
header li {
	padding: 0 15px;	
}
header nav {
	position: absolute;
	right: 0;
}
	
h1 {
	font-family: 'Elsie Swash Caps', cursive;
	color: #ffffff;
	font-size: 4rem;
	letter-spacing: 0.3rem;
	margin: 0;
	position: absolute;
	top: 18%;
	left: 10%;
	}
.logo {
	width: 100px;
	height: 100px;
	vertical-align: -22px;
	padding-left: -2px;
}
.sub_title {
	width: 100%;
	font-size: 2rem;
	position: relative;
}
.sub_title p {
  position: absolute;
	top: 280px;
	left: 200px;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.7);
	font-weight: bold;
	font-size: 1.5rem;
	font-family: 'Elsie Swash Caps', cursive;	
}
.contentwrapper {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

header .contentwrapper {
	padding-top: 18rem;
}

/*ページトップへ戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.handmade {
	font-weight: bold;
	color: royalblue;
}
h2 {
	font-size: 2.6rem;
	letter-spacing: 0.5rem	
}
a:hover {
	opacity: 0.6;
}
#about p {
	font-size: 1.2rem;
	line-height: 3rem;
	column-width: 20rem;
	column-gap: 2.4rem;
	text-align: left;
}
.konkai {
	position: relative;
	font-size: 1.2rem;
	margin-bottom: 3.5rem;
	}
.noel {
	position: absolute;
	left: 10px;
	top: 0;
	width: 20%;
}
#topics .flexcontent {
	flex-basis: 30%;
	flex-grow: 1;
}
#topics {
	background-image: url("../images/mainleaf_03.png");
	background-size: auto;
}
#topics .flexcontent p {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.95rem;
	line-height: 160%;
	padding-bottom: 2rem;
}
.flex {
	display: flex;
}
#topics figure img {
	width: 100%;
}
.this {
	font-size: 2rem;
	font-weight: bold;
	color: #5E90B3;
	text-align: left;
}
.stripe_kuri{
  padding: 20px;
  background-size: 10px 10px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg,#eae8f2 25%,transparent 25%,transparent 50%,#eae8f2 50%,#eae8f2 75%,transparent 75%,transparent);
}
.moji{
	position: relative;
}
.moji p{ 
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	font-size: 4em;
	font-family: 'Elsie Swash Caps', cursive;
}
.moji img{
	width: 70%; 
}
#gallery p {
	font-size: 2rem;
	font-family: 'Elsie Swash Caps', cursive;
	color: rosybrown;
}
#gallery {
	background-image: url("../images/happa.png");
	background-size: auto;
}
#gallery img {
	width: 100%;
	height: 100%;
}
.flex {
	margin: 0;
	padding: 0;
}
#profile p {
	font-size: 1.2rem;
	line-height: 2.6rem;
	column-width: 20rem;
	column-gap: 2.4rem;
	text-align: left;
}
.rule_table tr,
.rule_table td {
	border: solid 1px #aaaaaa;
}
.rule_table {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.rule_table tr {
	display: table-row;
}
.rule_table td {
	font-display: table-cell;
	padding: 10px 20px 10px 20px;
}
.bumon {
	background-color: #dfdfdf;
	text-align: left;
}
.naiyou {
	text-align: left;
}
.sign {
	font-size: 1.4rem;
	padding-right: 10rem;
	text-align: right;
}
h3 {
	font-size: 1.5rem;
}
.palogo {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: -0.2rem
}
.info {
	text-align: left;
	list-style-type: square;
	line-height: normal;
}
.form {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 2rem;
	padding: 2rem 0;
}
#point {
	text-align: left;
	list-style-type: square;
	line-height: normal;
}

/**/

#upperfooter {
	margin-top: 50px;
	background-color: #778284;
}
#upperfooter h2 {
	font-family: 'Elsie Swash Caps', cursive;
	margin-top: 10px;
	letter-spacing: 0.1rem;
	color: #ffffff;
}
#upperfooter li {
	flex-grow: 1;
	flex-basis: auto;
}
footer nav {
	width: 70%;
	margin: 0 auto;
}
#bottomfooter {
	background-color: #343434;
	color: #ffffff;
	text-align: center;
}
footer p, footer h2 {
	margin: 0;
}
footer a {
	color: #ffffff;
}
.questions {
	padding: 5px 30px;
	background-color: #dfdfdf;
}
#message_form {
	text-align: left;
	padding-left: 12%;
}
/*ここから上がPC向けCSS*/


@media screen and (max-width: 1024px) {
	/*この中がタブレット（大）向けCSS*/
	
.rule_table, .rule_table tr, .rule_table td {
		display: block;
}	
	footer nav {
	width: 100%;
	}
#news dt {
		width: 100%;
		padding: 10px 0;
		}
	#news dd {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		}	
}

@media screen and (max-width: 768px) {
	/*この中がタブレット（小）向けCSS*/	
}

@media screen and (max-width: 480px) {
	/*この中がスマートフォン向けCSS*/
	
	.flex {
		display: block;
    }
	img {
		border: 0;
		max-width: 100%;
		height: auto;
		}
	header nav {
		background: rgba(255,255,255,0.85);
		position : relative;
		z-index: 1;
		display: none;
		}
	header nav ul {
		display: block;
		padding: 20px 0 12rem 0;
		}
	header nav li {
		font-size: 0.85rem;
		padding: 20px;
		color: #606060;
		border-bottom: 1px solid rgba(118,123,133,0.3);
		text-align: center;
		}
	header nav a {
		color: #333;
		font-weight: normal;
		text-shadow: none;
		}
	.header nav a:hover {
		color: #1861ae!important;
		}
	#menuwrapper {
		width: 100%;
		background: rgba(255,255,255,0.85);
		padding: 15px 15px 10px 15px;
		box-sizing: border-box;
		}
	.trigger,.trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		}
	.trigger {
		position: relative;
		width: 35px;
		height: 30px;
		}
	.trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #718085;
		border-radius: 4px;
		opacity: 1;
		}
	.trigger a:hover {
		opacity: 1;
		}
	.trigger span:nth-of-type(1) {
		top: 0;
		}
	.trigger span:nth-of-type(2) {
		top: 12px;
		}
	.trigger span:nth-of-type(3) {
		bottom: 0;
		}
	.contentwrapper {
    width: 90%;
		}
	h1 {
		font-size: 2rem;
		}
	h2 {
		font-size: 1.5rem;		
		}
	h3 {
		font-size: 1.2rem;
	}
	.sub_title p {
		font-size: 0.7rem;
		top: 70px;
	  left: 28px;
	}
	#about p, #profile p {
	font-size: 1rem;
	line-height: 2rem;
	}
	.this {
		font-size: 1.5rem;
		}
	.trigger.active span:nth-of-type(1) {
		-webkit-transform:translateY(10px)rotate(-45deg);
		transform: transrateY(10px)rotate(-45deg);
		}
	.trigger.active span:nth-of-type(2) {  
		left: 50%;
		opacity: 0;
		-webkit-amimation:active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
		}
	@-webkit-keyframes active-menu-bar02 { 100% { height: 0; } } 
	@keyframes active-menu-bar02 { 100% { height: 0; } }
	.trigger.active span:nth-of-type(3) {
		-webkit-transform:translateY(-15px)rotate(45deg);
		transform:translateY(-15px)rotate(45deg);
		}
	.onanimation {
		display: block;
		}
	header {
		height: 400px;
		}
	.logo {
	width: 50px;
	height: 50px;
	vertical-align: -11px;
	padding-left: -1px;
		}
	header .contentwrapper {
	width: 100%;
	padding-top: 8rem;
		}
	#upperfooter, contentwrapp, footer nav {
	width: 100%;
		}
	#upperfooter li {
		flex-grow: 1;
		flex-basis: auto;
		border-bottom: 1px solid #c0c0c0;
		padding: 1rem 0;
		}
	#upperfooter li first-child {
		border-top: 1px solid #c0c0c0;
	}
	.moji p{ 
	font-size: 1.5rem;
}
	.sign {
		font-size: 1rem;
		padding-right: 1.4rem;
	}
	.konkai {
		font-size: 0.8rem;
	}
  }
@media screen and (max-width: 320px) {
	/*この中がスマートフォン（小）向けCSS*/
	h1 {
		font-size: 1.8rem;
	}
}