@charset "utf-8";

/* --------------------------
    MACHi全体設計
---------------------------*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	background-color: #fcfcfc;
	color: #5d3d2d;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
}

div#wrapper{
	width: 100%;
	margin: 0 auto;
}

/*---------------------------
    各ページ
---------------------------*/
#page_wrapper{
    width: 100%;
    padding-top: 160px;
}

.box{
    font-size: 50px;
    width: 500px;
    height: 20px;
    line-height: 0px;
    background: linear-gradient(
    to right,
    #feb2be,
    #cef9bf
    
  );
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
}


/*---------------------------
      ヘッダー
---------------------------*/
header  {
    width: 100%;
	height: 110px;
    margin-bottom: 103px;
    background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 999;
}

h1{
	display: flex;
	width: 100px;
	position: absolute;
	top: 5px;
	left:30px;
}

div#header_inner{
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;	
	position: relative;
}

div#contact{
	width: 200px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0;
}

div#reserve{
	width: 200px;
	height: auto;
	position: absolute;
	top: 50px;
	right: 0;
}

nav ul{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: left;
	margin-left: 210px;
	margin-bottom: 14px;
}

nav ul li{
	width: 160px;	
	margin-left: 5px;
}

/* ボタン */
.nav_list a{
    position: relative;
    display: block;
	width: 140px;
	height: 20px;
	background-color:#feeedc;
	border: 2px solid #54311e;
	border-radius: 10px;
	color: #5d3d2d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 6px 10px;
}

nav ul li a:hover{
	color: #F5C4C4;
}

/*---------------------------
    ナビ　アイコン表示
---------------------------*/

/* 猫アイコン */
.nav_icon{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    opacity: 0;
    transition: 0.3s;
}

/* ホバー時 */
.nav_icon{
    transform:
      translateX(-50%)
      translateY(10px);
    transition: 0.3s;
}

.nav_list a:hover .nav_icon{
    opacity: 1;
    transform:
      translateX(-50%)
      translateY(0);
}
/*---------------------------
    メインビジュアル
---------------------------*/
div#main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

img{
	max-width: 100%;
	height: auto;
}

/*---------------------------
　　　コンセプト 
---------------------------*/
div#consept h2{
	width: 900px;
	height: 88px;
	font-size: 72px;
	margin-top: 103px;
	margin-bottom: 80px;
	background-color: #feb6c2;
	border-radius: 0 8px 8px 0;
	line-height: 30px;
	text-align: right;
	padding-right: 50px;
}

div#consept h2::first-letter{
	font-size: 130px;
}

div#consept_w{
	width: 1020px;
	margin: 0 auto;
}
div#consept_neko{
	float: right;
	padding: 0 35px 15px 10px;
   	width: 350px;
}

div#consept_w p{
	font-size: 24px;
	line-height: 2.2;
	text-align: left;
	padding-top: 20px;
}

/*---------------------------
　　　コンセプトpage 
---------------------------*/


#concept_img02 {
    width: 100%;
	height: auto;
    margin-bottom: 60px;
}


.about_consept_inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
}

.consept_text_left{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.consept_text_left p,
.consept_text_right p{
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.4em;
}

.consept_text_right{
    width: 580px;
    text-align: right;
}


#consept_image {
    width: 400px;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 250px;
}

.section_consept{
    margin-top: 100px;
}

.section_consept h3::first-letter{
    font-size: 130px;
}
.section_consept h3{
    font-size: 64px;
    margin-bottom: 40px;
}

.rainbow_title{
    position: relative;
    display: inline-block;
    background: linear-gradient(#dce5c0 40%,#feb2be 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    	/* 縁取り */
	-webkit-text-stroke: 5px #8b6f67;
}
    
.section_consept p{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.4em;
}



#concept_img04 {
    width: 60%;
    margin-right: auto;
}

#concept_img05 {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-right: 20%;
}

#concept_img06 {
    width: 50%;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 100px;
}

.cats {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: space-between;
}

.cats li{
    margin-left: 20px;
    margin-right: 20px;
}

/* コンセプト　丸起点 */
.about_consept{
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
    	z-index: 2;
}
/* オレンジ　丸 */
.circle1{
	width: 1100px;
	height: 800px;
	background: #f2c791;
	top: 280px;
	right: 0;
}

