@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
/* *****共通設定***** */
body {
	font-family: 'M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
* { 
	font-family: 'M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
}


.btn-warning-navy {
	background-color: #191970!important;
	color: #ffffff;
}
p {font-size: 110%;}

@media screen and (max-width: 767.98px) {
	p {  font-size: 100%; }
}

.fw-bold700 {
	font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 700;
}

.fw-black900 {
		font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 900;
	}
.colorRed { color: #ff0000; }

@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.high-light {
	/*background-color: #ffff00;*/
}

.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*
section:nth-child(odd){
    background-color: rgba(38,157,255,.05) ;
}
*/

/* 個別ページのsection　背景を白に */
#Page-contact section ,#Page-lesson section {
	background-color: #ffffff;
}

#Page-lesson section:nth-child(even) {
	background-color: rgba(38,157,255,.05) /*#f2f2f2*/;
}
/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 2rem;
	background: linear-gradient( #1EAB5E , #191970);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 { color: #333;}
.h-midashi {
/*	padding: 0.75rem;*/
	font-size: 250%;
	font-weight: bold; text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1rem auto 1rem auto;
}

.h-midashi:before {
  content: "";
  flex-grow: 1;
  height: 3px; /* 線の太さ  .text-line:before, */
  background: #191970; /* 線の色 */
}

.h-midashi:after {
  content: "";
  flex-grow: 1;
  height: 3px; /* 線の太さ  .text-line:before, */
  background: #f40000; /* 線の色 */
}

.h-midashi:before {
	margin-right: 5rem;
}

.h-midashi:after {
	margin-left: 5rem;
}
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px; font-weight: normal;
	letter-spacing: 0.3em;
	color: #191970;
}
.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #ffcc00;
}

.short-udlineGra {
	display: inline-block;
    position: relative;
	color: #333;
    padding-bottom: 13px;
    margin-bottom: 30px; font-weight: bold;
	
}
.short-udlineGra:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: linear-gradient(90deg,#00629d,#f1c6e1);
}

.point-udlineRed {
	display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 30px; font-weight: bold;
}
.point-udlineRed:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 100%;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #f40000;
}


.midashi-leftBar {
	padding: 0.5em 0.5em 0.25em 0.5em;/*上下 左右の余白*/
  	color: #494949;/*文字色*/
  	background: linear-gradient( #fff, #e0e0e0 );
	border-bottom: solid 3px #191970;
}
.midashi-under {
  border-bottom: solid 2px #191970;
  position: relative;
	padding-bottom: 0.5rem; 
	padding-top: 1.5rem;
}

.midashi-under:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #CF6319;
  bottom: -2px;
  width: 30%;
	max-width: 100px;
}

/*蛍光マーカー風見出し*/
.midashi-keikou {
	padding-bottom: 3px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.h-midashi {
		color: #191970;
		border-color: #191970;
		border-style: solid;
		border-width: 2px;
		border-left: none;
		border-right: none;
		background-color: #8FFBC0; /* #8FFBC0; */
		font-size: 4vw;
		font-weight: bold;
		padding: 2vw 4vw;
		position: relative;
		line-height: 1.3;
		clear: both;
	}
	
	.h-midashi:before, .h-midashi:after {
		content: "";
		flex-grow: 0;
		height: 0px; /* 線の太さ  .text-line:before, */
		background: #191970; /* 線の色 */
	}

	.h-midashi:before {
		margin-right: 0rem;
	}

	.h-midashi:after {
		margin-left: 0rem;
	}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
.navbar {
	background-color: #f1c6e1!important;
}
.header-logo-bar {
	display: flex; flex-direction: row; align-items: center;
	background-color: #f1c6e1;
}
.header-logo-bar p {
		font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	}
.header-logo-bar a img {
	width: 70px;
	padding-right: 10px;
}

.top-naviimg a img {
	height: 45px;
	width: auto;
}

.navbar{
	background-color: #f1c6e1;
    border-bottom: 1px solid #a29080;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width: 767.98px) {
	.header-logo-bar a img {
		width: 50px;
	}
	
	.header-logo-bar a {
		font-size: 90%;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
	height: 30px;
	width: auto;
}
	
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	
	.sukashi-logo {
	width: 100%;
	max-width: 180px;
}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-link {
	color: #5b5b5b!important;
}
.nav-item a.active {
	display: block;
	color: #191970!important;
}
a.nav-link:hover{ opacity: 0.5; }
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}
p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}
/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-footgolf .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-footgolf.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
#Page-about .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-about.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
#Page-contact .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-contact.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-events .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-events.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;	
	margin: 0;
}
.top-main-bar p {
    font-size: 140%;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
}


