@charset "UTF-8";


@media screen and (min-width: 769px) {

/*=============================================================
schedule1
=============================================================*/
	
	#schedule1 .wrap {
		display: flex;
		justify-content: space-between;
		margin-top: min(7.2vw,150px);
	}
	
	#schedule1 .wrap .image {
		width: 41.5%;
	}
	
	#schedule1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#schedule1 .wrap .box {
		width: 51.4%;
		box-sizing: border-box;
		border-top: 1px solid #231815;
		align-self: flex-end;
		padding-top: clamp(32px,1.6vw,40px);
		padding-right: 2%;
	}
	
	#schedule1 .wrap .box p {
		text-align: justify;
	}
	
/*=============================================================
.schedule　共通
=============================================================*/
	
	section.schedule {
		position: relative;
		padding-bottom: min(7.2vw,150px);
	}

	section.schedule:nth-of-type(n+2) {
		margin-top: min(7.2vw,150px);
	}
	
	section.schedule::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: min(3vw,42px) min(3.8vw,54px) 0 min(3.8vw,54px);
		border-color: #e9d7b9 transparent transparent transparent;
		left: calc(50% - min(1.5vw,21px));
		margin-top: min(3.6vw,75px);
	}
	
	.schedule h2 {
		font-size: clamp(2.4rem,2.8vw,3.2rem);
		letter-spacing: .05em;
	}
	
	.schedule h2 span.free {
		display: inline-block;
		vertical-align: text-bottom;
		margin-left: 1em;
		font-size: clamp(1.6rem,1.8vw,2.0rem);
		color: #fff;
		background-color: #cf9b40;
		padding: .25em .5em;
	}
	
	.schedule .wrap {
		margin-top: clamp(40px,2vw,50px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	.schedule .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	.schedule .wrap .text {
		box-sizing: border-box;
		width: 100%;
		max-width: calc(1200px + 4%);
		padding: min(3.6vw,75px) 2% 0;
		margin: 0 auto;
	}
	
	.schedule .wrap .text p {
		text-align: justify;
	}
	
	.schedule .btn_wrap {
		margin-top: min(3.6vw,75px);
		display: flex;
	}
	
	.schedule .btn_wrap .btn {
		margin-right: 2em;
	}
	
	.schedule .btn_wrap .btn a{
		min-width: 180px;
		text-align: center;
		display: inline-block;
		box-sizing: border-box;
		padding: 0.25em 1em;
		color: #fff;
		font-size: 1.6rem;
		border: 1px solid #d59f3e;
		background-color: #d59f3e;
		transition: all .3s ease;
	}

	.schedule .btn_wrap .btn a:hover {
		background-color: #fff;
		color: #d59f3e;
	}

/*=============================================================
#schedule2
=============================================================*/

	#schedule2 h3 {
		margin-top: min(3.6vw,75px);
		font-size: clamp(2.0rem,2.4vw,2.8rem);
	}
	
	#schedule2 h3 span.free {
		display: inline-block;
		vertical-align: text-bottom;
		margin-left: 1em;
		font-size: clamp(1.6rem,1.8vw,2.0rem);
		color: #fff;
		background-color: #cf9b40;
		padding: .25em .5em;
	}
	
	#schedule2 h3 + p {
		margin-top: clamp(32px,1.6vw,40px);
	}

/*=============================================================
#schedule2
=============================================================*/
	
	section#schedule15.schedule {
		padding-bottom: 0;
	}
	
	section#schedule15.schedule::after {
		content: none;
		position: static;
	}

/*=============================================================
.schedule2　共通
=============================================================*/
	
	section.schedule2 {
		margin-top: min(14.4vw,200px);
	}
	
	.schedule2 .wrap {
		display: flex;
		justify-content: space-between;
	}
	
	.schedule2 .wrap .image {
		width: 41.5%;
		max-width: 450px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 2%;
	}
	
	.schedule2 .wrap .box {
		width: 51.4%;
		min-width: 450px;
		box-sizing: border-box;
	}

	.schedule2 .wrap .box h2 {
		font-size: clamp(2.4rem,2.8vw,3.2rem);
		letter-spacing: .05em;
	}
	
	.schedule2 .wrap .box .text {
		margin-top: clamp(40px,2vw,50px);
		padding: clamp(32px,1.6vw,40px) 2vw 0 0;
		position: relative;
	}
	
	.schedule2 .wrap .box .text::before {
		content: "";
		position: absolute;
		border-top: 1px solid #231815;
		width: 70%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	.schedule2 .wrap .box p {
		text-align: justify;
	}
	
/*=============================================================
event1
=============================================================*/
	
	#event1 .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#event1 .wrap .image {
		width: 41.5%;
	}
	
	#event1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#event1 .wrap .hd {
		width: 51.4%;
		box-sizing: border-box;
	}
	
	#event1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#event1 .wrap .hd h2 span.en {
		font-size: clamp(2.2rem,2.2vw,3.2rem);
		padding-bottom: min(1.6vw,1.6rem);
		border-bottom: 1px solid #231815;
	}
	#event1 .wrap .hd h2 span.jp {
		font-size: clamp(1.6rem,1.6vw,2.2rem);
		padding-top: min(1.6vw,1.6rem);
		font-weight: bold;
	}

