@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, 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, main, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	
}
body {
	border-top: 5px #fedee3 solid;
	-webkit-text-size-adjust: 100%; /* 画面回転時の自動文字サイズ調整機能OFF */
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { 
	display:block;
}
img {
	vertical-align:top;
	font-size:0;
	-ms-interpolation-mode: bicubic; /* IE系での画像リサイズ時のリサンプリング設定 */
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, 
q:before, q:after {
	content:"";
	content:none;
}
a {
	margin:0; padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #5A7FBF;
	cursor: pointer;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	overflow:hidden;
	outline:none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration:line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
	font-size:100%;
}
textarea {
	font-size:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
}
sub, sup {
	margin:0; padding:0;
	border:0; outline:0;
}
body {
	font:14px/1.231 sans-serif;
}
@media print {
	body {
		-webkit-print-color-adjust:exact; /* 印刷時の背景印刷 */
	}
}
.style01{
	color: #f9909d;
	font-weight: bold;
	display: inline !important;
	background: none !important;
	padding: 0 !important;
}

/* 
====================================================================================================
■ basic setting
----------------------------------------------------------------------------------------------------
 □ tag
---------------------------------------------------------------------------------------------------- */
p, li, pre, td, th, dt, dd { line-height:1.5; }  /* 基本の行の高さ */

a:link,
a span {
	color: #F98896;
}
a:active {
	color: #F98896;
}
a:visited {
	color: #F98896;
}
a:hover {
	color: #5A7FBF;
	text-decoration: none;
}

img {
	/*width:100%;*/ /* 画像は常に親要素の横幅一杯に縦横比を維持したまま拡大されます */
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
sub, sup {
	font-size:66.7%; /* 12px */
}
/* 
----------------------------------------------------------------------------------------------------
 □ class
---------------------------------------------------------------------------------------------------- */
.clearfix:after { display:block; clear:both; content:""; }


/* 
--------------------------------------------------
 ▽ CSSアニメーション用強制再描画設定
-------------------------------------------------- */
.redraw {
	-webkit-animation: redraw 1s infinite; /* for Chrome */
	-ms-animation: redraw 1s infinite; /* for IE10 */
}
@-webkit-keyframes redraw {
	from { min-width:1px; }
	to   { min-width:2px; }
}
@keyframes redraw {
	from { min-width:1px; }
	to   { min-width:2px; }
}

/* 
====================================================================================================
■ layout
---------------------------------------------------------------------------------------------------- */
body{

}
#main_area, #header, #site_footer .box, #main_visual {
	margin: 0 auto;
	width: 640px; /* サイトの実際の横幅（基本的には320px固定） */
	overflow-x: hidden;	
	font-size: 13px; /* 14px */
	overflow:hidden;
}


/* 
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.m00  { margin: 0px !important; }         .m05  { margin: 5px !important; }
.m10  { margin:10px !important; }         .m15  { margin:15px !important; }
.m20  { margin:20px !important; }         .m25  { margin:25px !important; }
.m30  { margin:30px !important; }         .m35  { margin:35px !important; }
.m40  { margin:40px !important; }         .m45  { margin:45px !important; }

.mt00 { margin-top: 0px !important; }     .mt05 { margin-top: 5px !important; }
.mt10 { margin-top:10px !important; }     .mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }     .mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }     .mt35 { margin-top:35px !important; }
.mt40 { margin-top:30px !important; }     .mt45 { margin-top:35px !important; }

.mr00 { margin-right: 0px !important; }   .mr05 { margin-right: 5px !important; }
.mr10 { margin-right:10px !important; }   .mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }   .mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }   .mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }   .mr45 { margin-right:45px !important; }

.mb00 { margin-bottom: 0px !important; }  .mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom:10px !important; }  .mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }  .mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }  .mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }  .mb45 { margin-bottom:45px !important; }

.ml00 { margin-left: 0px !important; }    .ml05 { margin-left: 5px !important; }
.ml10 { margin-left:10px !important; }    .ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }    .ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }    .ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }    .ml45 { margin-left:45px !important; }


/* ------ magin box ------- */
section {
	margin-bottom:8%;
}
.container {
	margin-bottom:8%;
}
.case {
	margin-bottom:4%;
}
.pack {
	margin-bottom:3%;
}
.item {
	margin-bottom:2%;
}
section .container:last-child {
	margin-bottom:0;
}

/* ------<p> margin------- */
main p {
	margin-bottom:10px;
}
main * p:last-child {
	margin-bottom:0px;
}
/* 
----------------------------------------------------------------------------------------------------
 □ #site_header
---------------------------------------------------------------------------------------------------- */


#header_box{
	padding: 3% 2% 2% 2%;
}
.logo {
	width: 59%;
	float: left;
}
.contact{
	width: 41%;
	float: right;
	text-align: right;
}
.contact li{
	width: 46%;
	float: right;
	margin-left: 4%;
}

/* 
--------------------------------------------------
 ▽ #gnav 
-------------------------------------------------- */
/*------ dropdown ------*/
#gnav {
	padding-top:0;
	margin-bottom: 0px;
}
#gnav {
	display:none;
	margin:0 auto;
}
.dropdown_wrap {
	margin-bottom: 15px;
}
#gnav ul.dropdown {
	border-top: 5px solid #fedee3;
	border-bottom: 5px solid #fedee3;
}
#gnav ul.dropdown li {
	clear:left;
	border-top:#afafaf dashed 1px;
}
#gnav ul.dropdown a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;	
	padding: 10px 10px;
}
#gnav ul.dropdown li:first-child { border-top: none;}
#gnav ul.dropdown a span{
	color: #333333;
	display:block;
	background:url(../images/commom/arrow02.gif) no-repeat right center;
	background-size: auto 13px;
}

