@charset "UTF-8";

/* 共通部分
------------------------------------*/

html{
	font-size: 100%;
}

body{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: #432;
}

a{
	text-decoration: none;
}

img{
}



.main{
	display:flex;
	justify-content: space-between;
	width:100%;
	background: #fff;
}



/* ヘッダー
------------------------------------*/

.left-logo{
	width:500px;
	height:auto;
}

.right-logo{
	width:350px;
	height:auto;
}

.m-logo{
	display:none;
}

.m-logo-tel{
	display:none;
}


.m-hedder{
	display: none;
}

.m-menu-label{
	display:none;
}

.m-menu-check{
	display: none;
}

.mobile-nav-box{
	display:none;
}

.header-box{
	display: flex;
	justify-content: space-between;
}

.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.logo{
	width:300px;
	margin-top:20px;
}

.main-nav{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	list-style: none;
	background: #f59949;

}

.main-nav li{

}

.main-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	height:60px;
	width: 150px;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #FFF;
}

.main-manu-last{
	border-right: 1px solid #FFF;
}

.main-nav a:hover{
	color: #0bd;
}

.top-img{
	width:100%;
}


/* メイン
------------------------------------*/


.main-contents{
	 width: 70%;
 	background: #fff;
 	order: 2;
}

.main-contents h2{
}

.main-nav-box{
	margin-bottom: 10px;
}

.main-contents1{
	padding: 20px;
	background: #ffffdd;

}

.main-contents1 h2{
	background: #f59949;
	padding: 10px 20px;
	margin: 20px 5px 40px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	color: #fff;
}

.main-contents1 h3{
	margin: 10px 5px 20px 5px;
	border-bottom: 1px solid #f59949;
}

.main-contents1 p{
	margin: 25px 15px 40px 15px;
}

.main-contents2{
	background: #ffeccc;
	padding: 20px;
}

.main-contents2 h2{
	margin: 40px 5px 60px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	color: #f59949;

}

.main-contents2 h3{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #f59949;
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
}

.main-contents2 p{
	margin: 20px 15px 50px 15px;
}

.main-contents2-setumei{

}


.main-contents3{
	padding: 20px;
	background: #ffffdd;
}

.main-contents3 h2{
	margin: 20px 5px 20px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	color: #f59949;
}

.main-contents3 p{
	margin: 20px 15px 50px 15px;
}


