@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/* 	Base
------------------------------------ */
html{
	box-sizing: border-box;
    font-size: 62.5%;
	background-color: #FFFFFF;
}


html,body,.wrapper {
	width: 100%;
	position: relative;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2rem;
	color: #66543a;
}
#wrapper {
	margin: 0 auto 50px auto;
	position: relative;
}
a:hover {
	-moz-opacity:0.5;
	opacity:0.5;
}
a {
	color: #0054a5;
	text-decoration: none;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

.right {
	float: right;
	width: 50%;
}
.left {
	float: left;
	width: 50%;
}
.cf img {
	width: 100%;
}
section {
}

.pc{
	display: block;
}

.sp{
	display: none;
}

/* 	header
------------------------------------ */
header {
	width: 100%;
	z-index: 9999;
	/* background: url("../images/common/head_bg.png") no-repeat right top; */
}
header.fixed {
}

header #head_txt{
	padding: 10px 10px;
	box-sizing: border-box;
}

header #head_txt p{
	max-width: 1000px;
	margin: 0 auto;
}

header #head_txt p span{
	float: right;
}

header div#header_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}

#top header h1 a{
	pointer-events: none;
}

header h1{
	font-size: 0;
	width: 82%;
	margin: 20px 0 20px 20px;
}

header h1 a{
	display: block;
	width: 100%;
	max-width: 306px;
	height: auto;
	background: url(../images/common/logo.png) no-repeat left center;
	padding-top: calc(59 / 1000 * 100%);
	background-size: contain;
}


header #header_info{
	margin-left: auto;
	height: 76px;
	padding-top: 13px;
}


header #header_line{
	margin: 30px 20px 0 auto;

}

header #header_line img{
	width: 100%;
	height: auto;
}

/* 	nav
------------------------------------ */

nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto 0 auto;
	/* background: url("../images/common/menu_bg.png") top left; */
	background: #66543a;
}


nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
nav li {
   width: 20%;
   box-sizing: border-box;
   font-size: 1.5rem;
	font-weight: bold;
   letter-spacing: 0.3rem;
   position: relative;
	text-shadow:1px 1px 2px #000000;
}

nav li:nth-of-type(2) {
	width: 10% !important;
}
nav li:nth-of-type(3) {
	width: 30% !important;
}

nav li a {
   width: 100%;
	padding: 20px 0;
	display: flex;
	text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #ffffff;

}





#wrapper section{
	width: 100%;
	margin: 0 auto 0 auto;
	/* padding: 30px 0 0 0; */
}

.inner{
	max-width: 960px;
	margin: 0 auto;
}

/* 	slider
------------------------------------ */
section#slider {
	padding: 0 0 0 0;
}

.swiper-container {
	width: 100%;
	max-width: 1500px;
	height: auto;
	aspect-ratio: 16 / 9;
}

body .swiper-pagination{
	z-index: 1200;
}

.swiper-slide {
	padding-top: 0;
	/* 画像位置の調整用 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.swiper-slide#slide_01{ background-image: url('../images/slide_01.jpg');}
.swiper-slide#slide_02{ background-image: url('../images/slide_02.jpg')}
.swiper-slide#slide_03{ background-image: url('../images/slide_03.jpg')}
.swiper-slide#slide_04{ background-image: url('../images/slide_04.jpg')}


/* top-news */
#wrapper section#top-news {
    width: 90%;
	max-width: 1000px;
    margin: 30px auto 0 auto;
	padding: 20px 20px;
	border: 5px double #0054a5;
	box-sizing: border-box;
	background-color: #eef7ff;
}

#top-news p{
	color: #232323;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
    line-height: 3.5rem;
}

#top-news p span{
	color: #0054a5;
	font-size: 2.8rem;
    line-height: 4rem;
}

#wrapper section#top-news_02 {
    width: 100%;
    margin: 0 auto 0 auto;
	padding: 20px 20px;
	box-sizing: border-box;
	background-color: #f1bc32;
}

#top-news_02 p{
	color: #0054a5;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
    line-height: 3.5rem;
}

#top-news_02 p span{
	font-size: 2.5rem;
	color: #e40a00;
}

#wrapper section#top-news_03 {
    width: 90%;
	max-width: 1000px;
    margin: 20px auto 20px auto;
	padding: 20px 10px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	position: relative;
}

