@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap');

/*==============================
	INITIALIZE
===============================*/
/* html { overflow-y: scroll; } */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
address,
a,
img {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; }
h3{  
-webkit-margin-before: 0em;  
        margin-block-start: 0em;
-webkit-margin-after: 0em;
        margin-block-end: 0em;
}

ul{
display: block;
list-style-type: none;
-webkit-margin-before: 0em;
        margin-block-start: 0em;
-webkit-margin-after: 0em;
        margin-block-end: 0em;
-webkit-margin-start: 0px;
        margin-inline-start: 0px;
-webkit-margin-end: 0px;
        margin-inline-end: 0px;
-webkit-padding-start: 0px;
        padding-inline-start: 0px;
}

img { border: 0; }

p {
	line-height: 1.8;
}

hr { display: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	_font-size: 100%;
}

li {
	list-style-type: none;
	margin-left: 0px;
}

h1 { margin-bottom:0px; }

h2 { margin-bottom:30px; }

#leed { margin-bottom:20px; }

#sponsor { margin-bottom:30px; }

#logo {
	text-align:center;
	margin:30px 0;
}
#logo a {
	margin: 0 30px;
}
.txtcenter {
text-align: center;
}

#credit { text-align:center; }

.l-main{
margin-top: calc(70.68 / 10 * 1rem);
}

/*==============================
	LINK
===============================*/
a:link,
a:visited,
a:active { text-decoration: none; }

a:hover { text-decoration: none; }

/*==============================
	DEFAULT
===============================*/
* {
	font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 16px;
}

/*==============================
	STYLE
===============================*/
body {
text-align: center;
width: 100%;
font-size: 1.7rem;
color: #2d2d2d;
}
#wrap {
width:100%;
margin: 0 auto;
margin-bottom:0px;
font-size: 20px;
text-align:left;
background: #fff;
overflow: hidden;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
#wrap .inner{
position: relative;
max-width: 1000px;
width: 85%;
margin: 0 auto;
z-index: 1;
}
#wrap .flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
#wrap img.arrow{
display: block;
width: auto;
height: 30px;
margin: 10px auto;
}


/*--------------------------
	mv_area
---------------------------*/
#mv_area{
background-image:url("../../img/event/2023_fishing/bg_top.jpg");
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

#mv_area img.mv_img{
margin-bottom: -100px;
width: 100%;
z-index: 3;
position: relative;
}
#mv_area .box{
width: 21%;
position: absolute;
bottom: 2%;
right: 11%;
}
#mv_area img.report{
position: absolute;
width: 13%;
bottom: 35%;
right: 7%;
z-index: 4;
}


#mv_area img.mv_bottom{
width: 100%;
margin-bottom: -11px;
}

/*--------------------------
	lead_area
---------------------------*/
#lead_area{
width: 100%;
}

#lead_area p{
text-align: center;
font-size: 1.6vw;
color: #005a93;
line-height: 1.7;
font-weight: bold;
margin-bottom: 30px;
}
/*--------------------------
	inner
---------------------------*/
#wrap .inner{
width: 90%;
max-width: 1200px;
margin: 0 auto;
} 
/*--------------------------
	event
---------------------------*/
#event{
width: 100%;
background: #c8e9ef;
border-radius: 30px 30px;
position: relative;
padding: 30px 0 10px;
margin-bottom: 50px;
}
#event .event_box{
width: 90%;
margin: 0 auto;
}
#event .event_box p{
text-align: justify;
font-size: 2rem;
margin: 0 auto 15px;
font-weight: 500;
}
#event .event_box p:last-of-type{
margin: 0 auto 50px;
}
#event h2.title{
width: 90%;
text-align: center;
margin: 0 auto 20px;
font-size: 4rem;
font-weight: 800;
color: #005a93;
}
#event h2.title span{
font-size: 4rem;
margin-left: 10px;
}
#event img.border{
display: block;
width: 100%;
margin: 0 auto 30px;
}
#event .event_box .photo_box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
width: 80%;
margin: 50px auto;
}
#event .event_box .photo_box .box{
width: 48%;
}
#event .event_box .photo_box .box p{
font-size: 1.8rem;
text-align: left;
font-weight: 500;
margin-bottom: 0;
line-height: 1.4;
}
#event .event_box02{
width: 90%;
margin: 50px auto 50px;
}
#event .event_box02 img.photo_title{
width: 80%;
max-width: 450px;
margin: 0 auto 30px;
display: block;
}
#event .event_box02 .photo_flex{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#event .event_box02 .photo_flex img{
width: 32%;
aspect-ratio: 1.2/1	;
-o-object-fit: cover;
   object-fit: cover;
