@charset "UTF-8";

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

追加

------------------------------------------------- */
/* flex */
.flex_c-l03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
.flex_c-l03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order01,.order03 {		/* 写真 */
	order: 1;
}
.order02 {		/* 文章等 */
	order: 2;
}
}
@media only screen and (max-width: 767px) {
.order02 {
	order: 1;
}
}


/* column-layout03 */
.column-layout03-title {
		margin-top: 2em !important;
		margin-bottom: 0.5em !important;
  width: 370px !important;
		text-align: center;
}

.column-layout03-text {
  width: 370px !important;
}
.column-layout03-text01 {
  width: 490px;
		margin: 0 auto;
		text-align: center;
}

.column-layout03-title02 {
  font-size: 20px;
		text-align: center;
  margin-bottom: 0.7em;
}
.column-layout03-text02 {
  margin: 0;
  line-height: 1.4;
		text-align: center;
}
@media only screen and (max-width: 991px) {
.column-layout03-item {
  width: 100%;
		text-align: center;
}
.column-layout03-item:first-child {
    margin-right: 0 !important;
				text-align: center;
  }

.column-layout03-image {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}
	
.column-layout03 {
  background: #f6f6f6 !important;
}
.column-layout03-title {
		margin-top: 0em !important;
  width: 100% !important;
}
.column-layout03-text {
  max-width: 370px !important;
		width: 100% !important;
}
.column-layout03-text01 {
		max-width: 490px;
  width: 100%;
}
}
@media only screen and (max-width: 480px) {
.column-layout03-title02 {
  font-size: 17px;
}
.column-layout03-text01,.column-layout03-text02 {
	text-align: left;
}
}


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

コンテンツ

------------------------------------------------- */
/* content01 */
@media only screen and (max-width: 767px) {
.content01-title {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
}	
.content01-text {
  text-align: left;
}
}@media only screen and (max-width: 480px) {
.content01-title {
  font-size: 24px;
  margin-bottom: 10px;
}	
}


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

プラン枠

------------------------------------------------- */
.column-layout03-waku {
	border: 3px solid #9F7671;
	border-radius: 10px;
	background-color: #ffffff;
	margin: 25px auto;
	padding: 25px;
	width: 80%;
	box-sizing: border-box;
}
.column-layout03-price {
 font-size: 36px;
	font-weight: 600;
	text-align: center;
 margin: 0.5em 0;
	color: #900002;
	letter-spacing: 0.05em;
}
.column-layout03-price span {
 font-size: 14px !important;
	padding-left: 5px;
	letter-spacing: 0 !important;
}
/*.column-layout03-price02 {
 font-size: 18px;
	font-weight: 600;
	text-align: center;
 margin: -0.5em 0 0.5em 0;
	color: #900002;
	letter-spacing: 0.05em;
}
.column-layout03-price02 span {
 font-size: 12px !important;
	padding-left: 3px;
	letter-spacing: 0 !important;
}*/
.subTitle {
	margin-right: 10px;
	color: #555;
	vertical-align: 5px;
}

@media only screen and (max-width: 767px) {
.column-layout03-waku {
	max-width: 500px;
	width: 100%;
}
.column-layout03-price {
 font-size: 30px;
}
/*.column-layout03-price02 {
 font-size: 16px;
}*/
}
@media only screen and (max-width: 480px) {
.column-layout03-price {
 font-size: 24px;
}
.column-layout03-price span {
 font-size: 12px !important;
}
.subTitle {
	margin-right: 6px;
	vertical-align: 3px;
}
}


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

プラン内容

