/* ---------------------------------------------------------------- *
    見本2専用CSS ここから
 * ---------------------------------------------------------------- */
/*WEBフォント*/
@import url('https://fonts.googleapis.com/css?family=Righteous');
/*（0）リセット*/
* {margin:0;padding:0;}

/* リンク色の設定 */
a:link {color:#06F;text-decoration:underline;}
a:visited {color:#63C;text-decoration:underline;}
a:hover {color:#09F;text-decoration:none;}
a:active {color:#6FF;text-decoration:none;}

/*（0）横並び*/
.flex {display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.flex2{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
	margin-top: 20px;
}

/*（1）全体をセンタリング*/
body {text-align:center;}

/*（2）背景を全体に敷く*/
body {background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size: cover;/*背景固定*/}

/*（3）罫線余白&ドット　余白は60px　色は#555555を変えてください*/
hr {margin:60px 0;height:0;padding:0;border:0;border-top:1px dotted #555555;}


/*（5）名前を明朝に*/
.sitename {font-size:50px;font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;letter-spacing:10px;
margin-bottom: 10px;
}

/*（7）出現アニメ・背景編集*/
body {
	animation: anime1 1s ease-in-out;
	background-image: url("../image/background.jpg");
	background-repeat: repeat;
	background-color: #F9EDFF;
}
@keyframes anime1 {
0% {opacity:0;transform:scale(1) perspective(500px) rotateY(2deg);}
100% {opacity:1;transform:scale(1) perspective(0) rotateY(0);}
}

/* ---------------------------------------------------------------- *
    2018.11.15
 * ---------------------------------------------------------------- */

/*メインイメージのサイズ*/
.mainimage img {
	display: block;
	width: 100%;
    margin-bottom: 30px;
}
/*メインメニューの色・下の幅*/
.mainMenu {background: #210C49D7;
	       margin-bottom: 0px;
	       width: 100%;
	       position: fixed;
}
/*メインメニューの文字の幅*/
.wrap {width: 700px;
	   margin: 0 auto;}
/*メインメニューのリストの点を消す*/
.mainMenu li {list-style: none;}
/*メインメニューの枠の中の文字の上下幅・文字の色・サイズ*/
.mainMenu li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
	font-family: 'Acme', sans-serif;
}
.mainMenu li a:hover{
	color:aquamarine;
}
.mainMenuj{font-size: 15px}
.logo{margin-bottom: 50px;}
.read{line-height: 200%;
      font-size: 15px;
	  text-align: left;
	  display: inline-block;
}

.sabMenu {background: #424242;
	       margin-bottom: 0px;
	       width: 100%;
}
/*サブメニューの文字の幅*/
.wrap2 {width: 500px;
	   margin: 0 auto;}
/*サブメニューのリストの点を消す*/
.sabMenu li {list-style: none;}
/*サブメニューの枠の中の文字の上下幅・文字の色・サイズ*/
.sabMenu li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF; 
	text-decoration: none;
	font-size: 15px;
}
.sabMenu li a:hover{
	color:aquamarine;
}

.mitikusa{margin-bottom: 20px;}
.link{line-height: 200%;
      margin-bottom: 60px;
	  font-family: 'Acme', sans-serif;
}
.contact{
	margin-bottom: 10px;
	line-height: 250%;
}
.contactread{line-height: 200%;}
.profileread{
	line-height: 250%;
	font-family: 'Acme', sans-serif;
}
.mainTitle { font-size: 40px; 
	         margin-bottom: 40px;
	         margin-top: 40px;
	         font-family: 'Acme', sans-serif;
}
.photbox{
	     display: inline-block;
	     margin-bottom: 20px;
         margin-top: 20px;
	     margin-right: 20px;
	     font-size: 20px;
	     font-weight:200;
	     height: 200px;
	     width: 550px;
	border-top: 2px solid #B85BE7;
}
.photbox2{
	     display: inline-block;
	     margin-bottom: 20px;
         margin-top: 20px;
	     margin-right: 20px;
	     font-size: 20px;
	     font-weight:200;
	     height: 200px;
	     width: 550px;
}
.inline{
	    display: inline-block;
	    float: left;
		width: 300px;
	    height: 200px;
        
}
.inlinttext{
	        display: inline-block;
	        float: left;
            text-align: left;
	　　　　　width: 150px;
	        height: 200px;
	        margin-left: 20px;
			word-wrap: break-word;
	        font-size: 15px;
	        
}
.goodsphotbox{
	     margin-bottom: 60px;
         margin-top: 20px;
	     margin-right: 20px;
	     margin-left: 20px;
	     display: inline-block;
	     font-size: 20px;
	     font-weight:200;
	     height: 200px;
	     width: 300px;
}
.gallery{display:block;
	　　　width:230px;
	　　　margin-bottom:10px;
	　　　box-shadow:0px 0px 1px rgba(0,0,0,0.2);
}
.goods{display:block;
	　　　width:230px;
	　　　margin-bottom:10px;
	     text-align: center;
	　　　box-shadow:0px 0px 1px rgba(0,0,0,0.2);
}
.access{
	    width: 700px;
	    text-align: left;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 30px;

}
.gakuin{
	    margin-right: 30px;
		text-align: right;
	    font-size: 12px;
}
.copyright {
	background: #221751;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;	
}
.copyrighttext{
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	display: inline-block;
}

.noanime {margin-top: 10px;}

.goodsread{
	font-size: 20px;
}

/* 以下、画面の横幅が500px以下の場合に適用されるCSS（スマホ） */

@media screen and (max-width:980px){
	
.wrap {
	width: 70%;
	margin: 0 auto;
}
.wrap2 {
	width: 70%;
	margin: 0 auto;
}
	.mainimage2 img {
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 20px;
	height: 516px;
	width: 364px;
}	
.mainMenu li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-family: 'PT Serif', serif;
}
.sabMenu li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF; 
	text-decoration: none;
	font-size: 10px;
}
	.mainMenuj{
		font-size: 8px;
	}
	.wrap {width: 400px;}
	.read {
		font-size: 12px;
	}
	.access{
		font-size: 12px;
	}
.mainTitle { font-size: 30px; 
	         margin-bottom: 40px;
	         margin-top: 40px;
	         font-family: 'PT Serif', serif;
}
.sitename {
		font-size: 30px;
	}
.goodsread {
	    font-size: 12px;
	}
}