@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 150px;
	}
}
/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}
#to-contact .contact-box {
	 padding: 1.5em; background-color: #191970; text-align: center; color: #191970; box-sizing: border-box;
}
#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
		margin: 0 auto;
		display: block;
	padding-bottom: 15px;
	color: #fff;
	}

#to-contact .contact-inner {
	display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}

.contact-inner div {
	width:47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}
.btn-contact {
	display: block; padding: 0.5em 0.75em ; background-color: #fff; color: #191970; text-decoration: none; font-size: 150%; font-weight: bold;
}
@media screen and (min-width:1200px) {
#to-contact {
	background-color: #191970;
		width: 100%;
	padding: 20px 0;
	}
	
	.contact-title {
		width:100%; max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	.contact-inner div {
	width:38%;
}
	#to-contact .contact-inner {
	justify-content: space-around;
}
}
@media screen and (max-width:767.98px) {
#to-contact {
  		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}
	
	.contact-box .contact-inner {
		flex-direction: column;
		
	}
	
	.contact-inner div {
		width:100%;
		padding-bottom: 15px;
	}
	}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}
#top-images h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
@media screen and (min-width: 768px) and (max-width:991.98px) {
	#top-images{
		background-color: #f1efff;
		border-bottom: #dddddd;
		background: url("../images/running-7392835.jpg") no-repeat top center;
		background-size:cover;
		height: 340px;
		width: 100%;
	/*	padding: 5% 5vw;*/
	}

	#top-images img.top-images-on {
		height: 340px;
		margin: 0 auto;
	}
	#top-images img {
		padding: 20px 0;
		display: block;
	}

	.TEL img {
/*		width: 40%; */
		height: 50px;
		margin: 0 30px;
		padding: 0;
	}
	
	.TEL p {
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0; margin: 0;
	}
	.TEL {
		background-color: #269dff;
		width: 100%;
		margin: 0;
	}
	
	.TEL p.small {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.TEL div {
		padding: 0.75rem;
		flex-direction: row;
		align-content: flex-start;
		/*justify-content: space-around;*/
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}
@media screen and (min-width: 992px) {
	#top-images{
		background-color: #f1efff;
		border-bottom: #dddddd;
		background: url("../images/running-7392835.jpg")
			no-repeat top center;
		background-size:cover;
		height: 420px;
		width: 100%;
	/*	padding: 5% 5vw;*/
	}

	#top-images img.top-images-on {
		height: 420px;
		margin: 0 auto;
	}

	#top-images img {
		padding: 20px 0;
		display: block;
	}

}
@media screen and (min-width:320px) and (max-width:767.98px) {
	#top-images{
    	background: url("../images/running-7392835.jpg") no-repeat center;
    	background-size: cover;
		position: relative;
  		margin: auto;
		height: 250px;
}
	#top-images p {
		position: absolute;
		top: 33%;
		left: 25%;
		font-size: 120%;
		color: #fff;
		font-weight: bold;
	}
	#top-images img.top-images-on {
		display: none;
	}

}
#top-images .container{
    height: 100%;
}
#top-images .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
#top-images section{
    border-bottom: 1px solid #e0c7b2;
	padding: 5rem 0;
}
#top-images section:nth-child(odd){
    background-color: #e0c7b2;
	padding: 5rem 0;
}
#top-images section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#top-images section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
/*---------------------------------------------
top page  #sec-sanchi　コンセプト
===============================================*/
#sec-sanchi p.concept-title {
	font-weight: bold;
	text-align: center; font-size: 3.8vw;
	width:100%; padding: auto 0;
}

@media screen and (min-width: 320px) and (max-width:575.98px) {
	#sec-sanchi p.concept-title {
		font-weight: bold;
		text-align: center;
		width: 100%;
		font-size: 4.5vw;
	}
}

@media screen and (min-width: 320px) and (max-width:575.98px) {
	#sec-sanchi p.concept-title {
		font-weight: bold;
		text-align: center;
		width: 100%;
		font-size: 4.5vw;
	}
}

