@charset "utf-8";

html{
/*    font-size: 62.5%;*/
}

body{
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-feature-settings: "palt";
    color: #231815;
    min-height: 100vh;
}

h1{
    font-size: 25px;
    line-height: 1.5;
    border-bottom: 1px solid #231815;
    margin-bottom: 20px;
}

h2, h3{
    font-size: 20px;
    color: #231815;
    line-height: 1.5;
    border-bottom: 1px solid #231815;
    margin-bottom: 5px;
}

p{
    line-height: 1.5;
}

a{
/*    display: block;*/
    color: #231815;
	text-decoration: none;
}

a:hover{
    opacity: 0.7;
}

ul{
    list-style-type: none;
}

ul li{
    line-height: 1.4;
}

.title-bg{
    font-size: 25px;
    background: -webkit-repeating-linear-gradient(-45deg,#fbd398 0,#fbd398 5px,#fff 5px,#fff 5px);
    background: -o-repeating-linear-gradient(-45deg,#fbd398 0,#fbd398 5px,#fff 5px,#fff 10px);
    background: repeating-linear-gradient(-45deg,#fbd398 0,#fbd398 5px,#fff 5px,#fff 10px);
    border-radius: 5px;
    line-height: 1em;
    border: none;
	margin-bottom: 50px;
    padding: 10px 0;
    padding-left: 20px;
}

.section-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.pdf_icon:after{
	background-color: #e89113;
	display: inline-block;
	content: 'PDF';
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
	margin-left: 5px;
	padding: 3px 10px;
}

.doc_icon:after{
	background-color: #e89113;
	display: inline-block;
	content: 'DOC';
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
	margin-left: 5px;
	padding: 3px 10px;
}

/* PC：#header ------------------- */
#header{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
}

#header a:hover{
    opacity: 1;
}

.head-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.head-title{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.ht-wrap{
    display: block;
}

.head-logo{
    width: 100%;
    max-width: 79px;
}

.sub-title{
    font-size: 20px;
}

.head-contact{
    display: flex;
}

.webshop a{
    display: block;
    font-size: 20px;
    align-self: center;
    border: 1px solid #231815;
    border-radius: 5px;
    margin-right: 20px;
    padding: 23px 10px;
}

.webshop a:hover{
    background: #fbd398;
    transition: all .5s;
}

.webshop a:before{
    display: inline-block;
    content: url(../images/shopping-cart.png);
    width: 100%;
    max-width: 35px;
    vertical-align: middle;
}

.head-title h1{
    display: flex;
    align-items: center;
	font-size: 30px;
    font-weight: 900;
    border: none;
    margin-bottom: 0;
}

.head-title h1 span{
    font-size: 20px;
    font-weight: normal;
}

.tel-box{
    border: 1px solid #231815;
    border-radius: 5px;
    padding: 8px;
}

.tel-box:hover{
	background: #fbd398;
	transition: all .5s;
}

.tel-txt{
    font-size: 23px;
}

/* PC：head-menu -------- */
#menu-navibtn{
	display: none;
	cursor: pointer;
	cursor: hand;
}

#navi{
	width: 100%;
	transition: all .4s;
/*	z-index: 100;*/
}

#navi input{
	display: none;
}

/* ハンバーガー */
#navibtn{
    display: none;
}

.menu{
    display: flex;
	flex-flow: row;
	cursor: pointer;
	width: 100%;
    max-width: 1000px;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
	margin: 0 auto 30px;
}

.menu li{
    padding: 8px 0;
}

.menu li:hover{
    background: #fbd398;
}

.menu li a{
	display: block;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #231815;
	padding: 2px 22.5px;
}

.menu li:nth-child(7) a{
    border-right: none;
}
    
.menu li:last-child a{
	border-right: none;
}

.menu li a:hover{
    background: #fbd398;
	transition: all .7s;
}

.arrow02{
    display: inline-block;
    width: 100%;
    max-width: 15px;
    vertical-align: middle;
    margin-left: 0px;
}

/* ドロップダウンメニュー */
.menu-parent{
	position: relative;
	font-size: 18px;
	white-space: nowrap;
	transition: all .4s;
}

.menu-parent:last-child{
	transition: all .4s;
	margin-right: 0px;
}

.menu-parent label{
    vertical-align: middle;
    border-right: 1px solid #231815; 
    padding: 5px 15px;
}

.menu-parent:hover .menu-child{
    top: 47px;
    visibility: visible;
    transition: all .8s;
    opacity: 1;
}

.menu-child{
	position: absolute;
	top: 50%;
	left: 0;
	visibility: hidden;
	background: #fff1df;
	border: 1px solid #ffb593;
	opacity: 0;
	z-index: 1;
}

.menu-child li{
	width: 194px;
	border: none;
	border-bottom: 1px solid #ffb593;
	padding: 0;
}

.menu-child li:last-child{
	border: none;
}

.menu-child li a{
	display: block;
	text-align: center;
    line-height: 1.3;
	border: none;
	padding: 10px 15px;
}

.menu-child-top{
	position: relative;
}

/* 吹き出し部分 */
.menu-child-top:before,
.menu-child-top:after{
	position: absolute;
	top: -12px;
	left: 45%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-bottom: solid 12px #fff1df;
}

.menu-child-top:hover:before,
.menu-child-top:hover:after{
	opacity: .5;
}

.response{
    display: none;
}

/* PC：.wrapper -------------------- */
.wrapper{
    width: 100%;
    max-width: 1000px;
    min-height: 100vh;
	margin: 0 auto;
}

/* PC：index.html #top ------------ */
#top{
	margin-bottom: 60px;
}

.top-img{
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 110px;
}

.top-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.top-wrap h1{
    text-align: center;
    border: none;
    margin-bottom: 30px;
}

.top-txt{
    font-size: 15px;
    text-align: center;
    margin-bottom: 125px;
}

/* PC：index.html #subject ------- */
#subject{
    background: #eeeeef;
    margin-bottom: 100px;
    padding: 60px 0;
}

.subject-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.subject-list li{
    width: 100%;
    max-width: 390px;
}

.subject-list li h2{
    border: none;
}

.subject-list li:last-child{
    margin-bottom: 0;
}

.sub-img{
    width: 100%;
    max-width: 400px;
    height: 100%;
    /*min-height: 192px;*/
    margin-right: 20px;
}

.sub-wrap{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 800px;
    border-left: 10px solid #fee39e;
    margin: 0 auto;
    padding-left: 10px;
}

.bar{
    width: 100%;
    max-width: 11px;
    margin-right: 10px;
}