------------------------------------------------- */
.column-layout03-plan {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 430px;
	width: 100%;
	margin: auto;
}
.column-layout03-plan .img {
	flex-basis: 250px;
	margin-right: 15px;
}
.column-layout03-plan .img img {
	max-width: 100%;
 height: auto;
	width:auto;
 vertical-align: bottom;
}
.column-layout03-plan .plan {
	flex-basis: calc(100% - 250px);
}
.column-layout03-plan .plan li {
	font-size: 14px;
	padding: 2px 0;
	text-align: left !important;
	text-indent: -1em;
 padding-left: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.column-layout03-plan {
		flex-direction: column;
	}
	.column-layout03-plan .img {
	flex-basis: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.column-layout03-plan .plan {
	flex-basis: 100%;
}
}
@media only screen and (max-width: 767px) {
	.column-layout03-plan {
		flex-direction: column;
	}
	.column-layout03-plan .img {
	flex-basis: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}
.column-layout03-plan .plan {
	flex-basis: 100%;
}
}


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

リンクボタン

------------------------------------------------- */
.Top_LinkButton {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0 0;
}
.Top_LinkButton a {
	background-color:#9F7671;
	padding: 15px 0px;
	display: block;
	text-align: center;
	font-size: 18px !important;
	letter-spacing: .1em;
	color: #ffffff; 
	width: 350px;
	margin: 0 0 10px;
	position: relative;
}
.Top_LinkButton_In {
	padding-top: 20px;
}
.Top_LinkButton_In a {
	background-color:#9F7671;
	padding: 15px 0px;
	display: block;
	text-align: center;
	font-size: 18px !important;
	letter-spacing: .1em;
	color: #ffffff; 
	width: 350px;
	margin: 0 0 10px;
	position: relative;
}
.Top_LinkButton a:hover,
.Top_LinkButton_In a:hover {
	opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: 0.5s;
}
@media only screen and (max-width: 480px) {
.Top_LinkButton a {
	font-size: 14px !important;
	max-width: 350px;
	width: 100%;
	letter-spacing: 0.05em;
}
.Top_LinkButton_In a {
	font-size: 16px !important;
	max-width: 350px;
	width: 100%;
	margin: 15px 0;
	letter-spacing: 0.05em;
}	
}


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

お問い合わせ

------------------------------------------------- */
.inner_contact {
  margin: 0 auto;
  width: 1270px;
}
@media only screen and (max-width: 1290px) {
  .inner_contact {
    width: 89.84375%;
  }
}

/* -------------------------------------------------
 コンテンツ
------------------------------------------------- */
/* content08 */
.content08 {
  margin: 90px 0;
}
.content08-title {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
		color: #9F7671;
}
.content08-text {
  text-align: center;
}
.content08-text a {
  text-decoration: underline;
}
.content08-text a:hover {
  text-decoration: none;
		transition: 0.5s;
}

@media only screen and (max-width: 767px) {
.content08-title {
  font-size: 30px;
  margin-bottom: 15px;
  /*text-align: left;*/
}	
.content08-text {
  /*text-align: left;*/
}
}@media only screen and (max-width: 480px) {
.content08-title {
  font-size: 24px;
  margin-bottom: 10px;
}	
}

/* -------------------------------------------------
 ボタン
------------------------------------------------- */
.Contact_Button {
	display:flex;
	justify-content:center;
	align-items: center;
	margin: 50px 0;
}
.Contact_Button a {
	background-color:#c44a76;
	padding: 15px 0px;
	display: block;
	text-align: center;
	font-size: 18px !important;
	letter-spacing: .1em;
	color: #ffffff; 
	max-width: 350px;
	width: 100%;
	margin-right: 50px;
	position: relative;
}
.Contact_Button a:last-of-type {
	margin: 0;
}
.Contact_Button a:hover {
	opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: 0.5s;
}
@media only screen and (max-width: 991px) {
.Contact_Button a {
	margin-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.Contact_Button {
	margin: 30px 0;
	flex-direction: column;
}
.Contact_Button a {
	margin-right: 0px;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 480px) {
.Top_LinkButton a {
	font-size: 14px !important;
	max-width: 350px;
	width: 100%;
	letter-spacing: 0.05em;
}
.Top_LinkButton_In a {
	font-size: 16px !important;
	max-width: 350px;
	width: 100%;
	margin: 15px 0;
	letter-spacing: 0.05em;
}	
}



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

GALLERY

------------------------------------------------- */
.footer-gallery-title {
		font-size: 42px;
  background: #f6f6f6;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-gallery-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-gallery-title {
    font-size: 24px;
  }
}


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

アイコン

------------------------------------------------- */
.btn .icon {
  position:relative-;
}
.btn .icon.icon_online {
 content: "";
	background: url("../images/icon_online2.png");
	background-size: 24px;
	display:inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: -5px;
}
.btn .icon.icon_yoyaku {
 content: "";
	background: url("../images/icon_yoyaku.png");
	background-size: 24px;
	display:inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: -4px;
}
.btn .icon.icon_line {
 content: "";
	background: url("../images/icon_line.png");
	background-size: 24px;
	display:inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: -5px;
}


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

矢印アイコン

------------------------------------------------- */
.btn .icon2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn .icon2.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  right: 0.625rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}

.btn .icon2.arrow2::before {
  position: absolute;
  content: "";
  top: -0.3rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 480px) {
.btn .icon2.arrow2 {
  right: 0.4rem;
}
.btn .icon2.arrow2::before {
  top: -0.2rem;
  width: 0.3rem;
  height: 0.3rem;
}
}

.arrow3 {
 display: flex;
 justify-content: center;
 align-items: center;
}
.arrow3::after {
 transform: rotate(45deg);
 width: 8px;
 height: 8px;
 margin-left: 10px;
 border-top: 1px solid #333;
 border-right: 1px solid #333;
 content: "";
}


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

表示切替

------------------------------------------------- */
.sp480_none {
 display: none;
}
@media only screen and (max-width: 480px) {
.sp480 {
 display: none;
}
.sp480_none {
 display: block;
}
}


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

文字サイズ

------------------------------------------------- */
.fs_16px {
 font-size: 16px;
}