#top-news_03 h3{
	text-align: center;
	font-size: clamp(20px, 5vw, 50px);
    line-height: 3.5rem;
	color: #66543a;
	font-weight: bold;
	padding: 15px 0 10px 0;
	vertical-align: middle;
}
#top-news_03 h3 span{
	font-size: clamp(16px, 2vw, 20px);
    line-height: 3.5rem;
	color: #7db240;
	padding: 0 0 0 15px;
}

#top-news_03 p{
	color: #66543a;
	font-weight: bold;
	text-align: center;
	font-size: clamp(16px, 2vw, 20px);
    line-height: 3.5rem;
}
#top-news_03 p a{
	color: #FF0000;
	text-decoration: underline;
}

#top-news_03 p a:hover{
	text-decoration: none;
}

#top-news_03:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #66543a transparent transparent transparent;
}
#top-news_03:after {
    position: absolute;
    content: "出演\A情報";
    /*transform: rotate(315deg);*/
    display: block;
    font-size: 18px;
	font-weight: bold;
    white-space: pre;
    color: #fff;
    top: 5px;
    left: 5px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
	letter-spacing: 0.5px;
}

#top-news_03 h3.golfw_logo{
	width: 90%;
	margin: 0 auto;
}

#top-news_03 h3.golfw_logo img{
	width: 30%;
	min-width: 228px;
}

#top-news_03 h4{
	text-align: center;
	font-size: clamp(16px, 2vw, 20px);
    line-height: 3.5rem;
	color: #66543a;
	font-weight: bold;
	padding: 0 0 0 0;
}
#top-news_03 h4 span{
	display: inline-block;
	padding: 0 0 0 15px;
}


/* swd */
#swd h2{
	font-size: 0px;
	width: 100%;
	max-width: 658px;
	height: auto;
	padding-top: calc(164 / 1000 * 100%);
	background: url("../images/swd-text.png") no-repeat center;
	background-size: contain;
	margin: 30px auto 0 auto;
}

#swd .text-aria {
	position: relative;
	padding: 40px 0;
}
#swd .text-aria:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 300px;
	height: 150px;
	background: url(../images/frame.png) no-repeat;
	background-size: contain;
}
#swd .text-aria:after{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
	content: '';
	display: block;
	width: 300px;
	height: 150px;
	background: url(../images/frame.png) no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 600px) {
	#swd .text-aria:before{
		width: 30%;
	}
	#swd .text-aria:after{
		width: 30%;
	}
}
#swd .text-aria{
	/* background-color: #ddead0; */
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
	text-align: center;
   font-size: 2rem;
	font-weight: bold;
	line-height: 3.5rem;
}


#swd .text-aria p{
	margin: 0 20px;
	padding: 30px 0;
}

#swd .text-aria p span{
	display: inline-block;
}

/* facebook-wid */
#facebook-wid{
	width: 95%;
	margin: 50px auto 20px;
}

/* top-menu-btn */
#top-menu-btn{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;

}
#top-menu-btn ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}
#top-menu-btn li{
	width: 30%;
	height: auto;
}

#top-menu-btn li img{
	width: 100%;
}


/* sns-btn */
.sns-btn ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 20px;
}
.sns-btn li{
	width: 24%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-family: Georgia,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sns-btn li a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px;
	color: #666666;
	font-size: clamp(14px, 1.8vw, 18px);
    line-height: 3.5rem;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #dddddd;
	transition-duration: 0.5s;
}
.sns-btn li a:hover{
	border: 1px solid #0054a5;
	background-color: #e6f1fc;
	opacity: 1;
}
.sns-btn li img{
	max-height: 40px;
	vertical-align: middle;
	margin: 0 20px 0 0;
	box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
.sns-btn li img{
	margin: 5px 0 0 0;
}
	
.sns-btn li span{
	display: block;
	}
}
	
/* 第二階層 */

.cnts #wrapper section{
	width: 95%;
	margin: 0 auto 0 auto;
}

.section-main{
	/* background-color: #ddead0; */
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
}

