@charset "utf-8";
/*

/* ***********************************
*
*		Ire's CSS Reset & Base
*
* *********************************** */

/* Reset margin, padding, border
* *********************************** */

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Typography
* *********************************** */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.4;
}

* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: inherit;
}

/* Layout
* *********************************** */

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: inherit;
}

/* Elements
* *********************************** */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
}

img {
	border-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

/* Attributes & states
* *********************************** */

[hidden] {
	display: none !important;
}

[disabled] {
	cursor: not-allowed;
}

:focus:not(:focus-visible) {
	outline: none;
}

/* Utility classes
* *********************************** */

.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	top: -9999px;
}


/* ***********************************
*
*		基本設定
*
* *********************************** */

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #4d4d4d;
}

body > .inner {
	padding: 0;
}

.content {
	margin-bottom: 80px;
}

.container {
  height: auto;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

aside {
	margin-bottom: 80px;
}

body.scroll-none {
	overflow-y: hidden;
}

.mincho {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

img {
	vertical-align: bottom;
}


a {
	transition: all 0.3s;
	text-decoration: none;
}

a:hover {
	opacity: .7;
}

.require {
	color: #bf0000;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.screen-reader-text {
	display: none;
}

@media (min-width: 768px) {
	.content {
		margin-bottom: 120px;
	}
	.container {
        width: 980px;
		padding-top: 70px;
	}
}

@media (min-width: 1200px) {
	body > .inner {
		max-width: 1548px;
		margin: 0 auto;
		padding: 0px 0 0 0px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.container {
		padding-right: 24px;
		padding-left: 24px;
	}

	.content {
		width: 100%;
	}

	aside {
		width: 20%;
		margin-bottom: 0;
	}

	.container {
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}
}


/* ***********************************
*
*		ブレークポイント
*
* *********************************** */

/* スマホとタブレットのみに適用 */
@media (max-width: 979px) {
	.sp-tablet-none {display: none !important;}
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
	.tablet-pc-none {display: none !important;}
}

/* スマホのみに適用 */
@media (max-width: 767px) {
	.sp-none {display: none !important;}
}

/* タブレットのみに適用 */
@media (min-width: 768px) and (max-width: 979px) {
	.tablet-none {display: none !important;}
}

/* PCのみに適用 */
@media (min-width: 1200px) {
	.pc-none {display: none !important;}
}

/* PC(大)のみに適用 */
@media (min-width: 1548px) {
	.pcbig-none {display: none !important;}
}


/* ***********************************
*
*		ヘッダー
*
* *********************************** */

.l-header {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
  background-color: white;
}

.l-header .h-logo {
  width: 210px;
	margin-left: 20px;
}

.l-header .h-logo .c-logo {
	width: 60px;
	height: 32px;
	vertical-align: bottom;
}

.l-header .nav-toggle {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
}

.l-header .nav-toggle.close {
	position: fixed;
}

.l-header .nav-toggle div {
	width: 28px;
	height: 19px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.l-header .nav-toggle div span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #4d4d4d;
	display: block;
	margin: auto;
}

.l-header .nav-toggle div:before,
.l-header .nav-toggle div:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #4d4d4d;
	transition: all .2s;
}

.l-header .nav-toggle.close div span {
	display: none;
}

.l-header .nav-toggle.close div:before {
	transform: translateY(8px) rotate(-45deg);
}

.l-header .nav-toggle.close div:after {
	transform: translateY(-8px) rotate(45deg);
}

.l-header .nav-toggle div:before {
	top: 0;
}

.l-header .nav-toggle div:after {
	bottom: 0;
}

@media (max-width: 979px) {
	header nav {
		padding-top: 70px;
		background: white;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 100;
	}

	.nav-toggle.open+nav {
		right: -200vw;
		left: 200vw;
		transition: all .5s ease 0.1s;

	}

	.nav-toggle.close+nav {
		transition: all .5s ease;
	}

	.nav-wrap {
		height: calc(100vh - 60px);
		overflow: auto;

	}

	.main-nav {
		width: 80%;
		margin: 0 auto;

	}

	.main-nav li {
		line-height: 3.0em;
		text-align: center;
		padding-right: 10px;
	}

	.main-nav a {
		font-size: 1.4rem;
		color: #4d4d4d;
		display: inline-block;

	}
}

@media (min-width: 768px) {
	.l-header {
		align-items: flex-end;
		padding-bottom: 8px;
	}

	.l-header .h-logo {
		width: 312px;
		margin-left: 40px;
		align-items: flex-end;
	}

	.l-header .nav-toggle {
		display: none;
	}

	.l-header nav {
		margin-left: auto;
		margin-right: 50px;
	}

	.l-header nav .nav-wrap {
		display: flex;
	}

	.l-header .main-nav {
		display: flex;
		margin-right: 20px;
	}

	.l-header .main-nav li+li {
		margin-left: 40px;
	}

	.l-header nav .nav-wrap .sns-nav {
		display: flex;
	}

	.l-header nav .nav-wrap .sns-nav li {
		width: 20px;
		margin-left: 10px;
	}

	.l-header nav .nav-wrap .sns-nav li a img {
		display: block;
	}
}



/* ***********************************
*
*		ナビ
*
* *********************************** */




/* ***********************************
*
*		フッター
*
* *********************************** */

.l-footer {
	margin-top: 50px;
}

.l-footer .footer_contact div {
	width: 100%;
	padding: 40px 20px;
	color: white;
}

.l-footer .footer_contact .line {
	background-color: #06c755;
}

.l-footer .footer_contact .mail {
	background-color: #f19224;
}

.l-footer .footer_contact .tel {
	background-color: #f4af56;
}

.l-footer .footer_contact p {
	font-size: 1.6rem;
	text-align: center;
}

.l-footer .footer_contact div a {
	width: 100%;
	height: 45px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 100vh;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.l-footer .footer_contact .line a {
	color: #06c755;
}

.l-footer .footer_contact .line a::before {
	content: "";
	width: 23px;
	height: 22px;
	background: url(../img/common/footer-line.png) no-repeat center / cover;
	display: inline-block;
	margin-right: 8px;
}

.l-footer .footer_contact .mail a {
	color: #f19224;
}

.l-footer .footer_contact .mail a::before {
	content: "";
	width: 31px;
	height: 23px;
	background: url(../img/common/footer-mail.png) no-repeat center / cover;
	display: inline-block;
	margin-right: 8px;
}

.l-footer .footer_contact .tel a {
	color: #f4af56;
}

.l-footer .footer_contact .tel a::before {
	content: "";
	width: 15px;
	height: 24px;
	background: url(../img/common/footer-tel.png) no-repeat center / cover;
	display: inline-block;
	margin-right: 8px;
}

@media (min-width: 768px) {
	.l-footer {
		margin-top: 80px;
	}
	
	.l-footer .footer_contact {
		width: 100%;
		display: flex;
	}
	
	.l-footer .footer_contact div {
		padding: 40px 40px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
}

.l-footer .footer_main {
	background-color: #fff4ed;
	padding-top: 30px;
}

.l-footer .footer_main .footer_inner {
	padding: 0 20px;
}

.l-footer .footer_main .footer_inner .logo {
	width: 147px;
	margin: auto;
}

.l-footer .footer_main .footer_inner .sns {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.l-footer .footer_main .footer_inner .sns li {
	width: 20px;
	margin: 0 5px;
}

.l-footer .footer_main .footer_inner .sns li a img {
	display: block;
}

.l-footer .footer_main .footer_inner .address {
	font-size: 1.2rem;
	margin-top: 20px;
}

.l-footer .footer_main .footer_inner .link {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
}

.l-footer .footer_main .footer_inner .copy {
	font-size: 1rem;
	text-align: center;
	line-height: 40px;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.l-footer .footer_main {
		padding-top: 50px;
	}

	.l-footer .footer_main .footer_inner .address {
		text-align: center;
	}
}

/* ***********************************
*
*		共有パーツ
*
* *********************************** */

.l-title {
	width: 100%;
	border-bottom: 1px solid #f15a24;
}

.l-title .title_inner {
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
}

.l-title .title_inner .title {
	font-size: 1.5rem;
}

.l-title .title_inner .title span {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	color: #f15a24;
	display: block;
}

@media (min-width: 768px) {
	.l-title .title_inner {
		width: 980px;
		height: 150px;
		padding: 0;
		margin: auto;
	}
	
	.l-title .title_inner .title {
		font-size: 1.6rem;
	}
	
	.l-title .title_inner .title span {
		font-size: 4.6rem;
	}
}

.c-headline {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	border-left: 6px solid #f15a24;
	padding-left: 10px;
	margin-bottom: 20px;
}

.c-title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f15a24;
	margin-bottom: 10px;
}

.c-title::before {
	content: "●";
	font-size: 1.8rem;
	color: #f15a24;
	padding-right: 5px;
	display: inline-block;
}

@media (min-width: 768px) {
	.c-headline {
		font-size: 2.5rem;
	}
	
	.c-title {
		font-size: 2rem;
		font-weight: bold;
		color: #f15a24;
	}
	
	.c-title::before {
		font-size: 2rem;
	}
}



/* ***********************************
*
*		トップ
*
* *********************************** */

.hiro_area {
	
}

.hiro_area .slider {
	
}

@media screen and (min-width: 768px) {
	.hiro_area .slider li.img {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.hiro_area .slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
	transition: .3s;
}

.hiro_area .slider .slick-arrow::before {
	font-family: "Font Awesome 5 Free";
	font-size: 4rem;
	font-weight: 900;
	display: block;
	color: #fff;
}

.hiro_area .slider .slick-arrow:hover {
	opacity: .7;
}

.hiro_area .slider .next_arrow {
	right: 15px;
}

.hiro_area .slider .prev_arrow {
	left: 15px;
}

.hiro_area .slider .next_arrow::before {
	content: "\f054";
}

.hiro_area .slider .prev_arrow::before {
	content: "\f053";
}

.hiro_area .slider .slick-dots li button::before {
	font-size: 1.5rem;
}

.hiro_area .slider .slick-dots li.slick-active button::before {
	color: #f15a24;
}

/* main-visual
* *********************************** */

.main-visual {
	position: relative;
	height: 600px;
    background-image: url("../img/index/main-img.jpg");
    background-size: cover;
    
}

.v-logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    
}

.mainv-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.v-text {
        font-size: 25px;
        background:rgba(255,255,255,0.5);
        color: #f15a24;
        font-weight: bolder;
        padding: 5px;
     text-align: center
    }


@keyframes anime1 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes anime2 {
  0% {
    opacity: 0
  }
  60% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}



@media (min-width: 768px) {
    .main-visual {
		flex-direction: row;
        width: 100%;
        height: 700px;
        background-image: url("../img/index/main-img.jpg");
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
        
	}

    
    .mainv-text {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        top: 50%;
        left: 50%;
        position: absolute;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    
    .v-logo {
    width: 300px;
    padding: 30px;
    }
    
    .v-text {
        font-size: 30px;
        background:rgba(255,255,255,0.6);
        color: #f15a24;
        font-weight: bolder;
        padding: 5px
    }
}


/* Instagram
* *********************************** */

.l-top-sns{
    margin-top: 50px;
    text-align: left;
}
.sns-box{
    display: block;
    padding: 0px;
}
.sns-shopname img {
    margin-right: 10px;
    }
    
.sns-box>div{
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5)
    }

.sns-title {
        font-size: 20px;
        color: #fff;
        background-color: #f15a24;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 20px;
    
    }
.sns-shopname {
        margin-bottom: 10px;
        color: #4d4d4d;
    }

.l-top-sns .sns_line {
	margin-top: 30px;
}

.l-top-sns .sns_line .title {
	max-width: 599px;
	margin-left: auto;
	margin-right: auto;
}

.l-top-sns .sns_line .text {
	font-size: 1.5rem;
	color: #06c755;
	margin-top: 10px;
}


@media (min-width: 768px) {
    
    .l-top-sns{
        width: 980px;
        margin: 50px auto;
        text-align: left;
    }
    
    .sns-box{
        display: flex;
        background: #fff;
        padding: 0px;
        margin-bottom: 50px;
    }
    .sns-title {
        font-size: 25px;
        color: #fff;
        background-color: #f15a24;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 40px;
        padding: 5px;
    }
    .sns-shopname {
        margin-bottom: 10px;
        color: #4d4d4d;
        font-size: 20px;
    }
    .sns-shopname img {
        margin-right: 10px;
    }
    
    .sns-box>div{
        width: 48%;
        background: #fff;
        padding: 20px;
        margin: auto;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5)
    }

		.l-top-sns .sns_line {
			margin-top: 50px;
		}
		
		.l-top-sns .sns_line .text {
			font-size: 1.6rem;
			text-align: center;
		}
		
		.l-top-sns .sns_line .line_ban {
			display: flex;
			margin-left: -20px;
		}
		.l-top-sns .sns_line .line_ban a {
			margin-left: 20px;
			display: block;
		}
    }

@media (min-width: 768px) and (max-width: 979px) {
    .l-top-sns{
        width: 100%;
        margin: 80px auto;
        text-align: left;
    }
}

.instagram_area .loader,
.instagram_area .loader:before,
.instagram_area .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
  animation: load 1.8s infinite ease-in-out;
}

.instagram_area .loader {
  color: #1A1A1A;
  font-size: .5rem;
  margin: 8rem auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.instagram_area .loader.hidden {
  display: none;
}

.instagram_area .loader:before, .instagram_area .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.instagram_area .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.instagram_area .loader:after {
  left: 3.5em;
}

.instagram_area .insta_content {
  margin-top: -.8rem;
  margin-left: -.9rem;
}

@media screen and (min-width: 768px) {
  .instagram_area .insta_content {
    margin-top: -2rem;
    margin-left: -1.6rem;
  }
}

.instagram_area .insta_content:hidden {
  display: none;
}

.instagram_area .insta_content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram_area .insta_content ul li {
  width: calc(100% / 3);
  padding-top: .8rem;
  padding-left: .9rem;
  box-sizing: border-box;
}

.instagram_area .insta_content ul li a {
  padding-top: 100%;
  position: relative;
  display: block;
  transition: .3s;
}

.instagram_area .insta_content ul li a:hover {
  opacity: .7;
}

.instagram_area .insta_content ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .instagram_area .insta_content ul li {
    width: calc(100% / 3);
    padding-top: 2rem;
    padding-left: 1.6rem;
  }
}

@-webkit-keyframes load {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

/* フォーユー会リンク
* *********************************** */

.top-foryou_link {
	padding: 40px 0;
    margin-bottom: 20px;
    text-align: center;
}

.top-foryou_link .container {
        padding-top: 0px;
		width: 100%;
}

@media (min-width: 768px) {
    
    .top-foryou_link {
        width: 980px;
        margin: 50px auto;
        text-align: center;
}
    .top-foryou_link .container {
        padding-top: 30px;
		width: 100%;
	}
}

/* サーチ・サービス
* *********************************** */

.top-search{
	padding: 40px 0;
    margin-bottom: 20px;
}

.top-service {
	padding: 0px 0;
    margin-bottom: 50px;
}

.container .inner {
        padding-top: 20px;
		width: 100%;
}

.top-search-title,
.top-service-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    padding-top: 10px;
	margin-bottom: 15px;
	font-size: 45px;
    color: #f15a24;
}

.top-search-title01,
.top-service-title01 {
    font-size: 25px;
    line-height: 1.380;
    color: #f15a24;
    font-weight: bold;
}

.top-search-text,
.top-service-text {
    width: 100%;
    padding-top: 5px;
	margin-bottom: 20px;
	font-size: 1.5rem;
    color: #4d4d4d;
    font-size: 19px;
}


.top-search-img,
.top-service-img {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 10px
    
}

.top-search-ban {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.top-service-btn {
    width: 230px;
    height: 50px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #f5845c;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    }

@media (min-width: 768px) {
    .top-search {
    padding: 0px 0;
    position: relative;
    margin-bottom: 100px;
	}
    
    .top-service {
    padding: 50px 0;
    position: relative;
    margin-bottom: 100px;
	}

	.container .inner {
        padding-top: 30px;
		width: 60%;
	}

	.top-search-title,
    .top-service-title {
        font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 63px;
		line-height: 1.380;
        color: #f15a24;
	}
    
    .top-search-title01,
    .top-service-title01 {
		font-size: 30px;
		line-height: 1.380;
        color: #f15a24;
        font-weight: bold;
	}

	.top-search-text,
    .top-service-text {
        width: 45%;
        margin-top: 20px;
		margin-bottom: 0px;
        color: #4d4d4d;
        font-size: 17px;
	}

	.top-search-text {
		width: 52%;
	}

	.top-search-img,
    .top-service-img {
		width: calc((100% - 980px) / 2 + 450px);
		max-width: none;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
    }
    
    .top-search-ban {
        width: 230px;
		text-align: left;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .top-search-circle,
    .top-service-circle {
        width: 590px;
        height: 590px;
		position: absolute;
		top: 0;
		top: 60%;
		left: 50%;
		transform: translate(-53%, -48%);
		object-fit: cover;
        border: solid 1px #fcc9cd;
        border-radius: 50%;
        
    }

	.top-search-img img,
    .top-service-img img {
        width: 350px;
		position: absolute;
		top: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
    }
    .top-service-btn {
        width: 230px;
        height: 50px;
        padding: 10px;
        color: #fff;
        line-height: 2;
        text-align: center;
        background: #f5845c;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        
	}
    }


@media (min-width: 768px) and (max-width: 979px) {
    .top-search-circle,
    .top-service-circle {
        width: 400px;
        height: 400px;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-55%, -50%);
		object-fit: cover;
        border: solid 1px #fcc9cd;
        border-radius: 50%;
        
    }
    .top-search-img img,
    .top-service-img img {
        width: 250px;
		position: absolute;
		top: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
    }
    
}

@media (min-width: 1548px) {
    .top-search-circle,
    .top-service-circle {
        width: 600px;
        height: 600px;
		position: absolute;
		top: 60%;
		left: 57%;
		transform: translate(-95%, -50%);
		object-fit: cover;
        border: solid 1px #fcc9cd;
        border-radius: 50%;
    }
    }
    
    
/* アバウト・モア
* *********************************** */
    
.top-about,
.top-more {
	padding: 0px 0;
    margin-bottom: 50px;
}

.container .inner {
        padding-top: 20px;
		width: 100%;
	}

.top-about-title,
.top-more-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    padding-top: 10px;
	margin-bottom: 15px;
	font-size: 45px;
    color: #f15a24;
}

.top-about-title01,
.top-more-title01 {
    font-size: 25px;
    line-height: 1.380;
    color: #f15a24;
    font-weight: bold;
}

.top-about-text,
.top-more-text {
    width: 100%;
    padding-top: 5px;
	margin-bottom: 20px;
	font-size: 1.5rem;
    color: #4d4d4d;
    font-size: 19px; 
}


.top-about-img,
.top-more-img {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 10px
    
}

.top-about-ban {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.top-about-btn {
    width: 230px;
    height: 50px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #f5845c;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    }

@media (min-width: 768px) {
    .top-about,
    .top-more {
        padding: 50px 0;
        position: relative;
        margin-bottom: 100px;
	}

	.container .inner {
        padding-top: 30px;
		width: 100%;
	}

	.top-about-title,
    .top-more-title {
        font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 63px;
		line-height: 1.380;
        color: #f15a24;
	}
    
    .top-about-title01,
    .top-more-title01 {
		font-size: 30px;
		line-height: 1.380;
        color: #f15a24;
        font-weight: bold;
	}

	.top-about-text,
    .top-more-text {
        width: 45%;
        margin-top: 20px;
		margin-bottom: 0px;
        color: #4d4d4d;
        margin-left: 55%;
        font-size: 17px;
	}
    
    .top-about-btn {
        width: 230px;
        height: 50px;
        padding: 10px;
        color: #fff;
        line-height: 2;
        text-align: center;
        background: #f5845c;
        margin-top: 10px;
        margin-left: 55%;
				position: relative;
				z-index: 1;
	}

	.top-about-img,
    .top-more-img {
		width: calc((100% - 980px) / 1 + 450px);
		max-width: none;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
    }
    
    .top-about-ban {
        width: 230px;
		text-align: left;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .top-about-circle,
    .top-more-circle {
        width: 590px;
        height: 590px;
		position: absolute;
		top: 0;
		top: 60%;
		left: 50%;
		transform: translate(-56.5%, -48%);
		object-fit: cover;
        border: solid 1px #fcc9cd;
        border-radius: 50%;
        
    }

	.top-about-img img,
    .top-more-img img {
        width: 350px;
		position: absolute;
		top: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
    }
    }


@media (min-width: 768px) and (max-width: 979px) {
    .top-about-circle,
    .top-more-circle {
        width: 400px;
        height: 400px;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-35%, -50%);
		object-fit: cover;
        border: solid 1px #fcc9cd;
        border-radius: 50%;
    }
    
    .top-about-img img,
    .top-more-img img {
        width: 250px;
		position: absolute;
		top: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
    }
    
    .top-about-text,
    .top-more-text {
        width: 45%;
        margin-top: 20px;
		margin-bottom: 0px;
        color: #4d4d4d;
        margin-left: 55%;
	}
}

@media (min-width: 1548px) {
    .top-about-circle,
    .top-more-circle  {
        width: 600px;
        height: 600px;
		position: absolute;
		top: 60%;
		left: 57%;
		transform: translate(-70%, -50%);
		object-fit: cover;
        border: solid 1px #fcc9cd;
        border-radius: 50%;
    }
    }


/* アクセス
* *********************************** */
.top-access {
	padding: 0px 0;
    margin-bottom: 100px;
}

.top-access-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    padding-top: 10px;
	margin-bottom: 15px;
	font-size: 45px;
    color: #f15a24;
}

.top-access-title01 {
    font-size: 25px;
    line-height: 1.380;
    color: #f15a24;
}
.top-access-box{
    display: block;
    padding: 0px;
}
.top-access-box>div{
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5)
}
.top-access-text01{
    font-size: 1.5rem;
    color: #4d4d4d;
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
}
.top-access-text02{
    font-size: 1.5rem;
    color: #4d4d4d;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .top-access {
        padding: 80px 0 20px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 0px;
	}
    .top-access-title {
        font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 63px;
		line-height: 1.380;
        color: #f15a24;
	}
    .top-access-title01 {
		font-size: 30px;
		line-height: 1.380;
        color: #f15a24;
	}
    .top-access-box{
        display: flex;
        background: #fff;
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .top-access-box>div{
        width: 48%;
        background: #fff;
        padding: 50px;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
        text-align: center;
    }
    .top-access-box img{
        width: 100%;
    }
    .top-access-text01{
        color: #4d4d4d;
        text-align: left;
        margin-top: 20px;
        font-size: 18px;
    }
    .top-access-text02{
        color: #4d4d4d;
        text-align: right;
        margin-top: 20px;
        font-size: 18px;
    }
    }

/* リクルート
* *********************************** */

.top-recuruit {
	padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 100px;
}
.top-recuruit-box{
    display: block;
    background: #fff4ed;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 15px;
    }

#recuruit-box-contents {
    width: 90%;
    display: block;
    margin: auto;
  }
#recuruit-box-main {
    width: 100%;
  }
#recuruit-box-sub {
    width: 100%;
      
  }

