@charset "utf-8";
/* CSS Document */

/*
Theme Name: 青森県レンタカー協会
*/

@font-face{
	font-family: "Noto Sans Japanese";
	src:url("contents_images/NotoSansJP-Regular.otf");
}
*{
	word-break: break-all;
	word-wrap: break-word;
}

@media print{
/*印刷用*/
	html {
    width: 1280px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
	.slick-track{
	width:100% !important;
	transform: translate3d(0px, 0px, 0px) !important;
	}
	.slick-slide{
	display:none !important;
	width:20% !important;
	box-sizing:border-box !important;
	}
	.slick-slide:nth-of-type(1),.slick-slide:nth-of-type(2),.slick-slide:nth-of-type(3),.slick-slide:nth-of-type(4),.slick-slide:nth-of-type(5){
	display:block !important;
	}

}
@media print and (-ms-high-contrast:none){
/*IE印刷用*/
	html {
		transform: scale(0.95);
	}
}

@media (min-width:1000px){
	.sp{
		display: none;
	}
}

@media only screen and (max-width:999px){
	.pc{
		display: none;
	}
}

body{
	font-family:'Noto Sans Japanese', sans-serif;
	color:#333;
	margin:0;
	padding:0;
	font-size: 85%;
	letter-spacing: 0.1em;
	position: relative;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, input, textarea{
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
}

textarea{
	font-family:'Noto Sans Japanese', sans-serif;	
}

.sp{
	display: none;
}
.pc{
	display: block;
}

#content ul, #content ol{
	margin-top: 1em;
}

#content li{
	margin-left: 20px;
	line-height: 1.3;
	margin-bottom: 1em;
}

img:not(.attachment-post-thumbnail),body:not(.home) img{
	border:0;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}

a{
	color: #005992;
	text-decoration:none;
}

a:visited{
	color: #70498E;
}

a:hover{
	color: #BC4600;
	text-decoration:underline;
}

a img{
	transition: .2s;
}

a:hover img{
	opacity: 0.7;
}

.display-name{
	color: #FFF;
}

.swiper-pagination{
	position: inherit !important;
}

/*左メニュー*/

#menuwrap{
	max-width: 300px;
	width: 300px;
	min-width: 240px;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
}

#logo{
	border-bottom: 2px solid #07A4A8;	
}

#logo a{
	display: block;
	padding: 10px;
}

#logo a img{
	margin: auto;
}

#menu{
	height: calc(100vh - 152px);
}

#main-menu{
	padding: 30px 0;
	margin: auto;
	width: 200px;
}

#menu-in{
	overflow-y: auto;
	height: 100%;
}

#only{
	display: block;
	border: 1px solid #333;
	padding: 15px 0 15px 55px;
	color: #333;
	border-radius: 5px;
	background: url("contents_images/only.png") no-repeat 15px center / 30px auto;
	transition: .2s;
}

#only:hover{
	text-decoration: none;
	background-color: #E4EAEF;
}

#contact{
	display: block;
	padding: 15px 0 15px 55px;
	background: #07A4A8 url("contents_images/contact.png") no-repeat 15px center / 30px auto;
	color: #FFF;
	border-radius: 5px;
	transition: .2s;
}

#contact:hover{
	text-decoration: none;
	background-color: #3281B7;
}

#menu-mainmenu{
	list-style: none;
	margin: 10px 0 20px;
}

#menu-mainmenu a,#menu-submenu a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	color: #333;
}

#menu-submenu a{
	border-bottom-color: #999;
}

.menu-submenu-container{
	background: #DFE6E8;
}

#menu-submenu{
	margin-top: 10px;
	list-style: none;
	padding: 30px 0 40px;
	background: #DFE6E8;
	width: 200px;
	margin: auto;
}




/*メイン*/
#main{
	margin-left: 300px;
}

@media only screen and (max-width:1200px){
	#menuwrap{
		width: 25%;
	}
	#main{
		margin-left: 25%;
	}
}

@media only screen and (max-width:970px){
	#menuwrap{
		width: 240px;
	}
	#main{
		margin-left: 240px;
	}
}

#mainimage{
	text-align: center;
	background:#76B2E6 url("contents_images/mainimage-back.jpg") no-repeat center center /  cover;
}

.news_text_wrap{
	padding: 0 3%;
}

.news_text{
	max-width: 880px;
	border: 1px solid #ddd;
	margin: -70px auto 70px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px 4%;
	background: #FFF;
	position: relative;
}

.news_text h2,#sightseeing h2{
	font-size: 180%;
	padding: 14px 0;
	border-bottom: 2px solid #07A4A8;
}

#sightseeing h2{
	border: none;
	text-align: center;
	color: #FFF;
	font-size: 220%;
}

.news_text h2 span,#sightseeing h2 span{
	font-size: 65%;
	display: inline-block;
	margin-left: 20px;
}

#sightseeing h2 span{
	font-size: 50%;
}

.news_text ul{
	list-style: none;
	padding: 10px 4%;
}

.news_text li{
	display: flex;
	border-bottom: 1px solid #E4EAEF;
}

