@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
@media screen and (min-width: 1400px) {
	#carouselExampleIndicators {
		width: 1400px;
		margin: 0 auto;
	}
	#sec1 {
		width: 1400px;
		margin: 0 auto;
	}
}


.kuro_index {
	background-color: white;
	opacity: 0.5;
}

.h5 {
    line-height: 1.8rem;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #21386E !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 5%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #21386E;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/gasyotop.png);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .catch {
	width: 90%;
	bottom: 20%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}
/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
.wrap_why {
	width: 960px;
	
	margin: 0 auto;
	background-color: #33739b;
	border-radius: 20px;
}
.sec5_item {
	background-color: white;
	border-radius: 10px;
}
/* --------------------------------------------- */
#sec6 {
	background-color: #33739b;
	border-radius: 20px;
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
	border-left: solid 3px #33739b;
	border-right: solid 3px #33739b;
}
#sec6 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
.schedule-img {
    width: 75%;
}
@media screen and (max-width: 350px) {
	body {
		width: 100%;
	}
	}
/*----------------------------------------------------min 650px*/
@media screen and (min-width: 450px) {
#hnav {
	display: none;
}
.top_box_res {
	display: none;
}
.sec2_bold2 {
	display: none;
}
.sec2_text2 {
	display: none;
}
.sec2_res {
	display: none;
}
.sec2_res2 {
	display: none;
}
.navi_bottom {
	display: none;
}
.threeplan_box_res {
	display: none;
}
.taiou_res {
	display: none;
}
.interview_p_sub {
	display: none;
}
}
/* ------------END------------------- */

