@charset "UTF-8";
/* CSS Document */

/* <!-- 共通 --> */
body{
	margin: 0px;
	-webkit-text-size-adjust: 100%;

	background-color: #fff;
/*	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;*/

	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;

	background-color: #fff;
	color:#000;
	font-weight: 600;
	line-height: 1.3;
}

img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

h2{
	font-size: clamp(22px, 3.0vw, 42px);
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index:1;
	margin-bottom:3%;
}
h3{
	font-size: clamp(22px, 3.0vw, 42px);
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index:1;
	margin-bottom:3%;
}

span.marker1 {
	position: relative;
}
span.marker1::before {
	display: block;
    content: "";
    width: 160%;
	max-width:250px;
/*    height: 0.6em;*/
    height: 40%;
    background-color: #eee933;
    position: absolute;
    bottom: -5.5%;
    left: 50%;
	transform: translatex(-50%);
    border-radius: 20px;
    z-index: -1;
}
span.marker2 {
	position: relative;
}
span.marker2::before {
	display: block;
    content: "";
    width: 160%;
/*    height: 0.6em;*/
	height: 40%;
	background-color: #fff;
    position: absolute;
    bottom: -5.5%;
	left: 50%;
	transform: translatex(-50%);
    border-radius: 20px;
    z-index: -1;
}
span.marker4 {
	position: relative;
}
span.marker4::before {
	display: block;
    content: "";
    width: 285%;
	max-width:250px;
    height: 0.6em;
    background-color: #eee933;
    position: absolute;
    bottom: -5.5%;
    left: 50%;
	transform: translatex(-50%);
    border-radius: 20px;
    z-index: -1;
}

.view-pc{    
    display: block !important;              /* フレックスボックスにする */
}
.view-mobile{
    display:none !important;
}
/*
figcaption.view-pc{    
    display: block !important;
}
figcaption.view-mobile{
    display:none !important;
}
*/
.view-pc-fl{    
    display: flex !important;              /* フレックスボックスにする */
}
.view-mobile-fl{
    display:none !important;
}

.non-view{
	visibility: hidden;
}



.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #231815;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #231815;
    border-right: 3px solid #231815;
    transform: translateY(20%) rotate(-45deg);
}


.wrapper{
	display:block;
	max-width:100%;
	width:100%;
	margin: 0 auto;
	position: relative;
    font-size: clamp(14px, 2.4vw, 30px);
	line-height: 1.8;
	overflow:hidden;
}


/* トップ */
.top{
	margin-top:0;
	margin-bottom:0;
}
.top video{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9; /* 動画のアスペクト比を指定 */
}


/* info */
.info{
	margin:0;
	padding:0;
	padding-bottom: 10%;
}
.info h2{
	display: block;
	width:43%;
	margin: 5% auto;
	position: relative;
    height: auto;
}
.info_box{
	display: flex;
	width:100%;
	max-width: 1400px;
	margin: 5% auto 0;
	color:#009fe8;
}

.info_box-2,.info_box-2b{
	width: 50%;
	padding:3% 2% 5%;
}
.info_box-2 h3,.info_box-2b h3{
	font-size: clamp(22px, 3.0vw, 42px);
    text-align: left;
	line-height: 1.8;
    padding-bottom: 0%;
}
.info_box-2 p,.info_box-2b p{
	padding:0;
	text-align: left;
	width: 100%;
    margin: 0 auto;
}

.info_box-1,
.info_box-3{
	width:25%;
	padding:1% 0 1% 0;
	position: relative;
}
.info_box-1 p.tp{
	width:60%;
	position: absolute;
	left:35%;
	top:-5%;
}
.info_box-3 p.tp{ 
	width:60%;
	position: absolute;
	right:30%;
	top:20%;
}


.info_box-1b,
.info_box-3b{
	width:25%;
	padding:0;
	display: block;
	position: relative;
}
.info_box-2b{
	display: block;
	position: relative;
}

