@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}
.inner {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	}

nav {
	width:100%;
	background:#fff;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}
section {
	overflow: hidden;
	padding-bottom: 10%;
	}
section:last-child {
	margin-bottom: 0;
	}
a {
	outline:none;
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#FF6699;
	text-decoration:none;
}
a:hover {
	opacity: 0.8 ;
}
span {
	font-weight: bold;
	color: #F69;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    height: auto;
    max-width: 100%;
}
ul li img {
     vertical-align: bottom;
}
ul li {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding-bottom: 10px;
}
.header_inner {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.logo {
	float: left;
	}
.tel {
	float: right;
}
	
/*================================================
 *  見出し
 ================================================*/
.h1_wrapper {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
h1 {
	font-size: 14px;
	width: 1000px;
	margin: 0 auto;
	}
 
h2.topimg {
	line-height:0;
	}

h2.title_top {
	font-size: 2.5em;
	text-align: center;
	border: none;
	padding-top: 40px;
	padding-bottom: 40px;
}
.page_title {
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #FBEEF2;
	}
.page_title h2{
	font-size: 2.5em;
	color: #533004;
	}
				
h3 {
	clear: both;
	font-size: 30px;
	color: #533004;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0ac4c2;
	}
h3.tit_choice {
	border: none;
	}
	
h3.tit_kamoku {
	background-color: #FF6699;
	color: #FFF;
	padding: 0.5%;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1.5%;
	margin-left: auto;
	border: 1px solid #FF6699;
}

h4 {
	font-size: 20px;
	color: #533004;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #f094b0;
	margin-bottom: 10px;
	padding-bottom: 2px;
	}


/*================================================
 *  装飾
 ================================================*/
.center {
	text-align: center;	
	}
.font_strong {
	font-size: 2.5em;
	font-weight: bold;
	color: #F00;
}	

/*ボタン装飾*/
.link {
	width:80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.link a {
	color: #FFF;
}
.link a:hover  {
	color: #ff0;
}

.link_btn{	
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
	border-radius:5px;
		
    background-image:-moz-linear-gradient(
    top,
    #ffa035 0%,
    #ff8300);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#ffa035),
    to(#ff8300));
}

	
/*================================================
 *  margin
 ================================================*/
.margin {
	margin-top: 40px;
	}
 
.m-1 {
	margin-top: 10px;
}
.m-2 {
	margin-top: 20px;
}
.m-3 {
	margin-top: 30px;
}
.m-4 {
	margin-top: 40px;
}
.m-01 {
	margin-bottom: 10px;
}
.m-02 {
	margin-bottom: 20px;
}
.m-03 {
	margin-bottom: 30px;
}
.m-04 {
	margin-bottom: 40px;
}

/*================================================
 *  padding
 ================================================*/
.p-1 {
	padding-top: 10px;
}
.p-2 {
	padding-top: 20px;
}
.p-3 {
	padding-top: 30px;
}
.p-4 {
	padding-top: 40px;
}
.p-01 {
	padding-bottom: 10px;
}
.p-02 {
	padding-bottom: 20px;
}
.p-03 {
	padding-bottom: 30px;
}
.p-04 {
	padding-bottom: 40px;
}



/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	padding-bottom: 10px;
}
#topicpath ol li {
	display: inline;
	font-size: 0.8em;
}
#topicpath ol li a {
	padding-right: 20px;
	background-image: url(../../common/img/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 10px;
}
	

/*================================================
 *  メインコンテンツ
 ================================================*/
#contents {
	clear: left;
	width: 1080px;
	background: #FFF;
	padding: 0px;	/*コンテンツ内の余白*/
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	float: left;
	width: 800px;	/*メインコンテンツ幅*/
}
#mein_inner {
	overflow: hidden;
	}
	
/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	overflow: hidden;
}
.contents_in {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.contents_wrapper {
	background-color: #f7f6f4;
	}
.bg_blue {
	background: #f4f9fa;
	}
.bg_gray {
	background: #f7f6f4;
	}
.bg_bluegray {
	background: #DEE6E6;
	}	
.inbox {
	margin-top: 40px;
	margin-bottom: 40px;
}	

/*================================================
 *  サブコンテンツ 共通メニュー
 ================================================*/
#sub {
	float: right;
	width: 240px;	/*サブコンテンツ幅*/
}
aside {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	}

/*subコンテンツ内のh2タグ設定*/
.sub_menu h2 {
	font-size: 1.2em;
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #F094B0;
	}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub_menu ul li a {
	display: block;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.sub_menu ul li a {
	list-style-type:none;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:6px 10px;
	padding-left:25px;	
}
.sub_menu ul li a:hover {
	background-color: #FCF5F8;
}

.sub_menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.sub_menu ul li:last-child {
	border-bottom: none;
}


/*subコンテンツ内のlistボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.sub_menu section.list {
	background: #FFF;
	overflow: hidden;	/*左側の線の幅、線種、色*/
	position: relative;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sub_menu section.list a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*h4見出しタグ*/
.sub_menu section.list h4 {
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
}
/*p段落タグ*/
.sub_menu section.list p {
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
	font-size: 11px;
}
/*サムネイル画像設定*/
.sub_menu section.list figure img {
	float: left;	/*左に回り込みさせる設定*/
	width: 30%;	/*写真の幅*/
	padding-top: 4px;
}


/*================================================
 *  サブコンテンツ 専門メニュー
 ================================================*/
.submenu_list h2 {
	background: #cfac59;
	font-size: 1.2em;
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	}
.submenu_list li a {
	display: block;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.submenu_list li a {
	list-style-type:none;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:6px 10px;
	padding-left:25px;	
}
.submenu_list li a:hover {
	background-color: #efede9;
}

.submenu_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}



/*================================================
 *  フッターメニュー
 ================================================*/
#footermenu {
	color: #FFF;
	background-color: #666;
	overflow: hidden;
	}
#footermenu a {
	color: #FFF;
	text-decoration: none;
	}	
