@charset "utf-8";

/*html5doctor.com Reset Stylesheetv1.6.1
============================================= */
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, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

/*body {
	line-height:1;
}*/

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,li,ol {
	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;
}

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;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

html {
	scroll-behavior: smooth;
}

/*電話番号表示設定
========================= */
#tell {
    width: 992px;
    margin: 2em auto;
}
#contact-box{
	width:960px;
	background:#FFF;
	border: 4px solid #CCBC7A;
	padding:18px;
	margin:16px auto;
	border-radius:6px;
}
.contact-name{
	color:#806702;
	font-size:23px;
	text-align:center;
	border-bottom:1px solid #CCBC7A;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom:20px;
}
#contact-box .box01{
    width: 100%;
    display: inline-flex;
    justify-content: space-around; 
    position: relative;
    margin: 10px 0;
}
.contact-area{
    width: 48%;
    font-size: 1.2em;
    line-height: 1.2;
    padding-left: 2em;
    padding-top: 1%;
}
.contact-tel{ 
	width:60%;
	font-size:13px;
	line-height: 1.2; 
	display: inline-flex;
	align-items: baseline;
	position:relative;
}
.titletxt{
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
}
.titlesubtxt{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-left:15px;
}
.contact-tel ul{
	width: 80%;
    position: absolute;
    top: -5px;
    left: 0;
    text-align: left;
}
.ic-tel{
    width: 11%;
    background: #CE0000;
    border-radius: 5px;
    margin-left: 5em;
    padding: 0;
}
.ic-tel img{
	vertical-align:bottom;
	width:50px;
	height:50px;
}
.contact-tel ul li{
	display:block;
	vertical-align:top;
}
.contact-tel .titletel{
	font-size: 2.4em;
	font-weight: 900;
	color: #CE0000;
	line-height: 120%; 
	text-align:right;
}
.contact-tel .titleeigyo{
	font-size: 12px;
	line-height:normal;
	text-align:right;
}
.search-btn{ border: 4px solid #E4D29A; background:#BB993A; width:70%; margin: 0 auto;text-align: center;}
.search-btn a{ padding:8px 10px; display: block;}
.is-box-sizing{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}


/*下部特集一覧&お問い合わせ
========================= */
#feature {
	width:960px;
	margin:0 auto;
}
#feature .theme-ttl{
	text-align: center;
    font-size: 1.125rem;
    font-weight: 900;
    padding: 10px;
    background: #266ece;
    color: #FFF;

}
#feature #slider{
	margin:0;
}
#feature .slick-slider{
    padding:0 45px;
}
ul#slider li{
	font-size:.8em;
	margin: .5rem;
    text-align: center;
    box-shadow: 1px 1px 1px #999;
}
#feature ul.moreRecommend {
	margin:1em  0;
	width:100%;
	display:flex;
	justify-content: space-between; 
}
#feature ul.moreRecommend li{
	width: 48%;
    margin: 0;
    text-decoration: none;
}
#feature .moreRecommend a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 4% 0;
	color: #004098;
	border-radius: 3px;
	font-size:1.2em;
	border:solid 1px #DEDEDE;
	text-decoration: none;
}
#feature .moreRecommend a.kaigai{
	background-color:#030987;
	color:#FFF;
}
#feature .moreRecommend a.dome{
	background-color:#02a231;
	color:#FFF;
}
#feature .moreRecommend a:after{
	content:'＞';
	color:#FFF;
}

/*必ずお読みください
========================= */
#notice {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 2em;
}
#notice h4 {
	background: #eee;
}
#notice ul {
	margin: .5em 20px 1.5em;
}
#notice li {
	list-style-type: disc;
	margin-left: 1.5em;
}
#notice p {
	margin: .5em 20px 1.5em;
}



/*スマホ設定
========================= */
@media screen and (max-width: 479px) {
	#header div.sp,.sp{
		display:block;
	}
	#header div.pc,.pc{
		display:none;
	}
	html, body {
		min-width: 320px;
	}
}

/*iphoneXの横
========================= */
@media screen and (max-width: 896px) and (orientation:landscape){
	.pc{
		display:none;
	}
	/*スマホ版表示*/
	.sp{
		display:block;
	}
}