﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	color: #555555;
	text-align: center;
	background: #fff;
	margin: 0px;
}
p {
	letter-spacing: 0.1em;
	text-align:left;
	line-height: 2em;
	font-size: 15px;
}
a:link { text-decoration:none; color: #555555;}
a:visited { text-decoration:none; color: #555555;}
a:active { text-decoration:none; color: #555555;}
a:hover { text-decoration:none; color: #9D8D80;
transition: 0.4s;}

.btn, .btn2{
        
        width:200px;
        height:40px;
        line-height:40px;
        margin:0 auto;
        color:#fff;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        position:relative;
        overflow:hidden;
        transition:0.3s;
}
.btn:before, .btn2:before{
        content:"";
        width:0.5em;
        height:0.5em;
        border-top:solid 3px #ed7d74;
        border-right:solid 3px #ed7d74;
        position:absolute;
        transform:rotate(45deg);
        left:-2em;
        top:50%;
        margin-top:-0.4em;
        transition:0.5s;
        opacity:0
}
.btn:hover, .btn2:hover{
        color:#333;
}
.btn:hover:before, .btn2:hover:before{
        transform:rotate(45deg) translateX(0.7em) translateY(-0.7em);
        left:-2.3em;
        transition:transform 0.5s;
        opacity:1;
}
	  
.btn2:before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	transform: rotate(45deg);
	left: -2em;
	top: 50%;
	margin-top: -0.4em;
	transition: 0.5s;
	opacity: 0;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #9D8D80;
	border-right-color: #9D8D80;
}


.btn3 {
	display: block;
	position: relative;
	width: 165px;
	padding: 0.8em;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.7);
}
.btn3:hover {
	cursor: pointer;
	text-decoration: none;
	background: rgba(157,141,128,0.8);
	color:#FFF;
}


.btn4{
	margin-top: 90px;
}
.btn4_in {
	background-image: url(../img/yajirushi.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 60px;
	padding-left: 80px;
	letter-spacing: 0.1em;
}

.btn4 a{
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding-top: 18px;
	padding-right: 70px;
	padding-bottom: 18px;
	padding-left: 0px;
	background-color: #FFF;
	z-index: -9999px;
	border: 1px solid #9D8D80;
	border-right:solid 5px #9D8D80;
}
.btn4 a:hover {
    background: rgba(157,141,128,0.2);
	color: #9D8D80;
}







.back {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 95px;
	position: relative;
}

.back .menu {
	height: 70px;
	width: auto;
	position: absolute;
	top: -25px;
	right: 0px;
	margin-top: 30px;
}
.back ol li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 15px;
	padding-left: 30px;
	letter-spacing: 0.2em;
}
.button {
	height: auto;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 5px;
    top: -70px;
    width: 28px;
    height: 27px;
    cursor: pointer;
    z-index: 101;
    padding:17px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9D8D80;
	left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}



/* コンテンツ
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 120;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.contents {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

.contents2 {
	background-image:url(../img/sky.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	width:100%;
	height: 400px;
	padding-top: 100px;
}

.contents3 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
	background-color: #FFFDF1;
}


/* ヘッダー
--------------------------- */
#header {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top_rogo {
	height: auto;
	width: 430px;
}

/* フッター
--------------------------- */
.offer {
	background: rgba(157,141,128,0.1);
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 50px 0px;
}

.footer {
	background-color: #E3D4C1;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7A6A56;
	border-bottom: solid 6px #ed7d74;
}
.footer_in {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	height: auto;
	font-size: 12px;
	position: relative;
	text-align: left;
}


.footer .footer_in p {
	letter-spacing: 0.3em;
}
.footer ol.footer-menu {
	margin-top:40px;
	margin-bottom:40px;
	padding-left:10px;
}
.footer ol.footer-menu  li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 25px;
	letter-spacing: 0.1em;
}

.footer_in a, .footer ol.footer-menu  li a {
	color: #7A6A56;
}
.footer_in a:hover,.footer ol.footer-menu  li a:hover {
	text-decoration:none;
	opacity: 0.6;
	transition: 0.4s;
}