.top-recuruit-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    padding-top: 10px;
	margin-bottom: 15px;
	font-size: 45px;
    color: #f15a24;
}

.top-recuruit-title01 {
    font-size: 25px;
    line-height: 1.380;
    color: #f15a24;
}

.top-recuruit-text {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: bold;
    margin-top: 10px;
	}

.top-recuruit-text02 {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 10px;
    background-color: #f15a24;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    margin: 20px auto;
	}

@media (min-width: 768px) {
    .top-recuruit {
        width: 980px;
        padding: 0px 24px 0 24px;
        position: relative;
        margin: 20px auto 100px;
	}
    .top-recuruit-box{
        display: flex;
        background: #fff4ed;
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
        border-radius: 15px;
    }
    .top-recuruit-box>div{
        padding: 20px 10px 20px 20px;
        margin: auto 0px auto 0;
    }
    
    #recuruit-box-contents {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }
    
    #recuruit-box-main {
        width: 70%;
    }
    
    #recuruit-box-sub {
        width: 30%;
        margin: auto 20px;
    }

    .top-recuruit-title {
        font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 63px;
        color: #f15a24;
        line-height: 1;
	}
    .top-recuruit-title01 {
		font-size: 25px;
        color: #f15a24;
        font-weight: bold;
        margin-top: 5px;
	}
    .top-recuruit-text {
		font-size: 15px;
        color: #4d4d4d;
        font-weight: bold;
        margin-top: 5px;
        font-size: 19px;
	}
    .top-recuruit-text02 {
        width: 100%;
        height: 45px;
		font-size: 15px;
        padding: 10px;
        background-color: #f15a24;
        color: #fff;
        font-weight: bold;
        margin-top: 5px;
        text-align: center;
        border-radius: 12px;
        margin: 20px auto;
	}
    }