/* 
----------------------------------------------------------------------------------------------------
 □ #content
---------------------------------------------------------------------------------------------------- */
#content {
	padding: 0 10px;
}

/*

/* 
----------------------------------------------------------------------------------------------------
 □ #page_area
---------------------------------------------------------------------------------------------------- */
#page_area {}

/* 

----------------------------------------------------------------------------------------------------
  □ #main_area
---------------------------------------------------------------------------------------------------- */
#main_area{
	width: 620px;
}



/* 
----------------------------------------------------------------------------------------------------
 □ #Footer
---------------------------------------------------------------------------------------------------- */
.pagetop{
	text-align: center;
	margin: 70px 40% 15px 40%;
}

/*
 --------------------------------------------------
 ▽ #site_footer
 -------------------------------------------------- */

#footer_box{
	padding: 3% 2% 2% 2%;
}

/* --- footer_link --- */
#footer_link h3{
	display:block;
	text-align:center;
	padding: 15px 0;
	color: #FFF;
	font-size: 130%;
	background: #f98896;
}
#footer_link  {
	background: #f7f6f5;
}
#footer_link li {
	border-top:#e3e2e2 solid 1px;
}
#footer_link li:first-child { border-top: none;}
#footer_link a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;	
	padding: 10px 15px;
}
#footer_link a span{
	color: #333;
	display:block;
	background:url(../images/commom/arrow01.gif) no-repeat right center;
	background-size: auto 13px;
}

/* --- address --- */
#address{
	text-align: center;
	padding: 20px 3%;
	box-sizing: border-box;
}
#address .logo_f{ 
	display: block;
	padding: 0 15%;
	box-sizing: border-box;
}
#address .map_f{ 
	padding: 0 20%;
}
#address p{	margin: 3% 0; text-align: left;  }
#address p span{
	display: inline-block;
	background: url(../images/commom/ico_train.gif) no-repeat left center;
	background-size: 17px auto;
	padding-left: 25px;
}
#address table{
	text-align: left;
	margin-top: 3%;
}
#address table th,
#address table td{ padding: 5px; }

/* --- banner_f --- */
.banner_f{
	text-align: center;
	padding: 10px;
	background: #f7f6f5;
}
.banner_f li{ margin-top: 10px;}
.banner_f li:first-child{ margin: 0px;}

/* --- tel_f --- */
#tel_f{
	text-align: center;
	padding: 20px 5%;
	box-sizing: border-box;
}
#tel_f p{
	color: #1475a2;
	padding-bottom: 10px;
}
#tel_f span{
	display: block;
	color: #f95f72;
	padding-top: 10px;
}

/* --- btn_pc --- */
.btn_pc{
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #f9adb7;
}
.btn_pc span{
	display: inline-block;
	background: url(../images/commom/ico_pc.png) no-repeat left center;
	background-size: 20px auto;
	color: #FFF;
	padding: 20px 30px;
}

/* --- copy_right --- */
#copy_right p{
	font-size: 10px;
	padding: 10px;
	text-align: center;
}
/* 
--------------------------------------------------
 ▽ .section 
-------------------------------------------------- */

.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}


