﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#4c2812;
	background:
	url(../img/base/bg2_r.png) no-repeat top right,
    url(../img/base/bg2_l.png) no-repeat top left,
    linear-gradient(to bottom, #fce8f0 0%, #ffffff 20%); /* 20%の位置で完全に白になる */
	background-size: 18%, 18%, auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Maru Gothic", serif!important;
}
img{
	max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

@media screen and (max-width:1000px){
body {
	background:
	url(../img/base/bg2_r.png) no-repeat top right,
    url(../img/base/bg2_l.png) no-repeat top left,
    linear-gradient(to bottom, #fce8f0 0%, #ffffff 20%); /* 20%の位置で完全に白になる */
	background-size: 25%, 25%, auto;
}
}

@media screen and (max-width:600px){
body {
	background:
	url(../img/base/bg2_r.png) no-repeat top right,
    url(../img/base/bg2_l.png) no-repeat top left,
    linear-gradient(to bottom, #fce8f0 0%, #ffffff 20%); /* 20%の位置で完全に白になる */
	background-size: 35%, 35%, auto;
}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}/*600*/


/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;padding: 0px 5px;}
a:link,
a:visited {
	color: #DA573A;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ccc;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	padding: 0px;
	margin-top: -17px;
}
.header_in{
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 0px;
}
.logo{
	width: 34%;
}	
.header_right{
	width: 66%;
}
@media screen and (max-width:800px){
.logo{max-width: 500px;width: 60%;padding-left: 15px;}
}
@media screen and (max-width:500px){
.logo{max-width: 500px;width: 100%;padding-left: 15px;}
}


.mail_sp{padding-top: 20px;}

/*header　PC用ボタン-------*/
.header_btn{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 auto;
}
.header_btn li{margin-left: 10px;}
.h_tel{
	max-width: 330px;
	font-size: 16px;
	text-align: center;
	padding-right: 30px;
}

@media screen and (max-width:1500px){
.header_btn{width: 98%;}
}/*1200px*/



@media screen and (max-width:1000px){
.header_btn{display: none;}
}

/*=============================
		ヘッダーボタン
=============================*/
.h_btn{
	background: #F4EEE2!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#7B551F!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn a:hove{
	background:#7B551F!important;
}
.h_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn{padding: 5px 20px;}
.h_btn{font-size: 14px!important;}
}

/*ボタンオレンジ-------------------------------*/
.h_btn_orange{
	background: #DA573A!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_orange:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_orange i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_orange{padding: 5px 20px;}
.h_btn_orange{font-size: 14px!important;}
}

/*ボタン緑-------------------------------*/
.h_btn_green{
	background: #2CAF9D!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_green:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_green i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_green{padding: 5px 20px;}
.h_btn_green{font-size: 14px!important;}
}



/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	overflow:hidden;
	font-size:0;
	border-radius: 40px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height:700px;
}
.vegas_text{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height:700px;
	}
.vegas_text img{
	width: 85%;
	max-width: 700px;
}
@media screen and (max-width:1000px){
#vegas_box{height:500px;}
.vegas_text{height:500px;}
}
@media screen and (max-width:800px){
#vegas_box{
	height:400px;
	border-radius: 0px;
	width: 100%;
}
.vegas_text{height:400px;}
}
@media screen and (max-width:600px){
#vegas_box{height:300px;}
.vegas_text{height:300px;}
}



/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
.scroll{display: none;}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	background: #fff;
}
.footer_in{
	width: 100%;
	max-width: 1124px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px 20px;
	box-sizing: border-box;
}

.f_copy{
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 30px;
	max-width: 400px;
}
.f_txt{
	text-align: center;
	font-size: 13px;
	line-height: 150%;
	max-width: 800px;
	width: 80%;
	margin: 0 auto 50px;
}