@media (min-width: 768px) and (max-width: 979px) {
    .top-recuruit {
        width: 100%;
        padding: 0px 24px 0 24px;
        position: relative;
        margin: 20px auto 100px;
	}
   } 


/* リンク
* *********************************** */

.top-link {
	padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 100px;
}
.top-link-box{
    display: block;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 15px;
    }

#link-box-contents {
    width: 100%;
    display: block;
    margin: auto;
  }
#link-box-main {
    width: 100%;
  }

.top-link-box{
        display: flex;
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
        border-radius: 15px;  
  }

.top-link-box1>div{
    width:100%;
    margin:5% 1%;
    background:#FFF;
    text-align: center;
}

.top-link-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    padding-top: 10px;
	margin-bottom: 15px;
	font-size: 45px;
    color: #f15a24;
}

.top-link-title01 {
    font-size: 25px;
    line-height: 1.380;
    color: #f15a24;
}

.top-link-text {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: bold;
    margin-top: 10px;
	}

.top-link-text02 {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 10px;
    background-color: #f15a24;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    margin: 20px auto;
	}

@media (min-width: 768px) {
    .top-link {
        width: 980px;
        padding: 0px 24px 0 24px;
        position: relative;
        margin: 20px auto 100px;
	}
    
    .top-link-title {
        font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 63px;
        color: #f15a24;
        line-height: 1;
	}
    
    .top-link-box{
        display: flex;
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
        border-radius: 15px;
    }
    .top-link-box1{
        display:flex;
        width:100%;
        margin-top:20px;
    } 
    .top-link-box1>div{
        width:30%;
        margin:0 1% ;
        background:#FFF;
}
    }