/* .section-main:before{
	content:"";
	display: block;
	width: 100%;
	max-width: 141px;
	height: auto;
	padding-top: calc(90 / 1000 * 100%);
	background: url("../images/leaf_01.png") no-repeat left top;
	background-size: contain;
	position: relative;
	top: -70px;
	left: 10px;
	margin-bottom: -70px;
	z-index: 10;
} */
/* .section-main:after{
	content:"";
	display: block;
	width: 100%;
	max-width: 141px;
	height: auto;
	padding-top: calc(90 / 1000 * 100%);
	background: url("../images/leaf_02.png") no-repeat right top;
	background-size: contain;
	position: relative;
	top: 10px;
	right: -10px;
	margin-left:  auto;
	z-index: 10;
} */

p.icon{
	font-size: 0;
	display: block;
	width: 100%;
	max-width: 93px;
	height: auto;
	padding-top: calc(73 / 1000 * 100%);
	background: url("../images/common/icon.png") no-repeat center;
	background-size: contain;
	margin: 0 auto 30px auto;
}

.cnts h2{
	font-size: 0;
	display: block;
	width: 100%;
	max-width: 1500px;
	height: auto;
	max-height: 615px;
	padding-top: calc(410 / 1000 * 100%);
	position: relative;
	margin: 0 auto 50px auto;
}

@media only screen and (min-width: 1500px) {
.cnts h2{
	padding-top: calc(410 / 1500 * 100%);
	margin: 0 auto 70px auto;
	}
}


/* profile */
#profile .text-aria{
   font-size: 2rem;
	line-height: 3.5rem;
}

#profile h2{
	background: url("../images/profile/title.jpg") no-repeat center top;
	background-size: contain;
}

#profile-info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

p#profile-photo{
	font-size: 0;
	display: block;
	width: 32.5%;
	max-width: 325px;
	height: auto;
	padding-top: calc(417 / 1000 * 100%);
	background: url("../images/profile/photo.png") no-repeat center top;
	background-size: contain;
	position: relative;
	margin: 0 2%;
	box-sizing: border-box;
}

#profile .text-aria{
	width: 61.5%;
	box-sizing: border-box;
	margin: 0 2% 0 0;
}
#profile .text-aria:nth-of-type(2){
	width: 100%;
	margin-top: 50px;
}


.midashi-base{
	/* background-color: #FFFFFF; */
	border-left: 2px solid #66543a;
	font-weight: bold;
	/* margin: 0 0 30px 0; */
	/* padding: 10px 0 10px 10px; */
	box-sizing: border-box;
}
.midashi-base p#swing-designer{
	font-size: 2rem;
	line-height: 2.6rem;
}
.midashi-base p{
   font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

.midashi-base h3{
	font-size: 3rem;
	letter-spacing: 3px;
}

.midashi-base h3 span{
   font-size: 1.6rem;
	letter-spacing: 0;
}

#profile .text-aria h4{
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
/* #profile .text-aria h4:before{
	content: "<";
}
#profile .text-aria h4:after{
	content: ">";
} */

#profile .text-aria ul{
   font-size: 1.8rem;
	margin: 0 0 30px 0;
}

#profile .text-aria ul li{
	line-height: 3.8rem;
}

#profile .text-aria p.reg-info{
   font-size: 1.8rem;
	text-align: right;
	padding: 50px 0;
}
#profile .text-aria p.reg-info sup{
   font-size: 0.8rem;
}

/* philosophy */
#philosophy h2{
	background: url("../images/philosophy/title.jpg") no-repeat center top;
	background-size: contain;
}

#philosophy-main .text-aria{
	font-size: 2rem;
	font-weight: bold;
	line-height: 3.8rem;
	text-align: center;
	margin: 50px 2%;
	padding: 0 40px;
}

#philosophy-main .text-aria strong{
   font-size: 2.5rem;
	color: #0054a6;
	display: block;
}

#philosophy-main .text-aria span{
	display: inline-block;
}

#philosophy-main .text-aria p.philosophy-heading {
	border-left: 2px solid #66543a;
	padding-left: 1em;
	text-align: left;
	font-size: 2.4rem;
	margin-bottom: 1em;
}

#philosophy-main .text-aria p:not(.philosophy-heading){
	text-align: left;
	padding-left: 1em;

}

#philosophy-main .midashi-base {
	border: none;
}

#philosophy-photo{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 98%;
	margin: 50px auto;
}

#philosophy-photo li{
	width: 32%;
	/*（画像4つの場合） width: 45%;*/
	margin: 0 auto 20px auto;
	background-color: #ffffff;
}

#philosophy-photo li p.photo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#philosophy-photo li img{
	width: 100%;
}

