@charset "UTF-8";
/* CSS Document */

main {
	color: #4c4c4c;
}

.contents a {
    color: #1d3994;
    text-decoration: none;
}

.contents a:hover {
    color: #ff9933;
    text-decoration: underline;
}

.visual {
	border-bottom: 1px solid #e5e5e5;
	background-color: #f2f9ff;
	text-align: center;
	height: 160px;
	margin-bottom: 30px;
}

.visual div {
	width: 1024px;
	height: 159px;
	margin: 0 auto;
	position: relative;
	background-image: url("/attending/shiten/images/map_pc.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.visual div h1 {
	font-size: 2.5rem;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.visual div h1 span {
	font-size: 1.9rem;
	font-weight: 600;
	display: block;
}

#PrimaryNotice {
	width: 1024px;
	background-color: #fff;
	margin: 0 auto 60px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.PrimaryNotice__items li a {
  color: var(--textLink-color);
  font-size: 1.4rem;
}

.PrimaryNotice__items li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

.PrimaryNotice__items li a:hover {
  text-decoration: underline;
  color: var(--textLink-color);
}

.section-ttl-lev1 {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

/*アンカー*/
.anchor {
	margin-bottom: 40px;
}

.anchor ul, .adress_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.anchor ul li, .adress {
	width: calc(100% / 2 - 20px);
	margin-bottom: 20px;
}

.anchor ul li:nth-of-type(2n), .adress:nth-of-type(2n) {
	margin-left: 40px;
}

.anchor ul li a {
	position: relative;
	display: block;
	border: 1px solid var(--corporate-color);
	border-radius: 5px;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding: 13px 35px;
	color: #4c4c4c;
}

.anchor ul li a:hover {
	background-color: var(--corporate-color);
	color: #fff;
	text-decoration: none;
}

.anchor ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--corporate-color);
  border-right: 3px solid var(--corporate-color);
  transform: rotate(135deg);
}

.anchor ul li a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*エリア*/
.adress_wapper, .adress_item, .hp_wapper {
	margin-bottom: 40px;
}

.adress_item:last-child {
	margin-bottom: 0;
}

.adress_item .note {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.adress_wapper h3 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.0;
  background-color: var(--corporate-color);
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.adress_subheading {
	border-left: 10px solid var(--corporate-color);
	border-bottom: 1px solid var(--corporate-color);
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 1.8rem;
}

.adress {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.adress a {
	position: relative;
	width: 100%;
	padding: 20px 40px 20px 20px;
	color: #4c4c4c;
	font-weight: 600;
}

.adress a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--corporate-color);
  border-right: 3px solid var(--corporate-color);
  transform: rotate(45deg);
}

.adress a dd {
	font-weight: normal;
}

.adress a:hover {
	opacity: 0.7;
	color: #4c4c4c;
	text-decoration: none;
}

.adress a.inquiry {
	font-size: 1.8rem;
    color: var(--corporate-color);
	text-align: center;
	font-weight: 600;
}

.adress a h4 {
	font-size: 1.8rem;
	color:  var(--corporate-color);
	margin-bottom: 5px;
	font-weight: 600;
}

.adress a dl {
	display: flex;
	align-items: flex-start;
}

.adress a dt {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: normal;
	border: 1px solid #e5e5e5;
	padding: 0 12px;
	margin-right: 10px;
}

.adress a dd {
	font-size: 1.5rem;
	line-height: 1.5;
	flex: 1;
}

/*トップページ以外*/
.call .adress_subheading {
	font-size: 2.1rem;
	font-weight: 600;
}

.adress.down a:hover {
	background-color: var(--corporate-color);
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.adress.down a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.accordion__wapper {
	border: 1px solid var(--corporate-color);
	border-radius: 5px;
	padding: 20px 20px;
	margin-top: 30px;
}

.js-accordion-title {
	position: relative;
	font-size: 1.8rem;
	color:  var(--corporate-color);
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.js-accordion-title::before, .js-accordion-title::after {
  content: '';
  display: block;
  background-color: var(--corporate-color);
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 380px;
}

.js-accordion-title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.js-accordion-title.active::after {
  transform: rotate(0);
}

.js-accordion-title:hover {
	opacity: 0.7;
}

.accordion__content {
	display: none;
	margin-top: 20px;
}

.branch .anchor {
	margin-bottom: 20px;
}

.branch .anchor ul {
	justify-content: center;
}

.branch .anchor ul li {
	width: 226px;
	margin-bottom: 0;
	margin-right: 40px;
	border: 1px solid var(--corporate-color);
    border-radius: 5px;
}

.branch .anchor ul li:nth-of-type(2n) {
	margin-left: 0;
}

.branch .anchor ul li:nth-of-type(4n) {
	margin-right: 0;
}

.branch .anchor ul li:last-child {
	margin-right: 0;
}

.branch .anchor ul li a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	border: none;
	border-radius: 0;
}

.branch_adress_link {
	margin-bottom: 50px;
}

.branch_adress_link h5 {
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: var(--corporate-color);
	padding: 10px 0;
	margin-bottom: 20px;
}

.branch_adress {
	border: 1px solid #e5e5e5;
    border-radius: 5px;
	padding: 20px 40px;
}

.branch_adress:not(:last-child) {
	margin-bottom: 30px;
}

.branch_adress_heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.branch_adress_heading .branch_adress_heading_ttl{
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--corporate-color);
}

.branch_adress_heading .mail_btn {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.branch_adress_heading .mail_btn a {
	position: relative;
	width: 310px;
	padding: 20px 40px 20px 20px;
	color: #4c4c4c;
}

.branch_adress_heading .mail_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--corporate-color);
  border-right: 3px solid var(--corporate-color);
  transform: rotate(45deg);
}

