d@charset "utf-8";

/*共通枠*/

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #4C4948;
}

img {
	border:0;
	vertical-align:bottom;
}

*:focus {
	outline: none;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
	text-decoration: none;
}
.nolink {
	pointer-events: none;
}

/* 共通
======================================================*/

.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.container_wrap {
	padding: 0 30px;
}


@media screen and (max-width: 359px) {
.container_wrap {
	padding: 0 20px;
}
}

.block1300 { display: none; }
@media screen and (max-width: 1300px) {
.block1300 { display: block; }
}
.block1200 { display: none; }
@media screen and (max-width: 1200px) {
.block1200 { display: block; }
}
.block1100 { display: none; }
@media screen and (max-width: 1100px) {
.block1100 { display: block; }
}
.block1024 { display: none; }
@media screen and (max-width: 1024px) {
.block1024 { display: block; }
}

.block800 { display: none; }
@media screen and (max-width: 800px) {
.block800 { display: block; }
}

.block768 { display: none; }
@media screen and (max-width: 768px) {
.block768 { display: block; }
}

.block599 { display: none; }
@media screen and (max-width: 599px) {
.block599 { display: block; }
}

.block374 { display: none; }
@media screen and (max-width: 374px) {
.block374 { display: block; }
}

.block359 { display: none; }
@media screen and (max-width: 359px) {
.block359 { display: block; }
}

@media screen and (max-width: 1024px) {
.none1024 { display: none; }
}

@media screen and (max-width: 1200px) {
.none1200 { display: none; }
}

@media screen and (max-width: 800px) {
.none800 { display: none; }
}

@media screen and (max-width: 768px) {
.none768 { display: none; }
}

@media screen and (max-width: 599px) {
.none599 { display: none; }
}

@media screen and (max-width: 374px) {
.none374 { display: none; }
}

.inline1024 { display: none; }
@media screen and (max-width: 1024px) {
.inline1024 { display: inline-block; }
}

.anchor {
	padding-top: 130px;
	margin-top: -130px;
	display: block;
}

.anchor2 {
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}

@media screen and (max-width: 800px) {

.anchor {
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}

.anchor2 {
	padding-top: 80px;
	margin-top: -80px;
	display: block;
}

}








/* header
======================================================*/

.header {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	backdrop-filter: blur(30px) brightness(104%);
	background-color: rgba(255,255,255,0.1);
}
.header_title_set {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	width: auto;
}
.header_title_set h1 {
	padding: 0 0px 0 20px;
}
.header_title_set h1 a {
	display: block;
	padding: 0 30px;
}
.header_title_set p {
	font-weight: 500;
	color: #707070;
	font-size: 16px;
	line-height: 1.3;
}
.header_nav {
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
}
.header_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	font-weight: 500;
	width: auto;
	height: 100%;
}
.header_nav ul li a {
	padding: 20px 20px;
	display: block;
	color: #D1A43C;
	color: rgba(209,164,60,1.0);
	transition: color 0.3s;
}
.header_nav ul li a:hover {
	color: rgba(209,164,60,0.7);
}

@media screen and (max-width: 1600px) {

.header_title_set h1 {
	padding: 0 0px 0 0px;
}
.header_title_set h1 a {
	padding: 0 20px 0 30px;
}
.header_title_set p {
	font-size: 14px;
}
.header_title_set p span.block01 {
	display: block;
}
.header_nav {
	right: 15px;
}
.header_nav ul li a {
	padding: 20px 15px;
}
}

@media screen and (max-width: 1300px) {

.header_nav {
	right: 20px;
}
.header_nav ul li a {
	padding: 20px 10px;
	font-size: 14px
}
.header_title_set p {
	font-size: 12px;
}
.header_title_set p span.block02 {
	display: block;
}
}

@media screen and (max-width: 1024px) {

.header {
	height: 100px;
	z-index: 999;
	backdrop-filter: none;
	background-color: transparent;
}
.header_title_set h1 a {
	padding: 0 14px 0 14px;
}
.header_title_set p {
	display: none;
}
.header_nav {
	display: none;
}
}


/* side_nav
======================================================*/

.side_nav {
	display: block;
	width: 40px;
	height: 100px;
	position: fixed;
	top: calc(( 100% - 100px ) / 2 );
	right: 30px;
	z-index: 999;
}
.side_nav ul {
	list-style: none;
}
.side_nav ul li {
	width: 40px;
	height: 40px;
}
.side_nav ul li:nth-of-type(2) {
	margin-top: 20px;
}
.side_nav ul li a {
	box-sizing: border-box;
	padding-top: 1px;
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: rgba(229,153,173,1.0);
	box-shadow: 0px 3px 6px rgba(191,115,136,0.25);
	border-radius: 50%;
	transition: background-color 0.3s;
}
.side_nav ul li a:hover {
	background-color: rgba(239,173,189,1.0);
}

@media screen and (max-width: 1024px) {

.side_nav {
	width: 40px;
	height: 100px;
	top: auto;
	bottom: 40px;
	right: 15px;
}

}


/* ft_nav
======================================================*/

.ft_nav {
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	right: 70px;
	bottom: 50px;
	z-index: 999;
}
.ft_nav p a {
	width: 100px;
	height: 100px;
	background-color: rgba(229,153,173,1.0);
	border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	transition: background-color 0.3s;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	box-shadow: 0px 3px 6px rgba(191,115,136,0.25);
}
.ft_nav p a:hover {
	background-color: rgba(239,173,189,1.0);
}

@media screen and (max-width: 1024px) {

.ft_nav {
	display: none;
}

}

/* g_nav
======================================================*/

.g_nav {
	display: none;
}

@media screen and (max-width: 1024px) {

.openbtn-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 90px;
	height: 51px;
	position: fixed;
	top: 26px;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
}
.openbtn {
	display: block;
	width: 40px;
	height: 33px;
	cursor: pointer;
	position: relative;
}


/* ハンバーガーSET */

.openbtn span {
	display: inline-block;
	position: absolute;
	transition: all .2s;
	background: #D1A43C;
  	width: 40px; /* line-width */
	height: 5px; /* line-height */
	transition: all 0.2s;
	left: 0px;
	border-radius: 100vh;
}

.openbtn span:nth-of-type(1) { top: 0px; }
.openbtn span:nth-of-type(2) { top: calc( 50% - 3px ); }
.openbtn span:nth-of-type(3) { bottom: 0px; }

/* 3line - active */

.openbtn-wrap.active .openbtn span:nth-of-type(1) {
	top: 14px;
	left: 0px;
	transform: rotate(-45deg);
}
.openbtn-wrap.active .openbtn span:nth-of-type(2) { opacity: 0; /*center*/ }
.openbtn-wrap.active .openbtn span:nth-of-type(3) {
	top: 14px;
 	right: 0px;
	transform: rotate(45deg);
}

/* Gナビ */

.g_nav {
	display: block;
}

.g_nav {
	position: fixed;
	z-index: 9998;
	opacity: 0;
	top: 0px;
	right: -300px;
	width: 300px;
	height: auto;
	max-height: calc( 100vh - 174px );
	overflow-y: auto;
	background-color: #fff;
	transition: all 0.6s;
	box-sizing: border-box;
	padding: 79px 0 0px 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.g_nav.panelactive {
	opacity: 1;
	right: 0;
	width: 300px;
}

.g_nav nav {
	width: 100%;
	max-width: 136px;
	margin: 0 auto;
}

/* スクロールバー */
.g_nav::-webkit-scrollbar {
   width: 2px;
   opacity: 0.5;
}
.g_nav::-webkit-scrollbar-track {
   background-color: #eee;
}
.g_nav::-webkit-scrollbar-thumb {
   background-color: #D1A43C;
}

/* Gナビ リスト */
.g_nav ul {
	list-style: none;
	padding-bottom: 80px;
}
.g_nav ul li:not(:last-child) {
	border-bottom: solid 1px #D1A43C;
}
.g_nav ul li a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: rgba(209,164,60,1.0);
	padding: 27px 0 14px 0;
	transition: color 0.3s;
	letter-spacing: 0.05em;
}
.g_nav ul li a:hover {
	color: rgba(209,164,60,0.7);
}

}

