/*フォント変更*/
body{
	color:#3f312b;
}
article {
	background:none!important;
	z-index:0!important;
}
div {
font-family: irohamaru, sans-serif;
font-style: normal;
font-weight: 400;
color:#3f312b!important;
}

/*　トップ遅延　*/
.chien1 {
	transition: all 1.0s ease-out;
	transform: translateY(60%);
	opacity: 1; 
}
/* スタート時のスタイル */
.chien1.started {
	transform: translateY(5%);
    opacity: 1;
   }

/* エンド時のスタイル */
.chien1.started.ended {
    transform: translateY(5%);
	opacity: 1;
   }

.chien2 {
	transition: all 1.0s ease-out;
	transform: translateY(40%);
	opacity: 1; 
}
/* スタート時のスタイル */
.chien2.started {
	transform: translateY(2%);
    opacity: 1;
   }

/* エンド時のスタイル */
.chien2.started.ended {
    transform: translateY(2%);
	opacity: 1;
   }


/*スライダ―*/
#pgc-12058-1-0 {
	display:block;
	width:95%;
	margin:0 auto;
	position: relative;
}
#pgc-12058-1-0 img {
	opacity:0.8;
	width:100%;
}
#pgc-12058-1-0 img.frontimg {
	position: absolute;
	top:0;
	left:0;
	opacity:1.2;
	widith:95%;
}
/*スライダ―Ｂ*/
#pgc-12163-1-0 {
	display:block;
	width:95%;
	margin:0 auto;
	position: relative;
}
#pgc-12163-1-0 img {
	opacity:0.8;
	width:100%;
}
#pgc-12163-1-0 img.frontimg {
	position: absolute;
	top:0;
	left:0;
	opacity:1.2;
	widith:95%;
}

/*背景*/
.taishitoppage1 {
	background:url(/oks/wp-content/uploads/taishi/taishitop_back.jpg) no-repeat top center!important;
	background-size: contain;
	padding-top:15px;
	margin-top:-20px;
	padding-bottom:999px;
}
/*新着情報*/
.taishitopnews {
	margin-top:-10px;
	padding-top:20px;
	z-index:0;
}
.taishitopnews .wpcp-single-item {
	border-top:2px solid #000!important;
	border-bottom:2px solid #000!important;
}
.taishitopnews img {
	width:100%;
	max-height:250px;
	object-fit: cover;
	object-position:center top!important;
}
.taishitopnews h2.wpcp-post-title {
	min-height:45px;
	
	
}
.taishitopnews h2.wpcp-post-title a {
	font-size:102%!important;
	font-weight:100!important;
}

/*小見出し*/
.taishitop_ltitle {
	text-align:center;
	margin-top:80px!important;
	padding-top:80px!important;
	margin-bottom:20px;
}
.taishitop_ltitle span {
	padding:5px 25px;
	font-size:1.6em;
	color:#FFF;
	background:#9F4D43;
	border-radius: 20px;
	font-family: kurobara-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.taishitop_ltitle2 {
	text-align:center;
}
.taishitop_ltitle2 span {
	padding:5px 25px;
	font-size:1.6em;
	color:#FFF;
	background:#9F4D43;
	border-radius: 20px;
	font-family: kurobara-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.titletop1 {
	margin-bottom:8px;
}
.titletop1 img {
	max-width:300px;
}

/*プルダウンメニュー*/
.taishitop1 {
	display:block;
}
.taishitop1 .menu {
    position: relative;
	opacity: 1; 
    width: 100%;
	max-width:1000px;
    margin:0 auto;
	font-size:0.9em;
}

.taishitop1 .menu > li {
	display:inline-block;
	list-style-type: none;
	border:0!important;
}
.taishitop1 .menu > li.sitetitle a {
	color:#FFFFFF!important;
	font-size:1.1em;
	margin-left:40px;
}
.taishitop1 .menu > li.sitetitle a:hover {
	color:rgba(116,102,77,1.00);
}

.taishitop1 .menu > li a {
    display: block;
    color: #000;
	text-decoration: none;
	padding:4px 10px;
	border-radius: 10px;
	margin-left:10px;
	border:0!important;
}

.taishitop1 .menu > li a:hover {
	background:#F4F4F4;
	-webkit-transition: all .5s;
    transition: all .5s;
	color:#673B3B;
}

.taishitop1 ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}


.taishitop1 .menu__second-level li {
    border-top: 0px solid #111;
}

.taishitop1 .menu__second-level li a:hover {
    background:#FFF;
}


/* 下矢印 */
.taishitop1 .init-bottom:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.taishitop1 .menu:before,
.taishitop1 .menu:after {
    content: " ";
    display: table;
}

.taishitop1 .menu:after {
    clear: both;
}

.taishitop1 .menu {
    *zoom: 1;
}

.taishitop1 .menu > li.menu__multi {
    position: relative;
}

.taishitop1 li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 400px;
	list-style-type: none;
    background:#EFE6D9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.taishitop1 li.menu__multi:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
	list-style-type: none;
	margin-left:40px;
	border-radius: 10px;
}

