@charset "UTF-8";

.sw-pager:after,
.sw-entry:after,
.sw-list:after,
.sw-well:after,
.section:after,
section:after,
.sw-block1:after,
.sw-block2:after,
.sw-block3:after,
.sw-block4:after,
.sw-block5:after,
.sw-block6:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.sw-pager,
.sw-entry,
.sw-list,
.sw-well,
section,
.sw-block1,
.sw-block2,
.sw-block3,
.sw-block4,
.sw-block5,
.sw-block6{
	zoom: 1;
}

.sw-edit h1,
.sw-edit h2,
.sw-edit h3,
.sw-edit h4,
.sw-edit h5,
.sw-edit h6{
	clear: both;
}


/* margin */
.sw-margin-bottom-xl {
	margin-bottom: 40px !important;
}
.sw-margin-bottom-lg {
	margin-bottom: 30px !important;
}
.sw-margin-bottom-xm {
	margin-bottom: 20px !important;
}
.sw-margin-bottom-md {
	margin-bottom: 12px !important;
}
.sw-margin-bottom-sm {
	margin-bottom: 6px !important;
}
.sw-margin-bottom-xs {
	margin-bottom: 3px !important;
}

.sw-margin-tb-40 {
	margin: 40px 0 40px 0 !important;
}
.sw-padding-tb-20 {
	padding: 20px 0 20px 0 !important;
}
.sw-padding-tb-30 {
	padding: 30px 0 30px 0 !important;
}
.sw-padding-tb-40 {
	padding: 40px 0 40px 0 !important;
}
.sw-padding-tb-50 {
	padding: 50px 0 50px 0 !important;
}
.sw-padding-tb-60 {
	padding: 60px 0 60px 0 !important;
}

.sw-padding-tb-45_40 {
	padding: 45px 0 40px 0 !important;
}
.sw-padding-tb-40_20 {
	padding: 40px 0 20px 0 !important;
}

/* font size */
.sw-text-xxlg {
	font-size: 2.5em !important; /* 40px */
}
.sw-text-xlg {
	font-size: 2.0em !important; /* 32px */
}
.sw-text-lg {
	font-size: 1.750em !important; /* 28px */
}
.sw-text-xmd {
	font-size: 1.375em !important; /* 22px */
}
.sw-text-md {
	font-size: 1.125em !important; /* 18px */
}
.sw-text-nml {
	font-size: 1.0em !important; /* 16px */
}
.sw-text-sm {
	font-size: 0.875em !important; /* 14px */
	line-height: 170% !important;
}
.sw-text-xsm {
	font-size: 0.750em !important; /* 12x */
}

/* text position */
.sw-text-center{
	text-align: center;
}
.sw-text-right{
	text-align: right;
}
.sw-text-left{
	text-align: left;
}

.sw-text-space1{
	letter-spacing: 1px;
}
.sw-text-space2{
	letter-spacing: 2px;
}
.sw-text-space3{
	letter-spacing: 3px;
}

.sw-text-strong{
	font-weight: bold;
}

span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-orange{
	border-bottom: 2px solid #6687b0;
	padding-bottom: 6px;
}

/* text highlight */
span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-yellow{
	padding-bottom: 2px;
	border-bottom: 4px solid #FFFF00;
	padding-bottom: 6px;
}