/* main_img
======================================================*/

.main_img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 900;
	background: url(../img/main_img.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

.main_img01 {
	position: absolute;
	width: calc(( 866 / 1920 ) * 100% );
	left: calc(( 85 / 1920 ) * 100% );
	top: calc(( 298 / 900 ) * 100% );
}
.main_img01 img {
	width: 100%;
	height: auto;
}
.main_img_nav {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.main_img_nav_txt01 {
	width: calc(( 500 / 1920 ) * 100% );
	margin: 0 auto;
}
.main_img_nav_txt01 img {
	width: 100%;
	height: auto;
}
.main_img_nav_txt02 {
	font-size: 0.9375vw;
	line-height: 2;
	text-align: center;
	padding: 1.25em 0 2.8em 0;
}
.main_img_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	width: calc(( 730 / 1920 ) * 100% );
	margin: 1.2em auto 0 auto;
	font-weight: 700;
	font-size: 1.25vw;
}
.main_img_nav ul li {
	width: calc(( 340 / 730 ) * 100% );
}
.main_img_nav ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 100vh;
	background-color: rgba(209,164,60,1.0);
	color: #fff;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	height: 2.4em;
	transition: background-color 0.3s;
}
.main_img_nav ul li a:hover {
	background-color: rgba(209,164,60,0.7);
}
.main_img_nav_sp {
	display: none;
}

@media screen and (max-width: 1300px) {

.main_img {
	width: 100%;
	height: 609px;
	aspect-ratio: auto;
	background: url(../img/main_img.jpg) center top no-repeat;
	background-size: auto 609px;
	position: relative;
}
.main_img01 {
	width: 586px;
	left: 0;
}
.main_img_nav_txt01 {
	width: 338px;
	margin: 0 auto;
}
.main_img_nav_txt02 {
	font-size: 12px;
}
.main_img_nav ul {
	width: 494px;
	font-size: 16px;
}
.main_img_nav ul li {
	width: calc(( 340 / 730 ) * 100% );
}

}


@media screen and (max-width: 800px) {

.main_img {
	width: 100%;
	height: auto;
	aspect-ratio: 375 / 370;
	background: url(../img/main_img_sp.jpg) center top no-repeat;
	background-size: 100% auto;
	position: relative;
}
.main_img01 {
	position: absolute;
	width: 100%;
	left: 0;
	top: auto;
	bottom: calc(( 83 / 370 ) * -100% );
}
.main_img_nav {
	display: none;
}
.main_img_nav_sp {
	display: block;
	font-weight: 700;
	font-size: 24px;
	padding-top: 5.1em;
	background-color: #FCFDF8;
}
.main_img_nav_sp .inner {
	width: 354px;
	margin: 0 auto;
}
.main_img_nav_sp_txt01 img {
	width: 100%;
	height: auto;
}
.main_img_nav_sp ul {
	list-style: none;
	margin-top: 2em;
}
.main_img_nav_sp ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #fff;
	background-color: rgba(209,164,60,1.0);
	border-radius: 100vh;
	height: 2.4em;
}
.main_img_nav_sp ul li:nth-of-type(2) {
	margin-top: 1.2em;
}

}

@media screen and (max-width: 599px) {

.main_img_nav_sp {
	font-size: 4.26vw;
}
.main_img_nav_sp .inner {
	width: calc(( 221 / 375 ) * 100% );
	margin: 0 auto;
}

}

@media screen and (max-width: 374px) {

.main_img_nav_sp {
	font-size: 16px;
}
.main_img_nav_sp .inner {
	width: 221px;
}

}


/* main　共通
======================================================*/

.uru_h2 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.05em;
	text-align: center;
	text-indent: 0.05em;
	color: #D1A43C;
	line-height: 1;
}
.uru_h3 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.05em;
	text-align: center;
	text-indent: 0.05em;
	color: #D1A43C;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}


@media screen and (max-width: 1024px) {

.uru_h2 {
	font-size: 34px;
}
.uru_h3 {
	font-size: 34px;
}
}

@media screen and (max-width: 599px) {

.uru_h2 {
	font-size: 28px;
}

.uru_h3 {
	font-size: 28px;
	letter-spacing: 0em;
	text-indent: 0em;
	line-height: 1.7;
}

}

@media screen and (max-width: 374px) {

.uru_h3 {
	font-size: 26px;
}

}

@media screen and (max-width: 359px) {

.uru_h3 {
	font-size: 24px;
}

}


/* uru01
======================================================*/