@media (min-width: 768px) and (max-width: 979px) {
    .top-link {
        width: 100%;
        padding: 0px 24px 0 24px;
        position: relative;
        margin: 20px auto 100px;
	}
   } 


/* ***********************************
*
*		お問い合わせ
*
* *********************************** */

.p-contact .p-contact_main {
	margin-bottom: 150px;
}

.p-contact .p-contact_main .contact_block {
	margin-top: 40px;
}

.p-contact .p-contact_main .contact_block .tel {
	font-size: 1.8rem;
	font-weight: bold;
}


.p-contact .p-contact_main .contact_block .line_btn {
	max-width: 320px;
	width: 80%;
	height: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 100vh;
	color: white;
	background-color: #06c755;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.p-contact .p-contact_main .contact_block .line_btn::before {
	content: "";
	width: 21px;
	height: 20px;
	background: url(../img/contact/contact_line.png) no-repeat center / cover;
	margin-right: 10px;
	display: inline-block;
}

.p-contact .p-contact_main .contact_block .form {
	margin-top: 50px;
}

.p-contact .p-contact_main .contact_block .form form dl {
	margin-top: 30px;
	margin-bottom: 30px;
}

.p-contact .p-contact_main .contact_block .form form dl dt {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 3px;
}

.p-contact .p-contact_main .contact_block .form form dl dt span {
	width: 40px;
	font-size: 1rem;
	text-align: center;
	line-height: 16px;
	color: #e71f19;
	border: 1px solid #e71f19;
	margin-left: 10px;
	display: inline-block;
}