/*=============================================================
.event　共通
=============================================================*/
	
	section.event {
		position: relative;
		margin-top: min(7.2vw,150px);
	}
	
	/* section.event:nth-of-type(n+3) {
		margin-top: min(14.4vw,300px);
	} */
	
	section.event:last-of-type {
		margin-bottom: min(7.2vw,150px);
	}
	
	.event h2 {
		font-size: clamp(2.4rem,2.8vw,3.2rem);
		letter-spacing: .05em;
		line-height: 1.8;
		display: flex;
		align-items: flex-start;
	}
	
	.event h2 span.type {
		display: inline-block;
		margin-top: .2em;
		margin-right: 1em;
		font-size: clamp(1.6rem,1.8vw,2.0rem);
		color: #fff;
		background-color: #cf9b40;
		padding: .25em;
		min-width: 10rem;
		text-align: center;
	}
	
	.event h2 span.new {
		display: inline-block;
		font-size: clamp(1.6rem,1.8vw,2.0rem);
		font-family: 'Noto Sans JP', sans-serif;
		color: #009D5B;
		font-weight: bold;
		margin-left: .5em;
	}
	
	.event .wrap {
		margin-top: 2.4rem;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.event .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	.event .wrap .text {
		box-sizing: border-box;
		width: calc(100% - 41.5%);
		padding: clamp(40px,2vw,50px) 4% clamp(40px,2vw,50px) 0;
		margin-left: max(2%,calc((100% - 1000px)/2));
	}
	
	.event .wrap .text p {
		text-align: justify;
		max-width: 540px;
		line-height: 2;
	}
	
	.event .wrap .text p:not(:first-of-type) {
		margin-top: 1em;
	}
	
	.event .wrap .text p.closed {
		display: inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		font-weight: bold;
		background-color: #a40000;
		border-radius: 1em;
		padding: 0 .75em;
	}
	
	.event .wrap .image {
		width: 41.5%;
		padding-top: min(7.2vw,150px);
		align-self: flex-end;
	}
	
	.event .wrap .image img {
		border-radius: 6.84vw 0 0 0;
	}
	
	.event .info {
		margin-top: min(7.2vw,150px);
	}
	
	.event .info dl {
		display: flex;
		box-sizing: border-box;
		border-top: 1px dashed #231815;
	}
	
	.event .info dl:last-of-type {
		border-bottom: 1px dashed #231815;
	}
	
	.event .info dt {
		width: 8em;
		background-color: #faf5ee;
		line-height: 1.8;
		box-sizing: border-box;
		padding: 1em 1em .9em;
	}
	
	.event .info dd {
		width: calc(100% - 10em);
		line-height: 1.8;
		box-sizing: border-box;
		padding: 1em 1em .9em;
	}
	
	.event .info dd p:not(:first-of-type) {
		margin-top: 1em;
	}

/*お問い合わせ帯*/
	
	.contact_wrap {
		background-color: #d59f3e;
		margin-top: min(7.2vw,150px);
		padding: min(2vw,40px) 2%;
	}
	
	.contact_wrap .outer {
		display: flex;
		flex-wrap: wrap;
	}
	
	.contact_wrap .outer > .text {
		width: 100%;
		color: #fff;
		font-size: clamp(1.6rem,1.0vw,2.0rem);
	}
	
	.contact_wrap .outer > .text:nth-of-type(2) {
		margin-top: 2em;
	}
	.contact_wrap .outer .tel_box {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		width: calc(100% - 460px);
		min-width: 720px;
		margin: 1.5em 0;
	}
	
	.contact_wrap .outer .tel_box .tel1 {
		width: 43%;
		box-sizing: border-box;
	}
	.contact_wrap .outer .tel_box .tel2 {
		width: 49%;
		color: #fff;
		font-weight: bold;
		display: inline-block;
		box-sizing: border-box;
		padding: 0 2vw;
	}
	.contact_wrap .outer .tel_box .tel2 a {
		color: #fff;
		font-weight: bold;
		display: inline-block;
		font-size: 2.4rem;
	}
	
	.contact_wrap .outer .btn_wrap {
		width: 460px;
		display: flex;
		justify-content: space-between;
		align-self: center;
	}
	
	.contact_wrap .outer .btn_wrap .btn {
		width: 230px;
		box-sizing: border-box;
	}
	.contact_wrap .outer .btn_wrap .btn:first-of-type {
		padding-right: 10px;
	}
	.contact_wrap .outer .btn_wrap .btn:last-of-type {
		padding-left: 10px;
	}
	
	.contact_wrap .outer .btn_wrap .btn a {
		width: 100%;
		display: inline-block;
		font-weight: bold;
		box-sizing: border-box;
		padding: .6em 1.25em .5em;
		background-color: #fff;
		border: 1px solid #d59f3e;
		color: #d59f3e;
		transition: .2s ease;
		text-align: center;
	}
	
	.contact_wrap .outer .btn_wrap .btn a:hover {
		background-color: #d59f3e;
		border: 1px solid #fff;
		color: #fff;
	}

/*=============================================================
tour1
=============================================================*/
	
	#tour1 .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#tour1 .wrap .image {
		width: 41.5%;
	}
	
	#tour1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#tour1 .wrap .hd {
		width: 51.4%;
		box-sizing: border-box;
	}
	
	#tour1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#tour1 .wrap .hd h2 span.en {
		font-size: clamp(2.2rem,2.2vw,3.2rem);
		padding-bottom: min(1.6vw,1.6rem);
		border-bottom: 1px solid #231815;
	}
	#tour1 .wrap .hd h2 span.jp {
		font-size: clamp(1.6rem,1.6vw,2.2rem);
		padding-top: min(1.6vw,1.6rem);
		font-weight: bold;
	}
	
	#tour1 .inner {
		margin-top: min(7.2vw,150px);
	}
	
	#tour1 .inner p {
		font-size: 1.8rem;
		line-height: 2;
	}
	
	#tour1 .inner p:not(:first-of-type) {
		margin-top: 1em;
	}

/*=============================================================
tour2
=============================================================*/
	
	#tour2 h2 {
		font-size: clamp(2.4rem,2.8vw,3.2rem);
		letter-spacing: .05em;
		line-height: 1.8;
	}
	
	#tour2 .wrap {
		margin-top: 2.4rem;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	
	#tour2 .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	#tour2 .wrap .text {
		box-sizing: border-box;
		width: calc(100% - 41.5%);
		padding: clamp(40px,2vw,50px) 4% clamp(40px,2vw,50px) 0;
		margin-left: max(2%,calc((100% - 1000px)/2));
	}
	
	#tour2 .wrap .text li {
		text-align: justify;
		padding-left: 1.25em;
		position: relative;
	}
	#tour2 .wrap .text li::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .45em 0 .45em .8em;
		border-color: transparent transparent transparent #231815;
		left: 0;
		top: .25em;
	}
	
	#tour2 .wrap .image {
		width: 41.5%;
		padding-top: min(7.2vw,150px);
		align-self: flex-end;
	}
	
	#tour2 .wrap .image img {
		border-radius: 6.84vw 0 0 0;
	}
	
