@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
    background:#efeeff;
}

header {
	width:960px;
	margin:10px auto;
    
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:75%;
}

#sub {
	float:left;
	width:20%;
}

#subnav {
	display:none;
}

a {
	color:#990033;
}
a:hover {
	color:#06be0d;
}

h1 {
	color:#f19500;;
	font-size:22px;
     font-family: HGP創英ﾌﾟﾚｾﾞﾝｽEB;
    font-weight:bold;
	line-height:1.2;
    letter-spacing: -3px
}
h1 a {
	color:#7e0e7e;
	text-decoration:none;
}
h1 a:hover {
	color:mediumvioletred;
	text-decoration:underline;
    }

/*h1 {
  /* margin: 20px; */
 /* 
  color: #202020;
  text-transform: uppercase;
  letter-spacing: -2px;
}*/

h1 span {
  display: block;
 /* margin: 11px 0 17px 0;*/
    font-size: 22px;
   /*font-family: HGP創英ﾌﾟﾚｾﾞﾝｽEB;
  /*line-height: 80px;*/
  color: #f1ebe5;
  text-shadow: 0 7.36px 4.896px #c4b59d,0 -2px 1px #fff;
  letter-spacing: -3px;
    font-family: 'Cormorant Garamond', serif;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:20px;
    font-weight:bold;
	color:indigo;
	border-left:3px solid #91065c;
    
    border-top:3px solid #91065c;
}

h2#m {
	margin-bottom:0.5em;
	padding-left:0px;
	font-size:24px;
    font-weight:bold;
	color:purple;
    border-left:5px solid indigo;
	border-bottom:5px solid indigo;
    border-right:5px solid indigo;
	border-top:5px solid indigo;
    text-transform: uppercase;
     letter-spacing: -2px;
}

h2#m span {
  display: block;
 /* margin: 11px 0 17px 0;*/
    font-family: AR P丸ゴシック体E;
    font-size: 26px;
    font-weight: bold;
  /*line-height: 80px;*/
  color: purple;
  text-shadow: 0 7.36px 4.896px #c4b59d,0 -2px 1px #fff;
  letter-spacing: 4px;
   text-align:center; 
   
}

h2#i {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:14px;
    font-weight:bold;
	color:#4f217c;
    border-left:0px solid indigo;
	border-bottom:1px solid indigo;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#8d05a5;
	font-size:16px;
    font-weight:bold;
	border-bottom:2px solid #e78f00;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
    font-weight:bold;
	color:#003399;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#28388d;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#4e0895;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}

nl li {	
    list-style:none;
    font-weight: bold;
}


ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:3px dotted #62e1f2;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:2px solid #92dcf7;
    
}

th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #c7e2e1;
	background:#e3fcf8;
   font-weight: bold; 
}


td {
	padding:10px;
	text-align:left;
	border:1px solid #c7e2e1;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 3px 5px 43px;
	color:#fff;
	background:#9900cc;
	border-radius:4px;
	text-decoration:none;
	background:#8e11bc url(../img2/neko1.gif) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#229514 url(../img2/neko1.gif) 10px 50% no-repeat;
}
.contactt  {
	position:absolute;
	top:0;
	right:17%;
	vertical-align:top;
}
.contactt a {
	display:block;
	padding:5px 3px 5px 40px;
	color:#fff;
	background:#9900cc;
	border-radius:4px;
	text-decoration:none;
	background:#9900cc url(../img2/twitter.gif ) 10px 50% no-repeat;
}
.contactt a:hover {
	color:#fff;
	background:#229514 url(../img2/twitter.gif) 10px 50% no-repeat;
}
.summary {
	clear:both;
}
/*
.shibu {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}
*/
.shibu img {
	max-width:100%;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#663366;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#fff;
	text-decoration:none;
	background:#669900;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #5d0a4a;
	border-bottom:1px dotted #5d0a4a;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:13px;
    font-weight: bold;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#666600;
}
.totop img:hover {
	background:#336633;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}
.photot {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.photot img {
	max-width:100%;
}



.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.photo img {
	max-width:100%;
}


/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
    }
}

.info dt {
	border-bottom:none;
    
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
    font-weight: bold;

}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
    
}

.topNaviColumn {
	display:inline;
	width:23%;
	float:left;
	margin-right:1.030%;
    border: outset  #9900cc;
    box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
}
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;    
}
.topNaviPhoto:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
    
    modal-open {
    width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}
    .contactt {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#333399;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

   modal-open {
		
		width:100%;
		margin:0;
		padding:0;
		
	}
    
	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
}

/*================================================
 *  font
 ================================================*/
