

/*　書体インポート関連
-------------------------------------------------------------------*/
/* 必ず先頭で宣言する */
/*絵文字アイコンフォント　fontawesome*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(/item.css);


/*　注意事項ボックス関連
-------------------------------------------------------------------*/
.important{
	display: block;
	text-align: center;
	background: #efbfc6;
	border: 5px solid #e76471;
	padding: 1em;
	margin: 1em 0;
}

.important > dl > dt.importantDt{
	font-size: 100%;
	padding: 0 0 1em 0;
	margin-bottom:1em;
}

.important > dl > dd{
	font-size: 90%;
	margin:0.8em;
	text-align: left;
}



.important0{
	clear: both;
	display: block;
	text-align: center;
	background: #efbfc6;
	border: 5px solid #e76471;
	padding: 0.5em;
	margin: 0;
}

.postage{
	clear: both;
	display: block;
	text-align: center;
	font-size: 120%;
	color: #FFF;
	font-weight: 700;
	background: #e76471;
	padding: 0.5em;
	margin: 1em 0;
}
/*　基本仕様
-------------------------------------------------------------------*/
/*

・PCとスマホと共通となる部品は基本的にstyle.cssでまとめる
・あとはデバイス毎に切り分けておく。

*/

.gothic{
	font-family: 'Noto Sans JP', sans-serif;
}

.off{
	display: none;
}

.datepicker {
	width: 200px;
}

.entryBody{
	margin-bottom: 1em;
}

.textC{
	text-align: center;
}


.off{
	display: none;
}

#copyright{
	/*border-top: 3px solid #1f2a34;*/
	background: #000000;
	color: #FFF;
}

#copyright > div > address{
	margin: 0;
	padding: 0.5em;
	font-style: normal;
	font-size: 70%;
	margin: 0em;
}

.red{
	color: #F00;
}


/*	【HTML基本情報】
	HTMLの基本的な書き方。PCとSPは共通で使えるところは使う。
-------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: auto;
	font: inherit;
	vertical-align: baseline;
}

/*
#secondPage li{
	margin-bottom: 1em;
}

#secondPage li:last-child{
	margin-bottom: 0em;
}
*/

img{
	/*画像下の空白を埋める為のおまじない*/
	vertical-align: bottom;
}

ul{list-style: none;}

body{
	/*font-family: Yu Gothic, Meiryo, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

h1, h2, h3, h4, h5, h6, dt{
	font-family: 'Noto Sans JP', sans-serif;
}


/*	【ヘッダー+フッダー情報】
	ヘッダーとフッターの基本の色情報
	補足や入れ子は各CSSで補填
-------------------------------------------------------------------*/
div#wrap{
	width: 100%;
	border-top: 3px solid #3a743e;
}

footer{
	background: #efe8d4;
}


.title{
	background: url(../images/title.png) top center no-repeat;
    color: #3a743e;
    text-align: center;
    padding: 50px 0 0 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 36px;
    line-height: 180%;
    letter-spacing: -1px;
    font-weight: 200;
}
