@charset "UTF-8";

/* ------------------------------------------
	BASIC
--------------------------------------------- */
*,*:before,*:after
{
	box-sizing:border-box;
	}

body
{
	position: relative;
	color:rgb(90, 80, 70);
	font-size:16px;
	line-height:1.7;
	background-color:rgb(255, 255, 255);
	font-family: 'Kiwi Maru', serif;
	}

img
{
	display:block;
}

 a:visited,
 a:link,
 a:hover,
 a:active,
 a:focus
{
	color:rgb(92, 92, 92);
	text-decoration:none;
}

section
{
	padding: 5% 10%;
}
#toppage section
{
	padding: 5% 10% 2%;
}

/*-------------------------------------------
	animation
--------------------------------------------*/	


@keyframes slide {
	from	{margin-left: 0%;}
	to		{margin-left: 10%;}
}

/* ------------------------------------------
	header
--------------------------------------------- */
header
{
	position: fixed;
	top: 0;
	z-index: 999;
	color:#FFF;
	width:100%;
	background-color:rgba(255, 255, 255);
	height: 105px;
}
@media(max-width:1079px){
	header{
		height: 0;
	}
}

.headlogo img
{
	height: 105px;
}

/* ------------------------------------------
	nav
--------------------------------------------- */
.naver
{
	position: fixed;
	right: 0;
	top:0;
	z-index: 999;
	line-height: 2;
}
.naver a
{
	font-size: 1em;
}
.naver img
{
	margin: 0 auto;
	width: 70%;
	border-radius: 3%;
}

.naver span img
{
	width: 90%;
	border-radius: 30%;
}

nav ul{
	flex-direction:row;
	flex-wrap:nowrap;
	width:100%;
	margin:0 auto;	/*メニュー前提の位置調整*/
}

nav ul li{
	font-family: 'Kiwi Maru', serif;
	text-align:center;
	margin: 0 auto;
	font-size: 1.3rem;
	display:block;
	text-indent: 0;
    padding-left: 0;
}

nav ul li a{
	/* display:block;
	font-size:0.9rem;
	line-height:70px; */

	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 20px 15px 0;
	margin: 10px 15px;
}

nav ul li a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1.5px;
	transition: all 0.3s ease 0s;
  }
nav ul li a:hover
{
	cursor: pointer;
	visibility: visible;
}
nav ul li a:hover::after
{
	width: 100%;  
}

nav
{
	display:block;
	z-index: 100;
	}

/* ------------------------------------------
	main
--------------------------------------------- */
main
{
	position: relative;
	padding: 105px 0 0;
}
article
{
	margin: 70px auto ;
}
.pagehead img
{
	width: 90%;
	margin:0 0 0 auto;
}

#toppage
{
	position: relative;
}

#toppage p
{
	display: table;
	margin: 0 auto 100px;
	animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; 

}
#toppage p span
{
	font-family: 'Jost', sans-serif;
	display: block;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}

.topimg
{
	position: relative;
}
.topimg .img01
{
	width: 70%;
}
@media(max-width:599px){
	.topimg .img01{
		width: 100%;
	}
}
.topimg :nth-child(2)
{
	position: absolute;
	right: 1%;
	bottom: 0;
	width: 25%;
}
@media(max-width:750px){
	.logo01{
		right: 1%;
		bottom: 1%;
	}
}

/* .headhako
{
	position: absolute;
	top: 104px;
	left: 0;
    background: #ccba9a;
	padding: 12% 0;
	width: 60%;
	z-index: -20;
} */

.box1 img
{
	width: 100%;
	margin:  0 auto 30px;
	padding: 0;
}
/* @media(max-width:599px){
	#toppage img{
		width: 100%;
		margin: 0 auto 1%;
	}
} */


section div a img
{
	transition: all 1s ease 0s;
}

section div a:link img,
section div a:visited img
{
	opacity: 1.0;
}
	
section div a:hover img,
section div a:active img
{
	opacity: 0.7;
}

section .wrapper
{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0 auto 100px;
}
@media(max-width:599px){
	section .wrapper{
		flex-wrap: wrap;
	}
}

