@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner { /* トップページ幅 100% */
    width: 100%;
    max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
    display: none;
}
/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider {
}
.slick-slide img {
    margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 16px;
    text-indent: -9px;
    z-index: 1;
}
button.slick-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
    background: url(img/btn_prev.png) no-repeat;
    left: 18%;
    margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
    background: url(img/btn_next.png) no-repeat;
    right: 18%;
    margin-right: -16px;
}

@media screen and (max-width: 1650px) {
button.slick-prev {
    left: 13.7%;
}
button.slick-next {
    right: 13.7%;
}
}

@media screen and (max-width: 1400px) {
button.slick-prev {
    left: 8%;
}
button.slick-next {
    right: 8%;
}
}

@media screen and (min-width: 1200px) {
.slick-track {
}
.slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
}
/*==========================
	新着情報
==========================*/
.topnews .news {
    margin-bottom: 0;
    position: relative;
}
/* 新着情報見出し */

.topnews h3 {
    font-size: 28px;
    padding: 0.4em 0 0.6em 2.6em;
    background: url(img/h3_icon.svg) no-repeat 0.6em top;
    position: relative;
    text-align: left;
    margin-bottom: 1.2em;
}
.topnews h3::before, .topnews h3::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 2px;
}
.topnews h3::before {
    background: #ccc;
    width: 100%;
}
/* 一覧へボタン */

.topnews .btn {
    position: absolute;
    top: 20px;
    right: 20px;
}
.topnews .news .btn a {
    display: inline-block;
    line-height: 1.2;
    padding: 0.4em 0.5em 0.3em;
    text-decoration: none;
    background: #00526f;
    font-size: 13px;
    letter-spacing: 0.08em;
}
.topnews .news .btn a:hover {
    opacity: 0.7;
}
/* 新着情報 */
.topnews .news dl {
    line-height: 1.3;
    margin: 1.2em 0;
}
.topnews .news dt {
    font-weight: normal;
    color: #ff0000;
    padding: 0 20px 7px;
}
.topnews .news dd {
    margin-bottom: 18px;
    padding: 0 20px 15px;
    border-bottom: 1px dashed #e6e6e6;
}
.topnews .news dd a {
    text-decoration: none;
    color: #555;
}
.topnews .news dd a:hover {
    opacity: 0.7;
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn {
    text-align: center;
}
.link_btn a {
    background: #fff;
    display: block;
    color: #6db91b;
    position: relative;
    padding: 12px 20px 10px;
    width: 100%;
    max-width: 480px;
    text-align: center;
    transition: all .3s;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #6db91b;
    font-weight: bold;
}
.link_btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #6db91b;
    border-right: 1px solid #6db91b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.btns {
    text-align: center;
    margin: 1em auto 0;
}
.link_btn.btns a {
    display: inline-block;
    width: 48%;
    max-width: 300px;
    margin: 0 1% 2%;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 180px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 180px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
}
/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
    text-decoration: none;
}
.top .mainblock a:hover {
}
.sec_news {
    padding: 4em 0;
}
.sec_news .news {
    position: relative;
    box-sizing: border-box;
}
.sec_news .news dt {
    float: left;
    color: #333;
}
.news dd a {
    text-decoration: none;
    color: #333;
}
.sec_news .news dt {
    padding: 12px 5px;
    width: 20%;
}
.sec_news .news dd {
    padding: 12px 5px;
    border-bottom: 1px solid #ccc;
}
.sec_news .news dd a:hover {
    text-decoration: underline;
}
.sec_news .news .btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
.sec_news .news h3 {
    font-size: 28px;
    color: #4e6b2f;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: bold;
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #666;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.sec_news .news .btn a {
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: #6db91b;
    display: table;
    padding: 1px 12px;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}
.h2_bg {
    background: url(img/h2_bg.jpg) no-repeat center;
    background-size: cover !important;
    padding: 3em 0;
    position: relative;
}
.h2_bg:before, .h2_bg:after {
    content: "";
    position: absolute;
    background: #74c6d0;
    width: 100%;
    height: 1px;
    left: 0;
}
.h2_bg:before {
    top: 10px;
}
.h2_bg:after {
    bottom: 10px;
}
.h2_bg h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    display: block;
    letter-spacing: 0.1em;
}
.grn {
    color: #38adbc;
}
.sec01 {
    padding: 3em 0;
    background: url(img/sec01_bg.jpg) repeat 0;
}
.sec01 h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 auto 15px;
}
.sec01 .sec01_in {
    padding: 8em 4em 3em;
    box-sizing: border-box;
    background: #fff;
}
.sec01 img.img01 {
    display: block;
    margin: 0 auto -80px;
}
.sec02 {
    padding: 3em 0;
    background: url(img/sec02_bg.jpg) repeat 0;
}
.sec02 h3 {
    color: #ea6108;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 15px;
    line-height: 1.5;
}
.sec02 .bg {
    margin: 40px auto 0;
    padding: 2em;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}