.bar.short{
    height: 100%;
    min-height: 100px;
}

.bar.long{
    height: 100%;
    min-height: 150px;
}

.subject-txt{
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    max-width: 400px;
}

/* PC：index.html .support ---- */
.support{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 100px;
}

.support h1{
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.support-burner{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.support-burner li{
    width: 100%;
    max-width: 256px;
}

.support-burner li a{
    display: block;
}

.sup-wrap{
    width: 100%;
    max-width: 256px;
}

.sup-img{
    width: 100%;
    max-width: 256px;
    margin-bottom: 10px;
}

.title-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #231815;
    margin-bottom: 5px;
}

.title-wrap h2{
    border: none;
    margin-bottom: 0;
}

.arrow{
    display: block;
    width: 100%;
    max-width: 15px;
}

.sup-txt{
    font-size: 16px;
}

/* PC：index.html #index-art --------- */
#index-art{
    margin-bottom: 50px;
}

#index-art a{
    display: block;
    text-align: center;
}

#index-art a:hover{
    opacity: 0.7;
}

.index-art{
    width: 100%;
    max-width: 1200px;
}

/* PC：index.html #index-burner ------ */
#index-burner{
   margin-bottom: 50px;
}

.burner{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.burner li{
    margin-bottom: 50px;
}

.burner li.burner-small{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.burner li a:hover{
    opacity: 0.7;
}

.burner-img{
    width: 100%;
    max-width: 800px;
}

.burner-img.small{
    width: 100%;
    max-width: 390px;
}

/* PC：index.html #index-contact --- */
#index-inquiry{
    margin-bottom: 100px;
}

.inquiry-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbd398;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 35px;
    padding: 25px 55px;
}

.inquiry-txt{
    font-size: 17px;
}

.icon-mail{
    width: 100%;
    max-width: 73px;
}

.tel-num-wrap{
    width: 100%;
    max-width: 360px;
    margin: 0 auto 35px;
}

/*
.tel-number[href*="tel:"]{
    display: block;
    font-size: 34px;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #231815;
    margin-bottom: 10px;
    pointer-events: none;
}
*/

.tel-number{
    display: block;
    font-size: 34px;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #231815;
    margin-bottom: 10px;
}

.tel-time{
    font-size: 18px;
    text-align: center;  
}

/* PC：summary.html #summary 法人理念 / 概要 ------ */
#summary{
	margin-bottom: 30px;
}

#summary h2{
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}

.philo-txt-list li{
    font-size: 15px;
    text-indent: 15px;
    /* margin-bottom: 5px; */
}

#hidamari-summary{
	margin-bottom: 100px;
}

.history-data{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 15px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.history-data dt{
    width: 100%;
    max-width: 100px;
}

#hidamari-summary .history-data dt{
	font-weight: bold;
}

.history-data dd{
    width: 100%;
    max-width: 550px;
    margin-bottom: 20px;
}

.map{
	width: 100%;
	max-width: 800px;
	min-height: 400px;
	margin: 0 auto;
}

#hidamari-summary .history-data .map-data{
    margin-bottom: 20px;
}

.history-data dd:last-child{
    margin-bottom: 0px;
}

#history{
    margin-bottom: 120px;
}

#history h1{
    text-align: center;
    border-bottom: 1px solid #231815;
}

/* PC：summary.html #service　サービスの種類 --- */
#service{
    margin: 0 auto 120px;
}

#service h1{
    text-align: center;
}

.service-list{
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.service-list li{
    font-size: 15px;
    margin-bottom: 10px;
}

/* PC：情報公開 release.html --------- */
#release{
	margin-bottom: 250px;
}

#release .section-wrap{
    margin-bottom: 150px;
}

#release h2{
	font-size: 25px;
    text-align: center;
	margin-bottom: 20px;
}

#release .section-wrap{
    margin-bottom: 150px;
}

.toggle_contents{
	/* border: 2px solid #d9d9d9; */
	margin-bottom: 100px;
	padding: 10px 20px;
}

.toggle_title{
	position: relative;
	cursor: pointer;
	font-size: 25px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 2px dotted #d9d9d9;
}

.toggle_btn{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

.toggle_btn:before, .toggle_btn:after{
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.toggle_btn:before{
	width: 2px;
	height: 10px;
}

.toggle_title.selected .toggle_btn:before{
	content: normal;
}

.toggle_contents dd{
	display: none;
	margin-bottom: 30px;
}

.toggle_contents dt h3{
	font-size: 20px;
	text-align: left;
	border-bottom: none;
}

.toggle_contents dd ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.toggle_contents dd ul li{
	width: 30%;
	text-align: center;
    text-align: right;
	margin-bottom: 10px;
    padding: 10px 30px;
}

.toggle_contents dd ul li a{
	display: block;
	font-size: 18px;
}

#release .section-wrap ul,
.yakuin_meibo{
	/* display: flex;
	flex-flow: row wrap;
	justify-content: space-around; */
    /* margin-bottom: 250px; */
    /* margin-bottom: 150px; */
	padding: 10px 20px;
}

.yakuin_meibo li{
	width: 30%;
}

.yakuin_meibo li a{
	display: block;
	font-size: 18px;
}

/* PC：ひだまりの3つの活動 local.html #local -- */
#local{
}

.hidanari-img{
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
}

#local-support-center{
}

#local-support-center h2{
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.local-time{
    font-size: 15px;
    text-align: center;
    margin-bottom: 80px;
}

#local-support-center .section-wrap{
    margin-bottom: 50px;
}

.local-txt{
    font-size: 15px;
    margin-bottom: 10px;
}

#local-support-center h3{
    font-size: 20px;
}

.local-info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px;
}

.local-info li{
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.local-img-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto 50px;
}

.local-img{
    width: 100%;
    max-width: 226px;
}

.model{
    font-size: 15px;
    border: 1px solid #231815;
    border-radius: 50px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 10px;
}

/* PC：work.html ------------------- */
#work{
}

#work h1{
    margin-bottom: 25px;
}

#work-center h2{
    font-size: 25px;
    text-align: center;
}

#work-center h3{
    font-size: 20px;
}

#work-center .section-wrap{
    margin-bottom: 50px;
}

.work-img-list{
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto 30px;
}

.img-big{
    width: 100%;
    max-width: 400px;
}

.img-small{
    width: 100%;
    max-width: 200px;
}

.konbu-list{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background: #ffedd5;
    margin-bottom: 50px;
    padding: 20px;
}

.konbu-list li:nth-child(1){
    width: 40%;
}

.konbu-list li:nth-child(2){
    width: 61%;
}