.p-contact .p-contact_main .contact_block .form form dl dd [type=text],
.p-contact .p-contact_main .contact_block .form form dl dd [type=email],
.p-contact .p-contact_main .contact_block .form form dl dd select,
.p-contact .p-contact_main .contact_block .form form dl dd textarea {
	font-family: "中ゴシックBBB", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	width: 100%;
	height: 45px;
	border: 1px solid #4d4d4d;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 6px;
}

.p-contact .p-contact_main .contact_block .form form dl dd.kinds {
	display: flex;
}

.p-contact .p-contact_main .contact_block .form form dl dd.kinds label {
	margin-right: 40px;
}

.p-contact .p-contact_main .contact_block .form form dl dd textarea {
	height: 150px;
}

.p-contact .p-contact_main .contact_block .form form dl dd input::placeholder,
.p-contact .p-contact_main .contact_block .form form dl dd textarea::placeholder {
	color: #B3B3B3;
}

.p-contact .p-contact_main .contact_block .form form .agree {
	font-size: 1.6rem;
	padding: 15px 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.p-contact .p-contact_main .contact_block .form form .agree .desc {
	font-size: 1.4rem;
	display: block;
	margin-left: 26px;
}

.p-contact .p-contact_main .contact_block .form form .c-button {
	margin-top: 40px;
}

.p-contact .p-contact_main .contact_block .form form .c-button button {
	width: 100%;
	max-width: 240px;
	line-height: 50px;
	font-size: 1.6rem;
	color: white;
	text-align: center;
	border: none;
	margin: auto;
	display: block;
	cursor: pointer;
	border-radius: 6px;
	background-color: #f15a24;
}

.p-contact .copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0;
}

