@charset "UTF-8";

@media screen and (min-width:961px) {
/*pc用のcssを記述*/
}
  
@media only screen and (min-width:780px) and (max-width:1110px) {
/*tablet用のcssを記述*/
	
	 #header .menu{
    display:block;
  }

	#header-in,
#navi-in,
#body-in,
#footer-in {
	width: 900px !important;
	margin: 0 auto;
	box-sizing: border-box;
}

#main {
	float: left;
	box-sizing: border-box;
	width: 900px;
	padding: 0px;
	border: none;
	background-color: rgba( 255, 255, 255, 0);
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
}
	
	ul.list_box_menu li:nth-child(1) {
	width: 100%;
	height: auto;
	float: none;
	margin: 5px 0;
}

ul.list_box_menu li:nth-child(2) {
	width: 100%;
	height: auto;
	float: none;
	margin: 5px 0;
}

ul.list_box_menu li:nth-child(3) {
	width: 100%;
	height: auto;
	float: none;
	margin: 5px 0;
}
}
 
@media screen and (max-width:780px) {
/*スマホ用のcssを記述*/

/* main */

#main {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
	border: none;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
}

div#main {
	float: none;
	width: auto;
	padding: 0;
	border: none;
}

#header {
    padding: 0 0 8px 0;
}

#header-in,
#navi-in,
#body-in,
#footer-in {
	width: 100% !important;
	margin: 0 auto;
	box-sizing: border-box;
}

/* header menu */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
	margin: 0 4px 0 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* index */

.index_top_h2 {
	display: block;
}

.index_box {
	padding: 0 0 24px 0;
	text-align: center;
	clear: both;
}

#site-title {
	position: absolute;
	top: 0;
	left: 10px;
	width: 90px;
	height: 90px;
	z-index: 9999;
}

.list_box {
	margin-bottom: 30px;
}

ul.list_box_menu li:nth-child(1) {
	width: 100%;
	height: auto;
	float: none;
	margin: 5px 0;
}

ul.list_box_menu li:nth-child(2) {
	width: 100%;
	height: auto;
	float: none;
	margin: 5px 0;
}

ul.list_box_menu li:nth-child(3) {
	width: 100%;
	height: auto;
	float: none;
	margin: 5px 0;
}

ul.list_box li {
	width: 86%;
	margin: 0 auto;
	text-align: left;
	float: none;
	list-style-type: none;
	display: block;
	vertical-align: middle;
}

.index_circle_menu {
	width: 68%;
	margin: 0 auto;
}

.index_circle_menu a {
	width: 100%;
	margin: 0 auto 100px auto;
	float: none;
	clear: both;
	display: block;
}

.index_circle_menu_l {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 400px;
	background: url(https://3tasu3.com/wp-content/uploads/2019/03/hours.jpg) center center;
	border: 2px solid #000;
	background-size: cover;
}

.index_circle_menu_r {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 400px;
	background: url(https://3tasu3.com/wp-content/uploads/2019/03/location.jpg) center center;
	border: 2px solid #000;
	background-size: cover;
}

.index_circle_menu h2 {
	padding: 240px 0 0 0;
}

#index_top_text h2 {
	margin-top: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px !important;
}

#index_top_text {
	text-align: right;
	position: absolute;
	bottom: 1em;
	right: 2em;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}

/* header */

nav {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9999;
}

nav::after {
	content: "";
	display: block;
	clear: both;
}

#h-top {
	overflow: visible;
}

#navi ul {
	width: 100%;
	font-family: bebas, YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', Meiryo, '游ゴシック', sans-serif;
	border: none;
	text-align: right;
	clear: both;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	position: absolute;
	top: -20px;
	right: 0;
	margin: 0;
	padding: 60px 0;
	box-sizing: border-box;
}

#navi ul > li {
	display: block;
	float: none;
	list-style: none;
	text-align: center;
	margin: 30px 0;
	font-size: 1.4em;
}

#navi ul li a:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #3cb371;
}

#mobile-menu-toggle {
	z-index: 99999;
}

/* footer */

#footer-navi ul {
	margin: 0 0 32px 0;
}

#footer-navi ul li {
	display: block;
	margin: 0 0 16px 0;
}

#footer-navi ul li::before {
	content: "";
	padding: 0;
}

/* article */

.article h1,
#archive-title {
	width: 60%;
	font-family: bebas, YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', Meiryo, '游ゴシック', sans-serif;
	padding: 0.2em;
	border-bottom: 2px solid #000;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 117%;
}

/* about */

.about-top {
	position: absolute !important;
	top: -10px;
	right: 10px;
	line-height: 1.4em;
	margin: 36px 0 0 0;
}

.about-top p {
	text-align: right !important;
}

/* elementor */

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.elementor-widget-text-editor,
.elementor-text-editor {
	text-align: center !important;
}

.elementor-widget-container {
	clear: both;
	margin-bottom: 20px;
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

.elementor-5 .elementor-element.elementor-element-444dae9 {
	margin-top: 0 !important;
	margin-bottom: 40px;
}

.elementor-5 .elementor-element.elementor-element-c274a7c {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.elementor-5 .elementor-element.elementor-element-7cbc92c {
	margin-top: 0 !important;
	margin-bottom: 40px;
}

.elementor-text-editor p {
	margin: 0 20px;
}

.elementor-image img {
	width: 100%;
}

/* news */

.single-news .article header,
.single-news .article #the-content {
	margin: 20px !important;
}


/* location */

.location_add {
	margin: 20px;
}

/* etc */

.next_arrow {
	width: 48px;
	margin: 20px auto;
	display: block;
	clear: both;
}

.w50 {
	width: 50% !important;
	margin: 0 auto !important;
}

.menu_list_wrap {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}

#list {
	margin: 72px 20px 20px 20px;
}
	}