.uru01 {
	padding: 120px 0 152px 0;
	background-color: #FCFDF8;
}
.uru01_01 {
	margin-top: 60px;
	padding: 0 90px 0 485px;
	min-height: 400px;
	background: url(../img/uru01_01.jpg) left center no-repeat;
	background-size: auto 100%;
	background-color: #FAFEFD;
	border-radius: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.uru01_01 p {
	font-size: 18px;
	line-height: 2;
}
.uru01_01 p:not(:first-child) {
	margin-top: 1.7em;
}
.uru01_01_sp {
	display: none;
}

@media screen and (max-width: 1024px) {

.uru01 {
	padding: 107px 0 116px 0;
}
.uru01_01 {
	margin-top: 45px;
	padding: 0 60px 0 400px;
	background: url(../img/uru01_01.jpg) left -70px center no-repeat;
	background-size: auto 100%;
	background-color: #FAFEFD;
}
.uru01_01 p {
	font-size: 16px;
	line-height: 2;
}
}

@media screen and (max-width: 800px) {

.uru01_01 {
	padding: 0 0px 0 0px;
	background: none;
	background-color: transparent;
	display: block;
	min-height: auto;
}
.uru01_01 p {
	font-size: 18px;
	line-height: 1.83;
	text-align: justify;
	word-break: break-all;
}
.uru01_01_sp {
	display: block;
	width: 100%;
	margin-top: 30px;
}
.uru01_01_sp img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

}

@media screen and (max-width: 599px) {

.uru01 {
	padding: 94px 0 80px 0;
}

}


/* bg_water
======================================================*/

.bg_water {
	background-image: url("../img/bg_water_head.png"), url("../img/bg_water.jpg");
	background-repeat: repeat-x, no-repeat;
	background-position: left top, center top;
	background-size: auto 453px, cover;
}

@media screen and (max-width: 599px) {

.bg_water {
	background-image: url("../img/bg_water_head_sp.png"), url("../img/bg_water_sp.jpg");
	background-repeat: repeat-x, no-repeat;
	background-position: left top, center top;
	background-size: auto 432px, cover;
}

}

/* p_awa
======================================================*/

.p_awa01,
.p_awa02 {
	position: relative;
}

.p_awa01_img {
	display: block;
	width: 1640px;
	height: 285px;
	background: url(../img/p_awa01.png) left top no-repeat;
	background-size: 288px auto;
	position: absolute;
	top: -78px;
	left: calc(( 100% - 1640px) / 2 );
	z-index: 1;
	opacity: 0.64;
}
.p_awa02_img {
	display: block;
	width: 1424px;
	height: 167px;
	background: url(../img/p_awa02.png) right top no-repeat;
	background-size: 167px auto;
	position: absolute;
	top: 70px;
	left: calc(( 100% - 1424px) / 2 );
	z-index: 1;
}

@media screen and (max-width: 1920px) {

.p_awa01_img {
	display: block;
	width: 15%;
	height: auto;
	aspect-ratio: 288 / 285;
	background: url(../img/p_awa01.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -78px;
	left: 7.3%;
	z-index: 1;
}
.p_awa02_img {
	display: block;
	width: 8.7%;
	height: auto;
	aspect-ratio: 167 / 167;
	background: url(../img/p_awa02.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 70px;
	left: auto;
	right: 11%;
	z-index: 1;
}

}

@media screen and (max-width: 800px) {

.p_awa01_img {
	display: block;
	width: 23.7%;
	height: auto;
	aspect-ratio: 89 / 135;
	background: url(../img/p_awa01.png) left top no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: -300px;
	left: auto;
	right: 0;
	z-index: 1;
	opacity: 0.5;
}
.p_awa02_img {
	display: block;
	width: 22.4%;
	height: auto;
	aspect-ratio: 84 / 138;
	background: url(../img/p_awa02.png) right top no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 0;
	right: auto;
	z-index: 3;
	opacity: 0.7;
}
}

@media screen and (max-width: 599px) {

.p_awa01_img {
	top: -200px;
}

}

/* uru01_02
======================================================*/

.uru01_02_content {
	margin-top: 55px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.uru01_02_content ul {
	list-style: none;
	display: inline-block;
	width: auto;
}
.uru01_02_content ul li {
	font-size: 24px;
	letter-spacing: 0.05em;
	background: url(../img/uru01_02_list.svg) left top 8px no-repeat;
	background-size: 24px auto;
	padding-left: 50px;
}
.uru01_02_content ul li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 1024px) {

.uru01_02_content {
	margin-top: 46px;
}
.uru01_02_content ul li {
	font-size: 20px;
	background: url(../img/uru01_02_list.svg) left center no-repeat;
	background-size: 20px auto;
	padding-left: 45px;
	line-height: 1.55;
}
}

@media screen and (max-width: 599px) {

.uru01_02_content {
	margin-top: 38px;
}
.uru01_02_content ul li {
	font-size: 18px;
	background: url(../img/uru01_02_list.svg) left center no-repeat;
	background-size: 18px auto;
	padding-left: 40px;
}
.uru01_02_content ul li:not(:first-child) {
	margin-top: 16px;
}

}




/* uru01_03
======================================================*/

.uru01_03 {
	padding: 67px 0 0 0;
}
.uru01_03_content {
	margin-top: 100px;
	display: -webkit-flex;
	display: flex;
}
.uru01_03_content .left {
	width: calc( 100% - 480px );
	box-sizing: border-box;
	padding-right: 60px;
}
.uru01_03_content .right {
	width: 480px;
}
.uru01_03 h4 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.78;
	color: #D1A43C;
	text-align: center;
}
.uru01_03 .uru01_03_content .left h4 {
	text-align: left;
}
.uru01_03_content .left .txt {
	font-size: 18px;
	line-height: 2;
	margin-top: 23px;
}
.uru01_03_content .left .txt p {
	text-align: justify;
	word-break: break-all;
}
.uru01_03_content .right img {
	border-radius: 30px;
}

@media screen and (max-width: 1300px) {

.uru01_03_content .left {
	width: calc( 100% - 480px );
	box-sizing: border-box;
	padding-right: 30px;
}
.uru01_03 h4 {
	font-size: 26px;
}
}

@media screen and (max-width: 1024px) {

.uru01_03_content {
	margin-top: 73px;
	display: block;
}
.uru01_03_content .left {
	width: 100%;
	padding-right: 0px;
}
.uru01_03_content .right {
	width: 100%;
}
.uru01_03 .uru01_03_content .left h4 {
	text-align: center;
}
.uru01_03_content .left .logo {
	text-align: center;
	margin-top: 24px;
}
.uru01_03_content .right {
	text-align: center;
}
.uru01_03_content .right img {
	width: 64%;
	min-width: 240px;
	height: auto;
}

}

@media screen and (max-width: 599px) {

.uru01_03 {
	padding: 74px 0 0 0;
}
.uru01_03_content {
	margin-top: 47px;
}
.uru01_03 h4 {
	font-size: 22px;
	line-height: 1.8;
}
.uru01_03_content .left .txt {
	margin-top: 20px;
}
}


/* uru01_04
======================================================*/

.uru01_04 {
	padding: 85px 0 0 0;
}
.uru01_04_content {

}
.uru01_04 h4 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.78;
	color: #D1A43C;
	text-align: center;
}
.uru01_04_content .txt {
	width: 100%;
	max-width: 800px;
	margin: 38px auto 0 auto;
}
.uru01_04_content .txt p {
	font-size: 18px;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
}
.uru01_04_content .txt p:not(:first-child) {
	margin-top: 1.7em;
}
.uru01_04 .ft {
	list-style: none;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.uru01_04 .ft li {
	width: 220px;
	min-height: 239px;
	text-align: center;
	background: url(../img/awa01.png) center top no-repeat;
	background-size: 100% auto;
}
.uru01_04 .ft dl {
	padding-top: 57px;
}
.uru01_04 .ft dt {
	margin: 0 auto;
	width: 147px;
	height: 30px;
	background-color: #D1A43C;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	border-radius: 100vh;
}
.uru01_04 .ft dd {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.66;
	text-align: center;
	color: #D1A43C;
	margin-top: 18px;
}

@media screen and (max-width: 1300px) {

.uru01_04 h4 {
	font-size: 26px;
}

}

@media screen and (max-width: 1024px) {

.uru01_04_content .txt {
	margin: 29px auto 0 auto;
}
.uru01_04_content .txt p:not(:first-child) {
	margin-top: 1.15em;
}
.uru01_04 .ft {
	max-width: 480px;
	margin: 30px auto 0 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uru01_04 .ft li:nth-of-type(3),
.uru01_04 .ft li:nth-of-type(4) {
	margin-top: 40px;
}

}

@media screen and (max-width: 599px) {

.uru01_04 {
	padding: 77px 0 0 0;
}

.uru01_04 h4 {
	font-size: 22px;
	line-height: 1.8;
}
.uru01_04_content .txt {
	margin: 20px auto 0 auto;
}
.uru01_04_content .txt p:not(:first-child) {
	margin-top: 0.6em;
}
.uru01_04 .ft {
	max-width: 314px;
	margin: 15px auto 0 auto;S
}
.uru01_04 .ft li {
	width: 153px;
	min-height: 165px;
}
.uru01_04 .ft li:nth-of-type(3),
.uru01_04 .ft li:nth-of-type(4) {
	margin-top: 10px;
}
.uru01_04 .ft dl {
	padding-top: 47px;
}
.uru01_04 .ft dt {
	width: 104px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
}
.uru01_04 .ft dd {
	font-size: 15px;
	line-height: 1.66;
	margin-top: 4px;
}
}

@media screen and (max-width: 374px) {

.uru01_04 .ft li {
	width: 140px;
	min-height: 152px;
}
.uru01_04 .ft dl {
	padding-top: 37px;
}
}

@media screen and (max-width: 359px) {
.uru01_04 .ft li {
	width: 135px;
	min-height: 147px;
}
.uru01_04 .ft li:nth-of-type(3),
.uru01_04 .ft li:nth-of-type(4) {
	margin-top: 6px;
}
}

/* uru01_05
======================================================*/

.uru01_05 {
	padding: 73px 0 120px 0;
}
.uru01_05_content {

}
.uru01_05 h4 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.78;
	color: #D1A43C;
	text-align: center;
}
.uru01_05 .txt {
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0 auto;
}
.uru01_05 .txt p {
	font-size: 18px;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
}
.uru01_05 .txt p:not(:first-child) {
	margin-top: 1.7em;
}

@media screen and (max-width: 1300px) {

.uru01_05 h4 {
	font-size: 26px;
}

}

@media screen and (max-width: 1024px) {

.uru01_05 .txt {
	margin: 29px auto 0 auto;
}
.uru01_05 .txt p:not(:first-child) {
	margin-top: 1.15em;
}
}

@media screen and (max-width: 599px) {

.uru01_05 {
	padding: 54px 0 60px 0;
}
.uru01_05 h4 {
	font-size: 22px;
	line-height: 1.8;
}
.uru01_05 .txt {
	margin: 20px auto 0 auto;
}
}


/* uru02
======================================================*/

.uru02 {
	padding: 110px 0 120px 0;
	background-color: #FCFDF8;
}
.uru02_01 {
	margin-top: 44px;
}
.uru02_01 h3 {
	font-size: 28px;
	font-weight: 600;
	color: #D1A43C;
	letter-spacing: 0.05em;
	text-align: center;
	text-indent: 0.05em;
}
.uru02_01 p {
	font-size: 18px;
	line-height: 2;
	text-align: center;
	margin-top: 15px;
}
.uru02_02 {
	margin-top: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.uru02_02 .txt {
	padding-left: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 2;
	width: calc( 100% - 480px );
	box-sizing: border-box;
}
.uru02_02 .txt p {
	text-align: justify;
	word-break: break-all;
}
.uru02_02 .txt p:not(:first-child) {
	margin-top: 1.7em;
}
.uru02_02 .img {
	width: 480px;
}
.uru02_02 .img img {
	border-radius: 30px;
}

@media screen and (max-width: 1300px) {

.uru02_02 .txt {
	padding-left: 30px;
}
}

@media screen and (max-width: 1024px) {

.uru02 {
	padding: 90px 0 85px 0;
}
.uru02_01 h3 {
	font-size: 25px;
	line-height: 1.8;
}

.uru02_01 p {
	display: none;
}
.uru02_02 {
	margin-top: 47px;
	display: block;
}
.uru02_02 .txt {
	width: 100%;
	padding-left: 0px;
	line-height: 1.66;
}
.uru02_02 .img {
	width: 100%;
	text-align: center;
	margin-top: 47px;
}
.uru02_02 .txt p:not(:first-child) {
	margin-top: 1.15em;
}
.uru02_02 .img img {
	width: 64%;
	min-width: 240px;
	height: auto;
}
}


@media screen and (max-width: 599px) {

.uru02 {
	padding: 50px 0 50px 0;
}
.uru02_01 h3 {
	font-size: 22px;
}
.uru02_02 {
	margin-top: 25px;
	display: block;
}
.uru02_02 .txt p:not(:first-child) {
	margin-top: 0.6em;
}
.uru02_02 .img {
	margin-top: 47px;
}
}

@media screen and (max-width: 399px) {

.uru02_01 h3 {
	font-size: 21px;
}

}

@media screen and (max-width: 374px) {

.uru02_01 h3 {
	font-size: 20px;
}

}

@media screen and (max-width: 359px) {

.uru02_01 h3 {
	font-size: 18px;
}

}


/* uru03
======================================================*/

.uru03 {
	padding: 100px 0 65px 0;
}
.uru_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin-top: 60px;
}
.uru_menu li {
	width: calc(( 100% - 47px ) / 2 );
	box-sizing: border-box;
	background-color: #D1A43C;
	border-radius: 26px;
	transition: background-color 0.3s;
	position: relative;
	padding: 1px;
}
.uru_menu li:hover {
	background-color: #debf76;
}
.uru_menu li .img {
	display: block;
	aspect-ratio: 528 / 117;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
}
.uru_menu li:nth-of-type(1) .img {
	background: url(../img/uru_menu_menu01.jpg) center top no-repeat;
	background-size: 100% auto;
}
.uru_menu li:nth-of-type(2) .img {
	background: url(../img/uru_menu_menu02.jpg) center top no-repeat;
	background-size: 100% auto;
}
.uru_menu li .txt {
	display: block;
	height: 50px;
	font-weight: 600;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	background-color: #D1A43C;
	color: #fff;
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
	transition: background-color 0.3s;
}
.uru_menu li a:hover .txt {
	background-color: #debf76;
}
.uru_menu li .waku {
	display: block;
	border: solid 2px #D1A43C;
	border-radius: 26px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: border 0.3s;
}
.uru_menu li a:hover .waku {
	border: solid 2px #debf76;
}
.uru_menu_txt {
	font-size: 14px;
	line-height: 1;
	margin-top: 24px;
}

.uru_menu_set h3 {
	width: 300px;
	height: 60px;
	letter-spacing: 0.05em;
	text-align: center;
	text-indent: 0.05em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 100vh;
	background-color: #D1A43C;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 100px auto 50px auto;
}
.uru_menu_set h3.uru_menu_set_h301 {
	width: 280px;
	margin-top: 60px;
}

.uru_menu_single {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.uru_menu_single.info-img {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.uru_menu_single .uru_mennu_img {
	width: 480px;
}
.uru_menu_single .uru_mennu_img img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.uru_menu_single .uru_menu_info {
	width: calc( 100% - 480px );
	box-sizing: border-box;
}
.uru_menu_single.img-info .uru_menu_info {
	padding-left: 60px;
}
.uru_menu_single.info-img .uru_menu_info {
	padding-right: 60px;
}
.uru_menu01_02,
.uru_menu01_03,
.uru_menu02_02 {
	margin-top: 80px;
}

.uru_menu_single .uru_menu_info h4,
.uru_menu_other h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.45;
	color: #D1A43C;
	position: relative;
}
.uru_menu_other h4 .op_icon {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 30px;
	border-radius: 100vh;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #D1A43C;
	font-weight: 700;
	font-size: 16px;
	top: -2px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin-right: 20px;
}
.uru_menu_other h4 .op_icon.op_icon_block {
	display: block;
	margin-bottom: 16px;
}
.uru_menu_day {
	border-top: solid 1px #D1A43C;
	margin-top: 40px;
}
.uru_menu_day div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 32px 0 0 0;
}
.uru_menu_day div h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: #D1A43C;
}
.uru_menu_day div p {
	font-size: 18px;
	line-height: 1;
	padding-left: 20px;
}

.uru_menu_info_txt {
	font-size: 18px;
	line-height: 2;
	margin-top: 20px;
}
.uru_menu_info .time,
.uru_menu_other .time {
	font-size: 18px;
	line-height: 1;
	border-top: solid 1px #D1A43C;
	border-bottom: solid 1px #D1A43C;
	padding: 12px 0;
	margin-top: 13px;
}
.uru_menu_flow {
	border-radius: 15px;
	background-color: #F5F5F5;
	padding: 14px 0 10px 0;
	margin-top: 19px;
	text-align: center;
}
.uru_menu_flow dl {
	display: inline-block;
}
.uru_menu_flow dt {
	font-size: 20px;
	width: 104px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	background-color: #fff;
	border-radius: 100vh;
	font-size: 14px;
}
.uru_menu_flow dd {
	font-size: 14px;
	line-height: 1.428;
	margin-top: 9px;
	text-align: left;
}
.uru_menu_info .kome {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1;
}
.op_kome_set {
	margin: 5px 0 0 0;
}
.op_kome_set .kome:nth-of-type(2) {
	margin-top: 3px;
}

.uru_menu_info .price,
.uru_menu_other .price {
	margin-top: 34px;
}
.uru_menu_info .price dl,
.uru_menu_other .price dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.uru_menu_info .price dl:not(:first-child) {
	margin-top: 13px;
}
.uru_menu_info .price dl dt,
.uru_menu_other .price dl dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 145px;
	height: 38px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #E599AD;
	border-radius: 100vh;
}
.uru_menu_info .price dl.pc_line {
	border-bottom: solid 1px #D1A43C;
	padding-bottom: 6px;
	margin-bottom: 19px;
}
.uru_menu_info .price dl dd,
.uru_menu_other .price dl dd {
	width: calc( 100% - 145px );
	padding-left: 20px;
}
.uru_menu_info .price dl dd img,
.uru_menu_other .price dl dd img {
	width: 100%;
	height: auto;
}
.uru_menu_other {
	display: -webkit-flex;
	display: flex;
}
.uru_menu_other .left,
.uru_menu_other .right {
	width: 50%;
	box-sizing: border-box;
}
.uru_menu_other .left {
	background: url(../img/line01.png) right top repeat-y;
	background-size: 1px auto;
	padding-right: calc(( 50 / 1100 ) * 100% );
}
.uru_menu_other .right {
	padding-left: calc(( 50 / 1100 ) * 100% );
}