/* arrow 01 */
.arrow li {
	position: relative;
}
.arrow li::after {
	display: block;
	content: '';
	position: absolute;
	top: .2em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #7A6A56;
	border-bottom: 2px solid #7A6A56;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.mark1 {
	font-size: 13px;
	padding-left: 20px;
	background-image: url(../img/q&a.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 23px;
	letter-spacing:0.1em;
}
.mark2 {
	font-size: 13px;
	padding-left: 20px;
	background-image: url(../img/access.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 23px;
	letter-spacing:0.1em;
}


#page-top {
	position: fixed;
	bottom: 0px;
	right: 40px;
	z-index:9999;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}



/* お知らせ・ニュース
--------------------------- */

.info {
	margin-left: 6%;
	text-align: left;
}

.news {
	float:right;
	text-align:left;
}
.info span, .news span {
	font-size:12px;
	padding: 3px 25px;
	color: #9D8D80;
	letter-spacing:0.1em;
}
.info img, .news img {
	width: 95px;
}

.kiji {
	border-top: dotted 1.3px #9D8D80;
	height: 100px;
	overflow-y: scroll;
	clear:both;
	padding-top: 10px;
	margin-top: 35px;
	font-size:15px;
	letter-spacing: 0.1em;

}
.kiji span {
	font-size:12px;
	color: #999;
	padding-left: 0px;
	
}



/* h1などのタグ
--------------------------- */

h1 {
	font-size: 12px;
	font-weight: lighter;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	text-align: left;
}

h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  text-align: center;
  font-size: 24px;
  letter-spacing:0.2em;  
}
h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.kakko {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/kakko.png),url(../img/kakko2.png) ;

    background-position:
    left 20px center,right 20px center;

    background-repeat: no-repeat, no-repeat;

    background-size:
    20px;
	padding: 30px 50px;
}
.kakko h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #9D8D80;
	font-size: 20px;
	background: linear-gradient(transparent 60%, #FFFDDC 0%);
}

h3 {
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	line-height: 1.8em;
	width: 100%;
	letter-spacing: 0.3em;
}

h4 {
	font-size: 18px;
	text-align: left;
	letter-spacing: 0.2em;
	padding: 0;
	line-height: 1em;
	color: #9D8D80;	
}



.s_font {
	font-size:12px;
	padding:0;
	color: #9D8D80;
	letter-spacing:0.1em;
	line-height:0;
}


.syasen {
	text-shadow: 0 0 8px white;
padding: 0.3em 0.5em;
background: -webkit-repeating-linear-gradient(-45deg, #ffff, #fff 3px,#E4F2E9 3px, #E4F2E9 7px);
background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#E4F2E9 3px, #E4F2E9 7px);
}


.mintyo {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}




/* 横並び
--------------------------- */
.row {
    display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    margin-left: -50px;
	margin-bottom:-1%;
		text-align:center;
}
.col {
    width: 100%;
	height:auto;
    margin-left: 50px;
	position:relative;
}
.col span {
	position: relative;
	z-index: 9999;
	top: 0%;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.col_w {
    width: 100%;
	height:auto;
    margin-left: 30px;
	background-color:#FFF;
	padding: 40px 20px;
}


.cate {
	padding: 10px 0;
	border-top: dotted 2px #9D8D80;
	margin: 10px;
}
.cate2 {
	padding: 10px 0;
	border-top: dotted 2px #9D8D80;
	border-bottom: dotted 2px #9D8D80;
	margin: 10px;
}


.mae_tsugi {
	width:100px;
	border: solid 1px #9D8D80;
	padding: 10px 15px;
	font-size: 14px;
}
.mae_tsugi2 {
	width:100px;
	border: solid 1px #9D8D80;
	padding: 10px 15px;
	font-size: 14px;
	margin: 0 60px;
}


.next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:70px;
	height: 80px;
	margin-top:20px;
	margin-bottom:80px;
}

.shikaku1 {
	width: 25px;
	height: 22px;
	background-color: #9D8D80;
	border-radius: 10px;
	color: #FFF;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:20px;
	float:left;
	margin-right:15px;
}
.shikaku2 {
	width: 25px;
	height: 22px;
	background-color: #ed7d74;
	border-radius: 10px;
	color: #FFF;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:20px;
	float:left;
	margin-right:15px;
	margin-top:18px;
}
.que1 {
	font-size: 18px;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: 1em;
	color: #9D8D80;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.anser {
	padding-left: 0;
	width:100%;
}





.brown {
	color: #9D8D80;
}
.red {
	color: #ed7d74;
}
.con_center {
	margin:0 auto;
}
.pa_top {
	padding-top:50px;
}
.pa_bottom {
	padding-bottom:50px;
}
.pa50 {
	padding: 50px 0;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w85 {
	width: 85%;
}
.w83 {
	width: 83%;
}
.w80 {
	width: 70%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}

small {
	width: 100%;
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top:50px;
}

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

.pc {
	display: block;
}
.sp {
	display: none;
}









/*テーブル１
---------------------------------------------------------------------------*/
caption {
	background: #51BDB2;
	font-size:16px;
	font-weight:bold;
	color:#FFF;	
}
.ta2 {
	font-size:14px;
}
.ta1 .ta2 {
	width: 100%;
	margin-bottom: 15px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta2, .ta2 td, .ta2 th{
	border: none;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;	/*背景色*/
	font-weight: lighter;
	background-color: #E4F2E9;
}
.ta2 th{
	width: 160px;
	padding: 10px;
	text-align: left;	/*背景色*/
	font-weight: lighter;
	color: #9D8D80;
}
/*テーブル内の右側*/
.ta1 td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.ta2 td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}



/* ================================================*/
/* スマートフォン 縦(ポートレート) */
/* ================================================*/
@media only screen and (max-width:767px){
html, body {
	width:100%;
}
body {
	padding-top:10px;
}
.pc {
	display: none;
}
.sp {
	display: block;
}


#header {
	width:100%;
}

#wrapper {
	margin: 0px;
	padding: 0px;	
}


h1 {
	display:none;
}

h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing:0.1em;  
}
h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 1.2em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.kakko {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/kakko.png),url(../img/kakko2.png) ;

    background-position:
    left 20px center,right 20px center;

    background-repeat: no-repeat, no-repeat;

    background-size:
    20px;
	padding: 30px 50px;
}
.kakko h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #9D8D80;
	font-size: 18px;
	background: linear-gradient(transparent 70%, #FFFDDC 0%);
}