@media screen and (max-width: 800px) {
footer{
	width: 100%;
}
.footer_in{
	padding: 50px 0px 80px;
}
.f_copy{
	font-size:10px;
	padding:15px 0px 0px;
}
.f_logo{
	width:60%;
	margin:0 auto;
	padding:10px 0px 0px;
}
.f_txt{
	font-size: 11px;
	margin: 0 auto 10px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color: #422626;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
	ul.f_menu{display:none;}
}


/*fooder_SP-----------*/
.footer_sp{display: none;}
@media screen and (max-width: 800px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0;
	background: #dfeab3;
	padding: 0px;
	z-index: 1000;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	padding: 0px;
}
ul.footer_sp_menu li{
	flex: 1; /* すべての要素が均等な比率で広がる */
	font-size: 25px;
	padding: 15px 0px 10px;
}
ul.footer_sp_menu li a {
    display: flex;
    flex-direction: column; /* アイコンと文字を縦に並べる */
    align-items: center;    /* 横方向の中央揃え */
    justify-content: center; /* 縦方向の中央揃え */
    height: 100%;           /* li の高さに合わせる */
    line-height: 1;         /* 行間による隙間を排除 */
}
	
ul.footer_sp_menu li span{
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px;
	}
	
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #000;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #727272;
	text-decoration: none;
}
}


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 180%;
}
.M{
	font-size:18px;
	line-height: 130%;
	margin-bottom: 5px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
	font-family: 'Kosugi Maru', sans-serif;
}
.red{color:#c64b4c;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{
	background: linear-gradient(transparent 0%, #e2e6cd 0%);
	font-weight: bold;
}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}/*600*/


/*=============================
		PT ページタイトル
=============================*/