#philosophy-photo li div{
	text-align: center;
	padding: 15px 0;
	line-height: 3rem;
}

#philosophy-photo li div h3{
   font-size: 2rem;
	font-weight: bold;
	color: #0054a6;
	margin: 0 0 5px 0;
}

#philosophy-photo li div p{
	font-size: 1.6rem;
	/*（画像4つの場合） font-size: 1.8rem;*/
	font-weight: bold;
}

/* location */
#location h2{
	background: url("../images/location/title.jpg") no-repeat center top;
	background-size: contain;
}

.cnts #wrapper section.section-main{
	margin: 0 auto 80px auto;

}

#location .midashi-base{
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 15px 0 15px 30px;
}
#location .midashi-base p{
   font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

#location .midashi-base h3{
	font-size: 3rem;
	letter-spacing: 3px;
}

#design .midashi-base h3{
	font-size: 3rem;
	letter-spacing: 3px;
}

.location-photo{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
		display: flex;
    justify-content: space-between;
		gap: 10px 20px;
		width: calc(100% - 60px);
		margin: 0 auto 15px;
}
@media only screen and (max-width: 600px) {
	.location-photo{
		flex-wrap: wrap;
		width: calc(100%);
	}
}
.location-photo li{
	width: calc(100% / 2);
}

.location-photo li img{
	width: 100%;
}

.location-text li{
	width: calc(100% - 60px);
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3rem;
}
@media only screen and (max-width: 600px) {
	.location-text li{
		width: calc(100%);
	}
}

.location-text li a{
	text-decoration: underline;
	
}

#lesson_fee{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 100px auto;
}

/* #lesson_fee h3:before{
	content: "■";
} */

/* #lesson_fee h3{
	background-color: #0054a6;
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 10px;
} */

#lesson_fee ul{
  gap: 20px 0;
	margin: 30px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	
}
#lesson_fee li{
   font-size: 2rem;
	font-weight: bold;
}

/* lesson */
#lesson h2{
	background: url("../images/lesson/title.jpg") no-repeat center top;
	background-size: contain;
}

#lesson-info p{
	width: 95%;
	margin: 50px auto;
   font-size: 1.6rem;
	line-height: 3rem;
	font-weight: bold;
}

.info-photo{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.info-photo li{
	width: 45%;
	margin: 0 auto 20px auto;
}

.info-photo li img{
	width: 100%;
}

#lesson .midashi-base{
	width: 95%;
	margin: 0 auto 30px auto;
	padding: 30px 0 30px 10px;
}
#lesson .midashi-base p{
   font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

#lesson .midashi-base h3{
	font-size: 3rem;
	letter-spacing: 3px;
}

#lesson #comment-aria{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

p#comment-fukui{
	font-size: 0;
	display: block;
	width: 30%;
	max-width: 298px;
	height: auto;
	padding-top: calc(400 / 1000 * 100%);
	background: url("../images/lesson/comment_fukui.jpg") no-repeat center top;
	background-size: contain;
	position: relative;
	margin: 0 2%;
	box-sizing: border-box;
}

#lesson #comment-info{
	width: 64%;
	box-sizing: border-box;
	margin: 0 2% 0 0;
	font-size: 1.4rem;
	line-height: 3rem;
	font-weight: bold;

}

#lesson #comment-info ul{
	font-size: 1.8rem;
	margin: 0 0 20px 0;

}

#lesson #comment-info p{
	background-color: #ffffff;
	padding: 30px 20px;
}

/* design */
#design h2{
	background: url("../images/design/title.jpg") no-repeat center top;
	background-size: contain;
}

#design-info p{
	width: 95%;
	margin: 50px auto;
   font-size: 1.6rem;
	line-height: 3rem;
	font-weight: bold;
}

.info-photo{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.info-photo li{
	width: 45%;
	margin: 0 auto 20px auto;
}

.info-photo li img{
	width: 100%;
}

#design .midashi-base{
	width: 95%;
	margin: 0 auto 30px auto;
	padding: 30px 0 30px 10px;
}
#design .midashi-base p{
   font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

#design .midashi-base h3{
	font-size: 3rem;
	letter-spacing: 3px;
}

#design #comment-aria{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