.footermenu_box {
	width: 1080px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	}	
.footermenu_in {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.footermenu_in:last-child {
	margin-right: 0;
} 
.footermenu_title {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	font-size: 16px;
}

/*================================================
 *  フッター
 ================================================*/

footer {
	clear:both;
	background-color: #FDF7F9;
}

.footmenu {
	padding:20px 0;
	overflow:hidden;
	background-color: #FAD6E0;
}

.footmenu ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 10px;
}
.footmenu ul > li + li {
    border-left: 1px solid #ccc;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 10px;
}
.footmenu ul > li > a {
    color: #555555;
    font-size: 13px;
    text-decoration: none;
}
.footmenu ul > li > a:hover {
    color: #71bca9;
}
.footmenu ul > li:last-child {
    border-right: medium none;
}


@media (max-width : 480px){
.footmenu ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.footmenu ul > li > a {
    font-size: 11px;
    text-decoration: none;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 5px;
    padding: 0 10px;
}
.footmenu ul > li:last-child {
    border-right: medium none;
}

}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	background-color: #f094b0;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#666;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 10px;
}
.totop img:hover {
	background: #666;
}

/* ------------------------------------------
  スマホ用ページトップへの戻り
--------------------------------------------- */
#pagetop {
	max-width: 100%;
	height: auto;
	width :auto;
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	padding-left: 60%;
}
#pagetop a {
	background: #f094b0;	/*背景色*/
	color: #555555;
	text-decoration: none;
	text-align: center;
	width: 100%;	/*ボックス幅*/
	display: block;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px; 
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #F9D0DC;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {
	h1 {
	display: none;
		}
	.inner {
	width:100%;
	}

	.contents {
		box-sizing:border-box;
		width:100%;
	}
	.contents_in {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
	
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:800px) {

	header {
	z-index:2;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:15px 10px;
	background-color: #FFF;
	}
	.header_inner {
	padding: 0;
	}

	#main {
		float:none;
		width:100%;
	}
	#sub {
		float:none;
		width:100%;
	}


}
