@charset "Shift_JIS";
/* コンテンツ別 設定があるもの
---------------------------------------------------------------------------- */
/* Body
---------------------------------------------------------------------------- */
.sp {
	display: none !important;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
/* shopwrap
---------------------------------------------------------------------------- */
#shop .txtBox {
    width: auto;
    margin: 0;
    float: none;
}
#shop .txtBox p a {
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	/* Body
	---------------------------------------------------------------------------- */
	body {
		font-size: 16px;
		letter-spacing: 0;
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		line-height: 1.6;
		color: #111;
	}
	h1, h2, h3, h4, h5, h6, p, div, address, dl, dt, table, caption, th, td, img, form {
		font-weight: 600;
	}
	p {
		margin-bottom: 0;
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	/* link
	---------------------------------------------------------------------------- */
	a:hover {
		text-decoration: none;
	}
	.link{
		background: url(../img/common/icon_arrow01.gif) no-repeat 0 48%;
		padding: 4px 0 2px 20px;
	}
	/* header
	---------------------------------------------------------------------------- */
	.leadBox {
		position: relative;
	}
	#headerWrap {
		min-width: inherit;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		position: fixed;
		z-index: 1000;
	}
	#header {
		width: auto;
	}
	#headerLogo {
		width: 130px;
		height: 40px;
		float: left;
	}

	#headerLogo img {
		width: 100%;
	}
	
	#tagline {
		width: 135px;
		margin: 8px 0 0 5px;
	}
	#tagline h1, #tagline p {
		font-size: 10px;
		line-height: 1.4;
		display: block;
	}
	#tagline p {
		letter-spacing: 0;
	}
	#headerLogo2 {
		width: 33px;
		height: 40px;
		float: right;
	}
	#headerLogo3 {
		width: 33px;
		height: 40px;
		float: left;
	}
	#headerLogo3 img {
		width: 100%;
	}
	
	#menu {
		width: 40px;
		float: right;
	}
	#headerRight {
		display: none;
	}
	/* mainmenu
	---------------------------------------------------------------------------- */
	#mainMenu {
		display: none;
		width: 100%;
		height: auto;
		min-width: inherit;
		position: fixed;
		right: 0;
		top: 40px;
		bottom: 0;
		left: 0;
		overflow-y: auto;
		background: #063A23;
	}
	#mainMenu ul {
		width: auto;
	}
	#mainMenu ul li {
		float: none;
	}
	/* dropmenu
	---------------------------------------------------------------------------- */
	#dropmenu {
		width: auto;
	}
	#dropmenu li {
		text-align: center;
	}
	#dropmenu li a,
	#dropmenu li .inn {
		padding: 15px 5px;
		display: block;
		color: #FFF;
		font-size: 16px;
		border-bottom: 1px solid #FFF;
	}
	#dropmenu li .inn {
		background: url(../img/common/sp_open.png) no-repeat right 16px center;
		background-size: 16px auto;
		cursor: default;
	}
	#dropmenu li .inn.on {
		background-image: url(../img/common/sp_close.png);
	}
	#dropmenu li .ttl {
		position: relative;
	}
	#dropmenu li .ttl .ico {
		width: 35px;
		height: 35px;
		display: block;
		position: absolute;
		right: 7px;
		top: 4px;
		background: url(../img/common/sp_open.png) no-repeat center center;
		background-size: 16px auto;
	}
	#dropmenu li .ttl.on .ico {
		background-image: url(../img/common/sp_close.png);
	}
	#dropmenu li ul {
		display: none;
		width: auto;
		position: static;
		top: inherit;
		left: inherit;
	}
	#dropmenu li ul li {
		overflow: visible;
		height: auto;
		transition: none;
		float: none;
	}
	#dropmenu li:hover ul li {
		overflow: visible;
		height: auto;
	}
	#dropmenu li ul li a {
		padding-left: 25px;
		color: #333;
		font-size: 16px;
		background: url(../img/common/sp_icon01.png) no-repeat 10px 48% #FFF;
		background-size: 5px auto;
	}
	/* sidemenu
	---------------------------------------------------------------------------- */
	#sideMenu {
		margin-top: -3px;
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
		float: none;
	}
	#sideMenu ul.sideBnr {
		width: auto;
		margin: 0 -10px 30px;
		padding: 1px 10px 20px;
		background-color: #C8F2DA;
		overflow: hidden;
		zoom: 1;
	}
	#sideMenu ul.sideBnr li {
		margin-top: 22px;
		width: 48.83%;
		float: left;
	}
	#sideMenu ul.sideBnr li:nth-child(2n) {
		float: right;
	}
	#sideMenu ul.sideBnr img {
		width: 100%;
		height: auto;
		box-shadow: none;
		margin: 0;
	}
	#sideMenu .sideNavi {
	}
	#sideMenu .sideNavi li {
		margin-bottom: 10px;
	}
	#sideMenu .sideNavi li:last-child {
		margin-bottom: 0;
	}
	#sideMenu .sideNavi li a {
		display: block;
		text-align: center;
		background: url(../img/common/sp_side_navi_bg01.png) repeat-x center center;
	}
	#sideMenu .sideNavi li a img {
		width: 181px;
	}
	#sideMenu ul {
		width: auto;
		margin: 0 auto 30px;
		padding: 0;
	}
	#sideMenu .ttl {
		padding: 13px 8px;
		color: #FFF;
		font-size: 16px;
		line-height: 1.05;
		background-color: #063A23;
	}
	#sideMenu ul.sideBack01 {
		position: relative;
		border-left: solid 1px #063A23;
		border-right: solid 1px #063A23;
		overflow: hidden;
		zoom: 1;
	}
	#sideMenu ul.sideBack01:before {
		width: 1px;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		background-color: #063A23;
		
		content: "";
	}
	#sideMenu ul.sideBack01 li {
		width: 50%;
		float: left;
		text-align: left;
		border-bottom: solid 1px #063A23;
	}
	#sideMenu ul.sideBack01 li:last-child {
		border-bottom: solid 1px #063A23;
	}
	#sideMenu ul.sideBack01 li a {
		color: #063A23;
		width: 100%;
		height: 70px;
		display: table;
		table-layout: fixed;
		font-size: 15px;
		line-height: 1.5;
		vertical-align: middle;
		background: url(../img/common/sp_icon01.png) no-repeat right 6px center;
		background-size: 4px auto;
		padding: 3px 5px 2px;
		box-sizing: border-box;
	}
	#sideMenu ul.sideBack01 li a .inn {
		display: table-cell;
		vertical-align: middle;
	}
	#sideMenu ul.sideBack01 li:hover {
		background-color: #FFF;
	}
	#sideMenu ul.sideBack02 {
		width: auto;
		margin: 11px 0 18px;
		padding: 0;
		overflow: hidden;
		zoom: 1;
	}
	#sideMenu ul.sideBack02 li {
		margin: 10px 0 0;
		width: 48.8%;
		float: left;
	}
	#sideMenu ul.sideBack02 li:nth-child(2n+1) {
		float: right;
	}
	#sideMenu ul.sideBack02 li img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#sideMenu ul.sideBack02 li a img {
		box-shadow: none;
	}
	#sideMenu ul.sideBnr01 {
		width: auto;
		margin: 0;
		padding: 0;
		background-color: inherit;
	}
	#sideMenu ul.sideBnr01 li {
		margin-top: 0;
		width: 100%;
		float: none;
	}
	#sideMenu ul.sideBack03 {
		display: none;
	}
	/* shopwrap
	---------------------------------------------------------------------------- */
	#shopWrap {
		min-width: inherit;
		background: #133F28;
		padding: 0 10px 31px;
		box-sizing: border-box;
	}
	#shop {
		width: auto;
		text-align: left;
		padding: 26px 0 0;
	}
	#shop h2 {
		margin: 0 auto 28px;
	}
	#shop h2 img {
		margin: 0 auto;
	}
	#shop div {
		width: auto;
		margin: 0 0 20px;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
	#shop div:last-child {
		margin-bottom: 0;
	}
	#shop div .pic {
		width: 146px;
		float: left;
	}
	#shop div img {
		width: 146px;
		height: auto;
		box-shadow: none;
	}
	#shop div .txtBox {
		margin: 0;
		padding-left: 9px;
		overflow: inherit;
	}
	#shop h3 {
		display: none;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		text-shadow: none;
		margin: 0 0 3px;
	}
	#shop div p {
		font-size: 16px;
		text-align: left;
		text-shadow: none;
		margin: 0 0 4px;
	}
	#shop div p a {
		color: #FFF;
		display: block;
	}
	#shop div .txtBox .moreLink {
		display: block;
		background: #FFF;
	}
	#shop div .txtBox .moreLink img {
		margin: 0 auto;
		width: 71px;
	}

	/* footer
	---------------------------------------------------------------------------- */
	#footerWrap {
		padding: 11px 10px 20px;
		min-width: inherit;
		background: #000;
		box-sizing: border-box;
	}
	#footer {
		width: auto;
	}
	#footerLogo {
		width: auto;
		height: auto;
		margin: 0 0 3px;
		float: none;
	}
	#footerLogo a {
		margin: 0 auto;
		width: 174px;
		display: block;
	}
	#footerLogo img {
		margin: 0 auto;
	}
	address {
		color: #FFF;
		font-size: 9px;
		width: auto;
		margin: 0;
		letter-spacing: 0.3px;
		font-style: normal;
		text-align: center;
		display: block;
		float: none;
	}
	#footerMenu {
		display: none;
	}
	#pagetop {
		width: 40px;
		height: 40px;
		position: fixed;
		right: 20px;
		bottom: 30px;
	}
	#pagetop img {
		width: 100%;
		height: auto;
	}
	/* contents
	---------------------------------------------------------------------------- */
	#contents_wrapper {
		padding: 0;
		min-width: inherit;

		box-sizing: border-box;
	}
	#b_contents_wrapper {
		min-width: inherit;
		background: #FFF;
		padding-bottom: 0;
	}
	#contentsWrap {
		width: auto;
		margin: 0;
	}
	#b_contentsWrap {
		width: inherit;
		margin: 0;
	}
	#contents {
		width: auto;
		height: auto;
		margin: 0;
		float: none;
	}

	#contents a {
		color: #0B623A;
		text-decoration: underline;
	}
	#contents a:hover {
		color: #0B623A;
		text-decoration: underline;
	}
	/* mainvis
	---------------------------------------------------------------------------- */
	#vis {
		width: 100%;
		min-width: inherit;
		height: auto;
		border-bottom: solid 1px #E4E4E4;
		padding-top: 40px;
	}
	/* セクション枠
	---------------------------------------------------------------------------- */
	.secWrap,
	.secWrap_02 {
		margin: 0 auto 27px;
	}
	.secWrap_02 {
		margin-bottom: 33px;
		padding-top: 2px;
		width: auto;
	}
	.secWrap_02 h2 {
		margin-bottom: 18px;
		overflow: hidden;
	}
	/* 2カラム ボックス（順番に回り込み）
	---------------------------------------------------------------------------- */
	.box2 {
		width: 48.7%;
		height: auto;
		float: left;
	}
	.box2:nth-child(2n) {
		float: right;
	}
	.box2 img {
		width: 100%;
		height: auto;
	}
	/* top
	---------------------------------------------------------------------------- */
	/* slideshow
	----------------------------------- */
	#TopSlideView {
		padding: 17px 0 42px;
		background: url(../img/top/sp_mainvis_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	#TopSlideViewMain {
		margin: 0;
		width: 100%;
		height: auto;
		position: relative;
	}
	#TopSlideViewMain .slideshow-section {
		height: auto;
		overflow: visible;
		cursor: default;
		position: static;
		left: inherit;
	}
	#TopSlideViewMain:last-child .slideshow-section {
		border-bottom: none;
	}
	#TopSlideViewMain .slideshow-section .slide-items {
		margin: 0;
		width: inherit;
		position: static;
		left: 0;
	}
	#TopSlideViewMain .slideshow-section .slide-items img {
		width: 100%;
		border: none;
	}
	#TopSlideViewMain .slideshow-section ul {
		margin: 0;
		padding: 0;
		position: static;
		width: auto;
		left: 0;
		display: none;
	}
	#TopSlideViewMain .slideshow-section li {
		margin: 0 10px;
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
	}
	#TopSlideViewMain .slideshow-section li a {
		overflow: visible;
		position: static;
		height: auto;
	}
	#TopSlideViewMain .slideshow-section .slick-dots {
		margin-left: -56px;
		height: 8px;
		position: absolute;
		left: 50%;
		bottom: -34px;
		text-align: center;
	}
	#TopSlideViewMain .slideshow-section .slick-dots li {
		margin: 0 8px 0 7px;
		width: 10px;
		height: 10px;
		background: url(../img/common/sp_dot01.png) no-repeat center center;
		background-size: 10px 10px;
	}
	#TopSlideViewMain .slideshow-section .slick-dots li.slick-active {
		background-image:  url(../img/common/sp_dot02.png) ;
	}
	#TopSlideViewMain .slideshow-section .slick-dots li button {
		display: none !important;
	}
	/* Pager
	----------------------------------- */
	#TopSlideViewPager {
		display: none;
	}
	/* Thumbnails
	----------------------------------- */
	#TopSlideViewController {
		display: none;
	}
	/* slideshow ここまで
	----------------------------------- */
	#top_introarea_wrap {
		padding: 9px 10px 37px 15px;
		width: auto;
		height: auto;
		position: relative;
		background: #FBFBF9;
		margin: 28px 15px 28px 9px;
		border: 1px solid #ECEADC;
	}
	#top_introarea_wrap:before {
		width: 61px;
		height: 80px;
		position: absolute;
		left: -10px;
		bottom: -2px;
		background: url(../img/top/sp_top_intro_bg01.png) no-repeat;
		background-size: 61px 80px;
		
		content: "";
		z-index: 1;
	}
	#top_introarea_wrap:after {
		width: 143px;
		height: 60px;
		position: absolute;
		right: -16px;
		bottom: -2px;
		background: url(../img/top/sp_top_intro_bg02.png) no-repeat;
		background-size: 143px 60px;
		
		content: "";
		z-index: 1;
	}
	#top_introarea_wrap p {
		width: auto;
		position: relative;
		font-size: 12px;
		line-height: 2;
		letter-spacing: 0;
		padding: 0;
		margin: 0;
		z-index: 2;
	}
	#top_bnr_area img {
		box-shadow: none;
	}
	#top_bnr_area div.box2:first-child {
		margin: 0;
	}
	.h2_event,
	.h2_info {
		color: #063920;
		font-size: 22px;
		text-align: left;
		text-shadow: none;
		background: none;
		padding: 0 0 2px;
		border-bottom: 2px solid #063920;
		font-weight: bold;
	}
	.h2_event img {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	.h2_info {
		background: none;
	}
	.h2_event span,
	.h2_info span {
		font-size: 10px;
	}
	.h2_event .bold,
	.h2_info .bold {
		font-size: 17px;
	}
	.h2_event .en,
	.h2_info .en {
		margin-top: 3px;
		display: inline-block;
		vertical-align: top;
	}
	.sec_glow_wrap {
		width: auto;
		border: none;
		box-shadow: none;
		margin: 0 auto 32px;
	}
	.sec_glow_inner {
		width: auto;
		margin: 0 0 1em;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec_glow_inner > div {
		width: 48%;
		border-bottom: dashed 1px #C1CEC8;
	}
	#contents .sec_glow_inner a {
		text-decoration: none;
	}
	.event_ttl_wrap {
		width: auto;
		padding: 12px 0 4px;
		border: 0;
	}
	.event_youtube_wrap {
		width: auto;
		padding: 10px 0 0;
	}
	.event_youtube_wrap iframe {
		width: 100%;
		height: 170px;
	}
	.sec_glow_inner .info_ttl_wrapper {
		width: 100%;
	}
	#contents .event_youtube_wrap .btn6 {
		margin: 12px 0 0;
	}
	#contents .event_youtube_wrap .btn6 a {
		margin: 0 auto;
		padding: 13px 5px;
		width: 66.8%;
		display: block;
		font-size: 13px;
		letter-spacing: 1.2px;
		text-decoration: none;
		text-align: center;
		border: 1px solid #063A23;
		background: url(../img/common/sp_icon01.png) no-repeat right 5px center;
		background-size: 4px auto;
		box-sizing: border-box;
	}
	a .event_ttl_wrap:hover {
		color: #0B623A;
		background-color: #FFF;
	}
	a .event_ttl_wrap h3 {
		margin-bottom: 0;
	}
	a .event_ttl_wrap p {
		display: none;
	}
	a .event_ttl_wrap:hover h3 {
		color: #0B623A;
		text-decoration: underline;
	}
	/*.sec_glow_inner div:last-child div.event_ttl_wrap {
		padding-top: 5px;
		border-bottom: dashed 1px #C1CEC8;
	}*/
	.event_ttl_img {
		width: 100%;
		border: solid 1px #E7E7E7;
		float: none;
		margin-bottom: 5px;
	}
	.event_ttl_img img {
		width: 100%;
	}
	.event_ttl {
		padding-left: 0%;
		width: 100%;
		float: none;
	}
	a .event_ttl_wrap .event_time {
		display: block;
		font-size: 12px;
		font-weight: normal;
		margin: -3px 0 4px;
	}
	.event_ttl h3 {
		color: #0B6C3F;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
		background: none;
		padding: 0;
		margin: 0;
	}
	.info_ttl_wrap {
		display: block;
		border-bottom: dashed 1px #E5E5E5;
		padding: 8px 0 9px;
	}
	.sec_glow_inner div:last-child div.info_ttl_wrap {
		border-bottom: dashed 1px #E5E5E5;
	}
	#contents .sec_glow_inner .info_ttl_wrapper a {
		color: #0B6C41;
		display: block;
		text-decoration: underline;
	}
	#contents .sec_glow_inner .info_ttl_wrapper a:hover {
		color: #0B6C41;
	}
	#contents .sec_glow_inner .info_ttl_wrapper a .info_ttl {
		color: #0B623A;
		text-decoration: underline;
	}
	#contents .sec_glow_inner .info_ttl_wrapper a:hover .info_ttl {
		text-decoration: underline;
	}
	#contents .sec_glow_inner .info_ttl_wrapper a {
		color: #0B6C3F;
	}
	#contents .sec_glow_inner .info_ttl_wrapper a:hover {
		color: #0B6C3F;
	}
	a .info_ttl_wrap:hover {
		background-color: #F8F8F6;
	}
	.info_date {
		display: block;
		width: auto;
		font-size: 13px;
		line-height: 1.5;
		padding-left: 10px;
		background: url(../img/common/sp_icon01.png) no-repeat left center;
		background-size: 5px 10px;
	}
	.info_ttl {
		display: block;
		padding-right: 0;
		font-size: 16px;
		line-height: 1.6;
	}
	.online_area {
		margin-bottom: 14px;
		padding: 0;
	}
	.online_area .text03 {
		letter-spacing: 1px;
		line-height: 2;
	}
	.online_list li {
		margin: 0 0 23px;
		float: none;
	}
	.online_list li img {
		width: 100%;
	}
	.online_list01 {
		margin: -16px -2px 0 -1px !important;
		overflow: hidden;
		zoom: 1;
	}
	.online_list01 li {
		margin: 10px 0 0 !important;
		width: 31.9%;
		float: left;
	}
	.online_list01 li:nth-child(3n-1) {
		margin: 10px 2.15% 0 !important;
	}
	.online_list01 li img {
		height: auto;
	}
	/* コンテンツ大枠内 H3
	------------------------------------------------------------------- */

	.h3_6 {
		font-size: 18px;
		margin: 0 0 5px;
		line-height: 1.6;
	}
	.h3Ttl01 {
		margin: -10px 0 8px;
		font-size: 18px;
		line-height: 1.8;
	}
	
	/* 下層ページ
	------------------------------------------------------------------- */
	#vis02 {
		max-width: 100%;
		min-width: inherit;
		padding-top: 40px;
		height: 140px;
		margin: 0 auto;
	}	
	
	#vis02_inner {
	    width: 100%;
	}
	
	#vis02_inner h1 {
		font-size: 24px;
	}
	
	#bread ,
	#breadback {
		width: 100%;
		min-width: inherit;
		box-sizing: border-box;
	}
	
	#contents {
		padding: 0 10px;
		line-height: 1.6;
	}

	#contents div {
		line-height: 1.6;
	}

	#contents img {
		max-width: 100%;
		height: auto !important;
	}
	
	.box2_3 ,
	.box2_1 ,
	.box2_2 ,
	.left_box480 {
		width: 100% !important;
		float: none;
		box-sizing: border-box;
		margin-left: 0 !important;
		overflow: hidden;
	}

	.box2_1 div {
		width: 50%;
		box-sizing: border-box;
		float: left;
		padding: 3px;
	}
	
	.box2_4 {
		display: -webkit-flex;
		display: flex;
	    flex-wrap: wrap;
	}

	.box2_4 .box3 {
		width: 48%;
		margin: 0 1% 1em;
		height: auto;
		box-sizing: border-box;
	}
	
	.box3 p {
		width: 100%;
		padding: .5em;
		box-sizing: border-box;
	}
	
	.rightArea {
		float: none;
		overflow: hidden;
	}

	#contents .rightArea img {
		max-width: 50%;
		display: block;
		margin: 1em auto;
	}
	
	#contents .h2_2 ,
	#contents .h2_1 ,
	#contents .h2_3 {
		font-size: 22px;
		padding: .5em 0 .5em;
	    margin-top: 1em;
		line-height: 1.6;
	}
	
	#contents .voice p {
		width: 100%;
		margin-right: 0;
	}

	#contents table {
		width: 100% !important;
		margin-left: 0 !important;
		box-sizing: border-box;
	}

	#contents table th ,
	#contents table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding-left: 0 !important;
	}
	
	#contents .text {
		padding: 0;
	}
	
	#contents .mt-image-right {
		max-width: 40% !important;
		height: auto !important;
		margin: 0 0 5px 5px !important;
	}
	
	#sideMenu {
		padding-bottom: 75px;	
		background: #FFF url(../img/common/sp_contents_wrap_bg.jpg) repeat-x center bottom;
		background-size: 100% auto;
	}
	
	#contents .text02 dl {
		width: 100%;
	}
	
	#contents .linkarea {
		width: 100%;
		padding: 12px 10px;
		box-sizing: border-box;
	}	

	#contents input ,
	#contents textarea {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 16px;
	}
	#contents select {
		font-size: 16px;
	}
	
	.bottomWrap ,
	.bottomSec ,
	.bottomLink ,
	#gallery_area ,
	#gallery_area ul ,
	iframe ,
	.photo_area ,
	.col4_wrap {
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.linkarea ul {
		text-align: left;
	}
	
	
	#contents .priceTable th ,
	#contents .priceTable td ,
	#contents .table_school th ,
	#contents .table_school td ,
	#contents .histryTable th ,
	#contents .histryTable td ,
	#contents .itemList th ,
	#contents .itemList td {
		display: table-cell;
		width: auto;
		padding: .1em;
		font-size: 16px;
	}

	#contents .itemList th ,
	#contents .itemList td {
		vertical-align: top;
	}
	
	.h3_1, .voice h3 {
		margin: 1em 0 .5em;
	}
	
	.w300 {
		width: 100%;
		margin: .5em 0 0 0;
	}
	
	.text02 ol {
		padding: 0;
	}
	
	table#inquiry th.content {
		width: 100%;
	}
	

	.popR {	
	    width: 100% !important;
		float: none;
		clear: both;
	}
	
	.text02 .section ,
	.text02 .section .popWrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.online_list {
		clear: both;
		overflow: hidden;
	}
	
	.online_list li:last-child {
		margin: 10px 0;
	}
	
	.bottomLink li {
		margin: 5px 0;
	}
	
	img.historyImg {
		float: none;
		margin: 0 auto;
		display: block;
	}
	
	#shop_map {
		display: none;
	}
	
	.float_r {
		float: none;
	}

	.w358 {
		width: 100%;
		margin-bottom: 2em;
	}
	
	.sec_glow_wrap .leftArea {
		text-align: left;
		float: none;
	}	
	
	#contents .sec_glow_wrap .leftArea img {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}
	
	#gallery_area ul li {
		margin: 0;
		width: 33.3333%;
		box-sizing: border-box;
		padding: 0 1% 1em;
	}
	
	#contents a[href$=".pdf"] {
		display: block;
	}
	
	.linkarea li {
		padding: 2px 0 2px 20px;
		margin: 4px 0;
		min-width: 49%;
		box-sizing: border-box;
	}	
	
	.textR, .textR02 {
		width: 100%;
		text-align: left;
		float: none;
		overflow: hidden;
	}
	
	.sec img.leftArea {
		display: block;
		margin: 0 auto .5em;
		float: none;
	}
	
	.infoarea {
		width: 100%;
		box-sizing: border-box;
	}
	
	#contents .infoarea .rightArea img {
		margin: 0 0 .5em;
	}
	
	
	/* ブログ
	------------------------------------------------------------------- */	
	#blog_contents_wrap {
		width: 100%;
	}
	
	#blog_contents {
		width: 100%;
		float: none;
	    padding: 10px;
	    box-sizing: border-box;
	}

	#blog_contents_wrap img {
		max-width: 100%;
		height: auto !important;
	}
	
	.sec_blog_wrap ,
	.content-nav {
		width: 100%;
		box-sizing: border-box;
	}
	
	.h2_6 {
		font-size: 18px;
	}
	
	#blog_side {
		width: 100%;
		padding: 0px 10px;
		float: none;
		box-sizing: border-box;
	}	

	.blog_side_inner h3 ,
	.widget-header {
		width: 100%;
		background-size: 100% auto;
	}
	
	.widget a, .archive-widget .widget-list .item {
		font-size: 14px;
	}
	
	.scroll {
		overflow: auto;
	}
	
	.scroll table th ,
	.scroll table td {
		display: table-cell;
		font-size: 12px;
		padding: 8px;
		white-space: nowrap;
	}
	
	.scroll table {
		width: auto !important;
		min-width: 100%;
	}

	#shop h2 {
	    font-size: 16px;
		line-height: 1.6;
	}

	.h3_1, .voice h3 {
		font-size: 20px;
		line-height: 1.6;
	}

	.h4_1 {
		font-size: 18px;
		line-height: 1.6;		
	}
	.linkarea li ,
	.bottomLink li {
		font-size: 16px;
		line-height: 1.6;
	}

	.bottomLink li {
		background-position: 0 5px;
	}
}