.p-contact_body .l-footer .footer_contact {
	display: none;
}

@media (min-width: 768px) {
	.p-contact .p-contact_main .contact_block {
		margin-top: 60px;
	}

	.p-contact .p-contact_main .contact_block .line_btn {
		margin-left: 0;
	}

	.p-contact .p-contact_main .contact_block .form {
		padding: 0 20px;
	}

	.p-contact .p-contact_main .contact_block .form form dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}

	.p-contact .p-contact_main .contact_block .form form dl dt {
		width: 240px;
		height: 40px;
		margin: 0 0 20px;
	}

	.p-contact .p-contact_main .contact_block .form form dl dt span {
		width: 46px;
		font-size: 1.2rem;
		line-height: 20px;
		margin-left: 10px;
	}

	.p-contact .p-contact_main .contact_block .form form dl dd {
		width: 600px;
		margin-bottom: 20px;
	}

	.p-contact .p-contact_main .contact_block .form form dl dd [type=text],
	.p-contact .p-contact_main .contact_block .form form dl dd [type=email],
	.p-contact .p-contact_main .contact_block .form form dl dd select,
	.p-contact .p-contact_main .contact_block .form form dl dd textarea {
		height: 40px;
	}

	.p-contact .p-contact_main .contact_block .form form dl dd.kinds {
		justify-content: left;
		align-items: center;
	}
	
	.p-contact .p-contact_main .contact_block .form form dl dd.kinds label {
		margin-right: 50px;
	}

	.p-contact .p-contact_main .contact_block .form form dl dd select {
		width: 320px;
	}
	
	.p-contact .p-contact_main .contact_block .form form dl dd textarea {
		height: 150px;
	}

	.p-contact .p-contact_main .contact_block .form form .agree {
		padding: 20px 120px;
	}

	.p-contact .p-contact_main .contact_block .form form .c-button {
		margin-top: 60px;
	}

	.p-contact .p-contact_main .contact_block .form form .c-button button {
		max-width: 300px;
		line-height: 65px;
		font-size: 1.8rem;
		transition: .3s;
	}

	.p-contact .p-contact_main .contact_block .form form .c-button button:hover {
		opacity: .7;
	}
}



/* ***********************************
*
*		採用情報
*
* *********************************** */

.p-recruit .p-recruit_main .desc {
	margin-top: 40px;
}

.p-recruit .p-recruit_main .desc .detail {
	font-size: 1.3rem;
	margin-top: 30px;
	border: 1px solid #cccccc;
	border-bottom: none;
}

.p-recruit .p-recruit_main .desc .detail dt,
.p-recruit .p-recruit_main .desc .detail dd {
	padding: 10px;
}

.p-recruit .p-recruit_main .desc .detail dt {
	background-color: #fef2df;
	border-bottom: 1px solid #cccccc;
}

.p-recruit .p-recruit_main .desc .detail dd {
	border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
	.p-recruit .p-recruit_main .desc {
		margin-top: 80px;
	}

	.p-recruit .p-recruit_main .desc .detail {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.p-recruit .p-recruit_main .desc .detail dt,
.p-recruit .p-recruit_main .desc .detail dd {
	padding: 15px 20px;
}

	.p-recruit .p-recruit_main .desc .detail dt {
		width: calc(200 / 980 * 100%);
		display: flex;
    align-items: center;
    justify-content: center;
	}

	.p-recruit .p-recruit_main .desc .detail dd {
		width: calc(780 / 980 * 100%);
		border-left: 1px solid #cccccc;
	}
}


/* ***********************************
*
*		サービス
*
* *********************************** */

.p-service .p-service_main .catch .title {
	font-size: 2rem;
	font-weight: bold;
	color: #f15a24;
}

.p-service .p-service_main .catch .lead {
	margin-top: 30px;
}

.p-service .p-service_main .list {
	margin-top: 70px;
}

.p-service .p-service_main .list .item {
	margin-top: 30px;
}

.p-service .p-service_main .list .item li {
	padding: 10px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
}

.p-service .p-service_main .list .item li h3 {
	border-bottom: 2px solid #f15a24;
	padding-bottom: 5px;
}

.p-service .p-service_main .list .item li .text {
	padding: 5px;
}

.p-service .p-service_main .list .item li .img {
	margin-top: 10px;
	padding: 5px;
}

.p-service .p-service_main .list .list_text {
	font-size: 2rem;
	font-weight: bold;
	color: #f15a24;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.p-service .p-service_main .catch .title {
		font-size: 2.8rem;
		text-align: center;
	}
	
	.p-service .p-service_main .catch .lead {
		text-align: center;
		line-height: 2.4;
		margin-top: 50px;
	}
	
	.p-service .p-service_main .list {
		margin-top: 130px;
	}

	.p-service .p-service_main .list .item {
		display: flex;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-left: -20px;
	}
	
	.p-service .p-service_main .list .item li {
		width: calc((100% / 2) - 20px);
		margin-top: 40px;
		margin-left: 20px;
	}
	
	.p-service .p-service_main .list .list_text {
		font-size: 3.4rem;
		text-align: center;
		margin-top: 70px;
	}
}



/* ***********************************
*
*		西部不動産について
*
* *********************************** */


.p-about .p-about_main .catch .title {
	font-size: 2rem;
	font-weight: bold;
	color: #f15a24;
}

.p-about .p-about_main .catch .lead {
	margin-top: 30px;
}

.p-about .p-about_main .catch .img_block {
	margin-top: 30px;
}

.p-about .p-about_main .catch .img_block .img {
	margin-top: 15px;
}

.p-about .p-about_reason {
	margin-top: 70px;
}