.top_head {
	width: 100%;
	height: 75px;
}
.top3{
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}
.top3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
 /* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 150px);
	transition : all 500ms;
	}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fadein_low {
	opacity : 0.1;
	transform : translate(0, 70px);
	transition : all 2500ms;
	}
/* 画面内に入った状態 */
.fadein_low.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* サイトマップ */
.link_box {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  border-top: none;
  width: 960px;
}
.sitemap {
	padding: 0;
}
.link_box li {
  display: block;
  margin: 0 2.5em;
}
.link_box li {
  color: #666666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 1.8;
}
.link_box li a:hover {
  text-decoration: underline;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sankaku::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
}
.card {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.news_box {
	padding: 0 40px;
}
.newsimg {
	width: 250px;
	height: 30px;
}
.news {
	text-decoration-line: underline;
	border-bottom: 2px;
}
.news li {
	list-style: none;
}
.news li a {
	color: #666666;
}
.news li a:hover {
	color: #c0c0c0;
}
.news2 {
	text-decoration-line: underline;
	border-bottom: 2px;
}
.news2 li {
	list-style: none;
}
.news2 li a {
	color: #666666;
}
.news2 li a:hover {
	color: #c0c0c0;
}
.box {
	display: flex;
	margin: 0 auto;
	width: 85%;
}
.gasyo {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
/*-------------------nav--------------------*/
.globalNavi_top {
	display: flex;
	width: 1024px;
	margin: 0 auto;
	height: 70px;
}
.top_area {
	background-color: white;
}
.rogo_box {
	width: 300px;
	height: 70px;
}
.rogo_box div {
	font-size: 13px;
	color: #CCCC33;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
}
.rogo_nav {
	width: 250px;
	height: 50px;
	margin-left: 20px;
}
.rogo_box a:hover {
	text-decoration: none;
}
.rogo_box img:hover {
	text-decoration: none;
	transform: translateY(2px);
	transition: all 0.3s ease 0s;
}
.nav_freeD {
	margin: 0 0 0 auto;
	padding-right: 10px;
	height: 70px;
	width: 360px;
	text-align: right;
}
.nav_freeD p {
	margin-top: 25px;
	font-size: 40px;
	font-weight: bolder;
	color: tomato;
	line-height: 0;
}
.nav_freeD span {
	line-height: 0;
	font-size: 35px;
}
.nav_freeD div {
	display: inline-block;
	font-size: 10px;
	padding: 2px;
	margin: 1px;
	color: tomato;
	border: solid 1px tomato;
	border-radius: 2px;
}
.globalNavi ul {
    display: flex;
    background: white;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    padding: 6px 0;
    width: 1024px;
    border-radius: 25px;
    box-shadow: 0 10px 14px -18px rgba(0,0,0,0.5);
}
.globalNavi ul li {
	font-weight: bolder;
	padding-top: 3px;
}
.globalNavi a {
    display: block;
    border-radius: 4px;
    color: #333333;
    padding: 12px 24px;
    text-decoration: none;
}
.globalNavi ul li a:hover {
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-2px);
    transition: all 0.3s ease 0s;
}
.navi_bottom ul {
    display: flex;
    background: #333;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    padding: 6px 0;
    width: 100%;
    opacity: 95%;
}
.navi_bottom a {
    display: block;
    border-radius: 4px;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
}
.navi_bottom ul li a:hover {
    background: #72baeb;
}
.nav_button {
	position: relative;
	height: 60px;
	width: 45%;
	background-color: #000066;
}
.nav_button2 {
	position: relative;
	height: 60px;
	width: 45%;
	background-color: tomato;
	display:flex;
    align-items:center;
    justify-content:center;
}
.icon_call {
	position: absolute;
	top: 33%;
	left: 9%;
}
.icon_book {
	position: absolute;
	top: 31%;
	left: 9%;
}
.nav_tel {
	font-size: x-small;
	position: absolute;
	top: 53%;
	left: 32%;
	margin: 0;
	padding:0;
	color: #ffff55;
}
.nav_tel2 {
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	top: 22%;
	left: 24%;
	margin: 0;
	padding: 0;
}
.nav_tel3 {
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	top: 33%;
	left: 27%;
	margin: 0;
	padding: 0;
}
/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
.btn {
    border-radius: 2px;
}
.btn-small {
    border-radius: 1px;
}
.btn-large {
    border-radius: 3px;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.card {
    min-width: 350px;
    max-width: 200px;
    margin-top: 1px !important;
    margin: auto;
}
/*sec見出し*/
#sec2 {
	width: 1024px;
	margin: 0 auto;
	background-color: #33739b;
	padding-bottom: 10px;
	border-radius: 20px;
}
.sec2_text {
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bolder;
}
.sec2_text span {
	font-size: 40px;
	letter-spacing: -0.1em;
	color: #FFFF33;
}
.sec2_text2 {
	text-align: center;
}
.sec2_bold2 {
	text-align: center;
	font-weight: bolder;
	font-size: 40px;
	letter-spacing: -0.1em;
	color: #FFFF33;
	}
.sec2_res {
	text-align: center;
	color: white;
	margin: 0;
}
.sec2_res2 {
	text-align: center;
	color: white;
}
.navbar {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.top_slider {
	position: relative;
}
.top_item_tyokuso {
	background-color: #33739b;
	text-align: center;
}
.top_item_tyokuso img {
	border-radius: 100px 0 100px 0;
	box-shadow: 0 0 10px white;
}
.top_item_jitakuso img {
	border-radius: 100px 0 100px 0;
	box-shadow: 0 0 10px white;
}
.top_item_kazokuso img {
	border-radius: 100px 0 100px 0;
	box-shadow: 0 0 10px white;
}
.top_item_jitakuso {
	background-color: #008080;
	text-align: center;
}
.top_item_kazokuso {
	background-color: #FFCC33;
	text-align: center;
}
.text_zenkoku {
	position: absolute;
	top: 60px;
	left: 50px;
	font-size: 25px;
	font-weight: bolder;
	color: #222222;
	z-index: 20;
	text-shadow: 0 0 10px white;
}
.text_zenkoku:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 150px;
  height: 60px;
  border-radius: 50%;
}
.japan_top {
	position: absolute;
	top: -5px;
	left: 30px;
	width: 200px;
	height: 180px;
	z-index: 10;
}
.wrap {
	overflow: hidden;
}
.text_center {
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}
.wrap_three {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.threeplan_box img {
	margin: 10px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.threeplan_box img:hover {
	box-shadow: 0 5px 7px 3px rgba(0, 0, 0, 0.33);
    transform: translateY(-0.4em);
    transition: all 0.3s ease 0s;
    color: #4CAF50;
}
.card_text {
	font-size: 50px;
	font-weight: bolder;
	color: #FF4F02;
}
.zeinuki {
	font-size: 15px;
	font-weight: bold;
}
.free_box {
	margin: 20px 0;
}
.freeD {
	display: flex;
	margin: auto;
	padding-left: 3px;
	text-align: center;
	width: 650px;
	height: 70px;
	background-color: tomato;
	border-bottom: 5px solid #808080;
	border-radius: 10px;
}
.freeD_text {
	text-align: center;
	font-size:42px;
	font-weight: bold;
	color: white;
}
.freeD_text2 {
	color: #FFFF00;
	font-weight: bold;
	padding-top: 22px;
	padding-left: 20px;
}
.icon_call2 {
	padding-left: 20px;
	padding-right: 5px;
	font-size: 50px;
	color: white;
}
.interview_sec {
	background-color: #33739b;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 2px;
	border-radius: 20px;
}
.interview_h {
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.interview_box {
	display: flex;
	width: 960px;
	margin: 0 auto;
	background-color: #33739b;
	margin-bottom: 30px;
}
.interview_h2 {
	margin: 0 auto;
	width: 960px;
    text-align: center;
    font-weight: bolder;
	color: white;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
}
.interview_area {
	margin: 10px;
	width: 300px;
	height: 400px;
	padding: 0;
	background-color: white;
	border-radius: 5px;
	border: solid 1px #000000;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.interview_area2 {
	padding: 10px;
}
.interview_p {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #555555;
}
.interview_p2 {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #008080;
}
.interview_p3 {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #FF9900;
}
.interview_bottom {
	font-size: 13px;
	padding-left: 2px;
	color: #333333;
	border-bottom: dotted 1px #444444;
}
.interview_img {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	width: 260px;
	height: 175px;
}
.interview_li {
	padding: 0;
	list-style: none;
}
#sec3 {
	display: none;
}
/*全体*/
.hidden_box {
    text-align: center;
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    background-color: white;
    border: solid 2px black;
    cursor :pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
    transform: translateY(2px);
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 0 0;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hikaku_box {
	border-collapse: collapse;
	border: solid 2px #222222;
	margin: 0 auto;
}
.hikaku_box tr {
	border: solid 2px #222222;
}
.hikaku_box th {
	border: solid 1px #222222;
	padding: 3px;
}
.hikaku_box td {
	border: dashed 1px #222222;
	padding: 3px;
}
.hikaku_main_th {
	background-color: #FF9900;
}
.hikaku_tr {
	background-color: white;
}
.hikaku_tr_c {
	background-color: #FFFFBB;
}
.hikaku_day {
	background-color: #FF9900;
	font-weight: bold;
}
#sec7 {
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #33739b;
	margin-top: 30px;
	margin-bottom: 20px;
}
.line {
	width: 80%;
	border: solid 1px #808080;
}
.space {
	height: 30px;
}
.other_h {
	margin: 0 auto;
	width: 960px;
    text-align: center;
    font-weight: bolder;
	color: white;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
}
.other_box {
	width: 960px;
	background-color: #33739b;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 20px;
	padding-bottom: 20px;
}
.other_small_box {
	display: flex;
	padding-top: 20px;
}
.other_temple_box {
	margin-top: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 300px;
	height: 330px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 10px 3px rgba(0,0,0,0.5);
}
.other_temple_box:hover {
	box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.6);
    transform: translateY(-0.1875em);
    transition: all 0.3s ease 0s;
    color: #4CAF50;
}
.other_ihin_box:hover {
	box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.6);
    transform: translateY(-0.1875em);
    transition: all 0.3s ease 0s;
    color: #4CAF50;
}
.other_okotuso_box:hover {
	box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.6);
    transform: translateY(-0.1875em);
    transition: all 0.3s ease 0s;
    color: #4CAF50;
}
.temple_photo {
	width: 290px;
	height: 190px;
	border-radius: 15px 15px 0 0;
}
.other_temple_box dt {
	text-align: center;
	background-color: #777777;
	color: white;
	font-size: 20px;
	}
