@charset "UTF-8";

.breadcrumb_nav > li {
	font-size: 11px;
}

#phtwedding {
	color: #555;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
}

#phtwedding a {
	text-decoration: none;
}

#phtwedding a:active,
#phtwedding a:focus {
	outline: none;
	text-decoration: none;
}

#phtwedding a img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

#phtwedding .dis_pc {
	display: block;
}

#phtwedding .dis_sp {
	display: none;
}

#phtwedding img {
	max-width: 100%;
}

#phtwedding .taC {
	text-align: center;
}

#phtwedding .taR {
	text-align: right;
}

#phtwedding .font_min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: -0.04em;
}

#phtwedding .content_bg {
	display: none;
}

/* ------------------------------------ */

/* パンくず文字長調整 */

/* ------------------------------------ */

.breadcrumb_nav {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb_nav li:last-of-type a {
	pointer-events: none;
}

/* ------------------------------------ */

/* 看板 */

/* ------------------------------------ */

#phtwedding .hero {
	text-align: center;
}

#phtwedding .hero img {
	margin: 0 auto;
}

/* ------------------------------------ */

/* Button */

/* ------------------------------------ */

#phtwedding .link_btn a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border: 1px solid #5eb4df;
	color: #5eb4df;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.6;
	position: relative;
	text-align: center;
}

#phtwedding .link_btn a::after {
	-webkit-transform: rotate(45deg);
	border-right: solid 1px #5eb4df;
	border-top: solid 1px #5eb4df;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	transform: rotate(45deg);
	width: 8px;
}

#phtwedding .link_btn a.blue {
	background: #5eb4df;
	color: #fff;
}

#phtwedding .link_btn a.blue::after {
	border-color: #fff;
}

#phtwedding .link_btn.back a::after {
	display: none;
}

#phtwedding .link_btn.back a::before {
	-webkit-transform: rotate(-135deg);
	border-right: solid 1px #5eb4df;
	border-top: solid 1px #5eb4df;
	content: "";
	display: block;
	height: 8px;
	left: 20px;
	position: absolute;
	top: calc(50% - 4px);
	transform: rotate(-135deg);
	width: 8px;
}

/* ------------------------------------ */

/* slider */

/* ------------------------------------ */

#phtwedding .slider img {
	margin: 0 auto;
	max-height: 260px;
	max-width: 100%;
	width: auto;
}

#phtwedding .slick-slide:focus {
	outline: none;
}

#phtwedding .slick-arrow {
	-webkit-transform: rotate(-45deg);
	background: none;
	border: none;
	border-left: solid 2px #5eb4df;
	border-top: solid 2px #5eb4df;
	height: 16px;
	top: calc(50% - 8px);
	transform: rotate(-45deg);
	width: 16px;
	z-index: 100;
}

#phtwedding .slick-arrow.slick-prev {
	left: -38px;
}

#phtwedding .slick-arrow.slick-next {
	-webkit-transform: rotate(135deg);
	right: -38px;
	transform: rotate(135deg);
}

#phtwedding .slick-arrow.slick-prev:before {
	content: "";
}

#phtwedding .slick-arrow.slick-next:before {
	content: "";
}

#phtwedding .slick-dots {
	bottom: -30px;
}

#phtwedding .slick-dots li {
	height: 10px;
	margin: 0 4px;
	width: 10px;
}

#phtwedding .slick-dots li button {
	height: 100%;
	width: 100%;
}

#phtwedding .slick-dots li button:before {
	background: #ccc;
	border-radius: 100%;
	content: "";
	height: 100%;
	opacity: 1;
	width: 100%;
}

#phtwedding .slick-dots li.slick-active button:before {
	background: #5eb4df;
}

/* ------------------------------------ */

/* アンカーリンクナビ */

/* ------------------------------------ */

#phtwedding .contents_nav .nav_tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin-bottom: 30px;
	text-align: center;
}

#phtwedding .contents_nav ul {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

