@charset "utf-8";
/* CSS Document */

body,html{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #111111;
}

body{
	background-color: #f4e7d3;
}

a,
a:visited{
	color: #111111;
	text-decoration: none;
}

a:hover{
	color: #111111;
	text-decoration: underline;
}

img{
	max-width: 100%;
	height: auto;
}

h1{}
h2{
	text-align: center;
	margin-bottom: 40px;
}
h4,
#gaiyo dt{color: #03a10e;}
#omoi h4{text-align: center;}

.clearfix:after,
#gNav:after,
.time:after{
	content: "";
	display: block;
	clear: both;
}

.clearfix:before,
#gNav:before,
.time:before{
	content: "";
	display: block;
	clear: both;
}
.clearfix,
.time{
	display: block;
}

/* header */
header{
	background-color: #f5faf9;
	background-image:url("img/navi-bg.png"), url("img/bg.png");
	background-position: center bottom, center top;
	background-size: auto auto, 100% auto;
	background-repeat: repeat-x,no-repeat;
	padding-bottom: 43px;
}

header section{
	background-image: url("img/head-rainbow.png");
	background-position: right bottom;
	background-size: 69% auto;
	background-repeat: no-repeat;
	display: block;
}

.mv-l{
	width: 100%;
	background-image: url("img/head-l-child.png");
	background-position: left top;
	background-repeat: no-repeat;
}
.mv-l img{
	max-width: 100%;
	height: auto;
}
.mv-m{
	text-align: center;
}
.mv-m img{
	max-width: 44%;
	height: auto;
}
.mv-r{
	background-image: url("img/head-me.png"), url("img/head-r-child.png");
	background-position: 16% bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 8% auto, 30.9% auto;
	text-align: right;
}
.mv-r img{
	max-width: 30.9%;
	height: auto;
}

/* gNav */
#gNav{
	background-image: url("img/navi-curve.png"), url("img/navi-bg.png");
	background-position: center 25px, center top;
	background-repeat: repeat-x, repeat-x;
	display: block;
}
#gNav li{
	float: left;
	text-align: center;
	font-weight: 800;
}
#gNav li a{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
#gNav li.n-txt01,
#gNav li.n-txt02{
	width: 20%;
	padding-top: 4rem;
}
#gNav li.n-txt01 a{
	border-right: 1px solid #999999;
}
#gNav li.n-txt01 a:hover,
#gNav li.n-txt02 a:hover{
	background: no-repeat center bottom url("img/navdot.png");
	text-decoration: none;
}

/* main */
main{
	background-image: url("img/mbg-l.png"),url("img/mbg-r.png");
	background-position: left top,right top;
	background-repeat: no-repeat,no-repeat;
	padding-top: 60px;
}
h3{
	font-size: 24px;
	color: #59493f;
	text-align: center;
}
main section{
}
#com{
	padding-bottom: 30px;
}
#omoi{
	background-image: url("img/omoi-le.png"),url("img/omoi-ri.png"),url("img/bg-y.png");
	background-position: left 430px,right 270px,left top;
	background-repeat: no-repeat,no-repeat,repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}
#omoi div{
	text-align: center;
}
article.wh{
	background-color: #fff;
	border-radius: 20px;
	border: 8px solid #f6ef71;
	padding: 25px 30px;
}
#omoi h4{
	font-size: 26px;
}
#ryt h4{
	font-size: 26px;
	margin-bottom: .2rem;
	padding-left: 2.5rem;
	background: left .5rem url("img/me.png") no-repeat;
}
#omoi .hoshin{
	padding-top: 30px;
}
#omoi .hoshin h3,
#omoi .hoshin ol{
	display: none;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.illust{
  animation-name: anim_s;
  transform: rotate(2deg);
  animation-duration: 4s;
}
#gaiyo article.wh{
	text-align: center;
}

