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

body{
	font-family:"Yu Gothic UI", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-size: 12px;
	/*font-size: 11px;
	line-height: 150%;*/
	color: #171717;
	margin: 0;
	padding: 0;
}

img{
	vertical-align: bottom;
	border: none;
}

table{
	width: 100%;
}

a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #646464;
}

a:hover{
	color: #00D3FF;
}

.clear{
	clear:both;
	border:2px solid #000;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.red{
	color: #FF0004;
}

.white{
	color: #FFFFFF;
}

.mawarikomi-r{
	float: right;
	margin: 0 0 1em 1em;
}

.mawarikomi-l{
	float: left;
	margin: 0 1em 1em 0;
}

.line{
	border-bottom: dashed 1px #666666;
	margin-top:30px;
}

.pc{
	display: inherit;
}

.smp{
	display: none;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}


/*以下サイトごとのレイアウト指定*/

#main{
	width: 100%;
	margin: 0 auto;
	/*background: linear-gradient(to right, #09C99B, #066292);*/
}

#header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position:fixed;
	background-color: #FFFFFF;
	z-index:9999;
}

#header h1{
	margin: 0 0 0 20px;
}

#header .menu{
	margin: 0 20px 10px 0;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

#header .menu li {
	margin: 0 10px;
}

#header .menu li a{
	font-family: 'Minion Variable Concept', 'Times New Roman', 'Abril Display', "Acme Gothic Compressed", "MS Gothic", "monospace";
	color:#606060;
	font-size: 9.5pt;
	letter-spacing:0.25em;
	text-decoration: none;
}

#header .menu li svg{
	fill: #231F20;
	width: 25px;
	height: 25px;
}

#header .menu li a:hover{
	color: #00a6e7;
	text-decoration: none;
}

#contents{
	padding: 60px 0 50px 0;
}

body:not(#index) #contents h2{
	margin: 0;
	padding: 20px 0 10px 40px;
	background-color:rgba(206,170,114,0.6);
	font-family: 'Minion Variable Concept', 'Times New Roman', 'Abril Display', "Acme Gothic Compressed", "MS Gothic", "monospace";
	color:#FFFFFF;	
	font-size: 18pt;
	letter-spacing:0.3em;
}

body:not(#index) #contents a{
	color:#676767;
	font-weight: bold;
	text-decoration:underline;
}

body:not(#index) #contents .archives {
	margin: -30px 20px 0 0;
	text-align: right;
}


body:not(#index) #contents .archives a{
	/*display:block; */
	font-family:"Yu Gothic UI", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}

body:not(#index) #contents .archives a:hover{
	color: #606060;
	text-decoration: none;
}

#news #contents .box{
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

#news #contents .box p{
	padding: 0 20px;
}

#news #contents .box .title {
	color:#676767;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

#news #contents .box .date {
	color: #00a6e7;
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 12px;
}

#newsarchives #contents .box{
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

#newsarchives #contents .box p{
	padding: 0 20px;
}

#newsarchives #contents .box .title {
	color:#676767;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

#newsarchives #contents .box .date {
	color: #00a6e7;
	margin: 0;
	padding: 20px 0 0 20px;
	font-size: 12px;
}

#newsarchives #contents .box .title {
	color:#676767;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

#live #contents .box{
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

#live #contents .box p{
	padding: 0 20px;
}

#live #contents .box .date {
	color: #00a6e7;
	margin: 0;
	padding: 20px 0 0 20px;
}

#live #contents .box .title {
	color:#676767;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}


#livearchives #contents .box{
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

#livearchives #contents .box p{
	padding: 0 20px;
}

#livearchives #contents .box .date {
	color: #00a6e7;
	margin: 0;
	padding: 20px 0 0 20px;
}

#livearchives #contents .box .title {
	color:#676767;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

#photos #contents .box{
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

#photos #contents .box p{
	padding: 0 20px;
}

#photos #contents .box .date {
	color: #00a6e7;
	margin: 0;
	padding: 20px 0 0 20px;
}

#photos #contents .box .title {
	color:#676767;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

#profile #contents .box{
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	margin-top: 20px;
}

#profile #contents .box .data{
	width:60%;
	margin: 0 0 0 30px;
}

#profile #contents .box .data .title{
	font-size: 1.5em;
}

#contact #contents .box{
	width: 80%;
	margin: 0 auto;
}

#contact #contents .box p{
	padding: 0 20px;
}

#index #contents{
	background: url("../img/top.png") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0 50px 0;
	margin: 0;
}

#index #contents h2{
	margin: 0;
	height: 550px;
}

#index #contents .box{
	margin: 0 auto;
	margin-bottom: 70px;
	padding: 30px;
	width: 80%;
	background-color:rgba(206,170,114,0.6);
	/*アニメーション*/
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

#index #contents .box.scrollin {
	/*アニメーション*/
	opacity : 1;
	transform : translate(0, 0);	
}

#index #contents .box h3{
	padding: 0;
	margin:10px 0 5px 0;
	font-family: 'Minion Variable Concept', 'Times New Roman', 'Abril Display', "Acme Gothic Compressed", "MS Gothic", "monospace";
	color:#FFFFFF;	
	font-size: 18pt;
	letter-spacing:0.3em;
}

#index #contents .box .morelink{
	font-family: 'Minion Variable Concept', 'Times New Roman', 'Abril Display', "Acme Gothic Compressed", "MS Gothic", "monospace";
	display:block;
	text-align: right;
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}

#index #contents .box .smallbox{
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px;
	background-color: rgba(255,255,255,1.00);
}

#index #contents .box .smallbox p{
	margin: 0;
}

#index #contents .box .smallbox .date {
	color: #00a6e7;
	margin: 0;
}

#index #contents .box .smallbox a{
	color:#606060;
	text-decoration: none;
}

#index #contents .box .smallbox a:hover{
	font-weight:bold;
}

/*googleカレンダー*/
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


#footer{
	background-color:rgba(96,96,96,0.40);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 40px;
}

#footer p{
	font-family: 'Minion Variable Concept', 'Times New Roman', 'Abril Display', "Acme Gothic Compressed", "MS Gothic", "monospace";
	margin: 0;
	color:#000000;
}

#footer .contactlink a{
	font-family:"Yu Gothic UI", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	background-color:#00a6e7;
	color:#FFFFFF;
	width: 200px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}

#footer .contactlink a:hover{
	font-weight:bold;
}

#smpmenu{
	display: none;
}

#smpmenu a{
}