@charset "UTF-8";

.inner {
	position:relative;
}

/*パンくずリスト*/

.cp_breadcrumb {
    max-width: 1250px;
	padding:0.3em 25px;
    text-align: right;
	margin: 0 auto;
}

.cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 1.2em;
	font-size: 13px;
}

.cp_breadcrumb li:last-child {
    padding-right: 0;
}

.cp_breadcrumb li::before {
	content: '/';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cp_breadcrumb li:last-child::before {
	content: normal;
}


.title_wrap {
	text-align: center;
}

.title {
	font-size:32px;
	letter-spacing: 0.1em;
}

.sub_title {
	font-size:18px;
	color:#fdb936;
	margin-bottom: 30px;
	letter-spacing: 0.1em;	
}

.mv_wrap {
	margin-bottom: 80px;
}

.mv_inner {
    max-width: 1200px;
    height: 380px;
    position: relative;
	margin: 0 auto;
}

.mv_sub {
	padding-top:105px;
}

.square {
	background: -moz-linear-gradient(-50deg,#fbab7e,#f7ce68); 
	background: -webkit-linear-gradient(-50deg,#edcd69,#f7ce68); 
	background: linear-gradient(140deg,#fbab7e,#f7ce68);
	background-position: left;
	position: absolute;
	width:67.5vw;
	top:0;
	left: 0;
	height:380px;
	background-repeat: no-repeat;

}

.mv_image {
	width:71vw;
	height:261px;
	position: absolute;
	top:0;
	right:0;
}

.mv_text_box {
    background: #fff7ee;
    width: 408px;
    height: 85px;
    line-height: 78px;
    padding-left: 2em;
    position: absolute;
    left: 0;
    bottom: 65px;
}

.mv_wrap {
	position:relative;
	height:380px;
}

.mv_text01 {
	font-size:36px;
	margin-right: 0.7em;
	font-family: 'Noto Serif JP', serif;
	
}

.mv_text02 {
    font-size: 17.75px;
    color: #fdb936;
    position: relative;
    vertical-align: top;
    letter-spacing: 0.1em;
}

.mv_text02::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
    background: #fdb936;
    width: 100px;
    height: 1px;
}

.mv_text03 {
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    left: 29vw;
    bottom: 20px;
    letter-spacing: 0.07em;
}

.title_bar {
    font-size: 24px;
    position: relative;
    padding-left: 0.9em;
    margin-bottom: 1em;
}

.title_bar::before {
    content: "";
    background: #fdb936;
    width: 4px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.accent1 {
	font-size:20px;
	color:#e88980;
	font-family: 'Noto Sans JP', sans-serif;
}

.accent2 {
	font-size:20px;
	color:#fdb936;
	font-family: 'Noto Sans JP', sans-serif;
}

  /* IEのみ */
@media all and (-ms-high-contrast: none) {
	
	.mv_text02::after {
	bottom: 0;
	}
}


/********************************************
 768px-1200px
********************************************/

@media only screen and (min-width:768px) and (max-width:1200px) {	

.inner {
	max-width:80vw;
	padding:0;
		
	}
	
.mv_image {
    width: 80vw;
    height: 261px;
}
	
.square {
    width: 80vw;
}
	
.mv_text03 {
    left: 2em;
    bottom: 24px;
}

	
}

/********************************************
 768px以下
********************************************/

@media screen and (max-width: 768px) {

a[href^="tel:"] {
  	pointer-events: auto;
}

.inner {
		max-width:80vw;
		padding:0;
	}
	
.mv_inner {
    max-width: 100%;
    height: 52vw;
    position: relative;
    margin: 0 auto;
}
	
.mv_sub {
    padding-top: 15vw;
}	
	
.mv_image {
    width: 100%;
    height: 34vw;
}

.mv_text_box {
    width: 58vw;
    height: 12vw;
    line-height: 12vw;
    bottom: 11vw;
}
	
.mv_text01 {
    font-size: 4.8vw;
}
	
.mv_text02 {
    font-size: 3vw;
}

.mv_text02::after {
    width: 16vw;
	bottom: -1vw;
}
	
.mv_text03 {
    left: 2em;
    bottom: 3.4vw;
}
	
.cp_breadcrumb li {
    font-size: 2.5vw;
}	
	
.info_title {
    width: 100%;
    padding: 1em 0 0 0;
}
	
.mv_wrap {
    height: 52vw;
}
	
.mv_wrap {
    margin-bottom: 10vw;
}
	
.square {
    width: 100vw;
    height: 52vw;
}
	
.title {
    font-size: 4.5vw;
}

.title_bar {
    font-size: 4.5vw;
    position: relative;
    padding-left: 0.9em;
    margin-bottom: 1em;
}
	
.title_bar::before {
    content: "";
    background: #fdb936;
    width: 1vw;
    height: 6vw;
    display: inline-block;
    position: absolute;
    top: 0.1em;
    left: 0;
}
	
.sub_title {
    font-size: 3vw;
}	

.sub_title {
    font-size: 3.3vw;
    color: #fdb936;
    margin-bottom: 3vw;
}
	
.accent1,.accent2 {
    font-size: 3.5vw;
}	
	
}

@media all and (max-width: 1200px) and (-ms-high-contrast: none) {
	.mv_text02::after {
	bottom: 0;
	}
}