@media screen and (max-width: 1200px) {

.uru_menu_single.img-info .uru_menu_info {
	padding-left: 30px;
}
.uru_menu_single.info-img .uru_menu_info {
	padding-right: 30px;
}

}


@media screen and (max-width: 1024px) {

.uru03 {
	padding: 72px 0 50px 0;
}
.uru_menu {
	margin-top: 45px;
}
.uru_menu li {
	width: calc(( 100% - 30px ) / 2 );
}
.uru_menu li .txt {
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}
.uru_menu_txt {
	margin-top: 17px;
}

.uru_menu_set h3 {
	width: 100%;
	max-width: 360px;
	height: 56px;
	font-size: 25px;
}

.uru_menu_single {
	display: block;
	padding-top: 52px;
}
.uru_menu_single.uru_menu03_01 {
	padding-top: 78px;
}
.uru_menu01_02 {
	margin-top: 50px;
}
.uru_menu_single .uru_mennu_img {
	width: 100%;
	text-align: center;
}
.uru_menu_single .uru_mennu_img img {
	width: 64%;
	min-width: 240px;
	height: auto;
}
.uru_menu_single .uru_menu_info {
	width: 64%;
	min-width: 500px;
	margin: 0 auto;
}
.uru_menu_single.img-info .uru_menu_info {
	padding-left: 0px;
}
.uru_menu_single.info-img .uru_menu_info {
	padding-right: 0px;
}

.uru_menu_single .uru_menu_info h4 {
	position: absolute;
	font-size: 22px;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
}
.uru_menu_other h4 {
	font-size: 22px;
	text-align: center;
}
.uru_menu_other h4 .op_icon {
	display: block;
	font-size: 16px;
	top: auto;
	margin: 0 auto 16px auto;
}
.uru_menu_other h4 .op_icon.op_icon_block {
	display: block;
	margin-bottom: 16px;
}

.uru_menu_day div {
	display: block;
	padding: 32px 0 0 0;
}
.uru_menu_day div h4 {
	text-align: center;
	font-size: 22px;
}
.uru_menu_day div p {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 0px;
	text-align: center;
	margin-top: 25px;
}

.uru_menu_single .uru_menu_info h4 span {
	display: none;
}
.uru_menu_info_txt {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 23px;
}
.time_flow {
	position: relative;
	padding-bottom: 60px;
	margin-top: 15px;
}
.uru_menu_info .time {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.uru_menu_flow {
	padding: 14px 20px 10px 20px;
	margin-top: 0px;
}
.uru_menu_info .kome {
	font-size: 13px;
	margin-top: 5px;
	line-height: 1.4;
	position: relative;
	padding-left: 1em;
}
.uru_menu_info .kome span {
	position: absolute;
	top: 0;
	left: 0;
}

.uru_menu_info .price,
.uru_menu_other .price {
	margin-top: 20px;
}
.uru_menu_info .price dl dt,
.uru_menu_other .price dl dt {
	width: 130px;
	height: 34px;
	font-size: 16px;
}
.uru_menu_info .price dl dd,
.uru_menu_other .price dl dd {
	width: calc( 100% - 130px );
	padding-left: 15px;
}
.uru_menu_other .price dl dd img {
	width: 85%;
	height: auto;
}
.uru_menu_other {
	display: block;
}
.uru_menu_other .left,
.uru_menu_other .right {
	width: 64%;
	min-width: 500px;
	margin: 0 auto;
}
.uru_menu_other .left {
	background: none;
	padding-right: 0;
}
.uru_menu_other .right {
	padding-left: 0;
	margin-top: 46px;
}

}

@media screen and (max-width: 800px) {

.uru_menu {
	display: block;
}
.uru_menu li {
	width: 100%;
	border-radius: 21px;
}
.uru_menu li:nth-of-type(2) {
	margin: 25px 0;
}
.uru_menu li .img {
	aspect-ratio: 311 / 68;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
}
.uru_menu li:nth-of-type(1) .img {
	background: url(../img/uru_menu01_sp.jpg) center top no-repeat;
	background-size: 100% auto;
}
.uru_menu li:nth-of-type(2) .img {
	background: url(../img/uru_menu02_sp.jpg) center top no-repeat;
	background-size: 100% auto;
}
.uru_menu li:nth-of-type(3) .img {
	background: url(../img/uru_menu03_sp.jpg) center top no-repeat;
	background-size: 100% auto;
}
.uru_menu li .txt {
	display: block;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
}
.uru_menu li .waku {
	border: solid 2px #D1A43C;
	border-radius: 21px;
}
}

@media screen and (max-width: 599px) {

.uru03 {
	padding: 45px 0 30px 0;
}
.uru_menu li:nth-of-type(2) {
	margin: 20px 0 10px 0;
}
.uru_menu li .txt {
	display: block;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
}
.uru_menu {
	margin-top: 30px;
}
.uru_menu_txt {
	position: relative;
	padding-left: 1em;
	line-height: 1.4;
	margin-top: 10px;
}
.uru_menu_txt span {
	position: absolute;
	top: 0;
	left: 0;
}
.uru_menu01_02,
.uru_menu01_03,
.uru_menu02_02 {
	margin-top: 67px;
}
.uru_menu_set h3 {
	width: 100%;
	max-width: 360px;
	height: 51px;
	font-size: 22px;
	font-weight: 600;
	margin: 90px auto 25px auto;
}
.uru_menu_set h3.uru_menu_set_h301 {
	width: 100%;
	margin: 60px auto 25px auto;
}
.uru_menu_single .uru_menu_info {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
.uru_menu_single {
	display: block;
	padding-top: 49px;
}
.uru_menu_single.uru_menu03_01 {
	padding-top: 75px;
}
.uru_menu_single .uru_menu_info h4 {
	font-size: 20px;
}
.uru_menu_other h4 {
	font-size: 20px;
}

.uru_menu_other h4 .op_icon {
	display: block;
	font-size: 16px;
	top: auto;
	margin: 0 auto 11px auto;
}
.uru_menu_other h4 .op_icon.op_icon_block {
	display: block;
	margin-bottom: 11px;
}

.uru_menu_info .price,
.uru_menu_other .price {
	margin-top: 20px;
}
.uru_menu_info .price dl:not(:first-child) {
	margin-top: 20px;
}
.uru_menu_info .price dl,
.uru_menu_other .price dl {
	display: block;
}
.uru_menu_info .price dl:not(:last-child),
.uru_menu_info .price dl.pc_line {
	border-bottom: solid 1px #D1A43C;
	padding-bottom: 9px;
	margin-bottom: 0px;
}
.uru_menu_other .price dl {
	margin-bottom: 50px;
}
.uru_menu_info .price dl dt,
.uru_menu_other .price dl dt {
	width: 100px;
	height: 25px;
	font-size: 13px;
	margin: 0 auto;
}
.uru_menu_info .price dl dd,
.uru_menu_other .price dl dd {
	width: 100%;
	max-width: 309px;
	padding-left: 0px;
	margin: 15px auto 0 auto;
}
.uru_menu_other .price dl dd img {
	width: 100%;
	height: auto;
}
.uru_menu_other .left,
.uru_menu_other .right {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
.uru_menu_other .right {
	margin-top: 28px;
}
.uru_menu_other .uru_menu_info_txt {
	margin-top: 15px;
}

.uru_menu_day {

}
.uru_menu_day div {
	display: block;
	padding: 32px 0 0 0;
}
.uru_menu_day div h4 {
	text-align: center;
	font-size: 20px;
}
.uru_menu_day div p {
	font-size: 18px;
	line-height: 1.8;
	padding-left: 0px;
	text-align: left;
	margin-top: 20px;
}

}

@media screen and (max-width: 359px) {

.uru_menu_single .uru_menu_info h4,
.uru_menu_other h4 {
	font-size: 20px;
}

.uru_menu_day div h4 {
	line-height: 1.4;
}

}


/* .link_set
======================================================*/

.link_set {
	margin-top: 0px;
}
.link_set ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	width:730px;
	margin: 1.2em auto 0 auto;
	font-weight: 700;
	font-size: 24px;
}
.link_set ul li {
	width: 340px;
}
.link_set ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 100vh;
	background-color: rgba(209,164,60,1.0);
	color: #fff;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	height: 2.4em;
	transition: background-color 0.3s;
}
.link_set ul li a:hover {
	background-color: rgba(209,164,60,0.7);
}

@media screen and (max-width: 1980px) {

.link_set ul {
	width: calc(( 730 / 1920 ) * 100% );
	font-size: 1.25vw;
}
.link_set ul li {
	width: calc(( 340 / 730 ) * 100% );
}

}
@media screen and (max-width: 1300px) {

.link_set ul {
	width: 494px;
	font-size: 16px;
}

}

@media screen and (max-width: 800px) {

.link_set .inner {
	width: 354px;
	margin: 0 auto;
}

.link_set ul {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 24px;
}
.link_set ul li {
	width: 100%;
}
.link_set ul a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #fff;
	background-color: rgba(209,164,60,1.0);
	border-radius: 100vh;
	height: 2.4em;
}
.link_set ul li:nth-of-type(2) {
	margin-top: 1.2em;
}

}