margin-bottom: 20px;
}
/*--------------------------
	message
---------------------------*/
#message{
width: 100%;
background: #fff68e;
border-radius: 30px 30px;
position: relative;
padding: 30px 0 50px;
margin-bottom: 50px;
}
#message img.border{
display: block;
width: 90%;
margin: 0 auto 30px;
}
#message h2.title{
width: 80%;
text-align: center;
margin: 0 auto 20px;
font-size: 4rem;
font-weight: 800;
color: #f15a29;
}

#message .flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: left;
width: 90%;
margin: 0 auto;
}
#message .flex img{
width: 250px;
}
#message .flex .text_box{
width: 70%;
}
#message .flex .text_box p{
text-align: left;
font-size: 3.5rem;
line-height: 1.6;
font-weight: 900;
}
#message .flex .text_box p.text{
font-size: 1.8rem;
margin-top: 20px;
letter-spacing: normal;
font-weight: 500;
line-height: 1.8;
}
#message .flex .photo_box01 p.name{
font-size: 2rem;
font-weight: bold;
}
#message .flex .photo_box01 p.name span{
font-size: 1.8rem;
}
#message .flex .photo_box01 p.name span:first-of-type{
margin-right: 10px;
}

/*--------------------------
	bottom_sec
---------------------------*/
.bottom_sec{
background-image: url("../../img/event/2023_fishing/bg_bottom.jpg");
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 300px;
}
/*--------------------------
	comment
---------------------------*/
#comment{
width: 100%;
background: #cde7ca;
border-radius: 30px 30px;
position: relative;
padding: 30px 0 50px;
margin-bottom: 120px;
}
#comment img.border{
display: block;
width: 90%;
margin: 0 auto 30px;
}
#comment h2.title{
width: 80%;
text-align: center;
margin: 0 auto 20px;
font-size: 4rem;
font-weight: 800;
color: #009344;
}
#comment .flex{
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
width: 90%;
margin: 0 auto;
}
#comment .flex .comment_box{
width: 45%;
}
#comment .flex .comment_box p{
font-size: 3.5rem;
line-height: 1.5;
font-weight: 900;
}
#comment .flex .comment_box p.text{
width: 55%;
font-size: 1.8rem;
line-height: 1.8;
font-weight: 500;
padding: 20px 0;
line-height: 1.7;
}
#comment .flex2{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-top: 20px;
}
#comment .flex2 .profile{
width: 40%;
}
#comment .flex2 .profile p{
text-align: center;
font-size: 1.8rem;
width: auto;
font-weight: 700;
}
#comment .flex2 .profile p span{
display: block;
font-size: 1.5rem;
}
/*--------------------------
	photo_area
---------------------------*/
#photo_area{
width: 100%;
position: relative;
margin: 200px auto 100px;
}
#photo_area img.text_img{
width: 70%;
position: absolute;
top: -120px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
/*--------------------------
overview
---------------------------*/
#overview{
width: 100%;
margin: 0 auto 150px;
}
#overview h3{
text-align: center;
background: #00508e;
color: #FFF;
width: 400px;
padding: 10px 0;
margin: 0 auto 50px;
border-radius: 40px;
font-size: 3rem;
font-weight: 900;
}
#overview p{
font-size: 4rem;
color: #00508e;
text-align: center;
margin-bottom: 50px;
font-weight: 900;
}
#overview .ov_box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
#overview .ov_box iframe{
display: block;
width: 100%;
height: 500px;
}
#overview .flex_box{
width: 100%;
}
#overview .flex{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-bottom: 16px;
}