span.marker-yellow{
	background: linear-gradient(transparent 60%, #fff4c9 60%);
}



/* text link */
a {
	color:#333;
	text-decoration: underline;
}
a:hover {
	color: #000B59;
	text-decoration: none;
}

a.sw-line-none {
	color:#333 !important;
	text-decoration: none !important;
}
a:hover.sw-line-none{
	color:#000B59 !important;
	text-decoration: underline !important;
}

a.sw-color-theme{
	color:#000B59 !important;
	text-decoration: underline !important;
}
a:hover.sw-color-theme{
	color:#AAA !important;
	text-decoration: none !important;
}
a.sw-color-theme-line-none{
	color:#000B59 !important;
	text-decoration: none !important;
}
a:hover.sw-color-theme-line-none{
	color:#AAA !important;
	text-decoration: underline !important;
}
a.sw-color-black-line-none{
	color:#000 !important;
	text-decoration: none !important;
}
a:hover.sw-black-theme-line-none{
	color:#000B59 !important;
	text-decoration: underline !important;
}


a.sw-color-orange{
	color:#fe5f00 !important;
	text-decoration: none !important;
}
a:hover.sw-color-orange{
	color:#fe5f00 !important;
	text-decoration: underline !important;
}
a.sw-color-white{
	color:#FFF !important;
	text-decoration: underline !important;
}
a:hover.sw-color-white{
	color:#FFF !important;
	text-decoration: none !important;
}
a.sw-color-black{
	color:#000 !important;
	text-decoration: underline !important;
}
a:hover.sw-color-black{
	color:#6687b0 !important;
	text-decoration: none !important;
}

.sw-text-theme{
	color: #6687b0 !important;
}
.sw-text-white{
	color: #FFF !important;
}
.sw-text-black{
	color: #000 !important;
}

.sw-text-grayl{
	color: #999 !important;
}
.sw-text-grayd{
	color: #666 !important;
}
.sw-text-orange{
	color: #FF6600 !important;
}




.sw-bg-theme{
	background-color:#6687b0;
}
.sw-bg-gray{
	background-color:#efefef;
}
.sw-bg-glayh {
	background-color: #222;
}
.sw-bg-glayl {
	background-color: #efefef;
}
.sw-bg-white {
	background-color: #FFF;
}
.sw-bg-orange {
	background-color: #FF6600;
}
.sw-bg-beige{
	background-color: #efe7e0;
}





/* image */
img[class*="wp-image-"] {
	height: auto;
}

.sw-img-round-corners img{
	border-radius: 5px;
}
.sw-img-round-circle img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.sw-img-over {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.sw-img-over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}





/* Rule */
hr{
	clear: both;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom:1px solid #DDD;
	margin: 24px 0;
}


/* button */
.sw-btn{
	font-size: 1.0em;
	font-family: 'Noto Serif JP', serif;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
}
.sw-btn a{
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 16px 10px 16px;
	display: block;
	color: #333;
	text-decoration: none;

}
.sw-btn a:hover{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 16px 10px 16px;
	display: block;
	color: #111;
	text-decoration: none;
}


button.btn {
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 12px 8px 12px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
button.btn:hover{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 12px 8px 12px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}



.sw-btn-xsm{
	font-size: 0.75em;
	line-height: 160%;
	padding: 6px 8px;
}
.sw-btn-xsm a{
	padding: 6px 8px;
}
.sw-btn-xsm a:hover{
	padding: 6px 8px;
}


.sw-btn-sm{
	font-size: 0.875em;
	line-height: 160%;
}
.sw-btn-sm a{
	padding: 8px 12px 9px 12px;
}
.sw-btn-sm a:hover{
	padding: 8px 12px 9px 12px;
}

.sw-btn-md{
	font-size: 1.25em;
	line-height: 160%;
}
.sw-btn-md a{
	padding: 14px 28px 15px 28px;
}
.sw-btn-md a:hover{
	padding: 14px 28px 15px 28px;
}

.sw-btn-lg{
	font-size: 1.8em;
	line-height: 180%;
}
.sw-btn-lg a{
	padding: 20px 40px 21px 40px;
}
.sw-btn-lg a:hover{
	padding: 20px 40px 21px 40px;
}

.sw-btn-full{
	width: 100%;
}

.sw-btn-half{
	width: 50%;
}
.sw-btn-adjust{
	display: inline-block;
}

.sw-btn-white a{
	background: #fff;
	border:1px solid #111;
	color: #333;
}
.sw-btn-white a:hover{
	background: #CCC;
	border:1px solid #CCC;
	color: #333;
}
.sw-btn-orange a{
	background: #f75d00 !important;
	border:1px solid #f75d00 !important;
	color: #FFF;
}
.sw-btn-orange a:hover{
	background: #CCC !important;
	border:1px solid #CCC !important;
	color: #666;
}
.sw-btn-theme a,
button.btn-theme {
	background: -moz-linear-gradient(left, #6688b0, #5b5698);
	background: -webkit-linear-gradient(left, #6688b0, #5b5698);
	background: linear-gradient(to right, #6688b0, #5b5698);
	border:none !important;
	color: #FFF !important;
}
.sw-btn-theme a:hover,
button.btn-theme:hover{
	background: #5b5698 !important;
	border:none !important;
	color: #FFF !important;

}

.sw-btn-round-circle a,
.sw-btn-round-circle a:hover{
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
}


.sw-btnType1,
.sw-btnType2{
	display: block;
	background:#d1eae8;
	border-radius: 5px;
	padding: 26px 26px 26px 26px;
	color: #166a5d;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s
}
/* ボタン（グレーシャドウ） */

.sw-btnType1 a{
	display: block;
	background:#d1eae8;
	border-radius: 5px;
	padding: 26px 26px 26px 26px;
	color: #166a5d;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s
}
.sw-btnType1 a:hover{
	display: block;
	background:#CCC;
	border-radius: 5px 5px 5px 5px;
	padding: 26px 26px 26px 26px;
	color: #166a5d;
	text-decoration: none;
}

.sw-btnType2{
	border:5px solid #47ada2;
	background-color: #f6f6f6;
	font-size: 1.0em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s
}
.sw-btnType2 a{
	padding: 26px 26px 26px 26px;
	display: block;
	color: #000;
	background-color: #f6f6f6;
	text-decoration: none;
}
.sw-btnType2 a:hover{
	padding: 26px 26px 26px 26px;
	display: block;
	color: #666;
	background-color: #FFF;
	text-decoration: none;
}



/* column */
.sw-well {
	padding: 20px 30px 20px 30px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
}

.sw-well-border-no {
	border: none;
}

.sw-well-border-strong {
	border: 3px solid #DEDEDE;
}

.sw-well-lg {
	padding: 36px 36px 36px 36px;
	border-radius: 3px;
}
.sw-well-sm {
	padding: 12px;
	border-radius: 3px;
}

.sw-well-white {
	background-color: #FFF;
}

.sw-well-grayl {
	background-color: #EFEFEF;
}


.sw-well-green {
	background-color: #d0efef;
}
.sw-well-white-alpha {
	background-color: rgba(255,255,255,0.6);
	border: none;
}


.sw-well-border-no {
	border: none;
}

.sw-well-border-orange {
	border: 1px solid #6687b0;
}


.sw-well p:last-child {
	margin-bottom: 0 !important;
}



.sw-divider{
	border-bottom:1px solid #DEDEDE;
	color: #DEDEDE;
	padding: 0;
	margin: 0;
}
.sw-divider-sm{
	margin: 10px 0 10px 0;
}
.sw-divider-md{
	margin: 20px 0 20px 0;
}
.sw-divider-md{
	margin: 50px 0 50px 0;
}


/* 共通 */
.sw-balloon {
	display:inline-block;
	position: relative;
	border-radius:3px;
}
.sw-balloon:before {
	position: absolute;
	content: " ";
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.sw-balloon-inner {
	padding:1.2em 1.5em 0.6em 1.5em;
	background:#fff;
	border-radius:2px;
	/* transform z-index hack */
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.sw-shadow, .shadow:before {
 box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
 background:#fff;
}
/* 下中央（ぼかしなし） */
.sw-balloon-bottom:before {
 bottom: -7px;
 left: 50%;
 margin-left: -10px;
}
/* 上中央（ぼかしなし） */
.sw-balloon-top:before {
 top: -7px;
 left: 50%;
 margin-left: -10px;
}
/* 左中央（ぼかしなし） */
.sw-balloon-left:before {
 left: -7px;
 top: 50%;
 margin-top: -10px;
}
/* 右中央（ぼかしなし） */
.sw-balloon-right:before {
 right: -7px;
 top: 50%;
 margin-top: -10px;
}
/* 水平垂直距離0（ぼかし） */
.sw-shadow2, .shadow2:before {
 box-shadow: 0 0 4px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
 background:#fff;
}
/* 下方向（ぼかしなし） */
.sw-shadow3 {
	box-shadow: 0 3px #CCC;
	-webkit-box-shadow: 0 3px #CCC;
	background:#fff;
}
.sw-shadow3:before {
	box-shadow: 3px 3px #CCC;
	-webkit-box-shadow: 3px 3px #CCC;
	background:#fff;
	position: absolute;
	left: 4.0em;
}
/* add */
.sw-line-under-double{
}
.sw-line-under-double span{
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 12px;
}
.sw-line-under-double span::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #000;
}
.sw-line-under-double span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	bottom: -5px;
}


.sw-line-title-double{
	position: relative;
	clear: both;
	text-align: center;
}
.sw-line-title-double:before {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.sw-line-title-double::after {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 60%;
	z-index: 1;
}

.sw-line-title-single{
	position: relative;
	clear: both;
	text-align: center;
}
.sw-line-title-single:before {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}


.sw-line-title-single span.white {
	background-color: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.sw-line-title-single span.beige {
	background-color: #efe7e0;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.sw-line-title-single span.glayl {
	background-color: #EFEFEF;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}



/* スクロールバー本体 */
.sw-scrollbar::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
.sw-scrollbar::-webkit-scrollbar:horizontal{
	width: 5px;
	background: #9aadfc;
}
/* スクロールバーの動く部分 */
.sw-scrollbar::-webkit-scrollbar-thumb{
	background: #459e94;
	border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.sw-scrollbar::-webkit-scrollbar-thumb:horizontal{
	background: #435295;
	border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.sw-scrollbar::-webkit-scrollbar-track-piece:start{
	background: #DDD;
}
/* スクロールバーの動く部分の後ろ */
.sw-scrollbar::-webkit-scrollbar-track-piece:end{
	background: #DDD;
}
/* スクロールバー角 */
.sw-scrollbar::-webkit-scrollbar-corner{
	background: transparent;
}


input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input[type="button"] {
	box-sizing: border-box;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #FFFFF5;
	border:1px solid #459e94;
	box-shadow:0px 0px 6px 3px #EFEFEF;
	border-radius:4px;
}

.sw-checkbox-input{
	display: none;
}
.sw-checkbox-label{
	padding-left: 22px;
	position:relative;
	margin-right: 20px;
}
.sw-checkbox-label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #6687b0;
	background-color: #6687b0;
	border-radius: 3px;
}
.sw-checkbox-input:checked + .checkbox-label{
	color: #6687b0;
}
.sw-checkbox-input:checked + .checkbox-label::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

select.select-box {
	background-color: #DDD;
	background-image: none;
	border: medium none;
	display: inline-block;
	font-size: 1.0em;
	height: 38px;
	padding: 0 24px;
	vertical-align: middle;
}

.sw-alphanumeric,
span.alphanumeric {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}
.sw-mincho,
span.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.sw-gothic,
span.gothic {
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
}

span.icon_category{
	background-color: #CCC;
	padding: 4px 8px;
	font-size: 0.625em;
	color: #FFF;
	line-height: 160%;
}

.bg-mundo {
	background:url(/images/common/bg_mundo.jpg);
	width: 100%;
	margin: auto;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.sw-img-normal{
	max-width: 100% !important;
	height: auto !important;
}

.sw-hide_pc{
	display: none;
}

span.break_pc{
	display: block;
}

/* background */
.sw-bg {
	min-width: 1040px;
}

.sw-inner{
	width: 1040px;
	margin: auto;
}

#badge{
	position: fixed;
	top: 64%;
	right: 0px;
	z-index:999;
	text-align:right;
}






/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{
	position: relative;
	margin-bottom: 60px;
}
#main-column1{
	width: 100%;
	position: relative;

}
#main-column2{
	float: left;
	width: 750px !important;
	position: relative;
}


/* エディター Class
-------------------------------------------- */

.sw-edit h1{
	font-size: 2.250em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #333;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.sw-edit h2{
	position: relative;
	padding: 0 0 0.6em 0;
	font-size: 1.813em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #333;
	line-height: 170%;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.sw-edit h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 47.5%;
	bottom: 0;
	width: 5%;
	height: 1px;
	box-sizing: border-box;
}
.sw-edit h2::after,
#contact-btm h1::after,
#main-column1 h1::after,
#main-column2 h1::after {
	bottom: 0;
	border-bottom: 3px solid #085696;
}

.sw-edit h3 {
	font-size: 1.625em;
	font-weight: 600;
	color: #333;
	line-height: 160%;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.sw-edit h4 {
	font-size: 1.250em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #111;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 12px 0 14px 6px;
	border-top: 2px solid #6fc7d5;
	border-bottom: 1px solid #DDD;
	margin-bottom: 16px;
}

.sw-edit h5 {
	background: rgba(102,135,176, 1.0);
	font-size: 1.250em;
	font-weight: 600;
	color: #FFF;
	line-height: 160%;
	letter-spacing: 1px;
	width: 100%;
	padding: 0.6em 0.0em 0.6em 0.9em;
	border-radius: 3px;
	margin-bottom: 10px;
}

.sw-edit h6 {
	font-size: 1.063em;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.sw-edit h6.orange {
	color: #333;
	border-left: 4px solid #6fc7d5;
}

.sw-edit p {
	font-size: 1.0em;
	color: #333;
	line-height: 190% !important;
	margin-bottom: 24px;
}

.sw-edit p.caption {
	font-size: 0.750em;
	line-height: 160%;
}

.sw-edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.sw-edit ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 16px;
}


.sw-edit ol li,
.sw-edit ul li{
	font-size: 1.0em;
	margin-bottom: 5px;
}

.sw-edit dt,
.sw-edit dd{
	font-size: 1.0em;
	line-height: 190% !important;
}



.sw-edit table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
.sw-edit table th{
	padding: 12px 8px 12px 8px;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;

}
.sw-edit table td{
	padding: 12px 8px 12px 8px;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}


.sw-edit table.sw-stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.sw-edit table.sw-stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
}
.sw-edit table.sw-stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}


.sw-edit table.sw-border{
	border: 1px solid #ddd;
}
.sw-edit table.sw-border th{
	border: 1px solid #ddd;
}
.sw-edit table.sw-border td{
	border: 1px solid #ddd;
}

.sw-edit table.sw-table-samewidth {
	table-layout: fixed !important;
}


.sw-edit table td ul li{
	font-size: 1.0em;
}

.sw-edit table p{
	font-size: 1.0em;
	margin-bottom: 18px;
	line-height:170%;
	margin-bottom: 0;
}

.sw-edit p a,
.sw-edit ol li a,
.sw-edit ul li a{
	color:#333;
	text-decoration: underline;
}
.sw-edit p a:hover,
.sw-edit ol li a:hover,
.sw-edit ul li a:hover{
	color:#6687b0;
	text-decoration: none;
}
.sw-edit table td a{
	color:#6687b0;
	text-decoration: underline;
}
.sw-edit table td a:hover{
	color:#333;
	text-decoration: none;
}

.sw-edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.sw-edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Serif JP', serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.sw-edit blockquote p{

}
.sw-edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.sw-edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.sw-edit p.category{
	font-size: 1.3em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.sw-edit p.category a{
	color: #529EC4;
	text-decoration: underline;
}
.sw-edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}


/* レイアウト
-------------------------------------------- */
.sw-block1 .sw-box{
	width: 100%;
}

.sw-block2 .sw-box{
	float: left;
	width: 46%;
}
.sw-block2 .sw-box:nth-child(odd){
	clear: both;
}
.sw-block2 .sw-box:nth-child(even){
	float: right;
}

.sw-block3 .sw-box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.sw-block3 .sw-box:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.sw-block3 .sw-box:nth-child(3n+1) {
	clear: both;
}

.sw-block4 .sw-box{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.sw-block4 .sw-box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.sw-block4 .sw-box:nth-child(4n+1) {
	clear: both;
}


.sw-block5 .sw-box{
	float: left;
	width: 17%;
	margin-right: 3.7%;
}
.sw-block5 .sw-box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.sw-block5 .sw-box:nth-child(5n+1) {
	clear: both;
}

.sw-block6 .sw-box{
	float: left;
	width: 15%;
	margin-right: 2.0%;
}
.sw-block6 .sw-box:nth-child(6n) {
	float: right;
	margin-right: 0;
}
.sw-block6 .sw-box:nth-child(6n+1) {
	clear: both;
}
.sw-block60-40 .sw-box{
	float: left;
}

.sw-block80-20 .sw-box:nth-child(odd){
	clear: both;
	width: 60%;
}
.sw-block80-20 .sw-box:nth-child(even){
	float: right;
	width: 18%;
}


.sw-block60-40 .sw-box:nth-child(odd){
	clear: both;
	width: 56%;
}
.sw-block60-40 .sw-box:nth-child(even){
	float: right;
	width: 38%;
}

.sw-block50-50 .sw-box{
	float: left;
}
.sw-block50-50 .sw-box:nth-child(odd){
	clear: both;
	width: 47%;
}
.sw-block50-50 .sw-box:nth-child(even){
	float: right;
	width: 47%;
}

.sw-entry {
	position: relative;
}
.sw-entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.sw-entry a.entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.sw-entry .image{
	position: relative;
}
.sw-entry .image span.icon_genre{
	position: absolute;
	top: 0;
	left:0;
	background-color: #166A5D;
	padding: 6px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}
.sw-entry p:last-child{
	margin-bottom: 0 !important;
}


.sw-entry .image{
}
.sw-entry .image img{
	max-width: 100%;
	height: auto;
}

.sw-entry .image-left{
	float: left;
}



.sw-entry-image-l-10{
}
.sw-entry-image-l-10 .image{
	float: left;
	width: 12%;
}
.sw-entry-image-l-10 .text{
	float: right;
	width: 84%;
}
.sw-entry-image-r-10{
}
.sw-entry-image-r-10 .image{
	float: right;
	width: 12%;
}
.sw-entry-image-r-20 .text{
	float: left;
	width: 84%;
}

.sw-entry-image-l-20{
}
.sw-entry-image-l-20 .image{
	float: left;
	width: 16%;
}
.sw-entry-image-l-20 .text{
	float: right;
	width: 78%;
}
.sw-entry-image-r-20{
}
.sw-entry-image-r-20 .image{
	float: right;
	width: 16%;
}
.sw-entry-image-r-20 .text{
	float: left;
	width: 78%;
}


.sw-entry-image-l-30{
}
.sw-entry-image-l-30 .image{
	float: left;
	width: 26%;
}
.sw-entry-image-l-30 .text{
	float: right;
	width: 68%;
}
.sw-entry-image-r-30{
}
.sw-entry-image-r-30 .image{
	float: right;
	width: 26%;
}
.sw-entry-image-r-30 .text{
	float: left;
	width: 68%;
}

.sw-entry-image-l-40{
}
.sw-entry-image-l-40 .image{
	float: left;
	width: 36%;
}
.sw-entry-image-l-40 .text{
	float: right;
	width: 58%;
}
.sw-entry-image-r-40{
}
.sw-entry-image-r-40 .image{
	float: right;
	width: 36%;
}
.sw-entry-image-r-40 .text{
	float: left;
	width: 58%;
}





.sw-entry-image-l-50{
}
.sw-entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.sw-entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.sw-entry-image-r-50{
}
.sw-entry-image-r-50 .image{
	float: right;
	width: 47.5%;
}
.sw-entry-image-r-50 .text{
	float: left;
	width: 47.5%;
}




.sw-entry-image-l-80{
}
.sw-entry-image-l-80 .image{
	float: left;
	width: 76.5%;
}
.sw-entry-image-l-80 .text{
	float: right;
	width: 23%;
}


.sw-entry-image-l-50{
}
.sw-entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.sw-entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.sw-entry-image-r-50{
}
.sw-entry-image-r-50 .image{
	float: right;
	width: 47.5%;
}
.sw-entry-image-r-50 .text{
	float: left;
	width: 47.5%;
}


.sw-offset-95{
	width: 95%;
	margin: auto;
}
.sw-offset-90{
	width: 90%;
	margin: auto;
}
.sw-offset-80{
	width: 80%;
	margin: auto;
}
.sw-offset-70{
	width: 70%;
	margin: auto;
}
.sw-offset-60{
	width: 60%;
	margin: auto;
}
.sw-offset-50{
	width: 50%;
	margin: auto;
}
.sw-offset-40{
	width: 40%;
	margin: auto;
}
.sw-offset-30{
	width: 30%;
	margin: auto;
}
.sw-offset-20{
	width: 20%;
	margin: auto;
}
.sw-offset-10{
	width: 10%;
	margin: auto;
}

.sw-image-w-10 img{
	width: 10% !important;
	height: auto;
}
.sw-image-w-20 img{
	width: 20% !important;
	height: auto;
}
.sw-image-w-30 img{
	width: 30% !important;
	height: auto;
}
.sw-image-w-40 img{
	width: 40% !important;
	height: auto;
}
.sw-image-w-50 img{
	width: 50% !important;
	height: auto;
}
.sw-image-w-60 img{
	width: 60% !important;
	height: auto;
}
.sw-image-w-70 img{
	width: 70% !important;
	height: auto;
}
.sw-image-w-80 img{
	width: 80% !important;
	height: auto;
}
.sw-image-w-90 img{
	width: 90% !important;
	height: auto;
}


.sw-entry p.title{
	font-size: 1.125em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.25em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 24px !important;
}




/* お問い合わせ
-------------------------------------------- */

input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 1.0em;
	color: #111;
	height: 46px;
	padding: 6px 10px;
	background: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	margin: 4px 4px;
}

.form-group label{
	font-weight: bold;
	font-size:1.0em;
	line-height: 160%;
	margin-bottom: 10px !important;
}

.form-group{
	margin-bottom: 35px; 
}
.form-group p,
p.error_text{
	margin: 0;
	padding: 0;
}
.form-group-title{
	margin-bottom: 30px; 
	border-left: 3px solid #6687b0;
	padding-left: 22px;
}

p.form-title{
	font-size: 1.0em;
	font-weight: 600;
	margin-bottom: 2px;
}

.field{
	width:99% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;
	color:#444;
}
.field-lg{
	width:96% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;
	color:#444;
}
.field-md{
	width:80% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;
;
	color:#444;
}
.field-sm{
	width:50% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;

	color:#444;
}
.field-xsm{
	width:24% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;
	color:#444;
}

.field-00_140{
	width:99%;
	height:140px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#444;
}
.field-00_60{
	width:99%;
	height:60px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#444;
}

span.must {
	color:#FF6600;
	font-size:0.750em;
}


.mwform-radio-field .mwform-radio-field-text{
	font-weight: normal !important;

}


}











/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

img{
	max-width: 100%;
	height: auto;
}

.sw-hide_mob{
	display: none;
}

span.break_mob{
	display: block;
}

.sw-padding-top-120-sp{
	padding-top: 120px;
}

#badge{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:9999;
}
#badge img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.sw-ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.sw-ggmap iframe,
.sw-ggmap object,
.sw-ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* パンくず
-------------------------------------------- */
#breadcrumb{
	display: none;

}



/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	width: 100%;
	position: relative;
}





