/*
Theme Name: acosta!のテーマ
Theme URI: https://acosta.jp/
Description: acosta!サイト
Version: 1.0
Author: 株式会社タエラグラフィックス
Author URI: https://taera-graphics.jp/
*/


/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html{
	margin: 0px !important;
}

body{
} 

a{}
	a:hover{}
	
.clear{ clear: both; line-height: 0;}
	
	
	
/****************************************
		2. mainContents
*****************************************/

/*** Blog info ***/
div.blog_info{
	background-color: #fff;
	zoom: 1; /* IE */
	color: #666;
	font-size:100%;
	padding: 5px 0;
	margin: 0 0 0.5rem;
}
div.blog_info ul{margin:0;}
div.blog_info li{
	float: left;
	padding-left:20px !important;
	margin:0 15px 0 5px !important;
	list-style: none !important;
}
div.blog_info li:first-child{
	margin: 0 15px 0 0 !important;
}
div.blog_info li a{color: #666;}
div.blog_info li a:hover{color: #333;}
div.blog_info li.cal{background: url(images/icon_cal.png) no-repeat 0 0.3rem;}
div.blog_info li.cat{background: url(images/icon_cat.png) no-repeat 0 2px;}
div.blog_info li.tag{background: url(images/icon_tag.png) no-repeat 0 2px;}
div.blog_info li.com{background: url(images/icon_com.png) no-repeat 0 2px;}

a.more-link{
	float: right;
	clear: right;
	padding: 5px 10px;
	margin: 10px 0 2px;
	background: #2A346A;
	font-size: 100%;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
a.more-link:hover{
	border: solid 1px #2A346A;
	background: #fff;
	color: #2A346A !important;
	margin: 10px 0 0 !important;
}

#mainContentWrap {
}
#mainContentWrap h1,
#mainContentWrap .post h2{
	margin: 0 0 0.5rem;
	font-size: 150%;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #000;
}
a:hover.home, a:hover.category {
	text-decoration: underline;
}
#mainContentWrap .post{
	width: 100%;
	margin: 0 0 2rem;
	padding: 0;
}
#mainContentWrap .post p {
	margin: 0 0 20px;
	font-size: 110%;
	line-height: 1.5em;
}
#mainContentWrap .post h2 a{
	color: #000;
	text-decoration: none;
}
#mainContentWrap .post h2 a:hover{
	color: #333;
}
#mainContentWrap .post h3{
	width: 100% !important;
	margin: 0 0 10px;
	font-size: 150%;
	font-style: normal !important;
	font-weight: bold;
}
#mainContentWrap .post h4{
	margin: 0 0 10px;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

#mainContentWrap .post img {
	/*padding: 3px;
	border: 1px solid #CFCFCF;*/
}

/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
div.navigation a{margin-bottom:10px;}

.nav-previous a, .nav-next a,
div.navigation .alignleft a, div.navigation .alignright a{
	/*color:#333 !important;*/
	font-size:85%;
	/*font-weight:bold;*/
	text-decoration:none;
}
.nav-previous a:hover, .nav-next a:hover,
div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
	/*color: #999 !important;*/
}
		