#overview .flex p.left{
text-align: center;
background: #38a1db;
color: #FFF;
width: 15%;
padding: 5px 0;
border-radius: 20px;
font-size: 2rem;
}

#overview .flex .text_box{
width: 75%;
}
#overview .flex .text_box p{
text-align: left;
font-size: 2rem;
color: #000;
margin-bottom: 6px;
font-weight: 600;
}
#overview p.organizer{
color: #000;font-size: 3rem;
font-weight: bold;
margin-top: 50px;
}
#overview p.organizer span{
margin-left: 50px;
font-size: 3rem;
}
/*--------------------------
	bottom_area
---------------------------*/
#bottom_area{
width: 100%;
background: #e0f1f4;
border-radius: 30px 30px;
position: relative;
padding: 30px 0 1px;
margin-bottom: 120px;
}
#bottom_area h3{
text-align: center;
background: #00508e;
color: #FFF;
width: 400px;
padding: 10px 0;
margin: -58px auto 50px;
border-radius: 40px;
font-size: 3rem;
font-weight: 900;
}
#bottom_area .information{
width: 90%;
margin: 0 auto 50px;
}
#bottom_area img.border{
display: block;
width: 90%;
margin: 0 auto 50px
}
#bottom_area .information p{
font-size: 4.5rem;
color: #00508e;
margin-bottom: 30px;
font-weight: 900;
line-height: 1.4;
}
#bottom_area .information p span{
font-size: 3rem;
display: block;
}
#bottom_area .information p span.under{
	display: inline-block;
position: relative;
font-size: 4.5rem;
z-index: 3;
}
#bottom_area .information p span.under::after{
position: absolute;
content: "";
background: #fff;
width: calc(100% + 3rem);
height: 30px;
bottom: -8px;
left: -1.5rem;
z-index: -1;
}
#bottom_area .information p span.under span{
display: inline;
font-size: 3rem;
}
#bottom_area .information .flex3{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
position: relative;
}
#bottom_area .information .flex3 p{
color: #000;
font-size: 2rem;
width: 65%;
font-weight: 500;
line-height: 2;
}
#bottom_area .information .flex3 p a{
	font-size: 2rem;
border-bottom: #000 1px solid;
}
#bottom_area .information .flex3 img{
width: 30%;
height: auto;
vertical-align: bottom;
}
#bottom_area .information .flex3 img.boat{
margin-top: -20px;
position: absolute;
right: 5%;
bottom: 58%;
width: 35%;
}

/********フェード**********/
.sa {opacity: 0;-webkit-transition: all 1s ease;transition: all 1s ease;width: 100%;}
.sa.show {opacity: 1;-webkit-transform: none;transform: none;}
.sa--lr {-webkit-transform: translate(-100px, 0);transform: translate(-100px, 0);}
.sa--rl {-webkit-transform: translate(100px, 0);transform: translate(100px, 0);}
.sa--up {-webkit-transform: translate(0, 100px);transform: translate(0, 100px);}
.sa--down {-webkit-transform: translate(0, -100px);transform: translate(0, -100px);}
.sa--scaleUp {-webkit-transform: scale(.5);transform: scale(.5);}
.sa--scaleDown {-webkit-transform: scale(1.5);transform: scale(1.5);}
.sa--rotateL {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.sa--rotateR {-webkit-transform: rotate(-180deg);transform: rotate(-180deg);}
/********フェード**********/



.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width:1200px){

.pc { display: none !important; }
.sp { display: block !important; }

/*--------------------------
	bottom_area
---------------------------*/
#bottom_area h3 {
color: #FFF;
width: 80%;
padding: 10px 0;
margin: -56px auto 30px;
font-size: 2rem;
}
#bottom_area{
    padding: 30px 0 8px;
}
#bottom_area .information {
width: 90%;
margin: 0 auto 40px;
}
#bottom_area .information p{
margin: 0 auto;
text-align: center;
line-height: 1.4;
margin-bottom: 16px;
}
#bottom_area .information p span {
font-size: 1.6rem;
display: block;
}
#bottom_area .information p span.under {
font-size: 2.5rem;
display: block;
}
#bottom_area .information .flex3{
display: block;
}
#bottom_area .information .flex3 p {
font-size: 1.5rem;
width: 100%;
text-align: left;
}
#bottom_area .information .flex3 p a {
font-size: 1.3rem;
}
#bottom_area .information .flex3 img {
display: block;
width: 90%;
margin: 20px auto;
}
#bottom_area .information .flex3 img.boat {
margin-top: 20px;
position: relative;
right: 0%;
bottom: 0%;
width: 60%;
}
#bottom_area .information p span.under span {
font-size: 1.7rem;
display: block;
}
#bottom_area .information p span.under::after {
width: 100%;
height: 20px;
bottom: -5px;
left: 0;
z-index: -1;
}
}

