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

*{
	margin:0;
	padding:0;
}
:root {
	–root-font-size: 16;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1.25rem;
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #000;
	letter-spacing: 0.04em;
	font-weight: 400;
	line-height: 1.7;
}
object,img {  
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}
img{
	vertical-align: top;
	display: inline;
	max-width: 100%;
	height: auto;
}
a:hover,a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
strong,em,h1,h2,h3,h4,h5 {
	font-weight: 700;
}
#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	text-align: right;
	z-index: 10;
	width: 60px;
	height: 60px;
}
#page-top a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
p {
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0;
}
li img{
	line-height: 0;
}
.site-header {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 9999;
	border-bottom: 3px solid #CF0E19;
}
.site-header.fixed {
	position: fixed;
	width: 100%;
	z-index: 1001;
	background-color: #FFF;
	top: 0;
}
.site-header-main {
	max-width: 1400px;
	margin: 0 auto;
	height: 77px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.site-header-main .logo {
	width: 26%;
	box-sizing: border-box;
	padding-left: 25px;
	text-align: left;
}
.site-header-main .logo img {
	max-height: 48px;
	width: auto;
	max-width: 100%;
}
.site-header-main .btn {
	width: 74%;
}
.site-header-main .btn ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
}
.site-header-main .btn ul li {
	margin: 0 15px 0 0;
	padding: 0;
}
.site-header-main .btn ul li img.img-pc {
	display: none;
}
.site-header-main .btn ul li img.img-sp {
    max-width: 60px;
}
.site-footer {
	padding: 25px 0;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
}
.site-footer ul {
	display: flex;
	list-style-type: none;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
}
.site-footer ul li {
	width: 50%;
	padding: 20px 80px;
	box-sizing: border-box;
}
.site-footer ul li:first-child {
	border-right: 1px solid #919191;
}
.site-footer ul li p {
	font-size: 1rem;
	line-height: 1.25;
}
.site-footer ul li .s-name {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.site-footer ul li .s-name .fs-s {
	font-size: 1rem;
	display: inline-block;
	margin-right: 6px;
}
.cr {
	font-size: .75rem;
	color: #333;
	background-color: #F4F4F4;
	box-sizing: border-box;
	padding: 2px 6px;
	text-align: center;
	margin: 0 auto;
}
.footer-link-sp {
	display: none;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 100%;	
}
.top-main {
	background-image: url(../images/main-bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	box-sizing: border-box;
	padding: 40px 0 0 0;
	margin: 0 auto;
	width: 100%;
}
.top-main .image {
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
}
.omakase-title {
	background-color: #F23D19;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
	color: #FFF;
}
.omakase-title .tx-box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 0 50px 520px;
	position: relative;
	box-sizing: border-box;
	text-align: left;
}
.omakase-title .tx-box:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 480px;
	height: 310px;
	background-image: url(../images/omakase-image.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.omakase-title .tx-box p.white-box {
	font-size: 2.25rem;
	display: inline-block;
	margin: 0 0 15px 0;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 50vh;
	padding: 10px 30px;
	color: #F23D19;
	line-height: 1.1;
}
.omakase-title .tx-box h1,.omakase-title .tx-box h2 {
	font-size: 3.75rem;
	line-height: 1.35;
}
.omakase-title .tx-box h1 .txbr,.omakase-title .tx-box h2 .txbr,.melit-box .title-melit.melit01 h4 .txbr {
	display: inline-block;
	width: 100%;
}
.omakase-tx {
	width: 100%;
	background-color: #FFF4EB;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 0;
}
.omakase-tx p {
	width: 96%;
	max-width: 1120px;
	font-weight: 500;
	margin: 0 auto;
}
.omakase-tx p:last-child {
	padding-bottom: 0;
}
.yellow-line {
	background: linear-gradient(transparent 60%, #FFEB00 60%);
	display: inline;
}
.white-content {
	width: 100%;
	margin: 0 auto;
	padding: 130px 0;
	box-sizing: border-box;
	max-width: 1400px;
}
ul.image-c2 {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
ul.image-c2 li {
	width: 44%;
	margin: 0 3%;
}
.genin {
	font-size: 3rem;
	margin: 30px auto;
	box-sizing: border-box;
	width: 90%;
	max-width: 760px;
	padding: 10px 20px;
	text-align: center;
	border: 5px solid #000;
	text-align: center;
	font-weight: 900;
}
.good-house {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 15px;
	text-align: center;
	box-sizing: border-box;
	background-image: url(../images/bg-yellow-border.png);
	background-position: left top;
}
.good-house h2 {
	font-size: 2.75rem;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
	text-shadow: 0px 3px 0px rgba(255, 255, 255, 1);
	font-weight: 900;
}
.good-house h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 40px;
	height: 55px;
	background-image: url(../images/f-red-l.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.good-house h2:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 40px;
	height: 55px;
	background-image: url(../images/f-red-r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
ul.check {
	max-width: 700px;
	margin: 20px auto 0 auto;
	list-style-type: none;
}
ul.check li {
    margin: 0 auto 20px auto;
    padding: 15px 15px 15px 90px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(165, 165, 165, 1);
    text-align: left;
    position: relative;
    font-size: 1.5rem;
}
ul.check li:last-child {
	margin-bottom: 0;
}
ul.check li:before {
	position: absolute;
	left: 25px;
	top: 15px;
	content: '';
	width: 38px;
	height: 40px;
	background-image: url(../images/icon-check.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.orange-title {
	background-color: #EF8F11;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.orange-title .fbox {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
}
.orange-title .fbox .image {
    width: 25%;
    margin: 0 4% 0 1%;
}
.orange-title h2 {
	font-size: 3rem;
	font-weight: 700;
	width: 69%;
	margin: 0 1% 0 0;
}
.seazon-c2 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.seazon-c2 .column {
	width: 44%;
	margin: 0 3%;
	text-align: center;
}
.seazon-c2 .column .title {
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	border-radius: 30px 30px 0 0;
	padding: 10px;
	text-align: center;
	background-color: #42ABE5;
	color: #FFF;
	font-size: 4.5rem;
	font-weight: 500;
}
.seazon-c2 .column .cont {
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 0 0 30px 30px;
	padding: 15px 28px 28px 28px;
	background-color: #D9F3FC;
}
.seazon-c2 .column .cont img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto 20px auto;
}
.seazon-c2 .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.seazon-c2 .column ul li {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: left;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 50px;
	font-size: 1.5rem;
	font-weight: 700;
}
.seazon-c2 .column ul li:last-child {
	margin-bottom: 0;
}
.seazon-c2 .column ul li:before {
	position: absolute;
	top: 25px;
	left: 20px;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50vh;
	background-color: #42ABE5;
}
.seazon-c2 .column.summer .title {
	background-color: #F74B4B;	
}
.seazon-c2 .column.summer .cont {
	background-color: #F9F1D9;
}
.seazon-c2 .column.summer ul li:before {
	background-color: #F74B4B;	
}
h3.melit {
	font-size: 3.75rem;
	font-weight: 900;
}
.melit-box {
	margin: 150px auto 0 auto;
	border-radius: 15px;
	box-sizing: border-box;
	border: 10px solid #FF4C15;
	background-color: #FFF;
	text-align: center;
	max-width: 1000px;
}
#container .melit-box:first-of-type {
	margin-top: 80px;
}
.melit-box .title-melit {
	box-sizing: border-box;
	background-color: #FF4C15;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 20px 0;
	align-items: center;
	position: relative;
}
.melit-box .title-melit .medal {
	width: 17%;
	margin: -50px 4% 0 4%;
	position: absolute;
	z-index: 2;
}
.melit-box .title-melit h4 {
	font-size: 3.125rem;
	color: #FFF;
	font-weight: 900;
	margin: 0 auto;
	padding: 45px 0 35px 0;
	text-align: center;
	line-height: 1;
}
.melit-box .title-melit.melit01 h4 {
	text-align: left;
	line-height: 1.25;
	padding: 0 0 0 25%;
	margin: 0;
}
.melit-box .image {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px 30px;
}
.melit-box .image ul.column2,.white-content .tuide ul.column2 {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 auto;
	padding: 10px 0;
}
.melit-box .image ul.column2 li {
	width: 48%;
	margin: 0 1%;
}
.melit-box .tx {
	background-color: #FFEBDC;
	text-align: left;
	padding: 40px 50px;
	font-weight: 500;
	border-radius: 0 0 6px 6px;
}
.course-head {
	padding: 220px 0;
	box-sizing: border-box;
	margin: 0 auto;
	background-image: url(../images/reform-p001.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.course-head .tx-box {
	width: 88%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
	font-weight: 900;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	position: relative;
}
.course-head .tx-box:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 2;
	background-image: url(../images/person02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 240px;
	height: 240px;
}
.course-head .tx-box h2 {
	font-size: 4.75rem;
	margin: 20px auto 0 auto;
	padding: 0;
	line-height: 1.25;
	font-weight: 900;
	position: relative;
	z-index: 3;
}
.course-head .tx-box .fuki {
    position: relative;
    padding: 0 10px 10px 10px;
    margin-bottom:15px;
    border-bottom: 3px solid;
    font-size: 2.625rem;
	display: inline-block;
	z-index: 3;
}
.course-head .tx-box .fuki:before,.course-head .tx-box .fuki:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    height: 0;
    width: 0;
	z-index: 3;
}
.course-head .tx-box .fuki:before {
    border: 20px solid;
    border-color: transparent;
    border-top-color: #000;
    margin-left: -20px;
}
.course-head .tx-box .fuki:after {
    border: 14px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -14px;
}
.tx-dan {
	color: #1FB9E8;
}
.tx-netsu {
	color: #E02D2D;
}
.course-box {
	background-color: #FFF4EB;
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.course-box ul {
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.course-box ul li {
	background-color: #FFF;
	box-shadow: 0px 0px 2px 0px rgba(58, 38, 23, 1);
	margin: 0 2% 60px 2%;
	width: 46%;
}
.course-box ul li .course-name {
	text-align: center;
	background-color: #FC5432;
	color: #FFF;
	padding: 20px 15px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
.course-box ul li .sub-t {
    display: inline-block;
    margin: 10px auto 0 auto;
    font-size: 1.375rem;
    font-weight: 700;
    padding: 4px 30px;
    color: #FF521D;
    border-radius: 50vh;
    background-color: #FFF;
    line-height: 1.25;
}
.course-box ul li h3 {
	font-size: 2rem;
	font-weight: 700;
}
.course-box ul li p {
	font-size: 1.125rem;
	padding: 20px 25px;
	margin: 0;
	letter-spacing: normal;
}
.white-content .tuide {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}
.white-content .tuide h2 {
	font-size: 3.5rem;
	font-weight: 900;
	box-sizing: border-box;
	margin: 0 auto;
	display: inline-block;
}
.white-content .tuide h2 .yellow-line {
	padding-right: 20px;
}
.white-content .tuide h2 .fs-s {
	font-size: 3rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 20px;
}
.white-content .tuide p {
	text-align: left;
	font-weight: 500;
	padding: 40px 0;
	line-height: 1.8;
}
.white-content .tuide ul.column2 li {
	width: 44%;
	margin: 0 3%;
}
.sindan-head {
	background-color: #21AA58;
	color: #FFF;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
}
.sindan-head .title {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0 0 0 280px;
	box-sizing: border-box;
}
.sindan-head .title:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 250px;
	height: 190px;
	background-image: url(../images/shindan-image.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.sindan-head .title h2 {
	font-size: 3.75rem;
	font-weight: 900;
	line-height: 1.35;
}
.sindan-tx {
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sindan-tx .image {
	width: 32%;
	margin: 0 1%;
}
.sindan-tx .tx {
	width: 63%;
	margin: 0 1% 0 2%;
	text-align: left;
}
.sindan-tx h3 {
	font-size: 2.25rem;
	font-weight: 900;
	margin: 0 0 25px 0;
}
.sindan-tx p {
	font-weight: 500;
	line-height: 1.8;
}
.sindan-tx p:last-child {
	padding-bottom: 0;
}
.fc-yellow {
	color: #FFFF00;
}
.bottom-contact {
	background-color: #FFDBBB;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
}
.bottom-contact ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
}
.bottom-contact ul li {
	width: 44%;
	margin: 0 3%;
}
.site-link {
	margin: 40px auto 20px auto;
    box-sizing: border-box;
    border-radius: 8px;
	width: 90%;
	max-width: 420px;
}
.site-link a {
	display: block;
    box-sizing: border-box;
    border-radius: 8px;
	background-color: #EEE;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 1.125rem;
	border: 1px solid #999;
	font-weight: 500;
}
/* 矢印アニメーション */
.arrows {
	width: 60px;
	height: 78px;
	margin: 0 auto;
}
.arrows path {
	stroke: #2994D1;
	fill: transparent;
	stroke-width: 6px;  
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}
.seazon-c2 .column.summer .arrows path {
	stroke: #DE2E40;
}
.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
}
.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
}
.arrows path.a3 { 
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
@keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

@-webkit-keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

/* 印刷用 */
@media print{
	.site-header.fixed {
		position: relative;
	}
	#page-top {
		display: none;
	}
}
@media screen and (min-width:1025px){
	.site-header .logo img {
		max-height: inherit;
		max-width: 250px;
	}
	.site-header-main {
		height: 97px;
	}
	.site-header-main .btn ul li {
		margin-right: 25px;
	}
	.site-header-main .btn ul li img.img-pc {
		display: inline;
	}
	.site-header-main .btn ul li img.img-sp {
		display: none;
	}
}
@media screen and (max-width:1240px){
	.site-header-main .logo {
		padding-left: 10px;
		width: 35%;
	}
	.site-header-main .btn {
		width: 65%;
	}
	.omakase-title .tx-box {
		padding-left: 40%;
	}
	.omakase-title .tx-box:before {
		width: 37%;
		height: 100%;
	}
	.omakase-title .tx-box h1, .omakase-title .tx-box h2 {
		font-size: 3rem;
		line-height: 1.25;
	}
	.omakase-title .tx-box p.white-box {
		font-size: 1.75rem;
		margin-bottom: 10px;
	}
	.white-content .tuide {
		width: 94%;
	}
	.sindan-tx {
		width: 96%;
		margin: 0 auto;
		padding: 50px 0;
	}
	.sindan-head .title {
		width: 94%;
		margin: 0 auto;
	}
	.bottom-contact {
		padding: 40px 20px;
	}
	.white-content .tuide h2 {
		text-align: left;
		line-height: 1.35;
	}
	.course-head .tx-box:before {
		width: 22%;
		height: 100%;
		right: -6%;
	}
}
@media screen and (max-width:1024px){
	.white-content {
		padding: 80px 0;
	}
	.melit-box {
		width: 92%;
	}
	.melit-box .title-melit.melit01 h4 .txbr {
		display: inline;
	}
	.omakase-tx,.seazon-c2 {
		padding: 40px 0;
	}
	.course-head {
		padding: 120px 0;
	}
	.course-box {
		padding: 20px 0;
	}
	.course-box ul li h3 {
		font-size: 1.75rem;
	}
	.good-house h2,.orange-title h2 {
		font-size: 2.5rem;
	}
	.course-head .tx-box .fuki {
		line-height: 1.25;
		font-size: 2.25rem;
	}
	.sindan-head .title {
		padding-left: 220px;
	}
	.sindan-head .title:before {
		width: 180px;
		height: 137px;
	}
	.sindan-head .title h2 {
		font-size: 3.5rem;
	}
	.site-footer ul li {
		padding: 20px 25px;
	}
	.course-head .tx-box h2 {
		font-size: 4.25rem;
	}
}
@media screen and (max-width:768px){
	.omakase-title .tx-box {
		padding: 30px 20px 30px 40%;
	}
	.omakase-title .tx-box h1, .omakase-title .tx-box h2 {
		font-size: 2.25rem;
	}
	.omakase-title .tx-box p.white-box {
		font-size: 1.5rem;
		padding: 5px 20px;
		margin-bottom: 5px;
	}
	.genin {
		font-size: 2rem;
	}
	.good-house h2 {
		text-align: left;
		line-height: 1.1;
		font-size: 2rem;
		padding: 0 38px;
	}
	.good-house h2:before,.good-house h2:after {
		width: 30px;
		height: 41px;
	}
	ul.check li {
		font-size: 1.25rem;
		padding: 10px 15px 10px 60px;
	}
	ul.check li:before {
		width: 26px;
		height: 28px;
		left: 15px;
		top: 11px;
	}
	.seazon-c2 .column .title {
		font-size: 3rem;
	}
	h3.melit {
		text-align: left;
		width: 94%;
		margin: 0 auto;
		line-height: 1.25;
	}
	.melit-box {
		margin-top: 120px;
	}
	.melit-box .title-melit h4 {
		font-size: 2.5rem;
		text-align: left;
		margin: 0;
		padding: 35px 0 25px 25%;
	}
	.melit-box .image {
		padding: 25px 0;
		width: 90%;
	}
	.melit-box .tx {
		padding: 20px 25px;
	}
	.course-head .tx-box .fuki {
		text-align: left;
		font-size: 2.25rem;
	}
	.course-head .tx-box h2 {
		font-size: 3.75rem;
	}
	.course-box ul li .sub-t {
		font-size: 1.25rem;
		padding: 4px 18px;
	}
	.sindan-head .title h2 {
		font-size: 2.75rem;
	}
	.white-content .tuide h2 {
		font-size: 2.75rem;
	}
	.white-content .tuide h2 .fs-s {
		font-size: 2.5rem;
	}
	.top-main {
		padding-top: 15px;
	}
	.orange-title h2 {
		line-height: 1.35;
		font-size: 2.25rem;
	}
	.course-head {
		position: relative;
	}
	.course-head .tx-box:before {
		display: none;
	}
	.course-head:before {
		position: absolute;
		right: 0;
		bottom: 0;
		content: '';
		z-index: 3;
		background-image: url(../images/person02.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 22%;
		height: 100%;
	}
	.sindan-tx .image {
		order: 2;
		width: 50%;
		margin: 0 auto;
	}
	.sindan-tx .tx {
		order: 1;
		width: 96%;
		margin: 0 auto 20px auto;
	}
}
@media screen and (max-width:640px){
	.site-header-main .logo {
		width: 50%;
	}
	.site-header-main .btn {
		width: 50%;
	}
	h3.melit {
		font-size: 3.2rem;
	}
	.omakase-title .tx-box {
		padding: 160px 20px 20px 20px;
	}
	.omakase-title .tx-box:before {
		width: 200px;
		height: 120px;
		bottom: initial;
		top: 24px;
		right: 0;
		margin: auto;
	}
	.omakase-title .tx-box p.white-box {
		font-size: 1.375rem;
		padding: 3px 15px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.omakase-title .tx-box h1, .omakase-title .tx-box h2 {
		font-size: 2rem;
		text-align: center;
	}
	.omakase-tx, .seazon-c2 {
		padding: 20px 15px;
	}
	.white-content {
		padding: 60px 0;
	}
	.good-house h2 {
		font-size: 2rem;
	}
	.orange-title h2 {
		font-size: 1.75rem;
	}
	.seazon-c2 .column {
		width: 94%;
	}
	.seazon-c2 .column .title {
		margin-top: 10px;
	}
	.seazon-c2 .column.winter {
		margin: 45px 3%;
	}
	.melit-box .title-melit .medal {
		position: relative;
		margin: -80px auto 10px auto;
		width: 18%;
	}
	.melit-box .title-melit.melit01 h4 {
		padding: 0 18px;
	}
	.melit-box .title-melit h4 {
		padding: 10px 18px 15px 18px;
		width: 100%;
		text-align: center;
	}
	.course-head {
		padding: 80px 0;
	}
	.course-head .tx-box {
		padding: 30px 20px;
	}
	.course-head .tx-box .fuki {
		font-size: 2rem;
		padding-bottom: 20px;
	}
	.course-box ul {
		padding-top: 35px;
	}
	.course-box ul li {
		width: 92%;
		margin: 0 4% 35px 4%;
	}
	.white-content .tuide h2 {
		font-size: 2.25rem;
	}
	.white-content .tuide h2 .fs-s {
		font-size: 2rem;
		margin-right: 14px;
	}
	.white-content .tuide p {
		padding: 25px 0;
	}
	.sindan-head .title h2 br {
		display: none;
	}
	.site-footer ul {
		flex-wrap: wrap;
	}
	.site-footer ul li {
		width: 96%;
		margin: 0 2%;
	}
	.site-footer ul li:first-child {
		border-right: none;
		border-bottom: 1px solid #919191;
	}
	.bottom-contact ul li {
		width: 94%;
		margin: 15px 3%;
	}
	.sindan-head .title {
		padding: 100px 0 0 0;
	}
	.sindan-head .title:before {
		margin: auto;
		left: 0;
		right: 0;
		width: 120px;
		height: 91px;
	}
}
@media screen and (max-width:560px){
	.course-head .tx-box h2 {
		font-size: 3.25rem;
	}
}
@media screen and (max-width:480px){
	.site-header-main .logo {
		width: 100%;
	}
	.site-header-main .btn {
		display: none;
	}
	.site-footer {
		padding-bottom: 70px;
		position: relative;
		z-index: 3;
	}
	.footer-link-sp {
		display: block;
		background-color: #CF0E19;
		margin: 0 auto;
		padding: 0;
		position: fixed;
		bottom: -1px;
		z-index: 5;
		width: 100%;
	}
	.footer-link-sp ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		list-style-type: none;
		align-items: center;
	}
	.footer-link-sp ul li {
		width: 50%;
		box-sizing: border-box;
	}
	.footer-link-sp ul li:first-child {
		border-right: 1px solid #EFEAEB;
	}
	.footer-link-sp ul li a {
		display: block;
		text-decoration: none;
		line-height: 70px;
		text-align: center;
		box-sizing: border-box;
		padding: 0 8%;
	}
	.footer-link-sp ul li a img {
		width: auto;
		max-height: 56px;
		vertical-align: middle;
	}
	#page-top {
		bottom: 100px;
		width: 36px;
		height: 36px;
	}
	.site-header-main .logo {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.genin {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.25;
	}
	.seazon-c2 .column .cont {
		padding: 15px 20px 20px 20px;
	}
	.seazon-c2 .column ul li {
		padding: 10px 10px 10px 40px;
		font-size: 1.25rem;
	}
	.seazon-c2 .column ul li:before {
		left: 18px;
		width: 8px;
		height: 8px;
	}
	h3.melit {
		font-size: 2.5rem;
	}
	.melit-box .title-melit h4 {
		font-size: 2rem;
	}
	.melit-box .title-melit .medal {
		width: 22%;
		margin-top: -45px;
	}
	.course-head .tx-box h2 {
		font-size: 2.75rem;
	}
	.course-head .tx-box .fuki {
		font-size: 1.5rem;
	}
	.sindan-head {
		padding: 40px 0;
	}
	.sindan-head .title h2 {
		font-size: 2.25rem;
	}
	.sindan-tx {
		padding: 30px 0;
		width: 94%;
	}
	.sindan-tx h3 {
		text-align: left;
		font-size: 2rem;
	}
	.bottom-contact ul {
		padding: 15px 0;
	}
	.bottom-contact ul li {
		width: 88%;
		margin: 15px auto;
	}
	.site-link a {
		text-align: left;
	}
	.orange-title .fbox .image {
		padding-top: 10px;
		box-sizing: border-box;
	}
	.course-head:before {
		width: 26%;
	}
}
@media screen and (max-width:380px){
	.omakase-title .tx-box {
		padding: 160px 0 20px 0;
	}
	.omakase-title .tx-box h1, .omakase-title .tx-box h2 {
		font-size: 1.75rem;
	}
	.good-house h2, .orange-title h2 {
		text-align: left;
	}
	.course-head .tx-box h2 {
		text-align: left;
		font-size: 2.25rem;
	}
	.course-box ul li .sub-t {
		font-size: 1.1rem;
	}
	.course-box ul li h3 {
		font-size: 1.25rem;
	}
	.course-box ul li .course-name {
		padding: 10px;
	}
	.course-box ul li p {
		font-size: 1rem;
		padding: 15px;
	}
	.white-content .tuide h2,.sindan-head .title h2 {
		font-size: 2rem;
	}
	.white-content .tuide h2 .fs-s,.sindan-tx h3 {
		font-size: 1.75rem;
	}
}