@media screen and (max-width: 599px) {

.link_set ul {
	font-size: 4.26vw;
}
.link_set .inner {
	width: calc(( 221 / 375 ) * 100% );
	margin: 0 auto;
}
}


@media screen and (max-width: 374px) {

.link_set ul {
	font-size: 16px;
}
.link_set .inner {
	width: 221px;
}

}


/* .campaign
======================================================*/

.campaign {
	padding: 120px 0;
}
.campaign ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin-top: 60px;
}
.campaign ul li {
	width: calc(( 100% - 50px ) / 2);
}
.campaign ul li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1200px) {

.campaign ul li {
	width: calc(( 100% - 30px ) / 2);
}

}

@media screen and (max-width: 800px) {

.campaign ul {
	display: block;
	margin-top: 50px;
}
.campaign ul li {
	width: 100%;
}
.campaign ul li:nth-of-type(2) {
	margin-top: 50px;
}
}

@media screen and (max-width: 599px) {

.campaign {
	padding: 113px 0 80px 0;
}

.campaign ul {
	margin-top: 37px;
}

}



/* .voice
======================================================*/

.voice {
	padding: 110px 0;
	background-color: #FCFDF8;
}
.uru_voice {
	margin-top: 75px;
}
.voice .swiper .swiper-slide {
	height: auto;
}
.voice_single {
	width: 100%;
	height: 100%;
	min-height: 302px;
	border-radius: 30px;
	border: solid 1.5px #D1A43C;
	box-sizing: border-box;
	padding: 60px 78px 50px 263px;
	background-color: #fff;
	position: relative;
}
.voice_single dt {
	font-size: 18px;
	line-height: 1;
	border-bottom: solid 1px #D1A43C;
	padding-bottom: 15px;
}
.voice_single dd {
	font-size: 18px;
	line-height: 2;
	padding-top: 13px;
	text-align: justify;
	word-break: break-all;
}
.voice_single .img {
	position: absolute;
	width: 108px;
	left: 78px;
	top: 85px;
	text-align: center;
}
.voice_single .img img {
	width: 100%;
	height: auto;
}
.voice_single .img span {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-top: 30px;
}
.uru_voice .swiper-button-prev,
.uru_voice .swiper-button-next {
	width: 59px;
	height: 59px;
	border-radius: 100vh;
	background-image: none;
	top: calc( 50% + 23px - 29px );
}
.uru_voice .swiper-button-prev::after,
.uru_voice .swiper-button-next::after {
    display: none;
}
.uru_voice .swiper-button-prev {
	background: url(../img/ar_prev.svg) center center no-repeat;
	background-size: 15px auto;
	background-color: #D1A43C;
	left: 100px;
}
.uru_voice .swiper-button-next {
	background: url(../img/ar_next.svg) center center no-repeat;
	background-size: 15px auto;
	background-color: #D1A43C;
	right: 100px;
}
@media screen and (max-width: 1920px) {

.voice_single {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: solid 1.5px #D1A43C;
	box-sizing: border-box;
	padding: 60px 10% 50px 33.25%;
	background-color: #fff;
	position: relative;
}
.voice_single dt {
	font-size: 18px;
	line-height: 1;
	border-bottom: solid 1px #D1A43C;
	padding-bottom: 15px;
}
.voice_single dd {
	font-size: 18px;
	line-height: 2;
	padding-top: 13px;
	text-align: justify;
	word-break: break-all;
}
.voice_single .img {
	position: absolute;
	width: 13.5%;
	left: 9.75%;
	top: 85px;
	text-align: center;
}
.voice_single .img img {
	width: 100%;
	height: auto;
}
.voice_single .img span {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-top: 28px;
}

}