@media screen and (max-width:750px){

.pc { display: none !important; }
.sp { display: block !important; }


.l-main {
margin-top: calc(70.68 / 12 * 1rem);
}
/*--------------------------
	mv_area
---------------------------*/
#mv_area img.mv_img{
width: 100%;
margin-bottom: -20px;
}
#mv_area img.report {
    width: 24%;
    bottom: 21%;
    right: 2%;
}
#mv_area img.mv_img2{
width: 90%;
position: absolute;
bottom: -25%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
#mv_area .box {
width: 90%;
position: relative;
margin: 0 auto;
bottom: auto;
right: auto;
}
#mv_area .box .mv_text {
aspect-ratio: auto;
border-radius: 10px;
padding: 25px 0 25px;
}
#mv_area .box .mv_text p{
font-size: 1.5rem;
position: relative;
top: auto;
left: auto;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
}
/*--------------------------
lead_area
---------------------------*/
#lead_area {
padding: 0px 0 0;
margin-bottom: 25px;
z-index: 3;
position: relative;
}
#mv_area img.report {
width: 24%;
bottom: 21%;
right: 2%;
}
#lead_area img.mv_img2{
width: 90%;
margin: 0 auto 20px;
}
#lead_area p{
text-align: justify;
width: 90%;
font-size: 1.5rem;
margin: 0 auto;
}

/*--------------------------
	inner
---------------------------*/
/*--------------------------
	event
---------------------------*/
#event{
padding: 25px 0 1px;
border-radius: 30px 30px;
}
#event img.icon_02 {
width: 17%;
top: -1%;
left: 5%;
}
#event img.icon_03 {
width: 35%;
top: auto;
bottom: 19%;
right: -10%;
}
#event h2.title{
margin: 0 auto 5px;
font-size: 2.4rem;
font-weight: 900;
}
#event h2.title span{
font-size: 2.4rem;
margin-left: 0px;
}
#event .event_box{
margin-bottom: 20px;
}
#event .event_box p {
font-size: 1.5rem;
margin: 0 auto 10px;
font-weight: 500;
}
#event .event_box .photo_box {
display: block;
width: 90%;
margin: 25px auto;
}
#event .event_box .photo_box .box {
width: 100%;
}
#event .event_box .photo_box .box:first-of-type{
margin-bottom: 20px;
}
#event .event_box .photo_box .box p {
font-size: 1.5rem;
text-align: left;
font-weight: 500;
margin-bottom: 0;
}
#event .event_box02{
width: 90%;
margin: 25px auto 10px;
}
#event .event_box02 .photo_flex{
width: 100%;
display: block;
}
#event .event_box02 .photo_flex img{
width: 100%;
}