/* 右側ピンク　丸 */
.circle2{
	width: 600px;
	height: 600px;
	background: #f5b5a7;
	top: 750px;
	right: -20px;
}


/* ３つのこだわり　丸起点 */
.concept_circle{
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
    	z-index: 2;
}
.circle{
	position: absolute;
	border-radius: 50%;
	opacity: 0.25;
	z-index: -1;
}

/* ３つのこだわり　緑 */
.circle3{
	width: 150px;
	height: 150px;
	background: #bedca1;
	top: 40px;
	left: 35%;
}

/* ３つのこだわり　オレンジ */
.circle4{
	width: 230px;
	height: 230px;
	background: #f2c791;
	top: 40px;
	left: 23%;
}

/* ３つのこだわり　ピンク */
.circle5{
	width: 220px;
	height: 220px;
	background: #f5b5a7;
	top: 120px;
	left: 19%;
}

/* 中央大きい丸 紫*/
.circle6{
	width: 1200px;
	height: 650px;
	background: #e8c5e0;
	top: 400px;
	left: -100px;
}

/* 右側オレンジ */
.circle7{
	width: 320px;
	height: 320px;
	background: #f2c791;
	top: 1040px;
	right: 14%;
}

/* 猫の気持ち　左 オレンジ */
.circle8{
	width: 300px;
	height: 300px;
	background: #f2c791;
	top: 1530px;
	left: 18%;
}

/* 右大きい丸　緑 ふみふみ*/
.circle9{
	width: 890px;
	height: 800px;
	background: #bedca1;
	top: 1800px;
	right: -20px;
}

/* 左側 ピンク*/
.circle10{
	width: 230px;
	height: 230px;
	background: #feb6c2;
	top: 2700px;
	left: 0;
}

/* 中央左　紫 */
.circle11{
	width: 220px;
	height: 220px;
	background: #e8c5e0;
	top: 2600px;
	left: 28%;
}

/* 中央右　水色 */
.circle12{
	width: 230px;
	height: 230px;
	background: #b6e7f2;
	top: 2800px;
	right: 28%;
}

/* 右 黄 */
.circle13{
	width: 220px;
	height: 220px;
	background: #f9f395;
	top: 2700px;
	right: 0;
}


/*---------------------------
　　　スタッフ猫紹介
---------------------------*/
div#staff h2{
	width: 980px;
	height: 88px;
	font-size: 72px;
    margin-top: 200px;
	margin-bottom: 80px;
    background-color: #e8c5e0;
    line-height: 30px;
	border-radius: 8px 0 0 8px;
	margin-left: auto;
	padding-left: 50px;
	text-align: left;
}

div#staff h2::first-letter{
	font-size: 130px;
}


/*---------------------------
　　　猫紹介カード
---------------------------*/
.card_container{
	display:flex;
	gap:20px;
	justify-content:center;
	margin-right: 50px;
}

.card_container_2{   /*---------------------------
                    　　　ここ、トップと同じ記述で表示できないか。猫紹介カード
	margin-right: 50px;を削除したら中央表示できた
-------------------------------------------------------------*/
    width: 1002px;
	display:flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
	gap:20px;
	justify-content:center;
}

.card_container_2 h3{
    font-size: 20px;
    margin-bottom: 8px;
}

.card_container_2 p{
    font-size: 17px;
}

.card_staff{
	width:280px;
	height: 440px;
	background-color: #fcfcfc;;
	border: 2px solid #fadaac;
	border-radius: 18px;
	padding:15px;
	text-align:center;
	padding-top: 40px;
}

.card_staff_2{
	width:280px;
	height: 440px;
	background-color: #fcfcfc;;
	border: 2px solid #fadaac;
	border-radius: 18px;
	padding:15px;
	text-align:center;
	padding-top: 40px;
    background-color: #FEEEDC;
}

.card_staff img{
	width:100%;
	border-radius: 140px;
}

div#staff h3{
	font-size: 24px;
	font-weight: normal;
	padding-top: 8px;
}

div#staff p{
	font-size: 20px;
	line-height: 1.5;
}