.branch_adress_heading .mail_btn a:hover {
	opacity: 0.7;
	color: #4c4c4c;
	text-decoration: none;
}

.branch_adress_contents {
	display: flex;
	justify-content: space-between;
}

.branch_adress_contents div {
	width: calc(100% / 2 - 20px);
}

.branch_adress_contents dl {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.branch_adress_contents dl ul,
.branch_swiper_contents dl ul {
	display: flex;
	flex-wrap: wrap;
}

.branch_adress_contents .contents_left p:last-child {
	margin-bottom: 0;
}

.branch_adress_contents dl:last-child {
	margin-bottom: 0;
}

.branch_adress_contents .tel::before {
	content: url(/attending/shiten/images/ico_tel.png);
	position: absolute;
	display: inline-block;
	transform: scale(0.6);
	bottom: -10px;
    left: -8px;
}

.branch_adress_contents .fax::before {
	content: url(/attending/shiten/images/ico_fax.png);
	position: absolute;
	display: inline-block;
	transform: scale(0.6);
	bottom: -10px;
    left: -8px;
}


.branch_adress_contents .tel, .branch_adress_contents .fax {
	position: relative;
	font-size: 3.3rem;
	line-height: 1.0;
	font-weight: 600;
	padding-left: 40px;
	margin-bottom: 10px;
}

.branch_adress_contents .tel img {
	width: 42px;
	margin-left: 15px;
}

.branch_adress_contents .tel span, .branch_adress_contents .fax span {
	font-size: 2.1rem;
	margin-right: 10px;
	width: 45px;
	display: inline-block;
}

.branch_adress_contents .note {
	font-size: 1.2rem;
	padding-left: 40px;
	margin-bottom: 10px;
}

.branch_swiper_contents .contents_right {
	width: 100%;
}

.branch_adress_contents .contents_right .note {
	padding-left: 0;
	display: block;
}

.branch_adress_contents .contents_right dt {
	font-size: 1.4rem;
	line-height: 1.0;
	color: #fff;
	background-color: #007CB5;
	padding: 8px 0;
	margin-right: 15px;
	border-radius: 5px;
	text-align: center;
	width: 120px;
}

.branch_adress_contents .contents_right dd {
	flex: 1;
	font-size: 1.6rem;
}

.branch_adress_contents dl ul li {
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.2;
	color: #007CB5;
	border: 1px solid #007CB5;
	border-radius: 5px;
	width: calc(100% / 3 - 5px);
	margin-right: 7px;
	margin-bottom: 7px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	height: 30px;
}

.branch_adress_contents dl ul li:nth-of-type(3n) {
	margin-right: 0;
}

.branch_adress_contents dl ul li:nth-child(n + 4) {
	margin-bottom: 0;
} 

.branch .adress_subheading {
	font-size: 1.9rem;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}

.branch .hp_wapper dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.branch .hp_wapper dl dt {
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	background-color: #C3C3C3;
	border-radius: 5px;
	width: 140px;
	padding: 12px 0;
	margin-right: 15px;
	display: inline-block;
}

.branch .hp_wapper dl dd a:hover {
	opacity: 0.7;
}

.branch .hp_wapper dl dd {
	color: #1e73be;
	font-size: 1.6rem;
	text-decoration: underline;
	flex: 1;
}

.to_top {
	text-align: center;
	margin-bottom: 80px;
}

.to_top a {
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--corporate-color);
    border: 1px solid var(--corporate-color);
    border-radius: 5px;
    padding: 20px 20px;
	text-align: center;
	display: inline-block;
	width: 500px;
}