/*--------------------------
	message
---------------------------*/
#message{
padding: 20px 0 35px;
}
#message h2.title{
margin: 0 auto 5px;
font-size: 2.4rem;
font-weight: 900;
}
#message .flex{
display: block;
}
#message .flex img{
display: block;
margin: 0 auto;
width: 50%;
margin-bottom: 10px;
}
#message .flex .text_box{
width: 100%;
margin: 0 auto 0px;
}
#message .flex .text_box p{
font-size: 2rem;
line-height: 1.4;
letter-spacing: 0;
}
#message .flex .photo_box01{
margin-bottom: 20px;
}
#message .flex .photo_box01 p.name {
text-align: center;
font-size: 1.5rem;
margin-top: 10px;
}
#message .flex .photo_box01 p.name span {
font-size: 1.2rem;
}
#message .flex .text_box p.text {
width: 90%;
text-align: justify;
margin: 25px auto 0;
font-size: 1.6rem;
font-weight: 500;
}
/*--------------------------
	comment
---------------------------*/
#comment {
    margin-bottom: 25px;
	padding: 30px 0 10px;
}
#comment h2.title {
margin: 0 auto 5px;
font-size: 2.4rem;
font-weight: 900;
}
#comment .flex {
	display: block;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
width: 90%;
margin: 0 auto;
}
#comment .flex .comment_box {
width: 100%;
margin: 0 auto 20px;
}
#comment .flex .comment_box p {
font-size: 2.5rem;
line-height: 1.5;
font-weight: 900;
}
#comment .flex2 .profile p{
text-align: center;
font-size: 1.5rem;
}
#comment .flex .comment_box p.text {
width: 55%;
font-size: 1.5rem;
line-height: 1.8;
}

/*--------------------------
	photo_area
---------------------------*/
#photo_area {
width: 100%;
position: relative;
margin: 50px auto 60px;
}
#photo_area img.text_img {
width: 100%;
position: relative;
top: 0px;
right: 0px;
}
/*--------------------------
	overview
---------------------------*/
#overview{
    margin: 0 auto 60px;
}
#overview h3{
width: 90%;
padding: 16px 0;
margin: 0 auto 16px;
font-size: 2rem;
}
#overview .ov_box{
display: block;
}

#overview .ov_box iframe{
display: block;
width: 100%;
height: 500px;
margin: 0 auto;
}
#overview p{
font-size: 2.2rem;
margin-bottom: 30px;
font-weight: 900;
}
#overview .flex{
width: 90%;
display: block;
margin: 0 auto 40px;
}
#overview .flex p.left {
width: 100%;
padding: 8px 0;
font-size: 1.4rem;
margin: 0 auto 16px;
}
#overview .flex .text_box{
	width: 100%;
}
#overview .flex .text_box p {
font-size: 1.5rem;
margin-bottom: 0;
}
#overview p.organizer{
font-size: 2rem;
margin-top: 40px;
margin-bottom: 0px;
font-weight: 800;
}
#overview p.organizer span{
font-size: 2rem;
margin-left: 10px;
display: block;
}
/*--------------------------
	bottom_sec
---------------------------*/
.bottom_sec{
background-size: contain;
padding-bottom: 100px;
}

/*--------------------------
	bottom_area
---------------------------*/
#bottom_area h3 {
color: #FFF;
width: 80%;
padding: 10px 0;
margin: -56px auto 30px;
font-size: 2rem;
}
#bottom_area{
    padding: 30px 0 8px;
}
#bottom_area .information {
width: 90%;
margin: 0 auto 40px;
}
#bottom_area .information p{
margin: 0 auto;
text-align: center;
line-height: 1.4;
margin-bottom: 16px;
}
#bottom_area .information p span {
font-size: 1.6rem;
display: block;
}
#bottom_area .information p span.under {
font-size: 2.5rem;
display: block;
}
#bottom_area .information .flex3{
display: block;
}
#bottom_area .information .flex3 p {
font-size: 1.5rem;
width: 100%;
text-align: left;
}
#bottom_area .information .flex3 p a {
font-size: 1.3rem;
}
#bottom_area .information .flex3 img {
display: block;
width: 90%;
margin: 20px auto;
}
#bottom_area .information .flex3 img.boat {
margin-top: 20px;
position: relative;
right: 0%;
bottom: 0%;
width: 60%;
}
#bottom_area .information p span.under span {
font-size: 1.7rem;
display: block;
}
#bottom_area .information p span.under::after {
width: 100%;
height: 20px;
bottom: -5px;
left: 0;
z-index: -1;
}


}