﻿html {
	scroll-behavior: smooth;
}


img {
	image-rendering: -webkit-optimize-contrast;
}

a {
	text-decoration: none;
}
.ti_text{
	padding-left: 1em;
	text-indent: -1em;
}

.subtitle{
	width: 350px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.subtitle p{
	color: #ffffff;
	line-height: 40px;
	margin-left: 40px;
	font-size: 1.5em;
	font-weight: 500;
	text-align: left;
}

.subtitle_purple{
	background-image: url(../images/menu_lineback01.png);
	background-size: contain;
}
.subtitle_red{
	background-image: url(../images/menu_lineback02.png);
	background-size: contain;
}

.basic_des_text{
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: -0.05em;
}

.glay_ribbon{
	height: 26px;
	background: #797979;
	border-radius: 13px;
	color: #ffffff;
}

.btn001{
	width: 300px;
	height: 40px;
	border-radius: 20px;
	background: #fff6d9;
	border: 1px solid #553f77;
	counter-reset: #553f77;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #553f77;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}
.btn002{
	width: 300px;
	height: 40px;
	border-radius: 20px;
	background: #fff6d9;
	border: 1px solid #9D3636;
	counter-reset: #9D3636;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #9D3636;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}

/*   レスポンシブで出てくる要素   */
/*   レスポンシブで出てくる要素   */
/*   レスポンシブで出てくる要素   */
.for_pc_only_object{
	display: none;
}
.for_pad_object{
	display: none;
}
.for_pc_object{
	display: none;
}
/*   レスポンシブで出てくる要素   */
/*   レスポンシブで出てくる要素   */
/*   レスポンシブで出てくる要素   */



/* main-visual */

.main_visual_container{
	width: 100%;
	overflow: hidden;
	background-size: contain;
	background-position:center top;
	background-repeat: no-repeat;
	background-image: url(../images/mainvisual_back_pc.png);
}
.mainvisual{
	position: relative;
	height: fit-content;

}
.mainvisual img{
	height: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.kaijyo_open_box{
	height: 58px;
	background: #774090;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kaijyo_open_box p{
	color: #ffffff;
	width: 320px;
	letter-spacing: -0.05em;
	line-height: 1.2em;
}

/* humberger01 */
	.navibox_container{
		width: 100%;
		position: fixed;
		z-index: 500;
		right: 0%;

	}

  /* Navbar & Navmenu color */
  :root {
	--background-navbar: rgba(0, 0, 0, 0.98);
  }

  .navibox_hamburger01 {
	background: var(--background-navbar);
	position: absolute;
	width: 62px;
	height: 67px;
	right:5px;
	top: 5px;
	text-align: center;
	z-index: 9999999;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);

  }

  /* Nav items */
  .menu-hamburger {
	list-style: none;
	position: absolute;
	width: 350px;
	height: 500px;
	top: 15px;
	right: 0%;
	margin-top: 52px;
	clear: both;
	background-image: url(../images/menu_background.png);
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	transform: scale(1, 0);
	transform-origin: top;
	text-align: left;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  }



  /* Hamburger menu button */
  .menu-btn:checked ~ .menu-hamburger {
	transform: scale(1, 1);
	transform-origin: top;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  /* Hamburger menu text */
  .menu-hamburger a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: capitalize;
	color: #ddd;
	opacity: 0;
	transition: 0.5s;
  }

  .menu-hamburger a:hover{
	  color: #ca6868;
	  transition: 0.9s;
  }

  .menu-hamburger li {
	line-height: 30px;
	opacity: 0;
	transition: 0.5s;
  }

  .menu-hamburger li p{
	color: #ffffff;
	display: inline-block;
	margin-left: 30px;
  }

  .purple{
	display: inline-block;
	width: 293px;
	background-image: url(../images/menu_lineback01.png);
	background-size: contain;
	margin: 4px 0;
  }

  .red{
	display: inline-block;
	width: 293px;
	background-image: url(../images/menu_lineback02.png);
	background-size: contain;
	margin: 4px 0;
  }

  .areamap_line{
	margin-top: 45px;
  }

  .menu-btn:checked ~ .menu-hamburger a,
  .menu-btn:checked ~ .menu-hamburger li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  .menu-btn {
	display: none;
  }

  .menu-icon {
	display: inline-block;
	position: relative;
	top: 15px;
	cursor: pointer;
	padding: 24px 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .navicon {
	background: #ddd;
	display: block;
	height: 3px;
	width: 26px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before,
  .navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #ddd;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before {
	top: 9px;
  }

  .navicon:after {
	bottom: 9px;
  }

  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }

  .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }

  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
	top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	bottom: 0;
  }

  .menu-btn:checked ~ .menu-icon .navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */

  /* Navbar Container */
  .navtext-container {
	width: 100%;
	height: 30px;
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  /* Navbar Text */
  .navtext {
	position: absolute;
	color: #ddd;
	letter-spacing: 0.1em;
	font-size: 12px;
  }

/* humberger01 終わり */

/* yamajiro_button_box */
.yi_button_box{
	padding:15px 10px;
	background-color: #D84F22;
}
.yi_button_subtitle{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
.yi_button_subtitle img {
	width: 100%;
}

.yi_button_line{
	display: flex;
	justify-content: space-around;
}

.yi_button_line a{
	width: 22%;
}
.yi_button_line a img{
	width: 100%;
}



/*:::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::*/




/* areamap_container エリアマップ */
.areamap_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #ffffff;
}

.areamap_box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.areamap_img_box img{
	width: 100%;
}
.am_info_subtitle{
	display: flex;
	position: relative;
}
.am_info_number{
	width: 45px;
	height: 45px;
	background: #000;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	font-size: 1.5em;
	line-height: 45px;
	position: relative;
	z-index: 50;
}
.am_info_areaname{
	width: 250px;
	height: 26px;
	border-radius: 13px;
	background: #cca464;
	position: relative;
	z-index: 30;
	left: -20px;
	top: 9.5px;
	padding-left: 30px;
	color: #ffffff;
	font-weight: 600;
	line-height: 26px;
}
.am_info_box{
	text-align: left;
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.am_des_line{
	display: flex;
	margin-top: 5px;
	margin-left: 40px;
	line-height: 1.3em;
}
.am_des_line p:first-child{
	color: #797979;
	margin-right: 5px;
}
.am_des_sm_text p{
	font-size: 0.93em;
	letter-spacing: -0.04em;
}
.am_des_s_text{
	font-size: 0.9em;
	letter-spacing: -0.07em;
}

/* yamajiro_kouryaku_container 山城攻略 */
.yamajiro_kouryaku_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #F7F3E7;
}
.yk_box {
	font-size: 1.15em;
}


.yk_map_img_box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.yk_map_img_box img{
	width: 100%;
}
.yk_tokuten_img_box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}
.yk_tokuten_img_box img{
	width: 100%;
}
.yamajiro_panel{
	background-color: #ffffff;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ys_subtitle{
	width: 153px;
	height: 30px;
	border-radius: 15px;
	background: #cca464;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 30px;
}
.ys_img_box{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.ys_img_box img{
	width: 100%;
}
.ys_des_box{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: -0.1em;
}
.ys_des_box p:first-child{
	font-size: 1.1em;
	color: #553F77;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
.ys_info_box{
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	line-height: 2.2em;
}
.tenugui_box{
	text-align: center;
	margin-top: 15px;
}
.ys_info_box p{
	border-bottom: 1px solid #707070;
}
.ys_info_box_sp2{
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ys_info_box .ys_info_box_sp{
	border-bottom: none;
	line-height: 1.5em;
	font-size: 0.8em;
}

.btn_syosai{
	width: 127px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 13px;
	background: #ededed;
	line-height: 26px;
	font-size: 0.9em;
}
.btn_googlemap{
	width: 273px;
	height: 40px;
	border-radius: 20px;
	background: #797979;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	line-height: 40px;
}
.btn_googlemap img{
	width: 29px;
	height: 25.5px;
}
.gojyoin_box001{
	width: 139px;
	height: 199px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.gojyoin_box001 img{
	width: 100%;
}
.gojyoin_box002{
	width: 131px;
	height: 199px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.gojyoin_box002 img{
	width: 100%;
}
.gojyoin_box003{
	width: 144px;
	height: 201px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.gojyoin_box003 img{
	width: 100%;
}
.gojyoin_box004{
	width: 222px;
	height: 182px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.gojyoin_box004 img{
	width: 100%;
}

.yamajiro_tyuui_container{
	font-size: 0.9em;
	margin-top: 20px;
}
.yamajiro_tyuui_subtitle{
	border-bottom: 1px solid #797979;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.yamajiro_tyuui_container li{
	margin-top: 10px;
	justify-content: left;
	text-align: left;
	line-height: 1.3em;
	margin-left: 10px;
}


/* oshiro_area_container お城エリア */
.oshiro_area_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #ffffff;
}
.oshiro_date_box{
	margin-bottom: 25px;
}
.oshiro_date_box p{
	line-height: 40px;
}
.oshiro_date_box p:first-child{
	color: #9d3636;
	margin: 10px 15px 5px 15px;
	border-bottom:1px solid #707070;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom:10px
}
.oshiro_date_box p:nth-child(2){
	font-size: 1.15em;
}

.bushotai_image_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.bushotai_image_box img{
	width: 100%;
}
.bs_shedule_container{
	margin-top: 25px;
	margin-bottom: 50px;
}
.program_subtitle{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	line-height: 26px;
	margin-bottom: 15px;
}
.busho_schedul_box{
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.busho_schedul_box p{
	margin-bottom: 25px;
	line-height: 1.5em;
	font-size: 1.1em;
	padding-left: 15px;
	border-left:5px solid #D5D5D5;
}
.busho_schedul_box .oshiro_tyuui{
	border: none;
}


.paneler_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.paneler_panel{
	width: 48%;
	margin-bottom: 25px;
}

.paneler_img_box img{
	width: 100%;
}
.paneler_text_box p{
	line-height: 2em;
}
.paneler_text_box p:first-child{
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 1px solid #707070;
	margin-bottom: 5px;
}
.paneler_text_box p:nth-child(2){
	font-size: 0.8em;
	line-height: 1.5em;
}
.paneler_text_box p:nth-child(3){
	font-size: 0.8em;
	line-height: 1.5em;
}
.paneler_text_box p:nth-child(4){
	font-size: 0.8em;
	line-height: 1.5em;
}
.pt_ss{
	font-size: 0.7em!important;
	letter-spacing: -0.1em;
}
.os_box {
	text-align: left;
	margin-bottom: 25px;
}
.os_box .os_first{
	line-height: 26px;
	padding-left: 20px;
	font-size: 1.1em;
}
.os_second p{
	line-height: 1.3em;
	margin-top: 10px;
	font-weight: 600;

}
.os_third p{
	line-height: 1.3em;
	margin-top: 10px;
	margin-left: 10px;
}
.os_fourth{
	display: flex;
	justify-content: left;
	margin-top: 10px;
	margin-left: 10px;
}
.os_fourth p:first-child{
	color: #9D3636;
}
.os_fifth p{
	margin-top: 10px;
	letter-spacing: -0.05em;
	line-height: 1.5em;
	margin-left: 10px;
}

/* nagayoshi_area_container 長可エリア*/
.nagayoshi_area_container{
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #F7F3E7;
}
.nagayoshi_date_box{
	margin-bottom: 25px;
}
.nagayoshi_date_box {
	line-height: 40px;
}
.nagayoshi_date_box p:first-child{
	color: #9d3636;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom:1px solid #707070;
	font-size: 1.2em;
	font-weight: 600;
}
.nagayoshi_date_box p:nth-child(2){
	font-size: 1.15em;
}
.shop_box{
	text-align: left;
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.shop_box .shop_name{
	line-height: 26px;
	padding-left: 20px;
	font-size: 0.9em;
}
.shop_box p{
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 10px;
}


/* jyoka_area_container 城下町エリア */
.jyoka_area_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #ffffff;
}
.jyoka_date_box{
	margin-bottom: 25px;
}
.jyoka_date_box{
	line-height: 40px;
}
.jyoka_date_box p:first-child{
	color: #9d3636;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom:1px solid #707070;
	font-size: 1.2em;
	font-weight: 600;
}
.jyoka_date_box p:nth-child(2){
	font-size: 1.15em;
}
.booth_box{
	text-align: left;
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.booth_box .booth_name_title{
	line-height: 26px;
	padding-left: 20px;
}
.booth_box p{
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 10px;
}
.booth_name_box{
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.booth_name_box p{
	padding-left: 0px;
	font-size: 1em;
}
.booth_name_box p:nth-child(2){
	margin-left: 10px;
}

.yamajiro_summit_banner_box{
	width: 335px;
	margin-left: auto;
	margin-right: auto;
}
.yamajiro_summit_banner_box img{
	width: 100%;
}
.buppan_box .booth_name_box .ranmaru_text{
	line-height: 1.3em;
	padding-top: 5px;
}



/* ikusa_area_container イクサエリア */
.ikusa_area_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #F7F3E7;
}
.ikusa_date_box{
	margin-bottom: 25px;
}
.ikusa_date_box p{
	line-height: 40px;
}
.ikusa_date_box p:first-child{
	color: #9d3636;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom:1px solid #707070;
	font-weight: 600;
}
.ikusa_date_box p:nth-child(2){
	font-size: 1.15em;
}
.ikusa_date_box .jizen_moushikomi_box{
	font-size: 1.15em;
	border:1px solid #707070;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
.chanbara_description_box p{
	font-size: 1em;
}
.chanbara_img_box{
	width: 335px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.chanbara_img_box img{
	width: 100%;
}
.chanbara_sanka_text p{
	line-height: 1.3em;
}
.jevent_date_box{
	margin-top: 40px;
	margin-bottom: 25px;
}
.jevent_date_box p{
	line-height: 40px;
}
.jevent_date_box p:first-child{
	color: #9d3636;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom:1px solid #707070;
	font-size: 1.2em;
	font-weight: 600;
}
.jevent_date_box p:nth-child(2){
	font-size: 1.15em;
}
.jevent_banner_box p{
	margin-top: 15px;
	line-height: 1.5em;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

.osiro_syutugen{
	width: 280px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #070707;
}
.osiro_syutugen p{
	color: #9D3636;
	font-weight: 600;
	margin-bottom: 15px;
}
.yugu_image_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.yugu_image_box img{
	width: 100%;
}
.shikake_text{
	font-size: 0.9em;
	margin-top: 10px;
}

/* yakata_area_container 館エリア */
.yakata_area_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #ffffff;
}

.yakata_info_box p{
	margin-top: 15px;
	line-height: 1.5em;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

.yakata_image_box{
	padding-left: 10px;
	padding-right: 10px;
}
.yakata_image_box img{
	width: 100%;
}
.yakata_info_box .yakata_info_text02{
	letter-spacing: -0.05em;
	font-size: 0.9em;
	margin-bottom: 15px;
	text-align: left;
}
.yakata_info_box .yakata_info_text03{
	letter-spacing: -0.05em;
	font-size: 0.9em;
	margin-bottom: 15px;
}
.yakata_info_subtitle{
	width: 150px;
	line-height: 26px;
	margin-left: 5%;
	margin-top: 20px;

}
.yakata_info_box .yakata_info_text01{
	margin-left: 5%;
	margin-top: 15px;
}

.yakata_info_box .yakata_info_text01 li{
	display: flex;
}
.yakata_info_box .yakata_info_text01 li p{
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
	margin-top: 0px;
}
.rally_area_map{
	margin-top: 15px;
	margin-bottom: 15px;
}
.yakata_tentei_haifu{
	font-size: 0.8em;
}

/* instagram_event_container インスタグラムイベント */
.instagram_event_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #F7F3E7;
}
.insta_image_box01{
	width: 320px;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.insta_image_box01 img{
	width: 100%;
}
.insta_image_box02{
	width: 151px;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.insta_image_box02 img{
	width: 100%;
}
.insta_image_box02 p{
	font-size: 0.8em;
	margin-top: 10px;
}
.onimusa_des_box{
	display: flex;
	text-align: left;
	margin-left: 4%;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 1.5em;
}
.onimusa_des_box p:first-child{
	color: #553f77;
	font-weight: bold;
}
.onimusa_des_box p:nth-child(2){
	margin-left: 10px;
}
.insta_tyuui_text{
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 10px;

}




/* stamp_rally_container 周遊スタンプラリー */
.stamp_rally_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
	text-align: center;
}
.stamp_des p:first-child{
	font-size: 1.15em;
}
.stamp_des p:nth-child(2){
	text-align: left;
	margin-top: 15px;
}
.stamp_keihin_copy{
	width: 311px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.stamp_keihin_copy img{
	width: 100%;
}
.stamp_keihin_img_box img{
	margin-bottom: 15px;
	object-fit: contain;
}

/* komaki_nagayoshi_container 小牧長久手の戦いと森長可 */
.komaki_nagayoshi_container{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F7F3E7;
}
.komaki_nagasyoshi_des_box{
	padding:25px 10px;
	background-color: #ffffff;
	margin-top: 25px;
}
.komaki_nagayoshi_subtitle_box{
	display: flex;
	justify-content: center;
}
.nagayoshi_subtitle{
	font-size: 0.9em;
}
.nagayoshi_icon_box{
	width: 99px;
	height: 105px;
}
.nagayoshi_icon_box img{
	width: 100%;
}
.nagayoshi_name_box p{
	font-size: 1.3em;
	margin-top: 10px;
	padding-left: 10px;
}
.nagayoshi_name_box p:first-child{
	color: #9d3636;
	line-height: 50px;
	border-bottom:1px solid #707070;
}
.tenka_des{
	margin-top: 25px;
}


/* yi_access_container 会場までのアクセス */
.yi_access_container{
	overflow: hidden;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #ffffff;
	text-align: center;
	font-weight: 600;
}

.yi_access_mapbox {
	margin-top: 20px;
}

.access_adress{
	font-size: 1.2em;
}

.yi_access_des{
	width: 214px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: transparent;
	border: 1px solid #9d3636;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yi_access_des p{
	color: #9d3636;
	line-height: 1.2em;
}
.basu_syosai_box{
	margin-top: 40px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.basu_syosai_box p{
	letter-spacing: 0.04em;
	line-height: 1.2em;
}
.basu_syosai_box p:nth-child(2){
	font-size: 0.85em;
	font-weight: normal;
	text-align: right;
}

/* yi_notification_container 注意事項 */
.yi_notification_container{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F7F3E7;
}
.corona_image_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.corona_image_box img{
	width: 100%;
}
.corona_text{
	font-size: 0.8em;
	letter-spacing: -0.1em;
}

/* copyright_box コピーライト*/

.yamajiro_ikou_copyright_box{
	background-color: #000000;
	font-weight: 700;
	text-align: center;
	position: relative;
	bottom: -2px;
	padding-left: 10px;
	padding-right: 10px;
}
.dantai_box{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #797979;
	margin-bottom: 25px;
	padding: 1rem;
}
.dantai_img_box{
	margin-top: 10px;
	max-width: 500px;
	height: fit-content;
}
.dantai_img_box img {
	width: 100%;
	height: 100%;
}
.toiawase_box{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 25px;
}
.toiawase_box p{
	color: #ffffff;
}
.toiawase_box p:first-child{
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.yamajiro_ikou_copyright_text{
	color: #ffffff;
	line-height: 50px;
}
.yamajiro_copyright_text_box{
height: 40px;
background: #717171;
text-align: center;
display: flex;
align-items: center;
justify-content: center;

}


/* レスポンシブ設定 */
/* レスポンシブ設定 */
/* レスポンシブ設定 */
/* レスポンシブ設定 */
/* レスポンシブ設定 */
/* レスポンシブ設定 */
@media (max-width:1023px) {
	.mainvisual img{
		max-width: 700px;
	}
}


@media screen and (min-width: 768px) {

	/* レスポンシブで出てくる要素 */
	.for_mb_object{
		display: none;
	}
	.for_pad_object{
		display: block;
	}
	/* レスポンシブで出てくる要素 */
	/* 共通 */
	.subtitle {
		width: 400px;
	}
	.subtitle p{
		text-align: center;
		margin-left: 0px;
	}

	/* メインビジュアル */
	.main_visual_container_pad{
		background-image: url(../images/mainvisual_back_pc.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		background-color: #ffffff;
	}

	.mainvisual{
		height: fit-content;
	}
	.main_visual img{
		width: 105%;
		height: auto;
	}
	.kaijyo_open_box p{
		color: #ffffff;
		width:450px;
		line-height: 1.2em;
	}

	.yi_button_box{

		margin-left: auto;
		margin-right: auto;
	}

	.yi_button_subtitle{
		width: 30%;
	}

	/* エリアマップ */
	.areamap_img_box{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.am_info_container{
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}
	.am_info_box{
		width: 45%;
	}
	/* 可児の山城を攻略しよう */
	.yk_map_img_box{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.yk_tokuten_img_box{
		width: 75%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.ys_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.yamajiro_panel{
		width: 45%;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.ys_info_box p{
		font-size: 0.9em;
	}


	/* お城エリア */
	.bushotai_image_box{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.busho_schedul_line{
		display: flex;
		justify-content: center;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	/* 長可横丁エリア */
	.shop_list_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}

	/* 城下町エリア */
	.booth_container{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.booth_name_box .yuem_sacs_lh{
		line-height: 1.2em;
	}
	.yamajiro_summit_banner_box{
		margin-top: 20px;
	}

	/* イクサエリア */
	.ikusa_des_box{
		width: 700px;
	}
	.chanbara_img_box{
		width: 450px;
	}
	.ikusa_info_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.yugu_image_box{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}


	/* 館エリア */
	.yakata_banner_box p{
		text-align: center;
	}
	.yakata_info_box .yakata_info_text02{
		text-align: center;
	}
	.yakata_image_box{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.pad_margin_80{
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}


	/* Instagramイベント */
	.insta_image_box{
		width: 75%;
		height: auto;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	.insta_image_box02{
		width: 255px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	/* 周遊スタンプラリー */
	.stamp_des p:nth-child(2){
		line-height: 1.8em;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.stamp_keihin_img_box {
		max-width: 800px;
		margin: 0 auto;
	}
	.stamp_keihin_img_box img{
		width: 30%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
	}
	.stamp_keihin_img_box img:first-child{
		position: relative;
		right: -15px;
		object-fit: contain;
	}

	/* 小牧長久手の戦いと森長可 */
	.komaki_des p {
		text-align: center;
	}
	.komaki_nagasyoshi_des_box{
		padding: 30px;
	}
	.nagayoshi_subtitle{
		font-size: 1.0em;
	}

	.nagayoshi_name_box{
		width: 400px;
	}
	.nagayoshi_name_box p{
		text-align: left;
	}
	.tenka_des p{
		text-align: left;
	}

	/* 会場までのアクセス */
	.yi_access_des{
		margin-top: 15px;
	}
	.basu_syosai_box{
		text-align: center;
		width: 450px;
	}

	/* 注意事項 */
	.yi_notification_container{
		text-align: center;
	}
	.corona_image_box{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}


	/* コピーライト */
	.dantai_box{
		width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	.toiawase_box{
		width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

}


@media screen and (min-width: 1024px) {

	/* 共通 */
	.yamajiro-ikou-body{
		background-color: #ffffff;
	}/* PCだけ背景白に */
	.subtitle{
		width: 900px;
		display: flex;
		padding-left: 50px;
	}
	.subtitle p{
		text-align: left;
	}
	.subtitle p:nth-child(2){
		font-size: 1em;
		margin-left: 20px;
	}
	.subtitle_purple{
		background-image: url(../images/menu_lineback01_pc.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.subtitle_red{
		background-image: url(../images/menu_lineback02_pc.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.for_pc_object{
		display: block;
	}
	.for_pc_only_object{
		display: block;
	}
	.for_mbpad_object{
		display: none;
	}
	.yamajiroiko_btn:hover {
		opacity: 0.5;
		transition: 0.3s;
	}
	.nagayoshi_date_box p:first-child, .jyoka_date_box p:first-child, .ikusa_date_box p:first-child, .yakata_date_box p:first-child, .jevent_date_box p:first-child{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	/* メニューボタン */
	.navibox_hamburger01{
		right: calc(50% - 512px);
		top: 5px;
	}
	.menu-hamburger{
		width: 500px;
		height: 630px;
	}
	.purple, .red{
		width: 400px;
		background-size: cover;
		background-repeat: no-repeat;
		margin: 8px 0;
		font-size: 1.1em;
	}
	.areamap_line{
		margin-top: 60px;
	}
	.mainvisual{
		max-width: 1024px;
		height: 702px;
		margin-left: auto;
		margin-right: auto;
	}
	.yi_button_box{
		background-color: transparent;
		max-width: 700px;
	}
	/* エリアマップ */

	.area_body_box{
		display: flex;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.areamap_box{
		width: 33%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
		margin-top: 0px;
	}
	.areamap_img_box{
		width: 100%;
	}
	.am_info_container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 430px;
		width: 60%;
	}
	.am_info_box{
		width: 50%;
	}
	.am_des_line{
		margin-top: 2px;
		font-size: 0.9em;
	}

	/* 山城を攻略しよう */
	.yk_image_box{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.yk_map_img_box{
		width: 52%;
	}
	.yamajiro_panel{
		width: 40%;
		margin-left: 15px;
		margin-right: 15px;
	}
	.ys_info_box p{
		font-size: 0.95em;
	}
	.ys_des_text{
		display: block;
		width: 368px;

	}
	.yamajiro_tyuui_container{
		width: 904px;
		margin-left: auto;
		margin-right: auto;
	}




	/* お城エリア */
	.oshiro_date_box{
		margin-bottom: 50px;
	}
	.oshiro_date_box p:first-child{
		border: none;
	}
	.oshiro_date_pcflex{
		display: flex;
		justify-content: center;
		position: relative;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		border-bottom:1px solid #707070;
	}
	.bushotai_container{
		display: flex;
		justify-content: center;
		width: 1024px;
		margin-left: auto;
		margin-right: auto;

	}
	.bushotai_image_box{
		width: 30%;
		margin-right: 0px;
		margin-left: 0px;
	}
	.program_subtitle{
		margin-left: 20px;
	}
	.bs_shedule_container{
		margin-top: 0px;
	}
	.busho_schedul_line{
		font-size: 0.8em;
		width: 100%;
		margin-left: 25px;
	}
	.busho_schedul_box{
		width: 100%;
	}
	.busho_schedul_box p{
		margin-bottom: 10px;
	}


	.paneler_box{
		justify-content: center;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.paneler_panel{
		width: 18%;
		margin-left: 5px;
		margin-right: 5px;
	}

	.for_pad_object{
		display: none;
	}
	.oshiro_schedule_box{
		display: flex;
		justify-content: space-around;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.os_box{
		width: 30%;
	}
	.os_first p, .os_third p{
		font-size: 0.9em;
	}
	.os_second p{
		font-size: 0.9em;
		letter-spacing: -0.03em;
	}
	.os_fourth{
		display: flex;
		justify-content: left;
		margin-top: 10px;
		margin-left: 10px;
	}
	.os_fourth p:first-child{
		color: #9D3636;
	}
	.os_fifth p{
		margin-top: 10px;
		letter-spacing: -0.05em;
		line-height: 1.5em;
		margin-left: 10px;
	}
	.busho_schedul_box .oshiro_tyuui{
		margin-top: 35px;
	}


	/* 長可横丁エリア */
	.shop_list_box{
		justify-content: left;
		flex-direction: column;
		height: 400px;
	}
	.shop_box{
		width: 300px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.shop_box .shop_name{
		font-size: 0.85em;
	}
	/* 城下町エリア */
	.booth_container{
		display: block;
	}
	.booth_box{
		width: 370px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.jyoseki_intro_booth{
		display: flex;
		justify-content: space-around;
	}
	.buppan_booth_box{
		display: flex;
		justify-content: space-around;

	}
	.buppan_box{
		width: 45%;
	}
	.booth_group01{
		width: 45%;
	}
	.booth_group01 p{
		font-size: 0.9em;
		letter-spacing: -0.1em;
	}
	.yamajiro_summit_banner_box{
		width: 310px;
	}
	.booth01, .booth02{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.jevent_banner_box p{
		text-align: center;
	}



	/* イクサエリア */
	.subtitle .jizen_moushikomi_box{
		display: inline-block;
		height: 20px;
		font-size: 1em;
		border:1px solid #ffffff;
		line-height: 20px;
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 10px;
	}
	.ikusa_des_box{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		display: flex;


		}
	.chanbara_description_box{
		width: 400px;
	}
	.chanbara_img_box{
		width: 400px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 25px;
	}
	.yugu_image_box{
		width: 750px;
	}

	/* 館エリア */
	.yakata_pcflex{
		display: flex;
		justify-content: center;
	}
	.yakata_image_box{
		width: 750px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.yakata_info_subtitle{
		margin-top: 10px;
	}

	.yakata_info_text01{
		font-size: 1em;
		width: 500px;
	}

	/* Instagramイベント */
	.instagram_event_container .pad_margin_80{
		width: 720px;

	}
	.onimusa_des_box{
		width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	.instagram_event_container .yakata_info_subtitle{
		margin-top: 70px;
	}

	.insta_image_box{
		width: 630px;
		margin-top: 50px;
	}
	.insta_tyuui_text{
		margin-left: 70px;
	}


	/* 周遊スタンプラリー */
	.stamp_keihin_img_box{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
	}
	.stamp_keihin_img_box img:first-child{
		right: -25px;
		object-fit: contain;
	}


	/* 小牧長久手の戦いと森長可 */
	.komaki_nagasyoshi_des_box{
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.komaki_nagayoshi_subtitle_box{
		width: 40%;

	}
	.nagayoshi_name_box{
		width: 55%;
		font-size: 0.9em;
	}
	.tenka_des{
		width: 60%;
	}
	.nagayoshi_icon_box{
		width: 110px;
	}

	/* 会場までのアクセス */
	.for_pc_object{
		display: block;
	}
	/* 注意事項 */
	.corona_image_box{
		width: 600px;
	}


	/* コピーライト */
	.dantai_box{
		width: 980px;
		display: flex;
		justify-content: space-around;
	}
	.toiawase_box{
		display: flex;
		justify-content: center;
		width: 750px;
	}
	.toiawase_box p:first-child{
		margin-right: 25px;
	}



}