@media screen and (min-width: 992px) and (max-width:1199.98px) {
	#sec-sanchi p.concept-title {
		font-size: 3vw;
	}
}
@media screen and (min-width: 1200px) and (max-width:1399.98px) {
	#sec-sanchi p.concept-title {
		font-size: 2.7vw;
	}
}
@media screen and (min-width: 1400px) {
	#sec-sanchi p.concept-title {
		font-size: 220%
	}
}
/*---------------------------------------------
lesson  #sec-lessonmenu　MENU
top page  #sec-lessonmenu　MENU
===============================================*/
#sec-menu .menu-box, #sec-menu-Tshirts .menu-box {
	padding: 0px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
}
#sec-menu .menu-box {
	height: 100%;
}

#sec-menu .menu-box div.inner , #sec-menu-Tshirts .menu-box div.inner {
	width: calc(( 100% - 60px )/2);
}
/*
#sec-menu .menu-box div.inner {
	height: 100%;
	max-height: 700px;
}
*/
#sec-menu .menu-box img {
		width: 100%;
		padding:  10px 0;
	}
#sec-menu .menu-title {
	/*text-align: center;*/
	font-size: 150%;
	padding: 0.75em 0 0.5em 0;
	font-weight: bold;
	margin: 0;
}

@media screen and (max-width: 767.98px) {
	#sec-menu .menu-box div.inner ,#sec-menu-Tshirts .menu-box div.inner {
	width: 100%;
		padding: 10px 10px 50px 10px;
	}
	#sec-menu .menu-box div.inner:first-child {
		margin-bottom: 40px;
		height: 400px;
	}
}
#sec-menu .schedulePDF {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
#sec-menu .schedulePDF .btn-sche {
	border-radius: 10px;
	display: block;
	text-align: center;
	width: calc( ( 100% - 15px )/2 );
	text-decoration: none;
	background-color: #F0C5E1;
	padding: 15px 5px;
}
@media screen and (max-width: 991.98px) {
	#sec-menu .schedulePDF .btn-sche {
		width: 100%;
		margin-bottom: 10px;
	}
}

 #sec-menu iframe.news-iframe {
	 max-width: 700px;
	 height: 100%;
}

/* *****フォーム***** */

/*---------------------------------------------
contact.html
===============================================*/
.formFrame {
	display: flex; flex-wrap: wrap; flex-direction: row;
	width: 100%; align-items: center;
	background-color: #f2f2f2;
	border: none;

	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
	border-top: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}
.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;	
}
.formFrame:last-child {
	border-bottom: 0.5px solid #aaa;
}

.hissu { color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px; margin: 0 0.5em 0 0; }

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
		
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;

		border-top: 0.5px solid #aaa;
		border-bottom: 0.5px solid #aaa;border-top: 0.5px solid #aaa;
		border-bottom: 0.5px solid #aaa;
		
		border-left: 10px solid #f1c6e1!important;

	}

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #aaa;
		border-right: 0.5px solid #aaa;
		border-top: 0.5px solid #aaa;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
		
	}

}

.age-group {
	display: flex; justify-content: space-between;
	flex-wrap: wrap;
}

.age-group div {
	width: 49%;
	padding: 0.25em 0em;
}

@media screen and (max-width:991.98px) {
	.age-group div {
	width: 49%;
		padding: 0.25em 0em;
}
}

.input-labe-area {
	width: 8em; 
}
/*---------------------------------------------
footer
===============================================*/
.Google-map {
    position: relative;
    width: 100%;
	max-width: 700px;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#footer{
    background-color: #f1c6e1;
	color: #fff;
	
}
#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
}
#footer-contents p {
	
}

#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p {
    margin-bottom: 0.5rem;
}

#footer #copyright{
    background-color: #666666;
    color: #f2f2f2;
	font-size: 70%;
}

/*---------------------------------------------*/
/* button 7-1-1
============================================== */
.btn-st {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #191970;/* ボーダーの色と太さ */
    padding: 0.5rem 2rem;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn-st span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#191970;
}

.btn-st:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#191970;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
/*---------------------------------------------
top page  #sec-media
============================================== */
.mediaBox {
	list-style-type: none;
	padding-left: 0!important;
}
.mediaBox li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 0.5px dotted #333;
	padding: 10px!important;
}
.mediaBox li:first-child {
	border-top: 0.5px dotted #333;
}

.mediaBox li .md-date {
	width: 6.5rem;
}