.info_box-1b p.tp{
	width:82%;
	position: absolute;
	left:5%;
	top:-5%;
}
.info_box-1b p.bt{
	width:82%;
	position: absolute;
	right:0%;
	bottom:21%;
}
.info_box-2b p.tp{
	margin-bottom:20%;
}
.info_box-2b p.bt{
	width:51%;
	position: absolute;
	bottom:3%;
	left: 50%;
	transform: translateX(-59%);
}
.info_box-3b p.tp{
	width:82%;
	position: absolute;
	right:17%;
	top:42%;
}
.info_box-3b p.bt{
	width:82%;
	position: absolute;
	left: -27%;
	bottom:0;
}

	
.link_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 4.5%;
	width: 81%;
	margin: 0 auto 0;
	padding: 5% 1% 5% 1%;
	margin-top:-5%;
	margin-bottom:8%;
}
.link_button-elm{
	width: 30%;
	padding: 3% 0;
}



/* whats */
.whats{
	margin:0;
	padding:0;
	padding-bottom:20%;
	background-color:#eee933;
	color:#009fe8;
	z-index: -1;
}
.whats h3.whats-h{
	color:#005bab;
}
.whats_box{
	background-color:#eee933;
	display: flex;
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom:10%;
}
.whats_box p{
	padding-bottom:10%;
}

.whats_box-2{
	width: 60%;
	padding:5% 0%;
}
.whats_box-2 .big1{
	font-size: clamp(28px, 5.0vw, 61px);
}

.whats_box-1,
.whats_box-3{
	width:20%;
	padding:1% 0 1% 0;
	position: relative;
}

.whats_box-1 p.tp{
	width:102%;	
	position: absolute;
	left:21%;
	top:12%;
}
.whats_box-1 p.bt{
	width:90%;	
	position: absolute;
	left:48%;
	bottom:24%;
}

.whats_box-3 p.tp{
	width:113%;
	position: absolute;
	right:19%;
	top:-13%;
	z-index: 3;
}

.whats_box-3 p.md{
	width:81.7%;
	position: absolute;
	right:48%;
	top:38%;
}
.whats_box-3 p.bt{
	width:90%;
	position: absolute;
	right: 53%;
	bottom:-6%;
}

.video_box p{
	color:#005bab;
}
.video_box p{
	font-size: clamp(14px, 2.4vw, 32px);
}
.video_box video{
	max-width: 1280px;
	padding-bottom: 0;
	margin: 20px auto 0;
	width: 63%;
	-webkit-border-radius:41px;
	-moz-border-radius:41px;
	border-radius:41px;
}
.whats-wave{
	margin-top:0%;
	padding:0 0 20%;
}

/* notice */	
.notice h2.notice-h{
	color:#005bab;
}
.notice .tokuten-title .desgn-1{
	position: relative;
	display: inline-block;
	padding: 2% 2.5em;	
}