/* カバー画像
-------------------------------------------- */


/* サイドカラム
-------------------------------------------- */


/* エディター Class
-------------------------------------------- */
.sw-edit h1{
	font-size: 2.000em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #333;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.sw-edit h2{
	position: relative;
	padding: 0 0 0.4em 0;
	font-size: 1.638em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #333;
	line-height: 170%;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.sw-edit h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 47.5%;
	bottom: 0;
	width: 5%;
	height: 1px;
	box-sizing: border-box;
}
.sw-edit h2::after,
#contact-btm h1::after,
#main-column1 h1::after,
#main-column2 h1::after {
	bottom: 0;
	border-bottom: 3px solid #085696;
}



.sw-edit h3 {
	font-size: 1.375em;
	font-weight: 600;
	color: #333;
	line-height: 160%;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.sw-edit h4 {
	font-size: 1.250em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #000;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 18px 0 18px 6px;
	border-top: 2px solid #6fc7d5;
	border-bottom: 1px solid #6fc7d5;
	margin-bottom: 16px;
}

.sw-edit h5 {
	background-color: #6fc7d5;
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #FFF;
	line-height: 160%;
	letter-spacing: 1px;
	width: 100%;
	box-sizing:border-box;
	border-radius: 3px;
	padding: 12px 14px ;
	margin-bottom: 10px;
}

.sw-edit h6 {
	font-size: 1.0635em;
	font-weight: 700;
	color: #333;
	margin-bottom: 6px;
}
.sw-edit h6.orange {
	color: #333;
	border-left: 4px solid #fe5f00;
}

.sw-edit p {
	font-size: 1.0em;
	color: #333;
	line-height: 180% !important;
	margin-bottom: 24px;
}
.sw-edit p.no-margin {
	margin-bottom: 0 !important;
}


.sw-edit p.caption {
	font-size: 0.750em;
	line-height: 160%;
}

.sw-edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.sw-edit ul{
	margin-bottom: 16px;
}
.sw-edit ol li,
.sw-edit ul li{
	font-size: 1.0em;
	margin-bottom: 10px;
}


.sw-edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.sw-edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}
.sw-edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.sw-edit table.sw-stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.sw-edit table.sw-stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
}
.sw-edit table.sw-stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.sw-edit table.sw-border{
	border: 1px solid #ddd;
}
.sw-edit table.sw-border th{
	border: 1px solid #ddd;
}
.sw-edit table.sw-border td{
	border: 1px solid #ddd;
}