.mediaBox li .md-icon {
	width: 4.5em;
	padding-right: 1em;
}
.mediaBox li .md-icon p {
	margin: 0;
}
.mediaBox li .md-contents {
	width: 100%;
    margin: 5px 0 0 0;
}
.media-tv {
	background-color:rgba(8,102,160,1.00);
	color: #fff;
	padding: 3px;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 11px;
}
.media-paper {
	background-color:rgba(7,147,159,1.00);
	color: #fff;
	padding: 3px;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 11px;
}
@media screen and (max-width:767.98px) {
	
}
/*---------------------------------------------
top page  #sec-sanchi 　TOP産地
===============================================*/
.sanchiBox , .okomeBox {
	display: flex; flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sanchiBox .inner-img, .okomeBox .inner-img {
	width: 70%;
}

.sanchiBox .inner-img img, .okomeBox .inner-img img {
	width:100%;
	object-fit: cover; height: 400px;
}

.sanchiBox .inner-txt-90 ,.okomeBox .inner-txt-90 {
	width:25%;
	align-self: center;
}
.sanchiBox .inner-txt-90 p ,.okomeBox .inner-txt-90 p {
	letter-spacing: 0.4em;
	font-size: 180%;
	line-height: 2em;
}
.sanchi-txt ,.okome-txt {
	margin: 30px auto 30px auto;
}
.sanchi-txt p ,.okome-txt p {
	line-height: 2em;
}

@media screen and (max-width: 767.98px) {
	.sanchiBox, .okomeBox {
		flex-direction: column;
	}
	
	.sanchiBox .inner-img, .sanchiBox .inner-txt-90, .okomeBox .inner-img, .okomeBox .inner-txt-90 {
		width: 100%;
		margin: 0 auto;
	}
	
	.inner-txt-90 {
		padding-top: 30px;
	}
	
	#sec-sponsor .inner-txt-90 {
		
	}
}

/*---------------------------------------------
top page  #sec-menu-Tshirts　menu-Tshirts
===============================================*/
#sec-menu-Tshirts {
	 padding-top: 100px; padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
	#sec-menu-Tshirts .btn-main {
		max-width: 400px;
	}	
}

#sec-sponsor .sponsor-Lineup ,#sec-menu-Tshirts .shop-Lineup {
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 10px;
}

#sec-sponsor div.sponsor-Lineup-img img ,#sec-menu-Tshirts div.shop-Lineup-img img {
	width: 100%;
}

#sec-menu-Tshirts .shop-Lineup div.shop-Lineup-img {
	width: calc( ( 100% - 75px ) / 4 );
	margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
	#sec-sponsor .sponsor-Lineup div.shop-Lineup-img {
	width: calc( ( 100% - 15px ) / 2 );
		margin-bottom: 15px;}

	img.object-square {
		object-fit: fill;
		width: 100%;
		height: 100%;
	}
}

#sec-sponsor div.sponsor-Lineup-img a ,#sec-menu-Tshirts div.shop-Lineup-img a {
	text-decoration: none;
	color: #333;
	padding: 0.5em 0;
}
#sec-sponsor div.sponsor-Lineup-img p, ,#sec-menu-Tshirts div.shop-Lineup-img p {
	padding: 0.5em 0;
}
#sec-sponsor div.sponsor-Lineup-img a:hover, #sec-sponsor div.sponsor-Lineup-img a:hover p {
	opacity: 0.5;
}

/*---------------------------------------------
top page  #sec-sponsor　sponsor
===============================================*/
#sec-sponsor {
	 background-color: #f2f2f2; padding-top: 100px; padding-bottom: 100px;
}
/*
#sec-sponsor .sponsor-Lineup {
	width: 100%;
	padding: 15px;
}
*/

/*
#sec-sponsor .sponsor-Lineup div.sponsor-Lineup-img {
	width: calc(( 100% - 80px)/4);
	height: auto;
	margin-bottom: 25px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-self: center;
	border: 0.5px solid #333;
}
.sponsor-Lineup-img a {
	display: block;
	align-self: center;
}

.sponsor-Lineup-img a img {
	width: 80%;
}
*/
/*---------------------------------------------
lesson.html
===============================================*/

.price-table {
	width: 100%;
	/* max-width:800px; */
}
.price-table tr td.tran-midashi {
	padding: 20px 0;
	font-size: 120%;
	background-color: rgba(38,157,255,.5)
}
.price-table tr td.other-1-midashi {
	padding: 20px 0;
	font-size: 120%;
	background-color: #f2f2f2;
}
.price-table tr td {
	padding: 30px 0;
	font-size: 120%;
	border: 0.5px solid #333;
	border-collapse: collapse;
}
@media screen and ( min-width: 992px ) {
	.price-table strong.colorBlue {
		font-size: 140%;
	}
}