/*---------------------------
　　　料金案内
---------------------------*/
div#price h2{
	width: 900px;
	height: 88px;
	font-size: 72px;
    margin-top: 120px;
	margin-bottom: 90px;
    background-color: #b6e7f2;
    line-height: 30px;
	border-radius: 0 8px 8px 0;
	padding-right: 50px;
	text-align: right;
}

div#price h2::first-letter{
	font-size: 130px;
}

.price_box, .price_box_highlight{
  width: 530px;
  margin: 40px auto;
  padding: 12px;
  border: 2px solid #fadaac;
  border-radius: 30px;
  background: #fcfcfc;
}

.price_box{
	margin-left: 218px;
}

.price_box_highlight{
	margin-right: 266px;
}

.price{
	font-size: 45px;
	font-weight: bold;
}
div#price_label{
	font-size: 28px;
	font-weight: bold;
}

.price_box_highlight span{
	color: #ee6175;
}

.price_sub{
	font-size: 28px;
	letter-spacing: 0.1em;
}

.price_note{
	margin-left: 586px;
	line-height: 2;
}

/*---------------------------
　　　ご利用案内 page 
---------------------------*/
.price_container{
    display: flex;
    width: 900px;
    margin: 0 auto;
}

.price_container table{
    margin-bottom: 50px;
    border-collapse: collapse;
}

.menu-box h3{
    color: #fff;
    background-color: #f5b5a7;
    padding: 8px;
}

.price_container table tr{
    background-color: #fff;
    
}

.price_container table tr th{
    width: 600px;
    border: 2px dashed #f5b5a7;
}


.price_container table tr td{
    width: 600px;
    text-align: right;
    background-color: #fff; 
    border: 2px dashed #f5b5a7;
    padding: 0 20px;
    padding: 10px 0;
}

small{
    font-size: 16px;
}

.menu-box b{
    color: #ee6175;
}

/*---------------------------
　　　ご利用案内
---------------------------*/
div#service h2{
	width: 980px;
	height: 88px;
	font-size: 72px;
    margin-top: 130px;
	margin-bottom: 100px;
    background-color: #c4f2c2;
    line-height: 30px;
	border-radius: 8px 0 0 8px;
	margin-left: auto;
	padding-left: 50px;
	text-align: left;
}

div#service h2 span{
	font-size: 130px;
}

div#service h2::first-letter{
	font-size: 130px;
}

div#service p{
	line-height: 2;
	padding-bottom: 60px;
}


/*---------------------------
　　　ご利用案内 page
---------------------------*/
.service_container{
	/* display:flex; */
	gap:20px;
	justify-content:center;
	margin-right: 50px;
}

.card_service{
	width:970px;
	height: auto;
    margin: 0 auto;
    margin-top: 50px;
	background-color: #fcfcfc;
	border: 2px solid #fadaac;
	border-radius: 18px;
	padding:30px;
	text-align:center;
	padding-top: 10px;
}

.card_service h3{/*---------------------------
　　　　　　　　　　　　　　　　　左寄せしたいけどできない
　　　　　　　　　　　　　　　---------------------------*/
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    background: linear-gradient(#dce5c0 40%,#feb2be 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    	/* 縁取り */
	-webkit-text-stroke:2px #8b6f67;
}

.card_service h3::first-letter{
    font-size: 48px;
}

.card_service h3 s{
    font-weight: normal;/*---------------------------
　　　　　　　　　　　　　　　　　見出し　グラデを適応させたくない
    　　　　　　　　　　　　　　　けどできない
　　　　　　　　　　　　　　　---------------------------*/
    font-size: 24px;
    background: linear-gradient(transparent 50%, #feeedc 50%);
    padding-left: 10px;
    
}

.card_service p{
    font-size: 20px;
    text-align: left;
    display: inline-block;
}

.card_service span{
	color: #ee6175;
}

/*---------------------------
　　　詳細リンクボタン
---------------------------*/
.link{
	width: 300px;
	height: 26px;
	margin: 0 auto;
	padding: 10px;
	background-color:#fcfcfc;
	border: 2px solid #fadaac;
	border-radius: 18px;
	text-align: center;
}

.link a{
	font-size: 20px;
	font-weight: bold;
	color: #5d3d2d;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link_detail{
	margin-left: 612px;
	margin-top: 20px;
}

/* 丸 */

.btn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow-circle {
  width: 22px;
  height: 22px;
  background: #fadaac;
  border-radius: 50%;
  position: relative;
}

/* 矢印 */
.arrow-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*　リンクボックス内テキスト */
#btn_staff{
	padding-left: 20px;
}

#btn_menu{
	padding-left: 60px;
}