.container .img{
	width: 40%;
}
.container .msg{
	width: 57%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_txt_r .img{
	margin-left: 2%;
}
.flow_txt_l .img{
	margin-right: 2%;
}
.txt_c{ text-align: center;}

.con_full .img{
	width: 70%;
	text-align: center;
	float: none;
	margin: 0 auto 2% auto;
}
.con_full .msg{
	width: 100%;
	float: none;
}

/* table style */

.tb_style {
	width: 100%;
    border-collapse: separate;
    border-top: 1px solid #dddddd;
}
.tb_style th {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
    padding: 5px 15px;
		vertical-align: middle;
    text-align: left;
}
.tb_style td span {
    border-left: 1px solid #dddddd;
    display: block;
    padding: 15px 5px 12px 15px;
}
.tb_style td {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}


.more{
	display: block;
	text-align: right;
	margin-top: 5px;
}
.more a{font-size: 90%;}

/*
 ====================================================================================================
 ■ .title
 ---------------------------------------------------------------------------------------------------- */
.tit_main{
	margin-bottom: 15px;
}

.tit_sub{
	margin-bottom: 4%;
	background: url(../images/commom/bg_tit_sub01.gif) repeat-x top;
	background-size: auto 3px;
}
.tit_sub span{
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	background: url(../images/commom/bg_tit_sub02.gif) repeat-x top;
	background-size: auto 3px;
	padding: 2% 2% 0 2%;
}
.tit_section{
	font-size: 110%;
	background: #f7f6f5;
	border-left: 4px solid #F98896;
	padding: 7px 10px;
	font-weight: normal;
	margin-bottom: 4%;
}
.tit_topic{
	font-size: 110%;
	border-bottom: 3px solid #F98896;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 3%;
}
.tit_item{
	margin-bottom: 3%;
}
.tit_page{
	margin-bottom: 3%;
}
.tit_image{
	margin-bottom: 4%;
}
/*
 ====================================================================================================
 ■ .pagenation
 ---------------------------------------------------------------------------------------------------- */

#pagenation {
	margin-top: 20px;
}

#pagenation ul li.next_link {
	float:right;
}
#pagenation ul li.back_link {
	float:left;
}
#pagenation ul li.list {
	float:left;
	margin-left: 10px;
}


/*
 ====================================================================================================
 ■ .bg_box
 ---------------------------------------------------------------------------------------------------- */
.section_box{
	margin: 0 10px;
}

/*
 ====================================================================================================
 ■ #topicPath
 ---------------------------------------------------------------------------------------------------- */
#topicPath {	
	display: block;
	margin-bottom: 15px;
}
#topicPath li {
	font-size: 9px;
	display: inline;
	color: #666;
}

#topicPath li a {
	text-decoration: none;
	padding-right: 10px;
	background: url("../images/commom/topicpath_arrow.gif") no-repeat right center;
	background-size: 6px auto;
	color: #000;
	font-size: 9px;
}
.top_info {
	background: url("../images/commom/arrow03.gif") no-repeat 3px center / 14px 14px;
    padding: 0 10px 0 20px;
}

.line_box{
	padding:15px;
	border: 1px dotted #d8cdb1;
}

.highlight{
	padding:15px;
	margin-bottom:20px;
	border: 1px dotted #e5e5e5;
	background-color: #FAFAFA;
	clear:both;
}

.shadow{
	background-image: url(../images/commom/bg_shadow_t.gif),url(../images/commom/bg_shadow_b.gif);
	background-position: top, bottom;
	background-repeat: repeat-x;
	padding: 10px 0;
}
/*
 ====================================================================================================
 ■■■ PAGE TOP
 ---------------------------------------------------------------------------------------------------- */
/* 
--------------------------------------------------
 ▽ .slide_box 
-------------------------------------------------- */
.slide_box {
	width:640px;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.swiper-pagination-switch {
	display: inline-block;
	cursor: pointer;
}
.swiper-slide {
	float: left;
}
.pagination {
	z-index: 2px;
	position:absolute;
	bottom: 15px;
	left: 45%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	background: #777777;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #f9909d;
}

/* 
--------------------------------------------------
 ▽ #menu 
-------------------------------------------------- */
#menu ul { position: relative; margin: 3% 0;}
#menu li{
	width: 30.7%;
	float: left;
	margin-left: 2%;
	/*margin: 10px 0 10px 5px;*/
}

.wrap_section{ padding: 0 3%;}
.mb_clear{ margin-bottom: 0px !important;}


.btn_more{
	text-align: center;
}
.btn_more a{
	width: 150px;
	display: inline-block;
	padding: 10px 0;
	background: #f98896;
	color: #FFF;
	text-decoration: none;
}

/*
 ====================================================================================================
 ■■■ page_index
 ---------------------------------------------------------------------------------------------------- */

#main_area.page_index{ 
	width: 640px;
}
.page_index section {
	margin-bottom:6%;
}
.page_index .container {
	margin-bottom:5%;
}
.page_index .item_box ul{
	padding-top: 3%;
}
.page_index .item_box li{
	float: left;
	width: 45.5%;
	margin: 0 0 3% 3%;	
}
.page_index .item_box2 ul{
	padding-top: 3%;
}
.page_index .item_box2 li{
	float: left;
	width: 29.5%;
	margin: 0 0 3% 3%;	
}
.page_index .title_top{
	padding: 3% 0;
}
.page_index .gray_box{
	background-color: #f7f6f5;
}

