@charset "utf-8";
@import url("css/head.css");
@import url("css/content.css");
@import url("css/top.css");
@import url("css/side.css");
@import url("css/single.css");
@import url("css/page.css");
@import url("css/archive.css");
@import url("css/foot.css");
/*

Theme Name: 柳川むつごろう会
Theme URI: http://coralqualia.com/
Description: Original Theme
Version: 001
Tags: coralqualia Original
Author: coralqualia
Author URI: http://coralqualia.com/

*/

html{
	height: 100%;
}

/* body
--------------------------------------------------*/
body {
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	color: #404040;
	font-family: "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", kozuka-gothic-pro,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	margin: 0;
	padding: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
	letter-spacing: 1px;
	height: 100%;
	background-image: url(img/bg.png);
	background-repeat: repeat;
}

* {
margin:0;
padding:0;
}

code {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #404040;
}

ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:link{
	color: #0E6EB8;
	transition: 1.0s;
	text-decoration: none;
}

a:visited{
	color: #0E6EB8;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #D00000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

a:link img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition: 1.0s;
}

a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 140%;
	line-height: 150%;
	margin-bottom:20px;
	clear: both;
	font-weight: normal;
	box-sizing: border-box;
}


p{
	clear: both;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

strong.point{
	font-weight: normal;
}


/* blockquote + links
--------------------------------------------------*/

blockquote{
	position: relative;
	border: 1px solid #EEEEEE;
	background-color: #F9F9F9;
	width: 100%;
	height: auto;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
}
  
blockquote p{
    position: relative;
	margin-right:0%;
	margin-bottom:0px!important;
}





/* admin
--------------------------------------------------*/
#wp-admin-bar-comments,#wp-admin-bar-wp-logo{
	display:none;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

img.alignleft {
	float:left;
	padding-right:10px;
}

img.alignright {
	float:right;
	padding-left:10px;
}

.navigation {
	text-align: center;
	font-size: 80%;
	width: 100%;
	height: auto;
	float: left;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #002237;
	background: #cccccc;
}
 
.pagination a:hover{
	color: #fff;
	background-color: #005489;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #002237;
	color:#fff;
}





/* wrapper
--------------------------------------------------*/
.wrapper {
	width: 1000px;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}





/* some input
--------------------------------------------------*/
input[type="button"],input[type="submit"] {
	background-color: #555555;
	background-image: -webkit-linear-gradient(270deg,rgba(85,85,85,1.00) 0%,rgba(85,85,85,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(85,85,85,1.00) 0%,rgba(85,85,85,1.00) 100%);
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 100%;
	color: #FFFFFF;
	cursor: pointer;
	width: auto;
	height: auto;
	float: left;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"] {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 120%;
	width: auto;
	height: auto;
	float: left;
}

textarea:hover,
input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	transition: 1.0s;
}

input:focus {
	border: none;
}




/* contactform7
--------------------------------------------------*/

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors,
.wpcf7-spam-blocked{
	width: 100%;
	height: auto!important;
	float: left!important;
	box-sizing: border-box!important;
	text-align: center!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding-top: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	color: #FFFFFF!important;
	border: none!important;
}

.wpcf7-mail-sent-ok{
	background-color: #43AEFF!important;
}
.wpcf7-validation-errors{
	background-color: #B3282D!important;
}
.wpcf7-spam-blocked{
	background-color: #EB601C!important;
}

span.wpcf7-list-item {
	display: block;
	padding: 2px;
}



/* share button
--------------------------------------------------*/
#share-button{
	float: right;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

#share-button ul{
 float: right;
 height: auto;
 width: auto;
}

#share-button li{
 float: left;
 height: 30px;
 width: auto;
 overflow: hidden;
 margin-left: 0px;
 margin-right: 5px;
 margin-bottom: 5px;
}
.like_button{
 float: left;
 height: 30px;
 width: 110px;
}

.twitter_button{
 float: left;
 height: 30px;
 width: 100px;
}
.googleplus1_button{
 float: left;
 height: 30px;
 width: 70px;
}



.pc{
display: block;
}

.sp{
display: none;

}




/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
}
.gallery-item {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.gallery-icon {
    text-align: center;
}
.gallery-caption {
    color: #404040;
    font-size: 90%;
    margin: 0;
    text-align: center;
}
.gallery-item img{
	width: 100%;
	padding: 0%;
	margin: 0%;
	float: left;
	height: auto;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin: 0%;
	box-sizing: border-box;
	float: left;
	height: auto;
}
.gallery-columns-2 .gallery-item {
    width: 48%;
    margin: 1%;
	float: left;
	height: auto;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-left: 1%;
	float: left;
	height: auto;
}
.gallery-columns-4 .gallery-item {
    width: 23%;
    margin: 1%;
	float: left;
	height: auto;
}
.slideshow-window {
    z-index: 0!important;
}




@media screen and (max-width: 1024px) {
	/* 1024px以下用（ipad横向き用）の記述 */
/* wrapper
--------------------------------------------------*/
.wrapper {
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
	padding-left: 10px;
	padding-right: 10px;
	}

}





@media screen and (max-width: 768px) {
	/* 768px以下用（ipad縦向き用）の記述 */

}



@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
	
	
.pc{
display: none;
}

.sp{
display: block;
}

input[type="button"],
input[type="submit"],
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 100%;
	height: auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
blockquote{
	position: relative;
	border: 1px solid #EEEEEE;
	background-color: #F9F9F9;
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
}


}

a.booking_btn{
	padding:10px 15px;
	background-color:#5A8C9F;
	border-radius:10px;
	color:#fff;
	margin:10px;
	display:block;
}