.sw-edit .sw-table-scroll {
  	width: 100%;
    overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}
.sw-edit table.sw-fix {
}
.sw-edit table.sw-fix th{
	white-space: nowrap;
}



.sw-edit table td ul li{
	font-size: 1.0em;
}

.sw-edit table p{
	font-size: 1.0em;
	margin-bottom: 16px;
	line-height: 170%;
	margin-bottom: 0;
}

.sw-edit p a,
.sw-edit ol li a,
.sw-edit ul li a{
	color:#333;
	text-decoration: underline;
}
.sw-edit p a:hover,
.sw-edit ol li a:hover,
.sw-edit ul li a:hover{
	color:#6687b0;
	text-decoration: none;
}
.sw-edit table td a{
	color:#6687b0;
	text-decoration: underline;
}
.sw-edit table td a:hover{
	color:#333;
	text-decoration: none;
}

.sw-edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.sw-edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Serif JP', serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.sw-edit blockquote p{

}
.sw-edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.sw-edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.sw-edit p.category{
	font-size: 1.3em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.sw-edit p.category a{
	color: #529EC4;
	text-decoration: underline;
}
.sw-edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}


/* レイアウト
-------------------------------------------- */
.sw-block1 .sw-box{
	width: 100%;
}

.sw-block2 .sw-box{
}
.sw-block2 .sw-box:nth-child(odd){
}
.sw-block2 .sw-box:nth-child(even){

}