.sec02 .bg h3 {
    margin: 0 auto 30px;
}
.sec03 h3 {
    margin: 40px auto 20px;
}
.sec03 .sec03_in {
    margin: 0 auto 3em;
    padding: 3em 3em 2em;
    box-sizing: border-box;
    background: #f9f2ed;
    border-radius: 5px;
    text-align: center;
}
.sec03 .sec03_in p {
    line-height: 2;
}
.sec03 .sec03_in p.txt {
    color: #ea6108;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.sec04 {
    padding: 3em 0;
    background: url(img/sec04_bg.jpg) repeat 0;
}
.sec04 .bg {
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 40px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.sec04 .bg .alignleft {
    margin: 0 2% 0 0;
}
.sec04 .bg p {
    font-size: 15px;
    line-height: 1.7;
    margin: 15px 0 0 0;
}
.sec04 .sec04_in {
    margin: 0 auto;
    padding: 2em 2em 1em;
    box-sizing: border-box;
    background: #fdfaf8;
}
.sec04 h3 {
    color: #ea6108;
    font-size: 20px;
    margin: 0 auto 10px;
}
.sec05 {
    padding: 3em 0;
}
.sec06 {
    padding: 3em 0;
    background: #edf7f8;
}
.sec06 .googlemap {
    margin: 30px auto;
}
.sec06 h3 {
    color: #38adbc;
    font-size: 18px;
    border-left: 10px solid #38adbc;
    padding: 0 0 0 10px;
    line-height: 1.3;
    margin: 0 auto 10px;
}
.sec06 p {
    font-size: 14px;
}
.sec06 .btn {
    display: table;
    text-align: center;
    margin: 30px auto 0;
}

@media screen and (max-width:1200px) {
.sec04 .bg p {
    font-size: 13px;
}
}

@media screen and (max-width: 1000px) {
}

@media screen and (min-width: 768px) {
.mainimage{
    height: 550px;
    width: 100%;
	background:url(img/mainimage.jpg) no-repeat center;
	background-size:cover !important;
}
@media screen and (max-width: 1000px) {
.mainimage{
    height: 480px;
}
}
.columns .column {
    width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.sec02 .columns .column {
    width: 32.5%;
    -webkit-box-flex-basis: 32.5%;
    -webkit-flex-basis: 32.5%;
    flex-basis: 32.5%;
}
.sec03 .columns .column {
    width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
}
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
}
/*リスト*/
.box_1 ul li, .box_2 ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 30px;
    position: relative;
    font-size: 16px;
    color: #002e8e;
    line-height: 1.2;
}
.box_1 ul li::before, .box_2 ul li::before {
    content: "";
    display: block;
    background: url(img/top03_icon02.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20%;
    left: 7px;
}
/*所要時間*/
.p_time {
    font-size: 16px;
    color: #679d5d;
    position: relative;
    font-weight: bold;
}
.box_1 p.p_time, .box_2 p.p_time {
    margin: 0.8em 0 0.1em;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    background: url(img/top03_icon03.png) no-repeat left center;
    padding-left: 30px;
    color: #333;
}
.box_1 .p_time span, .box_2 .p_time span {
    color: #002e8e;
    font-weight: bold;
    padding-right: 5px;
}
.p_time img {
    padding: 0 5px 7px 0;
}
.box_2 .box_2_inner > p:first-child {
    margin-bottom: 1em;
}
/*値段*/
.box_1 .con_r p, .box_2 .con_r p, .price p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.box_1 .con_r p span.p-big, .box_2 .con_r p span.p-big, .price p span.p-big {
    font-size: 32px;
    vertical-align: middle;
}
.box_2 .price p span.p-big {
    font-size: 28px;
    vertical-align: middle;
}
.box_2 .price {
    padding: 1em;
    margin-top: 0.3em;
}
.box_2 .price p {
    float: left;
    width: 48%;
    text-align: left;
    margin-bottom: 0 !important;
}
.box_2 .price .link_btn {
    float: right;
    width: 48%;
}
.box_2 .link_btn a {
    padding: 18px 20px 18px;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
/* 程よいブラウザサイズでメインイメージを縮小 */
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
}

@media screen and (max-width: 1041px) {
}

@media screen and (max-width: 767px) {
.link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
}
.link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}
.h2_bg {
    padding: 2em 0;
}
.h2_bg h2 {
    font-size: 20px;
}
.sec01 img.img01 {
    margin: 0 auto -100px;
}
.sec01 .sec01_in {
    padding: 8em 2em 2em;
}
.sec01 h3, .sec02 h3 {
    font-size: 20px;
}
.columns .column {
    margin: 0 auto 30px;
}
.sec03 .sec03_in {
    padding: 2em 2em 1em;
}
.sec04 .bg {
    padding: 20px;
    margin:0 auto 20px;
}
.sec04 .bg p {
    font-size: 15px;
}
.sec04 .bg .alignleft {
    margin: 0 auto;
    border-radius: 10px;
}
/* スマホ */
.topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*==========================
      　mainimage
  ==========================*/
.mainimage, .slider {
    margin-bottom: 0;
}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
      新着情報
  ==========================*/
#main .news {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 {
    font-size: 24px;
}
#main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
}
.sec_news {
    padding: 2em 0;
}
#main .news dt {
    padding: 0;
}
#main .news dd {
    padding: 0 0 10px;
}
#main .news .btn a {
    font-size: 12px;
}
/*==========================
      電話ボタン
  ==========================*/
#main > .telbtn {
    margin-bottom: 1.2em;
}
.telbtn {
    text-align: center;
    margin-bottom: 1em;
}
.telbtn a {
    background: #ff0000;
    text-align: center;
    width: 280px;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px 5px 10px;
    text-decoration: none;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border-radius: 4px;
    line-height: 1.2em;
}
.telbtn a .subtxt {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
}
.telbtn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
/*==========================
      loop
  ==========================*/
.loopSlider {
}
.loopSlider ul {
}
.loopSlider ul li {
}
/*==========================
      　TOP コンテンツ
  ==========================*/
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  /*.top h2 {*/
  /*font-size: 28px;*/
  /*}*/
.sec_news .news dt {
    width: 100%;
}
/*-- ボックスその他 --------------*/
.btn_box .link_btn {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}
}

@media screen and (max-width: 420px) {
#footer .bnr a img {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    max-width: 230px;
}
}

@media screen and (max-width: 320px) {
/* スマホ320px */
}
