@charset "UTF-8";

/* ===========================================
初期設定
=========================================== */

html {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  /* IE11用 */
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
	overflow-x: hidden;
}
body {
  width: 100%;
  font-family: 'Noto Sans JP', Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  color: #333;
  background-color: #FFF;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 500;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

/* ===========================================
アニメーション
=========================================== */

.fly {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}
.fly:focus, .fly:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}
a:focus, a:hover {
  text-decoration: underline;
}

/* 目隠しテキスト用指定 */
img.img-guidance,
.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

/* ===========================================
CMSスタイル
=========================================== */

div#main-nosub {
  margin-top: 0;
}
div#h0title img {
  vertical-align: bottom;
}
.gnav-left{
	clear: both;
}
/* ヘッダー1段目 */
.gnav-left{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
div.headbox {
	clear: both;
	margin: 1px auto 0 auto;
	text-align: left;
	width: 1024px;
	min-height: 90px;
}
div#h0title {
	width: auto;
	margin-left: 0;
	text-align: left;
}

/* ヘッダ */
#h0title img {
  margin: 0;
  padding: 0;
}
div.headright {
	float: right;
}

ul.headlist {
  padding-top: 10px;
  padding-right: 0;
}
ul.headlist li.hli06 {
	position: relative;
	padding: 5px 0px 5px 28px;
 	background-image: none;
	background-position: 0 0.2em;
}
ul.headlist li.hli06::after{
	position: absolute;
	content: '';
	background-image: url(/images/kai_arrow01.png);
	-webkit-background-size: 13px 9px;
	background-size: 13px 9px;
	background-repeat: no-repeat;
	width: 13px;
	height: 9px;
	top: 7px;
	left: 7px;
}

ul.headlist li.hli00 {
	position: relative;
	padding: 5px 0px 5px 15px;
 	background-image: none;
	background-position: 0 0.2em;
	margin-right: 20px;
}
ul.headlist li.hli00::after{
	position: absolute;
	content: '';
	background-image: url(/images/yasashi_icon2.png);
	-webkit-background-size: 13px 9px;
	background-size: 7px 11px;
	background-repeat: no-repeat;
	width: 7px;
	height: 11px;
	top: 7px;
	left: 2px;
}


/* ページトップへ
============================== */

.page-top {
  position: fixed;
  bottom: 0;
  left: 20px;
  padding: 11px;
  text-decoration: none;
  z-index: 9999;
  opacity: .9;
}
.page-top:hover, .page-top:focus {
  opacity: 1;
}

