@charset "UTF-8";
/* ------------------------------------------------------
base setting
------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin:0;
padding:0;
border:0;
font-style:normal;
font-weight:normal;
font-size:100%;
vertical-align:baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
display:block;
}

html{
overflow-y:scroll;
}

blockquote, q{
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after{
content: '';
content:none;
}

input, textarea,{
margin:0;
padding:0;
}

ol, ul{
list-style:none;
}

table{
border-collapse:collapse; 
border-spacing:0;
}

caption, th{
text-align:left;
}

a:focus{
outline:none;
}

.clearfix:after{
content: "."; 
display:block;
clear:both;
height:0;
visibility:hidden;
}

.clearfix{
min-height:1px;
}

* html .clearfix{
height:1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

img{
vertical-align:bottom;
}

.both{
clear:both;
}

/* ------------------------------------------------------
common setting
------------------------------------------------------ */
body{
color:#371e00;
font-size:75%;
font-family:"メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
text-align:center;
line-height:180%;
background-color: #fff;
}

a:link{
color:#0072fe;
text-decoration:none;
}

a:visited{
color:#0072fe;
text-decoration:none;
}

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

a:active{
color:#0072fe;
text-decoration:none;
}



/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #66213d;
	border-bottom: 1px solid #353635;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 1px;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	line-height: 2em;
	font-size: 18px;
}

.hero_header {
	color: #562106;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
	font-size: 160%;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	/*font-weight: lighter;*/
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #333 !important;
	font-size: 120%;
}

.thumbnail .text_column span{
	color:#fb76aa;
}
.thumbnail2 .text_column span{
	color:#0a849b;
}
.gallery {
	clear: both;
	display: inline-flex;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	/*margin-top: -5px;*/
	margin-bottom: 0px;
}

.preEvent {
	font-size: 150%;
	margin-top: 20px;
	margin-bottom: 60px;
	line-height: 200%;
}

.thumbnail {
	width: 48%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #fdddf1;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #af3782;
}
.thumbnail2 {
	width: 48%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #c8ebff;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #3783ae;
}
.gallery .thumbnail h4 {
	margin-top: 16px;
	margin-bottom: 5px;
	color: #9a123c;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 160%;
}
.gallery .thumbnail2 h4 {
	margin-top: 16px;
	margin-bottom: 5px;
	color: #157a82;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 160%;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.gallery .thumbnail2 p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	/*padding-bottom: 35px;*/
	/*width: 100%;*/
}
.column {
	width: 100%;
	text-align: center;
	/*padding-top: 30px;*/
	/*float: left;*/
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	/*color: #fff;*/
	font-size:110%;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 500px;
	max-height: 334px;
	/*opacity: 0.8;*/
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}

.greeting{
	text-align: left;
	font-size: 130%;
	margin-top: 20px;
	line-height: 200%;
}

.name{
	text-align: right;
	padding-bottom: 10px;
}

.startCam{
	font-size: 300%;
	font-weight: bold;
/*color:#371e00;*/
	color: #950b43;
	margin-top: 22px;
	line-height: 1.2em;
	clear: left;
}

.startCam span{
	background: linear-gradient(transparent 70%, #ffdfca 70%);
}



.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	background-color: #e6518b;
	font-size: 130%;
}
.button a{
	color: #FFFFFF;
}
.button:hover {
	background-color: #18a5b6;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #66213d;
	color: #FFFFFF;
	text-transform: none;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size:0.8em;
}
footer {
	background-color: #ffece2;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	/*background-color: #da1a65;*/
}
.profile {
	width: 100%;
}
.gallery .thumbnail .tag {
	color: #333;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 130%;
}

.gallery .thumbnail .tag span {
	border-bottom: 3px double #333;
}

.gallery .thumbnail2 .tag {
	color: #333;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 130%;
}

.gallery .thumbnail2 .tag span {
	border-bottom: 3px double #333;
}

.hosoku{
	text-align: left;
	padding-left: 1em;
	margin-bottom: 26px;
	clear: left;
	font-size: 130%;
	line-height: 180%;
}
/*.hosoku .keihin{
	color: #da1a65;


}*/


.camTitle1 {
	font-size: 240% !important;
	text-align: center !important;
	padding-top: 14px;
	margin-bottom: 26px !important;
}

.camTitle1 span{
	background-color: #fff;
	color: #e6518b;
	border-top: dashed 2px #e6518b;
	border-bottom: dashed 2px #e6518b;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
}

.camTitle2 {
	font-size: 240% !important;
	text-align: center !important;
	padding-top: 14px;
	margin-bottom: 26px !important;
}

.camTitle2 span{
	background-color: #fff;
	color: #20b7d3 !important;
	border-top: dashed 2px #20b7d3;
	border-bottom: dashed 2px #20b7d3;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}

	
.intro .column p.name{
	text-align: right;
	padding-bottom: 10px;
}

.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.thumbnail2 {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.thumbnail2 {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
	margin-left: -1px;
}
.thumbnail2 {
	width: 100%;
	margin-left: -1px;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 80%;
	text-align: left;
	padding-left: 0px;
	font-size: 110%;
}

.startCam{
	font-size: 180%;
	font-weight: bold;
/*color:#371e00;*/
	color: #950b43;
	margin-top: 20px;
	line-height: 1.2em;
	text-align: left;
}

.gallery {
	display: inline-block;
}

.camTitle1 {
	font-size: 180% !important;
}
	
.camTitle1 span{
	padding-bottom: 4px;
}
	
.camTitle2 {
	font-size: 180% !important;
}
	
.camTitle2 span{
	padding-bottom: 4px;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.thumbnail2 {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}