/*=============================================================
assurance1
=============================================================*/
	
	#assurance1 .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#assurance1 .wrap .image {
		width: 41.5%;
		align-self: flex-end;
	}
	
	#assurance1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#assurance1 .wrap .hd {
		width: 51.4%;
		box-sizing: border-box;
	}
	
	#assurance1 .wrap .hd h2 {
		border-bottom: 1px solid #231815;
		line-height: 1;
	}
	
	#assurance1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#assurance1 .wrap .hd h2 span.en {
		font-size: clamp(2.2rem,2.2vw,3.2rem);
	}
	#assurance1 .wrap .hd h2 span.jp {
		font-size: clamp(1.6rem,1.4vw,1.8rem);
		padding-top: 1.0em;
		padding-bottom: clamp(2.2rem,2.2vw,3.2rem);
		font-weight: bold;
	}
	
	#assurance1 .hd .text {
		margin-top: clamp(32px,1.6vw,40px);
		text-align: justify;
		box-sizing: border-box;
		padding: 0 min(2vw,28px) 0 0;
		max-width: 720px;
	}
	
/*=============================================================
assurance共通
=============================================================*/
	
	section.assurance h2 {
		font-size: clamp(2.4rem,2.8vw,3.2rem);
		padding-bottom: 1.0em;
		letter-spacing: .05em;
	}
	
	section.assurance .wrap {
		display: flex;
		justify-content: space-between;
		position: relative;
		
	}
	
	section.assurance .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	section.assurance .inner {
		margin-top: min(3.6vw,75px);
	}
	
	section.assurance .inner .text {
		text-align: justify;
	}
	
/*=============================================================
assurance2
=============================================================*/
	
	#assurance2 .box {
		width: 90%;
		min-width: 700px;
		margin: 0 auto;
	}
	
	#assurance2 .box .table {
		margin-top: 2.0em;
	}
	
	#assurance2 .box .annotation {
		margin-top: 1.0em;
		display: flex;
	}
	
	#assurance2 .box .annotation span {
		display: block;
		margin-right: .25em;
	}
	
/*=============================================================
assurance3
=============================================================*/
	
	#assurance3 .wrap {
		flex-direction: column;
	}
	
	#assurance3 .fig_wrap {
		display: flex;
		margin: min(7.2vw,150px) auto 0;
		justify-content: space-between;
		width: 90%;
		min-width: 700px;
	}
	
	#assurance3 h3 {
		writing-mode: vertical-rl;
		font-size: 1.8rem;
		letter-spacing: .25em;
		font-weight: bold;
		color: #fff;
		background-color: #d59f3e;
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 40px;
		box-sizing: border-box;
	}
	
	#assurance3 .fig {
		align-self: center;
		width: calc(100% - (40px + 2em));
		box-sizing: border-box;
		padding-left: 2em;
	}
	
	#assurance3 .table_wrap {
		display: flex;
		margin: min(7.2vw,150px) auto 0;
		justify-content: space-between;
		width: 90%;
		min-width: 700px;
	}
	
	#assurance3 .table_wrap .table {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	#assurance3 .table_wrap .table dt {
		width: 17em;
		padding: .5em 0 .4em 1em;
	}
	
	#assurance3 .table_wrap .table dd {
		width: calc(100% - 21em);
		padding: .5em 1em .4em 0;
	}
	
	#assurance3 .table_wrap .table dt:nth-of-type(odd),
	#assurance3 .table_wrap .table dd:nth-of-type(odd) {
		background-color: #FAF5EE;
	}
	
/*=============================================================
assurance4
=============================================================*/
	
	#assurance4 .box {
		width: 90%;
		min-width: 700px;
		margin: 0 auto;
	}
	
	#assurance4 .box h3 {
		font-size: 1.8rem;
		color: #d59f3e;
		font-weight: bold;
		margin-top: min(3.6vw,75px);
	}
	
	#assurance4 .box .fig {
		width: 520px;
		margin-top: 2.0em;
	}
	
/*=============================================================
assurance5
=============================================================*/
	
	#assurance5 .outer {
		display: flex;
		margin-top: min(3.6vw,75px);
	}
	
	#assurance5 .outer .text_box {
		width: 70%;
		box-sizing: border-box;
		padding: 0 4% 0 max(0.1%,calc((100% - 1000px)/2));
	}
	
	#assurance5 .outer .image {
		width: 30%;
	}
	
/*=============================================================
assurance6
=============================================================*/
/*=============================================================
assurance7
=============================================================*/
	
	#assurance7 .inner > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2em;
	}
	
	#assurance7 .inner > ul >li {
		width: 32%;
		border: 2px solid #d59f3e;
		border-radius: 2em;
		box-sizing: border-box;
		text-align: center;
		font-weight: bold;
		font-size: clamp(1.4rem,1.4vw,1.6rem);
		color: #d59f3e;
		padding: .9em .5em .8em;
		margin-top: 1em;
		
	}
	
/*=============================================================
assurance8
=============================================================*/
	
	#assurance8 .inner > dl > dt {
		font-size: 1.8rem;
		color: #d59f3e;
		font-weight: bold;
	}
	
	#assurance8 .inner > dl > dt:not(:first-of-type) {
		margin-top: 2em;
	}
	
	#assurance8 .inner > dl > dd {
		display: flex;
	}
	
	#assurance8 .inner > dl > dd span{
		display: block;
		min-width: 3em;
	}

/*=============================================================
インスタBG調整
=============================================================*/
	
	#container.page_schedule section#ist {
		padding-top: min(7.2vw,150px);
		padding-bottom: min(7.2vw,150px);
		background-color: #fbf7ef;
	}

}

@media screen and (min-width: 521px) and (max-width: 768px) {
	

/*=============================================================
schedule1
=============================================================*/
	
	#schedule1 .wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 60px;
	}
	
	#schedule1 .wrap .image {
		margin-top: 60px;
		width: 60%;
		order: 5;
	}
	
	#schedule1 .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#schedule1 .wrap .box {
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	#schedule1 .wrap .box p {
		text-align: justify;
	}
	