#phtwedding .contents_nav ul li a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border: 1px solid #5eb4df;
	border-radius: 10px;
	color: #5eb4df;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	height: 86px;
	justify-content: center;
	letter-spacing: -0.04em;
	position: relative;
	text-align: center;
	width: 100%;
}

#phtwedding .contents_nav ul li a::after {
	-webkit-transform: translateX(-50%);
	border-color: #5eb4df transparent transparent transparent;
	border-style: solid;
	border-width: 13px 6.5px 0 6.5px;
	bottom: -13px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 1;
}

#phtwedding .contents_nav ul li a::before {
	-webkit-transform: translateX(-50%);
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	bottom: -11px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

#phtwedding .contents_nav ul li a span {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.5;
}

#phtwedding .contents_nav ul li a b {
	display: block;
	font-size: 135%;
	letter-spacing: -0.06em;
	line-height: 1.2;
}

#phtwedding .contents_nav ul li a small {
	display: block;
	font-size: 85%;
	font-weight: 600;
}

/* ------------------------------------ */

/* section */

/* ------------------------------------ */

#phtwedding .sec_inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 80px 0;
	width: 88%;
}

#phtwedding .sec_tit_01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.5;
	text-align: center;
}

#phtwedding .sec_tit_01 b {
	color: #5eb4df;
	font-size: 150%;
	letter-spacing: 0.075em;
	line-height: 1.25;
}

#phtwedding .sec_tit_01 small {
	color: #5eb4df;
	display: block;
	font-size: 56.25%;
	font-weight: 600;
}

#phtwedding .sec.bg_blue {
	background: #dcf2fe;
}

#phtwedding .sec.bg_blue .sec_tit_01 b,
#phtwedding .sec.bg_blue .sec_tit_01 small {
	color: #555;
}

#phtwedding .sec p {
	font-size: 15px;
	line-height: 1.5;
}

#phtwedding .sec .img {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#phtwedding .sec .img img {
	width: 100%;
}

/* ------------------------------------ */

/* お問い合わせ */

/* ------------------------------------ */

#phtwedding .contact_box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin: 0 auto 50px;
	max-width: 880px;
	padding: 25px 30px 25px 40px;
	width: 88%;
}

#phtwedding .freeorder_txt {
	width: 52%;
}

#phtwedding .freeorder_txt .big {
	color: #5eb4df;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.6;
	margin-bottom: 10px;
}

#phtwedding .freeorder_txt .small {
	color: #999;
	font-size: 14px;
	letter-spacing: 0.075em;
	line-height: 1.7;
}

#phtwedding .freeorder_numlink {
	max-width: 440px;
	text-align: center;
	width: 48%;
}

#phtwedding .freeorder_numlink .tel_num {
	color: #5eb4df;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1;
	margin: 0 auto 10px;
	pointer-events: none;
	text-decoration: none;
}

#phtwedding .freeorder_numlink .tel_num .pc_none {
	display: none;
}

#phtwedding .freeorder_numlink .tel_num::before {
	margin-right: 5px;
	aspect-ratio: 1 / 1;
	background: url(../img/common/icon_tel_blue.svg) center center / auto 100% no-repeat;
	content: "";
	width: 38px;
	display: inline-block;
}

#phtwedding .freeorder_numlink .freeorder_btn {
	margin: 0 auto;
	max-width: 375px;
	width: 98%;
}

#phtwedding .freeorder_numlink .freeorder_btn a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #5eb4df;
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1.2;
	position: relative;
	text-align: center;
	width: 100%;
}

#phtwedding .freeorder_numlink .freeorder_btn a::after {
	display: block;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	aspect-ratio: 8 / 12;
	background: url(../img/common/arr_white.svg) center center / 100% auto no-repeat;
	content: "";
	width: 8px;
}

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

#phtwedding .slick-arrow:hover,
#phtwedding .slick-dots li:not(.slick-active) button:hover {
	opacity: 0.75;
}

}

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

#phtwedding a:hover {
	-webkit-transition: .3s ease-in-out;
	opacity: .75;
	text-decoration: none;
	transition: .3s ease-in-out;
}