.nav-previous a, div.navigation .alignleft a{
	float:left;
	padding: 5px 10px;
	margin: 0 15px 2px 0;
	background: #e6007f;
	font-size: 100%;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.alignleft img {
	margin-right: 15px;
}
.nav-previous a:hover, div.navigation .alignleft a:hover{
	border: solid 1px #e6007f;
	background: #fff;
	color: #e6007f !important;
	margin: 0 !important;
}
.nav-next a, div.navigation .alignright a{
	float:right;
	text-align:right;
	padding: 5px 10px;
	margin: 0 0 2px 15px;
	background: #e6007f;
	font-size: 100%;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.alignright img {
	margin-left: 15px;
}
.nav-next a:hover, div.navigation .alignright a:hover{
	border: solid 1px #e6007f;
	background: #fff;
	color: #e6007f !important;
	margin: 0 !important;
}

.gotoTop a:before {
	bottom: 10px;
}
.gotoTop a:after {
	bottom: 8px;
}


/****************************************
		3. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	font-size: 80% !important;
	}
	
.fn a, .says, .says a, .commentmetadata a {
	color: #666 !important;
}

.commentlist{margin-bottom:30px;}
.commentlist li {
	border-top:1px solid #ddd;
	padding:15px 0 0 55px;
	position:relative;
}
.commentlist .avatar {
	background:#fff;
	border:1px solid #ddd;
	left:0;
	margin:0 16px 0 0;
	padding:3px;
	position:absolute;
	top:15px;
}
.commentlist .comment-meta{margin-bottom:10px; margin-left: 0px;}
.commentlist .comment-meta a{
	color: #999;
	font-size:85%;
	text-decoration:none;
}
.commentlist .comment-meta a:hover{color: #ccc;}
.commentlist p{margin-top: 25px !important; margin-bottom:15px;}
.commentlist .reply a{
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	background: #2A346A;
	font-size: 100%;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.commentlist .reply a:hover {border: solid 1px #2A346A; background: #fff; color: #2A346A !important;}
		
/*** Comment form ***/
#respond{margin-top:70px; margin-bottom: 50px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	font-size: 100% !important;
	}

#commentform{margin-top:20px;}
#commentform p{clear: both;}
#commentform label{margin: 10px 5px;font-size:85%;}
*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
#commentform input[type="text"], #commentform textarea{
	margin: 5px 0 10px;
}
#commentform input[type="text"]:focus, #commentform textarea:focus{
	border:1px solid #06c;
}


/****************************************
		4.  widget
*****************************************/

.widget-container h2.widget_title{
	font-family: 'Francois One', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	height: 40px;
	margin:0 0 10px;
	padding:0;
	line-height: 40px;
	font-size: 150%;
	border-bottom: 1px solid #231815;
}
.widget-container a{text-decoration:none;}
	
.widget-container ul{
	margin: 0 0 20px;
}
.widget-container ul li{
	font-size: 110%;
	list-style: url(images/arrow_list.png);
	margin: 10px 0 10px 20px;
}
.widget-container ul li a:hover {
	color: #999;
}

/*** Calendar ***/
#wp-calendar {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
}
#wp-calendar thead {font-size: 11px; color: #fff; background-color: #2A346A;}
#wp-calendar tbody {color: #2A346A;}
#wp-calendar thead tr th {
	padding: 3px 0;
	text-align: center !important;
	border-left: 1px solid #2A346A;
	border-right: 1px solid #2A346A;
}
#wp-calendar tbody td {
	/*background: #f5f5f5;*/
	padding: 3px 0;
	margin: 5px 0 0;
	text-align: center;
	border: 1px solid #fff;
}
#wp-calendar tbody td#today {
	background-color: #efefef;
}
#wp-calendar tbody td a {
	display: block;
	padding: 3px 0;
	color: #666 !important;
	text-decoration: underline !important;
}
#wp-calendar tbody td a:hover {
	color: #fff !important;
	background: #666 !important;
	text-decoration: underline !important;
}
#wp-calendar tbody td.pad {background: none !important;}
#wp-calendar tfoot #prev {height: 1.8em;}
#wp-calendar tfoot #next {text-align: right; height: 1.8em;}
#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
	top: 1px !important;
	left: 1px !important;
	padding: 3px 6px;
	background: #e6007f;
	font-size: 100%;
	color: #fff !important;
	text-decoration: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#wp-calendar tfoot #prev a:hover,
#wp-calendar tfoot #next a:hover {
	top: 0;
	left: 0;
	border: solid 1px #b14d4d;
	background: #fff;
	color: #b14d4d !important;
}
	
	
/****************************************
		5.  Form
*****************************************/
form#searchform {
	margin: 0 0 20px;
}
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px 2px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}

input[type="text"]#s {
	width: 105px;
}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 5px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
}
	



/* contact form 7の送信後に非表示にする */
.wpcf7-form .comp,
.wpcf7-form.sent .form-inner {
	display: none;
}
.wpcf7-form.sent .comp {
	display: block;
}