/*=============================================================
.schedule　共通
=============================================================*/
	
	section.schedule {
		position: relative;
		padding-bottom: 60px;
	}
	
	section.schedule .outer {
		box-sizing: border-box;
		padding: 0 3%;
	}

	section.schedule:nth-of-type(n+2) {
		margin-top: 60px;
	}
	
	section.schedule::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.5vw 5.6vw 0 5.6vw;
		border-color: #e9d7b9 transparent transparent transparent;
		left: calc(50% - 5.6vw);
		margin-top: 30px;
	}
	
	.schedule h2 {
		font-size: 2.2rem;
		letter-spacing: .05em;
	}
	
	.schedule h2 span.free {
		display: inline-block;
		vertical-align: text-bottom;
		margin-left: 1em;
		font-size: 1.6rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em .5em;
	}
	
	.schedule .wrap {
		margin-top: 1.8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	.schedule .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	.schedule .wrap .text {
		box-sizing: border-box;
		width: 100%;
		padding: 30px 3% 0;
		margin: 0 auto;
	}
	
	.schedule .wrap .text p {
		text-align: justify;
	}
	
	.schedule .btn_wrap {
		margin:30px auto;
		display: flex;
		justify-content: center;
	}
	
	.schedule .btn_wrap .btn {
		margin: 0 1.5vw;
	}
	
	.schedule .btn_wrap .btn a{
		min-width: 180px;
		text-align: center;
		display: inline-block;
		box-sizing: border-box;
		padding: 0.25em 1em;
		color: #fff;
		font-size: 1.6rem;
		border: 1px solid #d59f3e;
		background-color: #d59f3e;
		transition: all .3s ease;
	}

	.schedule .btn_wrap .btn a:hover {
		background-color: #fff;
		color: #d59f3e;
	}

/*=============================================================
#schedule2
=============================================================*/

	#schedule2 h3 {
		margin-top: 30px;
		font-size: 2.0rem;
	}
	
	#schedule2 h3 span.free {
		display: inline-block;
		vertical-align: text-bottom;
		margin-left: 1em;
		font-size: 1.6rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em .5em;
	}
	
	#schedule2 h3 + p {
		margin-top: 30px;
	}

/*=============================================================
#schedule2
=============================================================*/
	
	section#schedule15.schedule {
		padding-bottom: 0;
	}
	
	section#schedule15.schedule::after {
		content: none;
		position: static;
	}

/*=============================================================
.schedule2　共通
=============================================================*/
	
	section.schedule2 {
		margin-top: 120px;
	}
	
	.schedule2 .wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.schedule2 .wrap .image {
		width: 70%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.schedule2 .wrap .box {
		width: 100%;
		box-sizing: border-box;
		margin-top: 60px;
	}

	.schedule2 .wrap .box h2 {
		font-size: 2.2rem;
		letter-spacing: .05em;
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	.schedule2 .wrap .box .text {
		margin-top: 1.8rem;
		padding: 30px 3% 0;
		box-sizing: border-box;
		position: relative;
	}
	
	.schedule2 .wrap .box .text::before {
		content: "";
		position: absolute;
		border-top: 1px solid #231815;
		width: 70%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	.schedule2 .wrap .box p {
		text-align: justify;
	}

/*=============================================================
event1
=============================================================*/
	
	#event1 .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#event1 .wrap .image {
		width: 47%;
	}
	
	#event1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#event1 .wrap .hd {
		width: 50%;
		box-sizing: border-box;
	}
	
	#event1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#event1 .wrap .hd h2 span.en {
		font-size: 2.2rem;
		padding-bottom: 1.6rem;
		border-bottom: 1px solid #231815;
	}
	#event1 .wrap .hd h2 span.jp {
		font-size: 1.6rem;
		padding-top: 1.6rem;
		font-weight: bold;
	}

/*=============================================================
.event　共通
=============================================================*/
	
	section.event {
		position: relative;
		margin-top: 60px;
	}
	
	section.event:nth-of-type(n+3) {
		margin-top: 120px;
	}
	
	section.event:last-of-type {
		margin-bottom: 60px;
	}
	
	.event .outer {
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	.event h2 {
		font-size: 2.2rem;
		letter-spacing: .05em;
		line-height: 1.8;
		display: flex;
		align-items: flex-start;
	}
	
	.event h2 span.type {
		display: inline-block;
		margin-top: .2em;
		margin-right: 1em;
		font-size: 1.6rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em;
		min-width: 9rem;
		text-align: center;
	}
	
	.event h2 span.new {
		display: inline-block;
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
		color: #009D5B;
		font-weight: bold;
		margin-left: .5em;
	}
	
	.event .wrap {
		margin-top: 1.8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	.event .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	.event .wrap .text {
		box-sizing: border-box;
		width: 100%;
		padding: 60px 3% 0;
	}
	
	.event .wrap .text p {
		text-align: justify;
		line-height: 2;
	}
	
	.event .wrap .text p:not(:first-of-type) {
		margin-top: 1em;
	}
	
	.event .wrap .text p.closed {
		display: inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		font-weight: bold;
		background-color: #a40000;
		border-radius: 1em;
		padding: 0 .75em;
	}
	
	.event .wrap .image {
		width: 60%;
		padding-top: 60px;
		align-self: flex-end;
	}
	
	.event .wrap .image img {
		border-radius: 12vw 0 0 0;
	}
	
	.event .info {
		margin-top: 60px;
	}
	
	.event .info dl {
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		border-top: 1px dashed #231815;
	}
	
	.event .info dl:last-of-type {
		border-bottom: 1px dashed #231815;
	}
	
	.event .info dt {
		width: 8em;
		background-color: #faf5ee;
		line-height: 1.8;
		box-sizing: border-box;
		padding: 1em 1em .9em;
	}
	
	.event .info dd {
		width: calc(100% - 8em);
		line-height: 1.8;
		box-sizing: border-box;
		padding: 1em 1em .9em;
	}
	
	.event .info dd p:not(:first-of-type) {
		margin-top: 1em;
	}

/*お問い合わせ帯*/
	
	.contact_wrap {
		background-color: #d59f3e;
		margin-top: 60px;
		padding: 30px 3%;
	}
	
	.contact_wrap .outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.contact_wrap .outer > .text {
		width: 100%;
		color: #fff;
		font-size: 1.6rem;
	}
	
	.contact_wrap .outer > .text:nth-of-type(2) {
		margin-top: 2em;
		text-align: center;
	}
	.contact_wrap .outer .tel_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
		justify-content: space-between;
		margin: 1em 0 0;
	}
	
	.contact_wrap .outer .tel_box .tel1 {
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.contact_wrap .outer .tel_box .tel2 {
		width: 100%;
		color: #fff;
		font-weight: bold;
		display: inline-block;
		box-sizing: border-box;
		margin: 0.5em auto 0;
		text-align: center;
	}
	.contact_wrap .outer .tel_box .tel2 a {
		color: #fff;
		font-weight: bold;
		display: inline-block;
		font-size: 1.8rem;
	}
	
	.contact_wrap .outer .btn_wrap {
		width: 460px;
		display: flex;
		justify-content: space-between;
		align-self: center;
		margin-top: 30px;
	}
	
	.contact_wrap .outer .btn_wrap .btn {
		width: 230px;
		box-sizing: border-box;
	}
	.contact_wrap .outer .btn_wrap .btn:first-of-type {
		padding-right: 10px;
	}
	.contact_wrap .outer .btn_wrap .btn:last-of-type {
		padding-left: 10px;
	}
	
	.contact_wrap .outer .btn_wrap .btn a {
		width: 100%;
		display: inline-block;
		font-weight: bold;
		box-sizing: border-box;
		padding: .6em 1.25em .5em;
		background-color: #fff;
		border: 1px solid #d59f3e;
		color: #d59f3e;
		transition: .2s ease;
		text-align: center;
	}
	
	.contact_wrap .outer .btn_wrap .btn a:hover {
		background-color: #d59f3e;
		border: 1px solid #fff;
		color: #fff;
	}

/*=============================================================
tour1
=============================================================*/
	
	#tour1 .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#tour1 .wrap .image {
		width: 47%;
	}
	
	#tour1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#tour1 .wrap .hd {
		width: 50%;
		box-sizing: border-box;
	}
	
	#tour1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	
	#tour1 .wrap .hd h2 span.en {
		font-size: 2.2rem;
		padding-bottom: 1.6rem;
		border-bottom: 1px solid #231815;
	}
	
	#tour1 .wrap .hd h2 span.jp {
		font-size: 1.6rem;
		padding-top: 1.6rem;
		font-weight: bold;
	}
	
	#tour1 .inner {
		margin-top: 60px;
	}

	#tour1 .inner p:not(:first-of-type) {
		margin-top: 1em;
	}