#phtwedding .link_btn a:hover {
	background: #5eb4df;
	color: #fff;
	opacity: 1;
}

#phtwedding .link_btn a:hover::after {
	border-color: #fff;
}

#phtwedding .link_btn a.blue:hover {
	background: #e8f7ff;
	color: #5eb4df;
}

#phtwedding .link_btn a.blue:hover::after {
	border-color: #5eb4df;
}

#phtwedding .link_btn.back a:hover::before {
	border-color: #fff;
}

#phtwedding .contents_nav ul li a:hover {
	background: #5eb4df;
	color: #fff;
	opacity: 1;
}

#phtwedding .contents_nav ul li a:hover::before {
	border-color: #5eb4df transparent transparent transparent;
}

}

@media (max-width: 1140px), print {

#phtwedding .freeorder_numlink .tel_num {
	font-size: calc(100vw / 20);
	min-height: 47px;
}

}

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

#phtwedding .slider img {
	max-height: calc((100vw - 30px) / 3 * 2);
}

#phtwedding .slick-arrow {
	height: 12px;
	top: calc(50% - 6px);
	width: 12px;
}

#phtwedding .slick-arrow.slick-prev {
	left: -10px;
}

#phtwedding .slick-arrow.slick-next {
	right: -10px;
}

#phtwedding .contents_nav ul li a span {
	font-size: 15px;
}

#phtwedding .contact_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

#phtwedding .freeorder_txt {
	width: 100%;
}

#phtwedding .freeorder_txt .small {
	font-size: 12px;
	text-align: center;
}

#phtwedding .freeorder_numlink {
	width: 100%;
}

#phtwedding .freeorder_numlink .tel_num {
	font-size: 56px;
	margin-bottom: 10px;
}

}

@media screen and (max-width: 640px) {

#phtwedding .dis_pc {
	display: none;
}

#phtwedding .dis_sp {
	display: block;
}

#phtwedding .contents_nav .nav_tit {
	font-size: 4.26vw;
	font-weight: 600;
	margin-bottom: 5vw;
}

#phtwedding .contents_nav ul li a {
	border-radius: 4px;
	height: 11.5vw;
}

#phtwedding .contents_nav ul li a::after {
	border-width: 11px 4.5px 0 4.5px;
	bottom: -11px;
}

#phtwedding .contents_nav ul li a::before {
	border-width: 10px 3.5px 0 3.5px;
	bottom: -10px;
}

#phtwedding .contents_nav ul li a span {
	font-size: 3.73vw;
}

#phtwedding .sec_inner {
	padding: 10vw 0;
}

#phtwedding .sec_tit_01 {
	font-size: 5.33vw;
}

#phtwedding .sec_tit_01 b {
	font-size: 160%;
	letter-spacing: 0.05em;
}

#phtwedding .sec_tit_01 small {
	font-size: 70%;
}

#phtwedding .sec p {
	font-size: 3.73vw;
}

#phtwedding .sec .img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#phtwedding .contact_box {
	margin: 0 auto 15vw;
	padding: 5%;
}

#phtwedding .freeorder_txt .big {
	font-size: 4.5vw;
}

#phtwedding .freeorder_numlink {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

#phtwedding .freeorder_numlink .tel_num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border: 1px solid #5eb4df;
	border-radius: 5px;
	color: #5eb4df;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	letter-spacing: 0;
	margin: 0;
	min-height: unset;
	pointer-events: all;
	text-align: center;
	width: 48%;
}

#phtwedding .freeorder_numlink .tel_num .pc_none {
	display: inline;
}

#phtwedding .freeorder_numlink .tel_num .sp_none {
	display: none;
}

#phtwedding .freeorder_numlink .tel_num::before {
	margin-right: 10px;
	width: 15px;
}

#phtwedding .freeorder_numlink .freeorder_btn {
	margin: 0;
	width: 48%;
}

#phtwedding .freeorder_numlink .freeorder_btn a {
	font-size: 14px;
	letter-spacing: 0.05em;
}

#phtwedding .freeorder_numlink .freeorder_btn a::after {
}


}
