/** 共通のcss */
p {
	letter-spacing: 0.10em;
	font-size: 16px;
}

.mark {
    background: linear-gradient(transparent 60%, #ffff00 60%) !important;
}

#nav {
	z-index:100 !important;
}

.space_small {
	height:8px;
}
.space_middle {
	height:30px;
}

/*table*/

.table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e2e2;
}

.table li:nth-of-type(odd) {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 3px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-right: none;
    border-bottom: none;
    width: 20%;
    box-sizing: border-box;
}

.table li:nth-of-type(even) {
    font-size: 15px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    width: 80%;
    box-sizing: border-box;
}

/** スライドショー */
.slide-items {
    position:relative;
	width:91%;
	margin:0 auto !important;
}
.single-item {
    width:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}


/***** コンタクトフォーム *****/
/* フォーム入力項目 */
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

.center {
	text-align:center;
}


/** プロフィール */
@media only screen and (min-width: 768px) {
.prof_img {
    float:left;
	width:20%;
}
.prof {
    float:left;
	width:68%;
	margin:5px 7px;
}
	.img_main,
	.img_main_middle {
		width:625px;
	}
	.img_main_small {
		width:610px;
	}
}
@media only screen and (max-width: 767px) {
.prof_img {
	width:98%;
	text-align:center;
}
.prof {
	width:98%;
	margin:5px 2px 0 2px;
}
	.img_main {
		width:430px;
	}
	.img_main_small,
	.img_main_middle {
		width:415px;
	}
}

.main_img {
  width:389px;
  height:291px;
}
.item-area {
    position: relative;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