/*=============================================================
tour2
=============================================================*/
	
	#tour2 {
		margin-bottom: 60px;
	}
	
	#tour2 .outer {
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	#tour2 h2 {
		font-size: 2.2rem;
		letter-spacing: .05em;
		line-height: 1.8;
		display: flex;
		align-items: flex-start;
	}
	
	#tour2 h2 span.type {
		display: inline-block;
		margin-top: .2em;
		margin-right: 1em;
		font-size: 1.6rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em;
		min-width: 9rem;
		text-align: center;
	}
	
	#tour2 .wrap {
		margin-top: 1.8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	#tour2 .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	#tour2 .wrap .text {
		box-sizing: border-box;
		width: 100%;
		padding: 60px 3% 0;
	}
	
	#tour2 .wrap .text li {
		text-align: justify;
		padding-left: 1.25em;
		position: relative;
	}
	
	#tour2 .wrap .text li::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .45em 0 .45em .8em;
		border-color: transparent transparent transparent #231815;
		left: 0;
		top: .25em;
	}
	
	#tour2 .wrap .image {
		width: 60%;
		padding-top: 60px;
		align-self: flex-end;
	}
	
	#tour2 .wrap .image img {
		border-radius: 12vw 0 0 0;
	}
	
/*=============================================================
assurance1
=============================================================*/
	
	#assurance1 .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#assurance1 .wrap .image {
		width: 47%;
		align-self: flex-end;
	}
	
	#assurance1 .wrap .image img {
		border-radius: 0 6.84vw 0 0;
	}
	
	#assurance1 .wrap .hd {
		width: 50%;
		box-sizing: border-box;
	}
	
	#assurance1 .wrap .hd h2 {
		border-bottom: 1px solid #231815;
		line-height: 1;
	}
	
	#assurance1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#assurance1 .wrap .hd h2 span.en {
		font-size: 2.2rem;
	}
	#assurance1 .wrap .hd h2 span.jp {
		font-size: 1.6rem;
		padding-top: 1.0em;
		padding-bottom: 1.8rem;
		font-weight: bold;
	}
	
	#assurance1 .hd .text {
		margin-top: 30px;
		text-align: justify;
		box-sizing: border-box;
		font-size: 1.4rem;
		padding: 0 3vw 0 0;
	}
	
/*=============================================================
assurance共通
=============================================================*/
	
	section.assurance h2 {
		font-size: 2.2rem;
		padding-bottom: 1.8rem;
		letter-spacing: .05em;
	}
	
	section.assurance .wrap {
		display: flex;
		justify-content: space-between;
		position: relative;
		
	}
	
	section.assurance .wrap::after {
		content: "";
		position: absolute;
		width: 70%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	section.assurance .inner {
		margin-top: 30px;
	}
	
	section.assurance .inner .text {
		text-align: justify;
	}
	
/*=============================================================
assurance2
=============================================================*/
	
	#assurance2 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance2 .box {
		width: 100%;
		margin: 0 auto;
	}
	
	#assurance2 .box .table {
		margin-top: 2em;
	}
	
	#assurance2 .box .annotation {
		margin-top: 1.0em;
		display: flex;
	}
	
	#assurance2 .box .annotation span {
		display: block;
		margin-right: .25em;
	}
	
/*=============================================================
assurance3
=============================================================*/
	
	#assurance3 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance3 .wrap {
		flex-direction: column;
	}
	
	#assurance3 .fig_wrap {
		display: flex;
		margin: 60px auto 0;
		justify-content: space-between;
		width: 100%;
	}
	
	#assurance3 h3 {
		writing-mode: vertical-rl;
		font-size: 1.6rem;
		letter-spacing: .25em;
		font-weight: bold;
		color: #fff;
		background-color: #d59f3e;
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 40px;
		box-sizing: border-box;
	}
	
	#assurance3 .fig {
		align-self: center;
		width: calc(100% - (40px + 2em));
		box-sizing: border-box;
	}
	
	#assurance3 .table_wrap {
		display: flex;
		margin: 60px auto 0;
		justify-content: space-between;
		width: 100%;
	}
	
	#assurance3 .table_wrap .table {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	#assurance3 .table_wrap .table dt {
		width: 13em;
		padding: .5em 0 .4em 1em;
	}
	
	#assurance3 .table_wrap .table dd {
		width: calc(100% - 15em);
		padding: .5em 1em .4em 0;
	}
	
	#assurance3 .table_wrap .table dt:nth-of-type(odd),
	#assurance3 .table_wrap .table dd:nth-of-type(odd) {
		background-color: #FAF5EE;
	}
	