.info_name 
{
	font-family: 'Kiwi Maru', serif;
	position: relative;
	font-size: 22px;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #000000;
	padding:0 5px 18px;
	margin: 0 auto;
	box-sizing: border-box;
}
.info_name:before
{
	content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    bottom: 2px;
    right: 0px;
    background-color: #000000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.info_name span
{
	display: inline-block;
    position: relative;
    top: -3px;
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-left: 12px;
}
.box1
{
	margin: 0 5%;
	padding: 20px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
↓トップの介護とウェディングのリンクの背景
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.box1:first-child
{
	animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; 

}
.box1:nth-child(2) 
{
	animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; 
} 
@media(max-width:599px){
	.box1{
		margin: 0 auto;
	}
}
.box2
{
	background-color: rgb(255, 255, 255);
	/* animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; */
}

.box3
{
	background-color: rgb(255, 255, 255);
	/* animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; */
}

.box4
{
	background-color: rgb(255, 255, 255);		
	/* animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; */

}
ul{
	list-style-type: none;
}
section ul li{
	text-indent:-1em;
    padding-left:1em;
	text-align: left;
}

h1
{
	font-size:2rem;
	letter-spacing: 0.3em;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 1.5em;
	animation-duration: 3s;
	animation-name: imgopacity;
	animation-fill-mode: forwards; 
}

  h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgb(90, 80, 70);
	border-radius: 2px;
  }

h2
{
	font-size: 1.5em;
	display: inline-block;
	position: relative;
	padding: 0 60px;
	margin-bottom: 20px;
	font-weight: bold;
}
/* h２をセンターにするにはhakoごとセンターにする */
  
  h2:before, h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: rgb(90, 80, 70);
  }
  h2:before {
	left:0%;
  }
  h2:after {
	right:0%;
}

h3
{
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.typebk h3
{
	color: #c57979;
}

.howbk h3
{
	color: #6591c0;
}

h4{
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: solid 1px #c57979;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.fadein{
	opacity : 0;
	transform: translateY(20px);
	transition: all 1.0s;
}

.bannerlink
{
	width: 95%;
	margin: 0 auto;
	padding: 50px 20px;
	background-color :#fcfaf6;
}
.bannerlink img
{
	width: 100%;
	height: 70px;
	padding: 0 10px;
}


/* page1 */
.purposebk
{
	width: 90%;
	background-color: rgb(240, 250, 231);
	z-index: -30;
}

.purposebk p
{
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.purposebk p::before
{
	content: '';
	position: absolute;
	bottom: -50px;
	width: 60px;
	height: 1px;
	left: 0%;
	background-color: rgb(90, 80, 70);
	border-radius: 2px;
}
.name
{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: bold;
	font-size: 1.2em;
	padding: 50px 0 15px;
}
.name span
{
	color: rgb(92, 92, 92,0.5);
	font-size: 0.8em;
	margin-left: 10px;
}
.purposebk ul
{
	margin-bottom: 100px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic" ;
}
.kannri
{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic" ;
}
.purposebk img
{
	position: absolute;
    width: 25%;
    bottom: 500px;
    right: 150px;
}
/* page2 */

.typebk
{
	position: relative;
	width: 90%;
	background-color:#ffe5e5;
	z-index: -30;
}

.hako0,#hako0,#hako1,#hako2,#hako3,#hako4
{
	padding-bottom: 100px;
}
.hako0 p
{
	text-align: left;
}

.kobako1
{
	text-align: left;
	margin-bottom: 30px;
}
.kobako1:last-child
{
	margin-bottom: 0;
}
.zeikomi
{
	margin-bottom: 20px;
}

table{
	width: 100%;
	border-spacing: 0;
	margin: 20px auto;
  }
  
  table th{
	border-bottom: solid 2px #555555;
	padding: 10px 0;
  }
  
  table td{
	border-bottom: solid 2px #dddddd;
	text-align: center;
	padding: 10px 0;
  }
  .add th
  {
	  width: 20%;
  }

  .Inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
  }
  
  p{
	margin: 0;
	padding: 0;
  }
  
  .List-Item {
	border-top: 1px solid #ddd;
	width: 100%;
  }
  @media screen and (max-width: 540px) {
	.List-Item {
	  border-top: 0;
	}
  }
  .List-Item:nth-of-type(1) {
	border-top: 0;
  }
  .List-Item-Content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 540px) {
	.List-Item-Content {
	  padding-top: 15px;
	  padding-bottom: 15px;
	  flex-wrap: wrap;
	}
  }
  .List-Item-Content.one {
	padding-top: 0;
  }
  .List-Item-Content-Number {
	position: relative;
	margin-right: 40px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #B3A147;
	color: #fff;
	font-size: 36px;
  }
  @media screen and (max-width: 540px) {
	.List-Item-Content-Number {
	  margin-right: 10px;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 24px;
	}
  }
  /* ご利用の流れの縦ライン（長さの調節が難しい） */
  /* .List-Item-Content-Number-Line {
	position: absolute;
	top: -93%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 4px;
	height: 150px;
	background: #B3A147;
  }
  .List-Item-Content-Number-Line4
  {
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 4px;
	height: 90px;
	background: #B3A147; 
  }*/
  @media screen and (max-width: 540px) {
	.List-Item-Content-Number-Line {
	  top: -80%;
	  width: 2px;
	  height: 72px;
	}
  }
  .List-Item-Content-Title {
	margin-right: 48px;
	flex-basis: 298px;
	color: #B3A147;
	font-size: 1.3em;
  }
  @media screen and (max-width: 540px) {
	.List-Item-Content-Title {
	  margin-right: 0;
	  max-width: 270px;
	  font-size: 18px;
	}
  }
  .List-Item-Content-Description {
	line-height: 1.5;
	font-size: 16px;
	width: 50%;
	text-align: left;
  }
  @media screen and (max-width: 540px) {
	.List-Item-Content-Description {
	  margin-left: 60px;
	  font-weight: normal;
	  font-size: 13px;
	  width: 80%;
	  padding-top: 20px;
	  line-height: 1.8em;
	}
  }
  .List-Item-Content-Description ol
	{
	padding-left: 20px;
	}

