html, body, div, p, table, th, tr, td, a, span, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, header, footer, article, section, aside {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 1;
	color: #111;
    font-family: Yu Gothic, 'メイリオ', Meiryo,'ＭＳ Ｐゴシック', Helvetica, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}


html, body, div, p, header, article, section, aside, footer, ul, li {
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: baseline;
}

img a {
	border: 0;
}

a {
	text-decoration: underline;
}

ul {
	list-style: none;
}

.txt1 {
	line-height: 1.4;
	margin-bottom: 20px;
}

body {
	background: #e5eaea;
}

iframe {
	border: 1px solid #ddd;
}

.about_photo_area {
	display: grid;
	grid-template-columns: 50% 50%;
}

.mt20 { margin-top: 20px; }

section {
	width: 98%;
	max-width: 920px;
	border-radius: 10px;
	background-color: #fff;
}

h2 {
	text-align: center;
	color: #fff;
	line-height: 1.4;
}

h3 {
	font-weight: 500;
	color: #90A4AE;
}

.menu_list li a {
	display: block;
}

.menu_thumb img {
	width: 100%;
}

#site_title img {
	height: 26px;
}

.video-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.video-item {
	box-sizing: border-box;
	padding: 12px;
}

.video-desc {
	margin-top: 5px;
	line-height: 1.3;
}

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

/*MOBILE*/
@media screen and (max-width: 800px) {

.pcbr {
	display: none;
}

header {
	width: 100%;
	background: #90A4AE;
	padding: 12px 0 0 0;
}

#site_title {
	color: #fff;
	text-align: center;
	font-size: 120%;
	padding-bottom: 12px;
}

nav {
	background: #fff;
}

#gnav {
	display: table;
	background: #fff;
	width: 100%;
	z-index: 50000;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#gnav li {
	display: table-cell;
	width: 25%;
	text-align: center;
	padding: 15px 0;
	font-size: 90%;
	font-weight: 700;
}

section, aside {
	padding: 15px 2%;
}

section {
	margin: 15px auto;
	padding: 30px 10px;
}

#sec_top {
	background: url("images/pt_back.png") center center no-repeat;
	background-size: cover;
	padding: 55px 2%;
	margin-bottom: 15px;
}

h1 {
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: 400;
	margin-bottom: 10px;
}

h3 {
	font-size: 120%;
	margin-bottom: 20px;
	padding: 5px 0;
}

/* ABOUT */
.photo {
	width: 98%;
	margin: 1%;
}

.photo_area {
	display: grid;
	grid-template-columns: 50% 50%;
}

/* MENU */
.menu_list {
	border-top: 1px solid #ddd;
}

.menu_list li {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	display: table;
	width: 100%;
}

.menu_thumb {
	width: 90px;
	display: table-cell;
}

.menu_info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.menu_title {
	font-weight: 700;
	margin-bottom: 3px;
}

.menu_desc {
	font-size: 90%;
}

.info_table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.info_table tr:nth-child(even) {
	background: #f5f5f5;
}

.info_table tr:nth-child(odd) {
	background: #fff;
}

.info_table tr td {
	padding: 10px 3px;
	vertical-align: middle;
	line-height: 1.2;
}

.info_table tr td:first-child {
	width: 30%;
	text-align: center;
}


.info_table tr th {
	padding: 10px 3px;
	vertical-align: middle;
	background:#90A4AE;
	color: #fff;
}

.map {
	width: 100%;
	height: 250px;
}


/*VIDEO*/
.ytb_area {
	width: 100%;
    padding-top: 56.10%;
}

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

/* SNS */
aside {
	text-align: center;
}
aside img {
	width: 32px;
	margin: 0 10px;
}

footer {
	text-align: center;
	padding: 10px 0;
	font-size: 90%;
}

.toTop {
	bottom: 5px;
	right: 5px;
}

.video-item {
	width: 100%;
}

}



/*================*/
/*PC*/
@media screen and (min-width: 801px) {


header {
	width: 100%;
	background: #90A4AE;
	height: 60px;
	position: fixed;
	z-index: 10000;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#site_title {
	font-size: 120%;
	font-weight: 700;
	color: #fff;
	margin-left: 20px;
	line-height: 60px;
}

#site_title img {
	margin-top: 16px;
}

#gnav {
	position: absolute;
	display: table;
	max-width: 400px;
	top: 2px;
	right: 20px;
}

#gnav li {
	display: table-cell;
	text-align: right;
	padding: 20px 0 20px 40px;
	color: #fff;
	cursor: pointer;
}

article {
	padding-top: 60px;
}


#sec_top {
	text-align: center;
	background: url("images/pt_back.png") center center no-repeat;
	background-size: cover;
	padding: 160px 0;
}

h1 {
	color: #fff;
	font-size: 180%;
	font-weight: 200;
	margin-bottom: 10px;
}

section {
	margin: 30px auto;
	padding: 40px 40px;
}

h3 {
	font-size: 160%;
	margin-bottom: 30px;
	padding: 10px 0;
}

/*ABOUT*/

.aoubt_wrap {
	display: grid;
	grid-template-columns: 360px 1fr;
}

.pcl {
	padding-right: 20px;
}

.photo {
	width: 96%;
	margin: 2%;
}

.photo_area {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
}

/*MENU*/
.menu_list {
	display: grid;
	grid-template-columns: 33.3% 33.4% 33.3%;
	margin: 0 auto;
}

.menu_list li {
	width: 96%;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.menu_title {
	font-weight: 700;
	margin-bottom: 3px;
	padding: 10px 10px 0 10px;
}

.menu_desc {
	font-size: 90%;
	padding: 0 10px 10px 10px;
	line-height: 1.4;
}



/*INFO*/
            
.info_table {
	width: 100%;
	margin-bottom: 10px;
	background: #ddd;
	border-spacing: 1px;
}

.info_table tr:nth-child(even) {
	background: #f5f5f5;
}

.info_table tr:nth-child(odd) {
	background: #fbfbfb;
}

.info_table tr td {
	padding: 15px 10px;
	vertical-align: middle;
	line-height: 1.2;
}

.info_table tr td:first-child {
	width: 250px;
	text-align: center;
}

.info_table tr th {
	padding: 12px 3px;
	vertical-align: middle;
	background:#90A4AE;
	color: #fff;
}

.map {
	width: 100%;
	height: 450px;
}


.ytb_area {
	width: 100%;
	padding-top: 56.10%;
}

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

.video-item {
	width: 50%;
}


/*SNS*/
aside {
	text-align: center;
}

aside img {
	width: 32px;
	margin: 0 10px;
}


footer {
	text-align: center;
	padding: 10px 0;
	font-size: 90%;
}

.toTop {
	bottom: 30px;
	right: 30px;
}

}