/*---------------------------------------------
about.html
===============================================*/
.wearBox {
display: flex; flex-direction: row; justify-content: space-between;
}

.wearBox .inner-img {
width: 30%;
}

.wearBox .inner-txt {
width: 65%;
}
.wearBox .inner-img .ins-name {
display: flex; flex-direction: column; width: 100%;
justify-content: space-around;
padding: 10px 0;
}

.wearBox .inner-img .ins-name p {
font-weight: bold;
color: #191970;
text-align: center;
margin: 0;
}

.ins-jisseki {
display: flex; align-items: flex-start;
width: 100%;
justify-content: space-between;
}

.ins-jisseki .ins-icon {
	width: 7rem!important;
}

.ins-jisseki .ins-text {
width: calc( 100% - 70px );
	padding-left: 10px;
}

@media screen and (min-width:320px) and (max-width:767.98px) {
.wearBox {
flex-direction: column;
width: 100%;
}
.wearBox .inner-img {
order: 1;
width: 50%;
margin: 0 auto;
}
	.wearBox .inner-txt {
		width: 100%;
	}
.wearBox .wearBox-inner {
order: 2;
width: 100%;
}
.wearBox .inner-img .ins-name {
flex-direction: row;
}
.wearBox .inner-img .ins-name p {
padding: 10px 0;
}
}

.igBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ig-frame {
	width: calc( ( 100% - 30px ) /3 );
	margin-bottom: 15px;
}

.objecy-img-h500 {
	object-fit: cover;
	height: 500px;
}

.menu-box .inner a:hover {
	opacity: 0.5;
}


.btn-white {
	border: 1px solid #fff; display: block; max-width: 300px; padding: 20px; margin: 20px auto 0 auto; color: #fff; font-size: 150%;
}

a.btn-white:hover {
	opacity: 0.5;
}


/*---------------------------------------------*/
/* about.html philosophy
============================================== */
.association-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.association-info .association-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}
.association-line div.ccc {
	width: 77%;
}
.association-line div.ccc p {
		margin: 0;
	}
.association-midashi {
	color: #f1c6e1;
	font-weight: bolder;
	padding-left: 1em;
	width: 23%;
	display: flex;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.association-line div:nth-child(2n) {
		width: 100%;
	}
	.association-line div:nth-child(2n) p {
		margin: 0;
	}
	.association-midashi {
		color: #f1c6e1;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
	}
}


.reportBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.report-inner {
	width: 30%;
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.reportBox {
		flex-direction: column;
	}
	.report-inner {
		width: 100%;
		padding-bottom: 30px;
	}
} 

/*---------------------------------------------*/
/* courses.html
============================================== */
.course-table {
	width: 100%;
}
.course-table tr {
	border-bottom: 0.5px dotted #333;
}
.course-table tr:first-child {
	border-top: 0.5px dotted #333;
}
.course-area {
	width: 15%;
	background-color: #F8E5F1;
	text-align: center;
}

.course-inner {
	width: 85%;
}

.course-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.course-name {
	font-size: 110%;
	font-weight: bold;
	width: 100%;
}

.kounin {
	font-size: 70%;
	padding: 1px 10px;
	background-color: #07A84C;
	color: #ffffff;
	border-radius: 5px;
}

.course-place {
	width: 50%;
}

.course-HP {
	width: 100%;
}

@media screen and (max-width:575.98px) {
	.course-area {
		font-size: 14px;
		width: 10%;
	}
	.course-inner {
		width: 90%;
	}

	.course-list {
		flex-direction: column;
	}
	.course-name, .course-place, .course-tel, .course-HP {
		width: 100%;
		font-size: 14px;
	}
	
	.course-HP {
		font-size: 14px;
	}
	
	.course-HP:hover {
		opacity: 0.5;
	}
}

@media screen and (min-width:576px) and (max-width:991.98px) {
	.course-area {
		font-size: 14px;
		width: 13%;
	}
	.course-inner {
		width: 87%;
	}
	.course-place {
		width: 100%;
	}
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
	.course-place {
		width: 70%;
	}
}

@media screen and (min-width:1200px) {
	.course-place {
		width: 60%;
	}
	
	.course-HP, .course-tel {
		width: 20%;
	}
}