.konbu01{
    width: 100%;
    max-width: 278px;
}

.konbu-wrap{
    display: flex;
    flex-flow: column;
}

.konbu02{
    width: 100%;
    max-width: 295px;
}

.konbu-txt{
    font-size: 15px;
    margin-bottom: 10px;
}

.konbu03{
    width: 100%;
    max-width: 264px;
    margin-bottom: 10px;
}

.kamisuki-list{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    margin-bottom: 100px; 
}

.kamisuki{
    width: 100%;
    max-width: 358px;
}

/* PC：life.html ------------------- */
#life{
}

#life h1{
}

#life-support{
    margin-bottom: 90px;
}

#life-support h2{
    font-size: 25px;
    text-align: center;
}

#life-support h3{
    font-size: 20px;
}

#life-support .section-wrap{
    margin-bottom: 50px;
}

.life-txt-wrap{
    margin-bottom: 20px;
}

.life-img-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.life-img-list li{
}

.tomoiki{
    margin-bottom: 100px;
}

.tomoiki-img{
    width: 100%;
    max-width: 200px;
}

.poetto-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.poetto img{
    width: 100%;
    max-width: 400px;
}

.poetto-wrap .section-wrap{
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0;
}

/* PC：use.html ------------------- */
#use h2{
    font-size: 25px;
    text-align: center;
}

#use .section-wrap{
    margin-bottom: 50px;
}

/* PC：art.html --------------------- */
#art{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 170px;
}

.art-img{
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
}

#art h1{
    margin-bottom: 25px;
}

.artist-wrap{
    margin-bottom: 50px;
}

.artist{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
}

.author{
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.art-txt-wrap{
    width: 100%;
    max-width: 580px;
}

.art-txt-wrap h2{
	font-size: 23px;
	margin-bottom: 10px;
}

.art-txt{
	font-size: 16px;
}

.art-list{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.art-list li{
}

.piece{
    width: 98%;
    max-width: 400px;
    box-shadow: 2px 2px 2px rgba(155, 153, 153, 0.8);
}

.taguchi{
    width: 98%;
    max-width: 199px;
    box-shadow: 2px 2px 2px rgba(155, 153, 153, 0.8);
}

.kuumuus-burner{
	display: block;
	width: 100%;
    max-width: 800px;
	margin: 0 auto 5px;
}

.kuumuus-burner a{
    display: block;
	text-align: center;
	text-decoration: underline;
}

.kuumuus-burner a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.kuumuus-burner a:after{
	display: inline-block;
	content: url(../images/kuumuus-arrow.png);
	vertical-align: middle;
	margin-left: 3px;
}

.kuumuus-burner img{
    width: 100%;
    max-width: 800px;
	margin-bottom: 5px;
}

/* PC：member.html ----------------- */
#member{
}

#member h1{
    margin-bottom: 50px;
}

.person-wrap{
    display: block;
	margin: 0 auto 30px;
}

.staff-img img{
    display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 10px;
}

.movie video{
    display: block;
    width: 100%;
	max-width: 500px;
	height: 281px;
	min-height: 100%;
	margin: 0 auto 10px;
}

.position{
    font-size: 15px;
	text-align: center;
    width: 100%;
	max-width: 400px;
    margin: 0 auto;
}

.person-name{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
}

#member-voice h1{
    text-align: center;
    margin-bottom: 30px;
}

#member-voice h2{
    text-align: center;
    margin-bottom: 30px;
}

#member-voice .section-wrap{
    margin-bottom: 170px;
}

#member-voice h3{
    border: none;
}

.question{
    display: block;
}

.question li{
    font-size: 16px;
    font-weight: 900;
}

.question li:nth-child(odd){
    margin-bottom: 10px;
}

.question li:nth-child(even){
    background: #ffedd5;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 10px 16px;
}

/* PC：staff.html #greeting　ごあいさつ --- */
#staff{
}

#staff h1{
    margin-bottom: 50px;
}

#greeting{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 120px;
}

#greeting h1{
    text-align: center;
}

.kaimai{
    display: block;
    width: 100%;
    max-width: 397px;
    margin: 0 auto 25px;
}

.greet-txt{
    font-size: 15px;
}

#staff-voice{
	width: 100%;
    max-width: 800px;
	margin: 0 auto;
}

.preparation{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

#staff-voice h1{
    text-align: center;
    margin-bottom: 30px;
}

#staff-voice h2{
    text-align: center;
    margin-bottom: 30px;
}

#staff-voice .section-wrap{
    margin-bottom: 170px;
}

#staff-voice h3{
    border: none;
}

/* PC：recruit.html ---------------- */
#recruit{
    margin-bottom: 130px;
}

#recruit h2{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
	/* width: 90%; */
	margin-bottom: 50px;
	padding: 10px 10px;
}

#recruit h2 .rec-logo img{
	width: 70%;
	max-width: 79px;
}

.recruit-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 90%;
	justify-content: center;
	padding: 10px 20px;
}

.recruit-list li{
	/* background-color: #f00; */
	width: 45%;
	border-left: 5px solid #fbd398;
	/* margin-bottom: 30px; */
	padding-left: 10px;
}

.recruit-list li h3{
	font-size: 30px;
	border-bottom: none;
}

.recruit-list li:last-child{
	margin-bottom: 0;
}

.recruit-list li h3 a{
	font-size: 30px;
}

.shinsotsu{
	display: flex;
	flex-flow: column wrap;
	padding: 10px 10px;
}

.shinsotsu li{
	width: 100%;
	border-left: none;
	margin-bottom: 10px;
}

.shinsotsu li a{
	font-size: 18px;
}

/* .shinsotsu-list li:last-child{
	margin-bottom: 0;
} */

#recruit .section-wrap{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 537px;
    border: 1px solid #231815;
    border-radius: 5px;
    margin: 0 auto 130px;
    padding: 40px 0px;
}

.rec-wrap{
    display: block;
}

.rec-logo{
	text-align: center;
}

.recruit-txt{
    font-size: 25px;
    font-weight: bold;
}

.notice{
    font-size: 16px;
}

.recruit_pdf{
	display: flex;
	align-items: center;
}

.recruit_pdf a{
	font-size: 20px;
}

/* PC：inquiry.html お問い合わせ ---- */
#inquiry{
}

#inquiry h2{
    text-align: center;
}

#inquiry .section-wrap{
    margin-bottom: 50px;
}

/* PC：#footer -------------------- */
#footer{
    background: #eeeeef;
	padding: 45px 0;
}