.sw-block3 .sw-box{
}
.sw-block3 .sw-box:nth-child(3n) {
}
.sw-block3 .sw-box:nth-child(3n+1) {
}

.sw-block4 .sw-box{
}
.sw-block4 .sw-box:nth-child(odd){
}
.sw-block4 .sw-box:nth-child(even){
}

.sw-block4 .sw-box .entry{

}


.sw-block5 .sw-box{
}
.sw-block5 .sw-box:nth-child(5n) {
}

.sw-block6-sp .sw-box{
	float: left;
	width: 47%;
}
.sw-block6-sp .sw-box:nth-child(odd){
	clear: both;
}
.sw-block6-sp .sw-box:nth-child(even){
	float: right;
}



.sw-block2-sp .sw-box{
	float: left;
	width: 48%;
}
.sw-block2-sp .sw-box:nth-child(odd){
	clear: both;
}
.sw-block2-sp .sw-box:nth-child(even){
	float: right;
}

.sw-block3-sp .sw-box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.sw-block3-sp .sw-box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}



.sw-block1 .entry,
.sw-block2 .entry,
.sw-block3 .entry,
.sw-block4 .entry,
.sw-block5 .entry,
.sw-block6 .entry{
	margin-bottom: 2.0em;
}




.sw-entry a.entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.sw-entry a.entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.sw-entry .image{
	margin-bottom: 1.5em;
	position: relative;
}
.sw-entry .image span.icon_genre{
	position: absolute;
	top: 0;
	left:0;
	background-color: #166A5D;
	padding: 3px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}