.other_temple_box dd {
	font-weight: bold;
	margin-top: 5px;
	font-size: 15px;
}
.other_temple_box span {
	margin-top: 20px;
}
.other_ihin_box {
	margin-top: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 300px;
	height: 330px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 10px 3px rgba(0,0,0,0.5);
}
.ihin_photo {
	width: 290px;
	height: 190px;
	border-radius: 15px 15px 0 0;
}
.other_ihin_box dt {
	text-align: center;
	background-color: #777777;
	color: white;
	font-size: 20px;
	}
.other_ihin_box dd {
	font-weight: bold;
	margin-top: 5px;
	font-size: 15px;
}
.other_ihin_box span {
	margin-top: 20px;
}
.other_okotuso_box {
	margin-top: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	width: 300px;
	height: 330px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 10px 10px 3px rgba(0,0,0,0.5);
}
.okotuso_photo {
	width: 290px;
	height: 190px;
	border-radius: 15px 15px 0 0;
}
.other_okotuso_box dt {
	text-align: center;
	background-color: #777777;
	color: white;
	font-size: 20px;
	}
.other_okotuso_box dd {
	font-weight: bold;
	margin-top: 5px;
	font-size: 15px;
}
.other_okotuso_box span {
	margin-top: 20px;
}
.other_arrow {
	display: inline-block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	transform: rotate(45deg);
}
.other_a {
	color: #444444;
	margin: 0 auto;
}
.other_a:hover {
	text-decoration: none;
}
.q_img {
	display: inline-block;
	width: 200px;
	height: 70px;
	margin-left: 50px;
	margin-bottom: -17px;
}
.q_box {
	text-align: center;
	width: 960px;
}
.q_img2 {
	margin: 0 10px;
	width: 400px;
	height: 150px;
}
.tyui {
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	line-height: 3px;
	font-size: 12px;
	width: 960px;
	color: #555555;
}
.tyui span {
	margin-left: 4px;
}
.column_section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
.column_section img:hover {
	opacity: 0.8;
	transform: translateY(3px);
	transition: all 0.3s ease 0s;
}
.bosyu_box {
	text-align: center;
}
.iphone_img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 10px 0;
}
.iphone_img img {
	width: 80%;
}
.kosyu {
	text-align: center;
}
.iraihouhou_box {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.interview_h3 {
	height: 50px;
	padding-top: 10px;
	border-radius: 10px 10px 0 0;
	background-color: #33739b;
	font-weight: bolder;
	color: white;
	text-align: center;
}
.ribbon16-wrapper {  
  display: block;
  position: relative;
  margin: 30px 0;
  width: 300px;
  background: #f1f1f1;
  border-left: solid 10px #fa8383;
  box-sizing: border-box;
  }

.ribbon16 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bolder;
  background: #fa8383;
  border-radius: 2px 0 0 0;
  }

