* {
	margin : 0 ;
	padding : 0 ;
}

div,p{
	margin: 0;
	padding: 0;
}

html, body{
  height: 100%;
}

img{
	width: 100%;
	height: auto;
	transition: 0.3s ;
}

a img:hover {
	opacity: 0.6;
}

.ttext{
	display: inline-block;
}


body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #fff;	
    color: #333;
	line-height : 1.75;
	font-size: 15px;
	text-align : justify;
	/* min-width: 1000px; */
	/* letter-spacing: 0.05em; */
}

h1{
	
}
h2{
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 2rem;
	text-align: center;
}

h2.second{
	margin-top: 50px;
	margin-bottom: 20px !important;
}

h3{
	margin: 50px auto 30px;
}

.wrapper{
	height: 100%; 
	width: 100%; 
	overflow-x: hidden;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

#container {
	width : 100%;
	margin : 0;
}

.yamana{
	position: absolute;
	width: 160px;
	left: calc(50% - 670px);
	top: 10px;
	z-index: 600;
}

header{
	width: 100%;
	background-image:url(./img/niji1.gif),url(./img/niji2.gif);
	background-repeat:no-repeat,no-repeat;
	background-position:left top, right top;
	padding: 0 0 5px;
	border-bottom: 5px solid #e3afc0;
}

header .inner{
	width: 1100px;
	background:#fff;
	margin: 0 auto;
	padding: 15px 15px 0;
}

