@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 850px) {
#mainvisual {
	width: 100%;
	margin-top: 114px;
	background-image: radial-gradient(#ffc107 2px, #ffffff 2px);
	background-size: 10px 10px;
}
.mv_box {
	max-width: 1100px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	padding: 80px 0;
}
.logo_wrap {
	position: relative;
	width: 400px;
	height: 400px;
	margin-bottom: 0;
}
.mv_logo {
	position: relative;
	z-index: 1;
}
.mv_logo02 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* パンくずリスト */
#pan_box {
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}
#pan_list {
	padding-right: 35px;
	height: 35px;
	color: #fff;
	background-color: #B7282E;
	position: absolute;
	bottom: -10px;
	z-index: 99;
}
ol.topic_path {
	list-tyle-type: none;
	line-height: 35px;
	font-size: 77%;
	letter-spacing: 1px;
	padding-left: 30px;
}
ol.topic_path li {
	display: inline;
}
ol.topic_path li.first {
	position: relative;
}
ol.topic_path li.first::after {
	content: '';
	position: absolute;
	top: 30%;
	right: 3px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
ol.topic_path li.second {
	padding-left: 5px;
}
ol.topic_path li a {
	padding-right: 20px;
	color: #fff;
	text-decoration: underline;
}
ol.topic_path li a:hover {
	color: #fff100;
}
.r_banner {
	width: 310px;
	padding: 20px;
}
#link {
	bottom: 20px;
}
#wrapper {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 !important;
}
.contents_01 {
	padding-bottom: 80px;
}
.title_box {
	display: flex;
	justify-content: space-between;
}
h2.y_title {
	font-size: 250%;
	margin: 30px 0 20px;
}
.icon {
	width: 20%;
	position: relative;
	top: 80px;
}
.icon img {
	width: 100%;
	height: auto;
}
.title_photo {
	width: 1100px;
	margin: 0 auto 50px;
}
.title_photo img {
	width: 450px;
	height: auto;
}
.box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}
.box .co_list {
	flex: 0 0 500px;
	padding-bottom: 0;
}
.sub_title {
	margin: 0 auto 20px;
}
.contents_02 {
	padding: 130px 0 100px;
}
.co_02_box {
}
.bg_text {
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
	padding: 15px 0 15px 30px;
	margin-bottom: 100px;
}
.bg_text .title {
	font-size: 3.8em;
	white-space: nowrap;
}
.bg_text .description {
	font-size: 1.2em;
}
.principle-list {
	gap: 38px;
}
.principle-item {
	width: 48%;
	padding: 20px 15px;
}
.icon_02 {
	width: 50px;
	height: 50px;
}
.principle-item h3 {
	font-size: 2.0em;
}
.contents_03 {
	padding: 130px 0 0;
}
.photo_list {
	margin: 0 auto 60px;
	max-width: 1100px;
}
.photo_list li {
 flex: 0 0 calc((1100px - 20px*3)/4);
}
h2.y_title_03 {
	font-size: 160%;
	margin: 0 0 80px;
}
.block {
	display: inline;
}
.y_title_02 {
	font-size: 270%;
	margin-bottom: 40px;
}
.gallery {
	width: 1100px;
	display: flex;
	padding: 0 0 60px;
}
.gallery li {
	flex: 1 1 calc(20% - 10px);
}
.contents_04 {
	padding: 40px 0 40px;
}
h2.y_title_04 {
	width: 1100px;
	font-size: 380%;
}
.y_title_04_sub {
	font-size: 180%;
	padding-bottom: 30px;
	letter-spacing: 2px;
}
.co_04_text {
	font-size: 131%;
	padding-bottom: 30px;
	line-height: 2.0;
	text-align: center;
}
.pc_none {
	display: none;
}
.co_02_sub {
	font-size: 160%;
}
.container {
	display: flex;
	justify-content: center;
}
.co_04_list {
	width: 96%;
	max-width: 1100px;
	margin: 10px 0 30px;
	grid-template-columns: 1fr 1fr;
}
.co_04_list li {
	/*height: 100px;*/
	max-width: 530px;
	width: 96%;
}
.co_04_list .circle {
	width: 40px;
	height: 40px;
}
.co_04_list .line {
	font-size: 1.3rem;
}
.contents_05 {
	max-width: 960px;
	padding: 130px 20px;
}
.contents_05 .title {
	font-size: 317%;
}
:root {
 --gap: 14px;
}
.y_title_05_sub {
	font-size: 116%;
}
.co_05_list li {
	padding: 10px;
}
.icon_04 {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
}
.text {
	font-size: 108%;
}
ul.form_btn {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 20px 0 60px;
	flex-wrap: wrap;
}
ul.form_btn li {
	flex: 1;
	min-width: 220px;
}
ul.form_btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	font-size: 116%;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	height: 100%;
	transition: transform 0.2s, box-shadow 0.2s;
	line-height: 1.7;
}
.btn-form {
	background: linear-gradient(135deg, #ff6a00, #ffcc00);
}
.btn-instagram {
	background: linear-gradient(135deg, #fd1d1d, #833ab4);
}
.btn-tel {
	background: linear-gradient(135deg, #00c851, #2bbbad);
}
ul.form_btn li a:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}
.title_02 {
	font-size: 230%;
	color: #333;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	margin-top: 80px;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.title_02:before, .title_02:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 4px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.title_02:before {
	left: 0;
}
.title_02:after {
	right: 0;
}
.text_02 {
	font-size: 116%;
	line-height: 1.5;
	color: var(--text);
	font-weight: 500;
	padding-top: 10px;
	letter-spacing: 1px;
}
.y_title_06_sub {
	color: var(--text);
	margin: 20px 0 30px;
	font-size: 116%;
	font-family: var(--font-sans);
	line-height: 1.7;
	letter-spacing: 1px;
}
#table_box02 h2 {
	text-align: center;
	font-size: 38px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	margin: 30px auto 10px;
}
.about {
	font-size: 116%;
	line-height: 1.5;
	color: var(--text);
	font-weight: 500;
	padding-top: 10px;
	letter-spacing: 1px;
	text-align: center;
}
.listing_price_02 {
	margin: 20px auto 0;
	width: 100%;
	border: 1px solid #B7282E;
}
.listing_price_02 th {
	background: #B7282E;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.listing_price_02 tr:last-of-type th {
	border: none;
}
.listing_price_02 td {
	padding: 10px;
	border-bottom: 1px solid #B7282E;
	background: #fff;
}
.hissu {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
}
.mini {
	font-size: 14px;
	color: #333;
}
.yubin a {
	font-size: 14px;
	display: inline-block;
	padding-top: 5px;
	color: #B7282E;
	border-bottom: 1px solid #B7282E;
}
.tooltip, select {
	border: 1px solid #B7282E;
}
#btn_box {
	margin: 20px auto;
	text-align: center;
}
.btn_2 {
	width: 150px;
	padding: 8px 20px;
	background-color: #B7282E;
	color: #fff;
	border: none;
	font-size: 18px;
	margin: 10px;
	display: inline-block;
	text-decoration: none;
	outline: none;
}
.btn_2:hover {
	opacity: 0.8;
}
}