.p-about .p-about_reason .reason_list li {
	border-radius: 10px;
	box-shadow: 3px 2px 8px 0px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	overflow: hidden;
}

.p-about .p-about_reason .reason_list li .text_area {
	padding: 25px 20px 20px;
	position: relative;
}

.p-about .p-about_reason .reason_list li .text_area .no {
	width: 100px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: white;
	background-color: #f15a24;
	position: absolute;
	top: -15px;
	left: 20px;
}

.p-about .p-about_reason .reason_list li .text_area .title {
	font-size: 2.1rem;
	line-height: 1.2;
}

.p-about .p-about_reason .reason_list li .text_area .text {
	margin-top: 10px;
}

.p-about .p-about_reason .reason_list li .mp {
	height: 40px;
}

.p-about .p-about_overview {
	margin-top: 70px;
}

.p-about .p-about_overview .overview_detail dt {
	font-weight: bold;
	padding-top: 15px;
}

.p-about .p-about_overview .overview_detail dd {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 15px;
}

.p-about .p-about_store {
	margin-top: 70px;
}

.p-about .p-about_store .store_info + .store_info {
	margin-top: 80px;
}

.p-about .p-about_store .store_info .store_name {
	font-size: 2rem;
	margin-top: 30px;
}

.p-about .p-about_store .store_info .store_detail {
	margin-top: 20px;
}

.p-about .p-about_store .store_info .store_detail .item dt {
	font-weight: bold;
	padding-top: 8px;
}

.p-about .p-about_store .store_info .store_detail .item dd {
	padding-bottom: 8px;
	border-bottom: 1px dotted #4d4d4d;
}

.p-about .p-about_store .store_info .store_detail .sns_area {
	margin-top: 20px;
}

.p-about .p-about_store .store_info .store_detail .sns_area .sns_title {
	min-width: 240px;
  max-width: 100%;
  font-size: 15px;
	text-align: center;
	line-height: 45px;
  color: #f15a24;
  background: white;
  position: relative;
  border: solid 1px #4d4d4d;
  border-radius: 100vh;
	margin: 30px auto 10px;
}

.p-about .p-about_store .store_info .store_detail .sns_area .sns_title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -16px;
  border: 9px solid transparent;
  border-top: 17px solid white;
  z-index: 2;
}

.p-about .p-about_store .store_info .store_detail .sns_area .sns_title::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -14px;
  border: 7px solid transparent;
  border-top: 13px solid #4d4d4d;
  z-index: 1;
}

.p-about .p-about_store .store_info .store_detail .sns_area .list {
	margin-top: 25px;
}

.p-about .p-about_store .store_info .store_detail .sns_area .list li {
	margin-top: 10px;
}

.p-about .p-about_store .store_info .store_detail .sns_area .list li a {
  max-width: 280px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	color: white;
	background-color: #06c755;
	border-radius: 100vh;
	margin: auto;
	display: block;
}

.p-about .p-about_store .store_info .store_detail .sns_area .list li:nth-child(2) a {
	background-color: #cf2e92;
}

.p-about .p-about_store .store_info .store_detail .sns_area .list li:nth-child(3) a {
	background-color: black;
}

.p-about .p-about_store .store_info .store_map {
	position: relative;
	width: 100%;
	padding-top: 90%;
	margin-top: 40px;
}

.p-about .p-about_store .store_info .store_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 768px) {
	.p-about .p-about_main .catch .title {
		font-size: 2.8rem;
		text-align: center;
	}
	
	.p-about .p-about_main .catch .lead {
		text-align: center;
		line-height: 2.4;
		margin-top: 50px;
	}
	
	.p-about .p-about_main .catch .img_block {
		max-width: 800px;
		display: flex;
		margin: 50px auto 0;
	}
	
	.p-about .p-about_main .catch .img_block .img {
		padding: 0 20px;
		margin-top: 0;
	}
	
	.p-about .p-about_reason {
		margin-top: 100px;
	}
	
	.p-about .p-about_reason .reason_list {
		display: flex;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-left: -20px;
	}

	.p-about .p-about_reason .reason_list li {
		width: calc((100% / 2) - 20px);
		margin: 40px 0 0 20px;
	}

	.p-about .p-about_reason .reason_list li .text_area {
		padding-top: 35px;
	}
	
	.p-about .p-about_reason .reason_list li .text_area .no {
		font-size: 1.8rem;
		line-height: 40px;
		top: -20px;
	}
	
	.p-about .p-about_overview {
		margin-top: 120px;
	}

	.p-about .p-about_overview .overview_detail {
		display: flex;
		flex-wrap: wrap;
	}

	.p-about .p-about_overview .overview_detail dt,
	.p-about .p-about_overview .overview_detail dd {
		display: flex;
		align-items: center;
	}

	.p-about .p-about_overview .overview_detail dt {
		width: calc(260 / 980 * 100%);
		padding: 20px;
		border-bottom: 1px solid #b3b3b3;
	}
	
	.p-about .p-about_overview .overview_detail dd {
		width: calc(720 / 980 * 100%);
		border-bottom: 1px solid #b3b3b3;
		padding: 20px;
	}
	
	.p-about .p-about_store {
		margin-top: 120px;
	}

	.p-about .p-about_store .store_info + .store_info {
		margin-top: 100px;
	}

	.p-about .p-about_store .store_info .store_name {
		font-size: 2.5rem;
	}

	.p-about .p-about_store .store_info .store_detail {
		display: flex;
	}

	.p-about .p-about_store .store_info .store_detail .item {
		width: 480px;
		display: flex;
		flex-wrap: wrap;
		margin-right: 20px;
	}
	
	.p-about .p-about_store .store_info .store_detail .item dt {
		width: 25%;
		font-weight: normal;
		padding: 5px 10px;
		border-bottom: 1px dotted #4d4d4d;
	}

	.p-about .p-about_store .store_info .store_detail .item dd {
		width: 75%;
		padding: 5px 0;
	}

	.p-about .p-about_store .store_info .store_detail .sns_area {
		width: 480px;
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	.p-about .p-about_store .store_info .store_detail .sns_area .sns_title {
		width: 100%;
		line-height: 50px;
		margin: 0 auto 10px;
	}

	.p-about .p-about_store .store_info .store_detail .sns_area .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
	}
	
	.p-about .p-about_store .store_info .store_detail .sns_area .list li {
		width: calc((100% / 2) - 10px);
	}

	.p-about .p-about_store .store_info .store_detail .sns_area .list li a {
		width: 100%;
		line-height: 50px;
	}

	.p-about .p-about_store .store_info .store_map {
		padding-top: 250px;
		margin-top: 60px;
	}
}