.pc-logo-tel{
	width: 500px;
	margin: 100px auto 30px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


.ryoukin-box{
	width: 95%;
	background: #e1fae1;
	color: #000;
	display:flex;
	flex-direction:column;
	align-items: left;
	font-weight:bold;
	font-size: 120%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 30px 10px 30px 20%;
	line-height: 1.8em; 
}

.ryoukin{

}

.ryoukin-option{
	margin-top: 10px;
	font-size: 60%;
	font-weight: normal;
	line-height: 1.1em;
}


.tax{
	font-size: 70%;
}


.main-contents4{
	padding: 20px;
	background: #ffeccc;
}

.main-contents4 h2{
	padding: 10px 20px;
	margin: 20px 5px 40px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	background: #f59949;
	color: #fff;
}

.profile{
	display: block;
	width: 250px;
	margin: 20px auto 40px auto;
	
}


.main-contents4 p{
	margin: 20px 15px 50px 15px;
}

.gammo{
	display:block;
	width:270px;
	margin: 10px auto 40px auto;
}


.profile-contents h3{
	margin-left: 30px;
}

.profile-contents p{
	margin-left: 50px;
}

.contents-image{
	width: 400px;
	display: block;
	margin: 80px auto 50px auto;
}


/* サイド
------------------------------------*/



.sidebar{
	width:29%;
	background: #ffeccc;
	order: 1;
	padding-top: 50px;
}

.office-map{
	display:block;
	width: 80%;
	height: 300px;
	margin: 30px auto 30px auto;
}

.side-h{
	width: 85%;
	padding: 10px 10px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	color: #f59949;
	font-size:120%;
	border-bottom: 1px solid #f59949;
	margin: 0 auto 0 auto;
}

.sidebar p{
}

.m-access{
	display:none;
}

.p-access{
	width: 80%;
	margin: 20px 10% 20px 10%;
	font-size: 90%;
}


.side-logo{
	margin: 50px auto 40px auto;
}

.mail-line{
	width: 80%;
	margin: 20px auto 20px auto;
}


.line,.mail{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:30px;
}

.line-logo,.mail-logo{
	width: 60px;
	height: auto;

}

.line-message,.mail-message{
	margin-left: 10px;
	width: 90%;
	font-size: 90%;
}

.mail-line a{
	text-decoration:underline;
}

.mail-line a:link{
	color: #432;
}

.mail-line a:visited{
	color: #432;
}



.pc-mail-line{
	width:500px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.mobile-footer-nav li{
	list-style: none;
}

.mobile-footer-nav a{
	display: block;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: white;
	width: 90%;
	margin-left: 5%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px dashed #FFF;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	background: #f59949;
}

.last-footer-menu{
	border-bottom: 1px dashed #FFF;
}

.mobile-footer-nav li a:link{
	color: #fff;
}

.mobile-footer-nav li a:visited{
	color: #fff;
}


/* フッター
------------------------------------*/

footer{
	background: #f59949;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

footer p{
	color: #fff;
	font-size: 0.875rem;
}



/* モバイル
------------------------------------*/

@media (max-width: 600px){




/* モバイルメニュー
------------------------------------*/


.top-img{
	display:none;
}



.m-hedder{
	width: 100%;
	display:flex;
	justify-content: space-between;
	background: #f59949;
	position:fixed;
}


.m-home,.m-tel,.m-mail,.m-line{
}

.m-home a,.m-tel a,.m-mail a,.m-line a{
	height: 60px;
	background: #f59949;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
}

.m-mail{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size:80%;
}


.m-mail a{
	text-decoration: underline;
	font-size: 90%;
}


.line-logo-mtop{
	width:40px;
	height:40px;
}

.mail-logo-mtop{
	width:40px;
	height:40px;
}


.m-home a{
	width: 60px;
}

.m-top-message{

}


.m-menu-check{
	display: none;
}

.m-menu-label{
	height: 60px;
	width: 60px;
	background: #f59949;
	color: #fff;
	cursor:pointer;
	padding: 10px;
	position: relative;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-menu-label div{

}

.home_icon{
	height:60px;
	border-right: 1px solid #FFF;

}

.menu_icon{
	height:60px;
	border-left: 1px solid #FFF;
}



.m-menu-label:after{
	background: #222;
	
}

.m-menu-content{
	width: 70%;
	height: 100vh;
	background: #f59949;
	display: none;
}

.m-menu-check:checked + .m-menu-label{
	background: #f5c193;
	opacity: 0.5;
}

.m-menu-check:checked + .m-menu-label + .m-menu-content{
	display:block;
	position: fixed;
}


.page-header{
	display: flex;
	flex-direction: column;
	padding-top: 60px;
}

.header-box{
	flex-direction: column;
	order: 1;
	
}

.main-nav-box{
	display:none;
}

.top-img{
	order: 2;
}


.m-logo-tel{
	display: flex;
	justify-content: center;
	align-items: center;
	order: 3;
}

.m-logo-tel img{
	width: 100%;
}

.logo,.left-logo{
	display: flex;
	width:100%;
	margin: 0;
}

.main{
	flex-direction: column;
	background: #f5b47a;
}


.main-contents{
	width: 100%;
 	background: #EEE;
 	order: 1;
}

.sidebar{
	width:100%;
	order: 2;
}


.mobile-nav-box{
	padding: 20px 0 0 0;
	display:block;
}

.mobile-nav li{
	padding: 0 20px;
}

.mobile-nav li a{
	display:block;
	padding: 20px 40px;
	font-weight: bold;
	border-top: 1px dashed #FFF;
}


.mobile-nav li a:link{
	color: #fff;
}

.mobile-nav li a:visited{
	color: #fff;
}

.last-menu{
	border-bottom: 1px dashed #FFF;
}

.m-logo{
	display:block;
}

.p-logo{
	 display:none;
}


.m-logo-tel-contents{
}

.office-map{
	width: 85vw;
	height: 85vw;
	margin: 30px auto 30px auto;
}

.m-access{
	width:85vw;
	display:block;
	margin: 20px auto 20px auto;
}

.p-access{
	display:none;
}


.line-logo,.mail-logo{
	width: 20vw;
	min-width: 20px;
	height: auto;
}

.line-message,.mail-message{
	width: 50vw;
	font-size: 100%;
	font-weight: bold;	
}

.ryoukin-box{
	padding-left: 20px;
}


.mobile-footer-nav{
}

.mobile-footer-nav a{
	font-size: 120%;
	width: 100%;
	margin-left: 0;
}

.last-footer-menu{
	border-bottom: 1px dashed #FFF;
}


.gammo{
	width: 60%;
}


.pc-logo-tel{
	display:none;
}

.pc-mail-line{
	display:none;
}

.contents-image{
	width: 90%;
	max-width: 400px;
}


}