.to_top a:hover {
	background-color: var(--corporate-color);
	color: #fff;
	text-decoration: none;
}

.branch_adress.map_wapper {
	padding: 20px;
}

.branch_adress.map_wapper .branch_adress_contents div {
	width: auto;
}

.branch_adress.map_wapper .branch_adress_contents div.contents_right {
	margin-left: 20px;
	flex: 1;
}

.branch_adress.swiper_wapper,
.branch_adress.map_wapper {
	margin-bottom: 30px;
}

.branch_swiper_contents {
	display: flex;
}

.gallery {
	width: 460px;
	margin-right: 20px;
}

.gallery .swiper {
	width: 460px;
	margin: auto;
	position: relative;
}

.gallery .swiper-main {
  overflow: visible;
}

.gallery .swiper-thumb {
  padding-top: 8px;
}

.gallery .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.gallery .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.gallery .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}

.gallery .slide {
  display: block;
  overflow: hidden;
}

.swiper-thumb {
	overflow: hidden;
}

.swiper-pagination {
	width: 460px;
	position: static;
}

.swiper-pagination-bullet {
	width: 10px;
    height: 10px;
    margin: 0 5px;
}

.slide-media img, .thumb-media img {
	border-radius: 5px;
}

.swiper-slide-visible {
	opacity: 0.7;
}

.swiper-slide-thumb-active {
	opacity: 1.0;
}

.swiper-thumb_wapper {
	position: relative;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  border: 1px solid var(--corporate-color);
  transition: background-color 0.3s;
  cursor: pointer;
}

.swiper-button-prev {
    left: -10px;
    transform: rotate(180deg);
}

.swiper-button-next {
    right: -10px;
}

.info.merchandise {
	margin-top: 30px;
	margin-bottom: 25px;
}

.branch_swiper_contents .contents_right .merchandise dt {
	font-size: 1.4rem;
	line-height: 1.0;
	color: #fff;
	background-color: var(--corporate-color);
	padding: 8px 0;
	margin-right: 15px;
	border-radius: 5px;
	text-align: center;
	width: 155px;
}

.branch_swiper_contents .contents_right .merchandise dd {
	flex: 1;
}

.branch_swiper_contents dl ul li {
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.2;
	color: #007CB5;
	border: 1px solid #007CB5;
	border-radius: 5px;
	width: 90px;
	margin-right: 7px;
	margin-bottom: 7px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	height: 30px;
}