.notice .tokuten-title .desgn-1:before, 
.notice .tokuten-title .desgn-1:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: black;
}
.notice .tokuten-title .desgn-1:before{
	-webkit-transform: rotate(75deg);
	transform: rotate(75deg);
} 
.notice .tokuten-title .desgn-1:after {
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.notice .tokuten-title .desgn-1:before {
	left:0;
}
.notice .tokuten-title .desgn-1:after {
	right: 0;
}
.notice .tokuten-box{
	background-color:#009fe8;
	padding-bottom:15%;
}
.notice .tokuten-ttl-1,.notice .tokuten-ttl-2{
	margin:0 auto;
	display:block;
	width:81.5%;
	max-width: 1150px;
}
.notice .tokuten-doc{
	margin:0 auto;
	display:block;
	max-width: 1000px;
    width: 53%;
    padding: 3% 0 8% 0;
	color:#fff;
	text-align: left;
}
.notice .tokuten-doc button{
	margin:0 auto;
	display:block;
	padding:3% 0 3% 0;
}

.notice .om_tokuten-box{
	background-color: #fff;
	margin:0 auto;
	display:block;
	max-width: 1200px;
    width: 68%;
	border: 4px solid #005bab;
	z-index: -1;
}
.notice .om_tokuten-box h3 img.otit{
	width:55%;
	margin-top:-11%;
	text-align: center;
}

.notice .om_tokuten-box h4.ttl-tb{
	padding: 0;
	margin-bottom: 3%;
	font-size: clamp(12px, 2.0vw, 22px);
	line-height: 1.8;
	color: #005bab;
	text-align: center;
  	position: relative;
	z-index: 5;
}
.notice .om_tokuten-box h4::before {
	position: absolute; /*positionをabsoluteに指定*/
	content: "";
	background-color: #005bab;
	width: 78%;
    height: 3px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 2;
}
.notice .om_tokuten-box h4::after {
	position: absolute; /*positionをabsoluteに指定*/
	content: "";
	background-color: #005bab;
	width: 78%;
    height: 3px;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 2;
}

.notice .om_tokuten-box span.marker3 {
	display:block;
    position: relative;
}
.notice .om_tokuten-box span.marker3::before {
    display: block;
    content: "";
    width: 77%;
    height: 100%;
    background-color: #eee933;
    position: absolute;
    top: 24%;
    left: 12%;
    z-index: 0;
}

.notice .tokuten-flex{
	display:flex;
	flex-wrap: wrap;

	width:100%;
    max-width: 1200px;
	margin:0 auto;
    padding: 3% 0 7% 0;
}
.tokuten-elm{
	width:50%;
	padding-bottom:7%;
}
.tokuten-elm2{
	width:100%;
	padding-bottom:7%;
}
.contents-image2{
	width:64%;
	margin:0 auto;
	padding-left:14%;
}

.tokuten-elm p,.tokuten-elm2 p{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
	text-align: left;
	font-size: clamp(14px, 1.8vw, 20px);
	padding-top:2%;
	line-height: 1.3;
}
.tokuten-elm.L p{
	padding-left:11%;

}
.tokuten-elm.R p{
	padding-left:5%;
}
.tokuten-elm2 p{
	padding-left:35%;
}

.tokuten-elm p span.addr,.tokuten-elm2 p span.addr{
	font-size: clamp(12px, 1.4vw, 16px);
}


/* course */
.course{
	margin:0 auto;
	max-width: 1400px;
	padding:20% 0 20% 0;
	padding-bottom:4%;
	color:#009fe8;
}
.course .course-info {
    padding: 2% 0 7% 0;
    width: 49%;
	max-width:680px;
    margin: 0 auto;
    text-align: left;
}

.course h2.course-h{
	line-height: 1.2;
	color:#005bab;
}

.course .course-flex{
	display:flex;
	flex-wrap: wrap;
	column-gap: 3%;
	width:86%;
    max-width: 1200px;
	margin:0 auto;
}

.course .course-elm{
	width: calc(50% - 1.5%);
	padding:1.5% 0 1.5% 0;
}

.course-box{
	display:block;
	width:68%;
    max-width: 1200px;
	margin:0 auto 10%;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
}

.course-box .course1-1{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_p-1.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
    height: calc(1200vw / 12.0);
	height: auto;
	padding: 0;
}
.course-box .course2-1{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_g-1.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
    height: calc(1200vw / 12.0);
	height: auto;
	padding: 0;
}
.course-box .course3-1{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_b-1.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
    height: calc(1200vw / 12.0);
	height: auto;
	padding: 0;
}
.course-box .course4-1{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_y-1.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
    height: calc(1200vw / 12.0);
	height: auto;
	padding: 0;
}
.course-box .course1-1 .cassette_box,
.course-box .course2-1 .cassette_box,
.course-box .course3-1 .cassette_box,
.course-box .course4-1 .cassette_box{
	margin-top:-3%;
}
.course-box .course1-1 .course_ttl,
.course-box .course2-1 .course_ttl,
.course-box .course3-1 .course_ttl,
.course-box .course4-1 .course_ttl{
	margin-top:-2%;
}

.course-box .course1-2{
	line-height: 1.5;
	font-size: clamp(12px, 1.8vw, 24px);
	line-height: 1.8;
	background: #fff url(../images/dolive_p-2.png) top center;
	background-repeat: repeat-y;
	background-size: 100%;
	height: auto;
	padding: 0;
	color: #0a64d2;
}
.course-box .course2-2{
	line-height: 1.5;
	font-size: clamp(12px, 1.8vw, 24px);
	line-height: 1.8;
	background: #fff url(../images/dolive_g-2.png) top center;
	background-repeat: repeat-y;
	background-size: 100%;
	height: auto;
	padding: 0;
	color: #d82685;
}
.course-box .course3-2{
	line-height: 1.5;
	font-size: clamp(12px, 1.8vw, 24px);
	line-height: 1.8;
	background: #fff url(../images/dolive_b-2.png) top center;
	background-repeat: repeat-y;
	background-size: 100%;
	height: auto;
	padding: 0;
	color: #ffffff;
}
.course-box .course4-2{
	line-height: 1.5;
	font-size: clamp(12px, 1.8vw, 24px);
	line-height: 1.8;
	background: #fff url(../images/dolive_y-2.png) top center;
	background-repeat: repeat-y;
	background-size: 100%;
	height: auto;
	padding: 0;
	color: #00b873;
}
.course-box .course1-2 p,
.course-box .course2-2 p,
.course-box .course3-2 p,
.course-box .course4-2 p{
	margin:0 auto;
	width:75%;
}

/* influencer (.course-box .course1-2 )*/
.influencer-Do {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    color: #000;
}

.influencer-Do h2.influencer-h{
	line-height: 1.2;
}
.influencer-Do .influencer-ttl{
	display:flex;
	flex-wrap: wrap;
	width:86%;
    max-width: 1200px;
	margin:0 auto;
	padding:1.5% 0;
}
.influencer-Do .influencer-t1elm{
	width: 40%;
	padding:2%;
}
.influencer-Do .influencer-t2elm{
	width: 60%;
	padding:2%;
}
.influencer-Do h3 {
    font-size: clamp(12px, 2.0vw, 22px);
    font-size: clamp(14px, 1.8vw, 26px);
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto 3%;
	text-align: left;
    display: inline-block;
}

.course-box .course1-2 .influencer-Do h3.b1 {
    width: 56%;
}
.course-box .course2-2 .influencer-Do h3.b1 {
    width: 77%;
}
.course-box .course3-2 .influencer-Do h3.b1 {
    width: 77%;
}
.course-box .course4-2 .influencer-Do h3.b1 {
    width: 58%;
}

.influencer-Do .ttl-arrw{
	width:65%;
	margin:0 auto;
}
.influencer-Do .influencer-top{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 8%;
	width:60%;
    max-width: 1000px;
	margin:0 auto;
	padding:1.5% 0;
}
.influencer-Do .top-elm-L1,
.influencer-Do .top-elm-R2{
	font-size: clamp(11px, 1.4vw, 18px);
	text-align: left;
    display: inline-block;
	width: 59%;
	padding:2% 0 2% 0;
}

.influencer-Do .top-elm-L1 span.mei,.top-elm-R2 span.mei{
    font-size: clamp(14px, 2.0vw, 26px);
}
.influencer-Do .top-elm-L1 span.san,.top-elm-R2 span.san{
	font-size: clamp(10px, 1.0vw, 14px);
}
.influencer-Do .top-elm-L2,
.influencer-Do .top-elm-R1{
	font-size: clamp(11px, 1.4vw, 18px);
	text-align: left;
    display: inline-block;
	width: 33%;
	padding:2% 0 2% 0;
}

.influencer-Do .influencer-mid{
	display:flex;
	flex-wrap: wrap;
	width:85%;
	column-gap: 10%;
    max-width: 1200px;
	margin:0 auto;
	padding:1.5% 0;
}
.influencer-Do .mid-elm{
	width: calc(50% - 5%);
	padding:5.5% 0 2.5% 0;
}
.influencer-Do .influencer-mid button{
	width:70%;
}

.cource_photo{
	display:flex;
	flex-wrap: wrap;
	column-gap: 3%;
	width:70%;
    max-width: 1200px;
	margin:0 auto;
	padding:0;
}
.cource_photo-elm{
	width: 48.5%;
	padding:5% 0 3% 0;
}
.course-box button{
	padding-top:5%;
	padding-bottom:10%;
	width: 48%;
}


.course-box .course1-3{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_p-3.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100px;
	padding: 0;
	margin-top: -4%;
}
.course-box .course2-3{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_g-3.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100px;
	padding: 0;
	margin-top: -4%;
}
.course-box .course3-3{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_b-3.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100px;
	padding: 0;
	margin-top: -4%;
}
.course-box .course4-3{
	line-height: 1.5;
	font-size: clamp(12px, 1.4vw, 19px);
	background: #fff url(../images/dolive_y-3.png) top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100px;
	padding: 0;
	margin-top: -4%;
}





.event_note{
	color:#009fe8;
}
h2.event_note-h{
	color:#005bab;
	margin-bottom: 7%;
}

.event_note .event_note-flex{
	display:flex;
	flex-wrap: wrap;
	column-gap: 2%;
	width:75%;
    max-width: 1200px;
	margin:0 auto 3%;
}

.event_note .event_note-elm{
	width: calc(50% - 1%);
	padding:1% 0 1% 0;
}
.event_note .event_note-doc{
	display:inline-block;
	text-align: left;
	padding:0 2.5% 0 2.5%;
	column-gap: 2%;
	width:75%;
    max-width: 1200px;
	margin:0 auto 20%;
}

.event_note .event_note-doc span{
	letter-spacing: 0.1em;
}
.event_note-box{
	margin:0 auto;
	max-width:1400px;
}


.tourist_info {
	color:#009fe8;
}
h2.tourist_info-h{
	color:#005bab;
	margin-bottom: 5%;
}

.tourist_info .tourist_info-flex{
	display:flex;
	flex-wrap: wrap;
	column-gap: 3%;
	width:70%;
    max-width: 1200px;
	margin:0 auto 10%;
}

.tourist_info .tourist_info-elm{
	width: calc(50% - 1.5%);
	padding:1.5% 0 1.5% 0;
}

.tourist_info .tourist_info-elm img.hirado{
	width: 40%;
	padding-bottom:3%;
}
.tourist_info .tourist_info-elm img.matsuura{
	width: 31.5%;
	padding-bottom:3%;
}
.tourist_info .tourist_info-elm button{
	padding-bottom:2%;
}



/* Footer */
.footer{
	background-color: #009fe8;
	display: inline-block;
    padding-top: 4%;
    padding-bottom: 4%;
	text-align: center;
	color:#fff;
	line-height: 1.3;
	width: 100%;
    max-width: none;
    margin: 0 auto;
}
.footer h3 {
	font-size: clamp(18px, 2.6vw, 30px);
	margin-top: 1%;
	margin-bottom: 1%;
}
.footer .mei{
	font-size: clamp(18px, 2.6vw, 30px);
}
.footer .tel{
	font-size: clamp(18px, 2.6vw, 38px);
	margin-bottom: 1%;
}

.footer .addr{
	font-size: clamp(14px, 1.6vw, 19px);
	letter-spacing: 0em;
}

.footer-flex{
	display:flex;
	flex-wrap: wrap;
	column-gap: 3%;
	width:70%;
    max-width: 1200px;
	margin:0 auto 10%;
	justify-content: center;
	align-items: center;
}

.footer-elm{
	width: calc(50% - 1.5%);
	padding:1.5% 0 1.5% 0;
}

.footer span{
	letter-spacing: 0.1em;
}
.footer p.copy{
	font-size: clamp(12px, 1.4vw, 18px);
}

@media only screen and (max-width: 1375px){ /* 767px以下 */
	
	.wrapper{
		font-size: clamp(14px, 2.2vw, 30px);
	}
	.info_box-2, .info_box-2b {
		width: 50%;
		padding: 3% 0% 5%;
	}
}
@media only screen and (max-width: 767px){ /* 767px以下 */
	
	.view-pc{    
		display:none !important;
	}
	.view-mobile{
		display: block !important; 
	}
	
	.view-pc-fl{    
		display:none !important;
	}
	.view-mobile-fl{
		display: flex !important;  
	}

	.non-youso{
		display:none !important;
	}

	div.note{
		display:block;
		width:85%;
		margin:0 auto;
		padding:3% 0 0;
	}

	h2 {
		margin-bottom: 7%;
	}

	
	span.marker1::before {
		max-width:120px;	
	}
	span.marker2::before {
		max-width:120px;
	}
	span.marker4::before {
		max-width:120px;
	}


	/* info */
	.info_box-1,
	.info_box-3{
		width:5%;
	}
	.info_box-1b,
	.info_box-3b{
		width:5%;
	}
	.info_box-sm p img{ 
		max-height:100px;
		padding:0 3%;
	}

	.info_box-2, .info_box-2b {
		width: 88%;
		padding: 5% 0;
	}
	.info_box-2 p, .info_box-2b p {
		width: 92%;
	}

	.info h2 {
		display: block;
		width: 70%;
		margin: 5% auto;
		position: relative;
		height: auto;
	}
	.info_box-2 h3, .info_box-2b h3 {
		font-size: clamp(18px, 3.0vw, 42px);
		text-align: center;
	}
	.info_box-2 p, .info_box-2b p {
        text-align: center;
    }

	.info_box-sm {
        display: flex;
        flex-wrap: wrap;
        column-gap: 40%;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: -13% auto 0;
        padding: 2% 1% 2% 1%;
    }
	.info_box-sm p{
		width:30%;
		padding: 2% 6%;
	}

	
	.info_box-sm2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 6%;
        width: 85%;
        margin: 0 auto 0;
        padding: 2% 1% 2% 1%;
    }
	.info_box-sm2 p{
		width:47%;
		padding: 3% 0;
	}

	.info_box-2b p.bt {
		width: 80%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}


	.link_button {
		display: flex;
		flex-wrap: wrap;
		column-gap: 0%;
		width: 70%;
		margin-top:-5%;
		margin-bottom:10%;
	}
	.link_button-elm{
		width: 100%;
		padding: 0 0 10%;
	}

	

	/* Whats */
	.whats_box {
		padding-bottom: 0;
	}

	.whats_box-sm{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width:75%;
		margin: 0 auto;
		padding:0 1% 15% 1%;
	}
	.whats_box-sm p{
		width:50%;
		padding: 2%;
	}
	.whats_box-sm p img{ 
		max-height:160px;
		padding:0 3%;
	}

	.whats_box-2{
		width: 96%;
		padding:0;
	}
	.whats_box-1,
	.whats_box-3{
		width:2%;
	}

	.whats p.top-img{
		width:50%;
		margin:5% auto 5%;
	}
	
	.video_box video {
		max-width: 1280px;
		padding-bottom: 0;
		margin: 20px auto 0;
		width: 85%;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		border-radius: 28px;
	}

	.whats-wave{
		margin-top:-1%;
	}


	/* notice */
	.notice .tokuten-ttl-1 {
		margin: 5% auto 0;
		width: 95%;
	}
 	.notice .tokuten-ttl-2 {
		margin: 0 auto 5%;
		width: 95%;
	}

	.notice .om_tokuten-box {
		width: 90%;
		margin-top:5%;
	}

	.notice .tokuten-doc {
		width: 75%;
		padding: 3% 0 15% 0;
	}

	.notice .tokuten-doc button {
		padding: 5% 1% 5% 1%;
	}

	.notice .om_tokuten-box h3 img.otit {
		width: 70%;
		margin-top: -16%;
		text-align: center;
	}


	.tokuten-elm {
		width: 100%;
	}

	.tokuten-elm2{
		width:100%;
	}

	.contents-image2{
		width:100%;
		margin:0;
		padding-left:7%;
	}

	.tokuten-elm.L p{
		padding-left:11%;
	
	}
	.tokuten-elm.R p{
		padding-left:11%;
	}
	
	.tokuten-elm .contents-image{
		width:95%;
	}
	.tokuten-elm.R.G .contents-image{
		width:95%;
	}
	.tokuten-elm.R  .contents-image{
		padding-left:6%;
	}
	.tokuten-elm2 p{
		padding-left:11%;
	}





	/* course */
	.course-box {
		width: 92%;
		margin:0 auto 1%;
	}
	.course-box button {
		padding-top: 5%;
		padding-bottom: 15%;
		width: 70%;
	}

	.course .course-info {
		padding: 2% 0 7% 0;
		width: 85%;
		max-width: 680px;
		margin: 0 auto;
		text-align: left;
	}

	.influencer-Do .influencer-top{
		column-gap: 20%;
		width:72%;
	}
	.influencer-Do .top-elm-L1,
	.influencer-Do .top-elm-R2{
		width: 55%;
		padding:2%;
	}
	
	.influencer-Do .top-elm-L2,
	.influencer-Do .top-elm-R1{
		width: 90%;
		padding:0%;
	}
	.course-box .course1-2 .influencer-Do h3.b1 {
		width: 65%;
	}
	.course-box .course2-2 .influencer-Do h3.b1 {
		width: 65%;
	}
	.course-box .course3-2 .influencer-Do h3.b1 {
		width: 65%;
	}
	.course-box .course4-2 .influencer-Do h3.b1 {
		width: 65%;
	}
	.influencer-Do .influencer-mid {
		width: 90%;
	}
	.influencer-Do .influencer-mid button {
		width: 95%;
	}

	.cource_photo{
		display:flex;
		flex-wrap: wrap;
		column-gap: 0%;
		width:55%;
		max-width: 1200px;
		margin:0 auto;
		padding: 0 0 3% 0;
	}
	.cource_photo-elm{
		width: 100%;
		padding:5% 0 3% 0;
	}
	
	/* event_note */
	.event_note .event_note-elm {
		width: 100%;
		padding: 1% 0 1% 0;
	}

		
	.event_note .event_note-doc{
		margin:0 auto 15%;
	}
	

	/* tourist_info */
	.tourist_info .tourist_info-flex {
		width: 83%;
	}

	.tourist_info .tourist_info-elm{
		width: 100%;
		padding:5% 5% 5% 5%;
	}
	.tourist_info .tourist_info-elm img.matsuura,
	.tourist_info .tourist_info-elm img.hirado {
		padding-bottom:10%;
	}
	.tourist_info .tourist_info-elm button{
		padding-bottom:10%;
	}
	.tourist_info .tourist_info-elm img.matsuura {
		width: 49.0%;
		padding-bottom: 5%;
	}
	.tourist_info .tourist_info-elm img.hirado {
		width: 60%;
		padding-bottom: 5%;
	}


	/* footer */
	.footer h3 {
		font-size: clamp(18px, 2.6vw, 30px);
		margin-top: 5%;
		margin-bottom: 1%;
	}
	.footer-flex{
		width:80%;
		margin-top:6%;
	}
	
	.footer-elm{
		width: 100%;
		padding:3.5% 0 3.5% 0;
	}
	

}




.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