h3 {
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
	line-height: 1.8em;
	width: 100%;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 17px;
	text-align: left;
	letter-spacing: 0.2em;
	padding: 0;
	line-height: 1.5em;
	color: #9D8D80;	
}

.top_rogo {
	width: 290px;
	padding-left: 20px;
}

.back {
	width: 100%;
	margin:0;
	height: auto;
	position: relative;
}

.back .top_rogo {
	height: auto;
	width: 62%;
	padding:0;
	position: absolute;
	top:20px;
	left:5%;
	z-index: 102;
}
.back .menu {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	top: -30px;
  text-align: center;
  padding: 0;
  z-index: 999;
}
.back .menu ol {
	list-style: none;
  background: rgba(255,255,255,0.8);
  padding:0;
  margin:0;
  right: 0;
  bottom: 0;
}
.back .menu ol li {
	display: block;
	list-style-type: none;
	font-size: 15px;
	border-bottom: 1px solid #9D8D80;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.back .menu ol li:first-child{
	border-top:none;
}
.back .menu ol li:last-child{
	border-bottom:1px solid #9D8D80;
}
.back .menu ol li a {
	width: 100%;
	display: block;
	padding: 28px 0;
}
#top-head {
	position:fixed;
    z-index:999;
}


.button {
	width: 98%;
}
#nav-toggle {
    display: block;
}

.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open .menu {
    /* #global-nav top + #mobile-head height
    -moz-transform: translateY(560px);
    -webkit-transform: translateY(560px);
    transform: translateY(560px);
     */
}

.img-responsive img,
img.img-responsive {
	width: 100%;
	height: auto;
}


small {
	margin-top:20px;
}



#page-top {
	position: fixed;
	bottom: 0px;
	right: 4%;
	z-index:9999;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
}


/* お知らせ・ニュース
--------------------------- */

.info {
	float:none;
	text-align:left;
	margin-left:0;
}

.news {
	float:none;
	text-align:left;
	margin-top: 50px;
}
.info span, .news span {
	font-size:12px;
	padding: 3px 25px;
	color: #9D8D80;
	letter-spacing:0.1em;
}
.info img, .news img {
	width: 95px;
}

.kiji {
	border-top: dotted 1.3px #9D8D80;
	height: 60px;
	overflow-y: scroll;
	clear:both;
	padding-top: 10px;
	font-size:15px;
	letter-spacing: 0.1em;

}
.kiji span {
	font-size:12px;
	color: #999;
	padding-left: 0px;
	
}

.next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:40px;
	height: 50px;
	margin-top:0px;
	margin-bottom:30px;
}

iframe {
	width:100%;
	
}

.whiteback {
	background-color: #FFF;
	width: 74%;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
}

.contents2 {
	background-image:url(../img/sky2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;
	height:auto;
}

.btn3 {
	display: block;
	position: relative;
	width: 130px;
	padding: 1.3em;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.7);
}

.mark1 {
	font-size: 13px;
	padding-left: 20px;
	background-image: url(../img/q&a.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 23px;
	letter-spacing:0.1em;
}
.mark2 {
	font-size: 13px;
	padding-left: 20px;
	background-image: url(../img/access.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 23px;
	letter-spacing:0.1em;
}



.btn4{
	margin-top: 60px;
}
.btn4_in {
	background-image: url(../img/yajirushi.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 50px;
	padding-left: 60px;
	letter-spacing: 0.1em;
}

.btn4 a{
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 0px;
	background-color: #FFF;
	z-index: -9999px;
	border: 1px solid #9D8D80;
	border-right:solid 5px #9D8D80;
}





/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 70px;
	padding: 2px;
}
.ta2 th{
	width: 150px;
	padding: 5px;
}
.ta1 th img {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td, .ta2 td{
	width: auto;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}


}