.ribbon16:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.ribbon16:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fa8383;
}
.ribbon16-wrapper p {
	font-size: 25px;
	font-weight: bolder;
	color: #222222;
	margin-left: 10px;
}

.bottomfade {
	width: 960px;
	margin: 0 auto;
}
.scroll-fade {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.scroll-fade img:hover {
	opacity: 0.8;
}

.column_box {
	width: 1024px;
	margin: 0 auto;
}
.column_box h3 {
	text-align: center;
}
.column_area {
	display: flex;
}
.column_area h4 {
	font-size: 16px;
	font-weight: bold;
}
.column_pieces {
	width: 18%;
	color: #444444;
	margin: 0 auto;
	box-shadow: 2px 2px 2px 2px;
	padding: 5px;
}
.column_pieces:hover {
	opacity: 0.8;
	transform: translateY(3px);
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

.column_pieces h4 {
	border-bottom: solid 1px #444444;
	border-left: solid 3px orange;
}
.column_pieces img {
	width: 100%;
}
.column_articlebox .column_tuzuki {
	text-align: right;
}
.column_category_purple {
	margin: 3px;
	font-size: 11px;
	text-align: center;
	color: white;
	background-color: purple;
	padding: 3px;
}
.column_category_blue {
	margin: 3px;
	font-size: 11px;
	text-align: center;
	color: white;
	background-color: blue;
	padding: 3px;
}
.column_category_green {
	margin: 3px;
	font-size: 11px;
	text-align: center;
	color: white;
	background-color: green;
	padding: 3px;
}
.column_box h3 {
	font-size: 22px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 0;
}





/*---事前予約用---*/
@media screen and (min-width: 1025px) {
	.reservation_box {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.reservation_box {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.reservation_box img {
	width: 80%;
	margin-bottom: 20px;
}

.column_box {
	width: 100%;
}
.column_area {
	width: 100%;
}
}
/*---事前予約用ここで終わり---*/
/*---事前予約フェード用---*/
@media (min-width: 451px) and (max-width: 660px) {
	.scroll-fade img {
		width: 100%;
	}
}
/*---事前予約フェード用終わり---*/


@media (min-width: 721px) and (max-width: 959px) {
	#carouselExampleIndicators {
	width: 100%;
	margin: 0 auto;
}
	.top_item_tyokuso img {
		width: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px white;
}
.top_item_jitakuso img {
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px white;
}
.top_item_kazokuso img {
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px white;
}
	.nav_box {
		width: 100%;
	}
    .globalNavi ul {
	   width: 100%;
    }
	.globalNavi_top {
		width: 100%;
	}
	.top_slider  .top_slider_img {
		width: 100%;
	}
	img .japan_top {
		width: 7%;
	}
	.text_zenkoku {
		font-size: 15px;
	}
	.top3 {
		font-size: 13px;
		font-weight: bold;
	}
	.logo_h {
		width: 100%;
	}
	#sec2 {
		width: 100%;
	}
	#sec2 p {
		font-size: 20px;
	}
	.threeplan_box {
		width: 100%;
	}
	.threeplan_box img {
		width: 30%;
	}
	.wrap_three {
		width: 100%;
	}
	.wrap_why {
		width: 100%;
	}
	.interview_sec {
		width: 100%;
	}
	.interview_h2 {
		width: 100%;
	}
	.interview_box {
		width: 100%;
	}
	.interview_area {
		width: 33%;
		height: 390px;
	}
	.interview_area img {
		width: 100%;
	}
	.interview_area2 {
		font-size: 0.8em;
	}
	#sec6 {
		width: 100%;
	}
	.other_box {
		width: 100%;
	}
	.other_h {
		width: 100%;
	}
	.other_small_box {
		width: 100%;
	}
	.other_small_box dl {
		width: 240px;
		height: 270px;
	}
	.other_small_box img {
		width: 230px;
		height: 130px;
	}
	.other_small_box dd {
		font-size: 0.8em;
	}
	.link_box {
		width: 100%;
		font-size: 0.8em;
	}
	.link_box li a {
		font-size: 12px;
	}
	.tyui {
		width: 100%;
	}
	.q_box {
		width: 100%;
	}
	.column_section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
.column_section img {
	width: 100%;
}
.iraihouhou_box {
	width: 100%;
}
.iphone_img {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin: 10px 0;
}
.iphone_img img {
	width: 80%;
}
.reservation_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.reservation_box img {
	width: 95%;
	margin-bottom: 20px;
}
.column_area h4 {
	font-size: 12px;
}
}