.sw-entry .image img{
	width: 100%;
	height: auto;
}


.sw-entry-image-100-sp{
	width: 100% !important;
}
.sw-entry-image-100-sp .image{
	float: left;
	width: 26%;
}
.sw-entry-image-100-sp .text{
	float: right;
	width: 68%;
}

.sw-entry-image-l-10-sp{
}
.sw-entry-image-l-10-sp .image{
	float: left;
	width: 12%;
}
.sw-entry-image-l-10-sp .text{
	float: right;
	width: 84%;
}
.sw-entry-image-r-10-sp{
}
.sw-entry-image-r-10-sp .image{
	float: right;
	width: 12%;
}
.sw-entry-image-r-20-sp .text{
	float: left;
	width: 84%;
}

.sw-entry-image-l-20-sp{
}
.sw-entry-image-l-20-sp .image{
	float: left;
	width: 16%;
}
.sw-entry-image-l-20-sp .text{
	float: right;
	width: 78%;
}
.sw-entry-image-r-20-sp{
}
.sw-entry-image-r-20-sp .image{
	float: right;
	width: 16%;
}
.sw-entry-image-r-20-sp .text{
	float: left;
	width: 78%;
}



.sw-entry-image-l-30-sp{
	margin-bottom: 2.0em;
}
.sw-entry-image-l-30-sp .image{
	float: left;
	width: 26%;
}
.sw-entry-image-l-30-sp .text{
	float: right;
	width: 68%;
}
.sw-entry-image-r-30-sp{
}
.sw-entry-image-r-30-sp .image{
	float: right;
	width: 26%;
}
.sw-entry-image-r-30-sp .text{
	float: left;
	width: 68%;
}