.taishitop1 li.menu__multi ul.menu__second-level li {
    position: relative;
	border-radius: 10px;
	padding:2px;
	border-bottom:2px dotted #FFF;
}

.taishitop1 li.menu__multi ul.menu__second-level li:hover {
    background:#B99F87;
}

.taishitop1 .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*モバイル用タイトル*/
.taishitop1_mobile {
	display:none;
}

/*トップページ２*/
.taishitop2 {
	display:block;
	width:760px;
	margin:0 auto;
	padding:20px 0;
	position: relative;
}
.taishitop2 .box1 {
	padding:50px;
	border:2px solid rgba(205,196,191,1.00);
	border-radius: 40px;
	margin-bottom:20px;
	line-height:200%;
	z-index:80;
	text-align:center;
	font-size:104%;
}
.taishitop2 .box2 {
	padding:50px;
	background:rgba(255,255,255,0.70);
	box-shadow:0px 0px 20px 8px rgba(255,255,255,0.88);
	border-radius: 40px;
	margin-bottom:20px;
	line-height:200%;
	z-index:80;
	text-align:left;
	font-size:104%;
}
.taishitop2 span.bold1 {
	font-size:1.2em;
	font-family: yusei-magic, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.taishitop2 span.bold2 {
	font-size:1.2em;
	font-family: yusei-magic, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.taishitop2 span.bold3 {
	font-size:1.2em;
	font-family: ab-mayuminwalk, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#E586D3;
	margin:0 8px 0 8px;
}
.taishitop2 span.bold4 {
	font-size:1.2em;
	font-family: yusei-magic, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.taishitop2 div.title {
	text-align:center;
	background:none;
	box-shadow:none;
	margin-top:100px;
}
.taishitop2 div.title img {
	max-width:600px;
}
img.back01 {
	position: absolute;
	top:300px;
	left:0;
	z-index:0;
}


/*トップページ３ 紹介*/
.taishitop3section {
	width:100%;
	padding: 10px 1%;
	clear:left;
}
.taishitop3box {
	display:block;
	margin:6px;
	background:#FFF;
	padding:6px 10px;
	height:250px;
	width:48%;
	float:left;
}
.taishitop3box img {
	width:180px;
	float:left;
	height:100%;
	object-fit:cover;
	padding-right:10px;
}
.taishitop3box .name {
	padding:0px 20px 0px 10px;
	font-size:1.3em;
	border-bottom:1px solid #000;
}
.taishitop3box .name span {
	padding:0 8px;
	font-size:0.7em;
}
.taishitop3box .name span.town {
	display:inline-block;
}
.taishitop3box .copy {
	font-weight:bold;
	padding:10px;
	text-align:left;
}
.taishitop3box .text {
	font-size:0.9em;
	text-align:left;
}
.taishitop3box .link {
	text-align:right;
	padding:10px;
}
.taishitop3box .link a {}
.taishitop3box .link a:hover {}

/*トップページ４　図鑑*/
.taishitop4 {
	background:url("/oks/wp-content/uploads/taishi/taishitop_back02.png") top center no-repeat;
	background-size:cover;
	margin-top:-500px;
	padding-bottom:80px;
	margin-bottom:-100px;
	z-index:80;
}
.taishitop4 .titleimg {
	padding-top:10%;
	max-width:80%;
	margin:0 auto;
	text-align:center;
}
.taishitop4 .titleimg img {
	width:95%;
	max-width:1100px;
}

/*フッター*/
.taisifooter {
	margin-top:-100px;
	background:#CCB39B;
	padding:50px 10px 20px 10px;
	z-index:80;
}
.taisifooter .box {
	margin-top:0;
}
.taisifooter .link {
	text-align:right;
	padding:0 20px;
	margin-bottom:8px;
}
.taisifooter .link a {
	display:inline-block;
	font-size:0.9em;
	color:#FFF;
	padding:4px 10px;
	border:1px solid #FFF;
	margin-right:10px;
}
.taisifooter .link a:hover {
	color:#EFEEB5;
}
.taisifooter .box .title {
	font-size:1.1em;
	color:#FFF!important;
}
.taisifooter .box .add {
	color:#FFF!important;
}
.taisifooter .box .copy {
	margin-top:10px;
	color:#FFF6E9!important;
	font-size:0.9em;
	text-align:center;
}

/*--------------------------
　　　　　大使ページ
---------------------------*/
.taishipagecont {
	padding:0 5%;
	clear:left;
}

.taishipagetop {
}
.taishimapbox {

}
.taishimap {
	margin:10px;
	border:2px solid #A48181;
	border-radius: 20px;
	width:95%;
}
.taishimap iframe {
	height:598px;
	border-radius: 20px;
}
/*トップ画像*/
.taishipage_imgtop {
	position:relative;
	width:100%;
	height:auto;
}
.taishipage_imgtop img {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	object-fit:contain;
}
.taishipage_imgtop div {
	position: absolute;
	top:30px;
	right:0;
	padding:6px;
	background:#977071;
	color:#FFFFFF!important;
	font-size:1.4em;
}
/*プロフィール*/

.taishitop3box2 {
	display:block;
	margin:6px;
	background:#FFF;
	padding:6px 10px;
	height:250px;
	width:100%;
}
.taishitop3box2 img {
	width:180px;
	float:left;
	height:100%;
	object-fit:cover;
	padding-right:10px;
}
.taishitop3box2 .name {
	padding:10px 20px 10px 10px;
	font-size:1.3em;
	border-bottom:1px solid #000;
}
.taishitop3box2 .name span {
	padding:8px;
	font-size:0.7em;
}
.taishitop3box2 .copy {
	font-weight:bold;
	padding:10px;
	text-align:left;
}
.taishitop3box2 .text {
	font-size:0.9em;
	text-align:left;
}
.taishitop3box2 .link {
	text-align:right;
	padding:10px;
}
.taishitop3box2 .link a {}
.taishitop3box2 .link a:hover {}
/*情報枠*/
.taishik1 {
	position:relative;
	min-height:150px;
	margin-left:20px;
	z-index:10;
	
	padding-top:20px;
	background:none;
}
.taishik1 img {
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:350px;
}
.taishik1 span {
	position: absolute;
    top: 0px;
	left:330px;
	margin-left:-10px;
	font-size:180%;
	border-bottom:1px solid #000;
	padding-left:20px;
}
.taishik2 {
	margin:-80px 3% 30px 3%;
	padding:50px 30px 30px 30px;
	z-index:0;
	border:1px solid #000;
	background:#FFF;
}
.taishik2 table {
	border:1px solid #FFF!important;
	width:100%;
}
.taishik2 table th {
	background:#FFF!important;
	text-align:center;
	width:22%;
	border-top:1px solid #FFF!important;
	border-left:1px solid #FFF!important;
	border-right:1px solid #FFF!important;
	border-bottom:1px solid rgba(169,169,169,1.00)!important;
}
.taishik2 table td {
	width:78%;
	border-top:1px solid #FFF!important;
	border-left:1px solid #FFF!important;
	border-right:1px solid #FFF!important;
	border-bottom:1px solid rgba(169,169,169,1.00)!important;
}


.taishipageback1 {
	padding:0 10%;
	background:url(/oks/wp-content/uploads/taishi/taishipage_back1.jpg) top center repeat-y;
}
.taishipageback1 .panel-grid-cell {
	text-align:center;
	max-width:1400px;
	margin:0 auto;
}
.taishipageback1 .widget_media_image img {
	border-radius: 30px;
	padding:20px;
}
.taishipageback1 .textwidget {
	padding-top:30px!important;
	text-align:left!important;
	font-size:1.1em;
}
.taishipageback12 {
	padding:0 10%;
}
.taishipageback12 .panel-grid-cell {
	text-align:center;
	max-width:1400px;
	margin:0 auto;
}
	.taishipageback12 .custom-html-widget {
	text-align:center;
	max-width:1400px;
	margin:0 auto;
}

/*いいね*/
.taishipage_iine {
	margin:40px 0 20px 0;
	text-align:center;
}
.taishipage_iine span {
	display:inline-block;
	padding:8px 20px;
	background:#F4FFFE;
	border-radius: 40px;
}
.taishipage_iine span.iine {
	padding-left:8px;
	font-size:1.5em;
	color:#367DB7;
}
/*いいねBOX*/
.taishipage_iineboxline {
	width:860px;
	margin:0 auto;
	text-align:center;
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}
.taishipage_iinebox {
	width:400px;
	margin:15px;
	border:1px solid #000;
	padding:4px 8px;
	display:inline-block;
	background:#FFF;
}
.taishipage_iinebox .head {
	padding:4px 0;
	text-align:left;
}
.taishipage_iinebox .head img {
	margin-right:10px;
	width:30px;
	height:30px;
	border-radius: 15px;
	float:left;
	
}
.taishipage_iinebox .image {
	padding:4px 0;
}
.taishipage_iinebox .image img {
	width:100%;
	height:250px;
	object-fit: cover;
	object-position: bottom center;
}
.taishipage_iinebox .text {
	padding:10px 0;
	text-align:left;
}

/*いいねカルーセル*/
.taishipage_iineboxcal {
	padding:4px 8px;
	background:#FFF;
}
.taishipage_iineboxcal .head {
	padding:4px 0;
	text-align:left;
	margin-right:20px;
}
.taishipage_iineboxcal .head img {
	width:30px;
	height:30px;
	border-radius: 50%;
	float:left;
	
}
.taishipage_iineboxcal .image {
	padding:0;
	height:250px!important;
}
.taishipage_iineboxcal .image img {
	width:100%;
	height:100%!important;
	object-fit:contain!important;
	object-position: bottom center;
}
.taishipage_iineboxcal .text {
	padding:10px 0;
	text-align:left;
}

/*いいね　カスタム投稿タイプ*/
.teshiiine {
	width:1200px;
	text-align:left;
	margin:0 auto;
	padding:30px;
	overflow-y: hidden;
	overflow-x: scroll;
	display:flex;
	flex-wrap: nowrap;
	align-items:stretch;
	justify-content:flex-start;
	flex-direction: row;
}
.teshiiine .box {
	border:1px solid #373737;
	text-align:center;
	margin:10px auto;
	width:340px!important;
	margin-right:20px;
	background:#FFFFFF;
}
.teshiiine .box .head {
	padding:8px;
	text-align:left;
	margin-left:10px;
	
}
.teshiiine .box .head img {
	width:50px;
	float:left;
	padding-right:10px;
	
}
.teshiiine .box .image {
	padding:0 20px;
	height:250px!important;
}
.teshiiine .box .image img {
	width:100%;
	height:100%!important;
	object-fit:contain!important;
	object-position: bottom center;
}
.teshiiine .box .text {
	padding:20px;
	text-align:left;
	overflow: visible;
	white-space:normal;
	width:340px;
}

/*SNSアイコン*/
.taishik2 a.snsmail {
	display:inline-block;
	width:54px;
	height:54px;
	padding:0;
	margin:0;
	background:url("/oks/wp-content/uploads/taishi/sns_mail.png") top center no-repeat;
	background-size:contain;
}
.taishik2 a.snsline {
	display:inline-block;
	width:54px;
	height:54px;
	padding:0;
	margin:0;
	background:url("/oks/wp-content/uploads/taishi/sns_line.png") top center no-repeat;
	background-size:contain;
}
.taishik2 a.snsfb {
	display:inline-block;
	width:54px;
	height:54px;
	padding:0;
	margin:0;
	background:url("/oks/wp-content/uploads/taishi/sns_fb.png") top center no-repeat;
	background-size:contain;
}
.taishik2 a.snsig {
	display:inline-block;
	width:54px;
	height:54px;
	padding:0;
	margin:0;
	background:url("/oks/wp-content/uploads/taishi/sns_ig.png") top center no-repeat;
	background-size:contain;
}
.taishik2 a.snstw {
	display:inline-block;
	width:54px;
	height:54px;
	padding:0;
	margin:0;
	background:url("/oks/wp-content/uploads/taishi/sns_tw.png") top center no-repeat;
	background-size:contain;
}
.taishik2 a.snstel {
	display:inline-block;
	width:54px;
	height:54px;
	padding:0;
	margin:0;
	background:url("/oks/wp-content/uploads/taishi/sns_tel.png") top center no-repeat;
	background-size:contain;
}
.snsdeai {
	display:block;
}
.taishik2 a:hover {
	opacity: 0.7;
}