@keyframes anim_s {
  15% {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(2deg);
  }
  45% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(2deg);
  }
}
ul{
	padding-left: 0;
}
main li{
	padding-left: 15px;
	margin-bottom: 5px;
	background: left center no-repeat url("img/dot-o.png");
	list-style: none;
}
.dt01,
.dt02,
.dt03,
.dt04{
	padding-left: 35px;
	margin-bottom: 5px;
	background: left top no-repeat;
	list-style: none;
}
#omoi dt{
	font-size: 26px;
	font-weight: bold;
}
.dt01{background-image: url("img/dt01.png");}
.dt02{background-image: url("img/dt02.png");}
.dt03{background-image: url("img/dt03.png");}
.dt04{background-image: url("img/dt04.png");}
#omoi dt span{
	background:linear-gradient(transparent 60%, #ffff66 60%);
}
#omoi dd{
	margin-bottom: 25px;
	margin-left: 0;
}

#com,
#ryt,
#ichi,
#gyoji,
#gaiyo{
	padding-top: 30px;
	padding-bottom: 60px;
}
#ichi{
	background-color: #fff;
}
#com{
	background-image: url("img/com-img01.png");
	background-position: right 200px;
	background-repeat: no-repeat;
}
#ichi{
	background-image: url("img/giza.png"),url("img/giza2.png");
	background-position: center top,center bottom;
	background-repeat: repeat-x,repeat-x;
}
#ryt{
	background-image: url("img/ryt-bg01.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#gyoji dl,
#gyoji dl > dt,
#gyoji dl > dd,
#gaiyo dl,
#gaiyo dl > dt{
    box-sizing: border-box;
	font-weight: bold;
}

#gaiyo dl > dd{
    box-sizing: border-box;
	font-weight: normal;
}

#gyoji dl > dt {
	font-size: 2rem;
    padding: 1em;
    margin: 0px;
}
#ryt ul li,
#gaiyo dl dd.goods p{
	padding-left: 1rem;
	background: left .35rem url("img/dot-g.png") no-repeat;
}
#gaiyo dl dd.goods p{
	padding-top: .5rem;
	line-height: .5rem;
}
.txt-sp{
	color: #f2508c;
}
.txt-su{
	color: #77ae16;
}
.txt-au{
	color: #f68531;
}
.txt-wi{
	color: #5495d6;
}
#gaiyo{
	background-color: #fff0c3;
	margin-bottom: 0;
}
#gaiyo article dl,
#gaiyo article dt,
#gaiyo article dd{
	margin-left: 0;
	padding-left: 0;
}
.time div{
	text-align: center;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}
.time div.time07:hover{
	background-image: url("img/time07_on.png");
}
.time div.time09:hover{
	background-image: url("img/time09_on.png");
}
.time div.time11:hover{
	background-image: url("img/time11_on.png");
}
.time div.time12:hover{
	background-image: url("img/time12_on.png");
}
.time div.time15:hover{
	background-image: url("img/time15_on.png");
}
.time div.time16:hover{
	background-image: url("img/time16_on.png");
}
.time div img{
	cursor: pointer;
	transition-duration: 0.5s;
}
.time div:hover img{
	transform: rotateY( 360deg );
	transition-duration: 0.5s;
	opacity: 0;
}

/* footer */
footer{
	background-color: #fff;
	text-align: center;
	padding: 60px 2rem 30px;
}

@media (min-width:1350px){
	main{
		font-size: 21px;
	}
	header section{
		padding-top: 67px;
	}
	.mv-r{
		padding-bottom: 100px;
	}
	#gNav ul{
		width: 1350px;
		margin: 0 auto;
	}
	article{
		width: 816px;
		margin: 0 auto;
	}
	#gyoji dl > dd,
	#gaiyo dl > dd{
    padding: 1em;
    margin: 0px;
	}
	#gaiyo dl dd.goods{
		background-image: url("img/goods-img.png");
		background-position: right top;
		background-repeat: no-repeat;
	}
}

@media (max-width:1349px){
	header section{
	padding-top: 30px;
	}
	#gNav ul{
		margin: 0 auto;
	}
	#com{
		background-color:rgba(244, 231, 211,0.6);
		background-blend-mode:lighten;
		background-size: auto 15rem;
	}
	.mv-l{
		background-size: 44% auto;
	}
	.mv-l img{
		width: 44%;
		height: auto;
	}
	article{
		margin: 0 15%;
	}
}