.qa-box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
	}
.qa-num{
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      width: 110px;
      letter-spacing: .025em;
	  background-color: #fff;
    }
.qa-txt{
      width: calc(100% - 110px);
      padding-left: 30px;
	}
			
.q-txt{
        padding: 7px 0 17px;
        font-weight: 700;
        line-height: 30px;
        border-bottom: solid 1px rgb(129, 129, 129);
        letter-spacing: .025em;
		color: rgb(90, 80, 70);
		font-weight: normal;
      }
.a-txt{
        padding-top: 21px;
        line-height: 30px;
        letter-spacing: .02em;
      }
    
	 .txt ul {
		line-height: 1.8;
		list-style-type: none;
	  }
	  
	 .txt li+li {
		margin-top: 5px;
	  }
	  
	 .txt li {
		position: relative;
		padding-left: 25px;
		text-indent: 0;
	  }
	  
	 .txt li:before {
		content: "";
		position: absolute;
		width: 3px;
		height: 7px;
		top: .65em;
		left: 6px;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		border-right: 2px solid #9c9c9c;
		border-bottom: 2px solid #9c9c9c;
	  }
	  
	 .txt li:after {
		content: "";
		position: absolute;
		top: .45em;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #9c9c9c;
		border-radius: 2px;
	  }
	  	  
/* page3 */
.howbk
{
	position: relative;
	width: 90%;
	background-color: #d6eaff;
	z-index: -30;
}
.petwedding
{
	padding: 0 15%;
	font-size: 1.4em;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.petwedding span
{
	margin-left: 50%;
}
.kobako1 span
{
	text-decoration: underline;
}

/* page4 */

.page4bk
{
	position: relative;
	width: 90%;
	background-color: rgb(250 247 231);
}

.koe-left
{
	padding: 4% 5% 0 0;
}
.koe-right
{
	margin-bottom: 7%;
}

/* ------------------------------------------
	clearfix
--------------------------------------------- */
.testbox1,
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	}


/* ------------------------------------------
	footer
--------------------------------------------- */
main::before
{
	content: '';
	position: absolute;
	bottom: -50px;
	width: 96%;
	height: 1px;
	left: 2%;
	background-color: rgb(180, 180, 180);
	border-radius: 2px;
}