.foot-wrap{
	display: flex;
	flex-flow: column wrap;
/*	justify-content: space-between;*/
    align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.foot-logo{
    margin-bottom: 30px;
}

.foot-sub-txt{
	font-size: 15px;
}

.foot-txt{
    font-size: 18px;
    margin-bottom: 30px;
}

.foot-icon{
    display: inline-block;
    width: 100%;
    max-width: 80px;
    margin-bottom: 30px;
}

.foot-icon li{
    text-align: center;
}

.icon{
    width: 100%;
    max-width: 28px;
}

.foot-copy{
    font-size: 12px;
}


.bnimg{background-color:#f00;width:40%;display: block;margin: 0 auto 50px;}

/* タブレットたて ----------------------------- */
@media screen and (max-width: 1024px){
	/* タブレットたて：.wrapper ------------- */
	.wrapper{
		width: 98%;
		margin: 0 auto;
	}

	/* タブレットたて：情報公開 release.html -- */
	#release{
		margin-bottom: 80px;
	}

	#release h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	#release .section-wrap{
		margin-bottom: 50px;
	}

	.toggle_btn{
		right: 5px;
	}

	.toggle_contents{
		margin-bottom: 50px;
		padding: 10px 10px;
	}

	.toggle_contents dt h3{
		font-size: 18px;
		text-align: left;
		border-bottom: none;
	}

	.toggle_contents dd ul{
		flex-flow: row wrap;
		justify-content: space-around;
		padding: 10px 20px;
	}

	.toggle_contents dd ul li{
		width: 30%;
		text-align: left;
		margin-bottom: 25px;
	}

	.toggle_contents dd ul li a{
		display: block;
		font-size: 18px;
	}

	.yakuin_meibo{
		padding: 10px 20px;
	}

	.yakuin_meibo li{
		width: 50%;
	}
}

/* スマホよこ ------------------ */
@media screen and (max-width: 896px){
	/* スマホよこ：#header ------------- */
    #header{
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        z-index: 9999;
    }

    .head-wrap{
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .head-title{
        width: 100%;
    }

    .ht-wrap{
        display: block;
    }

    .head-logo{
        width: 20%;
    }

    .sub-title{
        font-size: 15px;
    }

    .head-title h1{
        font-size: 20px;
    }

    .head-title h1 span{
        font-size: 12px;
    }
    
    .webshop a span{
        display: none;
    }
    
    .webshop a{
        border: none;
        margin-right: 60px;
        padding: 10px;
    }

    .tel-box{
        display: none;
    }    
    	
    #navi{
		width: 50%;
	}
        
    .navi-logo{
        display: block;
        width: 100%;
        max-width: 30px;
        margin: 0 auto;
    }

    .response{
        display: block;
    }
    
    #menu-navibtn{
		display: none;
	}
    
    #navibtn{
        position: fixed;
		top: 10px;
		right: 10px;
		display: block;
        color: #e89113;
        cursor: pointer;
        z-index: 999;
	}

    /* メニューを移動させないため */
	#menu-navibtn:checked ~ #navi{