@media (min-width: 768px){
	.db{display: none;}
	.time div{
		float: left;
		width: 33%;
		height: 350px;
	}
	.time div img{
		max-width: 95%;
		height: auto;
	}
	.illust{
		padding-left: 10px;
	}
	.illust img{
		max-width: 100%;
		height: auto;
	}
	#gyoji{
		background-image: url("img/gyo_ph.png");
		background-position: right 200px;
		background-repeat: no-repeat;
	}
	#gyoji dl > dd{
    padding: 3rem 1em 1em 1em;
    margin: 0px;
	}
	#gaiyo dl > dd {
    padding: 0 1em 1em 1em;
    margin: 0px;
	}
	#gyoji article dl dt,
	#gaiyo article dl dt{
		clear: left;
		float: left;
		width: 19%;
		padding-right: 1%;
	}
	#gyoji article dl dt{
		text-align: right;
	}
	#gyoji article dl dd,
	#gaiyo article dl dd{
		margin-left: 21%;
		margin-bottom: 1.5rem;
		background-repeat: no-repeat;
	}
	#gyoji .naika{
		background-image: url("img/m-5.png");
		background-position: 10em bottom;
	}
	#gyoji .shika{
		background-image: url("img/m-6.png");
		background-position: 6em bottom;
	}
	#gyoji .en{
		background-image: url("img/m-11.png");
		background-position: 6em bottom;
	}
	#gyoji .ch{
		background-image: url("img/m-12.png");
		background-position: 10em bottom;
	}
	#gyoji .hane{
		background-image: url("img/m-1.png");
		background-position: 6em bottom;
	}
	#gyoji .mame{
		background-image: url("img/m-2.png");
		background-position: center bottom;
	}
	#gyoji .hana{
		background-image: url("img/m-3.png");
		background-position: 17em bottom;
	}
}

@media (max-width: 767px){
	.db-s{display: none;}
	#gNav li.n-txt01,
	#gNav li.n-txt02{
		display: none;
	}
	#gNav li.n-logo{
		width: 20%;
		text-align: center;
		margin: 0 40%;
		padding-top: 1rem;
	}
	#gNav li.n-logo img{
		width: auto;
		height: auto;
	}
	main{
		background-size: 40% auto,40% auto;
		padding-top: 0;
	}
	main #omoi{
		background-image: url("img/bg-y.png");
		background-position: left top;
		background-repeat: repeat;
		margin: 0;
	}
	h3{
		font-size: 21px;
	}
	article{
		margin: 0 1rem;
	}
	#omoi .wh h3{
	}
	#omoi dt{
		font-size: 18px;
	}
	#omoi dd{
		font-size: 16px;
	}
	.time div.time11,
	.time div.time15{
		margin-bottom: 40px;
	}
	#gyoji dl > dt {
		text-align: center;
	}
	#gyoji dl > dd {
		text-align: center;
		margin: 0 0 1.5rem; 0;
	}
	#gaiyo dl > dt{
	font-size: 26px;
	margin-bottom: .2rem;
	padding-left: 2.5rem;
	background: left .5rem url("img/me.png") no-repeat;
	}
	#gaiyo dl > dd {
		margin: 0 0 1.5rem 0;
	}
	#gyoji article dl dd{
		margin-bottom: .5rem;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	#gaiyo article dl dd{
		margin-bottom: 1.5rem;
	}
	#gyoji .naika{
		background-image: url("img/m-5.png");
		padding-bottom: 5rem;
	}
	#gyoji .shika{
		background-image: url("img/m-6.png");
		padding-bottom: 3.5rem;
	}
	#gyoji .en{
		background-image: url("img/m-11.png");
		padding-bottom: 6rem;
	}
	#gyoji .ch{
		background-image: url("img/m-12.png");
		padding-bottom: 5rem;
	}
	#gyoji .hane{
		background-image: url("img/m-1.png");
		padding-bottom: 5rem;
	}
	#gyoji .mame{
		background-image: url("img/m-2.png");
		padding-bottom: 4rem;
	}
	#gyoji .hana{
		background-image: url("img/m-3.png");
		padding-bottom: 5rem;
	}
}

@media (max-width: 480px){
	h3{
		font-size: 18px;
	}
}