@media screen and (min-width: 769px) {
	.gb_wrap{
		font-family: "Noto Sans JP", sans-serif;
	}
	.gb_wrap header{
		padding: 0;
	}
	.gb_h_wrap{
		background: #0058a0;
		width: 90%;
		max-width: 1670px;
		border-radius: 0 0 40px 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 50px 20px;
		margin: auto;
	}
	.gb_h_conts {
		display: flex;
		align-items: center; 
		gap: 80px;      
	}
	.gb_h_menu {
		margin-right: 10px;
	}
	.gb_h_menu ul {
		display: flex;
		align-items: center;
		gap: 50px;
	}
	.gb_h_menu ul li a {
        color: #fff;
        font-weight: bold;
        font-size: 17px;
	}
	.gb_h_menu ul li a:hover {
		color: #6aaceb;
	}
	.gb_h_menu_mega:hover .megamenu {
		max-height: 9999px;
		opacity: 1;
		padding: 30px 0;
	}
	.megamenu {
		background: #f5f5f5;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 100%;
		position: absolute;
		top: 90px;
		left: 0;
		transition: all .2s ease-in;
		z-index: 999;
		box-shadow: 0 0.5rem 1rem -0.5rem hsl(200 50% 20% / 40%);
	}
	.megamenu p {
		color: #111;
		font-weight: 600;
		width: 1100px;
		margin: 0 auto 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #111;
	}
	.mega_li {
		width: 1100px;
		margin: 0 auto 15px;
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.mega_li li a {
		position: relative;
		background: #fce0e2;
		border: 1px solid #e60012;
		border-radius: 3px;
		display: block;
		color: #111;
		padding: 10px 35px 10px 15px;
		text-decoration: none;
		font-size: 15px;
		line-height: 26px;
		color: #e60012;
		margin: 5px;
		text-align: left;
	}
	.mega_li li a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 15px;
		width: 6px;
		height: 6px;
		border-top: 3px solid #e60012;
		border-right: 3px solid #e60012;
		border-radius: 3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mega_li li a:hover {
		background: #e60012;
		color: #fff;
	}
	.mega_li li a:hover::after {
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.gb_h_contact ul{
		display: flex;
		gap: 30px;
		align-items: flex-end;

	}
	.gb_h_contact a:hover span{
		color: #6aaceb;
	}
	.gb_h_contact img{
		display: block;
    	margin: auto;
	}
	.gb_h_contact span{
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		display: block;
		text-align: center;
		padding-top: 8px;
		line-height: 1;
	}
	.gb_h_contact li:nth-child(1) span{
		color: #FEF102;
	}
	.gb_h_contact li:nth-child(2) span{
		padding-top: 16px;
	}
	.gb_h_contact li:nth-child(3) span{
		padding-top: 16px;
	}
	.gb_main{
		width: 90%;
        max-width: 1800px;
        background: url(../img/guidebook/main_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
		margin: 0px auto 65px;
        padding: 150px 0 320px;
        position: relative;
        overflow: hidden;
	}
	.gb_main_txt01{
        display: block;
        margin: auto;
	}
	.gb_main_txt02{
		position: absolute;
        bottom: -660px;
        left: 0;
        right: 0;
        margin: auto;
	}
	.gb_main_img01{
        position: absolute;
        bottom: -120px;
        left: 5%;
        width: 25%;
	}
	.gb_main_img02{
		position: absolute;
        top: 265px;
        right: 18%;
	}
	.gb_main_img03{
		position: absolute;
        bottom: -40px;
        right: 18%;
	}


	.gb_main_bottom{
		background: #f7f6f0;
		padding: 80px 0 70px;
	}
	.gb_main_bottom_inner{
		width: 1100px;
        display: flex
;
        justify-content: space-between;
        align-items: center;
        margin: auto;
	}
	.gb_search{
		width: 630px;
        border: 3px solid #333;
        overflow: hidden;
        border-radius: 13px;
		box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.1);
	}
	.gb_search_top{
		width: 630px;
        height: 70px;
        background: #0058a0;
        border-bottom: 3px solid #333;
        font-size: 23px;
        font-weight: bold;
        color: #fff;
        display: grid
;
        place-content: center;
        position: relative;
	}
	.gb_search_top img{
		position: absolute;
        top: 25px;
        left: 185px;
	}
	.gb_search_bottom{
		background: #fff;
        padding: 20px 35px 40px;
	}
	.gb_search_bottom_list{
		display: flex
;
        align-items: center;
        gap: 20px;
	}
	.gb_kodawari_list{
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	.gb_kodawari_list a{
		font-size: 15px;
        font-weight: bold;
        color: #333;
        padding: 10px 22px;
        box-sizing: border-box;
        border: 2px solid #c9c9c9;
		box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.1);
        background: #fff;
        display: block;
        border-radius: 5px;
	}



	.bg_search_container input[type="text"]{
		border: 2px solid #c9c9c9;
        padding: 5px 10px;
        border-radius: 5px;
        height: 2.2em;
	  }
	  .bg_search_container input[type="text"]:focus {
		outline: 0;
		height: 2.0em;
	  }
	  .bg_search_container input[type="submit"]{
		cursor: pointer;
		font-weight: bold;
        font-size: 17px;
        border: none;
        background: #000;
		border-radius: 5px;
        color: #fff;
        outline: none;
        width: 65px;
        height: 42px;
        display: inline-block;
        vertical-align: middle;
		margin-left: 10px;
	  }
	  .gb_about{
		background: #fff;
        width: 413px;
        height: 324px;
        text-align: center;
        display: grid
;
        place-content: center;
        position: relative;
        box-shadow: 2px 3px 9px 2px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
	  }
	  .gb_about p{
		font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
	  }
	  .gb_about p span{
		background: linear-gradient(transparent 60%, #fff101 60%);
	  }
	  .gb_about img{
		position: absolute;
		top: -60px;
		right: 20px;
	  }
}

/* media screen fin */