#btn_service{
	padding-left: 40px;
}

/*---------------------------
　　　お知らせ
---------------------------*/
div#news h2{
	width: 880px;
	height: 88px;
	font-size: 72px;
    margin-top: 175px;
	margin-bottom: 110px;
    background-color: #f9f395;
    line-height: 30px;
	border-radius: 0 8px 8px 0;
	padding-right: 50px;
	text-align: right;
}

div#news h2::first-letter{
	font-size: 130px;
}

.card_news{
	width:250px;
	height: 310px;
	background-color: #fcfcfc;;
	border: none;
	border-radius: 9px;
	text-align:center;
	box-shadow: 2px 5px 6px rgba(100, 68, 5, 0.3);
}

.card_news img{
	width:250px;
	border-radius: 8px 8px 0 0;
}

div#news h4{
	font-size: 18px;
	color: #ca5036;
	font-weight: bold;
	padding-top: 5px;
}

div#news p{
	font-size: 16px;
}

div#news span{
	font-size: 12px;
	padding-left: 120px;
}

.card_news a{
	color: #5d3d2d;
}


/*---------------------------
　　　お知らせ　page
---------------------------*/

.news_container{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div#left_side {
    width: 800px;
	border: none;
    margin-right: 20px;
    margin-top: 20px;
}

div#left_side article {
    background-color: #fff;
    border: 2px solid #fadaac;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 9px;
	text-align: left;
	box-shadow: 2px 5px 6px rgba(100, 68, 5, 0.3);
}

div.blog_img {
    margin-bottom: 10px;
    padding-bottom: 20px;
    overflow: hidden;
	width: 100%;
	height: 200px;
}

div.blog_img img{
	width: 100%;
    height: 120%;
    object-fit: cover;
    border-radius: 9px;
}


div#left_side article p {
    font-size: 14px;
    line-height: 21px;
    padding-left: 30px;
}

div#right_side {
    width: 320px;
	margin-left: 0px;
}

div#right_side h2 {
    margin-bottom: 10px;
}

#news_new {
    margin-top: 0px;
    font-size: 14px;
}

#news_box {
    padding: 20px;
    background-color: #fcfcfc;
    border: 2px solid #fadaac;
    border-radius: 9px;
    height: 600px;
    line-height: 30px;
    overflow: scroll;
	overflow-x: hidden;
}

div.blog_new_img img{
    width: 150px;
    float: left;
    margin-bottom: 20px;
}

h6{
    color: #ca5036;
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 8px;
    border-left: 8px solid #ca5036;
    padding-left: 10px;
}

h7{
    color: #ca5036;
    font-weight: bold;
}

/*----------------
　link 続きを読む　
-----------------*/

/* 下線が左から右に流れる */
.underline {
    display: inline-block;
    color: #5298b2;
    border-bottom:　2px;
}

a.underline:hover{
    color: #5298b2;
}

a.underline {
    position: relative;
}

a.underline::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #F5C4C4;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
}

a.underline:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

/* button押し込み（上→下）
   右記事一覧リンク　　　*/
.btn5 {
    display: inline-block;
    transition: .3s;
    color: #5d3d2d;
}

.btn5:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

/*---------------------------
　　　アクセス
---------------------------*/
div#access h2{
	width: 980px;
	height: 88px;
	font-size: 72px;
    margin-top: 190px;
	margin-bottom: 100px;
    background-color: #fbcc92;
    line-height: 30px;
	border-radius: 8px 0 0 8px;
	margin-left: auto;
	padding-left: 50px;
	text-align: left;
}

div#access h2::first-letter{
	font-size: 130px;
}

div#access img{
    width: 410px;
    height: auto;
	float: left;
	margin-left: 215px;
	margin-right: 18px;
}

/*---------------------------
    テーブル access
---------------------------*/
div#access table {
	width: 550px;
	height: 640px;
	border-spacing: 14px;
	margin-bottom: 100px;
	empty-cells: hide;
}