@media (min-width: 451px) and (max-width: 720px) {



	#carouselExampleIndicators {
	width: 100%;
	margin: 0 auto;
}
	.top_item_tyokuso img {
		width: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px white;
}
.top_item_jitakuso img {
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px white;
}
.top_item_kazokuso img {
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px white;
}
	.nav_box {
		width: 100%;
	}
	.nav_box .globalNavi li {
		font-size: 10px;
	}
	.gasyo {
		display: none;
	}
	.fadein_box {
		display: flex;
	}
	.fadein_area {
		display: block;
	}
	.fadein_right {
		display: block;
	}
	.top3 {
		width: 200px;
		margin: 10px 10px;
	}
	.nav_freeD span {
		font-size: 25px;
	}
	.nav_freeD p {
		font-size: 25px;
	}
    .globalNavi ul {
	   width: 100%;
    }
    .nav_box li {
	   font-size: 11px;
    }

	.globalNavi_top {
		width: 100%;
	}
	.top_slider  .top_slider_img {
		width: 100%;
	}
	.japan_top {
		width: 25%;
		height: 30%;
	}
	.text_zenkoku {
		font-size: 10px;
	}
	.p-3 img {
		width: 80%;
	}
	.top3 {
		font-size: 13px;
		font-weight: bold;
	}
	.logo_h {
		width: 100%;
	}
	#sec2 {
		width: 100%;
	}
	#sec2 p {
		display: none;
	}
	#sec2 .fadein p {
		display: block;
	}
	.threeplan_box {
		width: 100%;
	}
	.threeplan_box img {
		width: 28%;
	}
	.wrap_three {
		width: 100%;
	}
	.wrap_why {
		width: 100%;
	}
	.sec5_line {
		font-size: 16px;
	}
	.freeD {
		width: 100%;
	}
	.freeD_text2 {
		font-size: 12px;
	}
	
	.explanation_box span {
		font-size: 20px;
	}

	.interview_h2 {
	width: 100%;
}
.interview_sec {
	width: 100%;
}
.interview_box {
	width: 100%;
	padding: 10px 0;
	display: block;
}
.interview_area {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 90%;
	height: 175px;
	display: flex;
	background-color: #DDDDDD;
}
.interview_p {
	width: 145px;
	margin: 0 5px;
	height: 15%;
}
.interview_p2 {
	width: 145px;
	margin: 0 5px;
	height: 15%;
}
.interview_p3 {
	width: 145px;
	margin: 0 5px;
	height: 15%;
}
.interview_p_sub {
	text-align: center;
	padding-top: 12px;
	font-weight: bolder;
	font-size: 12px;
}
.interview_img {
	display: inline-block;
	margin: 0 5px;
	width: 145px;
	height: 60%;
}
.interview_res {
	height: 100%;
	border-radius: 5px 0 0 5px;
	background-color: white;
}
.interview_bottom {
	font-size: 0.8em;
	font-weight: bold;
}
.interview_p_sub {
	display: block;
}
	#sec6 {
		width: 100%;
	}
	.other_box {
		width: 100%;
	}
	.other_h {
		width: 100%;
	}
	.other_small_box {
		width: 100%;
		display: block;
	}
	.other_small_box dl {
		width: 240px;
		height: 270px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.other_small_box img {
		width: 230px;
		height: 130px;
	}
	.other_small_box dd {
		font-size: 0.8em;
	}
	.link_box {
		width: 100%;
	}
	.link_box {
	width: 100%;
  padding: 0;
  display: block!important;
}
.link_box ul li {
  color: #404040;
  height: 60px;
  font-size: 18px;
  /*左側の線*/
  border-bottom: solid 3px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 15px;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}

	.tyui {
		width: 100%;
	}
	.q_box {
		width: 100%;
	}
	.column_section {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.column_section img {
	width: 100%;
}
.bosyu_box img {
	width: 100%;
}
.iraihouhou_box {
	width: 100%;
}
.reservation_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.reservation_box img {
	width: 80%;
	margin-bottom: 20px;
}
}

/*-------------------------------------------------------------------*/
@media screen and (max-width: 450px) {

#carouselExampleIndicators {
	display: none;
}
#sec1 {
	width: 100%;
}
#sec1 img {
	width: 100%;
}
.top_box_res {
	position: relative;
	width: 100%;
}
.annai_res_img {
	width: 100%;
}
.logo_top_res {
	width: 100%;
}
.zenkoku_taio {
	position: absolute;
	top: 70px;
	font-size: 20px;
	width: 100%;
	text-align: center;
	font-weight: bolder;
	color: white;
	background-color: #D2691E;
	z-index: 2;
}
.logo_top_res {
	position: absolute;
	top: 100px;
	left: 10px;
	padding-bottom: 5px;
	background-color: white;
	text-align: center;
	width: 95%;
	border-radius: 50px;
	z-index: 1;
}
.top_setplan {
	position: absolute;
	top: 300px;
	right: 10px;
	font-size: 20px;
	font-weight: bolder;
	color: #666666;
	text-shadow: 0 10px 10px white;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.logo_top_res img {
	width: 80%;
}

.catch {
	bottom: 10%;
}
.catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }
    /*ここから自作*/