/*==================

*eventInfoArea2
*[レイアウト]京都水族館専用イベント 詳細紹介
*dl設定

==================*/
.eventInfoArea2 table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}
.eventInfoArea2 table th,
.eventInfoArea2 table td {
	padding: 10px;
}
.eventInfoArea2 table th {
	background: #2a426a;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}
.eventInfoArea2 table th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(230, 0, 127, 0);
	border-left-color: #2a426a;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
	.eventInfoArea2 table th:after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #2a426a 10px solid;
		margin-top: -10px;
	}
}
.eventInfoArea2 table td {
	background: #f0f0f0;
	width: 360px;
	padding-left: 20px;
}
.eventInfoArea2 table td a {
	color: #2a426a;
}
.eventInfoArea2 table td img {
	margin: 0.5rem 0;
}



/*会場ページのCSS*/

.kaijo{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(transparent 70%, #FFFF00 0%);}
/*フォントここまで*/

/*ページ内メニューここから*/
.lnav {
    padding-top: 60px;
}
.m-inner {
    width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.lnav li {
    float: left;
    width: 25%;
}

.lnav a {
    display: block;
    box-sizing: border-box;
    height: 60px;
    border: #D3D3D3 1px solid;
    text-align: center;
    line-height: 58px;
    font-weight: bold;
    font-size: 15px;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}
.m-sp {
    display: none;
}
.lnav .svg {
    width: 14px;
    height: 9px;
    margin-left: 16px;
    fill: #333;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);}

.wrap:after {
  display: block;
  clear: both;
  content: "";
}
/*h3ここから*/
.section-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 20px;
    margin-top: 90px;
    text-align: center;
    letter-spacing: .12em;
    font-weight: bold;
    font-size: 24px;
    border-left: none;}

.box.box-c2 {
    width: 311px;}

.box {
    box-sizing: border-box;
    float: left;
    margin: 10px 20px 10px 20px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    overflow: hidden;
}

.box.box-c2 .box-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
}

.box-title {

    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    line-height: 1.33;
    letter-spacing: 0em;
    font-weight: bold;
    z-index: 1;
}
.img1 {
    width: 311px;
    height: 138px;

    background-size: 311px 138px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0%;
    overflow: hidden;
    text-align: center;
    border-left:none;
    color: #FFF;
    padding: 4rem 0rem;
    margin:0 auto;
    font-size:160%;


}
.box-img h3{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;

}

.box-body {
    padding: 24px 29px 28px;
}

.box-description {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0em;
    line-height: 1;
    margin: 10px 20px 0px 20px;
    font-weight: 600;
    font-size: 16px;
}


.spots{
    width: 711px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.spot-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 10px;
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
    font-size: 22px;
    text-align: center;
    width: 400px;
    margin: 10px auto;
}
.spot-caution{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #FFFF00;
    width: 380px;
    margin: 17px auto;


}

.spot-caption{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 32px;
}

.hashbox{
background-image: linear-gradient(
	-45deg,
	#fffafa 25%,
	#fbd6eb 25%,
	#fbd6eb 50%,
	#fffafa 50%,
	#fffafa 75%,
	#fbd6eb 75%,
	#fbd6eb
);
background-size: 45px 45px;
    margin-bottom: 80px;
    width: 100%;
    height: 170px;
    border-radius: 10px;
}

.hashtag{
color: #000;
    line-height: 1.2;
    font-size: 55px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 420px;
    margin-top: 0px;
    padding: 30px 0px 0px 0;
    background: linear-gradient(transparent 70%, #FFFF00 0%);

}
a.cp_btn {
    display: block;
    position: relative;
    width: 520px;
    height: 90px;
    padding: 1.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #55acee;
    background: #55acee;
    overflow: hidden;
    z-index: 1 !important;
    font-size: 20px;
    font-weight: bold;
    margin: -10px auto;
    border-radius: 10px;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
    border-radius: 10px;
}
a.cp_btn:hover {
	color: #da3c41;
}
a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}

a.cp_btn2 {
	display: block;
    position: relative;
    width: 350px;
    height: 70px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #8BC34A;
    background: #8BC34A;
    overflow: hidden;
    z-index: 1 !important;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
    border-radius: 10px;
}
a.cp_btn2:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
    border-radius: 10px;
}
a.cp_btn2:hover {
	color: #da3c41;
}
a.cp_btn2:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn2:active:after {
	height: 350%;
	opacity: 1;
}




@media screen and (max-width: 320px) {
.lnav {
    padding-top: 12.5vw;
}
.lnav li {
    float: left;
    position: relative;
    width: 50%;
    height: 15.625vw;
}
.lnav a {
    box-sizing: border-box;
    height: 100%;
    padding-top: 4.6875vw;
    padding-left: 4.375vw;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: left;
    line-height: 1.1;
    font-size: 3.75vw;
}
.lnav .line2 a {
    padding-top: 2.34375vw;
}
.m-sp {
    display: inline;
}
.m-inner {
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-bottom: 10vw;
}

.section-title {
    font-size: 19px;
    margin-top: 20px;
}


.box.box-c2 {
    width: 279px;
}

.img1 {
    width: 280px;
    height: 125px;
    background-size: 280px 125px;
}

.spots {
    width: 315px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    object-position: 70% 100%;
}
.spot-title {
    font-size: 16px;
    width: 280px;
}
.spot-caption {
    font-size: 13px;
}

.spot-caution {
    font-size: 14px;
    width: 250px;
}

.hashtag {
font-size: 35px;
    width: 90%;
    padding: 40px 0px 0px 0;
}

a.cp_btn {
    width: 310px;
    height: 78px;
    font-size: 18px;
}
a.cp_btn2 {
    width: 270px;
    height: 58px;
    font-size: 15px;
}

.hashbox {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 375px) {
.lnav {
    padding-top: 12.5vw;
}
.lnav li {
    float: left;
    position: relative;
    width: 50%;
    height: 15.625vw;
}
.lnav a {
    box-sizing: border-box;
    height: 100%;
    padding-top: 4.6875vw;
    padding-left: 4.375vw;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: left;
    line-height: 1.1;
    font-size: 3.75vw;
}
.lnav .line2 a {
    padding-top: 2.34375vw;
}
.m-sp {
    display: inline;
}
.m-inner {
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-bottom: 10vw;
}

.section-title {
    font-size: 19px;
    margin-top: 20px;
}


.box.box-c2 {
    width: 320px;
}

.img1 {
    width: 320px;
    height: 142px;
    background-size: 320px 142px;
}

.spots {
    width: 365px;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    object-position: 59% 100%;
}
.spot-title {
    font-size: 16px;
    width: 280px;
}
.spot-caption {
    font-size: 13px;
}

.spot-caution {
    font-size: 14px;
    width: 250px;
}

.hashtag {
font-size: 35px;
    width: 90%;
    padding: 40px 0px 0px 0;
}

a.cp_btn {
    width: 310px;
    height: 78px;
    font-size: 18px;
}
a.cp_btn2 {
    width: 270px;
    height: 58px;
    font-size: 15px;
}

.hashbox {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 420px) {
.lnav {
    padding-top: 12.5vw;
}
.lnav li {
    float: left;
    position: relative;
    width: 50%;
    height: 15.625vw;
}
.lnav a {
    box-sizing: border-box;
    height: 100%;
    padding-top: 4.6875vw;
    padding-left: 4.375vw;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: left;
    line-height: 1.1;
    font-size: 3.75vw;
}
.lnav .line2 a {
    padding-top: 2.34375vw;
}
.m-sp {
    display: inline;
}
.m-inner {
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-bottom: 10vw;
}

.box.box-c2 {
    width: 48%;
}
.img1 {
    width: 172px;
    height: 87px;
    background-size: 172px 87px;
    padding: 2rem 0rem;
}
.box{
    margin: 6px 0px 0px 5px;
}

.box.box-c2 .box-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
}

.box-description {
    font-size: 13px;
}

.section-title {
margin-top: 30px;
}

a.cp_btn {
    width: 300px;
}
}

/*会場ページのCSSここまで*/

/*フッター*/
div.footer_grid{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
    column-gap: 10px;
    row-gap: 10px;
    margin: auto;
}
div.footer_item a {width:100%;}

div.top_hacostadium{display:none;}

/* contact form 7の送信後に非表示にするのと送信後文字を大きく */
.wpcf7-form .comp,
.wpcf7-form.sent .form-inner {
	display: none;
}
.wpcf7-form.sent .comp {
	display: block;
}
.wpcf7-response-output {
    font-size: 1.5rem;
}

/* reCAPTCHAのロゴを非表示 */
.grecaptcha-badge { visibility: hidden; }