div#access th{
	font-weight: normal;
}
div#access td{
	text-align: left;
	padding-left: 10px;
}

div#access td#time{
	padding-bottom: 12px;
} 

div#access tr th {
	width: 140px;
	height: 50px;
	background-color: #feeedc;
	border-radius: 20px;
}

div#access tr td span#p{
	font-size: 30px;
	text-align: center;
	margin-left: 80px;
}

div#access li{
	font-size: 20px;
	margin-left: 10px;
	line-height: 2;
}

/*　アクセス　page*/
.map{
    margin-left: 6%;
    
    margin-bottom: 20px;
}

#map_text{
    float: right;
    width: 40%;
    text-align: left;
    margin-right: 8%;
    margin-bottom: 10px;
}

#map_text h4{
    margin-top: 30px;
    border-left: 8px solid #feeedc;
    padding-left: 10px;
}

.map #company{
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    font-size: 18px;
}

/*---------------------------
　　　予約ボタン
---------------------------*/
div#reserve_btn{
	width: 380px;
	margin: 0 auto;
}

/*---------------------------
　　　お問い合わせ
---------------------------*/
form{
	width: 70%;
	margin: auto;
    
}

fieldset{
	border: 2px solid #5d3d2d;
	margin-bottom: 20px;
	background-color: #feeedc;
	border-radius: 18px;
	padding: 20px 10% 20px 10%;
    font-size: 18px;
    text-align: left;
}

legend{
	color: #5d3d2d;
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(to right,#feb2be 20%, #dce5c0 80%);
	width: auto;
    text-align: center;
	padding: 3px 20px 3px 20px;
	border-radius: 10px;
}

label{
    padding-right: 20px;
}

#name,#company-name,#mail,#tel,#mail-check{
    height: 28px;
    width: 50%;
    padding-left: 6px;
}

#para{
	width: 100%;
	line-height: 60px;
	padding-left: 20px;
}

#button{
	color: #fff;
	background-color: #f5b5a7;
	width: 100px;
	padding: 5px;
	border: none;
	border-radius: 10px;
    font-size: 18px;
}


/*---------------------------
　　　フッター 
---------------------------*/
footer{
	width: 100%;
	height: 100vh;
	margin-top: 210px;
	background-size: cover;
	background-position: center bottom;
	background-image: url("images/mike4.jpg");
	background-repeat:no-repeat;
}

div#pagetop{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

div#pagetop a{
	width: 130px;
	height: 125px;
	position: absolute;
	top: -110px;
	right: 0px;
}

div#footer_inner{
	position: relative;
  	z-index: 2;
  	height: 100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}

footer ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

footer ul li{
    padding-right: 80px;
	padding: 0 50px;
}

footer ul li a{
	color: #5d3d2d;
	font-size: 16px;
	font-weight: bold;
}

footer ul li a:hover{
	color: #F5C4C4;
}

div#footer_logo{
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 40px;
	bottom: 20px;
}

div#footer_logo img{
	height: 56px;
}

div#footer_logo p{
	font-size: 16px;
	color: #cc6666;
	line-height: 2;
	margin-left: 10px;
	margin-right: 8px;
}




/*------------------------------------
  メディアクエリ
------------------------------------*/
/*--小型タブレットサイズ以上--*/
@media only screen and (min-width: 768px) {
    body {
        margin: 0 auto;
    }
     
    .nav_list ul li {
        display: inline-block;
    }
    
    .nav_list ul {
        text-align: center;
    }
    
    h1 {
        font-size: 30px;
        margin-bottom: 90px;
    }
    
    .col-md {
        width: 45%;
    }   
}



/* ハンバーガーアイコン */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1100;
}
.hamburger span {
    width: 100%;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: 0.3s;
}

/* ハンバーガー開閉時のアニメーション */
.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 11px);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
}
.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
}



/*-- 　レスポンシブ作成中
@media (max-width: 768px) {
    .nav_list {
        width: auto;
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    .nav_list.active {
        display: flex;
    }
    .hamburger {
        display: flex;
    }
}


@media only screen and (min-width: 1200px) {
    .col-md {
        width: 22%;
    }
}　--*/