/*=============================================================
assurance4
=============================================================*/
	
	#assurance4 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance4 .box {
		width: 100%;
		margin: 0 auto;
	}
	
	#assurance4 .box h3 {
		font-size: 1.6rem;
		color: #d59f3e;
		font-weight: bold;
		margin-top: 30px;
	}
	
	#assurance4 .box .fig {
		margin-top: 2.0em;
		width: 80%;
		min-width: 480px;
	}
	
/*=============================================================
assurance5
=============================================================*/
	
	#assurance5 .outer {
		display: flex;
		margin-top: 30px;
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance5 .outer .text_box {
		width: 60%;
		box-sizing: border-box;
		padding: 0 3% 0 0;
	}
	
	#assurance5 .outer .image {
		width: 40%;
	}
	
/*=============================================================
assurance6
=============================================================*/
	
	#assurance6 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
/*=============================================================
assurance7
=============================================================*/

	#assurance7 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance7 .inner > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2em;
	}
	
	#assurance7 .inner > ul >li {
		width: 48.5%;
		border: 2px solid #d59f3e;
		border-radius: 2em;
		box-sizing: border-box;
		text-align: center;
		font-weight: bold;
		font-size: clamp(1.4rem,2.2vw,1.6rem);
		color: #d59f3e;
		padding: .9em .5em .8em;
		margin-top: 1em;
	}
	
/*=============================================================
assurance8
=============================================================*/

	#assurance8 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance8 .inner > dl > dt {
		font-size: 1.8rem;
		color: #d59f3e;
		font-weight: bold;
	}
	
	#assurance8 .inner > dl > dt:not(:first-of-type) {
		margin-top: 2em;
	}
	
	#assurance8 .inner > dl > dd {
		display: flex;
	}
	
	#assurance8 .inner > dl > dd span{
		display: block;
		min-width: 3em;
	}

/*=============================================================
インスタBG調整
=============================================================*/
	
	#container.page_schedule section#ist {
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #fbf7ef;
	}

}

@media screen and (max-width: 520px) {
	
/*=============================================================
schedule1
=============================================================*/
	
	#schedule1 .wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 50px;
	}
	
	#schedule1 .wrap .image {
		margin-top: 50px;
		width: 88%;
		order: 5;
	}
	
	#schedule1 .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#schedule1 .wrap .box {
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	#schedule1 .wrap .box p {
		text-align: justify;
	}
	
/*=============================================================
.schedule　共通
=============================================================*/
	
	section.schedule {
		position: relative;
		padding-bottom: 50px;
	}
	
	section.schedule .outer {
		box-sizing: border-box;
		padding: 0 3%;
	}

	section.schedule:nth-of-type(n+2) {
		margin-top: 50px;
	}
	
	section.schedule::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6.0vw 7.5vw 0 7.5vw;
		border-color: #e9d7b9 transparent transparent transparent;
		left: calc(50% - 7.5vw);
		margin-top: 25px;
	}
	
	.schedule h2 {
		font-size: 2.25rem;
		letter-spacing: .05em;
		line-height: 1.8;
	}
	
	.schedule h2 span.free {
		display: inline-block;
		margin-left: 1em;
		font-size: 1.75rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em .5em;
	}
	
	.schedule .wrap {
		margin-top: 2.0rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	.schedule .wrap::after {
		content: "";
		position: absolute;
		width: 88%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	.schedule .wrap .text {
		box-sizing: border-box;
		width: 100%;
		padding: 25px 3% 0;
		margin: 0 auto;
	}
	
	.schedule .wrap .text p {
		text-align: justify;
	}
	
	.schedule .btn_wrap {
		margin:25px auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.schedule .btn_wrap .btn {
		margin: 0 auto;
	}
	.schedule .btn_wrap .btn:not(:first-of-type) {
		margin: 25px auto;
	}
	
	.schedule .btn_wrap .btn a{
		min-width: 260px;
		text-align: center;
		display: inline-block;
		box-sizing: border-box;
		padding: 0.5em 1em;
		color: #fff;
		font-size: 1.6rem;
		border: 1px solid #d59f3e;
		background-color: #d59f3e;
		transition: all .3s ease;
	}

	.schedule .btn_wrap .btn a:hover {
		background-color: #fff;
		color: #d59f3e;
	}

/*=============================================================
#schedule2
=============================================================*/

	#schedule2 h3 {
		margin-top: 25px;
		font-size: 2.125rem;
	}
	
	#schedule2 h3 span.free {
		display: inline-block;
		vertical-align: text-bottom;
		margin-left: 1em;
		font-size: 2.0rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em .5em;
	}
	
	#schedule2 h3 + p {
		margin-top: 25px;
	}

/*=============================================================
#schedule2
=============================================================*/
	
	section#schedule15.schedule {
		padding-bottom: 0;
	}
	
	section#schedule15.schedule::after {
		content: none;
		position: static;
	}

/*=============================================================
.schedule2　共通
=============================================================*/
	
	section.schedule2 {
		margin-top: 100px;
	}
	
	.schedule2 .wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.schedule2 .wrap .image {
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.schedule2 .wrap .box {
		width: 100%;
		box-sizing: border-box;
		margin-top: 50px;
	}

	.schedule2 .wrap .box h2 {
		font-size: 2.25rem;
		line-height: 1.8;
		letter-spacing: .05em;
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	.schedule2 .wrap .box .text {
		margin-top: 2.0rem;
		padding: 25px 3% 0;
		box-sizing: border-box;
		position: relative;
	}
	
	.schedule2 .wrap .box .text::before {
		content: "";
		position: absolute;
		border-top: 1px solid #231815;
		width: 70%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	.schedule2 .wrap .box p {
		text-align: justify;
	}

/*=============================================================
event1
=============================================================*/
	
	#event1 .wrap {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
	}
	
	#event1 .wrap .image {
		width: 88%;
		align-self: flex-start;
		margin-top: 50px;
	}
	
	#event1 .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#event1 .wrap .hd {
		width: 88%;
		box-sizing: border-box;
		align-self: flex-end;
	}
	
	#event1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#event1 .wrap .hd h2 span.en {
		font-size: 2.5rem;
		padding-bottom: 1.6rem;
		border-bottom: 1px solid #231815;
	}
	#event1 .wrap .hd h2 span.jp {
		font-size: 2.0rem;
		padding-top: 1.6rem;
		font-weight: bold;
	}