/* ***********************************
*
*		個人情報保護方針
*
* *********************************** */

.p-privacy .p-privacy_main .section {
	margin-top: 50px;
}

.p-privacy .p-privacy_main .section .text {
	margin-top: 20px;
}

.p-privacy .p-privacy_main .section .list {
	margin-top: 20px;
	text-indent: -1.2em;
	margin-left: 1.2em;
}

.p-privacy .p-privacy_main .section .list2 {
	text-indent: -1.2em;
	margin-left: 1.2em;
}



/* ***********************************
*
*		info
*
* *********************************** */

.p-info .p-info_main .title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	color: #f15a24;
}

.p-info .p-info_main .point {
	margin-top: 20px;
}

.p-info .p-info_main .point .item {
	width: 100%;
	font-size: 1.6rem;
	line-height: 35px;
	text-align: center;
	color: white;
	background-color: #f15a24;
}

.p-info .p-info_main .point .text {
	font-weight: bold;
	border: 1px solid #f15a24;
	padding: 10px;
}

.p-info .p-info_main .photo_area {
	margin-top: 20px;
}

.p-info .p-info_main .photo_area .main_img {
	width: 100%;
    margin-top: 30px;
}

.info-youtube {
	width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.info-youtube .youtube_frame {
	width: 100%;
    height: 100%;
    
}

.p-info .p-info_main .photo_area .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-left: -10px;
}

.p-info .p-info_main .photo_area .list li {
	width: calc(100% / 2);
	padding: 10px 0 0 10px;   
}

.p-info .p-info_main .photo_area .list img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.p-info .p-info_main .detail {
	margin-top: 30px;
}

.p-info .p-info_main .detail .drawing {
	border: 2px solid #4d4d4d;
}

.p-info .p-info_main .detail .list {
	margin-top: 20px;
}

.p-info .p-info_main .detail .list dt {
	width: 100%;
	font-size: 1.5rem;
	padding: 10px;
	background-color: #fff8ed;
	border-bottom: 1px solid #4d4d4d;
}

.p-info .p-info_main .detail .list dd {
	width: 100%;
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #4d4d4d;
}

.p-info .p-info_main .other {
	margin-top: 30px;
}

.p-info .p-info_main .headline {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 5px;
}

.p-info .p-info_main .r_text {
	margin-top: 10px;
}

.p-info .p-info_main .contact {
	margin-top: 30px;
}

.p-info .p-info_main .contact .contact_btn {
	margin-top: 30px;
}

.p-info .p-info_main .contact .contact_btn a {
	width: 100%;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
	color: white;
	border-radius: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f19224;
	margin-top: 10px;
}

.p-info .p-info_main .contact .contact_btn a.line {
	background-color: #06c755;
}

.p-info .p-info_main .contact .contact_btn a.line::before {
	content: "";
	width: 21px;
	height: 20px;
	background: url(../img/contact/contact_line.png) no-repeat center / cover;
	margin-right: 10px;
	display: inline-block;
}

.p-info .p-info_main .contact .contact_btn a.tel::before {
	content: "";
	width: 12px;
	height: 20px;
	background: url(../img/info/icon-tel.png) no-repeat center / cover;
	margin-right: 5px;
	display: inline-block;
}

@media (min-width: 768px) {
	.p-info .p-info_main {
		margin-top: 20px;
	}

	.p-info .p-info_main .title {
		font-size: 4rem;
	}

	.p-info .p-info_main .point {
		margin-top: 30px;
		display: flex;
	}
	
	.p-info .p-info_main .point .item {
		width: 120px;
		min-height: 90px;
		font-size: 1.8rem;
		line-height: initial;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.p-info .p-info_main .point .text {
		width: calc(100% - 120px);
		font-size: 1.8rem;
		padding: 10px 20px;
		display: flex;
		align-items: center;
	}

	.p-info .p-info_main .photo_area {
		margin-top: 40px;
	}
	
	.p-info .p-info_main .photo_area .list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-left: -10px;
	}
	
	.p-info .p-info_main .photo_area .list li {
		width: calc(100% / 4);
		padding-top: 0;
	}

    .p-info .p-info_main .photo_area .list img{
    width: 100%;
    height: 191.19px;
    object-fit: cover;
}
    
	.p-info .p-info_main .detail {
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
	}

	.p-info .p-info_main .detail .drawing {
		width: 372px;
		margin-right: 40px;
	}
	
	.p-info .p-info_main .detail .list {
		margin-top: 0;
		width: 520px;
	}

	.p-info .p-info_main .detail .list div {
		width: 100%;
		display: flex;
	}
	
	.p-info .p-info_main .detail .list dt {
		width: 125px;
		font-size: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.p-info .p-info_main .detail .list dd {
		width: calc(100% - 125px);
		font-size: 1.8rem;
		padding-left: 20px;
	}

	.p-info .p-info_main .other {
		margin-top: 60px;
	}
	
	.p-info .p-info_main .r_text {
		font-size: 1.8rem;
	}

	.p-info .p-info_main .contact {
		margin-top: 60px;
	}
	
	.p-info .p-info_main .contact .contact_btn {
		width: 80%;
		margin: 50px auto 0;
		display: flex;
	}

	.p-info .p-info_main .contact .contact_btn a.line {
		margin-right: 20px;
	}
    
    .info-youtube {
        width: 800px;
        height: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .youtube_frame {
        width: 100%;
        height: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    

}