.news_text li:last-child{
	border-bottom: none;
}

.news_text span{
	display: block;
	padding: 10px 0;
}

.news_text span.date{
	padding-right: 30px;
	white-space: nowrap;
}

.more{
	position: absolute;
	right: 10px;
	top: 100%;
}

.more a{
	display: block;
	padding: 5px 20px 7px;
	color: #333;
	font-size: 85%;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
}

.top_disp_wrap{
	background: #E2E5E8;
	padding: 40px 3%;
}

.top_disp{
	background: #FFF;
	border-radius: 10px;
	max-width: 880px;
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
}

#index-menu{
	padding: 0 3%;
}

#index-menu ul{
	list-style: none;
	max-width: 880px;
	margin: 50px auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#index-menu li{
	width: 33%;
	margin-bottom: 0.5%;
}

@media only screen and (max-width:1200px){
	#index-menu li{
		width: 49.8%;
	}
}

#index-menu a{
	display: block;
	background: #E2E5E8 url("contents_images/menu1.png") no-repeat 20px center;
	padding: 50px 0 50px 115px;
	color: #333;
	transition: .3s;
}

#index-menu a:hover{
	text-decoration: none;
	background-color: #07A4A8;
	color: #FFF;
}

#index-menu li:nth-of-type(2) a{
	background-image: url("contents_images/menu2.png");
}

#index-menu li:nth-of-type(3) a{
	background-image: url("contents_images/menu3.png");
}

#index-menu li:nth-of-type(4) a{
	background-image: url("contents_images/menu4.png");
}

#index-menu li:nth-of-type(5) a{
	background-image: url("contents_images/menu5.png");
}

#index-menu li:nth-of-type(6) a{
	background-image: url("contents_images/menu6.png");
}

#sightseeing{
	background: url("contents_images/sightseeing.png") no-repeat center center / cover;
	padding: 120px 3%;
}

#sightseeing ul{
	list-style: none;
	max-width: 880px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}

#sightseeing li{
	width: 32%;
}

#sightseeing a{
	display: block;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	transition: .3s;
}

#sightseeing li span{
	display: inline-block;
}

#sightseeing a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.7);
	color: #000;
}

.toppage2{
	max-width: 880px;
	margin: 40px auto;
	box-sizing: border-box;
	padding: 0 3%;
}

.toppage2 img{
	display: inline-block;
	margin: 10px;
}

#footer{
	border-top: 2px solid #B3B3B3;
	padding: 0 3%;
}

#footer .inner{
	max-width: 880px;
	margin: 20px auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#footer .inner img{
	margin: 10px;
}

@media only screen and (max-width:800px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	#menuwrap{
		max-width: none;
		width: auto;
		position: static;
	}
	#logo a img{
		margin: 0;
	}
	#spmenu{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		padding-top: 5px;
		background: #07A4A8;
		z-index: 101;
		border-radius: 3px;
		text-align: center;
		color: #FFF;
	}
	#spmenu.open{
		position: fixed;
	}
	#spmenu hr{
		display: block;
		width: 50%;
		height: 2px;
		margin: 7px auto 0;
		border: none;
		background: #FFF;
	}
	#spmenu.open hr:nth-of-type(2),#spmenu.open span{
		display: none;
	}
	#spmenu.open hr:nth-of-type(1){
		transform-origin: 0 50%;
		transform: rotate(45deg);
		width: 70%;
		position: absolute;
		left: 25%;
		top: 25%;
		margin: 0;
	}
	#spmenu.open hr:nth-of-type(3){
		transform-origin: 100% 50%;
		transform: rotate(-45deg);
		width: 70%;
		position: absolute;
		right: 25%;
		top: 25%;
		margin: 0;
	}
	#spmenu span{
		font-size: 70%;
		line-height: 1;
		margin-top: 5px;
		display: block;
		text-align: center;
		font-weight: bold;
	}
	#menu{
		width: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		background: #FFF;
		z-index: 100;
		height: 100vh;
		box-sizing: border-box;
		padding-top:70px; 
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		transition: .3s;
	}
	#menu.open{
		width: 240px;
	}
	#menu-in{
		width: 240px;
	}
	#main-menu{
		padding: 0 20px 20px;
	}
	.menu-submenu-container{
		padding: 0 20px;
	}
	#menu-submenu{
		padding: 20px 0;
	}
	#main{
		margin: 0;
	}
}

@media only screen and (max-width:600px){
	#index-menu a{
		padding: 65px 10px 15px;
		background-position: center 15px;
		background-size: 40px auto;
		text-align: center;
	}
	.news_text{
		margin-top: -40px;
	}
	.news_text li{
		display: block;
		padding: 10px 0;
	}
	.news_text span{
		padding: 1px 0 !important;
	}
	#footer .inner{
		margin: 10px auto 20px;
		text-align: center;
		display: block;
	}
}




/***** 下層 *****/

#content{
	padding: 0 5%;
}

.post{
	max-width: 880px;
	margin: 40px auto;
	box-sizing: border-box;
	min-height: 300px;
	line-height: 1.75;
}

#content a{
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}