p#comment-fukui{
	font-size: 0;
	display: block;
	width: 30%;
	max-width: 298px;
	height: auto;
	padding-top: calc(400 / 1000 * 100%);
	background: url("../images/design/comment_fukui.jpg") no-repeat center top;
	background-size: contain;
	position: relative;
	margin: 0 2%;
	box-sizing: border-box;
}

#design #comment-info{
	width: 64%;
	box-sizing: border-box;
	margin: 0 2% 0 0;
	font-size: 1.4rem;
	line-height: 3rem;
	font-weight: bold;

}

#design #comment-info ul{
	font-size: 1.8rem;
	margin: 0 0 20px 0;

}

#design #comment-info p{
	background-color: #ffffff;
	padding: 30px 20px;
}

/* pagetop */
.pagetop{
	text-indent: -9999px;
	display: none;
	width: 90px;
	height: 90px;
	position: fixed;
    bottom: 20px;
    right: 20px;
	background: url(../images/common/totop.png) no-repeat left top;	
}

.pagetop a{
	display: block;
	width: 90px;
	height: 90px;
}

.pagetop-sp{
	display: none;
}

/* footer */


footer{
	width: 100%;
	color: #ffffff;
	padding: 30px 0 20px 0;
	/* background: url("../images/common/footer_bg.jpg") top left; */
	background: #66543a;
}



footer #footer_inner{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

footer h1{
	font-size: 0px;
	width: 100%;
	max-width: 306px;
	height: auto;
	padding-top: calc(59 / 1000 * 100%);
	background: url("../images/common/logo.jpg") no-repeat center;
	background-size: contain;
	margin: 0 auto 0 auto;
}

footer h1 strong{
}

footer #footer_address{
/*    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
	flex-wrap: wrap;
*/
}

footer #footer_address p{
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: center;
	margin: 30px 0 30px 0;
	text-shadow:1px 1px 2px #000000;
}

footer p#footer_mail{
	font-size: 3.5rem;
	text-align: center;
	margin: 0 0 30px 0;
}

footer p#footer_mail a{
	color: #f4b81d;
	text-decoration: underline;
}


footer p#footer_copy{
	font-size: 1.2rem;
	color: #ffffff;
	padding: 20px 0 0 0;
}

footer #footer_info{
}

.both{
	clear: both;
}

.midashi-base{
	/* background-color: #FFFFFF; */
	border-left: 2px solid #66543a;
	font-weight: bold;
	/* margin: 0 0 30px 0; */
	/* padding: 10px 0 10px 10px; */
	box-sizing: border-box;
}
.midashi-base p#swing-designer{
	font-size: 2rem;
	line-height: 2.6rem;
}
.midashi-base p{
	 font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
}

.midashi-base h3{
	font-size: 3rem;
	letter-spacing: 3px;
}

.midashi-base h3 span{
	 font-size: 1.6rem;
	letter-spacing: 0;
}

.design-h3 {
	position: relative;
	padding-left: 2em;
	padding: 1em 0 1em 3em;
}
.design-h3 h3 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.design-h3::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 2.0rem;
	height: 2.0rem;
	clip-path: polygon(0 0,88% 50%,0 100%);
	background: #66543a;
}

.design-h4 {
	margin-top: 40px;
	padding: 1em 0;
}
.design-h4 h4 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#lesson_fee p {
	font-size: 1.4rem;
	margin-top: 3em;
}
#philosophy-main{
	position: relative;
	padding: 40px 0;
}
#philosophy-main::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 400px;
	height: 200px;
	background: url(../images/philosophy/frame.png) no-repeat;
	background-size: contain;
}
#philosophy-main::after {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
	content: '';
	display: block;
	width: 400px;
	height: 200px;
	background: url(../images/philosophy/frame.png) no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 600px) {
	#philosophy-main::before {
		width: 30%;
	}
	#philosophy-main::after {
		width: 30%;
	}
}
.profile-h3 {
	font-weight: bold;
	margin-bottom: 40px;
}
.profile-h3 #swing-designer {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}
.profile-h3 h3 {
	font-size: 3.6rem;
	letter-spacing: 0.3em;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.profile-h3 p {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}
#profile .text-aria > p strong {
	font-size: 1.6rem;
	font-weight: bold;
}
#profile .text-aria > h4 {
	border-bottom: 1px solid #66543a;
}

@media screen and (min-width: 601px) {
	br.sp_only {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	br.pc_pnly {
		display: none;
	}
}