/* ===========================================
コンテンツデザイン
=========================================== */
/* 中見出し */
div.h2bg {
  border-top: none;
}
div.h2bg h2 {
  font-size: 2.8rem;
  padding: 5px 4px 5px 10px;
  border-left: 8px solid #99cccc;
	font-weight: normal;
}
div.h2bg h2 a.innerLink,
div.h2bg h2 a.externalLink {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

/* 小見出し */
div.h3bg h3 {
  font-size: 2.0rem;
	font-weight: inherit;
}
div.h3bg div {
  border-left: none;
  border-bottom: 2px solid #99cccc;
}
div.h3bg h3 a.innerLink,
div.h3bg h3 a.externalLink {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

/* h4見出し */
h4 {
  font-size: 1.5rem;
  color: #333;
}
div.h4bg h4 a.innerLink,
div.h4bg h4 a.externalLink {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

/* h5見出し　h6見出し */
h5, h6 {
  font-size: 1.5rem;
}
h5 a.innerLink,
h5 a.externalLink,
h6 a.innerLink,
h6 a.externalLink {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}


ul li {
	background-image: url(/images/kai_icon_li.png);
}
ul.linkjump li {
	background-image: url(/images/kai_pageinlink.png) !important;
	background-position: 0 4px;
	background-size: 15px;
}
a.externalLink {
	background-image: url(/images/kai_outlink01.png);
	background-size: 14px;
}
a.innerLink {
	background-image: url(/images/kai_link.png);
	background-size: 10px;
}
div.contact {
	margin: 20px 0 20px 0;
	padding: 0 16px 12px 16px;
	background-color: #edf4f4;
	border: none;
}
form.feedback {
  background-color: #edf4f4;
  border: none;
}
div.submitbox .fedbt {
	border: 1px solid #000;
	background-color: #000;
}

div.contact p span.contact-link, div.contact p span.contact-link2 {
  position: relative;
  padding: 8px 40px 8px 30px;
}
div.contact p.contact-form, div.contact p.contact-sec {
	display: inline-block;
	margin: 0.2em 0 0.1em 0;
	line-height: 1.6em;
	font-size: 110%;
	border: 2px solid #b8dcdc;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	background-image: none;
}
div.contact p.contact-sec::after, div.contact p.contact-form::after{
	position: absolute;
	content: '';
	background-image: url(/images/kai_arrow03.png);
	width: 5px;
	height: 9px;
	background-size: 5px 9px;
	top: 18px;
	left: 16px;
}
p.filelink a, a.pdf, a.resourceLink {
	background-image: url(/images/kai_outlink02.png);
	background-position: 0 0.2em;
	background-size: 16px;
}

th {
  background-color: #edf4f4;
}

/* ===========================================
次階層以下
=========================================== */

.kai_pankuzu {
    background-color: #f4f4f4;
    margin-top: 20px;
}
.kai_pankuzu a {
    color: #000;
}

.guidance,
.f0guidance{
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}
/* ul.pankuzu {
  width: 1024px;
  margin: 0 auto;
  font-size: 1.3rem;
}
ul.pankuzu li {
  font-size: 1.3rem;
  position: relative;
  padding: 6px 18px 6px 10px;
  background-image: none;
}
ul.pankuzu li::after {
  content: '>';
  right: 0;
  position: absolute;
}
ul.pankuzu li.pk-thispage::after {
  content: none;
} */
.pankuzu ol li {
	background-image: none;
}
.pankuzu ol li::after {
	content: '>';
	right: 0;
	position: absolute;
}



div.h1bg {
	clear: both;
	margin: 20px 0 8px 0;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(/images/kai_h1tag.png);
	background-size: 1024px 140px;
	background-position: bottom;
}
div.h1bg div {
	border:none;
}
div.h1bg h1 {
	margin: 0;
	padding: 36px 5px 32px 26px;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.3em;
	color: #333333;
	background-color: transparent;
	border:none;
}


/* baseから移行 */
/* kai_gnavlist */
.kai_gnavlist{
	margin-top: 40px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
}
.kai_gnavitem{
	font-size: 1.8rem;
	background-image: none;
	padding-left: 32px;
}
.kai_gnavitem a{
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
.kai_gnavitem a:hover{
	text-decoration: underline;
}
.kai_gnavitem a:visited{
	color: #000;
}
/* foot */
.kai_footbg{
	position: relative;
}
.kai_footbg::before{
	position: absolute;
	content: '';
	background-image: url(/images/kai_foot01.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;
	background-size: 2846px 8px;
	top: 0;
	left: 0;
}
.kai_footbg::after{
	position: absolute;
	content: '';
	background-image: url(/images/kai_foot02.png);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 252px;
	-webkit-background-size: 164px 252px;
	background-size: 164px 252px;
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: -1;
}
.kai_footcn{
	padding-top: 75px;
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
.kai_footcn::after{
	position: absolute;
	content: '';
	background-image: url(/images/kai_illustration02.png);
	width: 87px;
	height: 124px;
	background-size: 87px 124px;
	top: 60px;
	left: -137px;
}
.foot-up, .foot-down, .opening_time{
	display: flex;
	justify-content: flex-start;
}
.foot-up{
	align-items: center;
}
.foot-down{
	margin-top: 50px;
}

.map_access_wp {
	display: flex;
	flex-direction: row;
}

.access{
	    max-width: 354px;
    margin: 0 37px 0 20px;
}
.access-title{
	font-weight: bold;
	margin-top: 0;
}
.address p{
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0;
	margin-left: 20px;
}

.foot-down-right {
	width: 331px;
}

.opening-time{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.viewing-fee-title{
	margin-top: 0;
	font-weight: bold;
}
.general,
.little-junior-high-school-student,
.children{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.opening-time-title{
	font-weight: bold;
}
.price{
  margin-left: 20px;
}
.price p{
  margin: 0;
  font-size: 1.4rem;
}
.little-junior-high-school-student,
.children{
	margin-top: 5px;
}
.price-age{
  width: 126px;
  text-align: left;
}
.viewing-fee{
  margin-top: 15px;
	display: flex;
	justify-content: flex-start;
}
.opening-time-desc{
	font-size: 1.4rem;
	font-weight: inherit;
}
.tel-fax p {
	margin: 0px;
	margin-left: 122px;
	background-color: #F6F6F6;
	border-radius: 6px;
	padding: 15px 20px;
}
.tel-fax p a {
	text-decoration: none;
}
.various-discount-fee{
	margin-top: 20px;
}
.various-discount-fee-p{
	margin-top: 10px;
	    margin-left: 55px;
	font-size: 1.3rem;
}
.various_discount_fee_btn{
}
.various_discount_fee_btn a{
	display: block;
	width: 280px;
	margin: 0 0px 0 auto;
	position: relative;
	padding: 20px 30px;
	background-color: #000000;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}
.various_discount_fee_btn a:visited{
	color: #fff;
}
.various_discount_fee_btn a::after{
	position: absolute;
	content: '';
	background-image: url(/images/kai_arrow04.png);
	top: 23px;
	right: 26px;
	width: 22px;
	height: 14px;
	-webkit-background-size: 22px 14px;
	background-size: 22px 14px;
}

/*index*/
ul.norcor li {
	background-image: url(/images/kai_link.png) !important;
	background-size: 10px;
}
div.m-title div {
	margin: 0;
	padding: 0;
	border: 2px solid #99cccc;
	border-radius: 120px;
	background-color: #FFF;
}
h2.nextpage {
	padding: 12px 12px 12px 36px;
	background-image: url(/images/kai_link.png);
	background-size: 8px;
	background-position: 20px 50%;
}
div.menulist-link h2.nextpage a.innerLink {
	background-image: url(/images/kai_link.png);
	background-position: 20px 50%;
	background-size: 8px;
}
ul.b-line {
	border: none;
}


@media screen and (min-width: 1024px) {
	/* ==================================================
	PC
	================================================== */
	#spKaiHeadMenu {
		display: none !important;
	}

	.map_access_wp {
		display: flex !important;
	}
}


/* ==================================================
smph
================================================== */
@media screen and (max-width: 1023px) {

	.baseall {
		min-width: auto;
	}

	.pc-none {
		display: block;
	}
	.sp-none {
		display: none;
	}

	/* ==================================================
  ヘッダー
  ================================================== */
	div.headbg {
		/* margin-bottom: 35px; */
	}
	div.headbox {
		width: 100%;
		min-height: auto;
		padding-top: 10px;
	}

	.gnav-left {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	#h0title {
		height: 54px;
		margin-bottom: 15px !important;
	}

	h1#h0title {
		
	}

	#h0title img {
		width: 204px;
		max-width: 100%;
		height: auto;
	}

	.gnav-top-wp {
		display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
	}

	/* やさしいにほんご */
	.yasashi_link {
		position: relative;
		padding: 5px 0px 5px 15px;
		margin-bottom: 15px;
    font-size: 78%;
    line-height: 1.2em;
    min-height: 1em;
		margin-right: 10px;
	}
	.yasashi_link::after {
		position: absolute;
    content: '';
    background-image: url(/images/yasashi_icon2.png);
    -webkit-background-size: 13px 9px;
    background-size: 7px 11px;
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    top: 7px;
    left: 2px;
	}
	.yasashi_link a {
    font-size: 100%;
    color: #000;
    text-decoration: none;
	}

	/* グロナビ */
	.gnav-left nav {
		width: 100%;
	}
	.kai_gnavlist {
		display: flex;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
	}
	.kai_gnavlist li {
		padding-left: 0;
    width: calc(100%/4);
		border-left: 1px solid #ccc;
	}
	.kai_gnavlist li:first-of-type {
		border-left: none;
	}
	.kai_gnavlist li a {
		display: flex;
    align-items: center;
    justify-content: center;
		font-size: 1.2rem;
		line-height: 1.7;
		text-align: center;
		height: 100%;
	}



	/* ==================================================
  パンくず
  ================================================== */
	.kai_pankuzu {
		margin-top: 0;
	}
	.pankuzu li::before {
		display: none;
	}



	/* ==================================================
  コンテンツエリア
  ================================================== */
	div#basewrap {
		width: 100%;
		margin: 0;
	}

	div.wrap {
		width: 100%;
	}
	div#main-nosub {
		padding: 0 5px;
	}

	/* 基本情報 */
	div.basic-box {
		float: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	p.pagenumber {
		float: none;
		padding: 0;
	}

	div.socialmedia {
		float: none;
		padding-top: 10px;
	}

	div.sp_box {
		float: none;
		padding: 0;
	}

	div#twitter {
		float: none;
		padding: 0;
	}

	/* 大見出し */
	div.h1bg h1 {
    padding: 20px 5px 20px 26px;
		font-size: 2.4rem;
	}

	/* 中見出し */
	div.h2bg h2 {
		font-size: 120%;
		line-height: 1.3em;
		padding: 5px 4px 5px 8px;
	}

	/* 細見出し */
	div.h3bg {
		margin: 0;
	}

	div.h3bg div {
		padding: 0;
	}

	div.h3bg h3 {
		font-size: 110%;
	}

	/* 細細見出し */
	div.h4bg h4 {
		font-size: 108%;
	}

	/* 画像 */
	div.wysiwyg_wp p.img-only {
		margin: 0;
	}
	div.wysiwyg_wp p.img-only img {
		max-width: 100%;
		width: auto;
		height: auto;
	}


	/* ==================================================
  フッター
  ================================================== */
	.kai_footbg {
		margin-top: 30px;
	}

  .kai_footbg .kai_footcn {
    width: 100%;
    /* padding: 0 20px; */
    padding-top: 30px;
		position: relative;
  }

	.kai_footbg .kai_footcn::after {
    position: absolute;
    content: '';
    background-image: url(/images/kai_illustration02.png);
    width: 45px;
    height: 63px;
    background-size: 45px 63px;
    top: 8px;
    right: 15px;
		left: auto;
    z-index: -1;
	}

  .foot-up {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
  }

  .foot-up .address {
    margin-top: 3px;
  }

  .foot-up .address p {
    margin-left: 0;
    font-size: 1.6rem;
  }

  .foot-up .tel-fax {
    width: 100%;
  }

	.foot-up .tel-fax a {
		color: #333333;
	}

  .foot-up .tel-fax p {
    margin-left: 0;
    padding: 15px 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
  }


  .foot-down {
    flex-direction: column;
    margin-top: 10px;
    padding: 0 20px;
  }

  .access_btn_wp {
    width: 100%;
    border-radius: 6px;
    background-image: url(/images/smph_s_btn_slide.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-color: #000000;
  }

  .access_btn_wp.active {
    background-image: url(/images/smph_s_btn_slide2.png);
  }

  #access_btn {
    display: block;
    padding: 15px 40px 15px 40px;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    font-size: 92%;
  }

  .map_access_wp {
    display: none;
    flex-direction: column;
  }

  .foot-down .map {
    text-align: center;
    margin: 10px;
  }

  .foot-down .map img {
    max-width: 100%;
    height: auto;
  }

  .foot-down .access {
    margin: 10px;
  }

  .foot-down .access .access-title {
    margin: 0;
  }

  .foot-down .access .access-list {
    margin: 0;
  }

  .foot-down .access .access-list .access-item p {
    margin: 0;
  }

  .foot-down-right {
    width: 100%;
  }

  .opening-time {
    margin-top: 12px;
  }

  .opening-time-title {
    margin: 0;
  }

  .opening-time-desc {
    margin: 0;
    margin-top: 0;
  }

	.viewing-fee {
		justify-content: space-between;
	}

  .viewing-fee-title {
    margin: 0;
  }

  .price {
    margin-left: 20px;
  }


  .various_discount_fee_btn {
    margin: 0;
  }

  .various_discount_fee_btn a {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
  }

  .various-discount-fee-p {
    margin: 0;
    margin-top: 10px;
  }

  .various_discount_fee_btn a::after {
    top: 20px;
  }

  div.f0copy {
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
    font-size: 1.3rem;
  }

  .page-top {
    right: 0;
		left: auto;
  }

  .page-top img {
    width: 48px;
  }

}