h1{
	text-align: center;
	padding: 60px 3%;
	background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url("contents_images/mainimage-back.jpg") no-repeat center center / cover;
	background-color: #C3DDF3;
	color: #000;
	font-size: 200%;
}

.page-id-1399 #content,.page-id-1399 h1{
font-family: "微?雅黑","宋体"
}

.page-id-1402 #content,.page-id-1402 h1{
font-family: "SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.member-template-default h1,.post-type-archive-member h1{
	background: #07A4A8;
	color: #FFF;
}

.member-template-default h1::before,.post-type-archive-member h1::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin: 0 10px 8px 0;
	background: url("contents_images/only.png") no-repeat center center / cover;
	
}

.post>*:first-child{
	margin-top: 0 !important;
}

.newsdate{
	text-align: right;
	padding-bottom: 2em;
}

.post h2{
	font-size: 160%;
	margin: 2em -10px 0.5em;
	padding: 0.3em 15px;
	border-bottom: double 5px #07A4A8;
	background: #E9F1F3;
}

.post h3{
	font-size: 125%;
	margin: 1.5em -10px 0.5em;
	padding: 0.5em 15px;
	border-bottom: solid 2px #07A4A8;
}

.post h4{
	font-size: 110%;
	margin: 1em -10px 0.5em;
	padding: 0.5em 15px;
	border-bottom: solid 1px #CCC;
}

table{
	margin-top: 10px;
	margin-bottom: 10px;
}
table[border="1"]{
	border-collapse: collapse;
	height: inherit !important;
}
table th{
	padding: 5px;
	font-weight: bold;
}
table[border="1"] > tbody > tr > th,table[border="1"] > thead > tr > th{
	border: 1px solid #999;
	background:#E9F1F3;
}
table td{
	padding: 5px;
}
table[border="1"] > tbody > tr > td,table[border="1"] > thead > tr > td{
	border: 1px solid #999;
}
@media screen and (max-width:980px){	
	table th,table td{
		padding: 2px;
		line-height: 1.5;
	}
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: block;
	float: right;
	margin: 0.5em 0 0.5em 1em;
	overflow: hidden;
}

table.alignright {
	margin-left: auto;
}

hr{
	border: none;
	border-bottom: solid 1px;
}

iframe[src*="maps"]{
	width: 100%;
	height: 400px;
}

#content .button{
	display: inline-block;
	padding:10px 15px;
	margin: 10px;
	background: #07A4A8;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	transition: .3s;
}

#content .button:hover{
	background: #3281B7;
}

/***** フォーム *****/
#content input,
#content textarea{
	max-width: 100%;
	border: solid 1px;
	padding: 5px;
	background-color: #EEE;
}

.submit_box{
	text-align: center;
}

#content input[type="submit"]{
	cursor: pointer;
	padding: 10px 20px;
}

:placeholder-shown {
    color: #888; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #888; }

/* Firefox 18- */
:-moz-placeholder {
    color: #888; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #888; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #888 !important; }


@media only screen{
input,select,textarea {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
}
}
input,select,textarea {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
div.g-recaptcha {
    margin: 0px 0px 15px;
}


/***** ファイルアイコン *****/
.post a{
	background:no-repeat center right;
}

.post a[target="_blank"],
.post a[href$="pdf"],
.post a[href$="xlsx"],
.post a[href$="xls"],
.post a[href$="docx"],
.post a[href$="doc"]{
	padding-right:20px;
	margin-right:3px;
}

.post a[target="_blank"]{
	background-image:url(contents_images/icon/ico_blank.png);
}

.post a[href$="pdf"]{
	background-image:url(contents_images/icon/ico_pdf.png);
}

.post a[href$="xlsx"],
.post a[href$="xls"]{
	background-image:url(contents_images/icon/ico_xls.png);
}

.post a[href$="docx"],
.post a[href$="doc"]{
	background-image:url(contents_images/icon/ico_doc.png);
}


.post a[target="_blank"] img,
.post a[href$="pdf"] img,
.post a[href$="xlsx"] img,
.post a[href$="xls"] img,
.post a[href$="docx"] img,
.post a[href$="doc"] img{
	vertical-align:-3px;
	margin-right:-20px;
}

/***** 編集ボタン *****/

.post-edit-link{
	background-color:#EBEBEB !important;
	padding:10px;
	display:block;
	border-radius:10px;
	width:10em;
	text-align:center;
	margin-top: 20px;
	border: 1px solid #AAA;
}

select.datatable-filter{
	border: 1px solid #999;
	background: #E9F1F3;
	cursor: pointer;
}

#kensaku td:nth-last-of-type(-n+5) select.datatable-filter{
	width: 40px;	
}

option{
	cursor: pointer;	
}

input.datatable-filter{
	width: 100%;
}

#kensaku td:nth-last-of-type(-n+5),#kensaku th:nth-last-of-type(-n+5){
	text-align: center;
	width: 40px;
	padding: 5px 1px;
}

#kensaku td,#kensaku th{
	white-space: nowrap;
}

#kensaku td:nth-of-type(1){
	white-space: normal;
}