.link_box {
	width: 100%;
  padding: 0;
  display: block!important;
}
.link_box ul li {
  color: #404040;
  height: 60px;
  font-size: 18px;
  /*左側の線*/
  border-bottom: solid 3px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 18px;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}
.top_head {
	display: none;
}
.top3 {
	font-size: 20px;
	margin: 10px 0;
}
.box {
	display: block!important;
}
.globalNavi_top {
	display: none;
}
.globalNavi {
	display: none;
}
.gasyo {
	display: none;
}
.logo_h {
	width: 100%;
}
#sec2 {
	width: 100%;
}
.sec2_text {
	display: none;
}
.sec2_text2 {
	display: none;
}
.card {
	display: block;
}
#sec3 {
	display: flex;
	justify-content: center;
	padding: 50px;
	background-color: #EEEEEE;
	display: block!important;
}
#stage {
	display: none;
}
.wrap_why {
	width: 100%;
	height: 1000px;
}
#sec2 {
	background-color: #33739b;
	border-radius: 0 0 20px 20px;
	padding-bottom: 10px;
}
.threeplan_box {
	display: none;
}
.threeplan_box_res {
	background-color: #33739b;
}
.threeplan_img:hover {
	box-shadow: 0 5px 7px 3px rgba(0, 0, 0, 0.33);
    transform: translateY(-0.4em);
    transition: all 0.3s ease 0s;
    color: #4CAF50;
}
.free_box {
	display: flex;
	position: relative;
	padding: 0;
}
.freeD_text2 {
	position: absolute;
	top: -25%;
	left: 15%;
	font-size: 10px;
}
.freeD_text {
	font-size: 40px;
}
#free_box span {
	position: absolute;
	top: 10%;
	left: 95%;
}
#free_box p {
	top: 10%;
	left: 12%;
	position: absolute;
	font-size: 40px;
}
.nav_item_t {
	margin: 5px;
	padding: 6px;
	width: 250px;
	height: 70px;
	line-height: 0.7;
	display: flex;
	background-color: #DDDDDD;
	border-left:solid 6px #444444;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.nav_item_t h6 {
	font-size: 25px;
	font-weight: bold;
	color: #444444;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.nav_item_t p {
	font-size: 18px;
	font-weight: bolder;
	color: black;
}
.nav_item_t img {
	width: 120px;
	height: 65px;
	margin-left: 10px;
}
.nav_item_j {
	margin: 5px;
	padding: 6px;
	width: 250px;
	height: 70px;
	line-height: 0.7;
	display: flex;
	background-color: #DDDDDD;
	border-left:solid 6px #008080;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.nav_item_j h6 {
	font-size: 25px;
	font-weight: bold;
	color: #008080;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.nav_item_j p {
	font-size: 18px;
	font-weight: bolder;
	color: black;
}
.nav_item_j img {
	width: 120px;
	height: 65px;
	margin-left: 10px;
}
.nav_item_k {
	margin: 5px;
	padding: 6px;
	width: 250px;
	height: 70px;
	line-height: 0.7;
	display: flex;
	background-color: #DDDDDD;
	border-left:solid 6px #FF9900;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.nav_item_k h6 {
	font-size: 25px;
	font-weight: bold;
	color: #FF9900;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.nav_item_k p {
	font-size: 18px;
	font-weight: bolder;
	color: black;
}
.nav_item_k img {
	width: 120px;
	height: 65px;
	margin-left: 10px;
}
.hidden_box label {
	display: block;
	width: 100%;
}
.wrap_three {
	width: 100%;
}
.threeplan_box_res {
	width: 100%;
}
.threeplan_box_res img {
	background-color: white;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 15px;
	border-bottom: solid 8px #666666;
}
.sec5_inline h3 {
	font-size: 17px;
}
.sec5_line {
	font-size: 12px;
}
.sec5_photo {
	margin-top: 5px;
}
.taiou {
	display: none;
}
.taiou_res {
	font-size: 20px;
	color: tomato;
}
.interview_h2 {
	width: 100%;
}
.interview_sec {
	width: 100%;
}
.interview_box {
	width: 100%;
	padding: 10px 0;
	display: block;
}
.interview_area {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 90%;
	height: 175px;
	display: flex;
	background-color: #DDDDDD;
}
.interview_p {
	width: 145px;
	margin: 0 5px;
	height: 15%;
}
.interview_p2 {
	width: 145px;
	margin: 0 5px;
	height: 15%;
}
.interview_p3 {
	width: 145px;
	margin: 0 5px;
	height: 15%;
}
.interview_p_sub {
	text-align: center;
	padding-top: 12px;
	font-weight: bolder;
	font-size: 12px;
}
.interview_img {
	display: inline-block;
	margin: 0 5px;
	width: 145px;
	height: 60%;
}
.interview_res {
	height: 100%;
	border-radius: 5px 0 0 5px;
	background-color: white;
}
.interview_bottom {
	font-size: 10px;
	font-weight: bold;
}
#sec6 {
	width: 100%;
}
.container img {
	width: 150px;
}
.other_box {
	width: 100%
}
.other_small_box {
	display: block;
}
.other_h {
	width: 100%;
}
.other_temple_box {
	margin-bottom: 20px;
}
.other_ihin_box {
	margin-bottom: 20px;
}
.q_box {
	display: none;
}
.tyui {
	width: 100%;
}
.column_section {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}
.column_section img {
	width: 100%;
}
.bosyu_box img {
	width: 100%;
}
.iphone_img {
	width: 100%;
}
.iphone_img img {
	width: 90%;
}
.iraihouhou_box {
	width: 100%;
}
.scroll-fade {
	display: none;
}
.reservation_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.reservation_box img {
	width: 95%;
	margin-bottom: 20px;
}
.column_box h3 {
	font-size: 22px;
	background-color: #EEEEEE;
	padding: 5px;
}
.column_area {
	display: block;
}
.column_pieces {
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.column_articlebox {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-bottom: solid 1px #444444;
}
.column_articlebox img {
	width: 25%;
}
.column_articlebox h4 {
	border-bottom: none;
}
.column_block {
	display: block;
}
}

@media screen and (max-width: 330px) {
	.interview_h2 {
		font-size: 18px;
	}
	.interview_bottom {
		margin: 0;
	}
	.tyui p {
		font-size: 10px;
	}
	.freeD_text {
	font-size: 36px;
}
.column_section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
.bosyu_box img {
	width: 100%;
}
.link_box ul li {
	font-size: 15px;
}
.iraihouhou_box {
	width: 100%;
}
.scroll-fade {
	display: none;
}
.reservation_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.reservation_box img {
	width: 95%;
	margin-bottom: 20px;
}
.column_box h3 {
	font-size: 18px;
}
}