@media screen and (max-width: 1024px) {

.voice {
	padding: 80px 0;
}
.uru_voice {
	margin-top: 56px;
}
.voice_single {
	padding: 34px 20px 120px 20px;
	min-height: auto;
}
.voice_single dt {
	font-size: 18px;
	line-height: 1;
	border-bottom: solid 0px #D1A43C;
	padding-bottom: 0;
	text-align: center;
}
.voice_single dd {
	font-size: 16px;
	line-height: 1.75;
	padding-top: 20px;
	text-align: justify;
	word-break: break-all;
}
.voice_single .img {
	position: absolute;
	width: 83px;
	left: auto;
	right: 14px;
	top: auto;
	bottom: 27px;
}
.voice_single .img span {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-top: 0;
	position: absolute;
	left: -80px;
	bottom: 3px;
}
.uru_voice .swiper-button-prev,
.uru_voice .swiper-button-next {
	width: 40px;
	height: 40px;
	top: calc( 50% + 2px );
}
.uru_voice .swiper-button-prev::after,
.uru_voice .swiper-button-next::after {
    display: none;
}
.uru_voice .swiper-button-prev {
	background: url(../img/ar_prev.svg) center center no-repeat;
	background-size: 10px auto;
	background-color: #D1A43C;
	left: 55px;
}
.uru_voice .swiper-button-next {
	background: url(../img/ar_next.svg) center center no-repeat;
	background-size: 10px auto;
	background-color: #D1A43C;
	right: 55px;
}
}

@media screen and (max-width: 599px) {
.voice {
	padding: 50px 0;
}
.uru_voice {
	margin-top: 37px;
}
.swiper-slide {
	box-sizing: border-box;
	padding: 0 30px;
}
.uru_voice .swiper-button-prev,
.uru_voice .swiper-button-next {
	width: 22px;
	height: 22px;
	top: calc( 50% + 11px );
}
.uru_voice .swiper-button-prev::after,
.uru_voice .swiper-button-next::after {
    display: none;
}
.uru_voice .swiper-button-prev {
	background: url(../img/ar_prev.svg) center center no-repeat;
	background-size: 7px auto;
	background-color: #D1A43C;
	left: 10px;
}
.uru_voice .swiper-button-next {
	background: url(../img/ar_next.svg) center center no-repeat;
	background-size: 7px auto;
	background-color: #D1A43C;
	right: 10px;
}
}


/* flow
======================================================*/

