@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
    p {
        margin: 0px;
    }
    body {
        background-image: url("../images/back_kiri01.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        font-size: 15px;
    }
    .pc_top {
        margin: 0 auto;
        background: url("../images/pc_top.jpg");
  width: 100%;
  height: 85vh;
  background-position: center center; /* 中央寄せ */
  background-repeat: no-repeat; /* 画像の繰り返しなし */
  background-size: cover; /* 画像を要素全体に合わせる */
    }
    .title {
        margin: 0 auto;
        margin-bottom: 0px;
        padding-top: 30px;
        text-align: center;
    }
    .c_popy {
        margin: 0 auto;
        text-align: center;
        padding-top: 0px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 33px;
    }
    .frame03 {
        padding: 20px;
        padding-bottom: 20px;
        width: 900px;
        background-color: rgba(255, 255, 255, 1);
        margin: 0 auto;
        margin-top: 0px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }
    main {
        display: flex;
        flex-wrap: wrap;
        width: 960px;
        margin: 0 auto;
    }
    main div.column_tour_01 {
        width: calc(35% - 0px);
    }
    main div.column_tour_01 img {
        width: 100%;
        height: 205px;
        object-fit: cover;
    }
    main div.column_tour_02 {
        width: calc(60% - 0px);
    }
    main div.column_point01 {
        width: calc(35% - 0px);
        margin-top: 30px;
        margin-bottom: 80px;
    }
    main div.column_point01 img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    main div.column_point02 {
        width: calc(60% - 0px);
        margin-top: 30px;
        padding-left: 30px;
    }
    main div.column_point02a {
        width: calc(60% - 0px);
        margin-top: 30px;
        padding-right: 30px;
    }
    main div.column_point03 {
        width: calc(35% - 0px);
        margin-top: 30px;
        margin-bottom: 0px;
    }
    main div.column_point03 img {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
    main div.column_point03a {
        width: calc(35% - 0px);
        margin-top: 30px;
        margin-bottom: 0px;
    }
    main div.column_point03a img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    main div.column4a {
        width: calc(25% - 10px);
        margin: 30px 0px 0px 10px;
        padding: 0px;
        padding-bottom: 10px;
    }
    .tour_sub {
        margin: 0 auto;
        font-size: 15px;
        font-weight: bold;
        margin-left: 20px;
        margin-right: 10px;
    }
    .tour_title {
        margin: 0 auto;
        font-size: 18px;
        font-weight: bold;
        margin-left: 18px;
        margin-right: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .tour_point {
        margin: 0 auto;
        font-size: 14px;
        margin-left: 18px;
        margin-right: 10px;
		text-align: justify;
        padding-top: 0px;
    }
    .price {
        margin: 0 auto;
        font-size: 20px;
        margin-left: 18px;
        color: red;
        font-weight: 700;
        margin-right: 10px;
        padding-top: 5px;
    }
    .period {
        margin: 0 auto;
        font-size: 13px;
        margin-left: 20px;
        padding-top: 0px;
    }
    .hoge {
        position: relative;
        z-index: 1;
        /* 必要であればリンク要素の重なりのベース順序指定 */
    }
    .hoge a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        z-index: 2;
        /* 必要であればリンク要素の重なりのベース順序指定 */
    }
    .hoge:hover {
        filter: alpha(opacity=70);
        /* IE 6,7*/
        -ms-filter: "alpha(opacity=70)";
        /* IE 8,9 */
        -moz-opacity: 0.7;
        /* FF , Netscape */
        -khtml-opacity: 0.7;
        /* Safari 1.x */
        opacity: 0.7;
        background-color: #edfbff;
        transition: 0.5s;
        zoom: 1;
        /*IE*/
    }
    .point_title {
        text-align: center;
        padding-top: 80px;
        font-size: 35px;
        color: #fff;
        font-weight: 700;
    }
    .point_title span {
        color: #ffff66;
        font-size: 40px;
    }
    .background01 {
        background-image: url("../images/back_degin.png");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        padding-bottom: 80px;
		padding-top: 80px;
    }
    .background02 {
        background-image: url("../images/back_kiri01.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        padding-bottom: 80px;
    }
    .background03 {
        background-image: url("../images/back_kiri02.jpg");
        background-size: cover;
        background-position: center;
        padding-bottom: 80px;
    }
    .kodawari {
        text-align: center;
        font-weight: 500;
        font-size: 19px;
        color: #fff;
    }
	
	.kodawari span{
		font-size: 13px;
		font-weight: 400px;
		color: yellow;
	}
	
	   .kodawari_p {
		   margin: 0 auto;
        text-align:right;
        font-weight: 500;
        font-size: 13px;
        color: #fff;
		   width: 710px;
    }
	
	.kodawari_p span{
		font-size: 13px;
		font-weight: 400px;
		color: yellow;
	}
	
    .kodawari_title {
        font-size: 18px;
        color: #ffcc99;
        font-weight: 700;
    }
	
	  h3 {
		 margin: 0 auto;
        font-size: 18px;
        color: #ffcc99;
        font-weight: 700;
    }
	
    .kodawari_sub {
        padding-bottom: 30px;
        color: #fff;
    }
    .season_title {
        text-align: left;
        margin: 0 auto;
        padding-top: 20px;
        font-size: 20px;
        color: #339900;
        font-weight: 700;
    }
    .season_title2 {
        text-align:center;
        margin: 0 auto;
        padding-top: 20px;
        font-size: 23px;
        font-weight: 700;
        color: #cc0000;
    }
    .season_sub2 {
        margin: 0 auto;
        text-align: justify;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 880px;
    }
    .root_p {
        margin: 0 auto;
        text-align: justify;
        padding-top: 20px;
        padding-bottom: 10px;
        width: 900px;
    }
	
	    .point_title1 {
        text-align: center;
		margin-top: -40px;
    }
    .point_title2 {
        text-align: center;
    }
    .point_title3 {
        text-align: center;
        padding-top: 40px;
    }
    .kiri_p01 {
        text-align: center;
        padding-top: 15px;
    }
    .kiri_koya_p02 {
        margin: 0 auto;
        text-align: justify;
        padding-top: 15px;
        width: 950px;
    }
    .kiri_koya_p02 span {
        color: #339900;
        font-weight: 700;
    }
    .kouzan {
        text-align: center;
        padding-top: 20px;
        font-size: 20px;
        font-weight: 700;
    }
    .kouzan {
        display: none;
    }
    main div.column_kouzan {
        width: calc(33.3% - 20px);
        margin: 15px 10px 20px 10px;
        background: #fff;
    }
    .kouzan_h2 {
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        color: #339900;
        padding-top: 10px;
    }
    .kouzan_p01 {
        text-align: justify;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .season {
        text-align: center;
        padding-top: 20px;
    }
    .season img {
        width: 900px;
    }
    .root_p02 {
        margin: 0 auto;
        text-align: center;
		background: #598959;
        width: 900px;
        font-size: 25px;
        margin-top: 10px;
		padding-top: 15px;
		padding-bottom: 8px;
        font-weight: bold;
        line-height: 25px;
        color: #fff;
    }
    .root_p02 span {
        font-size: 15px;
		font-weight: 500;
    }
    .root_p03 {
        margin: 0 auto;
        text-align: center;
		background: #598959;
        width: 900px;
        font-size: 25px;
        margin-top: 30px;
		padding-top: 15px;
		padding-bottom: 8px;
        font-weight: bold;
        line-height: 25px;
        color: #fff;
    }
    .root_p03 span {
        font-size: 15px;
		font-weight: 500;
    }
    .root_p03a {
        margin: 0 auto;
				background: #598959;
        text-align: center;
        width: 900px;
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: -30px;
		padding-top: 15px;
        font-weight: bold;
        line-height: 25px;
        color: #fff;
    }
    .root_p03a span {
        font-size: 15px;
		font-weight: 500;
    }
    .root_p04 {
        margin: 0 auto;
        text-align: center;
        width: 960px;
        font-size: 25px;
        margin-top: 40px;
        font-weight: bold;
        line-height: 25px;
        color: #000;
        margin-bottom: 20px;
    }
    main div.column_root1 {
        width: calc(30% - 30px);
        margin: 10px 10px 10px 0px;
    }
    main div.column_root2 {
        width: calc(40% - 30px);
        margin: 10px 0px 10px 10px;
    }
    main div.column_list01 {
        width: calc(33% - 0px);
    }
    main div.column_list02 {
        width: calc(29% - 0px);
    }
    .list_h2 {
        font-size: 13px;
        margin-top: 10px;
        font-weight: 700;
        background: #598959;
        padding: 8px 5px 8px 5px;
        color: #fff;
        margin-right: 20px;
    }
    .list_p {
        font-size: 13px;
        margin-bottom: -5px;
        padding-right: 15px;
    }
    .root_p01 {
        text-align: justify;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .food_h2 {
        font-size: 18px;
        font-weight: 700;
        color: #339900;
    }
    .food_p {
        padding-bottom: 10px;
		text-align: justify;
    }
    .food_p span {
        font-size: 13px;
        color: red;
    }
    .back_fff {
        padding-top: 60px;
        background-image: url("../images/back_kiri.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        padding-bottom: 80px;
    }
    .season_sub {
        text-align: justify;
    }
    .point {
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        margin-top: 40px;
        width: 900px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }
    main_kiri {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
    main div.column2 {
        width: calc(50% - 40px);
        margin: 0px auto;
        margin-bottom: 0px;
        text-align: justify;
    }
    .q {
        padding-top: 20px;
        font-weight: 600;
		color: #000;
    }
    .q span {
        margin-right: 10px;
        font-weight: 600;
        padding: 2px 5px 3px 5px;
        font-size: 12px;
        background: #339900;
        color: #fff;
        border-radius: 10px;
    }
    .a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 500;
    }
    .a span {
        margin-right: 10px;
        font-weight: 600;
        padding: 2px 5px 3px 5px;
        font-size: 12px;
        background: #ff6666;
        color: #fff;
        border-radius: 10px;
    }
	
	.waku01{
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
		background: #fff;
		width: 920px;
		border: 1px #999 dashed;
	}
	
	.kiri_koya_p03{
		margin: 0 auto;
		text-align: center;
		padding-top: 5px;
		font-size: 14px;
	}
	
	.page{
		margin: 0 auto;
		width: 800px;
		text-align: center;
		border: 10px #fff solid;
		background: #fff;
		margin-top: 10px;
	}
	
	.waku02{
		margin: 0 auto;
		margin-top: 30px;
		padding: 20px 30px 20px 30px;
		text-align: center;
		width: 900px;
		background: #fff;
		border-radius: 10px;
	}
	
	.sapo_h2{
		margin: 0 auto;
		text-align: justify;
		font-weight: bold;
		font-size: 20px;
		color: #339900;
		
	}
	
	h2{
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		padding-bottom: 10px;
		color: #2b7022;
	}
	
	.sub_title{
		margin: 0 auto;
		text-align: center;
		color: yellow;
		padding-top: 30px;
		ont-family: "Noto Sans JP", sans-serif;
		font-size: 40px;
	}
	
	.top_title{
		margin: 0 auto;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 90px;
		color: #fff;
	}
	
	.h2_title{
		margin: 0 auto;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 800;
		color: #000;
		font-size: 40px;
		
	}
	
	.h2_title span{
		font-size: 65px;
		color: #257900;
	}
	
}