@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:url(back_top.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

.resizeimage img { 
	width: 100vw;
	position:absolute;
	z-index: 20;
}


.diagonally {
    background-image: linear-gradient(-45deg, /*角度*/
                     transparent 49%,
                     black 30%, /*斜線の色*/
                     black 30%, /*斜線の色*/
                     transparent 50%, 
                     transparent); 
}




.event_btn {
    display: flex;
	
	overflow:hidden; 
	margin: 5px;
    padding: 0.5em;
    text-decoration: none;
	background: #005397;
	color: #fff;
	border: solid 2px #005397;
    border-radius: 6px;
    transition: .6s;
	font-size: 1.25em;
}
.event_btn:hover {
    background: #fff;
	color: #8b4513;
	border: solid 2px #8b4513;
}


.cb{
  /* floatを解除 */
  clear: both;
}

.event_m_btn {
    display: flex;
	margin: auto;
    padding: 0.5em;
    text-decoration: none;
	background: #005397;
	color: #fff;
	border: solid 2px #005397;
    border-radius: 6px;
    transition: .6s;
	font-size: 1.1em;
}
.event_m_btn:hover {
    background: #fff;
	color: #8b4513;
	border: solid 2px #8b4513;
}


h1	{
	font-size: 2em;
	color: #006400;
	letter-spacing:1.5px;
}


h2	{
	font-size: 1.3em;
	border-left: solid 12px #005397;
	padding-left: 8px;
	letter-spacing:1.5px;
}

h3	{
	font-size: 1.2em;
	border-bottom: solid 2px #630;
	padding-bottom: 3px;
	background-image:url(clover2.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left: 25px;
}

.padding {
	margin-top: -15px;
	margin-left: 20px;
	margin-right: 20px;
}


.content {	
	border-right-color: rgb(6,83,151);
	border-right-width: 3px;
	border-right-style: solid;
	
	border-left-color: rgb(6,83,151);
	border-left-width: 3px;
	border-left-style: solid;
	
	background-image:url(sec1_bg.jpg);
	margin-top: 0px;
}


.main_title {
	display: inline;
	position: absolute;
    top: 200px;
    left: 150px;
	z-index: 98;
}



.nondisplay_pc {
  display:none;
}

.nondisplay_mobile {
	display:inline;
  margin-top: 0px;
}




.mobile_menu {
	padding-left: 8%;
	padding-right: 8%;
}
.pc_menu {
	display:none;
}


.title{
	text-align:center;
}




.article {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}


.article_4 {
	margin-top:50px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25em;
	color:#666;
}

.article_m4 {
	margin-top:20px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	color:#666;
}


.article_lunch {
	margin-left: 10%;
	margin-right: 10%;	
	font-size: 1.25em;
	color:#333;
}

.article_m_tea {
	background-color: #ffe4e1;
	background-image:url(tea_m.gif);
	background-repeat: no-repeat;
	color:#000;
	padding: 20px 20px 20px 35px;
	border-radius: 20px 20px;
	max-width:700px;
	width:85%;
	font-size: 0.8em;
}

.article2 {
	background-color: #ffa07a;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:75%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.article2_use {
	background-color: #ffe4e1;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.mic{
	position:absolute;
	z-index:9;
}

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
gif, img, object, embed, video {
	max-width: 100%;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}


a:visited {
	color : #;
}


hr {
	margin-top:0.2em;
	margin-bottom:0.2em;
}


.under {
	background-color:#005397;
	height: 38px;
	text-align:center;
	clear: both;
	padding-top:15px;
}


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


table.type {
	width: 100%;
	table-layout: fixed;
    border-spacing: 0;
	line-height: 1.5; 
	border-top: 1px solid #333; 
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
} 

table.type tr {
	background: #fff; 
} 

table.type td { 
	padding: 8px; 
	vertical-align: top;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}



.menu3 {
	background-color: #ffa07a;
	padding: 20px;
	border-radius: 20px 20px;
	color:#000;
	width:90%;
	margin:0%;
	font-size: 0.9em;
	margin-left:auto;
	margin-right:auto;
}

.menu4 {	
	background-color: #fff;
	padding: 20px;
	border-top: 3px solid #300; 
	border-left: 3px solid #300;
	border-right: 3px solid #300;
	border-bottom: 3px solid #300;
	color:#000;
	width:80%;
	margin:0%;
	font-size: 0.9em;
	margin-left:auto;
	margin-right:auto;
}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* PCレイアウト : 800 px ～ 1232 px  Mobileからスタイルを継承。 */

@media only screen and (min-width: 800px) {


.gridContainer {
	width: 90%;
	max-width:1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



.bg_move{
    background-image: url(photo5.gif);
    height: 700px;
    animation: moveBg 5s infinite linear;
}
@keyframes moveBg{
    0%    { background-position: 0 0; }
    100%  { background-position: -1232px 0px; }
}






.pc_menu {
	display:inline;
    overflow: scroll;
    -webkit-overflow-scrolling:	touch;
}

.mobile_menu {
	display:none;
}



table.type02 {
	width: 100%;
	table-layout: fixed;
    border-spacing: 0;
	line-height: 1.5; 
	border-top: 3px solid #24140e; 
	border-left: 3px solid #24140e;
	border-right: 6px solid #24140e;
	border-bottom: 6px solid #24140e;
} 

table.type02 tr {
	background: #fff; 
} 

table.type02 td { 
	padding: 8px; 
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
} 


.menu {
	width="100%"
	overflow: hidden;
	padding-bottom: 185px;
}

.menu1 {
	background-color: #ffcc66;
	padding: 20px;
	border-radius: 20px 20px;
	color:#000;
	width:40%;
	float:left;	
	margin:0%;
	font-size: 0.9em;	
}

.menu2 {	
	background-color: #fff;
	padding: 18px;
	border-top: 3px solid #300; 
	border-left: 3px solid #300;
	border-right: 3px solid #300;
	border-bottom: 3px solid #300;
	color:#000;
	width:43%;
	float:right;
	margin:0%;
	font-size: 0.9em;
}


.nondisplay_mobile {
    display:none;
}

.nondisplay_pc {
	display:inline;
}



.notice {
	position: relative;
	text-align:center;
}


.twitter_m {
	display: inline;
	position: absolute;
    top: 400px;
    right: 18%;
	z-index: 80;
}


.article {
	width:85%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}


.article2 {
	background-color: #ffcc66;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 35px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}


.article2_tea {
	background-color: #ccff99;
	color:#000;
	line-height: px;
	margin: 0px 0px;
	padding: 20px 20px 20px 120px;
	border-radius: 20px 20px;
	max-width:1232px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.guide_image {
	position:relative;
	float:right;
}

}