.flow {
	padding: 95px 0 120px 0;
	background-image: url("../img/p01.png"), url("../img/p02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 4.2% top, right 5.729% bottom;
	background-size: 19.27% auto, 19.27% auto;
}
.flow_content {
	width: 100%;
	max-width: 650px;
	margin: 60px auto 0 auto;
}
.flow_content dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: url(../img/line01.png) left 148px top repeat-y;
}
.flow_content dl:not(:first-child) {
	padding-top: 35px;
}
.flow_content dt {
	width: 148px;
	padding: 4px 0 13px 30px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #E599AD;
	box-sizing: border-box;
}
.flow_content dd {
	width: calc( 100% - 148px);
	font-size: 18px;
	line-height: 2;
	padding: 4px 0 4px 46px;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {

.flow_content {
	width: 100%;
	max-width: 500px;
	margin: 60px auto 0 auto;
}
.flow_content dl {
	background: url(../img/line01.png) left 124px top repeat-y;
}
.flow_content dl:not(:first-child) {
	padding-top: 30px;
}
.flow_content dt {
	width: 124px;
	padding: 0px 0 0px 25px;
	font-size: 24px;
}
.flow_content dd {
	width: calc( 100% - 124px);
}
.flow_content dd span {
	display: block;
}

}

@media screen and (max-width: 599px) {

.flow {
	padding: 56px 0 50px 0;
	background-image: url("../img/p01.png"), url("../img/p02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 0 top 70px, right 0 bottom;
	background-size: 42.4% auto, 42.4% auto;
}
.flow_content {
	width: 100%;
	max-width: 340px;
	margin: 46px auto 0 auto;
}
.flow .container_wrap {
	padding: 0 20px;
}
.flow_content dl {
	background: url(../img/line01.png) left 95px top repeat-y;
}
.flow_content dl:not(:first-child) {
	padding-top: 20px;
}
.flow_content dt {
	width: 90px;
	padding: 0px 0 0px 16px;
	font-size: 20px;
}
.flow_content dd {
	width: calc( 100% - 90px);
	font-size: 16px;
	line-height: 1.6;
	padding: 4px 0 4px 18px;
	box-sizing: border-box;
}
.flow_content dd span {
	display: block;
	font-size: 14px;
}
}

@media screen and (max-width: 374px) {

.flow_content {
	width: 100%;
	max-width: 100%;
}

.flow_content dl {
	background: url(../img/line01.png) left 86px top repeat-y;
}
.flow_content dt {
	width: 80px;
	padding: 0px 0 0px 10px;
	font-size: 18px;
}
.flow_content dd {
	width: calc( 100% - 80px);
	font-size: 16px;
	line-height: 1.6;
	padding: 4px 0 4px 18px;
	box-sizing: border-box;
}

}

@media screen and (max-width: 359px) {

.flow_content dl {
	background: url(../img/line01.png) left 75px top repeat-y;
}
.flow_content dt {
	width: 70px;
	padding: 0px 0 0px 10px;
	font-size: 16px;
}
.flow_content dd {
	width: calc( 100% - 70px);
	font-size: 16px;
	line-height: 1.6;
	padding: 4px 0 4px 18px;
	box-sizing: border-box;
}
}

/* qa
======================================================*/

.qa {
	padding: 110px 0 100px 0;
	background-color: #FCFDF8;
}
.qa_content {
	margin-top: 50px;
}

.qa dl {
	border-radius: 100vh;
	border: solid 2px #D1A43C;
	background-color: #fff;
	padding: 30px 58px;
	font-size: 18px;
	line-height: 2;
}
.qa dl:not(:first-child) {
	margin-top: 30px;
}
.qa dl dt span,
.qa dl dd span {
	color: #E599AD
}
.qa dl dd {
	margin-top: 3px;
}
@media screen and (max-width: 1024px) {

.qa {
	padding: 78px 0 75px 0;
}

}

@media screen and (max-width: 599px) {

.qa {
	padding: 46px 0 50px 0;
}
.qa_content {
	margin-top: 40px;
}

.qa dl {
	border-radius: 32px;
	border: solid 2px #D1A43C;
	background-color: #fff;
	padding: 15px 18px;
}
.qa dl dd {
	margin-top: 10px;
}
}


/* access
======================================================*/

.access {
	padding: 120px 0 34px 0;
}
.access_content {
	width: 100%;
	max-width: 800px;
	margin: 50px auto 0 auto;
}
.gmap iframe {
	width: 100%;
	height: 310px;
}
.shop_info {
	margin-top: 30px;
}
.shop_info dl {
	display: -webkit-flex;
	display: flex;
	border-bottom: solid 0.5px #D1A43C;
}
.shop_info dl dt {
	width: 150px;
	padding: 22px 0;
}
.shop_info dl dd {
	width: calc(100% - 150px);
	padding: 22px 0;
	padding-left: 40px;
	box-sizing: border-box;
}
.shop_info dl dt span {
	display: block;
	border-radius: 100vh;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	background-color: #D1A43C;
	color: #fff;
}
.shop_info dl dd {
	line-height: 1.4;
	font-size: 18px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {

.access {
	padding: 88px 0 50px 0;
}


.shop_info dl {
	display: block;
}
.shop_info dl:not(:first-child) {
	margin-top: 22px;
}
.shop_info dl dt {
	width: 150px;
	padding: 0;
	margin: 0 auto;
}
.shop_info dl dd {
	width: 100%;
	padding: 16px 0 22px 0;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
}

@media screen and (max-width: 800px) {
.shop_info dl dd {
	width: 100%;
	padding: 10px 0 18px 0;
	line-height: 2;
}
.shop_info dl dd span {
	display: block;
}
}

@media screen and (max-width: 599px) {

.access {
	padding: 56px 0 50px 0;
}
.shop_info dl dt {
	width: 130px;
}
.shop_info dl dt span {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
}
.shop_info dl dd {
	font-size: 16px;
}
}


/* uru04
======================================================*/

.uru04 {
	padding: 104px 0 0px 0;
	background: url(../img/p03.png) center top no-repeat;
	background-size: 450px auto;
}
.uru04 p.txt {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.uru04 p.txt:not(:first-child) {
	margin-top: 35px;
}
.uru04 .link_set {
	margin-top: 50px;
}
@media screen and (max-width: 599px) {

.uru04 {
	padding: 0px 0 0px 0;
	background: url(../img/p03.png) center top no-repeat;
	background-size: 295px auto;
}
.uru04 p.txt {
	font-size: 16px;
	line-height: 1.75;
}
.uru04 p.txt:not(:first-child) {
	margin-top: 14px;
}
.uru04 .link_set {
	margin-top: 38px;
}
}


/* footer
======================================================*/

.footer {
	padding: 100px 0 110px 0;
	background-color: #FCFDF8;
}
.footer_container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
}

.footer_info {
	width: 670px;
	display: -webkit-flex;
	display: flex;
}
.footer_info .logo {
	width: 280px;
}
.footer_info .logo img {
	width: 220px;
	height: auto;
}
.footer_info .txt {
	width: 390px;
	padding-top: 43px;
}
.footer_info .txt h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	color: #D1A43C;
}
.footer_info .txt .tag {
	font-size: 12px;
	line-height: 1;
	margin-top: 14px;
}
.footer_info .txt .add {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 50px;
}
.footer_info .txt .mail {
	font-size: 16px;
	line-height: 1;
	padding-left: 37px;
	background: url(../img/f_mail.svg) left center no-repeat;
	background-size: 19px auto;
	margin-top: 10px;
}
.f_pk {
	width: 330px;
	border-top: solid 1px #D1A43C;
	margin-top: 23px;
	padding-top: 15px;
}
.f_pk dl {
	display: -webkit-flex;
	display: flex;
}
.f_pk dl:not(:first-child) {
	margin-top: 10px;
}
.f_pk dl dt {
	width: 96px;
}
.f_pk dl dd {
	width: calc( 100% - 96px );
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
	line-height: 26px;
}
.f_pk dl dt span {
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #D1A43C;
	border-radius: 100vh;
}
.footer_nav {
	width: 280px;
	position: absolute;
	top: 33px;
	right: 0;
}
.footer_nav nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_nav nav ul {
	list-style: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}
.footer_nav nav ul li a {
	display: block;
	padding: 13px 0;
	color: #4C4948;
	opacity: 1;
	transition: opacity 0.3s;
}
.footer_nav nav ul li a:hover {
	opacity: 0.7;
}
.footer_nav p {
	text-align: right;
	margin-top: 39px;
}
.footer_nav p a {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	background: url(../img/inst_logo.svg) left center no-repeat;
	background-size: 24px 24px;
	color: #707070;
	padding-left: 39px;
}
.copy {
	text-align: center;
	font-size: 16px;
	line-height: 57px;
	height: 57px;
	background-color: #fff;
	color: #D1A43C;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 1200px) {

.footer_nav {
	width: 260px;
}

}

@media screen and (max-width: 1024px) {

.footer_container {
	max-width: 700px;
}

.footer_nav {
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	margin-top: 20px;
	text-align: left;
}
.footer_nav nav {
	display: none;
}
.footer_nav p {
	text-align: left;
	margin-top: 0;
	padding-left: 0px;
	box-sizing: border-box;
}
.footer_nav p a {
	display: inline-block;
	margin-left: 278px;
}
}


@media screen and (max-width: 768px) {

.footer_container {
	max-width: 360px;
}

.footer_info {
	width: 100%;
	display: block;
}
.footer_info .logo {
	width: 100%;
	text-align: center;
}
.footer_info .logo img {
	width: 211px;
	height: auto;
}
.footer_nav p a {
	display: inline-block;
	margin-left: 0;
}
}


@media screen and (max-width: 599px) {

.footer {
	padding: 100px 0 80px 0;
}
.footer_container {
	max-width: 400px;
}
.footer_info {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.footer_info .logo {
	width: 100%;
	text-align: center;
}
.footer_info .logo img {
	width: 211px;
	height: auto;
}
.footer_info .txt {
	width: 100%;
	padding-top: 60px;
}
.footer_info .txt h2 {
	line-height: 1.5;
}
.footer_info .txt .tag {
	margin-top: 12px;
}
.footer_info .txt .add {
	margin-top: 40px;
}
.footer_info .txt .mail {
	margin-top: 20px;
}
.f_pk {
	width: 100%;
	margin-top: 23px;
	padding-top: 20px;
}
.footer_nav {
	margin-top: 20px;
}
.footer_nav p {
	text-align: left;
	margin-top: 0;
}
.copy {
	text-align: center;
	font-size: 14px;
	line-height: 39px;
	height: 39px;
}
}

/* contact
======================================================*/

.contact {
	padding: 112px 0 120px 0;
}
.form_content {
	margin: 48px auto 0 auto;
	width: 100%;
	max-width: 800px;
}
.form_content .label {
	display: block;
}
.form_content .label:not(:first-child) {
	margin-top: 30px;
}
.form_content dl {
	display: -webkit-flex;
	display: flex;
}
.form_content dl dt {
	width: 217px;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.05em;
}
.form_content dl dt span {
	font-weight: 700;
	color: #D1A43C;
	margin-left: 20px;
}
.form_content dl dd {
	width: calc( 100% - 217px );
}
.form_txt {
	width: 100%;
	border: solid 1.5px #D1A43C;
	border-radius: 17px;
	background-color: #fff;
	height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #4C4948;
}
.form_txt.form_txtarea {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-radius: 23px;
	height: 324px;
	padding: 10px 20px;
	line-height: 1.6;
}
.doi {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin-top: 30px;
}
.doi_ck {
	display: inline-block;
}
.doi_ck input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
}
.doi_txt {
	display: inline-block;
}
.doi_txt a {
	color: #333;
	text-decoration: underline;
	margin: 0 20px 0 20px;
	opacity: 1;
	transition: opacity 0.3s;
}
.doi_txt a:hover {
	opacity: 0.7;
}
.form_btn {
	text-align: center;
	margin-top: 40px;
}
.form_btn .form_btn_send {
	width: 340px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 100vh;
	background-color: #D1A43C;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	transition: background-color 0.3s;
}
.form_btn .form_btn_send:hover {
	background-color: #debf75;
}

@media screen and (max-width: 1024px) {


.contact {
	padding: 100px 0 95px 0;
}
.form_content {
	margin: 48px auto 0 auto;
	max-width: 640px;
}
.form_content dl {
	display: block;
}
.form_content dl dt {
	width: 100%;
	line-height: 1;
	padding-bottom: 14px;
}
.form_content dl dd {
	width: 100%;
}
}

@media screen and (max-width: 599px) {

.contact {
	padding: 86px 0 70px 0;
}
.form_content {
	margin: 33px auto 0 auto;
}
.form_content .label:not(:first-child) {
	margin-top: 20px;
}
.form_txt {
	border-radius: 12px;
	height: 45px;
	padding: 0 20px;
	font-size: 16px;
}
.form_txt.form_txtarea {
	font-size: 16px;
	border-radius: 17px;
	height: 250px;
	padding: 10px 20px;
	line-height: 1.6;
}
.doi {
	font-size: 16px;
	margin-top: 30px;
}
.doi_ck input {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
}
.doi_txt a {
	margin: 0 15px 0 15px;
}
.form_btn {
	text-align: center;
	margin-top: 40px;
}
.form_btn .form_btn_send {
	width: 221px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
}
}


/* uru_pp
======================================================*/

.uru_pp {
	padding: 210px 0 120px 0;
}
.uru_pp .uru_h2 span {
	display: block;
	font-size: 20px;
	margin-bottom: 16px;
}
.pp_content {
	margin-top: 33px;
}
.pp_content h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.63;
	margin-top: 27px;
}
.pp_content p {
	font-size: 16px;
	line-height: 2.25;
	margin-top: 11px;
}
.pp_content p.sign {
	margin-top: 24px;
}

@media screen and (max-width: 1024px) {

.uru_pp {
	padding: 140px 0 90px 0;
}

}


@media screen and (max-width: 599px) {

.uru_pp {
	padding: 140px 0 60px 0;
}
.uru_pp .uru_h2 span {
	font-size: 18px;
	margin-bottom: 10px;
}
.pp_content h3 {
	font-size: 18px;
	margin-top: 27px;
}

}


/* uru_thanks
======================================================*/

.uru_thanks {
	padding: 210px 0 120px 0;
}
.thanks_content {
	margin-top: 37px;
}
.thanks_content p {
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	line-height: 2.25;
}

@media screen and (max-width: 1024px) {

.uru_thanks {
	padding: 140px 0 90px 0;
}

}


@media screen and (max-width: 599px) {

.uru_thanks {
	padding: 140px 0 60px 0;
}

}


/* form_confirm
======================================================*/

.form_confirm {
	padding: 210px 0 120px 0;
}

.form_confirm h2 {
	text-align: center;
	font-size: 20px;
	lineheight: 1.4;
	color: #D1A43C;
}
.form_confirm .er_box {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
}

@media screen and (max-width: 1024px) {

.form_confirm {
	padding: 140px 0 90px 0;
}

}

@media screen and (max-width: 599px) {

.form_confirm {
	padding: 140px 0 60px 0;
}
.form_confirm h2 {
	font-size: 18px;
}
.form_confirm .er_box {
	margin-top: 30px;
	font-size: 16px;
}

}

@media screen and (max-width: 359px) {

.form_confirm .er_box {
	font-size: 14px;
}

}


/* clearfix：float対策
======================================================*/

.clear:after {
	content: "";
	display: block;
	clear: both;
}
 
.clear:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clear {
	display: block;
}