/*=============================================================
.event　共通
=============================================================*/
	
	section.event {
		position: relative;
		margin-top: 50px;
	}
	
	section.event:nth-of-type(n+3) {
		margin-top: 100px;
	}
	
	section.event:last-of-type {
		margin-bottom: 50px;
	}
	
	.event .outer {
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	.event h2 {
		font-size: 2.25rem;
		letter-spacing: .05em;
		line-height: 1.8;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.event h2 span.type {
		display: inline-block;
		margin-bottom: 1.8rem;
		margin-right: 1em;
		font-size: 1.75rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em;
		min-width: 12rem;
		text-align: center;
	}
	
	.event h2 span.new {
		display: inline-block;
		font-size: 1.75rem;
		font-family: 'Noto Sans JP', sans-serif;
		color: #009D5B;
		font-weight: bold;
		margin-left: .5em;
	}
	
	.event .wrap {
		margin-top: 1.8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	.event .wrap::after {
		content: "";
		position: absolute;
		width: 88%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	.event .wrap .text {
		box-sizing: border-box;
		width: 100%;
		padding: 50px 3% 0;
	}
	
	.event .wrap .text p {
		text-align: justify;
		line-height: 2;
	}
	
	.event .wrap .text p:not(:first-of-type) {
		margin-top: 1em;
	}
	
	.event .wrap .text p.closed {
		display: inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		font-weight: bold;
		background-color: #a40000;
		border-radius: 1em;
		padding: 0 .75em;
	}
	
	.event .wrap .image {
		width: 88%;
		padding-top: 50px;
		align-self: flex-end;
	}
	
	.event .wrap .image img {
		border-radius: 12vw 0 0 0;
	}
	
	.event .info {
		margin-top: 60px;
	}
	
	.event .info dl {
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		border-top: 1px dashed #231815;
	}
	
	.event .info dl:last-of-type {
		border-bottom: 1px dashed #231815;
	}
	
	.event .info dt {
		width: 8em;
		background-color: #faf5ee;
		line-height: 1.8;
		box-sizing: border-box;
		padding: 1em 1em .9em;
		font-size: 1.75rem;
	}
	
	.event .info dd {
		width: calc(100% - 8em);
		line-height: 1.8;
		box-sizing: border-box;
		padding: 1em 0 .9em 1em;
		font-size: 1.75rem;
	}
	
	.event .info dd p{
		font-size: 1.75rem;
	}
	
	.event .info dd p:not(:first-of-type) {
		margin-top: 1em;
	}

/*お問い合わせ帯*/
	
	.contact_wrap {
		background-color: #d59f3e;
		margin-top: 5vw;
		    padding: 3vw 3%;
	}
	
	.contact_wrap .outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}
	
	.contact_wrap .outer > .text {
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: clamp(1.5rem,3.2vw,2.0rem);
	}
	
	.contact_wrap .outer > .text:nth-of-type(2) {
		margin-top: 2em;
		font-size: 2.25rem;
		text-align: center;
	}
	.contact_wrap .outer .tel_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
		justify-content: space-between;
		margin: 1em 0 0;
	}
	
	.contact_wrap .outer .tel_box .tel1 {
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.contact_wrap .outer .tel_box .tel2 {
		width: 100%;
		color: #fff;
		font-weight: bold;
		display: inline-block;
		box-sizing: border-box;
		margin: 1.5vw auto 0;
		text-align: center;
	}
	.contact_wrap .outer .tel_box .tel2 a {
		color: #fff;
		font-weight: bold;
		display: inline-block;
		font-size: 2.25rem;
	}
	
	.contact_wrap .outer .btn_wrap {
		display: flex;
		justify-content: space-between;
		align-self: center;
		margin-top: 1.5vw;
		width: 100%;
	}
	
	.contact_wrap .outer .btn_wrap .btn {
		box-sizing: border-box;
		width: 50%;
		min-width: 150px;
	}
	.contact_wrap .outer .btn_wrap .btn:first-of-type {
		padding-right: 1.5vw;
	}
	.contact_wrap .outer .btn_wrap .btn:last-of-type {
		padding-left: 1.5vw;
	}
	
	.contact_wrap .outer .btn_wrap .btn a {
		width: 100%;
		display: inline-block;
		font-weight: bold;
		box-sizing: border-box;
		padding: .6em 1.25em .5em;
		background-color: #fff;
		border: 1px solid #d59f3e;
		color: #d59f3e;
		transition: .2s ease;
		text-align: center;
	}
	
	.contact_wrap .outer .btn_wrap .btn a:hover {
		background-color: #d59f3e;
		border: 1px solid #fff;
		color: #fff;
	}

/*=============================================================
tour1
=============================================================*/
	
	#tour1 .wrap {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
	}
	
	#tour1 .wrap .image {
		width: 88%;
		align-self: flex-start;
		margin-top: 50px;
	}
	
	#tour1 .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#tour1 .wrap .hd {
		width: 88%;
		box-sizing: border-box;
		align-self: flex-end;
	}
	
	#tour1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#tour1 .wrap .hd h2 span.en {
		font-size: 2.5rem;
		padding-bottom: 1.6rem;
		border-bottom: 1px solid #231815;
	}
	#tour1 .wrap .hd h2 span.jp {
		font-size: 2.0rem;
		padding-top: 1.6rem;
		font-weight: bold;
	}
	
	#tour1 .inner {
		margin-top: 50px;
	}
	
	#tour1 .inner p:not(:first-of-type) {
		margin-top: 1em;
	}