.pt{
	background:url("../vegas/slider10.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt2{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt3{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt4{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt5{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
  border-radius: 40px;
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Rubik', sans-serif;
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7,.pt8,.pt9{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	border-radius: 20px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before{
	border-radius: 20px;
	}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}



/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #d86768;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 500;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
#page_top{display: none;}
}

/*=============================
		ボタン
=============================*/
.yoyaku_btn{
	text-align: center;
	margin: 50px auto;
}

.btn1{
	background:#d86768;
	margin: 10px auto;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	text-align: center;
}
.btn1:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn1 i{padding-left: 10px;}
.btn_big{font-size: 20px!important;max-width: 400px!important;}

@media screen and (max-width: 600px) {
.yoyaku_btn{
	display: none;
	}
	
.btn1{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
.btn_big{font-size: 18px!important;}
}

.btn2{/* --------------------------白 */
	background:#FFF;
	margin: 15px auto;
	padding: 1em 0em;
	display: block;
	text-decoration: none;
	font-size:15px;
	line-height: 130%;
	color:#705125!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	max-width: 300px;
}
.btn2:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 0px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
	min-width: 500px; /* スマホでもこの幅を維持してスクロールさせる */
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.text_left{text-align: left!important;}
.nowrap{white-space: nowrap;}
.t_c{text-align: center!important;}

@media screen and (max-width: 800px) {
table.type01{font-size:14px;}
}

@media screen and (max-width: 600px) {
	table.type01 {font-size: 13px;}
	table.type01 th {padding: 20px;}
	table.type01 td {padding: 20px;}
}


/*スマホ版は横スクロール--------------*/
.table-scroll {
    overflow-x: auto; /* 横スクロールを許可 */
    -webkit-overflow-scrolling: touch; /* iOSで滑らかに */
    margin-bottom: 20px;
}


/*スクロール-----------------------------------------------*/
.table-wrap {
	overflow-x: scroll;
	width: 100%;
	margin: 0 auto 20px;
	/*border: solid 1px #eee;
	box-sizing: border-box;*/
}


/* type02---------------------------- */
table.type02 {
	width:100%;
	border-collapse: separate;
	text-align: left;
    font-size:15px;
	line-height:140%;
	margin: 10px auto 30px;
	border-spacing: 0px;
	border-top: solid 1px #EFE8D8;
}
table.type02 th {
	padding: 20px;
	background: #EFE8D8;
	vertical-align:middle;
	text-align:center;
	color: #000;
	border-bottom: solid 1px #EFE8D8;
}
table.type02 td {
	padding: 20px;
	vertical-align:middle;
	background: #FFF;
	color: #000;
	border-bottom: solid 1px #EFE8D8;
}
table.type02 th img{width:100%}
table.type02 td img{width:100%}

@media screen and (max-width: 600px) {
table.type02{font-size:12px;}
table.type02 th {padding: 10px;}
table.type02 td {padding: 10px;}
}



/*=============================
		wrap
=============================*/
.wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	width: 95%;
	padding-top: 100px;
}
.main{width: 73%;}
.side{width: 25%;}

@media screen and (max-width: 1100px) {
.wrap{flex-wrap: wrap;justify-content: center;}
.main{width: 100%;}
.side{display: none;}
}

@media screen and (max-width: 600px) {
.wrap{padding-top: 50px;}
}



/*=============================
		MAP
=============================*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*=============================
		title
=============================*/
.title{/*---------------------------*/
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #d86768;
	font-size: 60px;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	display: inline-block;
}
.title p{
	color: #571D12;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.title h2{font-size: 40px;}
}
/*title白--------------------------------*/
.title_w{}
.title_w h2{
	color: #FFF;
}
.title_w p{
	color: #FFF;
}



/*=============================
		title　（2nd用）
=============================*/
/*title　下に線があるデザイン------------*/
.title1 {
    position: relative;
    overflow: hidden;
    font-size: 28px;
    margin-bottom: 30px;
    background: url(../img/base/title_icon2.png) no-repeat left center;
    background-size: 40px;
    padding: 10px 10px 15px 55px; /* 下に線があるため、下のpaddingを少し多め（15px）に */
    display: flex;
    align-items: center;
}

.title1::before,
.title1::after {
    content: "";
    position: absolute;
    bottom: 0; /* 同じ位置に配置 */
    left: 0;
}

.title1::before {
    border-bottom: 5px solid #efc6c5; /* 濃いピンクの土台 */
    width: 100%;
    z-index: 1; /* 下側に配置 */
}

.title1::after {
    border-bottom: 5px solid #d86768; /* 薄いピンクのアクセント */
    width: 30%; /* 左側30%だけこの色が上に来る */
    z-index: 2; /* 濃いピンクより数字を大きくして「上」に重ねる */
}


@media screen and (max-width: 800px) {
.title1{
	font-size:23px;
}
}
@media screen and (max-width: 500px) {
.title1{
	font-size:18px;
}
}


/*title　h3------------*/
.title_h3{
	font-size: 23px;
	font-weight: bold;
	color: #c45051;
	margin: 0px 0px 10px;
}
@media screen and (max-width: 600px) {
.title_h3{
	font-size: 18px;
	margin: 0px 0px 10px;
}
}


/*=============================
		もくじ
=============================*/
ul.mokuji{
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 50px;
}
ul.mokuji li{
	margin: 0px 10px;
	text-align: center;
}
.mokuji_btn{
	background:#d86768;
	padding: 0.7em 1.7em;
	display: block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
}
@media screen and (max-width: 1000px) {
ul.mokuji{flex-wrap: wrap;}
ul.mokuji li{
	width: 48%;
	margin: 1%;
}
}
@media screen and (max-width: 600px) {
ul.mokuji{margin: 0px auto 30px;}
.mokuji_btn{
	font-size: 16px;
}
}



/*=============================
		BOX
=============================*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{
	width: 90%;
	margin: 0 auto;
}

.box_txt{
	font-size: 18px;
	line-height: 180%;
	padding: 10px;
}
.box_txt2{
	font-size: 16px;
	line-height: 180%;
	padding: 10px;
}
@media screen and (max-width: 600px) {
.box_txt{
	font-size: 14px;
	line-height: 160%;
	padding: 10px;
}
}


/*=============================
		wrap
=============================*/
.wrap1{
	background: #fce8f0;
	margin-top: -10px;
	padding: 100px 0px;
}
.wrap2{
	padding: 100px 0px;
}
.svg_img{
	vertical-align:bottom;
	border: solid 1px #000;
}
@media screen and (max-width: 600px) {
.wrap1{padding: 50px 0px;}
.wrap2{padding: 50px 0px;}
}




/* TOP（ごさいつ） -------------------------------------------*/
.top1{
	width: 90%;
	max-width: 1300px;
	margin: 150px auto 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.top1_img{width: 46%;}
.top1_txt{width: 50%;}
.top1_txt h2{
	color: #d86768;
	font-size: 50px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top1_txt h3{
	font-size: 25px;
	line-height: 150%;
	color: #571D12;
}
.top1_txt p{
	font-size: 17px;
	line-height: 200%;
	margin: 20px 0px;
}
.top1_btn{
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
.top1{flex-wrap: wrap;}
.top1_img{width: 80%;}
.top1_txt{width: 90%;}	
.top1_txt h2{text-align: center;}
.top1_txt h3{text-align: center;}
}
@media screen and (max-width: 600px) {
.top1{margin: 80px auto 100px;}
.top1_img{width: 90%;padding-right: 20px;}
.top1_txt{width: 100%;}	
.top1_txt h2{font-size: 40px;}
.top1_txt h3{font-size: 20px;}
.top1_txt p{font-size: 13px;}
}


/* TOP（サービス） -------------------------------------------*/
.service_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.service_in{
	width: 48%;
	margin-bottom: 50px;
	padding: 0% 1%;
}
.service_in h2{
	font-size: 25px;
	text-align: center;
	color: #571D12;
	margin: 10px 0px;
}
.service_in p{
	text-align:center;
}

@media screen and (max-width: 1000px) {
.service_in h2{font-size: 20px;}
.service_box{
	flex-wrap: wrap;
	justify-content: center;
}
.service_in{width: 90%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
.service_in h2{font-size: 16px;margin: 5px 0px;}
}



/* TOP（バナー） -------------------------------------------*/
ul.top_banner{
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 100px auto 150px;
}
ul.top_banner li{
	width: 48%;
}
@media screen and (max-width: 1000px) {
ul.top_banner{
	flex-wrap: wrap;
	justify-content: center;
}
ul.top_banner li{
	width: 100%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
ul.top_banner{
	margin: 50px auto 0px;
}
}


/* TOPのお知らせ--------------------------------------------------*/
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fdf0f6;
	border-radius: 30px;
	padding:40px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 18px;
	line-height: 130%;
}
table.news_table tr th {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}

@media screen and (max-width: 800px) {
.top_news{
	background:none;
}
.news{padding: 20px;}
table.news_table {font-size: 16px;}
table.news_table tr th {padding: 15px;}
table.news_table tr td {padding: 15px;}
}

@media screen and (max-width: 600px) {
.top_news{
	padding:100px 0px;
}
table.news_table {font-size: 14px;}
}

/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/contact_bg.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
}
.contact_box h3{
	font-size: 30px;
	text-align: center;
	color: #FFF;
	margin: 0 auto 30px;
	width: 90%;
}

ul.contact_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 10px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #284d28;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #284d28!important;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.contact_txt{
	font-size: 18px;
	color: #284d28!important;
}
.contact_mail{
	font-size: 40px;
	letter-spacing: 3px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	color: #284d28;
}
.contact_insta img{
	padding: 0px 30px;
}
@media screen and (max-width: 800px) {
.contact_box{
	width:100%;
	padding:100px 0px 70px;
	background-size: auto;
	background:url("../img/base/contact_bg_sp.jpg") no-repeat center center;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
ul.contact_btn li{width: 100%;margin-bottom: 20px;}
.contact_box h3{font-size: 20px;}
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 25px;}		
}



/*会社概要----------------------*/
.txt1{
	text-align: center;
	font-size: 25px;
}
.txt2{
	font-size: 18px;
	line-height: 150%;
}
.txt_mb{
	margin: 0 auto 20px;
}
.txt_mb2{
	margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
	.txt1{font-size: 20px;}
	.txt2{font-size: 16px;}
}
@media screen and (max-width: 500px) {
	.txt1{font-size: 16px;}
	.txt2{font-size: 14px;}
}

	
/*プライバシーポリシー----------------------*/
.privacy_title{
	width: 100%;
	font-size: 22px;
	margin: 0 auto 20px;
	padding-bottom: 5px;
	color: #571D12;
	border-bottom: solid 3px #f5c849;
	position: relative;
}
.privacy_title::before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ea6327;
	bottom: -3px;
	width: 20%;
}
.privacy_txt{
	font-size: 16px;
	line-height: 150%;
}
.privacy_mb{margin-bottom: 80px;}

@media screen and (max-width: 600px) {
.privacy_title{font-size: 18px;line-height: 130%;}
.privacy_txt{
	font-size: 14px;
	line-height: 150%;
}
.privacy_mb{margin-bottom: 40px;}
}


/*フォトギャラリー----------------------*/
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
ul.gallery li{
	margin: 1%;
	text-align: center;
}
ul.gallery li img{
	object-fit: cover; /* トリミング */
	width: 270px;
	height: 200px;
}

@media screen and (max-width: 1000px) {
ul.gallery li img{width: 270px;height: 180px;}	
}
@media screen and (max-width: 830px) {
ul.gallery li img{width: 250px;height: 160px;}	
}
@media screen and (max-width: 700px) {
ul.gallery li img{width: 200px;height: 140px;}	
}
@media screen and (max-width: 600px) {
ul.gallery li img{width: 170px;height: 110px;}	
}
@media screen and (max-width: 500px) {
ul.gallery li img{width: 150px;height: 100px;}	
}
@media screen and (max-width: 440px) {
ul.gallery li img{width: 120px;height: 90px;}	
}


/*デイサービス----------------------*/
ul.day_img{
	display: flex;
	margin: 50px auto 0px;
}
ul.day_img li{margin: 10px;}

ul.day_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
ul.day_list li{
	width: 30%;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}


@media screen and (max-width: 600px) {
ul.day_img{
	margin: 30px auto 0px;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.day_img li{
	width: 46%;
	margin: 5px 5px 15px;
}
ul.day_list li{
	width: 46%;
	margin-bottom: 20px;
	font-size: 16px;
}
}

/*デイサービス（ボタン）----------------------*/
ul.day_btn{
	display: flex;
	justify-content: center;
	margin: 50px auto 0px;
}
ul.day_btn li{
	margin: 10px;
}



/*　一日の流れ------------------------------*/

.schedule_white{
	background: #FFF!important;
}
.schedule {
    position: relative;
    font-size: 20px;
	margin-left: 50px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #d3e496;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
	margin: 2em 0em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #d86768;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #d86768;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #d86768;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

@media screen and (max-width: 600px) {
.schedule {
    font-size: 16px;
	margin-left: 0px;
}
}
.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  padding-bottom: 0px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
	font-size: 1.0em;
	line-height: 150%;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}
}


/*　年間行事------------------------------*/
ul.event{
	background: #FFF;
	border-radius: 20px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 10px 50px;
	box-sizing: border-box;
}
ul.event li{
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 600px) {
ul.event{
	padding: 10px 10px 20px;
}

}


/*　老人ホーム------------------------------*/
ul.home_service{

}
ul.home_service li{
	font-size: 20px;
	color: #c64b4c;
	margin: 5px;
}

@media screen and (max-width: 600px) {
ul.home_service li{
	font-size: 16px;
}
}


/*　プライバシーポリシー------------------------------*/
.privacy_txt{
	font-size: 16px;
	line-height: 180%;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.privacy_h3{
	font-size: 23px;
	font-weight: bold;
	color: #c45051;
	margin: 0px;
}

@media screen and (max-width: 600px) {
.privacy_txt{
	font-size: 12px;
}
.privacy_h3{
	font-size: 18px;
}
}


/*　料金ページのボタン------------------------------*/
.price_btn{
	margin: 30px auto;
	text-align: center;
}
.p_btn{
	background:#d86768;
	margin: 10px auto;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:23px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	text-align: center;
}
.p_btn:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.p_btn i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.p_btn{
	font-size: 18px;
}
}