footer
{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic" ;
	position: relative;
}
.f-logo
{
	position: absolute;
	left: 20px;
	bottom: 60px;
	width: 7%;
	margin: 0 2%;
}
.flexbox
{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly
}
.left
{
	margin: 0 0 0 13%;
	width: 10%;
}
.left img {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 50px;
	margin-left: 13%;
}
.line 
{
	width: 100%;
}
.line img
{
	position: absolute;
	left: 0;
	bottom: 82px;
	width: 150px;
	margin-left: 20%;
}
.left a
{
	width: 50px;
}
.right
{
	text-align: left;
	width: 500px;
	margin: 0 auto;
	font-size: 0.8em;
}
.right span
{
	font-size: 2em;
	padding-bottom: 50px;
}

.copyright
{
	text-align: center;
	color: #555555;
	font-size: 0.5em;
	padding: 10px 0 10px 0;
}


/* --------------------------------------------
　　　スマホ版
ーーーーーーーーーーーーーーーーーーーーーーーーーーー */


@media(max-width:900px){
	
	body{
		font-size: 14px;
		line-height: 2em;
		font-family: "ヒラギノ角ゴ Pro W3", 
    	"Hiragino Kaku Gothic Pro",
    	"メイリオ",
    	"Meiryo",
    	sans-serif;
	}
	.naver{
		width: 100%;
	}
	.nav-list{
		background-color: rgb(241, 240, 232);
	}
	.headarea{
		background-color: #FFF;
	}
	.headlogo img{
		height: 80px;
	}
	main{
		padding: 80px 0 0;
	}
	article{
		margin-top: 20px;
	}
	.purposebk,.typebk,.howbk
	{
		width: 95%;
	}
	#toppage section{
	padding-top: 50px;
	}
	section{
		padding: 50px 0 20px;
		width: 95%;
		margin: 0 auto;
	}
	#toppage p {
		margin-bottom: 50px;
	}
	section .wrapper {
		width: 90%;
		margin-bottom: 0px;
	}
	.info_name {
		font-size: 20px;
		width: 90%;
		padding: 10px 5px 10px;
	}
	.pagehead img {
		width: 100%;
	}
	h1{
		font-size: 20px;
	}
	h1:before{
		height: 3px;
	}
	h2{
		font-size: 18px;
	}
	#hako0,#hako1,#hako2,#hako3,#hako4{
		text-align: center;
		padding-bottom: 50px;
	}
	.bannerlink
	{
	width: 95%;
	margin: 0 auto;
	padding: 20px 30px;
	}

	.bannerlink img
	{
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	height: auto;
	}

	h3{
		font-size: 16px;
	}
	.purposebk ul{
		font-size: 14px;
		list-style: none;
	}
	.purposebk img{
		position: static;
		width: 90%;
		margin: 20px auto 0;
	}
	table{
		font-size: 10px;
	}
	.qa-num{
		width: 40px;
	}
	.qa-txt{
		width: calc(100% - 40px);
		padding-left: 20px;
		font-size: 12px;
	}
	.a-txt{
		padding-top: 0;
		line-height: 2em;
		text-align: left;
	}
	.petwedding{
		padding: 0 5% 40px;
		font-size: 18px;
	}
	.petwedding span{
		float: right;
		margin: 0;
	}

		footer img {
		position: relative;
		width: 25%;
		margin: 0 auto ;
		bottom: 0;
	}
	.page4bk h3
	{
		text-align: center;
	}
	.koe-left
	{
		width: 50%;
		padding: 5px 10px 10%;
		margin: 0 auto;
	}
	.flexbox
	{
		display: block;
	}
	.left{
		margin: 0;
		padding: 10px 5% 0;
		text-align: center;
		width: auto;
	}
	.left img {
		position: relative;
		width: 50px;
		min-width: 50px;
		padding: 20px 0;
		margin: 0 auto ;
		bottom: 0;
	}
	.line img
	{
		position: relative;
		top: 0px;
		margin: 10px auto 20px;
	}
	.f-logo{
		position: static;
		width: auto;
	}
	.right {
		text-align: center;
		font-size: 10px;
		width: 100%;
		line-height: 1.7em;
		margin-top: 20px;
	}

}



/* ??? */


.nav-mobile{
	display:none;
	position:absolute;
	top:0;
	right:0;
	background:#FFF;
	height:80px;
	width:80px;
}