/* --- colum --- */
.page_index .colum{
	border-bottom: 1px solid #ddd;
	padding-bottom:6%;

}
.page_index .btn_more{
	clear: both;
	padding-top: 4%;
}

/* --- intro --- */
.page_index .intro{
	background: url(../images/index/bg_intro.jpg) no-repeat center top;
	background-size: cover;
	padding: 7% 3%;
}
.page_index .intro p{ width: 70%; }

/* --- news_box --- */
.page_index .news_box li{
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.page_index .news_box li span{
	display: block;
}

.page_index .news_box .con_line{ 
	border-bottom: 1px solid #ddd;
	padding-bottom: 3%;
}
.page_index .news_box .btn_more{ padding-top: 0px; }

/*---------- page_feature -------------*/
.page_feature .tit_image{
	background: url(../images/feature/bg_ph_title.png) repeat-x;
}
/*---------- End page_feature -------------*/


/* --- page_info --- */
.page_info .sec_p p{
	margin-bottom: 15px;
}
.page_info .tb_style th{ width: 25%; }
.page_info .tb_style td li em{
	display: block;
	font-style: normal;
	font-weight:bold;
	background: url(../images/info/bg_info01.gif) no-repeat left 6px;
	background-size: 7px auto;
	padding-left: 10px;
}

.page_info .tb_style td li em.emblue{
	display: block;
	font-style: normal;
	font-weight:bold;
	background: url(../images/info/bg_info02.gif) no-repeat left 6px;
	background-size: 7px auto;
	padding-left: 10px;
}

.page_info .tb_style td img{ width: 28%; float:left; }
.page_info .tb_style td em.application{
	display: block;
	font-style: normal;
	font-weight:bold;
	margin-top: 10px;
}


/* --- End page_info --- */

/*---------- page_guide -------------*/
.page_guide .pagination { position: static; margin-top: 10px;}
.page_guide .tit_icon{
	font-size:110%;
	font-weight:normal;
	padding:10px;
	margin-bottom:15px;
	border:#CACACA solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.page_guide .tit_icon span{
	display: inline-block;
	padding: 6px 0 0 5px;
}
.page_guide .tit_icon img{
	width:30px;
	display: inline-block;
}
.page_guide .tit_number{
	margin-bottom:10px;
	font-size:110%;
	font-weight:normal;
}
.page_guide .tit_number span{
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 5px;
	border-bottom:#F98896 solid 2px;
}
.page_guide .col2_box {
	width:100%;
	margin-bottom:15px;
}
.page_guide .col2 {
	float:left;
	width:47%;
	margin:0 0 0 6%;
}
.page_guide .col2:first-child{
	margin-left:0;
}
.page_guide .col2 p{
	padding-left:6%;
	margin-top:5%;
}
.page_guide .list_room a{
	display:block;
	margin-bottom:10px;
}
.page_guide .list_room .col2{
	text-align:center;
}
.page_guide .list_dot li{
	margin-bottom: 10px;
}
/*---------- End page_guide -------------*/

/*---------- page_intro -------------*/
.page_intro .tb_style{
	margin-bottom:15px;
}
.page_intro .hl_list li,
.page_intro .highlight_intro {
	padding:10px;
}
.page_intro .hl_list li:nth-child(odd),
.page_intro .highlight_intro {
	background: #F7F6F5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
/*---------- End page_intro -------------*/

/* --- page_seminar --- */
.page_seminar .tb_style th{
	width: 15%;
}
.page_seminar .tb_style td em.txt_m{
	margin: 10px 0;
	font-style: normal;
	display: block;
}
.page_seminar .tb_style td em.txt_pink{
	color: #F98896;
	font-style: normal;
	font-weight:bold;
	display: block;
}
/* --- End page_seminar --- */

/*------ page_price ------*/
.page_price dl{
	display:block;
	margin-bottom:20px;
	}
.page_price dt{
  background: url(../../common/images/price/ic_001.png) no-repeat left 5px;
  padding-left: 15px;
	}
.page_price dd{
	color:#f9909d;
	font-weight:bold;
	padding:5px 15px;
	}
.page_price td { vertical-align: middle; padding-left: 20px; }
.page_price td em.txt{
	width: 200px;
	display: inline-block;
	font-style: normal;
	}
.page_price td em.price{
	font-style: normal;
	}
.page_price td em.txt_b{
	font-style:normal;
	font-weight:bold;
	display: block;
	margin-bottom: 5px;
}
.page_price .bg_gray{ background-color: #F7F6F5; }
.page_price .sty_td{ padding: 20px; }
.page_price .clear_bdl{
	border-left:none !important;
	}
.page_price .price{
	color:#f9909d;
	font-weight:bold;
}
/*------ End page_price ------*/

/*------ page_form ------*/
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
	color:#000;
}
/*------ End form ------*/