/*.branch_swiper_contents .contents_right p.txt {
	margin-bottom: 30px;
}*/

.branch_swiper_contents dl {
	display: flex;
	align-items: baseline;
	margin-bottom: 30px;
}

.branch_swiper_contents .contents_right h3 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.0;
	text-align: center;
	border-radius: 5px;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #fff;
	background-color: var(--corporate-color);
}

.branch_swiper_contents .contents_right .info .info_wapper {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.branch .adress.down a::after {
	transform: rotate(135deg);
}

/*デコ枠共通*/
.deco {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}

.deco h3 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: var(--corporate-color);
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 5px;
}

/*スタッフブログ*/
.staff-blog_wapper .blog_cont {
	display: flex;
    justify-content: flex-start;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.staff-blog_wapper .blog_day {
	width: 240px;
}

.staff-blog_wapper .blog_ttl {
	flex: 1;
}

.staff-blog_wapper .blog_ttl:hover,
.blog_link:hover {
	text-decoration: underline;
}

.blog_link {
	margin-top: 10px;
	text-align: right;
}

.blog_link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

/*お客様受付カウンター 取り扱い商品 gb_counter*/
.items_logo {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.items_guidance {
	display: flex;
}

.items_guidance_ttl {
	width: 510px;
	margin-right: 50px;
}

.items_guidance_ttl span {
	font-size: 1.8rem;
    font-weight: 600;
	color: var(--corporate-color);
	display: block;
	margin-bottom: 10px;
}

.items_guidance_img {
	flex: 1;
}

/*便利なカウンター受付をご利用ください gb_counter*/
.items_counter {
	display: flex;
	position: relative;
}

.items_counter_left,
.items_counter_txt {
	width: 410px;
	margin-right: 20px;
}

.items_counter_left dt {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.0;
	color: #fff;
	background-color: #007cb5;
	border-radius: 5px;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 10px;
}

.items_counter_left dd {
	display: flex;
	justify-content: space-between;
}

.items_counter_left dd p {
	width: calc(100% / 2 - 5px);
	font-size: 1.7rem;
	line-height: 1.0;
	text-align: center;
	color: var(--corporate-color);
	border: solid 1px var(--corporate-color);
	border-radius: 5px;
	padding: 10px 0;
}

.items_counter_txt span {
	display: block;
	font-size: 1.2rem;
}

.items_counter_img {
	position: absolute;
	right: 0;
	top: -50px;
	width: 130px;
}

/*自動入金機をご利用ください!!*/
.items_payment {
	display: flex;
}

.items_payment_txt {
	width: 840px;
}

.items_payment_txt span {
	display: block;
	font-size: 1.2rem;
}

.items_payment_img {
	width: 120px;
	margin-left: 20px;
	
}

.branch_note {
	margin-bottom: 10px;
}

#GoogleMap{
    width:460px;
    height:345px;
}

.hidden {
	display: none;
}

/*デコ枠共通*/
.deco {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}

.deco h3 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: var(--corporate-color);
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.deco_link {
	font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.0;
    color: #fff !important;
    background-color: #007cb5;
    border-radius: 5px;
    text-align: center;
    padding: 12px 0;
	display: block;
    width: 800px;
    margin: 20px auto 0;
}

.deco_link:hover {
	opacity: 0.7;
	color: #fff !important;
	text-decoration: none !important;
}

/*スタッフブログ*/
.staff-blog_wapper .blog_cont {
	display: flex;
    justify-content: flex-start;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.staff-blog_wapper .blog_day {
	width: 240px;
}

.staff-blog_wapper .blog_ttl {
	flex: 1;
}

.staff-blog_wapper .blog_ttl:hover,
.blog_link:hover {
	text-decoration: underline;
}

.blog_link {
	margin-top: 10px;
	text-align: right;
}

.blog_link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

/*お客様受付カウンター 取り扱い商品 gb_counter*/
.items_logo {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.items_guidance {
	display: flex;
}

.items_guidance_ttl {
	width: 510px;
	margin-right: 50px;
}

.items_guidance_ttl span {
	font-size: 1.8rem;
    font-weight: 600;
	color: var(--corporate-color);
	display: block;
	margin-bottom: 10px;
}

.items_guidance_img {
	flex: 1;
}

/*便利なカウンター受付をご利用ください gb_counter*/
.items_counter {
	display: flex;
	position: relative;
}

.items_counter_left,
.items_counter_txt {
	width: 410px;
	margin-right: 20px;
}

.items_counter_left dt {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.0;
	color: #fff;
	background-color: #007cb5;
	border-radius: 5px;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 10px;
}

.items_counter_left dd {
	display: flex;
	justify-content: space-between;
}

.items_counter_left dd p {
	width: calc(100% / 2 - 5px);
	font-size: 1.7rem;
	line-height: 1.0;
	text-align: center;
	color: var(--corporate-color);
	border: solid 1px var(--corporate-color);
	border-radius: 5px;
	padding: 10px 0;
}

.items_counter_txt span {
	display: block;
	font-size: 1.2rem;
}

.items_counter_img {
	position: absolute;
	right: 0;
	top: -50px;
	width: 130px;
}

/*自動入金機をご利用ください!!*/
.items_payment {
	display: flex;
}

.items_payment_txt {
	width: 840px;
}

.items_payment_txt span {
	display: block;
	font-size: 1.2rem;
}

.items_payment_img {
	width: 120px;
	margin-left: 20px;
	
}

/*団体旅行*/
.deco_flex {
	display: flex;
	margin-bottom: 10px;
}

.arrangement_left {
	margin-right: 20px;
}

.deco_flex .items_arrangement_img img {
	width: 260px;
}

.arrangement_subheadding {
	font-size: 2.0rem;
	color: #fff;
	background-color: #007CB5;
	padding: 6px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.arrangement_subheadding span {
	font-size: 1.8rem;
	color: #007CB5;
	background-color: #fff;
	padding: 2px 10px;
	margin-left: 10px;
}

.arrangement_left dl {
	background-color: #DDF4FF;
	padding: 10px;
	margin-top: 10px;
}

.arrangement_left dl dt {
	font-size: 2.0rem;
	line-height: 1.0;
	font-weight: normal;
	color: #007CB5;
	display: flex;
	margin-bottom: 15px;
}

.arrangement_left dl dt span {
	font-size: 1.6rem;
	line-height: 1.0;
	color: #fff;
	background-color: #007CB5;
	padding: 2px 5px;
	margin-left: 5px;
}

.arrangement_left dl dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.arrangement_left .tel, .arrangement_left .fax {
	position: relative;
	font-size: 2.8rem;
	line-height: 1.0;
	font-weight: 600;
	padding-left: 40px;
}

.arrangement_left .tel span, .arrangement_left .fax span {
    font-size: 1.8rem;
    margin-right: 5px;
}

.arrangement_left .tel::before {
	content: url(/attending/shiten/images/ico_tel.png);
	position: absolute;
	display: inline-block;
	transform: scale(0.6);
	bottom: -15px;
    left: -8px;
}

.arrangement_left .fax::before {
	content: url(/attending/shiten/images/ico_fax.png);
	position: absolute;
	display: inline-block;
	transform: scale(0.6);
	bottom: -10px;
    left: -8px;
}

/*ハネムーン*/
.items_honeymoon dl {
	display: flex;
	margin-bottom: 20px;
}

.items_honeymoon dt {
	width: 450px;
	margin-left: 20px;
	color: #007cb5;
	font-weight: normal;
}

.items_honeymoon dt strong,
.items_honeymoon dt span {
	display: block;
}

.items_honeymoon dt span {
	color: #4c4c4c;
	font-size: 1.2rem;
}