.sw-entry-image-l-40-sp{
	margin-bottom: 2.0em;
}
.sw-entry-image-l-40-sp .image{
	float: left;
	width: 36%;
}
.sw-entry-image-l-40-sp .text{
	float: right;
	width: 58%;
}
.sw-entry-image-r-40-sp{
}
.sw-entry-image-r-40-sp .image{
	float: right;
	width: 36%;
}
.sw-entry-image-r-40-sp .text{
	float: left;
	width: 58%;
}

.sw-entry-image-l-50-sp{
	margin-bottom: 2.0em;
}
.sw-entry-image-l-50-sp .image{
	float: left;
	width: 48%;
}
.sw-entry-image-l-50-sp .text{
	float: right;
	width: 48%;
}
.sw-entry-image-r-50-sp{
}
.sw-entry-image-r-50-sp .image{
	float: right;
	width: 48%;
}
.sw-entry-image-r-50-sp .text{
	float: left;
	width: 48%;
}




.sw-offset-90-sp{
	width: 90%;
	margin: auto;
}
.sw-offset-80-sp{
	width: 80%;
	margin: auto;
}
.sw-offset-70-sp{
	width: 70%;
	margin: auto;
}
.sw-offset-60-sp{
	width: 60%;
	margin: auto;
}
.sw-offset-50-sp{
	width: 50%;
	margin: auto;
}
.sw-offset-40-sp{
	width: 40%;
	margin: auto;
}
.sw-offset-30-sp{
	width: 30%;
	margin: auto;
}
.sw-offset-20-sp{
	width: 20%;
	margin: auto;
}
.sw-offset-10-sp{
	width: 10%;
	margin: auto;
}



.sw-image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.sw-image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.sw-image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.sw-image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.sw-image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.sw-image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.sw-image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.sw-image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.sw-image-w-90-sp img{
	width: 90% !important;
	height: auto;
}


.sw-entry p.title{
	font-size: 1.125em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.375em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 24px !important;
}





/* 記事送り
-------------------------------------------- */
.sw-entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.sw-entryNav p{
	width:42%;

	font-size: 1.2em;
}
.sw-entryNav p a{
	display: block;
	text-decoration: none;
}
.sw-entryNav p a:hover{
	text-decoration: underline;
}
.sw-entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.sw-entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}






/* 記事送り
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.entryNav p{
	width:42%;

	font-size: 1.2em;
}
.entryNav p a{
	display: block;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: underline;
}
.entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}



/* お問い合わせ
-------------------------------------------- */
input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 1.0em;
	color: #111;
	width: 96%;
	height: 46px;
	padding: 6px 10px;
	background: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	margin: 0px 6px 12px 5px;
}

.sw-inner-sp{
	width: 90%;
	margin: auto; 
}

label{
	display: block;
	font-weight: bold;
	margin-bottom: 0; 
	font-size:1.0em;
	letter-spacing: 1px;
	line-height: 120%;
}




.form-group label{
	font-weight: bold;
	font-size:1.0em;
	line-height: 160%;
	margin-bottom: 10px !important;
}