/*
		position: fixed;
        top: 0;
        right: 0;
		overflow-x: hidden;
*/
	}

    #menu-navibtn:checked ~ * .menu{
		display: block;
		overflow-x: visible;
	}
	
	#menu-navibtn:checked ~ * .menu-parent{
		max-height: inherit;
		overflow-x: visible;
	}
	
	#menu-navibtn:checked ~ * .menu-child{
		max-height: 0;
		overflow-x: hidden;
		visibility: hidden;
	}
	
	.menu{
        position: fixed;
        top: 79px;
        right: -60%;
		width: 100%;
        display: none;
        border: none;
/*        height: 100%;*/
        height: calc(100% - 79px);
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 998;
	}

    .menu li{
        padding: 0;
    }
    
    .menu li:nth-child(3) label{
		display: inline-block;
		width: 100%;
        border-right: none;
        border-bottom: 1px solid #231815;
	    padding: 8px 15px;
    }
	
	.menu li a{
        text-align: left;
        border-right: none;
		border-bottom: 1px solid #231815;
	    padding: 8px 15px;
	}
    
    .menu li:last-child a{
        border: none;
    }
    
    .menu-parent{
        width: 100%;
        left: 0;
        overflow-y: scroll;
        background: #fff;
        overflow: auto;
    }
    
    .arrow02{
		display: inline-block;
		width: 100%;
        margin-left: 10px;
	}
    
    /* クリックされた時 */
    #menu-parent01:checked ~ * .arrow02{
        transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
        vertical-align: middle;
    }
    
	#menu-parent01:checked ~ .menu-child{
        top: 0;
		max-height: inherit;
		overflow-y: visible;
		visibility: visible;
	}

    .menu-parent:hover .menu-child{
        top: 0;
        visibility: visible;
    }

	.menu-child{
		visibility: visible;
		position: relative;
		top: 100%;
		left: 0;
		opacity: 1;
		transition: all 0s;
        border: none;
        background: none;
    }
	
    .menu-child li{
        width: auto;
        border: none;
        border-bottom: 1px solid #ffb593;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
        padding-left: 18px;
	}

	.menu-child li:last-child{
		border-bottom: 1px solid #231815;		
	}

    .menu-child li:hover{
        background: #fff1df;
    }
    
    .menu-child li a{
        display: block;
        border: none;
    }
	
	.menu-child li a:hover{
		background: #fff1df;
	}
    
    .menu-child .menu-child-top::before,
	.menu-child .menu-child-top::after{
		border: none;
	}

    /* スマホよこ：.wrapper ------------- */
	.wrapper{
		width: 98%;
		margin: 0 auto;
        padding-top: 80px;
	}
    
    /* スマホよこ：index.html #top ----- */
    #top{
        margin-bottom: 50px;
    }

    .top-img{
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }

    .top-wrap{
        width: 100%;
        margin: 0 auto;
    }

    .top-wrap h1{
        text-align: center;
        margin-bottom: 30px;
    }

    .top-txt{
        font-size: 15px;
        text-align: center;
        margin-bottom: 50px;
    }

    /* スマホよこ：index.html #subject --- */
    #subject{
        margin-bottom: 50px;
        padding: 20px 0px;
    }

    .sub-wrap{
        flex-flow: row wrap;
        width: 100%;
        margin: 0 auto;
    }
    
    .sub-img{
        width: 100%;
        height: 100%;
        /*min-height: 192px;*/
        margin-right: 0;
        margin-bottom: 0;
    }

    .subject-list{
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .subject-list li{
        width: 100%;
    }

    .subject-list li:nth-child(1){
        order: 1;
        margin-bottom: 10px;
    }
    
    .subject-list li:nth-child(2){
        order: 2;
        margin-bottom: 30px;
    }
    
    .subject-list li:nth-child(3){
        order: 4;
        margin-bottom: 30px;
    }
    
    .subject-list li:nth-child(4){
        order: 3;
        margin-bottom: 10px;
    }
    
    .subject-list li:nth-child(5){
        order: 5;
        margin-bottom: 10px;
    }
    
    .subject-list li:nth-child(6){
        order: 6;
        margin-bottom: 0px;
    }

    .subject-list li h2{
        font-size: 18px;
    }

    /* スマホよこ：index.html .support -- */
    .support{
        margin: 0 auto 50px;
    }

    .support h1{
        margin-bottom: 10px;
    }

    .support-burner{
        flex-flow: row;
        justify-content: space-between;
    }

    .support-burner li{
        width: 100%;
    }
    
    .sup-wrap{
        width: 95%;
        margin: 0 auto;
    }

    .sup-img{
        width: 100%;
        max-width: 256px;
        margin-bottom: 5px;
    }

    .title-wrap{
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .title-wrap h2{
        font-size: 18px;
        border: none;
        margin-bottom: 0;
    }

    .arrow{
        display: block;
        width: 100%;
    }

    .sup-txt{
        font-size: 13px;
    }

    /* スマホよこ：index.html #index-art --- */
    #index-art{
        margin-bottom: 50px;
    }

    /* スマホよこ：index.html #index-burner --- */
    #index-burner{
       margin-bottom: 50px;
    }

    .burner{
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .burner li{
        margin-bottom: 50px;
    }
    
    .half{
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    .burner-img{
        width: 100%;
    }

    .burner-img.small{
        width: 98%;
    }

    /* スマホよこ：index.html #index-contact - */
    #index-inquiry{
        margin-bottom: 50px;
    }

    .inquiry-wrap{
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto 35px;
        padding: 25px 55px;
    }

    .inquiry-txt{
        font-size: 17px;
    }

    .icon-mail{
        width: 100%;
    }
    
    .tel-num-wrap{
        width: 100%;
        margin: 0 auto;
    }

/*
    .tel-number[href*="tel:"]{
        display: block;
        font-size: 34px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 10px;
        pointer-events: auto;
        cursor: pointer;
    }
*/
    
    .tel-number{
        display: block;
        font-size: 34px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px solid #231815;
        margin-bottom: 10px;
    }

    .tel-time{
        font-size: 18px;
    }
    
    /* スマホよこ：summary.html #summary 会社概要 -- */
    #summary h1.title-bg{
        margin-bottom: 30px;
    }

	.philo-txt-list{
		margin-bottom: 30px;
	}

    .philo-txt-list li{
        font-size: 15px;
        text-indent: 15px;
        padding: 0 10px;
    }

    #history{
        margin-bottom: 30px;
    }

    #history h1{
        text-align: center;
    }

	#hidamari-summary{
		margin-bottom: 30px;
	}

    .history-data{
        flex-flow: row wrap;
        justify-content: space-between;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .history-data dt{
        width: 100%;
        max-width: 100px;
    }

    .history-data dd{
        width: 100%;
        max-width: 550px;
        margin-bottom: 20px;
    }

    #hidamari-summary .history-data .map{
       width: 100%;
       height: 190px;
       margin: 0 auto 0px;
    }

    #hidamari-summary .history-data .map-data{
        margin-bottom: 20px;
    }

	#hidamari-summary .history-data dd{
		margin-bottom: 5px;
	}

    .history-data dd:last-child{
        margin-bottom: 0px;
    }

    #service{
        margin: 0 auto 80px;
    }

    #service h1{
        text-align: center;
    }

    .service-list{
        flex-flow: column wrap;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .service-list li{
        font-size: 15px;
        margin-bottom: 10px;
    }

	/* スマホよこ：情報公開 release.html ----- */
	#release{
		margin-bottom: 80px;
	}

	#release h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	#release .section-wrap{
		margin-bottom: 50px;
	}

	.toggle_btn{
		right: 5px;
	}

	.toggle_contents{
		margin-bottom: 50px;
		padding: 10px 10px;
	}

	.toggle_contents dt h3{
		font-size: 18px;
		text-align: left;
		border-bottom: none;
	}

	.toggle_contents dd ul{
		flex-flow: row wrap;
		justify-content: space-around;
		padding: 10px 20px;
	}

	.toggle_contents dd ul li{
		width: 50%;
		text-align: left;
		margin-bottom: 25px;
	}

	.toggle_contents dd ul li a{
		display: block;
		font-size: 18px;
	}

	.yakuin_meibo{
		padding: 10px 20px;
	}

	.yakuin_meibo li{
		width: 50%;
	}

    /* スマホよこ：local.html #local ------- */
    #local h1{
    }

    .hidanari-img{
        width: 100%;
        margin-bottom: 30px;
    }

    #local-support-center h2{
        font-size: 25px;
        text-align: center;
        margin-bottom: 0px;
    }

    .local-time{
        font-size: 15px;
        text-align: center;
        margin-bottom: 50px;
    }

    #local-support-center .section-wrap{
        margin-bottom: 50px;
    }

    .local-txt{
        font-size: 15px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    #local-support-center h3{
        font-size: 20px;
        padding: 0 10px;
    }

    .local-txt.space{
        margin-bottom: 30px;
    }

    .local-info{
        flex-flow: column wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 0px;
        padding: 0 10px;
    }

    .local-info li{
        width: 100%;
    }

    .local-img-list{
        flex-flow: row wrap;
        justify-content: space-around;
        text-align: center;
        margin: 0 auto 50px;
    }
    
    .local-img-list li{
        margin-bottom: 10px;
    }

    .local-img{
        width: 100%;
    }

    .model{
        width: 100%;
        margin-bottom: 5px;
        margin-left: 10px;
        padding: 5px 10px;
    }

    /* スマホよこ：work.html ----------- */
    #work h1{
        margin-bottom: 25px;
    }

    #work-center h2{
        font-size: 20px;
        text-align: center;
    }

    #work-center h3{
        font-size: 20px;
        padding: 0 10px;
    }

    #work-center .section-wrap{
        margin-bottom: 50px;
    }

    .work-img-list{
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto 30px;
    }

    .img-big{
        width: 100%;
        max-width: 400px;
    }

    .img-small{
        width: 100%;
        max-width: 200px;
    }
    
    .konbu-list{
        flex-flow: row;
        justify-content: space-between;
        margin-bottom: 50px;
        padding: 20px;
    }

    .konbu-list li:nth-child(1){
        width: 35%;
    }

    .konbu-list li:nth-child(2){
        width: 60%;
    }

    .konbu01{
        width: 100%;
    }

    .konbu-wrap{
        flex-flow: column;
    }

    .konbu02{
        width: 100%;
    }

    .konbu-txt{
        font-size: 15px;
        margin-bottom: 10px;
    }

    .konbu03{
        width: 80%;
        margin-bottom: 10px;
    }

    .kamisuki-list{
        flex-flow: row;
        margin-bottom: 100px; 
    }
    
    .kamisuki-list li{
        width: 50%;
    }

    .kamisuki{
        width: 100%;
    }

    /* スマホよこ：life.html -------------- */
    #life-support{
        margin-bottom: 0px;
    }

    #life-support h2{
        font-size: 25px;
        text-align: center;
    }

    #life-support h3{
        font-size: 20px;
        padding: 0 10px;
    }

    #life-support .section-wrap{
        margin-bottom: 20px;
    }

    #life-support .local-txt{
        margin-bottom: 0px;
    }

    .life-txt-wrap{
        margin-bottom: 20px;
    }
    
    .life-img-list{
        flex-flow: row;
        justify-content: space-between;
        margin: 0 auto 30px;
    }
    
    .grouphome{
        margin-bottom: 30px;
    }

    .tomoiki-img{
        width: 100%;
    }
    
    .poetto-wrap{
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .poetto img{
        width: 100%;
        margin-bottom: 20px;
    }

    .poetto-wrap .section-wrap{
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    /* スマホよこ：art.html ------------- */
    #art{
        width: 100%;
        margin: 0 auto 100px;
    }

    .art-img{
        display: block;
        width: 100%;
        margin: 0 auto 50px;
    }

    #art h1{
        margin-bottom: 25px;
    }

    .artist-wrap{
        margin-bottom: 50px;
    }

    .artist{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .author{
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .art-txt-wrap{
        width: 100%;
        max-width: 580px;
        padding: 0 10px;
    }

	.art-txt-wrap h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.art-txt{
		font-size: 16px;
	}

    .art-list{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .art-list li{
        width: 48%;
        text-align: center;
        margin-bottom: 10px;
    }

    .piece{
        width: 100%;
        max-width: 400px;
    }

    .taguchi{
        width: 100%;
        max-width: 199px;
    }

    /* スマホよこ：member.html ---------- */
    #member h1{
        margin-bottom: 50px;
    }

    .person-wrap{
        display: block;
        text-align: center;
        margin-bottom: 30px;	
    }

    .staff-img img{
        width: 100%;
        margin-bottom: 10px;
    }

    .movie video{
        width: 100%;
        margin-bottom: 10px;
    }

    .position{
        font-size: 15px;
    }

    .person-name{
        font-size: 20px;
    }

    #member-voice h1{
        text-align: center;
        margin-bottom: 30px;
    }

    #member-voice h2{
        text-align: center;
        margin-bottom: 30px;
    }

    #member-voice .section-wrap{
        margin-bottom: 80px;
    }

    #member-voice h3{
        border: none;
        padding: 0px 10px;
    }
    
    .question{
        display: block;
    }

    .question li{
        font-size: 16px;
    }

    .question li:nth-child(odd){
        margin-bottom: 10px;
    }

    .question li:nth-child(even){
        margin-bottom: 25px;
        padding: 10px 16px;
    }

    /* スマホよこ：staff.html #greeting　ごあいさつ -- */
    #staff h1{
        margin-bottom: 50px;
    }

    #greeting{
        width: 100%;
        margin: 0 auto 80px;
    }

    #greeting h1{
        text-align: center;
    }

    .kaimai{
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }

    .greet-txt{
        font-size: 15px;
        padding: 0 10px;
    }
    
    #staff-voice h1{
        text-align: center;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    #staff-voice h2{
        text-align: center;
        margin-bottom: 30px;
    }

    #staff-voice .section-wrap{
        margin-bottom: 80px;
    }

    #staff-voice h3{
        border: none;
        padding: 0 10px;
    }

    /* スマホよこ：recruit.html ------- */    
    #recruit .section-wrap{
        justify-content: center;
        width: 100%;
        margin: 0 auto 80px;
        padding: 40px 0px;
    }

	/* スマホよこ：recruit.html ----------- */
	#recruit{
		margin-bottom: 100px;
	}

	#recruit h2{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		text-align: center;
		padding: 10px 10px;
	}

	#recruit h2 .rec-logo{
		/* width: 60%; */
		max-width: 79px;
	}

	.recruit-list{
		flex-flow: column wrap;
		justify-content: space-around;
		align-items: flex-start;
		width: 100%;
		padding: 10px 10px;
	}

	.recruit-list li{
		width: 100%;
		margin-bottom: 30px;
	}

	.recruit-list li h3,
	.recruit-list li h3 a{
		font-size: 20px;
	}

	.shinsotsu{
		padding: 10px 10px;
	}

	.shinsotsu li{
		width: 100%;
	}

	.shinsotsu li a{
		font-size: 17px;
		/* margin-bottom: 10px; */
	}

    .rec-wrap{
        display: block;
    }

    .rec-logo{
        /* margin-right: 10px; */
    }

    .recruit-txt{
        font-size: 25px;
    }

    .notice{
        font-size: 16px;
    }

    /* スマホよこ：inquiry.html お問い合わせ -- */
    #inquiry h2{
        text-align: center;
    }

    #inquiry .section-wrap{
        margin-bottom: 50px;
    }
    
    /* スマホよこ：release.html 情報公開 ---- */
    #release{
		margin-bottom: 50px;
    }

    #release h2{
        text-align: center;
    }

    #release .section-wrap{
        margin-bottom: 50px;
    }

    /* スマホよこ：use.html ----------------- */
    #use h2{
        font-size: 25px;
        text-align: center;
    }

    #use .section-wrap{
        margin-bottom: 50px;
    }

    /* スマホよこ：#footer -------------------- */
    #footer{
        padding: 20px 0;
    }

    .foot-wrap{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .foot-logo{
        margin-bottom: 20px;
    }

    .foot-sub-txt{
        font-size: 15px;
    }

    .foot-txt{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .foot-icon{
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* スマホたて ------------------------------ */
@media screen and (max-width: 480px){
	/* スマホたて -------------------- */
    .title-bg{
        font-size: 20px;
        padding: 10px 0;
        padding-left: 10px;
    }
    
	/* スマホたて：#header ----------- */
	#header{
        margin-bottom: 30px;
        z-index: 9999;
	}
    
    .sub-title{
        font-size: 14px;
    }
    
    #header h1{
        font-size: 17px;
    }
    
    .webshop a span{
        display: none;
    }
    
    .webshop a{
        border: none;
        align-self: flex-end;
        margin-right: 60px;
        padding: 10px 0;
    }
    
    .menu{
        position: fixed;
        top: 79px;
        left: 15%;
		width: 85%;
        display: none;
        border: none;
        overflow-y: scroll;
      /*  -webkit-overflow-scrolling: touch;*/
        height: calc(100% - 79px);
        z-index: 998;
        padding-left: 50px;
	}

    .menu li{
        padding: 0;
    }
    
    .menu li:nth-child(3) label{
        font-size: 15px;
		display: inline-block;
		width: 100%;
        vertical-align: sub;
        border-right: none;
        border-bottom: 1px solid #231815;
	    padding: 13px 10px;
    }

	.menu li a{
        font-size: 15px;
        text-align: left;
        border-right: none;
		border-bottom: 1px solid #231815;
	    padding: 13px 10px;
	}
    
    .menu li:last-child a{
        border: none;
    }
    
    .menu-parent{
        width: 100%;
        left: -16%;
        background: #fff;
        overflow: auto;
    }
    
    .arrow02{
		display: inline-block;
		width: 100%;
        margin-left: 15px;
        padding-bottom: 5px;
    }
    
    .menu-child{
		visibility: visible;
		position: relative;
		top: 100%;
		left: 0;
		opacity: 1;
		transition: all 0s;
        border: none;
        background: none;
        padding: 0;
    }
    
    .menu-child li{
        padding-left: 15px;
    }
    
    .menu-child li a{
        border: none;
    }

    /* スマホたて：.wrapper ---------- */
	.wrapper{
		width: 95%;
		margin: 0 auto 30px;
        padding-top: 80px;
	}
 
    /* スマホたて：index.html #top ----- */
	#top{
		margin-bottom: 50px;
	}

    .top-img{
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }

    .top-wrap{
        width: 100%;
        margin: 0 auto;
    }

    .top-wrap h1{
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-txt{
        font-size: 14px;
        text-align: center;
        margin-bottom: 50px;
    }

    .map{
        width: 100%;
        height: 100%;
        min-height: 200px;
        margin: 0 auto;
    }

    .map-txt{
        font-size: 18px;
    }

    /* スマホたて：index.html #subject --- */
    #subject{
        margin-bottom: 50px;
        padding: 20px 5px;
    }

    .sub-wrap{
        flex-flow: row wrap;
        width: 100%;
        margin: 0 auto;
    }

    .sub-img{
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .subject-list{
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .subject-list li{
        width: 100%;
    }

    .subject-list li h2{
        font-size: 18px;
    }

    /* スマホたて：index.html .support -- */
    .support{
        margin: 0 auto 50px;
    }

    .support h1{
        margin-bottom: 10px;
    }

    .support-burner{
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .support-burner li{
        width: 100%;
        margin-bottom: 50px;
    }
    
    .support-burner li:last-child{
        margin-bottom: 0px;
    }
    
    .sup-wrap{
        width: 95%;
        margin: 0 auto;
    }

    .sup-img{
        width: 100%;
        max-width: 256px;
        margin-bottom: 5px;
    }

    .title-wrap{
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .title-wrap h2{
        font-size: 18px;
        border: none;
        margin-bottom: 0;
    }

    .arrow{
        display: block;
        width: 100%;
        max-width: 15px;
    }

    .sup-txt{
        font-size: 13px;
    }

    /* スマホたて：index.html #index-art --- */
    #index-art{
        margin-bottom: 50px;
    }

    /* スマホたて：index.html #index-burner --- */
    #index-burner{
       margin-bottom: 50px;
    }

    .burner{
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .burner li{
        margin-bottom: 50px;
    }
    
    .burner li:last-child{
        margin-bottom: 0;
    }
    
    .half{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .burner-img{
        width: 100%;
    }

    .burner-img.small{
        width: 100%;
    }

    /* スマホたて：index.html #index-contact - */
    #index-inquiry{
        margin-bottom: 50px;
    }

    .inquiry-wrap{
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto 35px;
        padding: 25px 55px;
    }

    .inquiry-txt{
        font-size: 17px;
    }

    .icon-mail{
        width: 100%;
    }

    .tel-num-wrap{
        width: 100%;
        margin: 0 auto;
    }

    .tel-number[href*="tel:"]{
        display: block;
        font-size: 34px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 10px;
    }
    
    .tel-number{
        display: block;
        font-size: 34px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px solid #231815;
        margin-bottom: 10px;
    }

    .tel-time{
        font-size: 18px;
    }
    
    /* スマホたて：summary.html #summary 会社概要 -- */
    #summary h1.title-bg{
        margin-bottom: 30px;
    }

    #philosophy{
        margin-bottom: 50px;
    }

    #philosophy h1{
        text-align: center;
    }

    #history{
        margin-bottom: 50px;
    }

    #history h1{
        text-align: center;
    }

    .history-data{
        flex-flow: row wrap;
        justify-content: space-between;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .history-data dt{
        width: 100%;
    }

    .history-data dd{
        width: 100%;
        margin-bottom: 20px;
    }

    #hidamari-summary .history-data .map-data{
       margin-bottom: 0px;
  }

    .history-data dd:last-child{
        margin-bottom: 0px;
    }

    #service{
        margin: 0 auto 50px;
    }

    #service h1{
        text-align: center;
    }

    .service-list{
        flex-flow: column wrap;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .service-list li{
        font-size: 15px;
        margin-bottom: 0px;
    }

	/* スマホよこ：情報公開 release.html ----- */
	#release{
		margin-bottom: 80px;
	}

	#release h2{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	#release .section-wrap{
		margin-bottom: 50px;
	}

	.toggle_contents{
		margin-bottom: 50px;
		padding: 10px 0px;
	}

	.toggle_contents dt h3{
		font-size: 18px;
		text-align: left;
		border-bottom: none;
	}

	.toggle_contents dd ul{
		flex-flow: column wrap;
		justify-content: space-around;
		padding: 10px 20px;
	}

    /* スマホたて：local.html #local ------- */
    #local h1{
    }

    .hidanari-img{
        width: 100%;
        margin-bottom: 30px;
    }

    #local-support-center{
    }

    #local-support-center h2{
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .local-time{
        font-size: 15px;
        text-align: center;
        margin-bottom: 50px;
    }

    #local-support-center .section-wrap{
        margin-bottom: 50px;
    }

    .local-txt{
        font-size: 15px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    #local-support-center h3{
        font-size: 20px;
        padding: 0 10px;
    }

    .local-txt.space{
        margin-bottom: 30px;
    }

    .local-info{
        flex-flow: column wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 0px;
        padding: 0 10px;
    }

    .local-info li{
        width: 100%;
    }

    .local-img-list{
        flex-flow: row wrap;
        justify-content: space-around;
        text-align: center;
        margin: 0 auto 50px;
    }
    
    .local-img-list li{
        width: 50%;
        margin-bottom: 10px;
    }

    .local-img{
        width: 100%;
    }

    .model{
        width: 100%;
        margin-bottom: 5px;
        margin-left: 10px;
        padding: 5px 10px;
    }

    /* スマホたて：work.html ----------- */
    #work{
    }

    #work h1{
        margin-bottom: 25px;
    }

    #work-center h2{
        font-size: 20px;
        text-align: center;
    }

    #work-center h3{
        font-size: 20px;
        padding: 0 10px;
    }

    #work-center .section-wrap{
        margin-bottom: 50px;
    }

    .work-img-list{
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto 30px;
    }
    
    .work-img-list li{
        width: 50%;
    }

    .img-big{
        width: 100%;
    }

    .img-small{
        width: 100%;
    }
    
    .konbu-list{
        flex-flow: column;
        justify-content: space-between;
        margin-bottom: 50px;
        padding: 20px;
    }

    .konbu-list li:nth-child(1){
        width: 100%;
        margin-bottom: 30px;
    }

    .konbu-list li:nth-child(2){
        width: 100%;
    }

    .konbu01{
        width: 100%;
    }

    .konbu-wrap{
        flex-flow: column;
    }

    .konbu02{
        width: 100%;
    }

    .konbu-txt{
        font-size: 15px;
        margin-bottom: 10px;
    }

    .konbu03{
        width: 100%;
        margin-bottom: 10px;
    }

    .kamisuki-list{
        flex-flow: column;
        margin-bottom: 100px; 
    }
    
    .kamisuki-list li{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .kamisuki-list li:last-child{
        margin-bottom: 0px;       
    }

    .kamisuki{
        width: 100%;
    }

    /* スマホたて：life.html -------------- */
    #life-support{
        margin-bottom: 50px;
    }

    #life-support h2{
        font-size: 20px;
        text-align: center;
    }

    #life-support h3{
        font-size: 20px;
        padding: 0 10px;
    }

    #life-support .section-wrap{
        margin-bottom: 0px;
    }

    #life-support .local-txt{
        margin-bottom: 10px;
    }

    .life-txt-wrap{
        margin-bottom: 20px;
    }
    
    .life-img-list{
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin: 0 auto 30px;
    }

    .life-img-list li{
        width: 50%;
        margin-bottom: 0px;
    }
    
    .grouphome{
        margin-bottom: 0px;
    }

    .tomoiki-img{
        width: 100%;
    }
    
    .poetto-wrap{
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .poetto img{
        width: 100%;
        margin-bottom: 20px;
    }

    .poetto-wrap .section-wrap{
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    /* スマホたて：art.html ------------- */
    #art{
        width: 100%;
        margin: 0 auto 100px;
    }

    .art-img{
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }

    #art h1{
        margin-bottom: 25px;
    }

    .artist-wrap{
        margin-bottom: 50px;
    }

    .artist{
        flex-flow: column;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }

    .author{
        width: 100%;
        max-width: 400px;
        margin-bottom: 10px;
    }

    .art-txt-wrap{
        width: 100%;
        max-width: 580px;
        padding: 0 10px;
    }

	.art-txt-wrap h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.art-txt{
		font-size: 16px;
	}

    .art-list{
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .art-list li{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .piece{
        width: 100%;
        max-width: 400px;
    }

    .taguchi{
        width: 100%;
        max-width: 199px;
    }

    /* スマホたて：member.html ---------- */
    #member{
    }

    #member h1{
        margin-bottom: 50px;
    }

    .interview-wrap{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .person-wrap{
        display: block;
        text-align: center;
        margin-bottom: 30px;	
    }

    .staff-img img{
        width: 100%;
        margin-bottom: 10px;
    }

    .movie video{
        width: 100%;
        margin-bottom: 10px;
    }

    .position{
        font-size: 15px;
    }

    .person-name{
        font-size: 20px;
    }

    #member-voice h1{
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
    }

    #member-voice h2{
        text-align: center;
        margin-bottom: 20px;
    }

    #member-voice .section-wrap{
        margin-bottom: 50px;
    }

    #member-voice h3{
        border: none;
        padding: 0px 10px;
    }

    .question{
        display: block;
    }

    .question li{
        font-size: 16px;
        font-weight: 900;
    }

    .question li:nth-child(odd){
        margin-bottom: 10px;
    }

    .question li:nth-child(even){
        margin-bottom: 25px;
        padding: 10px 16px;
    }

    /* スマホたて：staff.html #greeting　ごあいさつ -- */
    #staff h1{
        margin-bottom: 50px;
    }

    #greeting{
        width: 100%;
        margin: 0 auto 50px;
    }

    #greeting h1{
        font-size: 20px;
        text-align: center;
    }

    .kaimai{
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }

    .greet-txt{
        font-size: 15px;
        padding: 0 10px;
    }

    #staff-voice{
    }

    #staff-voice h1{
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    #staff-voice h2{
        text-align: center;
        margin-bottom: 30px;
    }

    #staff-voice .section-wrap{
        margin-bottom: 50px;
    }

    #staff-voice h3{
        border: none;
        padding: 0 10px;
    }

    /* スマホたて：recruit.html ------- */
    #recruit h1{
    }
    
    #recruit .section-wrap{
        justify-content: center;
        width: 100%;
        margin: 0 auto 80px;
        padding: 40px 0px;
    }

    .rec-wrap{
        display: block;
    }

    .recruit-txt{
        font-size: 25px;
    }

    .notice{
        font-size: 16px;
    }

    /* スマホたて：inquiry.html お問い合わせ -- */
    #inquiry h2{
        text-align: center;
    }

    #inquiry .section-wrap{
        margin-bottom: 50px;
    }
    
    /* スマホたて：release.html 情報公開 ---- */
    #release{
		margin-bottom: 100px;
    }

    #release h2{
        text-align: center;
    }

    #release .section-wrap{
        margin-bottom: 50px;
    }

    /* スマホたて：use.html ----------------- */
    #use h2{
        text-align: center;
    }

    #use .section-wrap{
        margin-bottom: 50px;
    }

   .top-wrap .bnimg{width:100%;display: block;margin-inline: auto 50px;}
}