header .inner .info{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

header .inner .info .logo{
	width: 188px;
}

header .inner .info .tel{
	width: 210px;
	margin-top: 10px;
}


header .inner .info .nav{
	width: 640px;
	margin: 11px 0 0;
}

header .inner .info .nav ul{
	width: 98%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    margin-top: 5px;
}

.yamana2{
	width:160px;
	margin-right: 12px;
}


header .inner .info .nav ul li{
	width: 80px;
	margin: 0 15px;
}

.mainvisual{
	width: 100%;
	background-color: #f8eee4;
	border-bottom: 20px solid #e3afc0;
}

.mainvisual .inner{
	width: 1000px;
	height: 447px;
	margin: 0 auto;
}

main{
	width: 100%;
}

main .inner{
	width: 1000px;
	margin: 0 auto;
}

.cvp{
	width: 850px;
	margin: 2rem auto;
}

.topmenu{
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.topmenu a{
	text-decoration: none;
}

.topmenu a:link{color:#333;}
.topmenu a:active{color:#fe5d54;}
.topmenu a:hover{color:#fe5d54;}
.topmenu a:visited{color:#333;}

.kaso_menu{
	width: 45%;
	margin: 0 auto 50px;
	padding: 10px 0;
	background-color: #ce615b;
	color: #fff;
	border-radius: 20px;
	text-align: center;
}

.kaso_menu a{
	text-decoration: none;
}

.kaso_menu a:link{color:#fff;}
.kaso_menu a:active{color:#ffff00;}
.kaso_menu a:hover{color:#ffff00;}
.kaso_menu a:visited{color:#fff;}


.kaso_menu2{
	width: 60%;
	margin: 0 auto 50px;
	padding: 10px 0;
	background-color: #ce615b;
	color: #fff;
	border-radius: 20px;
	text-align: center;
}

.kaso_menu2 a{
	text-decoration: none;
}

.kaso_menu2 a:link{color:#fff;}
.kaso_menu2 a:active{color:#ffff00;}
.kaso_menu2 a:hover{color:#ffff00;}
.kaso_menu2 a:visited{color:#fff;}


.ikkan{
	width: 100%;
	background-image: url(./img/life_bg.jpg);
	background-repeat: repeat;
	margin: 20px auto 40px;
}

.ikkan .inner{
	width: 1000px;
	margin: 40px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ikkan .inner div{
	width: 40%;
	background-color: #fffef7;
	padding: 20px 20px 0 20px;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	line-height: 1.55;
}

.ikkan .inner div:first-of-type{
	margin: 50px 4% 50px 6%;
}

.ikkan .inner div:last-of-type{
	margin: 50px 6% 50px 4%;
}

.ikkan .inner div .title{
	color: #ea5442;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
	letter-spacing: 0.05em;
}

.ikkan .inner div .pic{
	width: 65%;
	margin: auto;
}

.lunch{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin: auto;
}

.lunch p{
	width: 30%;
	border: solid 4px #dfcd9d;
	padding: .5rem;
	color: #9a8772;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}

.lunch p:nth-child(2){
	margin: 0 5%;
	padding-top: 1.5rem !important;
}

.nenkan{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.nenkan .port{
	width: 22%;
	margin-right: 4%;
	margin-bottom: 20px;
	border-radius: 7px;	
}


.nenkan .port .naiyo{
	text-align: center;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
}

.nenkan .port .naiyo p{
	text-align: center;
	font-weight: 100;
	font-size: 14px;
	height:100%;
}

.nenkan .port:nth-child(4n){
	margin-right: 0;
}


.bg1{background-color: #fdb4b0;}
.bg2{background-color: #b2d0a5;}
.bg3{background-color: #deacb8;}
.bg4{background-color: #ecc79c;}
.bg5{background-color: #fbed8e;}
.bg6{background-color: #f2d26f;}
.bg7{background-color: #d4accc;}
.bg8{background-color: #b5d8ec;}
.bg9{background-color: #f6ee89;}
.bg10{background-color: #ebc1cb;}
.bg11{background-color: #ecc79c;}
.bg12{background-color: #d7e4ab;}

.rinenword{
	font-size: 27px;
	font-weight: bold;
	color: #573f3c;
	text-align: center;
}

.ikiiki{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: auto;
}

.ikiiki div{
	width: 30%;
	border: solid 4px #90bf7b;
	padding: .5rem;
	color: #9a8772;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 100;
	text-align: left;
	border-radius: 10px;
	box-sizing: border-box;
}

.ikiiki div:nth-child(2){
	margin: 0 5%;
	padding-top: 0;
}

.ikiiki div .title{
	color: #ea5442;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
	letter-spacing: 0.05em;
}

.ikiiki div ul.bold{
	list-style: none;
	margin-top: 15px;
}

.ikiiki div ul.bold li{
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
	padding-left:1em;
	text-indent:-1em;
}

.ikiiki div .pic{
	width: 100px;
	margin: auto;
}

.ikiiki-boborder{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: auto;
}

.ikiiki-boborder div{
	width: 30%;
	padding: .5rem;
	color: #573f3c;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
	border-radius: 10px;
	box-sizing: border-box;
}

.ikiiki-boborder div:nth-child(2){
	margin: 0 5%;
}

.ikiiki-boborder h4{
	font-size: 16px;
}

.ikiiki-boborder div p{
	padding-left: 1rem;
	box-sizing: border-box;
}



.gaiyo2{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.gaiyo2 .left{
	width: 580px;
	margin-right: 20px;
}

.gaiyo2 .right{
	width: 400px;
}

.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

.boshu2{
	font-size: 27px;
	font-weight: bold;
	color: #ce615b;
	text-align: center;
}

.boshu3{
	text-align: center;
	margin-bottom: 40px;
}

.faq{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 7px;
	margin-top: 20px;
	margin-bottom: 7px;
	border-bottom: 1px solid #c6c6c6;
}

.faq div{width: 50%; font-size: 17px;}

.faq div:first-of-type{font-weight: bold;}

.aboutustext{
	line-height: 1.9;
	margin-top: 25px;
}

.aboutustext p{
	margin-bottom: 1.5rem;
}

.aboutusimg{
	width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aboutusgaiyo{
	text-align: right;
	margin-bottom: 40px;
}

.w450{
	width: 450px;
	margin: 40px auto;
}

.w60{
	width: 60%;
	margin: 3rem auto;
}

.w80{
	width: 80%;
	margin: 3rem auto;
}

.w90{
	width: 90%;
	margin: 0 auto;
}


.toiawase{
	width: 80%;
	margin: 1rem auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.toiawase div{
	width: 490px;
}

.toiawase div:first-of-type{
	margin-right: 20px;
}

.bnr{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.bnr div{
	width:466px;
	margin-right: 28px;
	margin-bottom: 20px;
}

.bnr div:nth-of-type(even){
	margin-right: 0;
}

.menu{
	width: 100%;
	background-color: #f8f3e6;
	margin: 40px 0;
	padding: 35px 0;
}

.menu .inner{
	width: 1000px;
	margin: auto;
	font-size: 13px;
	line-height: 1.4;
}

.menu .inner .catalogue{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.menu .inner .catalogue div{
	width: 225px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.menu .inner .catalogue div:nth-of-type(4n){
	margin-right: 0;
}

.menu .inner .catalogue02{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.menu .inner .catalogue02 div{
	width: 305px;
	margin-right: 22.5px;
	margin-bottom: 20px;
}

.menu .inner .catalogue02 div:last-of-type{
	margin-right: 0;
}

.menu .inner .title{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
}


.footerinfo{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 30px;
}

.footerinfo .left{
	width: 282px;
}

.footerinfo .left .footerlogo{
	width: 162px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footerinfo .right{
	width: 480px;
	
}

@media screen and (max-width: 600px) {
}


footer{
    width: 100%;
    background-color: #e3afc0;
    color: #fff;
    margin: 30px 0 0;
    padding: 25px 0;
}

footer .inner{
	width: 1000px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin: auto;
}

footer .inner .cal{
	width:220px;
	color: #614b21;
	line-height: 1.4;
	text-align:center;
	background-color:#fff;
	padding:5px;
	margin-right: 30px;
}

footer .inner .cal iframe{
	margin: 15px 0;
}

footer .inner .cal .toku{
	text-align: left;
}

footer .inner .footernav{
	
}

footer .inner .footernav .flexmenu{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	height: 2rem;
}

footer .inner .footernav .flexmenu div{
	height: 1rem !important;
	margin-right: 15px;
	margin-bottom: 15px;
}

footer .inner .footernav div a{color: #fff;text-decoration: none;}
footer .inner .footernav div a:link{color: #fff;text-decoration: none;}
footer .inner .footernav div a:active{color: #fff;text-decoration: none;}
footer .inner .footernav div a:hover{color: #fff;text-decoration: none;}
footer .inner .footernav div a:visited{color: #fff;text-decoration: none;}

.copyrights{
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.flL { float: left; }
.flR { float: right; }

/*--------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

.clear{ clear: both;}

.fontB{font-weight: bold;}

.flex{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*--------------*/
.mt1r { margin-top: 1rem; }
.mt2r { margin-top: 2rem; }
.mt3r { margin-top: 3rem; }
.mt4r { margin-top: 4rem; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt23 { margin-top: 23px; }
.mt25 { margin-top: 25px; }
.mt28 { margin-top: 28px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt62 { margin-top: 62px; }
.mt75 { margin-top: 75px; }
.mt150 { margin-top: 150px; }

.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr16{margin-right: 16px;}
.mr20{margin-right: 20px;}
.mr22{margin-right: 22px;}
.mr24{margin-right: 24px;}
.mr30{margin-right: 30px;}

.mb05{margin-bottom: 5px;}
.mb08{margin-bottom: 8px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb18{margin-bottom: 18px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb27{margin-bottom: 27px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb70{margin-bottom: 70px;}

.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml22{margin-left: 22px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml68{margin-left: 68px;}
.ml74{margin-left: 74px;}
.ml80{margin-left: 80px;}
.ml142{margin-left: 142px;}
.ml285{margin-left: 285px;}
.ml660{margin-left: 610px;}

@media screen and (max-width: 600px) {
}