.form-group{
	margin-bottom: 35px; 
}
.form-group {
	margin-bottom: 35px; 
}
.form-group p,
p.error_text{
	margin: 0;
	padding: 0;
}
.form-group-title{
	margin-bottom: 30px; 
	border-left: 3px solid #6687b0;
	padding-left: 22px;
}

p.form-title{
	font-size: 1.0em;
	font-weight: 600;
	margin-bottom: 2px;
}

.field{
	width:99% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;

	color:#444;
}
.field-lg{
	width:96% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;

	color:#444;
}
.field-md{
	width:80% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;
;
	color:#444;
}
.field-sm{
	width:50% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;

	color:#444;
}
.field-xsm{
	width:24% !important;
	font-size:1.0em;
	height:40px;
	border:1px solid #CCC;

	color:#444;
}

.field-00_140{
	width:99%;
	height:140px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#444;
}
.field-00_60{
	width:99%;
	height:60px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#444;
}

span.must {
	color:#FF6600;
	font-size:0.75em;
}




}




/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
	margin-bottom: 20px;
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.5em;
}
.wp-caption {
	border: none;
	margin-bottom: 1.625em;
	font-size: 0.8em;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	margin: 5px 0 2px 0 !important;
	position: relative;
	text-align: left;
	line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
/* Images */
img[class*="wp-image-"] {
	height: auto;
}


.pager{
	clear: both;
	width: 100%;
	padding: 0 0 30px 0;
}

.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
.wp-pagenavi {
	width: 100%;
	white-space: nowrap;
	margin: 30px 0;
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	font-size: 1.2em;
	color: #999;
	padding: 10px 12px 10px 12px;
	border: #FFF solid 1px;
}
.wp-pagenavi span.current{
	border: #111 solid 1px;
}
.wp-pagenavi a{
	font-size: 1.2em;
	color: #666;
	padding: 10px 12px 10px 12px;
	border: #DEDEDE solid 1px;
	margin-bottom: 120px;
	line-height: 260%;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}





.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}

.padding-bottom-2 {
	padding-bottom: 2px !important;
}
.padding-bottom-3 {
	padding-bottom: 3px !important;
}
.padding-bottom-4 {
	padding-bottom: 4px !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.padding-bottom-6 {
	padding-bottom: 6px !important;
}
.padding-bottom-8 {
	padding-bottom: 8px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-25 {
	padding-bottom: 25px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-45 {
	padding-bottom: 45px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-top-2 {
	padding-top: 2px !important;
}
.padding-top-3 {
	padding-top: 3px !important;
}
.padding-top-4 {
	padding-top: 4px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-6 {
	padding-top: 6px !important;
}
.padding-top-8 {
	padding-top: 8px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-top-100 {
	padding-top: 100px !important;
}

.padding-right-2 {
	padding-right: 2px !important;
}
.padding-right-3 {
	padding-right: 3px !important;
}
.padding-right-4 {
	padding-right: 4px !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-6 {
	padding-right: 6px !important;
}
.padding-right-8 {
	padding-right: 8px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-right-15 {
	padding-right: 15px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-right-25 {
	padding-right: 20px !important;
}
.padding-right-35 {
	padding-right: 35px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-right-40 {
	padding-right: 40px !important;
}
.padding-right-45 {
	padding-right: 45px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-right-60 {
	padding-right: 60px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-right-80 {
	padding-right: 80px !important;
}
.padding-right-90 {
	padding-right: 90px !important;
}
.padding-right-100 {
	padding-right: 100px !important;
}

.padding-left-2 {
	padding-left: 2px !important;
}
.padding-left-3 {
	padding-left: 3px !important;
}
.padding-left-4 {
	padding-left: 4px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-6 {
	padding-left: 6px !important;
}
.padding-left-8 {
	padding-left: 8px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-15 {
	padding-left: 15px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-25 {
	padding-left: 20px !important;
}
.padding-left-35 {
	padding-left: 35px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-left-40 {
	padding-left: 40px !important;
}
.padding-left-45 {
	padding-left: 45px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-left-60 {
	padding-left: 60px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-left-80 {
	padding-left: 80px !important;
}
.padding-left-90 {
	padding-left: 90px !important;
}
.padding-left-100 {
	padding-left: 100px !important;
}



.margin-top-2 {
	margin-top: 2px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-12 {
	margin-top: 15px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 20px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-12 {
	margin-bottom: 12px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 20px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}


.margin-right-2 {
	margin-right: 2px !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-right-4 {
	margin-right: 4px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.margin-right-8 {
	margin-right: 8px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-25 {
	margin-right: 20px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
.margin-right-90 {
	margin-right: 90px !important;
}
.margin-right-100 {
	margin-right: 100px !important;
}


.margin-left-2 {
	margin-left: 2px !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-left-4 {
	margin-left: 4px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-6 {
	margin-left: 6px !important;
}
.margin-left-8 {
	margin-left: 8px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-25 {
	margin-left: 20px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-left-90 {
	margin-left: 90px !important;
}
.margin-left-100 {
	margin-left: 100px !important;
}



.mw_wp_form input.submit{
	text-align:center;
	background-color: #2c2e5f;
	border:1px solid #2c2e5f;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
.mw_wp_form input.submit:hover {
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #CCC;
	color: #000;
}
.mw_wp_form input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
.mw_wp_form input.non-submit:hover {
	border:1px solid #999;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}

p.error_text{
	font-size: 1.0;
	font-weight: bold;
	color: #FF3300;

}
