@charset "shift_jis";
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(https://fonts.googleapis.com/css?family=Sacramento);
@import url(https://fonts.googleapis.com/css?family=Parisienne);
@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script');


/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	line-height: 190%;
	letter-spacing : 1px;
	}

/* 背景 */
body{
	background-color: ;
	}
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	}
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
	}

/* ヘッダー */
#header{
	border-bottom: px solid;
	margin-bottom: 10px;
	}
#header a{
	text-decoration: none;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	font-family:'Nunito',sans-serif;
	margin: 30px 0 20px;
	font-weight: normal;
	font-size: xx-large;
	}
	
/* メニュー */
ul#menu li{
	display: inline-block;
	padding: 10px;
	margin: 20px 0px;
	}

/* コンテンツ */
.content{
	margin-bottom: 30px;
	}
ul.text{
	list-style: none;
	}
.text li a{
	margin: 0 10px 0;
	}
ul.illustlist li{
	display: inline;
	}
ul.link li{
	display: inline;
	padding: 0 5px;
	}
.illust{
	text-align: center;
	margin: 0 auto 20px;
	}
/* ページリンク */
#footer{
	border-top: 2px solid;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
	}
#footer li{
	padding: 0 30px;
	display: inline;
	}


.tab5 {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	min-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.tab5 .tab-content {
	margin: 0 10px;
}
.tab5 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.tab5 label {
	display: inline-block;
	width: 80px;
	padding: 3px 10px;
	cursor: pointer;
	background: #fff;
	color: #;
	font-family: 'Petit Formal Script', cursive;
	font-size: 16px;
	margin-right: 2px;
	border-radius: 20px;/*箱の角の丸み*/
	background: rgba(105,105,105,0.5);
}
.tab5 label:hover {
	background: #a9a9a9;
}
.tab5 input:checked + label {
	background: ;
	color: white;
	padding: 5px 10px 3px 10px;
}
.tab5 input {
	display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
	display: none;
	padding: 10px;
	text-align: left;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4 {
	display: block;
}


/* メールフォーム */
textarea{
	width: 50%;
	padding: 4px;
	overflow:auto;
	}
input{
	padding: 3px 5px;
	}
input.name{
	margin-bottom: 10px;
	}
textarea,input{
	border: none;color: #000000;
	background-color: #ffffff;
	}

/* 見出しなど */
h2{
	font-family: 'Petit Formal Script', cursive;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 0px;
	margin: 0 0 5px;
	}
h5{
	font-family: 'Petit Formal Script', cursive;
	font-size: 20px;
	background-image: url('bg_white80.png');
	border-radius:10px;
	color: #000;
	font-weight: normal;
	line-height: 35px;
	padding: 0 20px;
	margin: 0 0 5px;
	}
h3{margin: 5px 0;}
strong{color: #f0e68c;}
em{
	font-style: normal;
	background: rgba(240,230,140,0.5);
	}
hr {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #fff;
}

.box{
	border: 2px solid;
	border-radius:10px;
	padding: 10px;
	}

/* リンク設定 */
a{color: #fff;
	font-family: 'Petit Formal Script', cursive;
	font-size: 18px;
	text-decoration: none;
	border-bottom:1px dotted #ffffff;
}
a:hover,
a:active{
	opacity:0.8;
	}
a.white {
	display: inline-block;
	border-bottom: 0;
	width: 80px;
	padding: 3px 10px;
	cursor: pointer;
	color: #fff;
	font-family: 'Petit Formal Script', cursive;
	font-size: 16px;
	margin-right: 2px;
	border-radius: 20px;/*箱の角の丸み*/
	background: rgba(105,105,105,0.5);
 }

/* 著作権表示 */
#copy{
	width: 99%;
	margin: 20px 0;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	font-size: 9pt;
	text-decoration: none;
	}
	
	
.hako {/*内容を囲っている白い半透明な箱 */
    font-size: .8em;/*文字の大きさ*/
    padding: 18px 15px 18px 15px;
    margin: 15px 0 15px 0;
    line-height: 180%;
    border-radius: 20px;/*箱の角の丸み*/
    background: rgba(0,0,0,.0);/*箱の色*/
    box-shadow: -3px 0 10px rgba(0,0,0,.0);/*箱の影*/
}

/* 骨組み */
.onepcssgrid-1000 {
	margin: 0 auto;
	max-width: 100%;
	width: 700px;
	background-image: url('.png');

	}
onerow {
	clear: both;
	padding: 0 10px;
	}
.onerow:after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col4, .title, .col6, .menu, .col12 {
	float: left;
	margin: 0 3% 0 0;
	}
.col4.last, .col6.last, .menu.last, .col12 {
	margin: 0;
	}

.col4{ width: 31%; }
.title  { width: 39.5%; position: relative; }
.col6 { width: 48%; }
.menu  { width: 56.5%; text-align: left;}
.col12{ width: 99%; margin: 0; }

@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}
	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}
/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	padding: 0 10px;
	}
	#header, .col4, .title, .col6, .menu {
		float: none;
		width: 99%;
	}
		img.bg{
		display: bg1.jpg;
	}
	.illust img{
	width: 100%;
	height: auto;
	display: block;
	}
	ul#menu li{
	margin: 0 0 20px;
	}
	ul#menu li a{font-family:'Nunito';}
}