/*=============================================================
tour2
=============================================================*/
	
	#tour2 {
		margin-bottom: 50px;
	}
	
	#tour2 .outer {
		box-sizing: border-box;
		padding: 0 3%;
	}
	
	#tour2 h2 {
		font-size: 2.25rem;
		letter-spacing: .05em;
		line-height: 1.8;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	#tour2 h2 span.type {
		display: inline-block;
		margin-bottom: 1.8rem;
		margin-right: 1em;
		font-size: 1.75rem;
		color: #fff;
		background-color: #cf9b40;
		padding: .25em;
		min-width: 12rem;
		text-align: center;
	}
	
	#tour2 .wrap {
		margin-top: 1.8rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}

	#tour2 .wrap::after {
		content: "";
		position: absolute;
		width: 88%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	#tour2 .wrap .text {
		box-sizing: border-box;
		width: 100%;
		padding: 50px 3% 0;
	}
	
	#tour2 .wrap .text li {
		text-align: justify;
		padding-left: 1.25em;
		position: relative;
	}
	
	#tour2 .wrap .text li::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .45em 0 .45em .8em;
		border-color: transparent transparent transparent #231815;
		left: 0;
		top: .25em;
	}
	
	#tour2 .wrap .image {
		width: 88%;
		padding-top: 50px;
		align-self: flex-end;
	}
	
	#tour2 .wrap .image img {
		border-radius: 12vw 0 0 0;
	}

/*=============================================================
assurance1
=============================================================*/
	
	#assurance1 .wrap {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
	}
	
	#assurance1 .wrap .image {
		width: 88%;
		align-self: flex-start;
		margin-top: 50px;
	}
	
	#assurance1 .wrap .image img {
		border-radius: 0 12vw 0 0;
	}
	
	#assurance1 .wrap .hd {
		width: 88%;
		align-self: flex-end;
		box-sizing: border-box;
	}
	
	#assurance1 .wrap .hd h2 {
		border-bottom: 1px solid #231815;
		line-height: 1;
	}
	
	#assurance1 .wrap .hd h2 span {
		display: block;
		box-sizing: border-box;
		padding-right: 2vw;
	}
	#assurance1 .wrap .hd h2 span.en {
		font-size: 2.25rem;
	}
	#assurance1 .wrap .hd h2 span.jp {
		font-size: 1.75rem;
		padding-top: 1.0em;
		padding-bottom: 1.8rem;
		font-weight: bold;
	}
	
	#assurance1 .hd .text {
		margin-top: 30px;
		text-align: justify;
		box-sizing: border-box;
		font-size: 2.0rem;
		padding: 0 3vw 0 0;
	}
	
/*=============================================================
assurance共通
=============================================================*/
	
	section.assurance h2 {
		font-size: 2.25rem;
		padding-bottom: 2.25rem;
		letter-spacing: .05em;
	}
	
	section.assurance .wrap {
		display: flex;
		justify-content: space-between;
		position: relative;
		
	}
	
	section.assurance .wrap::after {
		content: "";
		position: absolute;
		width: 88%;
		border-top: 1px solid #231815;
		right: 0;
	}
	
	section.assurance .inner {
		margin-top: 25px;
	}
	
	section.assurance .inner .text {
		text-align: justify;
	}
	
/*=============================================================
assurance2
=============================================================*/
	
	#assurance2 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance2 .box {
		width: 100%;
		margin: 0 auto;
	}
	
	#assurance2 .box .table {
		margin-top: 2em;
	}
	
	#assurance2 .box .annotation {
		margin-top: 1.0em;
		display: flex;
	}
	
	#assurance2 .box .annotation span {
		display: block;
		margin-right: .25em;
	}
	
/*=============================================================
assurance3
=============================================================*/
	
	#assurance3 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance3 .wrap {
		flex-direction: column;
	}
	
	#assurance3 .fig_wrap {
		margin: 50px auto 0;
		justify-content: space-between;
		width: 100%;
	}
	
	#assurance3 h3 {
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff;
		background-color: #d59f3e;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .5em 1em .4em;
		box-sizing: border-box;
	}
	
	#assurance3 .fig {
		align-self: center;
		width: 100%;
		margin-top: 25px;
		box-sizing: border-box;
	}
	
	#assurance3 .table_wrap {
		margin: 50px auto 0;
		justify-content: space-between;
		width: 100%;
	}
	
	#assurance3 .table_wrap .table {
		width: 100%;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	#assurance3 .table_wrap .table dt {
		width: 100%;
		padding: .5em 1em .4em;
		background-color: #FAF5EE;
		box-sizing: border-box;
	}
	
	#assurance3 .table_wrap .table dd {
		width: 100%;
		padding: .5em 1em .4em;
		box-sizing: border-box;
	}
	
/*=============================================================
assurance4
=============================================================*/
	
	#assurance4 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance4 .box {
		width: 100%;
		margin: 0 auto;
	}
	
	#assurance4 .box h3 {
		font-size: 2.0rem;
		color: #d59f3e;
		font-weight: bold;
		margin-top: 25px;
	}
	
	#assurance4 .box .fig {
		margin-top: 2.0em;
		width: 100%;
	}
	
/*=============================================================
assurance5
=============================================================*/
	
	#assurance5 .outer {
		margin-top: 25px;
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance5 .outer .text_box {
		width: 100%;
		box-sizing: border-box;
		padding: 0 3% 0 0;
	}
	
	#assurance5 .outer .image {
		margin-top: 25px;
		width: 100%;
	}
	
/*=============================================================
assurance6
=============================================================*/
	
	#assurance6 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
/*=============================================================
assurance7
=============================================================*/

	#assurance7 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance7 .inner > ul {
		margin-top: 2em;
	}
	
	#assurance7 .inner > ul >li {
		width: 100%;
		max-width: 400px;
		border: 2px solid #d59f3e;
		border-radius: 2em;
		box-sizing: border-box;
		text-align: center;
		font-weight: bold;
		font-size: 2.0rem;
		color: #d59f3e;
		padding: .9em .5em .8em;
		margin: 1em auto 0;
	}
	
/*=============================================================
assurance8
=============================================================*/

	#assurance8 .outer {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
	#assurance8 .inner > dl > dt {
		font-size: 2.125rem;
		color: #d59f3e;
		font-weight: bold;
	}
	
	#assurance8 .inner > dl > dt:not(:first-of-type) {
		margin-top: 2em;
	}
	
	#assurance8 .inner > dl > dd {
		display: flex;
	}
	
	#assurance8 .inner > dl > dd span{
		display: block;
		min-width: 3em;
	}

/*=============================================================
インスタBG調整
=============================================================*/
	
	#container.page_schedule section#ist {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #fbf7ef;
	}

}