p#red {
	padding: 10px;
	color: #cc0033;
	/*background-color: lightgrey;*/
	}

p#pur {
	padding: 10px;
	color: #9900cc;
	/*background-color: lightgrey;*/
	}   
    
p#green {
	padding: 10px;
	color:  #006633;
	/*background-color: lightgrey;*/
	}   
p#blue {
	padding: 10px;
	color: #000099;
	/*background-color: lightgrey;*/
	} 

p#gt {
	padding: 10px;
	color: #000;
	background-color: #99ffcc;
    border: double #cc99ff;
  	}  

p#pt {
	padding: 10px;
	color: #000;
	background-color: #f5f4e2;
    border: outset  #138be3;
	}   

p#wt {
	padding: 10px;
	color: #000;
	background-color: #eefcff;
    border: ridge #caeef5;
  	}  

/*================================================
 *  table
 ================================================*/
.mimi-table{
  overflow:hidden;
   margin-bottom:1em;
  border-collapse:collapse;
  border:ridge #771896;
  padding: 0.5em;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  background-color:#d8d1ff;
     box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
}
.mimi1-table {
  overflow:hidden;
 margin-bottom:1em;
	border-collapse:collapse;
	border:  ridge #66cc33;
    padding: 0.5em;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  background-color:#ccffcc;
   box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
}

.mimi2-table{
  overflow:hidden;
   margin-bottom:1em;
  border-collapse:collapse;
  border:ridge #771896;
  padding: 0.5em;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  background-color:#f8e8f5;
     box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
}


.mimi-table img {
	max-width:100%;
}

.mimi1-table img {
	max-width:100%;
}
.mimi2-table img {
	max-width:100%;
}

/*================================================
 *  blog
 ================================================*/
blog {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.blog a {
	display:block;
	padding:5px 10px 5px 70px;
	color:#fff;
	background:#9900cc;
	border-radius:4px;
	text-decoration:none;
	background:#8e11bc url(../img2/neko1.gif) 10px 50% no-repeat;
}
.blog a:hover {
	color:#fff;
	background:#229514 url(../img2/neko1.gif) 10px 50% no-repeat;
}
blogt {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.blogt a {
	display:block;
	padding:5px 10px 5px 70px;
	color:#fff;
	background:#9900cc;
	border-radius:4px;
	text-decoration:none;
	background:#8e11bc url(../img2/twitter.gif) 10px 50% no-repeat;
}
.blogt a:hover {
	color:#fff;
	background:#229514 url(../img2/twitter.gif) 10px 50% no-repeat;
}


/*================================================
 *  modal
 ================================================*/

.lock {
	overflow:hidden;
}

.modal-content {
	overflow:auto;
	position:relative;
	display:none;
	width:50%;
	max-height:50%;
	margin:30px;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#ebfdfd;
    margin:20px 0;
	padding:10px;
	box-shadow:rgba(167, 219, 209, 0.8) 0 3px 15px 0;
	
}

.modal-content p {
	margin:0;
	padding:0;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}


.modal-open {
	  color:#8206ff;
    	
	
    	display:block;
  font-family: AR P丸ゴシック体E;
    font-size: 26px;
    font-weight: bold;
    color:#02624c;
  text-shadow: 0 7.36px 4.896px #c4b59d,0 -2px 1px #fff;
  letter-spacing: 4px;
   text-align:center;
}

.modal-open:hover {
	cursor:pointer;
	display:block;
	color:#fff;
    background:indigo;
    
}

.modal-close {
	color:#00f;
	text-decoration:underline;
}

.modal-close:hover {
	cursor:pointer;
	color:#f00;
}

/*================================================
 *  button
 ================================================*/

.btn {
  display: inline-block;
  padding: 0.1em 1.5em;
  text-decoration: none;
  background: #9eedc9;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

/*================================================
 *  mail
 ================================================*/
input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 14px;
    width: 100%;
}
textarea {
  height: 100px;
  font-size: 14px;
    width: 100%;
}


/*-------------------------------------------
scroll
-------------------------------------------*/

.item {
  
  
  list-style: none;
  
 
  
  opacity: 0;
}

.item:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}

.item:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}

.item:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}

.item:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}

.item:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}

.item:nth-child(6) {
  -webkit-animation: example 0.5s ease 3s 1 forwards;
  animation: example 0.5s ease 3s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

/*-------------------------------------------
fade list
-------------------------------------------*/


.list{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
}
.list li{
	margin: 0px 0px 0px 0px;
	float: left;
	transition: 3s ease-in-out;
}

.list-mv01{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
        width:100%
}

.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*-------------------------------------------
fonts
-------------------------------------------

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}                                                 */